@media screen and (max-width: 1680px) {
    .md-heading {
        font-size: 56px;
    }
    .sm-heading {
        font-size: 48px;
    }
    /* s2 */
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper,
    .s6 .custom-wrapper, .custom-wrapper {
        max-width: 1300px;
    }
    .s2 .colmn-2:before {
        transform: scale(0.7);
    }
    /* s5 */
    .s5 .content-wrapper {
        max-width: 1250px;
    }
}


@media screen and (max-width: 1599px) {
  .site-title{ font-size: 48px; line-height: 56px;}
}

@media screen and (max-width: 1500px) {
    .xl-heading {
        font-size: 62px;
    }
    .md-heading {
        font-size: 54px;
    }	
    .sm-heading {
        font-size: 45px;
    }
    h4, .h4 {
        font-size: 25px;
    }
    /* banner */
    .banner .vid-wrap {
        max-width: 1150px;
    }
    /* s1 */
    .s1 .colmn {
        padding: 30px 20px;
    }
    /* s2 */
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper,
    .s6 .custom-wrapper, .custom-wrapper {
        max-width: 1200px;
    }
    /* s4 */
    .s4 .row:not(:last-child) {
        margin-bottom: 60px;
    }
    /* s7 */
    .s7 .tbl {
        max-width: 700px;
    }
}





@media screen and (max-width: 1440px) {
    .xl-heading {
        font-size: 55px;
    }
    .md-heading {
        font-size: 52px;
    }
    .sm-heading {
        font-size: 40px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 22px;
        line-height: 1.4;
    }
    /*banner*/
    .banner {
    padding: 40px 15px;
    }
    .banner .vid-wrap {
    max-width: 950px;
    }
    .banner .title-area {
    margin: 0 auto 30px;
    }
    /*s1*/
    .s1 {
    padding: 30px 15px;
    }
    .btn-wrap {
    padding: 15px 15px 30px;
    }
    h1, .h1 {
        font-size: 36px;
    }
    h6, .h6, .md-txt {
        font-size: 16px;
    }
    /* btn0-wrap */
    .btn-wrap .img-wrapper {
        max-width: 65%;
    }
    /* s1 */
    .s1 .custom-wrapper {
        max-width: 1200px;
    }
    .s1 .content .img-wrapper {
        flex: 0 0 80px;
    }
    /* s2 */
    .s2 {
        padding: 70px 15px 0;
    }
    .s2 .colmn-2:before {
        top: -15%;
    }
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper, .custom-wrapper {
        max-width: 1150px;
    }
    .s4,
    .s5 {
        padding: 40px 15px;
    }
    /* s5 */
    .s5 .content-wrapper {
        row-gap: 150px;
    }
    /* s6 */
    .s6 .text-wrapper {
        padding: 25px;
        border-radius: 25px;
    }
    /* s7 */
    .s7 .tbl {
        max-width: 50%;
    }
    /* .s7 .tbl-head p {
        max-width: 90%;
    } */
}

@media screen and (max-width: 1366.98px) {

}

@media screen and (max-width: 1280.98px) {
    .xl-heading {
        font-size: 48px;
    }
    .md-heading {
        font-size: 48px;
    }
    .sm-heading {
        font-size: 34px;
    }
    h3, .h3 {
        font-size: 26px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    h5, .h5 {
        font-size: 20px;
    }
    /* banner */
    .banner .title-area {
        max-width: 1000px;
    }
    .banner .vid-wrap {
        max-width: 1000px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 900px;
    }
    /* s1 */
    .s1 .custom-wrapper {
        max-width: 1000px;
    }
    .s1 .row-1 {
        display: none;
    }
    .s1 .row-2 {
        display: flex;
    }
    .s1 .colmn {
        flex: 0 0 48%;
        max-width: 50%;
    }
    .s1 .content .img-wrapper {
        flex: 0 0 60px;
    }
    /* s2 */
    .s2 .colmn-2:before {
        top: -10%;
        left: -50%;
    }
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper, .custom-wrapper {
        max-width: 1050px;
    }
    .s4 .row:not(:last-child) {
        margin-bottom: 40px;
    }
    /* s5 */
    .s5 .title-area {
        margin: 0 auto 110px;
    }
    .s5 .content-wrapper {
        max-width: 1100px;
    }
    .s5 .img-wrapper {
        transform: scale(1.4);
    }
    .s5 .content {
        padding: 25px;
        padding-top: unset;
        border-radius: 30px;
    }
    /* s6 */
    .s6 {
        padding: 40px 15px;
    }
    .s6 .custom-wrapper {
        max-width: 1150px;
    }
    .s6.v1 .img-wrapper {
        transform: scale(0.9);
        transform-origin: 100% 50%;
    }
    .s6.v2 .img-wrapper {
        transform: scale(0.9);
        transform-origin: -100% 50%;
    }
    /* s7 */
    .s7 .tbl-content {
        padding: 30px;
    }
    .s7 .list {
        padding: 30px;
        border-radius: 25px;
    }
    /* no-thanks */
    .no-thanks {
        margin: 50px auto 0;
    }
}


@media screen and (max-width: 1199px) {
  .site-title{ font-size: 44px; line-height: 56px;}
  .sec-4{ background: #EEF2FF;}
}

@media screen and (max-width: 1024.98px) {
    .xl-heading {
        font-size: 44px;
    }
    .md-heading {
        font-size: 40px;
    }
    .sm-heading {
        font-size: 30px;
    }
    h1, .h1 {
        font-size: 32px;
    }
    h4, .h4 {
        font-size: 19px;
    }
    /* banner */
    .banner .title-area {
        max-width: 900px;
    }
    .banner .vid-wrap {
        max-width: 900px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 800px;
    }
    /* s1 */
    .s1 .custom-wrapper {
        max-width: 900px;
    }
    .s1 .colmn {
        box-shadow: unset !important;
    }
    /* s2 */
    .s2 {
        padding: 50px 15px;
    }
    .s2 .colmn-2:before,
    .s6.v1 .img-wrapper:before,
    .s6.v2 .img-wrapper:before {
        display: none;
    }
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper, .custom-wrapper {
        max-width: 95%;
    }
    /* s5 */
    .s5 .title-area {
        margin: 0 auto 150px;
    }
    .s5 .title-area .text-wrapper p:first-of-type {
        max-width: 45%;
    }
    .s5 .content-wrapper {
        max-width: 80%;
        justify-content: space-evenly;
    }
    .s5 .content {
        flex: 0 0 45%;
        max-width: 50%;
    }
    .s5 .img-wrapper {
        transform: scale(1.5);
    }
    /* s6 */
    .s6 .custom-wrapper {
        max-width: 900px;
    }
    .s6.v1 .img-wrapper,
    .s6.v2 .img-wrapper {
        transform: unset;
        transform-origin: unset;
    }
    /* s7 */
    .s7 {
        padding: 40px 15px;
    }
    .s7 .tbl {
        max-width: 60%;
    }

    .row-rev{ flex-direction: unset;}
}

@media screen and (max-width: 991.98px) {
    .xl-heading {
        font-size: 40px;
    }
    .md-heading {
        font-size: 36px;
    }
    .sm-heading {
        font-size: 33px;
    }   
    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    h5, .h5 {
        font-size: 22px;
    }
    .sm-txt {
        font-size: 16px;
    }
    /* banner */
    .banner .title-area {
        max-width: 90%;
    }
    .banner .vid-wrap {
        padding: 10px;
        border-radius: 20px;
    }
    .banner .in-wrap {
        border-radius: 20px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 85%;
    }
    /* s1 */
    .s1 {
        padding: 30px 15px;
    }
    .s1 .custom-wrapper {
        max-width: 80%;
    }
    .s1 .content .img-wrapper {
        flex: 0 0 auto;
    }
    .s1 .row-2 {
        background: -webkit-linear-gradient(45deg, rgba(76,15,69,1) 0%,rgba(181,1,122,1) 100%);
        padding: 20px;
        border-radius: 25px;
    }
    .s1 .colmn-1 {
        margin-bottom: 25px;
    }
    .s1 .colmn {
        flex: 0 0 100%;
        max-width: 100%;
        background: unset;
        padding: unset;
    }
    /* s2 */
    .s2 {
        padding: 50px 15px 0;
    }
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper, .custom-wrapper {
        max-width: 70%;
    }
    /* s3 */
    .s3 .img-wrapper {
        transform: unset;
    }
    /* s5 */
    .s5 .title-area {
        margin: 0 auto 140px;
    }
    .s5 .content-wrapper {
        max-width: 100%;
    }
    .s5 .content {
        padding: 25px;
        border-radius: 30px;
        padding-top: unset;
    }
    /* s6 */
    .s6 .custom-wrapper {
        max-width: 65%;
    }
}

@media screen and (max-width: 832.98px) {
    .xl-heading {
        font-size: 36px;
    }
    .md-heading {
        font-size: 34px;
    }
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 28px;
    }
    h5, .h5 {
        font-size: 20px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper,
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper, .custom-wrapper {
        max-width: 85%;
    }
    /* s5 */
    .s5 .content-wrapper {
        max-width: 70%;
    }
    .s5 .content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* s6 */
    .s6 .custom-wrapper {
        max-width: 75%;
    }
    /* s7 */
    .s7 .tbl {
        max-width: 75%;
    }
}

@media screen and (max-width: 768.98px) {
    .xl-heading {
        font-size: 32px;
    }
    .md-heading {
        font-size: 32px;
    }
    .sm-heading {
        font-size: 30px;
    }
     /*btn-wrap  */
     .btn-wrap {
        padding: 30px 15px;
    }
    /* s1 */
    .s1 .content .img-wrapper {
        flex: 0 0 80px;
    }
    /* s3 */
    .s3 {
        padding: 40px 15px 0;
    }
    .s3 .md-heading {
        padding: 6px 30px;
    }
    /* s5 */
    .s5 .title-area {
        margin: 0 auto 180px;
    }
    .s5 .content-wrapper {
        row-gap: 180px;
    }
    .s5 .content {
        padding: 0 30px 30px;
    }
    .s5 .img-wrapper {
        transform: scale(1.6);
    }
    /* s7 */
    .s7 iframe {
        scale: 1.9;
        top: 40px;
    }
}


@media screen and (max-width: 767px) {
        .site-title {
        font-size: 24px;
        line-height: 33px;
    }
    .s17 .content{ padding: 15px;}
}

@media screen and (max-width: 640.98px) {
    .xl-heading {
        font-size: 30px;
    }
    .md-heading {
        font-size: 30px;
    }
    .sm-heading {
        font-size: 28px;
    }
    h1, .h1 {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 26px;
    }
    h5, .h5 {
        font-size: 20px;
    }
    /* bt-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 95%;
    }
    .btn-wrap .img-wrapper {
        max-width: 75%;
    }
    /* s1 */
    .s1 .custom-wrapper {
        max-width: 85%;
    }
    /* s4 */
    .s4 .row:not(:last-child) {
        margin-bottom: 50px;
    }
    /* s5 */
    .s5 .title-area .text-wrapper p:first-of-type {
        max-width: 70%;
    }
    .s5 .content-wrapper {
        max-width: 75%;
    }
    .s5 .content span {
        display: flex;
        justify-content: center;
    }
    /* s6 */
    .s6 .custom-wrapper {
        max-width: 90%;
    }
    /* s7 */
    .s7 iframe {
        scale: 1.6;
    }
    .s7 .tbl {
        max-width: 85%;
        border: 3px solid #DFB5FF;
        border-radius: 30px;
    }
    .s7 .tbl-content {
        padding: 20px;
    }
    .s7 .list {
        padding: 20px;
        border-radius: 20px;
    }
    .s7 li:before {
        height: 22px;
        width: 22px;
    }
    .s7 li {
        padding-left: 35px;
    }
    
}

@media screen and (max-width: 575.98px) {
    .xl-heading {
        font-size: 30px;
    }
    .md-heading {
        font-size: 28px;
    }
    .sm-heading {
        font-size: 25px;
    }
     /*banner*/
    h1, .h1 {
        font-size: 22px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    /* s1 */
    .s1 .custom-wrapper {
        max-width: 90%;
    }
    /* s5 */
    .s5 .title-area {
        margin: 0 auto 30px;
    }
    .s5 .content-wrapper {
        max-width: 85%;
        row-gap: 50px;
    }   
    .s5 .img-wrapper {
        transform: unset;
        transform-origin: unset;
        width: 100%;
    }
    .s5 .content {
        padding: 30px;
    }
    /* s7 */
    .s7 .tbl {
        max-width: 95%;
    }
}

@media screen and (max-width: 440.98px) {
    .xl-heading {
        font-size: 22px;
    }
    .sm-heading {
        font-size: 22px;
    }
    h1, .h1 {
        font-size: 18px;
    }
    h2, .h2 {
        font-size: 20px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h5, .h5 {
        font-size: 18px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 100%;
    }
    .btn-wrap a {
        padding: 15px;
        margin: 0 auto 20px;
    }
    .btn-wrap .img-wrapper {
        max-width: 85%;
    }
    /* s1 */
    .s1,
    .s7 {
        padding: 0;
    }
    .s1 .custom-wrapper {
        max-width: 100%;
    }
    .s1 .row-2 {
        border-radius: unset;
        padding: 10px;
    }
    .s1 .content .img-wrapper {
        flex: 0 0 70px;
    }
    /* s2 */
    .s2,
    .s3 {
        padding: 30px 15px 0;
    }
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper,
    .s6 .custom-wrappe, .custom-wrapper {
        max-width: 95%;
    }
    /* s3 */
    /* s4 */
    .s4,
    .s6  {
        padding: 30px 15px;
    }
    .s4 .row:not(:last-child) {
        margin-bottom: 30px;
    }
    .s4 p.v3 {
        padding: 5px 15px;
        border-radius: 5px;
    }
    .s4 p.v1 u, .s4 p.v1 {
        text-align: center;
    }
    /* s5 */
    .s5 {
        padding: 30px 0 0;
    }
    .s5 .title-area span {
        display: flex;
        justify-content: center;
    }
    .s5 .title-area {
        padding: 0 15px;
    }
    .s5 .title-area .text-wrapper p:first-of-type {
        max-width: 100%;
    }
    .s5 .content-wrapper {
        max-width: 100%;
        row-gap: unset;
    }
    .s5 .img-wrapper {
        transform: unset;
        transform-origin: unset;
    }
    .s5 .content:nth-child(even) {
        background: unset;
    }
    .s5 .content:nth-child(even) * {
        color: #fff !important;
    }
    .s5 .content {
        padding: 10px;
        border-radius: unset;
    }
    /* s6 */
    .s6 .custom-wrapper {
        max-width: 100%;
    }
    .s6 .text-wrapper {
        padding: 10px;
        border-radius: unset;
    }
    /* s7 */
    .timer {
        padding-top: 15px;
    }
    .s7 iframe {
        scale: 2;
        top: 60px;
    }
    .s7 .tbl {
        max-width: 100%;
        border-radius: unset; 
        border: 3px solid #DFB5FF;
    }
    .s7 .tbl-head {
        border-bottom: 3px solid #DFB5FF;
        padding: 15px;
    }
    .s7 .tbl-content {
        padding: 10px;
    }
    .s7 .list {
        padding: 10px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 375.98px) {
    .xl-heading {
        font-size: 20px;
    }
    .md-heading {
        font-size: 22px;
    }
    .sm-heading {
        font-size: 20px;
    }
    .sm-txt {
        font-size: 16px;
    }
    /* banner */
    .banner {
        padding: 50px 15px 10px;
    }
    .banner h5 {
        font-size: 16px;
    }
    .banner .title-area, .s5 .title-area {
        margin: 0 auto 30px;
    }
    .banner .vid-wrap {
        padding: 5px;
        border-radius: unset;
    }
    .banner .in-wrap {
        border-radius: unset;
    }
    /* btn-wrap */
    .btn-wrap {
        padding: 10px 15px 30px;
    }
    .btn-wrap .h1 {
        font-size: 15px;
    }
    /* s1 */
    .s1 .content .img-wrapper {
        flex: 0 0 50px;
    }
    /* s2 */
    .s2,
    .s3  {
        padding: 30px 0 0;
    }
    /* s3 */
    .s3 .md-heading {
        padding: 5px 20px;
        border-radius: 5px;
    }
    .s3 .h4 {
        font-size: 16px;
    }
    /* s4 */
    .s4, .s6 {
        padding: 30px 0;
    }
    .s2 .custom-wrapper, .s3 .custom-wrapper, .s4 .custom-wrapper, .s6 .custom-wrappe {
        max-width: 100%;
    }
    /* s5 */
    /* s6 */
    .s6 .custom-wrapper {
        max-width: 100%;
    }
    .s6 .text-wrapper {
        padding: 15px;
        border-radius: 15px;
    }
    /* no-thanks */
    .no-thanks {
        max-width: 95%;
        margin: 50px auto 0;
    }
}