@media screen and (max-width: 1680px) {
    .xl-heading {
        font-size: 80px;
    }
    h1, .h1 {
        font-size: 48px;
    }
    h4, .h4 {
        font-size: 28px;
    }
    /* s1 */
    .s1 .list {
        row-gap: 25px;
        padding: 35px;
        border-radius: 50px;
        max-width: 1400px;
    }
    /* s2 */
    .s2 .f1 {
        top: 220px;
        left: 260px;
    }
    /* s3 */
    .s3 .title-area {
        margin: 0 auto 70px;
        max-width: 900px;
    }
    /* s4 */
    .s4 .title-area,
    .s5 .title-area {
        max-width: 1150px;
    }
    /* s6 */
    .s6 {
        padding: 70px 15px 0;
    }
    .s6 .title-area {
        margin: 0 auto;
        max-width: 1000px;
    }
    .s6 .content-wrapper .img-wrapper {
        scale: 0.8;
    }
    /* s7 */
    .s7 .floating-img img {
        scale: 0.7;
    }
    .s7 .f1 {
        top: -70px;
        left: -90px;
    }
    .s7 .f2 {
        right: -100px;
        bottom: -70px;
    }
    .s7 .content .img-wrapper {
        padding: 30px;
    }
    /* s10 */
    .s10 legend {
        padding: 25px;
        top: 40px;
    }
    .s10 .img-wrapper {
        max-width: 100px;
    }
    /* s11 */
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1500px) {
    .xl-heading {
        font-size: 76px;
    }
    h1, .h1 {
        font-size: 46px;
    }
    h4, .h4 {
        font-size: 26px;
    }
    h6, .h6, .md-txt {
        font-size: 18px;
    }
    /* banner */
    .banner .vid-wrap {
        padding: 20px;
        margin: 50px auto 0;
        max-width: 1150px;
    }
    /* s1 */
    .s1 .list,
    .s2 .custom-wrapper,
    .s5 .custom-wrapper,
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 1300px;
    }
    /* s3 */
    .s3 .custom-wrapper {
        max-width: 1250px;
    }
    /* s4 */
    .s4 {
        padding: 70px 15px 40px;
    }
    .s4 .content-wrapper {
        max-width: 900px;
    }
    /* s5 */
    /* .s5 .img-wrapper img {
        height: 341px;
    } */
    /* s6 */
    .s6 .title-area .img-wrapper {
        max-width: 700px;
        margin: 0 auto;
    }
    /* s7 */
    .s7 .title-area {
        margin: 0 auto 100px;
    }
    .s7 .row .colmn:nth-child(odd) p.h4,
        .s7 .row .colmn-2 p.h4 {
        padding: 15px 40px;
    }
    /* s9 */
    .s9 .vid-wrapper {
        max-width: 1000px;
    }
    /* s10 */
    .s10 fieldset {
        padding: 50px 30px 30px;
    }
}

@media screen and (max-width: 1440px) {
    .md-heading {
        font-size: 60px;
    }
    .font-xl {
        font-size: 68px;
    }
    h1, .h1 {
        font-size: 42px;
    }
    h4, .h4 {
        font-size: 25px;
    }
    h5, .h5 {
        font-size: 22px;
    }
    h6, .h6, .md-txt {
        font-size: 16px;
    }
    /* banner */
    .banner {
        padding: 150px 15px 50px;
    }
    .banner p.h4 {
        max-width: 950px;
    }
    .banner .vid-wrap {
        max-width: 1000px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 800px;
    }
    /* s1 */
    .s1 li {
        flex: 0 0 48%;
        max-width: 50%;
    }
    .s1 .list {
        max-width: 1000px;
    }
    /* s2 */
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s5 .custom-wrapper,
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 1150px;
    }
    .s2.v3 .title-area {
        max-width: 900px;
    }
    /* s6 */
    /* .s5 .img-wrapper img {
        height: 331px;
    } */
    /* s6 */
    .s6 .title-area .img-wrapper {
        max-width: 600px;
    }
    .s6 .title-area {
        max-width: 900px;
    }
    .s6 .f1 {
        left: -110px;
        top: 350px;
    }
    .s6 .f2 {
        right: -130px;
        top: 200px;
    }
    .s6 .f3 {
        transform: scale(1.4);
        top: 540px;
    }
    /* s7 */
    .s7 .floating-img img {
        scale: 0.5;
    }
    .s7 .f1 {
        top: -120px;
        left: -160px;
    }
    .s7 .f2 {
        right: -150px;
        bottom: -120px;
    }
    .s7 .colmn {
        flex: 0 0 33.33%;
        max-width: 31%;
    }
    .s7 .content-wrapper:before {
        height: 83%;
        width: 100%;
        transform: scale(1.5);
    }
    /* s8 */
    .s8 .content-wrapper {
        max-width: 1000px;
    }
    /* s10 */
    .s10 fieldset {
        flex: 0 0 45%;
        max-width: 50%;
    }
    .s10 .content-wrapper {
        max-width: 1050px;
    }
    /* s11 */
    .s11 .title-area,
    .s12 .title-area,
    .s13 .title-area,
    .s14 .title-area {
        margin: 0 auto 50px;
    }
    /* s13 */
    .s13 .title-area span,
    .s14.v1 .title-area span,
    .s14.v3 .title-area span {
        display: flex;
        max-width: max-content;
        margin: 0 auto;
    }
    /* s14 */
    .s14.v1 .colmn-2 .img-wrapper {
        transform: scale(1.2);
        transform-origin: 100% -10%;
    }
    .s14.v2 .title-area {
        max-width: 700px;
    }
}

@media screen and (max-width: 1366.98px) {

}

@media screen and (max-width: 1280.98px) {
    .xl-heading {
        font-size: 72px;
    }
    .md-heading {
        font-size: 56px;
    }
    .font-xl {
        font-size: 64px;
    }
    .font-sm {
        font-size: 34px;
    }
    h1, .h1 {
        font-size: 40px;
    }h4, .h4 {
        font-size: 22px;
    }
    /* banner */
    .banner {
        padding: 200px 15px 50px;
    }
    .banner .vid-wrap {
        max-width: 950px;
    }
    /* s2 */
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s5 .custom-wrapper,
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 1100px;
    }
    /* s6 */
    .s6 .title-area .img-wrapper {
        max-width: 500px;
    }
    .s6 p.h4 {
        max-width: 650px;
    }
    .s6 .f1 {
        top: 300px;
    }
    .s6 .f2 {
        top: 150px;
    }
    .s6 .f3 {
        top: 500px;
    }
    /* s7 */
    .s7 .content .img-wrapper {
        padding: 20px;
    }
    .s7 .row {
        max-width: 1010px;
    }
    .s7 .floating-img img {
        scale: 0.4;
    }
    .s7 .f1 {
        top: -140px;
        left: -190px;
    }
    .s7 .f2 {
        right: -190px;
        bottom: -140px;
    }
    /* s9 */
    .s9 .vid-wrapper {
        max-width: 930px;
    }
    /* s10 */
    .s10 .title-area {
        max-width: 950px;
    }
    .s10 .content-wrapper {
        max-width: 1000px;
    }
    /* s11 */
    .s11 p.font-sm {
        max-width: 800px;
        margin: 0 auto 25px;
    }
    /* s13 */
    .s13 .content-wrapper {
        max-width: 1000px;
        row-gap: 50px;
        margin-bottom: 40px;
    }
    .s13 .content {
        flex: 0 0 33.33%;
        max-width: 30%;
    }
    .s13 .btn-wrap {
        padding-bottom: 0;
    }
    /* s14 */
    .s14.v1 .colmn-2 .img-wrapper {
        transform: unset;
        transform-origin: unset;
    }
}


@media screen and (max-width: 1024.98px) {
    .xl-heading {
        font-size: 64px;
    }
    .md-heading {
        font-size: 52px;
    }
    .font-xl {
        font-size: 52px;
    }
    .font-sm {
        font-size: 30px;
    }
    h1, .h1 {
        font-size: 36px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    h5, .h5 {
        font-size: 18px;
    }
    /* banner */
    .banner p.h4 {
        max-width: 750px;
    }
    .banner {
        padding: 160px 15px 50px;
    }
    .banner .vid-wrap {
        max-width: 900px;
        padding: 10px;
        border-radius: 25px;
    }
    .banner .inner-vid {
        border-radius: 25px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 700px;
    }
    /* s1 */
    .s1 .list {
        max-width: 900px;
        padding: 35px;
        border-radius: 30px;
    }
    /* s2 */
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s5 .custom-wrapper,
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 900px;
    }
    .s2 .f1 {
        top: 220px;
        left: 150px;
        scale: 0.7;
    }
    .s2.v2 .title-area {
        max-width: 800px;
    }
    /* s3 */
    .s3 .row:not(:last-child) {
        margin-bottom: 70px;
    }
    .s3 .content-wrapper .row:nth-child(even) .text-wrapper {
        padding: 15px 20px;
    }
    /* s4 */
    .s4 .content-wrapper {
        max-width: 750px;
    }
    /* s6 */
    .s6 .title-area .img-wrapper {
        max-width: 450px;
    }
    .s6 .title-area {
        max-width: 700px;
    }
    .s6 .f1,
    .s6 .f2 {
        scale: 0.8;
    }
    .s6 .f1 {
        left: -130px;
        top: 290px;
    }
    .s6 .f2 {
        top: 120px;
        right: -150px;
    }
    .s6 .f3 {
        top: 470px;
    }
    /* s7 */
    .s7 {
        padding: 70px 15px 100px;
    }
    .s7 .row {
        max-width: 900px;
    }
    .s7 .content-wrapper:before {
        transform: scale(1.4);
    }
    /* s8 */
    .s8 .content-wrapper {
        max-width: 900px;
    }
    .s8 .colmn {
        padding: 25px 35px;
        border-radius: 20px;
    }
    /* s9 */
    .s9 .title-area {
        margin: 0 auto;
    }
    .s9 .vid-wrapper {
        max-width: 750px;
        padding: 10px;
        border-radius: 20px;
    }
    .s9 .in-wrap {
        border-radius: 20px;
    }
    /* s10 */
    .s10 .title-area {
        max-width: 800px;
    }
    .s10 .content-wrapper {
        max-width: 850px;
    }
    .s10 .img-wrapper {
        max-width: 80px;
    }
    .s10 legend {
        border-radius: 20px;
    }
    .s10 fieldset {
        border-radius: 35px;
    }
    /* s11 */
    .s11 {
        padding: 70px 15px 20px;
    }
    .s11 p.font-sm {
        max-width: 700px;
    }
    .s11 .img-wrapper {
        transform: scale(1.1);
        transform-origin: 100% -100%;
    }
    /* s12 */
    .s12 .colmn-1 img {
        max-width: 40px;
    }
    .s12 .content-wrapper .row:not(:last-child) {
        margin-bottom: 70px;
    }
    /* s13 */
    .s13 .content-wrapper {
        max-width: 850px;
        row-gap: 40px;
        margin-bottom: 35px;
    }
    .s13 .content {
        flex: 0 0 48%;
        max-width: 50%;
    }
    /* s14 */
    .s14.v2 .title-area {
        max-width: 600px;
    }
}


@media screen and (max-width: 991.98px) {
    .navbar {
        display: none;
    }
    .font-xl {
        font-size: 48px;
    }
    .xl-heading {
        font-size: 58px;
    }
    h1, .h1 {
        font-size: 34px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    /* banner */
    .banner {
        padding: 50px 15px 10px;
    }
    .banner span.v2 {
        padding: 10px 20px 0;;
    }
    /* s1 */
    .s1 li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .s1 .list {
        max-width: 750px;
    }
    /* s2 */
    .s2 .f1,
    .s6 .f1,
    .s6 .f2,
    .s6 .f3,
    .s7 .content-wrapper:before,
    .s7 .floating-img img {
        display: none;
    }
    .s2 {
        padding: 30px 15px 50px;
    }
    .s2 .title-area {
        margin: 0 auto 50px;
    }
    .s2.v1 span {
        display: flex;
        justify-content: center;
    }
    .s2.v3 .title-area {
        margin-bottom: 50px;
    }
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s5 .custom-wrapper,
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 700px;
    }
    /* S3 */
    .s3 {
        padding: 30px 15px 80px;
    }
    .s3 .content-wrapper .row:nth-child(odd)  .text-wrapper,
    .s3 .content-wrapper .row:nth-child(even)  .text-wrapper {
        background: linear-gradient(to bottom, rgba(98,50,184,1) 0%,rgba(76,39,142,1) 75%,rgba(49,25,92,1) 100%);
        text-align: center;
        padding: 25px;
        border-radius: 25px 25px 0 0;
    }
    .s3 .colmn p.h4 {
        font-size: 18px;
    }
    .s3 .content-wrapper .row:nth-child(odd) .img-wrapper,
    .s3 .content-wrapper .row:nth-child(even) .img-wrapper {
        transform-origin: 50% 70%;
    }
    .s3 .content-wrapper {
        max-width: 650px;
    }
    /* s4 */
    .s4 {
        padding: 50px 15px 40px;
    }
    .s4 .title-area, .s5 .title-area {
        max-width: 700px;
    }
    .s4 .content-wrapper {
        max-width: 700px;
    }
    /* s5 */
    .s5 {
        padding: 50px 15px;
    }
    /* s6 */
    .s6 {
        padding: 50px 15px 20px;
        background: radial-gradient(ellipse at center, rgba(98,50,184,1) 0%,rgba(0,0,0,1) 100%);
    }
    .s6 .title-area .img-wrapper {
        max-width: 350px;
        margin: 25px auto !important;
    }
    /* s7 */
    .s7 {
        padding: 50px 15px;
    }
    .s7 .title-area,
    .s8 .title-area {
        margin: 0 auto 40px;
    }
    .s7 .content .img-wrapper {
        padding: 15px;
        max-width: 200px;
    }
    .s7 .row .colmn:nth-child(odd) p.h4,
    .s7 .row .colmn-2 p.h4 {
        padding: 10px 30px;
    }
    /* s8 */
    .s8 {
        padding: 50px 15px;
    }
    .s8 .colmn {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .s8 .content-wrapper {
        max-width: max-content;
    }
    .s8 .content-wrapper {
        max-width: 650px;
    }   
    /* s9 */
    .s9 {
        padding: 50px 15px 0;
    }
    /* s11 */
    .s11 {
        padding: 50px 15px 0;
    }
    .s11 .img-wrapper {
        transform: unset;
        transform-origin: unset;
    }
    /* s12 */
    .s12 .content-wrapper .row:not(:last-child) {
        margin-bottom: 50px;
    }
    /* s14 */
    .s14.v1 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 832.98px) {
    .xl-heading {
        font-size: 54px;
    }
    .md-heading {
        font-size: 48px;
    }
    .font-xl {
        font-size: 38px;
    }
    .font-sm {
        font-size: 24px;
    }
    h1, .h1 {
        font-size: 30px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    /* banner */
    .banner h1 {
        font-size: 34px;
    }
    .banner p.h4 {
        max-width: 650px;
        font-size: 18px;
    }
    /* s1 */
    .s1 {
        padding: 15px 15px 50px;
    }
    .s1 .list {
        max-width: 650px;
    }
    .s1 li .img-wrapper {
        flex: 0 0 55px;
    }
    /* s2 */
    .s2 .title-area,
    .s3 .title-area,
    .s12 .title-area,
    .s13 .title-area,
    .s14 .title-area {
        margin: 0 auto 40px;
    }
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s5 .custom-wrapper,
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 80%;
    }
    .s2.v3 .title-area {
        margin-bottom: 40px;
    }
    /* s3 */
    .s3 .content-wrapper {
        max-width: 600px;
    }
    /* s4 */
    .s4 .content-wrapper,
    .s6 p.h4 {
        max-width: 75%;
    }
    /* s7 */
    .s7 .colmn {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .s7 .colmn:not(:last-child) {
        margin-bottom: 50px;
    }
    .s7 .content-wrapper {
        max-width: 70%;
    }
    .s7 .img-1,
    .s7 .img-3 {
        order: 2;
    }
    .s7 .row .colmn:nth-child(odd) p.h5 {
        margin-bottom: 25px;
    }
    /* s8 */
    .s8 .content-wrapper {
        max-width: 60%;
    }
    /* s9 */
    .s9 .vid-wrapper {
        max-width: 650px;
    }
    /* s10 */
    .s10 .title-area {
        max-width: 650px;
    }
    .s10 fieldset {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .s10 .content-wrapper {
        max-width: 55%;
    }
    /* s12 */
    .s12,
    .s13,
    .s14  {
        padding: 50px 15px;
    }
    /* s13 */
    .s13 .content-wrapper {
        margin-bottom: 25px;
    }
    .s13 .content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768.98px) {
    .xl-heading {
        font-size: 52px;
    }
    .md-heading {
        font-size: 44px;
    }
    h1, .h1 {
        font-size: 28px;
    }
    /* banner */
    .banner h1 {
        font-size: 32px;
    }
    /* btm-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 600px;
    }
    /* s3 */
    .s3 .custom-wrapper {
        max-width: 90%;
    }
    .s3 .content-wrapper .row:nth-child(odd)  .text-wrapper,
    .s3 .content-wrapper .row:nth-child(even)  .text-wrapper {
        padding: 20px 25px 35px;
    }
}

@media screen and (max-width: 640.98px) {
    .xl-heading {
        font-size: 45px;
    }
    .md-heading {
        font-size: 40px;
    }
    .font-sm {
        font-size: 22px;
    }
    h1, .h1 {
        font-size: 26px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    /* banner */
    .banner h1 {
        font-size: 28px;
    }
    .banner p.h4 {
        max-width: 500px;
    }
    .banner p.h5 {
        padding: 10px;
    }
    /* s2 */
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s5 .custom-wrapper,
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 85%;
    }
    /* s3 */
    .s3 p.oceanic {
        max-width: 70%;
        margin: 0 auto 25px;
        line-height: 0.9;
    }
    /* s4 */
    .s4 .content-wrapper {
        max-width: 85%;
    }
    /* s5 */
    .s5 h2 {
        padding: 10px 20px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 500px;
    }
    .btn-wrap .img-fluid {
        max-width: 70%;
    }
    /* s8 */
    .s8 .content-wrapper {
        max-width: 70%;
    }
    .s8 .colmn {
        padding: 20px 25px;
    }
    /* s9 */
    .s9 .vid-wrapper,
    .s10 .title-area {
        max-width: 550px;
    }
    /* s10 */
    .s10 .content-wrapper {
        max-width: 65%;
    }
    .s10 .img-wrapper {
        max-width: 75px;
    }
}

@media screen and (max-width: 575.98px) {
    .xl-heading {
        font-size: 38px;
    }
    .md-heading {
        font-size: 36px;
    }
    .font-sm {
        font-size: 20px;
    }
    h1, .h1 {
        font-size: 24px;
    }
    /* banner */
    .banner h1 {
        font-size: 26px;
    }
    .banner p.h5 {
        max-width: 70%;
    }
    /* s1 */
    .s1 .list {
        padding: 25px;
        border-radius: 20px;
    }
    /* s3 */
    .s3 .content-wrapper .row:nth-child(odd)  .text-wrapper,
    .s3 .content-wrapper .row:nth-child(even)  .text-wrapper {
        padding: 20px 15px 35px;
    }
    /* s6 */
    .s6 .title-area .img-wrapper {
        max-width: 300px;
        margin: 20px auto !important;
    }
    .s6 p.h4 {
        max-width: 85%;
    }
    /* s7 */
    .s7 .content-wrapper {
        max-width: 80%;
    }
    /* s9 */
    .s9 .vid-wrapper {
        max-width: 500px;
    }
    /* s10 */
    .s10 .content-wrapper {
        max-width: 75%;
    }
    /* s11 */
    .s11 .custom-wrapper {
        max-width: 90%;
    }
}

@media screen and (max-width: 440.98px) {
    .xl-heading {
        font-size: 30px;
    }
    .md-heading {
        font-size: 32px;
    }
    .font-sm {
        font-size: 18px;
    }
    h1, .h1 {
        font-size: 22px;
    }
    /* banner */
    .banner h1 {
        font-size: 24px;
    }
    .banner p.h4 {
        font-size: 16px;
    }
    .banner p.h5 {
        max-width: 80%;
        font-size: 16px;
    }
    /* btn-wrap */
    .btn-wrap p.h4 {
        font-size: 16px;
    }
    .btn-wrap a {
        padding: 15px;
    }
    .btn-wrap .img-fluid {
        max-width: 80%;
    }
    /* s1 */
    .s1 {
        padding: 0;
    }
    .s1 .list {
        padding: 20px;
        border-radius: unset;
    }
    /* s2 */
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s5 .custom-wrapper,
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 95%;
    }
    .s2 .title-area, .s3 .title-area {
        margin: 0 auto 30px;
    }
    .s2.v3 .title-area {
        margin-bottom: 30px;
    }
    /* s3 */
    .s3 {
        padding: 30px 15px 50px;
    }
    .s3 .row:not(:last-child) {
        margin-bottom: 50px;
    }
    .s3 .content-wrapper .row:nth-child(odd)  .text-wrapper,
    .s3 .content-wrapper .row:nth-child(even)  .text-wrapper {
        border-radius: 15px 15px 0 0;
    }
    .s3 .colmn p.h4 {
        font-size: 16px;
    }
    /* s4 */
    .s4 .content-wrapper {
        max-width: 100%;
    }
    /* s6 */
    .s6 p.md-txt {
        max-width: 70%;
        margin: 0 auto;
    }
    .s6 p.h4 {
        max-width: 100%;
        border-radius: 10px;
    }
    .btn-wrap.v2 {
        padding: 30px 15px 50px;
    }
    /* s7 */
    .s7 .content-wrapper {
        max-width: 95%;
    }
    .s7 .content .img-wrapper {
        padding: 5px;
        max-width: 150px;
    }
    /* s8 */
    .s8 .content-wrapper {
        max-width: 95%;
    }
    /* s9 */
    .s9 .vid-wrapper {
        max-width: 400px;
    }
    /* s10 */
    .s10 {
        padding: 50px  15px;
    }
    .s10 .content-wrapper {
        max-width: 100%;
    }
    .s10 fieldset {
        padding: 35px 20px 20px;
        border-radius: 25px;
    }
    /* s11 */
    .s11 p.font-sm span {
        display: flex;
        justify-content: center;
        max-width: max-content;
        margin: 10px auto;
    }
    /* s13 */
    .s13 .title-area span,
    .s14.v1 .title-area span,
    .s14.v3 .title-area span {
        display: block;
        max-width: 70%;
    }
    .s14.v5 .title-area span {
        display: flex;
        margin: 0 auto;
    }
    .s14.v6 .title-area span {
        max-width: 70%;
    }
}

@media screen and (max-width: 375.98px) {
    .xl-heading {
        font-size: 24px;
    }
    .md-heading {
        font-size: 28px;
    }
    .font-xl {
        font-size: 24px;
    }
    .font-sm {
        font-size: 16px;
    }
    h1, .h1 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    /* banner */
    .banner h1 {
        font-size: 22px;
    }
    .banner span.v2 {
        padding: 5px 20px 5px;
    }
    .banner p.h5 {
        max-width: 100%;
    }
    .banner .vid-wrap {
        padding: 5px;
        border-radius: 10px;
    }
    .banner .inner-vid {
        border-radius: 10px;
    }
    /* btn-wrap */
    .btn-wrap {
        padding: 0 15px 40px;
    }
    .btn-wrap .img-fluid {
        max-width: 90%;
    }
    /* s2 */
    .s2 {
        padding: 30px 0;
    }
    .s2 .title-area {
        padding: 0 15px;
    }
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s5 .custom-wrapper,
    .s11 .custom-wrapper,
    .s12 .custom-wrapper,
    .s14 .custom-wrapper {
        max-width: 100%;
    }
    .s2.v2 span, .s2.v3 span, .s11 p.h1 span {
        background: #E9BA00;
        padding: 0 10px;
        border-radius: 5px;
    }
    /* s3 */
    .s3 {
        padding: 30px 15px;
    }
    
    .s3 .content-wrapper .row:nth-child(odd)  .text-wrapper,
    .s3 .content-wrapper .row:nth-child(even)  .text-wrapper {
        padding: 15px 15px 35px;
    }
    .s3 .content-wrapper .row:nth-child(odd) .img-wrapper,
    .s3 .content-wrapper .row:nth-child(even) .img-wrapper {
        transform-origin: 50% 200%;
    }
    .s3 .row:not(:last-child) {
        margin-bottom: 20px;
    }
    /* s4 */
    .s4 {
        padding: 30px 15px 20px;
    }
    /* s5 */
    .s5 {
        padding: 40px 0 40px;
    }
    .s5 .title-area {
        padding: 0 15px;
    }
    /* s6 */
    .s6 p.md-txt {
        max-width: 80%;
    }
    .s6 .content-wrapper .img-wrapper {
        scale: unset;
        margin-top: 25px;
    }
    /* s7 */
    .s7 .content-wrapper {
        max-width: 100%;
    }
    /* s8 */
    .s8 {
        padding: 30px 0 30px;
    }
    .s8 .colmn {
        padding: 20px 15px;
        border-bottom: unset;
        border-radius: unset;
    }
    .s8 .row:first-of-type {
        gap: unset;
    }
    .s8 .row .colmn:nth-child(even) {
        background: unset;
        color: #000;
    }
    .s8 .row .colmn:nth-child(even) *{
        color: #000;
    }
    /* s9 */
    .s9 .vid-wrapper {
        padding: 5px;
        border-radius: 5px;
        margin: 20px auto 0;
    }
    .s9 .in-wrap {
        border-radius: 5px;
    }
    /* s10 */
    .s10 {
        padding: 50px 0 0;
    }
    .s10 .content-wrapper {
        row-gap: unset;
    }
    .s10 fieldset {
        padding: 35px 20px 20px;
        border-radius: unset;
    }
    .s10 .content-wrapper fieldset:nth-child(even) {
        background: unset;
        padding-bottom: 0;
    }
    .s10 .content-wrapper fieldset:nth-child(even) p.md-txt {
        color: #000;
    }
    /* s11 */
    .s11 {
        padding: 30px 0 0;
    }
    .s11 .title-area {
        margin: 0 auto 30px;
    }
    /* s12 */
    .s12, .s14 {
        padding: 40px 0;
    }
    .s12 .content-wrapper .row:not(:last-child) {
        margin-bottom: 30px;
    }
    /* s13 */
    .s13 {
        padding: 40px 15px;
    }
    /* s14 */
    .s14.v1 p.font-xl {
        letter-spacing: 3px;
    }
    .s14.v1 p.font-xl u {
        display: flex;
        justify-content: center;
    }
    .s13 .title-area span, 
    .s14.v1 .title-area span, 
    .s14.v3 .title-area span,
    .s14.v6 .title-area span {
        max-width: max-content;
    }
    
}