@media screen and (max-width: 1680px) {
    /* s1 */
    .s1 .custom-wrapper,
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper,
    .s5 .custom-wrapper {
        max-width: 1450px;
    }
    /* s7 */
    .s4.v2 .f1 {
        top: 150px;
    }
    /* s9 */
    .s8 .img-wrapper {
        transform: scale(1.2);
        transform-origin: 0% -100%;
    }
}

@media screen and (max-width: 1500px) {
    .md-heading {
        font-size: 50px;
    }	
    .sm-heading {
        font-size: 48px;
    }
    .font-xl {
        font-size: 43px;
    }
    h2, .h2 {
        font-size: 33px;
    }
    /* banner */
    .banner .vid-wrap {
        max-width: 1100px;
        padding: 15px;
        border-radius: 20px;
    }
    /* s1 */
    .s1 .custom-wrapper,
    .s2 .custom-wrapper,
    .s3 .custom-wrapper,
    .s4 .custom-wrapper,
    .s5 .custom-wrapper,
    .s8 .custom-wrapper,
    .s6 .custom-wrapper,
    .s9 .custom-wrapper {
        max-width: 1200px;
    }
    /* s2 */
    .s2 {
        padding: 70px 15px;
    }
    .s2 .img-wrapper {
        transform: scale(1.1);
        transform-origin: 100% -220px;
    }
    /* s5 */
    /* s6 */
    .s3 .colmn-2 .img-wrapper {
        transform: scale(1.7);
    }
    /* s7 */
    .s4.v1 .title-area p:first-of-type {
        max-width: 70%;
    }
    .s4.v1 .colmn-2 .img-wrapper {
        transform: scale(1.5);
        transform-origin: 0 50%;
    }
    .s4.v1 .colmn-1:before {
        left: -70%;
    }
    .s4.v2 .f1 {
        top: 300px;
        transform: scale(0.9);
    }
    /* s8 */
    .s5.v1 .title-area p:first-of-type {
        max-width: 55%;
    }
    /* s12 */
    /* s14 */
}

@media screen and (max-width: 1440px) {
    .xl-heading {
        font-size: 60px;
    }
    .md-heading {
        font-size: 42px;
    }
    .sm-heading {
        font-size: 46px;
    }
    .font-xl {
        font-size: 40px;
    }
    h1, .h1 {
        font-size: 38px;
    }
    h4, .h4 {
        font-size: 28px;
    }
    h6, .h6, .md-txt {
        font-size: 16px;
    }
    /* banner */
    .banner h1 {
        font-size: 180px;
    }
        /*banner*/
    .banner {
    padding: 40px 15px;
    }
    .banner .vid-wrap {
    max-width: 950px;
    }
    /*s1*/
    .s1 {
    padding: 30px 15px;
    }
    .btn-wrap {
    padding: 15px 15px 50px;
    }
    /* btn-wrap */
    /* s1 */
    .s1 .img-wrapper {
        flex: 0 0 70px;
    }
    .title-area {
        margin: 0 auto 30px !important;
    }
    /* s2 */
     .custom-wrapper {
        max-width: 1150px !important;
    }
    .s2 {
        padding: 50px 15px;
    }
    .s2 .img-wrapper {
        transform-origin: 100% -30px;
    }
    .btn-wrap .custom-wrapper {
        max-width: 70% !important;
    }
    /* s6 */
    section {
        padding: 50px 15px !important;
    }
    .s3 .colmn-2 .img-wrapper {
        transform: scale(1.3);
    }
    .s3 .colmn-1:before {
        right: -400px;
        transform: scale(1);
    }
    /* s7 */
    .s4.v1 .title-area p:first-of-type {
        max-width: 60%;
    }
    .s4.v1 .colmn-2 .img-wrapper {
        transform: scale(1.3);
    }
    .s4.v1 .colmn-1:before {
        transform: scale(1.2);
    }
    .s4.v2 .colmn-2 .img-wrapper {
        transform: scale(1.5);
        transform-origin: 0% 50%;
    }
    .s4.v2 .f1 {
        top: 200px;
        transform: scale(0.8);
    }
    /* s8 */
    .s5.v1 .title-area p:first-of-type {
        max-width: 50%;
    }
    /* s9 */
    .s8 {
        padding: 90px 15px;;
    }
    .s8 .img-wrapper {
        transform: scale(1.2);
        transform-origin: 0% -50%;
    }
    .s8 .f1 {
        top: 5%;
        transform: scale(0.8);
    }
    /* s12 */
    /* s14 */
    /* timer */
    .timer .time-wrap iframe {
        transform: scale(1.5);
    }
    /* s15 */
    .s7::before {
        height: 430px;
    }
    .s7 .pricing-table {
        max-width: 60%;
    }
    .s7 .tbl-content {
        padding: 40px;
    }
    /* s8 */
    .s8 .f2 {
        right: 150px;
    }
    /* s9 */
    .s9 .content-wrapper .row:not(:last-child) {
        margin-bottom: 30px;
    }
    /* s17 */
    .s10 .content {
        max-width: 70%;
        border-radius: 40px;
        padding: 30px;
    }
}

@media screen and (max-width: 1366.98px) {
  
}

@media screen and (max-width: 1280.98px) {
    .xl-heading {
        font-size: 55px;
    }
    .md-heading {
        font-size: 40px;
    }
    .sm-heading {
        font-size: 40px;
    }
    .font-xl {
        font-size: 38px;
    }
    h1, .h1 {
        font-size: 35px;
    }
    h2, .h2 {
        font-size: 33px;
    }
    h4, .h4 {
        font-size: 26px;
    }
     /*banner  */
    .banner h1 {
        font-size: 160px;
    }
    .banner .vid-wrap {
        max-width: 950px;
    }
    .banner .title-area .img-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }
    .custom-wrapper {
        max-width: 85% !important;
    }
    /* s1 */
    .s1 .row-1 {
        max-width: 100%;
    }
    /* btn-wrap */
    .btn-wrap p {
        max-width: 1010px;
    }
    .btn-wrap .custom-wrapper {
        max-width: 65%;
    }
    /* s2 */
    .s2 .img-wrapper {
        transform-origin: 100% -260px;
    }
    /* s4 */
    /* s5 */
    /* s6 */
    .s3 .title-area {
        max-width: 900px;
    }
    .s3 .colmn-2 .img-wrapper {
        transform: scale(1.4);
    }
    /* s7 */
    .s4.v1 .title-area p:first-of-type {
        max-width: 60%;
    }
    .s4.v1 .colmn-1:before {
        left: -80%;
    }
    .s4.v2 .f1 {
        top: 160px;
        transform: scale(0.7);
    }
    /* s8 */
    .s5 .title-area {
        max-width: 1000px;
    }
    .s5.v1 .title-area p:first-of-type {
        max-width: 50%;
    }
    /* s9 */
    .s8 .f1 {
        top: 0;
        transform: scale(0.6);
    }
    /* s13 */
    /* s14 */
    /* s15 */
    .s7 li:before {
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 1024.98px) {
    .xl-heading {
        font-size: 50px;
    }
    .md-heading {
        font-size: 34px;
    }
    .sm-heading {
        font-size: 34px;
    }
    .font-xl {
        font-size: 34px;
    }
    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    h5, .h5 {
        font-size: 22px;
    }
    .sm-txt {
        font-size: 16px;
    }
    /* banner */
    .banner h1 {
        font-size: 150px;
    }
    .banner .img-wrapper {
        max-width: 55%;
        margin: 0 auto;
    }
    .banner .vid-wrap {
        max-width: 900px;
    }
    /* s1 */
    .s1 .colmn {
        padding: 20px;
        border-radius: 40px;
    }
    /* s2 */
    .btn-wrap .custom-wrapper {
        max-width: 85% !important;
    }
    /* s2 */
    .s2 .floating-img {
        display: none;
    }
    .s2 .img-wrapper {
        transform-origin: 100% -430px;
    }
    /* s4 */
    .s3 li:before, .s5 li:before, .s4 li:before, .s8 li:before, .is1 li::before {
        height: 22px;
        width: 22px;
    }
    .s3 li, .s5 li, .s4 li, .s8 li, .is1 li {
        padding-left: 35px;
    }
    /* s5 */
    .s4.v1 .title-area p:first-of-type {
        max-width: max-content;
    }
    /* s6 */
    .s3 .title-area,
    .s4 .title-area,
    .s5 .title-area {
        max-width: 90%;
    }
    .s3 .colmn-1:before {
        right: -350px;
        transform: scale(0.8);
    }
    /* s7 */
    .s4.v1 .colmn-1:before {
        left: -360px;
        transform: unset;
    }
    .s4.v2 .f1 {
        top: 30px;
        transform: scale(0.5);
    }
    /* s8 */
    .s5.v1 .title-area p:first-of-type {
        max-width: 60%;
    }
     /*s9  */
     .s8 .f1 {
        top: 5%;
        transform: scale(0.4);
        right: 15%;
    }
    .s8 .img-wrapper {
        transform: scale(1.1);
        transform-origin: 0% -50%;
    }
    /* s12 */
    /* s14 */
    /* s15 */
    .s7 .tbl-content {
        padding: 40px;
    }
    .s7 .pricing-table {
        max-width: 70%;
    }
    .s7::before {
        height: 390px;
    }
    .s7 .tbl-head .img-wrapper {
        max-width: 450px;
        margin: 0 auto;
    }
    .s7 .list {
        padding: 20px;
        border-radius: 35px;
    }
    .floating-img img,
    .s9 .colmn-2:before {
        display: none;
    }
    /* s17 */
    .s10 .content {
        max-width: 80%;
        border-radius: 20px;
        padding: 30px 40px;
    }
    .s10 .con-head {
        padding: 20px 30px;
        border-radius: 20px;
    }
    .s10 .btn-wrap .custom-wrapper {
        max-width: 100% !important;
    }
    /* no-thanks */
    .no-thanks {
        max-width: 80%;
    }

}

@media screen and (max-width: 991.98px) {
    .xl-heading {
        font-size: 54px;
    }
    .md-heading {
        font-size: 36px;
    }
    .sm-heading {
        font-size: 32px;
    }
    .font-xl {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 28px;
    }
    h4, .h4 {
        font-size: 23px;
    }
    /* banner */
    .banner h1 {
        font-size: 130px;
    }
    .banner .title-area .img-wrapper {
        max-width: 65%;
    }
    .banner .vid-wrap {
        margin: 30px auto 0;
    }
    /* btn-wrap */
    .btn-wrap p {
        max-width: 85%;
    }
    /* s1 */
    .s1 .row-1 {
        max-width: 80%;
        display: flex;
        background: linear-gradient(45deg, rgba(0,24,30,0.75) 0%,rgba(25,70,175,0.55) 100%);
        border-radius: 40px;
        padding: 30px;
    }
    .s1 .colmn {
        flex: 0 0 100%;
        max-width: 100%;
        padding: unset;
        border-radius: unset;
        background: unset;
    }
    /* s2 */
    .s2 {
        padding: 40px 15px 0 !important;
    }
    .s2 .img-wrapper {
        transform-origin: unset;
        transform: unset;
        max-width: 600px;
        margin: 0 auto;
    }
    .title-area {
        max-width: 100% !important;
    }
    /* s2 */
    /* s4 */
    /* s5 */
    .s3 .colmn-1:before,
    .s4.v2 .f1,
    .s8 .f1,
    .s9 .colmn-2:before,
    .s4.v1 .colmn-1:before {
        display: none;
    }
    /* s6 */
    .s3 .title-area,
    .s4 .title-area  {
        max-width: 85%;
    }
    /* s6 */
    .s3,
    .s4,
    .s8  {
        padding: 70px 15px;
    }
    .s3 .colmn-2 .img-wrapper,
    .s4.v1 .colmn-2 .img-wrapper {
        transform: unset;
    }
    /* s7 */
    .s4.v1 .title-area p:first-of-type {
        max-width: 80%;
    }
    .s4.v2 .colmn-2 .img-wrapper,
    .s8 .img-wrapper {
        transform: unset;
        transform-origin: unset;
    }
    /* s8 */
    .s5.v1 .title-area p:first-of-type {
        max-width: max-content;
    }
    /* s7 */
    .s7::before {
        height: 420px;
    }
    .s7 .pricing-table {
        max-width: 80%;
    }
    .s7 li:before {
        height: 22px;
        width: 22px;
    }
    .s7 li {
        padding-left: 35px;
    }
    .timer .text-wrapper {
        max-width: 80%;
        margin: 0 auto;
    }
    .timer .time-wrap iframe {
        transform: scale(1.4);
        transform-origin: 50% 0;
    }
    /* s10 */
    .s10 .content {
        padding: 20px;
    }
}

@media screen and (max-width: 832.98px) {
    .xl-heading {
        font-size: 52px;
    }
    .md-heading {
        font-size: 34px;
    }
    .sm-heading {
        font-size: 26px;
    }
    .font-xl {
        font-size: 28px;
    }
    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    .custom-wrapper {
        max-width: 90% !important;
    }
     /*banner  */
     .banner h1 {
        font-size: 130px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 80%;
    }
    .btn-wrap p {
        max-width: 100%;
    }
    .btn-wrap a {
        padding: 20px;
    }
    /* s1 */
    .s1 .row-2 {
        max-width: 80%;
    }
    /* s7 */
    .s4.v1 .title-area p:first-of-type {
        max-width: 80%;
    }
    /* s12 */
    /* s15 */
    .s7 .pricing-table {
        max-width: 80%;
    }
    .s7::before {
        height: 340px;
    }
    .timer .text-wrapper {
        max-width: 100%;
    }
    .s7 .tbl-content {
        padding: 30px;
    }
    /* s16 */
    .s9 .title-area h2 {
        transform: scale(1.2);
    }
    .s9 .content-wrapper .row:not(:last-child) {
        margin-bottom: 50px;
    }
    /* s17 */
    .s10 .content {
        padding: 20px 30px;
        max-width: 90%;
    }
}


@media screen and (max-width: 768.98px) {
    .xl-heading {
        font-size: 48px;
    }
    .md-heading {
        font-size: 26px;
    }
    .sm-heading {
        font-size: 28px;
    }   
    .font-xl {
        font-size: 28px;
    }
    h1, .h1 {
        font-size: 26px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    /* banner */
    .banner {
        padding: 70px 15px 50px;
    }
    .banner h1 {
        font-size: 120px;
    }
    .banner .img-wrapper {
        max-width: 55%;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 90%;
    }
    /* s1 */
    .s1 .row-2 {
        max-width: 100%;
        padding: 20px;
        border-radius: 40px;
    }
    /* s10 */
    .s10 .content {
        padding: 20px;
        max-width: 100%;
        border-radius: 30px;
    }
    /* btn-wrap */
    .btn-wrap a {
        padding: 15px;
    }
    /* timer */
    .timer .time-wrap iframe {
        transform: scale(1.5);
    }
    /* s15 */
    .s7 .pricing-table {
        max-width: 85%;
    }
}

@media screen and (max-width: 640.98px) {
    .xl-heading {
        font-size: 44px;
    }
    .md-heading {
        font-size: 30px;
    }
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 23px;
    }
    /* banner */
    .banner h1 {
        font-size: 110px;
    }
    .banner .vid-wrap {
        padding: 10px;
        border-radius: 10px;
    }
    .banner .in-wrap {
        border-radius: 10px;
    }
    /* btn-wrap */
    .btn-wrap {
        padding: 15px 15px 50px;
    }
    .btn-wrap .custom-wrapper {
        max-width: 95%;
    }
    .btn-wrap h4 {
        font-size: 20px;
    }
    /* s1 */
    .s1 .row-1 {
        max-width: 100%;
        padding: 20px;
    }
    /* s2 */
    /* s4 */
    /* s5 */
    /* s8 */
    .s5.v1 .title-area p:first-of-type {
        max-width: 65%;
    }
    /* timer */
    .timer .text-wrapper {
        max-width: 90%;
    }
    /* s12 */
    /* timer */
    .timer .time-wrap iframe {
        transform-origin: 50% 30%;
    }
    /* s15 */
    .s7 .tbl-head .img-wrapper {
        max-width: 70%;
        margin: 0 auto;
    }
    .s7 .pricing-table {
        max-width: 90%;
        border-radius: 25px;    
    }
    .s7 .tbl-content {
        padding: 30px;
    }
    .s7 .list {
        padding: 25px;
    }
    .s7 .fast-act {
        margin: 25px auto;
        padding: 20px;
        border-radius: 15px;
    }
    .s7 li:before {
        height: 30px;
        width: 30px;
    }
    /* s16 */
    .s9 .title-area h2 {
        transform: scale(1.1);
    }
    /* s17 */
    .s10 .content {
        padding: 25px;
        max-width: 90%;
    }
    /* no-thanks */
    .no-thanks {
        max-width: 90%;
    }
}

@media screen and (max-width: 575.98px) {
    .xl-heading {
        font-size: 40px;
    }
    .md-heading {
        font-size: 28px;
    }
    .sm-heading {
        font-size: 28px;
    }
    .font-xl {
        font-size: 26px;
    }
    h1, .h1 {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    h3, .h3 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    h5, .h5 {
        font-size: 20px;
    }
    /* banner */
    .banner {
        padding: 50px 15px 40px;
    }
    .banner h1 {
        font-size: 100px;
    }
    /* s1 */
    .s1 {
        padding: 50px 15px;
    }
    .s1 .custom-wrapper {
        max-width: 100%;
    }
    .s1 .row-1 {
        border-radius: 20px;
        padding: 20px;
    }
    .s1 .img-wrapper {
        flex: 0 0 55px;
    }
    /* btn-wrap */
    .btn-wrap h4 {
        font-size: 18px;
    }
    .btn-wrap .custom-wrapper {
        max-width: 100%;
    }
    /* s2 */
    /* s5 */
    /* s10 */
    .s6 .custom-wrapper .row:not(:last-child),
    .s9 .content-wrapper .row:not(:last-child) {
        margin-bottom: 30px;
    }
    /* s12 */
    .s7 .pricing-table,
    .s10 .content {
        max-width: 95%;
    }
    /* timer */
    .timer .time-wrap iframe {
        transform: scale(1.6);
        transform-origin: 50% 20%;
    }
    /* s15 */
    .s7 .tbl-content {
        padding: 20px;
    }
    .s7 .list {
        padding: 15px;
        row-gap: 25px;
        border-radius: 15px;
    }
    /* s17 */
    .s10 .content {
        padding: 15px;
    }
    .s10 .con-head {
        padding: 10px 20px;
        border-radius: 10px;
    }
    .s10 h5 {
        padding-left: 45px;
    }
    .s10 h5:before {
        font-size: 35px;
    }
}

@media screen and (max-width: 440.98px) {
    .xl-heading {
        font-size: 36px;
    }
    .md-heading {
        font-size: 20px;
    }
    .sm-heading {
        font-size: 20px;
    }
    .font-xl {
        font-size: 22px;
    }
    h1, .h1 {
        font-size: 22px;
    }
    h2, .h2 {
        font-size: 20px;
    }
    h5, .h5 {
        font-size: 18px;
    }
    .sm-txt {
        font-size: 16px;
    }
    .custom-wrapper {
        max-width: 95% !important;
    }
    /* banner */
    .banner {
        padding: 50px 15px 40px;
    }
    .banner h1 {
        font-size: 80px;
    }
    .banner .title-area .img-wrapper {
        max-width: 90%;
    }
    .btn-wrap .custom-wrapper {
        max-width: 100% !important;
    }
    /* s1 */
    .s1 {
        padding: 40px 0 0 !important;
    }
    .s1 .custom-wrapper {
        max-width: 100% !important;
    }
    .s1 .row-1 {
        border-radius: unset;
        padding: 10px;
        max-width: 100%;
    }
    .s1 .img-wrapper {
        flex: 0 0 45px;
    }
    /* btn-wrap */
    .btn-wrap .custom-wrapper {
        max-width: 100%;
    }
    .btn-wrap h4 {
        font-size: 18px;
        max-width: 60%;
        margin: 0 auto;
    }
    .btn-wrap .h4 {
        font-size: 18px;
    }
    .btn-wrap h2 {
        line-height: 1;
        font-size: 17px;
    }
    /* s2 */
    .s2 {
        padding: 50px 15px 0;
    }
    /* s2 */
    /* s3 */
    /* s7 */
    .s4.v1 .title-area p:first-of-type,
    .s5.v1 .title-area p:first-of-type {
        max-width: 100%;
    }
    /* s8 */
    .s4 .title-area span,
    .s5.v1 .title-area span,
    .timer span {
        display: flex;
        justify-content: center;
    }
    /* s12 */
    /* timer */
    .timer .title-area {
        max-width: 100%;
        margin: 0 auto;
    }
    .timer .time-wrap iframe {
        transform: scale(2);
        transform-origin: 50% 20%;
    }
    /* s15 */
    .s7 {
        padding: 30px 0 0 !important;
    }
    .s7 .custom-wrapper {
        max-width: 100% !important;
    }
    .s7::before {
        height: 400px;
    }
    .s7 .pricing-table {
        max-width: 100%;
        border-radius: 0;
        border: 1px solid #A7B5FF;
    }
    .s7 .tbl-head {
        padding: 10px;
    }
    .s7 .tbl-head .img-wrapper {
        max-width: 90%;
    }
    .s7 .tbl-content {
        padding: 10px;
    }
    .s7 .list {
        padding: 10px;
        border-radius: 10px;
    }
    .s7 .fast-act {
        margin: 15px auto;
        padding: 10px;
        border-radius: 10px;
    }
    .s7 li:before {
        height: 17px;
        width: 17px;
    }
    .s7 li {
        padding-left: 25px;
    }
    /* s16 */
    .s9 .title-area h2 {
        transform: unset;
    }
    /* s8 */
    .s8 .custom-wrapper,
    .s9 .custom-wrapper {
        max-width: 100% !important;
    }
    /* s17 */
    .s10 {
        padding: 40px 0 !important;
    }
    .s10 .custom-wrapper {
        max-width: 100% !important;
    }
    .s10 span {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .s10 .content {
        max-width: 100%;
        border-radius: unset;
        padding: 10px;
    }
    .s10 .content-wrapper .content:not(:last-child) {
        margin-bottom: 20px;
    }
    .s10 .c2 {
        background: unset;
        padding: 0 15px;
    }
}

@media screen and (max-width: 375.98px) {
    .xl-heading {
        font-size: 30px;
    }
    .md-heading {
        font-size: 24px;
    }
    .sm-heading {
        font-size: 20px;
    }
    h1, .h1 {
        font-size: 20px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    /* banner */
    .custom-wrapper {
        max-width: 100% !important;
    }
    .banner h2 {
        font-size: 20px;
    }
    .banner .title-area .img-wrapper {
        max-width: 100%;
    }
    .banner .vid-wrap {
        padding: 5px;
        border-radius: 5px;
        margin: 20px auto 0;
    }
    .banner h4 {
        font-size: 16px;
        color: #fff !important;
    }
    .btn-wrap span.h5 {
        font-size: 16px;
    }
    /* s1 */
    .s1 .row-2 {
        padding: 10px;
    }   
    /* btn-wrap */
    .btn-wrap h2 {
        font-size: 16px;
    }
    .btn-wrap h4 {
        font-size: 16px;
        max-width: 60%;
    }
    .btn-wrap .h4 {
        font-size: 16px;
    }
    .btn-wrap.v2 h2 {
        font-size: 14px;
    }
    /* s1 */
    /* s2 */
    .s2 {
        padding: 30px 0 0 !important;
    }
    .s3, .s4, .s5, .s8, .s6, .s9, .s10 {
        padding: 40px 0 !important;
    }
    /* s3 */
    /* s4 */
    /* s5 */
    /* s6 */
    .s3 .title-area,
    .s4 .title-area,
    .s5 .title-area,
    .s9 .title-area,
    .s10 .title-area {
        padding: 0 15px;
    }
    /* is1 */
    .is1 {
        padding: 30px 0 !important;
    }
    /* s11 */
    /* s12 */
    /* s13 */
    /* timer */
    .timer .title-area {
        max-width: 100%;
    }
    .timer .time-wrap iframe {
        transform: scale(1.6);
    }
    /* s15 */
    .s7 .tbl-head {
        padding: 25px 15px;
    }
    /* s16 */
    .s9 .title-area h2 {
        transform: unset;
        text-shadow: unset;
    }
}