@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css);

body {
    overflow-x: hidden !important;
    font-family: inter;
    color: #101010;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.page_container {
    width: 100% !important;
    background: #fff
}

.left-end-section {
    width: 60%;
    padding: 180px 50px 0 50px;
}

.text-form-container {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    margin: 20px 0;
}

.spn-text-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.textside {
    width: 50%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.img-side {
    width: 50%;
    padding: 0;
    text-align: center;
}

.exit-intent-popup.visible {
    transform: translateY(0) scale(1);
    display: none
}

.word-box {
    display: inline-flex;
    gap: 35px;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: auto;
    padding: 0;
}

.single-ltr {
    font-size: 50px;
    color: #101010;
    list-style: none;
}

.single-ltr h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
}

.single-ltr figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.lms-learn-box-line-blue {
    border: 2px solid #44a791;
    height: 70px;
    display: block
}

.lms-learn-box-line-orange {
    border: 2px solid #f8a44b;
    height: 70px
}

.lms-learn-box-line-red {
    border: 2px solid #d44d44
}

.check-now-btn {
    padding: 12px 20px;
    color: #fff !important;
    font-size: 16px;
    box-shadow: 0 12px 20px #7b68ED29;
    border: 1px solid #98a5df;
    border-radius: 10px;
    background: #098ff8;
    font-weight: 600;
    margin: auto;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0);
    width: fit-content;
}

.check-now-btn:hover {
    color: #fff;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #35136b;
    animation: bounce 0.4s ease-out;
}

.main {
    width: 100%;
    text-align: center
}

.main div {
    width: 400px;
    margin: 0 auto;
    text-align: center
}

.container-box {
    display: none;
    width: 100%;
    position: fixed;
    opacity: .9;
    background: #222;
    z-index: 40000;
    top: 0;
    left: 0;
    overflow: hidden;
    animation-name: fadeIn_Container;
    animation-duration: 1s
}

.modal {
    display: none;
    top: 0;
    min-width: 250px;
    width: 90%;
    margin: 20px auto;
    position: fixed;
    z-index: 40001;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    animation-name: fadeIn_Modal;
    animation-duration: .8s;
    height: 660px;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat
}

.popup-header {
    width: 100%;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #ccc;
    padding: 10px 20px;
    text-align: end
}

.popup-header a {
    text-decoration: none;
    color: #aaa
}

.popup-header a:hover {
    cursor: pointer
}

.content {
    width: 100%;
    overflow-y: scroll;
    padding: 0;
    height: 590px
}

.popupBtnOpen {
    color: #098ff8
}

.popupBtnOpen:hover {
    color: #098ff8;
    cursor: pointer
}

form label {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    color: #101010;
}

.label-text {
    font-size: 16px;
    text-align: left;
    color: #101010;
}

form input {
    display: block;
    width: 75%;
    margin-left: 12%;
    margin-top: 10px;
    border-radius: 3px
}

.main-box {
    height: 280px;
    margin: 20px 0
}

.main-box .button {
    float: left;
    margin: 0 5px 0 0;
    width: 100%;
    position: relative
}

.main-box .radioButton input[type=radio] {
    opacity: .011;
    z-index: 100
}

.main-box .radioButton input[type=radio]:checked+label {
    background: #fcedc7;
    border-radius: 10px
}

.main-box .radioButton input[type=radio]:hover {
    background: #cadfff;
    border-radius: 10px
}

.form-control {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #101010;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.succes {
    display: none
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 80%);
    transition: opacity 250ms;
    visibility: hidden;
    opacity: 0
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 1000
}

.dialog-body {
    text-align: center;
    position: relative;
    margin: 100px auto;
    width: 600px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .5);
    height: 200px
}

.content-dialog {
    max-height: 300px;
    overflow: auto;
    display: inline-flex;
    text-align: center;
    gap: 50px;
    margin: 20px 0
}

.dialog-body .close-dialog {
    font-size: 16px
}

.dialog-body {
    font-size: 20px
}

.button {
    border: none;
    color: #fff;
    border-radius: 3px;
    text-decoration: none
}

.button:focus, .button:hover {
    background-color: transparent
}

.dialogCloseBtn {
    background: #098ff8;
    border: 1px solid #098ff8;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff
}

.dialogCloseBtn a {
    color: #fff
}

.bgdiff {
    background: 0 0;
    color: #098ff8;
    border: 1px solid #098ff8
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}


#sidebar.fixed {
    position: fixed;
    top: 25%;
    left: 62%;
    width: 36%;
}

.page-heading-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    color: #101010
}

.heading-title, .heading-title-subtext {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    margin: 30px 0;
    color: #101010
}

.heading-title-subtext {
    font-size: 26px !important;
    line-height: 1.5;
    margin: 0;
}

.text-data {
    font-size: 16px;
    line-height: 1.5;
    color: #101010;
    margin: 0;
    font-weight: 400;
}

.spn-text {
    font-size: 16px;
    line-height: 1.5;
    color: #101010;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px
}

.form-bg {
    border-radius: 10px;
    box-shadow: 0 6px 25px #0000000D;
    background: transparent linear-gradient(301deg, #fff5F429 0, #fdeffa 34%, #f6f3FEA5 69%, #f2f8FF7A 100%) 0 0 no-repeat padding-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 40px 20px;
}

.training-pgrm-heading {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.training-pgrm-heading .text-data {
    line-height: 1.8
}

.training-pgrm-heading h3 {
    font-size: 22px;
    color: #101010;
    line-height: 1.5;
    margin: 0;
    font-weight: 600
}

.training-program-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.training-program-contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.training-program-contents h3 {
    font-size: 22px;
    color: #101010;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
}

.training-pgrm-heading img {
    padding: 0 20px;
    width: 75px
}

.training-pgrm {
    padding: 20px 0;
    border-radius: 10px;
    margin: 0;
}

.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
    content: var(--fa);
    color: #098ff8
}

.toggle-bg {
    background: #e3f2fe;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 0 4px 0 #00000029
}

.toggel-lms-tubes {
    background-color: #fff;
    color: #101010;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    border-radius: 12px;
    margin: 0;
    border: 1px solid #93cefb
}

.usecase-tab-container {
    padding: 20px 40px;
    text-align: center
}

.toggel-lms-tubes:hover {
    background-color: #e3f2fe;
    color: #101010
}

.toggel-lms-tubes.active {
    background-color: #fff;
    color: #101010;
    border: 1px solid #93cefb;
    box-shadow: 0 0 4px 0 #00000029
}

.toggle-arrow {
    width: 24px;
    height: 24px
}

.toggeltextlms {
    max-height: 0;
    box-shadow: 0 3px 6px #0000001A;
    overflow: hidden;
    transition: max-height .2s ease-out;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.toggeltextlms p {
    color: #101010;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400
}

.toggel-box-lms {
    padding: 0 20px
}

.BtnWidth {
    width: auto !important;
    cursor: pointer;
    padding: 0 10px !important;
    display: inline;
    height: 42px !important
}

.txtareaContent {
    margin: 20px 0;
    text-align: left;
    height: 260px
}

.txtareaContent h4 {
    font-size: 16px;
    color: #101010;
    line-height: 1.5;
    margin: 10px 0;
    font-weight: 600
}

.txtareaContent p {
    border: 1px solid #ccc;
    height: 200px;
    background: #fff;
    padding: 15px;
    line-height: 1.5;
    font-size: 14px;
    border-radius: 5px;
    color: #101010;
}

table, td, th {
    border: solid 1px #93cefb;
    padding: 10px;
    font-family: inter;
    text-align: center;
    font-size: 14px;
    background: #dbeefd;
    vertical-align: middle !important;
}

table {
    border-collapse: collapse;
    caption-side: bottom;
    width: 100%
}

caption {
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px
}

thead {
    background: #dbeefd;
    color: #101010
}

.contactForm {
    color: #fff;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 12px 20px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 20px;
    background: #098ff8
}

.contactForm:hover {
    color: #fff !important
}

.dataDisplayBlock {
    display: flex;
    justify-content: space-around;
    margin: 50px 0;
    gap: 10px
}

.dataDisplay {
    display: inline-flex;
    align-items: center;
    width: 100%;
    border: 1px solid #93cefb
}

.dataDisplay p {
    padding: 10px;
    margin: 0;
    background: #dbeefd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 30%;
    text-align: center
}

.dataDisplay span {
    background: #f9fcff;
    padding: 10px;
    border-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 70%;
    text-align: center
}

tr {
    background: #c1d4fb
}

.popup-form-field {
    margin: 0;
    display: grid;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.popup-three-rows {
    grid-template-columns: repeat(3, 1fr);
}

.form-fields {
    width: 100%;
}

.label-form {
    color: #101010;
    font-size: 16px;
    margin-bottom: 0 !important;
    margin: 0;
}

.form-input-field2 {
    border: 1px solid #98a5df !important;
    border-radius: 6px !important;
    width: 100%;
    padding: 5px !important;
    margin: 0;
    margin-bottom: 0 !important;
    background: #fff !important;
    opacity: 1;
    height: 40px;
    font-size: 14px
}

input:active, input:hover {
    text-decoration: none !important;
    outline: 0 !important;
    background: #fff !important
}

input:focus {
    text-decoration: none !important;
    outline: 0 !important;
    background: #fff !important
}

.errormsg, .errormsgFname, .errormsgIname, .errormsgMail, .errormsgPhone, .errormsgRname, .errormsgempname {
    color: #ee2828;
    text-align: left;
    padding: 0 0;
    display: none;
    font-size: 12px;
    margin: 0
}

.errormsg {
    text-align: center;
    margin: 7px 0
}

textarea#Message {
    height: 100px !important
}

.form-input-field2 {
    border: 1px solid #98a5df;
    border-radius: 6px;
    width: 100%;
    padding: 3%
}

.autosize {
    resize: none;
    overflow: hidden;
    height: 80px !important;
}

.formBg {
    padding: 50px 120px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.free-trial-Btn {
    color: #fff;
    font-size: 16px !important;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    margin: 0;
    background: #098ff8;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0);
    width: 20%;
}

.free-trial-Btn:hover {
    color: #fff !important;
    cursor: pointer;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #35136b;
    animation: bounce 0.4s ease-out;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding-right: 6px !important;
    padding-left: 80px !important;
    margin-left: 0
}

.next {
    color: #fff;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 12px 20px !important;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    background: #098ff8;
    font-weight: 600;
    width: fit-content;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0);
}

.next:hover {
    background: #098ff8;
    color: #fff;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #35136b;
    animation: bounce 0.4s ease-out;
}

.questionLst {
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    color: #101010;
}

.successMsg {
    text-align: center;
    font-size: 20px;
    margin: 80px 0
}

.fifthBlock, .fisrtBlock, .forthBlock, .secondBlock, .thirdBlock {
    padding: 20px
}

#fifthBlock {
    text-align: center
}

.fifthBlock {
    padding: 120px
}

.thirdBlock {
    text-align: center
}

.fifthBlock, .forthBlock, .secondBlock, .thankMsg, .thirdBlock {
    display: none
}

.SecondFormfifthBlockCss {
    color: green;
    text-align: center;
    padding: 100px
}

#competency-level {
    font-size: 14px;
    text-align: end;
    color: #ab7a2c
}

.secondPopupopenOne {
    border: none;
    background: 0 0;
    display: none
}

.faq-section {
    padding: 20px;
    background: #f9fcff
}

@keyframes zoom {
    from {
        transform: scale(.1)
    }

    to {
        transform: scale(1)
    }
}

@media only screen and (max-width:700px) {
    .img-model-content {
        width: 100%
    }
}

#correctAnswerDisplay, #explain-answer {
    display: none;
    text-align: left;
    font-size: 14px;
    color: #272727;
    line-height: 1.4
}

#correctAnswerDisplay {
    color: green
}

#intialques {
    display: block
}

#finalques {
    display: none
}

.image-container, .image-containerOne, .image-containerThree, .image-containerTwo {
    position: relative;
    display: inline-block;
    text-align: center
}

.small-image, .small-imageOne {
    cursor: pointer
}

.small-image {
    width: 300px;
    height: 253px;
}

.small-imageOne {
    width: 300px;
    height: 192px;
}

.small-imageTwo {
    width: 315px;
    cursor: pointer;
    height: 115px
}

.small-imageThree {
    width: 250px;
    cursor: pointer;
    height: 88px;
}

.enlargeicon, .imageiconOne, .imageiconThree, .imageiconTwo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    font-size: 24px;
    border: navajowhite;
}

.image-container:hover .enlargeicon {
    display: block
}

.image-containerOne:hover .imageiconOne {
    display: block
}

.image-containerTwo:hover .imageiconTwo {
    display: block
}

.image-containerThree:hover .imageiconThree {
    display: block
}

.imageoverlayOne, .imageoverlayThree, .imageoverlayTwo, .imgenlargeoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 95%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000
}

.large-image, .large-imageOne, .large-imageThree, .large-imageTwo {
    box-shadow: 2px 2px 6px #00000029;
    max-width: 800px;
    max-height: 800px;
    transition: transform .3s;
    margin: auto;
}

.img-model, .img-modelOne, .img-modelThree, .img-modelTwo {
    position: relative;
    max-width: 50%;
    max-height: 90%
}

.img-model-close, .img-model-closeOne, .img-model-closeThree, .img-model-closeTwo {
    position: absolute;
    top: 28px;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 4px 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    border: navajowhite;
}

.img-model-close:focus, .img-model-close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

#quizoptionsList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px auto;
}

.quizoptionselect {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #101010;
    margin: 0;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    background: #fff;
    height: 70px;
    line-height: 1.5;
    display: inline-flex;
    border: 1px solid #10101042;
    border-radius: 5px;
    width: calc(50% - 5px)
}

.quizoptionselect.selected {
    background-color: #098ff8;
    color: #fff
}

#quiz-container {
    height: 300px;
    padding: 20px 0;
    text-align: center
}

.next-button-container {
    width: 30%;
    display: inline-flex;
    justify-content: center;
    margin: 20px 0
}

.next-button-style[disabled], html input[disabled] {
    cursor: default;
    background: #e3e3e3 !important;
    border: 1px solid #a7a7ab;
    color: #afaeb1 !important
}

.next-button-style {
    width: 100%;
    border-radius: 5px;
    background: 0 0;
    color: #101010;
    cursor: pointer;
    outline: 0;
    color: #fff !important;
    font-size: 16px;
    padding: 15px;
    border: none;
    background: #098ff8;
    font-weight: 600
}

.correctAnswerDisplay {
    text-align: left;
    font-size: 14px;
    color: #101010;
    line-height: 1.7;
    margin: 10px 0;
    font-weight: 500
}

.mr-rw {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
}

.madIcon {
    color: #fd3434
}

.imgLable {
    font-size: 16px !important;
    line-height: 1.5;
    color: #101010 !important;
    text-align: center !important;
    margin: 10px auto;
    display: block
}

.competencyLevelDiv {
    text-align: end;
    font-size: 14px;
    color: #b56e04
}

#formm {
    display: block
}

#thankMsg {
    display: none
}

.clsBtn {
    padding: 10px 30px;
    color: #fff !important;
    font-size: 14px;
    background: #7a7a7a;
    box-shadow: 0 12px 20px #7b68ED29;
    border: 1px solid #7a7a7a;
    border-radius: 6px
}

.txtHide p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.subBtn {
    text-align: center;
    margin: 20px 0
}

.fnlScrTxt {
    font-size: 18px;
    margin: 20px 0
}

.learner-images {
    height: 70px;
    width: 70px;
}

.secondPopupmain {
    width: 100%;
    text-align: center
}

.secondPopupmain div {
    width: 400px;
    margin: 0 auto;
    text-align: center
}

.secondPopupcontainer-box {
    display: none;
    width: 100%;
    position: fixed;
    opacity: .9;
    background: #222;
    z-index: 40000;
    top: 0;
    left: 0;
    overflow: hidden;
    animation-name: fadeIn_Container;
    animation-duration: 1s
}

.secondmodal {
    display: none;
    top: 0;
    min-width: 250px;
    width: 90%;
    margin: 0 auto;
    position: fixed;
    z-index: 40001;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    margin-top: 44px;
    margin-left: 3%;
    animation-name: fadeIn_Modal;
    animation-duration: .8s;
    height: 660px;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat
}


.content {
    width: 100%;
    overflow-y: scroll;
    padding: 0;
    height: 600px
}

.cancel {
    cursor: pointer
}

.help-block {
    font-size: .8em;
    color: #7c7c7c;
    text-align: left;
    margin-bottom: .5em
}

.popup-dialog-body {
    font-size: 20px;
    text-align: center;
    position: relative;
    margin: 100px auto;
    width: 600px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .5);
    height: 200px
}

.content-popup-dialog {
    max-height: 300px;
    overflow: auto;
    display: inline-flex;
    text-align: center;
    gap: 50px;
    margin: 20px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0;
    width: 20px
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: none !important
}

.progress {
    height: auto !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.close-popup {
    background: transparent;
    border: none;
}

@media only screen and (min-width:767px) {
    .desktop-version {
        display: block
    }

    .mobile-version {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .desktop-version {
        display: none
    }

    .mobile-version {
        display: block
    }

    #sidebar.fixed {
        position: relative !important;
        left: 0;
        right: 0;
        padding: 10px;
        width: 100%;
    }

    .page_container {
        padding: 35% 1% 5% 1%
    }

    .word-box {
        gap: 10px;
        margin: 0 0
    }

    .main div {
        width: 100%
    }

    .form-bg {
        padding: 50px 12px;
        margin: auto;
    }

    .single-ltr h4 {
        font-size: 16px
    }

    .heading-title-subtext {
        font-size: 20px !important;
    }

    .heading-title {
        font-size: 25px;
        line-height: 1.5;
        margin: 0px;
    }

    .text-form-container {
        display: block
    }

    .textside {
        width: 100%
    }

    .img-side {
        width: 100%;
        text-align: center
    }

    .training-pgrm-heading h3 {
        font-size: 20px
    }

    .training-pgrm {
        margin: 0px auto;
    }

    .toggel-lms-tubes {
        font-size: 16px;
    }

    .quizoptionselect {
        height: auto;
        width: 100%;
        font-size: 16px;
        padding: 5px
    }

    .questionLst {
        font-size: 16px
    }

    .fisrtBlock, .forthBlock, .secondBlock, .thirdBlock {
        padding: 0
    }

    .BtnWidth {
        width: 100% !important;
        margin: 0;
        font-size: 14px
    }

    .next {
        padding: 10px 12px !important;
        width: 100%;
        margin: 10px 0
    }

    .txtareaContent p {
        height: 130px;
        font-size: 15px;
        overflow-y: scroll;
        padding: 10px
    }

    .label-text {
        font-size: 16px;
        margin: 5px 0 0 0
    }

    .txtareaContent h4 {
        font-size: 16px;
        margin: 0
    }

    .mr-rw {
        margin: 10px 0
    }

    .txtareaContent {
        margin: 10px 0
    }

    .next-button-container {
        width: 100%;
        margin: 0 0
    }

    .next-button-style {
        font-size: 16px;
        padding: 10px
    }

    #quiz-container {
        height: auto;
        padding: 5px 0
    }

    .dialog-body {
        width: 100%
    }

    .modal {
        height: 700px
    }

    .content {
        padding: 20px 10px
    }

    .competencyLevelDiv {
        text-align: center
    }

    .correctAnswerDisplay {
        font-size: 16px;
        line-height: 1.5
    }

    .txtHide p {
        font-size: 14px
    }

    table, td, th {
        font-size: 16px
    }

    .dataDisplayBlock {
        display: block;
        margin: 25px 0
    }

    .dataDisplay {
        display: block;
        width: 100%
    }

    .dataDisplay p {
        width: 100%;
        display: block
    }

    .dataDisplay span {
        width: 100%;
        display: block
    }

    .formBg {
        padding: 10px
    }

    .popup-form-field {
        margin: 0;
        flex-direction: column;
        display: flex;
    }

    .label-form {
        margin: 0;
    }

    .free-trial-Btn {
        /* padding: 3% 12%; */
        width: fit-content;
    }

    .fifthBlock {
        padding: 50px 0
    }

    .subBtn {
        margin: 10px 0
    }

    .img-model, .img-modelOne, .img-modelThree, .img-modelTwo {
        max-width: 100%;
        max-height: 100%
    }

    .SecondFormfifthBlockCss {
        padding: 50px
    }

    .img-model-close, .img-model-closeOne, .img-model-closeThree, .img-model-closeTwo {
        padding: 3px 11px;
        font-size: 19px
    }

    .enlargeicon, .imageiconOne, .imageiconThree, .imageiconTwo {
        font-size: 20px
    }

    .large-image {
        width: 425px;
        height: 359px
    }

    .large-imageOne {
        width: 425px;
        height: 271px
    }

    .small-imageTwo {
        width: 250px;
        height: 123px;
        margin: auto;
    }

    .large-imageThree {
        width: 425px;
        height: 150px
    }

    .single-ltr {
        font-size: 30px
    }

    .learner-images {
        height: 40px;
        width: 40px;
    }

    .lms-learn-box-line-blue, .lms-learn-box-line-orange {
        height: 30px
    }

    .toggel-box-lms {
        padding: 0
    }

    .check-now-btn {
        font-size: 14px;
    }

    .left-end-section {
        width: 100%;
        padding: 20px;
    }

    .page-heading-title {
        font-size: 36px;
        line-height: 1.3;
    }

    .toggeltextlms p {
        font-size: 14px;
    }

    .large-image, .large-imageOne, .large-imageThree, .large-imageTwo {
        box-shadow: 2px 2px 6px #00000029;
        max-width: -webkit-fill-available;
        max-height: -webkit-fill-available;
        transition: transform .3s;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-heading-title {
        font-size: 36px;
    }

    .small-image {
        width: 200px;
        height: auto;
    }

    .text-data {
        font-size: 14px;
    }

    .spn-text {
        font-size: 14px;
    }

    .heading-title-subtext {
        font-size: 18px !important;
    }

    .imgLable {
        font-size: 12px !important;
    }

    .heading-title, .heading-title-subtext {
        font-size: 28px;
        margin: 0 auto;
    }

    .small-imageOne {
        width: 200px;
        height: auto;
    }

    .toggel-lms-tubes {
        padding: 10px;
        font-size: 16px;
    }

    .learner-images {
        height: 40px;
        width: 40px;
    }

    .single-ltr h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .word-box {
        gap: 20px;
    }

    #sidebar.fixed {
        position: fixed;
        top: 25%;
        left: 60%;
        width: 38%;
    }

    .left-end-section {
        width: 56%;
    }

    .page_container {
        padding: 18% 2% 5% 2%;

    }

    .modal {
        height: 560px;
    }

    .secondmodal {
        height: 560px;
    }

    #quiz-container {
        height: 300px;
        padding: 0;
        text-align: center;
    }

    element.style {
        display: block;
    }

    .correctAnswerDisplay {
        font-size: 12px;
    }

    .questionLst {
        font-size: 16px;
    }

    .next-button-style {
        font-size: 14px;
        padding: 10px;
    }

    .quizoptionselect {
        font-size: 14px;
        height: 65px;
    }

    .txtHide p {
        font-size: 12px;
    }

    #quizoptionsList {
        gap: 10px;
        margin: 14px auto;
    }

    table, td, th {
        font-size: 16px;
    }

    .dataDisplay {
        margin: 10px 0px;
    }

    .dataDisplayBlock {
        display: block;
        margin: 20px auto;
        gap: 10px;
    }

    .formBg {
        padding: 20px;
    }

    .large-image, .large-imageOne, .large-imageThree, .large-imageTwo {
        box-shadow: 2px 2px 6px #00000029;
        max-width: -webkit-fill-available;
        max-height: -webkit-fill-available;
        transition: transform .3s;
        margin: auto;
    }
}