@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    padding-top: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

ul {
    padding: 0 !important;
}

a:hover {
    opacity: 0.7;
}

ul li {
    padding: 0;
    list-style: none;
}

#htt_navigation {
    background: #000000 !important;
    border-bottom: 0px solid #ddd !important;
    padding: 13px 0 !important;
}

#htt_navigation h6 {
    margin: 0;
    color: #a1a0a0;
}

#htt_navigation h6 span {
    color: #fff;
    margin-left: 10px;
}

.footer_fixed {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.footer_fixed.show {
    opacity: 1;
    /* display: block; */
    visibility: visible;
    background: #fff;
}

.footer_fixed {
    padding: 5px 15px 3px 15px;
}

.zoom-in-out-box {
    animation: zoom-in-zoom-out 1.5s ease infinite;
}

.alpha_v6_arrow_mb {
    top: 0 !important
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(0.9, 0.9);
        opacity: 0.9;
    }

    100% {
        transform: scale(1, 1);
    }
}

.footer_fixed_in a {
    padding: 15px;
    line-height: 16px;
    border-radius: 50px;
    background: #ef2b45;
    margin-bottom: 0;
}

.footer_fixed_in {
    max-width: 100%;
}

.banner {
    padding: 100px 0 30px 0;
}

.banner h4 {
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin-top: 30px;
}

.banner h1 {
    font-size: 50px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin: 0;
}

.banner h1 span {
    font-size: 24px !important;
    margin-top: 10px;
}

.banner .trust {
    width: 320px;
    margin-bottom: 22px;
}

.banner .main-thumb-wrapper.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.banner .txt-bx {
    margin-top: 0;
}

.banner .txt-bx {
    margin-top: 0;
    padding-left: 20px;
}

.banner .ban_ul_1 {
    padding: 0 0 0 10px !important;
    margin: 25px 0 0 0
}

.banner .ban_ul_1 li {
    font-size: 19px;
    color: rgb(90, 90, 91);
    line-height: 30px;
    text-align: left;
    margin: 13px 0;
}

.banner .ban_ul_1 li img {
    width: 37px;
    margin-right: 14px;
}

.banner .cta_bx {
    margin-top: 25px;
}

.banner .cta_bx .cta_ban1 {
    background: #010000;
    padding: 15px 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    border: 3px solid #010000;
    margin-bottom: 10px;
}

.banner .cta_bx .cta_ban2 {
    border: 3px solid #010000;
    padding: 15px 0;
    font-size: 18px;
    color: #010000;
    background: transparent;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 25px;
}

.banner .fas_logo {
    margin-bottom: 15px;
    width: 90%;
}


.banner p.jjhf {
    font-size: 19px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #777676;
}


.banner h3 {
    font-size: 25px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.banner .bull_pnt {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.banner .bull_pnt li {
    display: block;
    font-size: 19px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 31px;
}

.banner .bull_pnt li b {
    display: block;
}

.banner .bull_pnt li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: 8px;
    width: 8px;
    background: #000;
    border-radius: 50px;
}

/* .banner .bull_pnt li:last-child:after {
    display: none;
} */

.banner .new-box {
    /* padding: 17px 0; */
    border-top: 2px solid #777676;
    cursor: pointer;
}

.banner .new-box .new-card-body {
    padding-bottom: 25px;
}

.banner .new-box h5 button {
    font-size: 18px;
    font-weight: bold;
    color: #000000 !important;
    line-height: 1.2;
    padding: 17px 0;
    text-decoration: none;
    /* margin-bottom: 25px; */
    border: none !important;
    box-shadow: none !important;
}

.banner .new-box h5 button {
    position: relative;
    padding-right: 20px;
}

.banner .new-box h5 button .arrow {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 8px;
}

/* Rotate down when accordion is open */
.banner .new-box h5 button[aria-expanded="true"] .arrow {
    transform: rotate(-135deg);
}

/* .banner .new-box h5 button[aria-expanded=false]::before { */
/* text-indent: -9999999999999px;
    background: url(../../images/nad_new_images/accor_pls.png) no-repeat top center;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner .new-box h5 button[aria-expanded=true]::before {
    text-indent: -9999999999999px;
    background: url(../../images/nad_new_images/accor_min.png) no-repeat top center;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.banner .new-box p {
    color: #020202;
    margin: 0 0 13px 0;
}

.supercharge_sec {
    background: url(../../images/nad_new_images/ban-btm_nad_new-large.png);
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 1075px;
    display: flex;
    align-items: center;
}

.supercharge_sec h2 {
    font-size: 39px;
    font-family: "Montserrat", sans-serif;
    color: rgb(252, 252, 252);
    font-weight: 600;
    line-height: 1;
    text-align: left;
    text-shadow: 2.5px 4.33px 12.32px rgba(0, 0, 1, 0.19);
    letter-spacing: 25px;
    text-align: center;
    margin: 50px 0 20px 0;
}

.supercharge_sec h3 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1;
    text-align: center;
}

.supercharge_sec img {
    width: 155px;
    margin-top: 14px;
}

.best_prise {
    padding: 50px 0 20px 0;
    margin: 0;
    border-bottom: 20px solid #000;
}

.best_prise .row {
    position: relative;
}

.best_prise .best_line {
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    width: 330px;
    margin: auto;
}

.best_prise h2 {
    font-size: 37px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8px;
}

.best_prise h5 {
    font-size: 24px;
    color: rgb(0, 141, 205);
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.best_prise .con_bx {
    text-align: center;
}

.best_prise .con_bx img {
    width: 150px;
    margin: auto;
}

.best_prise .con_bx h3 {
    font-size: 37px;
    color: rgb(0, 0, 1);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}


.best_prise .con_bx h6 {
    color: #5d5d5d;
    font-size: 50px;
    font-weight: 600;
}

.best_prise .con_bx span {
    color: #9d9b9b;
    position: relative;
    font-size: 40px;
    padding: 0 15px;
    margin-right: 10px;
}

.best_prise .con_bx span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #000;
    margin: auto;
}

.best_prise .con_bx .txt_bx {
    width: 374px;
    margin: 0 auto;
}

.best_prise .con_bx ul {
    margin: 0;
    padding: 0;
}

.best_prise .con_bx ul li {
    background: url(../../images/nad_new_images/arrw.png);
    font-size: 19px;
    color: rgb(93, 93, 93);
    line-height: 1.467;
    text-align: left;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 33px;
    margin-bottom: 5px;
    background-position: left top;
}

.best_prise .con_bx h4 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
    margin: 20px 0;
}

.best_prise .con_bx .gt-strted {
    /* background: #010000; */
    background: #ef2b45;
    padding: 18px 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
    display: block;
    box-shadow: 5px 6px 17px #0000004a;
}




.outhfuln {
    padding: 40px 0 70px 0;
}

.outhfuln h2 {
    font-size: 32px;
    color: rgb(11, 20, 47);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.outhfuln .gt-strted {
    background: #010000;
    padding: 18px 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    box-shadow: 5px 6px 17px #0000004a;
    width: 400px;
    margin-top: 30px;
}

.outhfuln h3 {
    font-size: 23px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.41;
    text-align: center;
    margin: 13px 0;

}

.outhfuln p {
    font-size: 19px;
    color: #7a7979;
    line-height: 1.467;
    text-align: center;
    background-size: 33px;
    margin-bottom: 5px;
}








.mas-sec {
    background-color: #d8d8d8;
    /* background-image: url(../../images/nad_new_images/mus-man.png); */
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position: left top; */
}

.mas-sec .img_bx {
    height: 100%;
}

.mas-sec .img_bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mas-sec .txt_bx {
    padding: 40px 0;
}

.mas-sec .txt_bx h6 {
    font-size: 17px;
    color: rgb(0, 0, 1);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin-bottom: 5px;
}


.mas-sec .txt_bx h2 {
    font-size: 37px;
    color: rgb(11, 20, 47);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin-bottom: 20px;
}

.mas-sec .txt_bx p {
    font-size: 19px;
    color: rgb(77, 77, 77);
    line-height: 1.467;
    text-align: left;
    background-size: 33px;
    margin-bottom: 20px;
}

.mas-sec .txt_bx p.jf {
    margin: 0;
}


.testimoni_sec {
    padding: 30px 0;
}

.testimoni_sec h2 {
    font-size: 32px;
    color: rgb(11, 20, 47);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.testimoni_sec .testimonial-card {
    border: 3px solid #d7d7d7;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
}

.testimoni_sec .testimonial-card .testimonial-stars {
    width: 130px;
    margin: auto;
    margin-bottom: 20px;
}

.testimoni_sec .testimonial-card .testimonial-text {
    font-size: 19px;
    color: rgb(93, 93, 93);
    line-height: 1.467;
    text-align: center;
    min-height: 170px;
    background-size: 33px;
    margin-bottom: 50px;
}

.testimoni_sec .testimonial-card .testimonial-author {
    font-size: 19px;
    color: rgb(93, 93, 93);
    line-height: 1.467;
    font-weight: 600;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.testimoni_sec .owl-carousel {
    position: relative;
}

.testimoni_sec .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.testimoni_sec .owl-theme .owl-nav button.owl-prev {
    left: -50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
}

.testimoni_sec .owl-theme .owl-nav button.owl-next {
    right: -50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
}

.testimoni_sec .owl-theme .owl-nav button.owl-prev span {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(../../images/nad_new_images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

.testimoni_sec .owl-theme .owl-nav button.owl-next span {
    font-size: 0;
    width: 50px;
    background: url(../../images/nad_new_images/right_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50px;
    display: inline-block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}




.how-it-works {
    padding: 0 0 30px 0;
}

.how-it-works h2 {
    font-size: 32px;
    color: rgb(11, 20, 47);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.how-it-works p {
    font-size: 16px;
    color: rgb(93, 93, 93);
    line-height: 1.467;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.how-it-works .eachformBox img {
    width: 100%;
}

.how-it-works .formBoxes {
    background: #e2e2e2;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 30px 15px 15px 15px;
    position: relative;
    min-height: 180px;
}

.how-it-works .gt-strted {
    /* background: #010000; */
    background: #ef2b45;
    padding: 18px 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
    display: block;
    box-shadow: 5px 6px 17px #0000004a;
    width: 290px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.how-it-works .formBoxes .numberWork {
    background: #0b142f;
    width: 35px;
    font-family: "Montserrat", sans-serif;
    height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: -15px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
}


.how-it-works .formBoxes h5 {
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    min-height: 50px;
}

.how-it-works .formBoxes p {
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    /* color: rgb(152, 153, 154); */
    color: rgb(93, 93, 93);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    /* min-height: 100px; */
    margin-top: 15px;
    margin-bottom: 30px;
    min-height: 100px;
}




.commit_sec {
    background: #f8f8f8;
    padding: 30px 0;
}

.commit_sec h2 {
    font-size: 32px;
    color: rgb(11, 20, 47);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.commit_sec p {
    font-size: 22px;
    color: rgb(93, 93, 93);
    line-height: 1.467;
    text-align: left;
    background-size: 33px;
    margin-bottom: 20px;
    font-weight: 600;
}

.commit_sec .txt_bx {
    padding-right: 30px;
}


.quality_sec {
    padding: 40px 0 0 0;
}

.quality_sec h2 {
    font-size: 32px;
    color: rgb(11, 20, 47);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.quality_sec p {
    font-size: 23px;
    color: rgb(93, 93, 93);
    line-height: 1.467;
    text-align: center;
    background-size: 33px;
    margin-bottom: 50px;
}

.quality_sec .icn_bx {
    text-align: center;
    background: #ececec;
    border-radius: 8px;
    padding: 20px;
}

.quality_sec .icn_bx img {
    width: 60px;
}

.quality_sec .icn_bx h3 {
    font-size: 14px;
    color: rgb(0, 0, 1);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0;
}

.quality_sec .icn_bx h6 {
    color: #595a5b;
    font-size: 15px;
    color: rgb(89, 90, 91);
    line-height: 1.2;
    text-align: center;
}




.faq_section {
    margin: 0;
}


.faq_section h2 {
    font-size: 32px;
    color: rgb(11, 20, 47);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}

#faqAccordion_section .card-body {
    padding-bottom: 20px;
}

#faqAccordion_section .box {
    cursor: pointer;
}

#faqAccordion_section .box:nth-child(1) {
    border: none !important;
}

#faqAccordion_section .card-header[aria-expanded=false]::before {
    text-indent: -9999999999999px;
    background: url(../../images/nad_new_images/accor_pls.png) no-repeat top center;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}

#faqAccordion_section .card-header[aria-expanded=true]::before {
    text-indent: -9999999999999px;
    background: url(../../images/nad_new_images/accor_min.png) no-repeat top center;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}



.reference_sec {
    background: #000000;
    border-bottom: 3px solid #fff;
    padding: 30px 0;
}

.reference_sec p {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0;
}



/* @media screen and (max-width: 3840px) {
.supercharge_sec {
    background: url(../../images/nad_new_images/ban-btm_nad_new.png);
    background-size: cover;
    padding: 200px 0 110px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
}


} */

.cta_btn_red_n {
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    background: #d43030;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}

.cta_btn_red_n:hover {
    color: #fff;
    text-decoration: none;
}

.header_top {
    /* background: #074080;
        padding: 19px 0; */
    background: #000 !important;
    padding: 13px 0 !important;
}

.back_step {
    top: 13px;
}

.header_top .back_step {
    filter: invert(1);
}

@media screen and (max-width: 768px) {
    .cta_btn_red_n {
        font-size: 12px !important;
        padding: 8px 10px !important;
    }

    #htt_navigation .text-left {
        text-align: left !important;
    }
    #htt_navigation img {
        filter: invert(1);
    }
    #htt_navigation {
        background: #000000 !important;
        border-bottom: 0px solid #ddd !important;
        /* padding: 13px 0 !important; */
        padding: 13px 0 0 0 !important;
    }
    #htt_navigation .logobg {
        background: #fff;
        /* margin-top: 13px; */
        padding: 13px 0;
    }
    .banner .main-thumb-wrapper.sticky-sidebar {
        width: 72%;
        margin: auto;
    }

    .cta_btn_red_n {
        padding: 7px 15px;
    }

    .how-it-works .formBoxes {
        min-height: auto;
    }

    /* #htt_navigation .logobg {
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    margin-top: 0 !important;
	} */
    #htt_navigation h6 {
        padding-bottom: 12px;
    }

}

@media screen and (max-width: 431px) {
    .cta_btn_red_n {
        font-size: 11px !important;
        padding: 8px 10px !important;
    }

    .how-it-works .gt-strted {
        width: 100%;
    }
}

@media screen and (max-width: 390px) {


    .cta_btn_red_n {
        font-family: 'Montserrat', sans-serif !important;
        border-radius: 6px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        padding: 12px 16px;
        background: #d42f2f;
        margin-top: 10px;
        color: #fff;
        text-decoration: none;
    }


    .cta_btn_red_n:hover {
        background: rgba(241, 73, 73, 1);
        color: #fff;
        text-decoration: none;
    }
}

@media screen and (max-width: 3440px) {
    .supercharge_sec {
        background: url(../../images/nad_new_images/ban-btm_nad_new-large.png);
        background-size: cover;
        padding: 200px 0 110px 0;
        text-align: center;
        background-repeat: no-repeat;
        background-position: top center;
        min-height: inherit;
    }


}

@media screen and (max-width: 1921px) {
    .supercharge_sec {
        background: url(../../images/nad_new_images/ban-btm_nad_new.png);
        background-size: cover;
        padding: 200px 0 110px 0;
        text-align: center;
        background-repeat: no-repeat;
        background-position: top center;
        min-height: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .outhfuln h3 {
        font-size: 19px;
    }

    .outhfuln p {
        font-size: 17px;
        line-height: 1.300;
    }

    .mas-sec .txt_bx p {
        font-size: 19px;
        line-height: 1.300;
        margin-bottom: 12px;
    }

    .mas-sec .txt_bx {
        padding: 30px 0;
    }

    .mas-sec .txt_bx h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .mas-sec .txt_bx h6 {
        margin-bottom: 10px;
    }

    .testimoni_sec .testimonial-card .testimonial-text {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .testimoni_sec .testimonial-card {
        padding: 30px 15px;
    }

    .how-it-works .formBoxes h5 {
        font-size: 19px;
    }

    .how-it-works .formBoxes p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
        min-height: 60px;
    }

    .commit_sec p {
        font-size: 17px;
    }

    .commit_sec h2,
    .quality_sec h2,
    .faq_section h2,
    .how-it-works h2,
    .testimoni_sec h2 {
        font-size: 26px;
    }

    .best_prise {
        padding: 30px 0;
    }

    .supercharge_sec {
        padding: 100px 0 85px 0;
    }

    .supercharge_sec h2 {
        font-size: 33px;
        letter-spacing: 21px;
        margin: 20px 0 10px 0;
    }

    .supercharge_sec h3 {
        font-size: 19px;
    }

    .supercharge_sec img {
        width: 110px;
        margin-top: 10px;
    }

    .quality_sec .icn_bx h3 {
        font-size: 12px;
        margin: 10px 0;
    }

    .quality_sec .icn_bx h6 {
        font-size: 12px;
    }

    #faqAccordion_section h5 {
        font-size: 17px;
    }

    #faqAccordion_section .card-header {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #faqAccordion_section {
        margin-top: 10px;
    }

    .faq_section {
        padding: 30px 0 40px 0;
    }

    .quality_sec p,
    .how-it-works p {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .banner .bull_pnt li {
        font-size: 15px;
        margin-bottom: 13px;
        padding-left: 24px;
    }

    .banner h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .banner p.jjhf {
        font-size: 17px;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    /*
    .banner .new-box {
        padding: 13px 0;
    } */

    .banner h1 {
        font-size: 40px;
    }

    .banner .trust {
        width: 255px;
        margin-bottom: 15px;
    }

    .banner h1 span {
        font-size: 19px !important;
    }

    .banner .ban_ul_1 {
        padding: 0 0 0 0 !important;
        margin: 15px 0 0 0;
    }

    .banner .ban_ul_1 li {
        font-size: 17px;
        margin: 10px 0;
    }

    .banner .ban_ul_1 li img {
        width: 30px;
        margin-right: 12px;
    }

    .banner .cta_bx {
        margin-top: 15px;
    }

    .best_prise .con_bx img {
        width: 100px;
    }

    .best_prise .best_line {
        width: 260px;
    }

    .banner h4 {
        font-size: 18px;
        margin-top: 20px;
    }

    .banner {
        padding: 100px 0 40px 0;
    }
  #new_copyrights.new_copyrights {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 992px) {
    #htt_navigation h6 {
        font-size: 12px;
        font-weight: 600;
    }

    .how-it-works .eachformBox {
        width: 64%;
        margin: auto;
        margin-bottom: 30px;
    }

    .banner h4 {
        font-size: 14px;
    }

    .banner .ban_ul_1 li {
        font-size: 16px;
        margin: 6px 0;
    }

    .banner .trust {
        width: 220px;
        margin-bottom: 10px;
    }

    .banner p.jjhf {
        font-size: 14px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .banner .bull_pnt {
        margin-bottom: 15px;
    }

    .best_prise .con_bx .txt_bx {
        width: 100%;
    }


    .best_prise .con_bx h3 {
        font-size: 20px;
        
    }

    .best_prise .con_bx h6 {
        font-size: 40px;
    }

    .best_prise .con_bx span {
        font-size: 30px;
        padding: 0 8px;
        margin-right: 8px;
    }

    .best_prise .con_bx span::after {
        height: 2px;
    }

    .best_prise .con_bx ul li {
        font-size: 13px;
        padding-left: 33px;
        background-size: 23px;
    }

    .best_prise .con_bx h4 {
        font-size: 13px;
        margin: 15px 0;
    }

    .mas-sec .txt_bx h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .quality_sec .icn_bx {
        padding: 10px;
    }

    .banner .new-box h5 button {
        font-size: 13px;
    }
}

.for_desk {
    display: block;
}

.for_mob {
    display: none;
}



@media screen and (max-width: 768px) {
    #htt_navigation h6 {
        padding-bottom: 12px;
    }
    .for_desk {
        display: none;
    }

    .for_mob {
        display: block;
    }
    .top_white_header .logo {
        display: none;
    }
    .best_prise .con_bx h6 {
        font-size: 27px;
    }
    .best_prise .con_bx span {
        font-size: 18px;
        padding: 0 3px;
        margin-right: 4px;
    }
    .top_white_header .container .row .col-md-2 {
        width: 35%;
    }

    .top_white_header .container .row .col-md-8 {
        width: 65%;
    }

    /* #htt_navigation {
        padding: 10px 0 !important;
    } */

    .banner .new-box .new-card-body {
        text-align: left;
    }

    .how-it-works .eachformBox {
        width: 100%;
        margin: auto;
        margin-bottom: 0;
    }

    #faqAccordion_section .card-header[aria-expanded="false"]::before {
        width: 10px;
        height: 10px;
    }

    #faqAccordion_section .box:nth-child(1) {
        border-top: 1px solid #000 !important;
    }

    #faqAccordion_section {
        margin-top: 20px;
    }

    #htt_navigation h6 {
        /* display: none; */
        /* font-size: 10px; */
        margin-bottom: 13px;
     }
    /*
    #htt_navigation .text-left {
        text-align: center !important;
    } */

    .banner {
        padding: 100px 0 20px 0;
    }
    #htt_navigation .logobg.scrolled{ display: none;}
    .banner h4 {
        display: none;
    }

    .banner .txt-bx {
        margin-top: 20px;
        text-align: center;
        padding-left: 0;
    }

    .banner .trust {
        width: 80%;
        margin-bottom: 20px;
    }

    .banner h1 {
        font-size: 48px;
    }

    .banner h1 span {
        font-size: 20px !important;
    }

    .banner .ban_ul_1 {
        margin: 20px 0 0 0;
    }

    .banner .ban_ul_1 li img {
        width: 36px;
    }

    .banner .ban_ul_1 li {
        font-size: 17px;
        margin: 4px 0;
    }

    .banner .fas_logo {
        margin-bottom: 15px;
        width: 100%;
    }

    .banner p.jjhf {
        font-size: 16px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        text-align: center;
    }

    .banner h3 {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .banner .bull_pnt li {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .banner .bull_pnt {
        margin-bottom: 35px;
    }

    .banner .new-box h5 button {
        font-size: 17px;
    }

    /* .banner .new-box {
    padding: 15px 0;
  } */

    .supercharge_sec h2 {
        font-size: 33px;
        letter-spacing: 0;
        text-shadow: 1px 2px 3px #00000069;
        position: relative;
        z-index: 9;
    }

    .supercharge_sec {
        position: relative;
        overflow: hidden;
    }

    /* 
    .supercharge_sec:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0000004d;
        top: 0;
        left: 0;
    } */

    .supercharge_sec h3 {
        font-size: 18px;
        position: relative;
        z-index: 9;
        text-shadow: 0px 0px 7px #fff;
    }

    .supercharge_sec img {
        width: 32%;
        position: relative;
        z-index: 9;
    }

    .best_prise .img_best {
        width: 230px;
        margin: 20px 0 30px 0;
    }

    .best_prise .con_bx {
        text-align: center;
        width: 400px;
        margin: auto;
        margin-bottom: 30px;
    }

    .best_prise .con_bx ul li {
        font-size: 18px;
        padding-left: 32px;
        background-size: 24px;
        margin-bottom: 5px;
    }

    .best_prise .con_bx {
        width: 90%;
    }

    .best_prise .con_bx h4 {
        font-size: 17px;
        margin: 20px 0;
    }

    .best_prise .con_bx img {
        width: 70px;
    }

    .best_prise .con_bx span {
        font-weight: 500;
    }

    .outhfuln h2 {
        font-size: 37px;
        color: rgb(0, 0, 0);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 20px;
    }

    .outhfuln .container .row .col-md-3 {
        text-align: center;
    }

    .outhfuln .img_outhful {
        width: 260px;
    }

    .outhfuln h3 {
        font-size: 25px;
    }

    .outhfuln p {
        font-size: 22px;
        line-height: 1.300;
        margin-bottom: 20px;
    }

    .mas-sec .txt_bx {
        padding: 30px 0 0 0;
    }

    .testimoni_sec .testimonial-card .testimonial-text {
        font-size: 20px;
    }

    .mas-sec .txt_bx h6 {
        margin-bottom: 10px;
        text-align: center;
        color: #074181;
        font-weight: 500;
        font-size: 19px;
    }

    .mas-sec .txt_bx h2 {
        font-size: 28px;
        margin-bottom: 15px;
        text-align: center;
    }

    .quality_sec {
        padding: 40px 35px 0 35px;
    }

    .mas-sec .txt_bx p {
        text-align: center;
    }

    .quality_sec p,
    .how-it-works p {
        font-size: 15px;
    }

    .testimoni_sec .owl-theme .owl-nav {
        display: none;
    }

    .testimoni_sec .testimonial-card .testimonial-text {
        min-height: auto;
    }

    .how-it-works .container .boxForms .row .col-sm-4.col-lg-4.mb-3.mb-lg-0.mb-sm-0 {
        width: 100%;
    }

    .eachformBox {
        margin-bottom: 30px;
    }

    .how-it-works .formBoxes p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
        min-height: auto;
    }

    .how-it-works .formBoxes h5 {
        font-size: 22px;
        min-height: auto;
    }

    .how-it-works .formBoxes .numberWork {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem;
        top: -17px;
    }

    .commit_sec h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .how-it-works {
        padding: 0 0 10px 0;
    }

    .commit_sec p {
        font-size: 18px;
        text-align: center;
    }

    .quality_sec p,
    .how-it-works p {
        font-size: 18px;
    }

    .quality_sec .icn_bx {
        margin-bottom: 20px;
    }

    .quality_sec .icn_bx h3 {
        font-size: 23px;
    }

    .quality_sec .icn_bx h6 {
        font-size: 18px;
    }

    #faqAccordion_section h5 {
        font-size: 18px;
    }

    .banner_pe2 p,
    .banner_faq .card-body p,
    #faqAcc_section .box p,
    #faqAccordion_section .box p {
        font-size: 17px;
    }

    body .getStartedCta2 {
        display: inline-block;
    }

    .commit_sec .txt_bx {
        padding-right: 0;
    }

    .commit_sec .txt_bx img.for_mob {
        margin-bottom: 20px;
    }

    .outhfuln .gt-strted {
        width: 100%;
    }
    .best_prise .img_best {
        width: 100px;
        margin: 10px 0;
    }

    .best_prise h2 {
        font-size: 22px;
        margin-bottom: 0;
    }
.best_prise .con_bx {
    width: 100%;
  }
  .best_prise .con_bx ul li {
    font-size: 15px;
    padding-left: 30px;
    background-size: 18px;
    margin-bottom: 4px;
    background-position: top 6px left;
  }
   .best_prise .con_bx h4 {
    font-size: 14px;
    margin: 10px 0;
  }
    .best_prise {
        padding: 20px 0;
    }

    .best_prise h5 {

        font-size: 15px;
    }








}


@media screen and (max-width: 431px) {
    .banner .ban_ul_1 li img {
        width: 30px;
        margin-right: 10px;
    }

    .banner .ban_ul_1 {
        margin: 12px 0 0 0;
    }

    .banner h1 {
        font-size: 36px;
    }

    .banner h1 span {
        font-size: 18px !important;
        margin-top: 8px;
    }

    .banner .ban_ul_1 {
        margin: 8px 0 0 0;
    }

    .banner .cta_bx {
        margin-top: 10px;
    }

    .banner .trust {
        width: 66%;
        margin-bottom: 10px;
    }

    .banner .txt-bx {
        margin-top: 10px;
        
    }
}



@media screen and (max-width: 420px) {


    

    /* .best_prise .con_bx {
    width: 100%;} */
}