@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;900&family=Roboto:wght@300;400;700;900&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 15px;
}

body {
    font-size: 16px;
}

.video {
    text-align: center;
}

.video iframe {
    border: 10px solid #2ccfa7;
    border-radius: 5px;
    width: 50vw;
    height: 28.7vw;
    max-width: 865px;
    max-height: 500px;
}

@media (max-width:682px) {
    .video iframe {
        width: 70vw;
        height: 41vw;
    }
}

sup {
    font-size: 25px;
    vertical-align: super;
    color: #f9c65d;
}

.price {
    font-size: 70px
}

.price span {
    font-size: 50px;
    font-weight: 600
}

.notCenter {
    text-align: left;
}

ul li {
    color: #737373;
    font-size: 18.2px;
    line-height: 27px;
}

.btn {
    background: linear-gradient(91deg, #0FACA3 -20%, #187EC8 122.4%);
}

.high {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#top-head .border-top,
.navbar {
    /* background-image: linear-gradient(180deg, #00FFF0 0%, #00FFA3 100%); */
    /* noClass */
    background: #76E6FF;
}

.navbar-brand:hover,
.nav-item .nav-link,
.navbar-nav .nav-item .active,
.navbar-brand {
    /* noClass */
    color: black;
}

.noClass {
    width: 60%;
    height: 450px;
}

.navbar {
    margin-top: 108px;
}

/* @media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
} */

.wrap-logo {
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.mar {
    font-size: 30px;
}

.pd {
    padding: 80px 0;
}

.intro {
    font-size: 35px;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Sans-serif;
    font-weight: 500;
}

#top-head {
    background-color: #000;
    color: #FFF;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#top-head .border-top {
    display: block;
    height: 4px;
    border-top: 0 !important;
}

#top-head h3,
.timer {
    margin: 0;
    font: 900 27px/30px 'Poppins', sans-serif;
    letter-spacing: 2px;
    padding: 5px 0;
    text-transform: uppercase;
}

#top-head h3 span {
    font-weight: 500;
    font-size: 22px;
}

#top-head .coupon-text span {
    display: block;
    font: 600 25px/25px 'Lato';
}

#top-head .coupon-text {
    font: 400 30px/40px 'Lato';
    text-transform: uppercase;
}

#top-head .coupon-text span {
    display: block;
    font: 600 25px/25px 'Lato';
}

.navbar-brand {
    font-weight: 600;
    font-size: 20px;
}

.nav-item .nav-link,
.navbar-nav .nav-item .active {
    font-weight: 600;
    font-size: 18px;
    padding: 8px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    border: none;
}

/* #bottom-head-menu {
    background-image: -moz-linear-gradient(to right, #f11c45 0%, #3d008e 80%); 
    background-image: linear-gradient(180deg, #6018bd 0%, #521078 50%, #200049 100%);
    background-image: -ms-linear-gradient(to right, #f11c45 0%, #3d008e 80%); 
    margin-top: 107px;
    padding: 10px 0;
}

#bottom-head-menu .collapse ul {
    width: 100%;
}

ul li {
    font: 400 16px/26px 'Poppins', Sans-serif;
    color: #fff;
}

#bottom-head-menu .collapse ul a, .logo {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
} */

.wrap-features h2,
.bottom-para {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #464646;
    /* margin-bottom: 21px; */
}

.feature img {
    margin-right: 20px;
}

.feature .last {
    margin: 0;
}

.feature span {
    font: 400 17px/26px 'Poppins', Sans-serif;
    color: #737373;
}

.feature>div {
    margin-bottom: 1rem;
}

.wrap-imp {
    background: url(../images/BG.png) center no-repeat;
    background-size: cover;
    color: #FFF;
}

.wrap-imp img {
    max-width: 847px;
    width: 100%;
    height: auto;
}

.wrap-imp h3 {
    font-size: 26px;
    line-height: 38px;
    margin: 0;
}

/* .wrap-imp .para {
    margin-bottom: 2rem;
} */

.wrap-imp .main-para {
    font-size: 58px;
    line-height: 75px;
    font-weight: 400;
    /* margin-bottom: 2.5rem; */
}

.wrap-imp .main-para u {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

/* .wrap-video {
    margin-bottom: 2rem;
} */

.wrap-imp button {
    width: 100%;
    max-width: 855px;
    padding: 35px;
    font-size: 30px;
    line-height: 30px;
    border-radius: 6px;
    border: none;
    margin-bottom: 1rem;
}

.payment {
    width: 55%;
    margin: 0 auto;
}

.payment img {
    width: 100%;
    height: 100%;
}

.wrap-prod .prod-mr {
    height: 100%;
}

.wrap-prod .prod-mr p {
    font-size: 20px;
    margin-bottom: 12px;
}

.wrap-prod .prod-mr .last {
    margin: 0;
}

.wrap-prod h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 60px;
}

.wrap-prod b {
    font-weight: 600;
}

.wrap-prod h3 span {
    display: block;
    margin: 20px 0 0;
}

.wrap-prod h4 i {
    margin-top: 10px;
    font-weight: 400;
}

.benifits {
    width: 100%;
}

.wrap-google .color-text {
    color: #28a745;
    font-weight: 600;
}

.wrap-google h2 {
    font-size: 44px;
    line-height: 58px;
    color: #464646;
    /* margin-bottom: 28px; */
    font-weight: 500;
}

.wrap-google p {
    color: #737373;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.wrap-google .gap-h {
    margin: 0;
    font-weight: 400;
}

/* .wrap-google .gap-p {
    margin-bottom: 5rem;
} */

.wrap-google h3 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 400;
    color: #464646;
}

.wrap-google .wrap-video img {
    max-width: 592px;
    width: 100%;
    height: auto;
}

.wrap-google .head-2 h2 {
    font-size: 44px;
    line-height: 58px;
    color: #464646;
    font-weight: 400;
}

.wrap-google .box {
    border: 1.6px solid #d8d8d8;
    padding: 35px;
}

.wrap-google .box h3 {
    margin-bottom: 1.5rem;
}

.wrap-google .box p {
    color: #737373;
    font-size: 18.2px;
    line-height: 27px;
}

ul li {
    color: #737373;
    font-size: 18.2px;
    line-height: 27px;
}

.box .row {
    align-items: center;
}

.wrap-trust p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    width: 95%;
}

.wrap-packs .logo-bg {
    background: #000;
    padding: 24px;
}

.wrap-packs .points {
    padding: 30px 35px 10px;
}

.points .gap-r img {
    margin-right: 20px;
}

.wrap-packs .price {
    padding: 0 35px 0;
}

.wrap-packs .price b {
    font-weight: 800;
}

.wrap-packs .grad-bor button {
    border: none;
    width: 85%;
    text-align: center;
    padding: 10px;
    font-size: 30px;
    border-radius: 6px;
}

.wrap-packs .grad-bor {
    border: 1.6px solid royalblue;
    padding-bottom: 35px;
    border-radius: 15px;
    box-shadow: 12px 12px 35px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.wrap-sub .main-head h2 {
    font-size: 39px;
    color: #464646;
    font-weight: 400;
}

.wrap-sub .para p {
    font-size: 19px;
    font-weight: 700;
    color: #737373;
    margin: 35px 0 0;
}

.wrap-sub .italic-font {
    font-size: 21px;
    color: #737373;
    text-align: center;
    /* margin: 54px 0; */

}

.wrap-sub .imp-note {
    position: relative;
    font-size: 29px;
    text-align: center;
    padding: 30px;
    border: 1px solid #d8d8d8;
    /* margin-bottom: 40px; */
}

.wrap-sub .imp-note img {
    position: absolute;
    top: 30px;
    left: -25px;
}

.wrap-sub .imp-note p {
    color: #464646;
    margin-bottom: 0;
    font-weight: 400;
}

.wrap-sub .content {
    font-size: 19px;
    color: #737373;
}

.wrap-sub .content p {
    margin-bottom: 20px;
}

.wrap-sub .content .last {
    margin: 0;
}

.wrap-sub .content b {
    font-weight: 700;
}

.wrap-sub .btn {
    border: none;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    border-radius: 6px;
    font-weight: 700;
    max-width: 770px;
    width: 100%;
    /* margin: 30px 0; */
}

.wrap-sub figure {
    margin-top: 20px;
}

.wrap-sub figure img {
    margin: 20px 0;
}

.wrap-sub figure p {
    font-size: 20px;
    color: #737373;
}

.wrap-sub figcaption {
    font-size: 24px;
    color: #737373;
    font-weight: 600;
    margin-top: 10px;
}

.wrap-options {
    padding-top: 0;
}

.wrap-options h2 {
    font-size: 44px;
    text-align: center;
    color: #464646;
    margin: 0;
}

.option .opt-head {
    font-size: 40px;
    color: #28a745;
}

.option .opt-head-2 {
    font-size: 32px;
    color: #464646;
    font-weight: 500;
    color: red;
}

.option .para {
    font-size: 20px;
    color: #737373;
}

.points {
    padding: 0 20px;
}

.points>div {
    margin-bottom: 5px;

}

.points p {
    font-size: 20px;
}

.points img {
    width: 30px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.wrap-faq,
.wrap-trust,
.wrap-prod {
    background: #1e0d55;
    background-size: cover;
    /* background: linear-gradient(90deg, #542BAB 0%, #6E46E4 100%); */
    color: #fff;
}

.wrap-faq h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 60px;
}

.fluid-b {
    width: 80%;
    max-width: 260px;
}

.wrap-ques {
    margin-bottom: 50px;
}

.wrap-ques.last {
    margin: 0;
}


.wrap-faq .ques {
    position: relative;
    font-size: 24px;
}

.wrap-faq .ques::before {
    content: "Q";
    color: #ffe100;
    font: 700 24px/34px 'Montserrat', Sans-serif;
    position: absolute;
    top: 0;
    left: -40px;
}

.wrap-faq hr {
    margin: 20px 0;
}

.wrap-faq .ans {
    font-size: 20px;
}

.wrap-faq a {
    color: #ffc107;
    font-weight: 700;
    font-size: 18px;
}

.wrap-copy p {
    font-size: 16px;
    font-style: italic;
    color: #737373;
    text-align: center;
    line-height: 25px;
}

.copyright-content a {
    text-decoration: none;
}

footer {
    padding: 20px 0;
    background: #ededed;
}

footer a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #000;
    font-size: 16px;
    text-align: center;
}

footer .remove {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.trust {
    width: 90%;
    font-weight: 600;
    font-size: 33px;
    line-height: 54px;
}

.topstrip .row {
    justify-content: space-between;
}

@media screen and (max-width: 1401px) {
    .noClass {
        width: 70%;
    }
}

@media screen and (max-width: 1201px) {
    .noClass {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {

    .noClass {
        width: 90%;
    }

    .wrap-google h3 {
        font-size: 32px;
        line-height: 44px;
        font-weight: 400;
        color: #464646;
    }

    .wrap-google .box h3 {
        margin-bottom: 1rem;
    }

    footer a {
        text-decoration: none;
        color: #000;
        display: inline-block;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #000;
        font-size: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 993px) {
    .container {
        max-width: 1320px;
        width: 100%;
        padding: 0 30px;
    }

    .hide {
        display: none;
    }

    .benifits {
        width: 100%;
    }

    .benifits h3 {
        width: 100%;
        text-align: center;
    }

    .wrap-faq .ques::before {
        content: "";
        color: #ffe100;
        font: 700 24px/34px 'Montserrat', Sans-serif;
        position: absolute;
        top: 0;
        left: -40px;
    }

    .wrap-imp .main-para {
        font-size: 38px;
        line-height: 52px;
        font-weight: 400;
        color: #00FFF0;
    }

    .wrap-features h2 {
        font-size: 38px;
        line-height: 1.2;
    }

    .bottom-para {
        font-size: 38px;
    }

    .wrap-prod h3 {
        font-size: 38px;
        font-weight: 500;
        line-height: 52px;
    }

    .wrap-prod .prod-mr p {
        font-size: 19px;
        margin-bottom: 12px;
        text-align: center;
    }

    #top-head h3,
    .timer {
        margin: 0;
        font: 900 24px/30px 'Poppins', sans-serif;
        letter-spacing: 2px;
        padding: 5px 0;
        text-transform: uppercase;
        color: #00FFF0;
    }

}

@media screen and (max-width: 768px) {

    .noClass {
        height: 400px;
    }

    .navbar {
        margin-top: 0;
    }

    header {
        display: none;
    }

    .option {
        text-align: center;
    }

    .wrap-faq .ques {
        position: relative;
        font-size: 24px;
        text-align: center;
    }

    .wrap-faq .ans {
        font-size: 20px;
        text-align: center;
    }

    .wrap-google h2 {
        font-size: 40px;
        line-height: 48px;
        color: #464646;
        /* margin-bottom: 28px; */
        font-weight: 500;
    }

    .wrap-google .head-2 h2 {
        font-size: 40px;
        line-height: 50px;
        color: #464646;
        font-weight: 400;
    }

    .wrap-sub .btn {
        border: none;
        color: white;
        width: 100%;
        text-align: center;
        padding: 20px;
        font-size: 30px;
        border-radius: 6px;
        font-weight: 700;
        max-width: 770px;
        width: 92%;
        /* margin: 30px 0; */
    }

    .pd {
        padding: 60px 0;
    }

    .wrap-trust p {
        width: 100%;
    }

    .trust {
        width: 100%;
    }

    #top-head h3,
    .timer {
        margin: 0;
        font: 900 22px/30px 'Poppins', sans-serif;
        letter-spacing: 2px;
        padding: 5px 0;
        text-transform: uppercase;
        color: #00FFF0;
    }

    .wrap-imp .main-para {
        font-size: 38px;
        line-height: 56px;
        font-weight: 400;
        color: #00FFF0;
    }

    .wrap-features h2,
    .bottom-para {
        font-size: 40px;
        line-height: 54px;
    }

    .wrap-prod h3 {
        font-size: 36px;
        line-height: 50px;
    }

    .intro {
        font-size: 30px;
    }

    .topstrip .row {
        justify-content: space-around;
    }

    .wrap-sub .imp-note {
        position: relative;
        font-size: 25px;
        text-align: center;
        padding: 30px;
        border: 1px solid #d8d8d8;
        /* margin-bottom: 40px; */
    }

    .grad-bor {
        width: 90%;
        margin: 0 auto;
    }

    .points p {
        font-size: 17px;
    }

    .points .gap-r img {
        margin-right: 20px;
        width: 28px;
    }
}

@media screen and (max-width: 650px) {

    .noClass {
        width: 75%;
        height: 300px;
    }

    .price {
        font-size: 46px;
    }

    .price {
        font-size: 46px;
    }

    .price span {
        font-size: 36px;
        font-weight: 600;
    }

    .wrap-packs .grad-bor button {
        border: none;
        color: white;
        width: 85%;
        text-align: center;
        padding: 4px;
        font-size: 25px;
        border-radius: 6px;
    }

    .points .gap-r img {
        margin-right: 12px;
        width: 25px;
    }

    .pd {
        padding: 50px 0;
    }

    .points img {
        width: 25px;
        margin-bottom: 5px;
        margin-right: 6px;
    }

    #top-head h3,
    .timer {
        margin: 0;
        font: 900 18px/24px 'Poppins', sans-serif;
        letter-spacing: 2px;
        padding: 5px 0;
        text-transform: uppercase;
        color: #00FFF0;
    }

    .wrap-imp .main-para {
        font-size: 30px;
        line-height: 38px;
        font-weight: 400;
        color: #00FFF0;
    }

    .wrap-imp h3 {
        font-size: 22px;
        line-height: 30px;
        color: #00FFF0;
        margin: 0;
    }

    .wrap-faq h2 {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 60px;
    }

    .wrap-faq .ques {
        position: relative;
        font-size: 20px;
    }

    .wrap-faq .ans {
        font-size: 18px;
    }

    .wrap-copy p {
        font-size: 14px;
        font-style: italic;
        color: #737373;
        text-align: center;
        line-height: 25px;
        margin-bottom: 25px;
    }

    footer a {
        text-decoration: none;
        color: #000;
        display: inline-block;
        padding-right: 9px;
        margin-right: 9px;
        border-right: 1px solid #000;
        font-size: 14px;
    }

    .wrap-imp button {
        width: 80%;
        padding: 12px;
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .wrap-features h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .bottom-para {
        font-size: 30px;
        line-height: 46px;
    }

    .feature span {
        font: 400 16px/24px 'Poppins', Sans-serif;
        color: #737373;
    }

    .wrap-prod h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .intro {
        font-size: 26px;
    }

    .wrap-google h2 {
        font-size: 38px;
        line-height: 48px;
        color: #464646;
        /* margin-bottom: 28px; */
        font-weight: 500;
    }

    .wrap-google p {
        color: #737373;
        font-size: 18px;
        line-height: 26px;
    }

    .wrap-google .head-2 h2 {
        font-size: 32px;
        line-height: 42px;
        color: #464646;
        font-weight: 400;
    }

    .wrap-google h3 {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
        color: #464646;
    }

    .wrap-google .box p {
        color: #737373;
        font-size: 17px;
        line-height: 25px;
    }

    ul li {
        color: #737373;
        font-size: 17px;
        line-height: 25px;
    }

    .img-fluid {
        max-width: 60%;
        height: auto;
    }

    .fluid-b {
        width: 40%;
        max-width: 260px;
    }

    .fluid-t {
        width: 40%;
        max-width: 260px;
    }

    .wrap-google h2 {
        font-size: 34px;
        line-height: 1.3;
        color: #464646;
        font-weight: 500;
    }

    .wrap-sub .italic-font {
        font-size: 18px;
        color: #737373;
        text-align: center;
        /* margin: 54px 0; */
    }

    .wrap-sub .imp-note {
        position: relative;
        font-size: 17px;
        text-align: center;
        padding: 15px 30px;
        border: 1px solid #d8d8d8;
        line-height: 1.4;
    }

    .wrap-sub .content {
        font-size: 17px;
        color: #737373;
    }

    .wrap-sub .btn {
        padding: 14px;
        font-size: 24px;
        width: 85%;
    }

    .wrap-options h2 {
        font-size: 28px;
        text-align: center;
        color: #464646;
        margin: 0;
    }

    .payment img {
        max-width: 400px;
        width: 100%;
        height: 100%;
    }

    .option .opt-head {
        font-size: 32px;
    }

    .option .opt-head-2 {
        font-size: 28px;
        color: #464646;
        font-weight: 500;
    }

    .option .para {
        font-size: 18px;
        color: #737373;
    }

    .much {
        width: 100%;
    }

    /* .navbar {
        padding: 0;
    } */
}

@media screen and (max-width: 557px) {

    .noClass {
        height: 230px;
    }

    .points p {
        font-size: 15px;
    }

    .points img {
        width: 22px;
        margin-bottom: 5px;
        margin-right: 6px;
    }

    .pd {
        padding: 30px 0;
    }

    .wrap-imp .main-para {
        font-size: 22px;
        line-height: 32px;
        font-weight: 400;
        color: #00FFF0;
    }

    .wrap-imp h3 {
        font-size: 17px;
        line-height: 24px;
        color: #00FFF0;
        margin: 0;
    }

    .wrap-imp button {
        width: 80%;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .wrap-logo {
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
    }

    .wrap-features h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .bottom-para {
        font-size: 22px;
        line-height: 32px;
    }

    .feature span {
        font: 400 14px/20px 'Poppins', Sans-serif;
        color: #737373;
    }

    .wrap-sub .btn {
        padding: 12px;
        font-size: 16px;
        width: 85%;
    }

    .wrap-options h2 {
        font-size: 20px;
        text-align: center;
        color: #464646;
        margin: 0;
    }

    .fluid-b {
        width: 25%;
        max-width: 260px;
    }

    .option .opt-head {
        font-size: 18px;
    }

    .option .opt-head-2 {
        font-size: 16px;
        color: #464646;
        font-weight: 500;
    }

    .option .para {
        font-size: 15px;
        color: #737373;
    }

    .wrap-faq h2 {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .wrap-faq hr {
        margin: 12px 0;
    }

    .wrap-ques {
        margin-bottom: 30px;
    }

    .wrap-prod h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .wrap-prod h3 span {
        display: block;
        margin: 10px 0 0;
    }

    .intro {
        font-size: 20px;
    }

    .mar {
        font-size: 19px;
    }

    .wrap-prod .prod-mr p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .wrap-faq h2 {
        font-size: 26px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .wrap-faq .ans {
        font-size: 16px;
    }

    .wrap-faq .ques {
        position: relative;
        font-size: 18px;
    }

    .wrap-copy p {
        font-size: 11px;
        font-style: italic;
        color: #737373;
        text-align: center;
        line-height: 18px;
        margin-bottom: 25px;
    }

    footer a {
        text-decoration: none;
        color: #000;
        display: inline-block;
        padding-right: 5px;
        margin-right: 5px;
        border-right: 1px solid #000;
        font-size: 10px;
        text-align: center;
    }

    .wrap-google h2 {
        font-size: 26px;
        line-height: 1.3;
        color: #464646;
        font-weight: 500;
    }

    .wrap-google p {
        color: #737373;
        font-size: 16px;
        line-height: 26px;
    }

    .wrap-google h3 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        color: #464646;
    }

    .wrap-google .head-2 h2 {
        font-size: 22px;
        line-height: 36px;
        color: #464646;
        font-weight: 400;
    }

    .wrap-google .box h3 {
        margin-bottom: 10px;
    }

    .wrap-google .box p {
        color: #737373;
        font-size: 15px;
        line-height: 20px;
    }

    ul li {
        color: #737373;
        font-size: 15px;
        line-height: 20px;
    }

    .trust {
        width: 80%;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
    }

    .wrap-trust p {
        font-size: 15px;
        line-height: 30px;
        margin: 0 auto;
        width: 95%;
    }

    .wrap-sub .main-head h2 {
        font-size: 24px;
        color: #464646;
        font-weight: 400;
    }

    .wrap-sub .para p {
        font-size: 15px;
        font-weight: 700;
        color: #737373;
        margin: 15px 0 0;
    }

    .wrap-sub .italic-font {
        font-size: 16px;
        color: #737373;
        text-align: center;
        /* margin: 54px 0; */
    }

    .wrap-sub .imp-note {
        position: relative;
        font-size: 15px;
        text-align: center;
        padding: 10px 20px;
        border: 1px solid #d8d8d8;
        line-height: 1.3;
    }

    .wrap-sub .content p {
        margin-bottom: 10px;
    }

    .wrap-sub .content {
        font-size: 15px;
        color: #737373;
    }

    #top-head h3,
    .timer {
        margin: 0;
        font: 900 16px/20px 'Poppins', sans-serif;
        letter-spacing: 2px;
        padding: 5px 0;
        text-transform: uppercase;
        color: #00FFF0;
    }
}

@media screen and (max-width: 426px) {

    .noClass {
        height: 180px;
    }

    #top-head h3,
    .timer {
        margin: 0;
        font: 900 14px/18px 'Poppins', sans-serif;
        letter-spacing: 2px;
        padding: 5px 0;
        text-transform: uppercase;
        color: #00FFF0;
    }

    .wrap-imp h3 {
        font-size: 14px;
        line-height: 20px;
        color: #00FFF0;
        margin: 0;
    }

    .wrap-imp .main-para {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #00FFF0;
    }

    .wrap-imp button {
        width: 80%;
        padding: 0px;
        font-size: 12px;
        margin-bottom: 1rem;
    }

    .wrap-features h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .bottom-para {
        font-size: 16px;
        line-height: 20px;
    }

    .feature span {
        font: 400 12px/16px 'Poppins', Sans-serif;
        color: #737373;
    }

    .feature img {
        margin-right: 10px;
    }

    .wrap-prod h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .intro {
        font-size: 16px;
    }

    .wrap-logo {
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
    }

    .mar {
        font-size: 14px;
    }

    .wrap-prod .prod-mr p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .wrap-google h2 {
        font-size: 20px;
        line-height: 1.2;
        color: #464646;
        font-weight: 500;
    }

    .wrap-google p {
        color: #737373;
        font-size: 14px;
        line-height: 18px;
    }

    .wrap-google h3 {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        color: #464646;
    }

    .wrap-google .head-2 h2 {
        font-size: 18px;
        line-height: 22px;
        color: #464646;
        font-weight: 400;
    }

    .wrap-google .box p {
        color: #737373;
        font-size: 12px;
        line-height: 16px;
    }

    ul li {
        color: #737373;
        font-size: 12px;
        line-height: 16px;
    }

    .wrap-google .box {
        border: 1.6px solid #d8d8d8;
        padding: 15px;
    }

    .trust {
        width: 80%;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    .wrap-trust p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 auto;
        width: 95%;
    }

    .wrap-sub .main-head h2 {
        font-size: 18px;
        color: #464646;
        font-weight: 400;
    }

    .wrap-sub .para p {
        font-size: 13px;
        font-weight: 700;
        color: #737373;
        margin: 15px 0 0;
    }

    .grad-bor {
        width: 100%;
        margin: 0 auto;
    }

    .wrap-faq h2 {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 30px;
    }


}

@media screen and (max-width: 325px) {

    .noClass {
        height: 130px;
    }

    .wrap-imp button {
        width: 90%;
        padding: 0px;
        font-size: 11px;
        margin-bottom: 1rem;
    }

    .wrap-faq h2 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .wrap-faq .ques {
        position: relative;
        font-size: 14px;
    }

    .wrap-faq .ans {
        font-size: 12px;
    }

    .wrap-ques {
        margin-bottom: 20px;
    }

    .wrap-faq hr {
        margin: 10px 0;
    }

}