@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.met_flow_header {
    background: #282828 !important;
}

.cta_btn_red_n {
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 50px;
    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;
}

.b_img {
    margin-top: 40px;
}


/* ------------ Pa ------------- */

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: normal;
}


.banner_sec {
    padding: 20px 0 40px 0;
    background: linear-gradient(to bottom, #ffffff 0%, #e8eced 100%);
}


.banner_sec .ban_left_bx h1 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: bold;

}

.banner_sec .ban_left_bx h1 span {
    display: block
}

.banner_sec .ban_left_bx p.para_ban {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 32px;
    margin-bottom: 0;
    width: 450px;
}


.banner_sec .ban_left_bx ul {
    margin: 10px 0 30px 0;
    padding: 0;
    width: 290px;
}

.banner_sec .ban_left_bx ul li {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 32px;
    display: flex;
    align-items: center;
    column-gap: 9px;
    margin-bottom: 0;

}

.banner_sec .ban_left_bx ul li+li {
    border-top: 1px solid #c3c3c3;
}

.banner_sec .ban_left_bx ul li img.img-fluid {
    width: 22px;
    height: auto;
}

.banner_sec .ban_left_bx ul li:last-child {
    margin: 0;
}

.ban_cta {
    display: block;
    width: 360px;
}

.ban_cta img {
    width: 100%;
    object-fit: cover;
}



.banner_sec .ban_right_bx {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 27px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 80px;
}

.banner_sec .ban_right_bx .l_bx {
    width: 100%;
}


.banner_sec .ban_right_bx .r_bx h3 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    margin-bottom: 10px;
}

.banner_sec .ban_right_bx .r_bx .nas-bx {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 18px;
}

.banner_sec .ban_right_bx .r_bx p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 24px;
    width: 235px;
}

.banner_sec .ban_right_bx .r_bx p span {
    display: block;
}

.banner_sec .ban_right_bx .r_bx .nas-bx span {
    display: inline-block;
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    text-align: center;
    background-color: rgb(7, 64, 128);
    border-radius: 50px;
    padding: 3px 15px;
}

.banner_sec .home-ban {
    margin-top: 30px;
}

.banner_sec .owl-item .item {
    display: flex;
    align-items: center;
    column-gap: 10px;
}


.banner_sec .owl-item .item img {
    width: auto;
    height: 24px;
}

.banner_sec .owl-item .item h6 {
    margin: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: rgb(7, 64, 128);
    line-height: 18px;
}


/* ------------Header------------- */
.headeralphav6 .new_stl.topred_header_single_icon {
    text-align: center !important;
    color: #fff !important;
    background: #000000 !important;
    padding: 0;
}
.headeralphav6 .new_stl.topred_header_single_icon p {
    text-align: center;
    color: #fff;
    background: #000000;
    font-weight: 400 !important;
    z-index: 999;
    position: relative;
    padding: 8px 0;
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(255, 255, 255);
    line-height: 1.6;
    margin: 0;
}
.for_desk {
    display: block;
}

.for_mob {
    display: none;
}
@media screen and (max-width: 767px) {
    .for_desk {
        display: none;
    }

    .for_mob {
        display: block;
    }
}
.logos_mid {
    background: #efefef;

    padding-top: 30px;
    padding-bottom: 30px;
}

.logos_mid .slick-slide {
    margin: 0 25px;
}

.logos_mid h3 {
    font-size: 14px;
    color: rgb(153, 153, 153);
    margin-bottom: 0;
}


.logos_mid .slick-slide img {
    height: 30px;
}

/* ------------health_sec------------- */

.health_sec {
    background-color: rgb(0, 39, 79);
    padding: 45px 0 50px 0;
}

.headh3 {
    font-size: 38px;
    color: rgb(239, 239, 239);
    font-weight: 500;
    margin-bottom: 30px;
}

.headh5 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 26px;
}

.health_sec ul {
    text-align: center;
}

.health_sec .li {
    border-radius: 20px;
    background-color: rgb(1, 63, 131);
    font-size: 22px;
    color: rgb(255, 255, 255);
    padding: 12px 27px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
}

.li_div {
    display: flex;
    align-items: center;
    column-gap: 15px;
}


.health_sec .li img {
    height: 36px;
}

.health_sec .l_box {
    padding-right: 45px;
}

.health_sec .r_box {
    padding-left: 45px;
}

.color_000 {
    color: #000;
}

/* ------------nad_box------------- */
.nad_box {
    padding: 50px 0 50px 0;
}

.nad_box h3 {
    color: rgb(0, 0, 0);
}

.nad_box h5 {
    color: rgb(0, 0, 0);
    font-weight: normal;
}



.nad_box p {
    display: block;
    color: rgb(0, 0, 0);
    text-align: left;

}

.nad_box .r_box span {
    background-color: rgb(38, 36, 36);
    border-radius: 50px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.429;
    padding: 5px 20px 3px 27px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.nad_box .r_box span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 10px;
    width: 10px;
    background: #e00606;
    border-radius: 50%;
    left: 10px;
}

/* ------------img_box_block------------- */
.img_box_block {
    padding: 50px 0;
}

.img_box_block h2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    line-height: 1.1;
    text-align: center;
    margin-bottom: 50px;
}

.img_box_block .img-box {
    margin-bottom: 28px;
}

/* ------------img_box_block------------- */

.table_box {
    padding-bottom: 60px;
}

.table_box h3 {
    font-size: 50px;
    color: rgb(0, 0, 0);
    line-height: 1.1;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

.table_box h5 {
    font-size: 30px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1.344;
    text-align: center;
}

/* ------------how_it_works------------- */
.how_it_works {
    background: #fbfbfa;
    text-align: center;
    padding: 50px 0;
}

.how_it_works h2 {
    color: rgb(0, 0, 0);
    font-weight: 700;
    margin-bottom: 50px;
}

.how_it_works .works_box img {
    margin-bottom: 30px;
    height: 141px;
}

.how_it_works .works_box h3 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.how_it_works .works_box p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
}

/* ------------real-results------------- */
.real-results {
    padding: 50px 0 30px 0;
}

.real-results h2 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-bottom: 40px;

}

.real-results .real_bx {
    border-radius: 20px;
    background-color: rgb(7, 64, 128);
    padding: 40px 77px;
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.real-results .real_bx:last-child {
    margin: 0;
}

.real-results .real_bx p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-bottom: 40px;
}

.real-results .real_bx .l-box {
    margin-top: 5px;
}

.real-results .real_bx .l-box img {
    width: 62px;
}

.nad_in_power_box {
    text-align: center;
    background: linear-gradient(to right, #013f83 0%, #065eb9 50%, #013f83 100%);
    border-radius: 10px;
    padding: 30px 0;
    height: 100%;
}

.nad_in_power_box img {
    max-width: 100%;
}

.nad_in_power_box h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    min-height: 76px;
}

.nad_in_power_box p {
    margin-top: 15px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 0 50px;
}


.row.box_forheight {
    display: flex;
}

.row.box_forheight>[class*="col-"] {
    display: flex;
    flex-direction: column;
    padding: 0 7px !important;
}

.faq_section h3 {
    color: #000;
}

.faq_section ul li {
    color: #333;
}

#faqAccordion_section h5 {
    font-weight: 700;
}

.top_white_header {
    padding-top: 20px;
    /* background: #074080; */
    background: #000000 !important;
    padding-bottom: 20px;
}

body .getStartedCta2::after,
body .getStartedCta2::before {
    background-color: #074080;
}

body .getStartedCta2 {
    background-color: #074080;
    border-radius: 30px;
    font-weight: 600 !important;
    font-size: 12px !important;
}

#faqAccordion_section .card-header[aria-expanded="true"]::before {
    text-indent: -9999999999999px;
    background: url(../images/nad-v3/faq1.png) no-repeat top center;
    background-size: auto;
    width: 20px;
    height: 20px;
    background-size: 100%;
    right: 0;
}

#faqAccordion_section .card-header[aria-expanded="false"]::before {
    text-indent: -9999999999999px;
    background: url(../images/nad-v3/faq2.png) no-repeat top center;
    background-size: auto;
    width: 20px;
    height: 20px;
    background-size: 100%;
    right: 0;
}

#faqAccordion_section .box {
    border-bottom: 1px solid #b9b9b9;
    border-top: 1px solid #b9b9b9;
}

#faqAccordion_section .box:nth-child(1) {
    border-top: 0;
}

#faqAccordion_section .box:last-child {
    border-bottom: 0;
}


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



.table_sections .headh3,
.table_sections .headh5 {
    color: #000;
}

.table_sections .headh5 {
    font-weight: normal;
}

.table_sections thead th {
    background: #ebf5fa;
    color: #000;
}

.table_sections thead th:nth-child(2) {
    background: #c6e2f1;
}

.table_sections thead th span {
    font-weight: normal;
    display: block;
    font-size: 12px;
    text-transform: uppercase;

}

.table_sections td {
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 15px;
}


.table_sections thead th {
    border-top: 0;
    border-bottom: 0px solid #dee2e6;
    padding-top: 25px;
}


.table_sections td {
    border-top: 1px solid #cbcbcb;
}

.table_sections td:nth-child(2) {
    background: #d7ebf6;
}


.table_sections tr:nth-child(1) td {
    border-top: 0px solid #cbcbcb;
}

.td_img {
    position: relative;
    line-height: 20px;
}

.nad1_1 {
    top: -120px;
    left: 50%;
    position: absolute;
    width: 80px;
    margin-left: -25px;
}

#htt_navigation {
    padding: 0 !important;
}

.nad1_2 {
    top: -104px;
    left: 50%;
    position: absolute;
    width: 55px;
    margin-left: -30px;
}

.alpha_v8_table_box {
    width: 800px;
    margin: 110px auto 0 auto;
    border: 2px solid #09468b;
    border-radius: 20px;
}

.alpha_v8_table_box .table {
    margin-bottom: 0;

}

.alpha_v8_table_box .table th:nth-child(1) {
    border-radius: 20px 0 0 0;
}

.alpha_v8_table_box .table th:nth-child(3) {
    border-radius: 0 20px 0 0;
}

.alpha_v8_table_box .table tr:last-child td:nth-child(1) {
    border-radius: 0 0 0 20px;
}

.alpha_v8_table_box .table tr:last-child td:nth-child(3) {
    border-radius: 0 0 20px 0;
}


.fixed_footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0px -3px 8px 0px #bbbbbb;
    display: none;
}

.cta-bottom {
    font-size: 11px;
    line-height: 16px;
    margin-top: 5px;
}

.fb-justify-center {
    justify-content: center;
}

.fb-align-center {
    align-items: center;
}

.fb {
    display: flex;
}

.text-bold {
    font-weight: 700;
}


.cta-ship {
    height: 7px;
    width: 7px;
    background-color: #95df89;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 2px #adf4a1;
    animation: pulseCtaShip 1.725s forwards infinite ease-out;
    opacity: 0.5;
}

@keyframes pulseCtaShip {
    45% {
        box-shadow: 0 0 0 5px #adf4a1;
        opacity: 1;
    }

    55% {
        opacity: 1;
    }
}

.cta-stock-view {
    gap: 2px;
    margin: 0 7px 0 5px;
}

.cta-stock-view span {
    background-color: #D9D9D999;
    gap: 2px;
    height: 10px;
    width: 10px;
}

.cta-stock-view.green-bg span {
    background-color: #FFFFFF99;
}

.cta-stock-view span:first-child {
    background-color: #fc2201;
}

.cta-stock-level {
    font-size: 12px;
    color: #ea4701;
}


.btn2 {
    height: 65px;
    transform: scale(0.9);
    animation: pulseCTAButton 1.5s infinite;
    max-width: 100%;
}


@keyframes pulseCTAButton {
    50% {
        transform: scale(1);
    }
}

.bg_none {
    background: none !important;
}

.logos {
    position: relative;
}

.logos_mid h3 {
    padding-bottom: 20px;
    text-align: center;
}

.table_sections {
    padding-bottom: 50px;
}

.table_sections td:nth-child(1) {
    padding-left: 40px;
}

.table_sections thead th.w23 {
    width: 180px;
}

#home-ban {
    height: 28px;
}

.slider_box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.slider_box h6 {
    margin-bottom: 0;
}

.slider_box img {
    width: auto;
    height: 24px;
}

.marquee_img .slider_box img {
    margin-left: 25px;
}

.top_blue_header {
    background: #074080;
    padding: 7px 0;
}

.met_flow_header {
    background: #fff !important;
    padding-top: 0 !important;
    border: 0 !important;
}

.top_blue_header p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.top_blue_header p a {
    color: #fff;
    text-decoration: underline;
}

.top_white_header {
    padding-top: 20px;
}

.top_start {
    font-size: 14px;
    margin-bottom: 5px;
}

.top_start p {
    margin-bottom: 0;
    margin-left: 10px;
}

.top_start img {
    height: 14px;
    margin-top: -2px;
}

.ban_cta abbr {
    color: #000;
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.ban_cta abbr img {
    width: 16px;
    margin-top: -3px;
    margin-right: 5px;
}

.ban_cta:hover {
    text-decoration: none;
}

.h3head.product-title {
    font-size: 22px;
    font-weight: 700;
}

@media screen and (max-width: 1199px) {
    .banner_sec .ban_left_bx h1 {
        font-size: 30px;
    }

    .health_sec .li {
        font-size: 20px;
    }

    .alpha_v8_table_box {
        width: 600px;
    }

    .how_it_works .works_box p br,
    .how_it_works .works_box h3 br {
        display: none;
    }

    .real-results .real_bx {
        padding: 30px;
    }

    .real-results .real_bx p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .real-results .r-box img {
        width: 80px;
    }

    .table_sections td:nth-child(1) {
        padding-left: 10px;
    }

    .table_sections thead th.w23 {
        width: auto;
    }
}

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

    .health_sec .li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .row.box_forheight>[class*="col-"] {
        padding: 0 15px !important;
        margin-top: 15px;
    }

    .banner_sec .ban_left_bx h1 {
        font-size: 24px;
    }

    .banner_sec .ban_left_bx p.para_ban {
        width: 100%;
    }


}


@media screen and (max-width: 767px) {
    .alpha_v8_table_box {
        width: 350px;
    }

    .banner_sec .ban_left_bx p.para_ban {
        width: 450px;
    }

    #htt_navigation {
        padding: 0 !important;
    }

    .table_sections td {
        font-size: 12px;
    }

    .cta_btn_red_n {
        font-size: 12px !important;
        padding: 8px 10px !important;
    }

    .table_sections thead th {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .table_sections thead th span {
        font-size: 6px;
    }

    .td_img {
        line-height: 14px;
    }

    .table_sections td img {
        width: 25px;
    }

    .table_sections thead th {
        padding-top: 15px;
    }

    .nad1_2 {
        top: -48px;
        width: 24px;
        margin-left: -12px;
    }

    .nad1_1 {
        top: -56px;
        width: 37px;
        margin-left: -10px;
    }

    .alpha_v8_table_box {
        margin-top: 50px;
    }

    .cta_btn_red_n {
        padding: 7px 15px;
    }

    .p_v2_flow {
        padding: 16px 0 !important;
    }

    .banner_sec .ban_left_bx h1 {
        font-size: 30px;
        text-align: center;
    }

    .banner_sec .ban_right_bx {
        margin-left: 0;
        padding: 15px;
    }

    .banner_sec .ban_right_bx .l_bx {
        width: 40%;
    }

    .banner_sec .ban_right_bx .r_bx {
        width: 60%;
    }

    .banner_sec .ban_right_bx .r_bx h3 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .banner_sec .ban_right_bx .r_bx p {
        width: auto;
        font-size: 11px;
        line-height: 15px;
        line-height: 17px;
        margin-bottom: 0;
    }

    .banner_sec .ban_right_bx .r_bx p span {
        display: none;
    }

    .banner_sec .ban_left_bx ul li {
        font-size: 15px;
        line-height: 29px;
        column-gap: 10px;
    }

    .banner_sec .ban_left_bx ul li img.img-fluid {
        width: 20px;
    }

    .banner_sec .ban_left_bx ul {
        width: 240px;
        margin: 5px auto 15px auto;

    }

    .ban_cta {
        width: 320px;
        margin: 0 auto;
    }

    .ban_cta abbr {
        font-size: 12px;
        margin-top: 5px;
    }

    .banner_sec {
        padding-top: 25px;
        padding-bottom: 30px;
        background: none;
    }

    .p_v2_flow {
        padding-top: 0 !important;
    }

    .banner_sec_bg {
        background: linear-gradient(to bottom, #ffffff 0%, #e8eced 100%);
    }

    .top_blue_header p {
        font-size: 12px;
    }

    .banner_sec .home-ban {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner_sec .ban_right_bx {
        border-radius: 10px;
    }

    .logos_mid .col {
        max-width: 104px;
    }

    .logos_mid {
        padding-left: 0;
        padding-top: 20px;
    }

    .logos_mid .logos {
        padding-left: 0;
        margin-top: 10px;

    }

    .banner_sec .owl-item .item h6 {
        font-size: 13px;
    }

    .fixedbuttonshow .fixed_footer {
        display: block;
    }

    .health_sec .l_box {
        padding-right: 0;
    }

    .headh3 {
        font-size: 33px;
    }

    .health_sec ul {
        padding: 0;
    }

    .health_sec .li {
        font-size: 18px;
    }

    .health_sec {
        padding: 35px 0 20px 0;
    }

    .nad_box .r_box span {
        margin-top: 20px;
        margin-bottom: 15px;
    }





    .nad_in_power_box h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 0 15px;
        min-height: 0;
    }

    .faq_section h3 {
        text-align: left;
    }

    #faqAccordion_section {
        margin-top: 0;
    }

    body .getStartedCta2 {
        background-color: #074080;
        border-radius: 30px;
        font-weight: 600 !important;
        font-size: 13px !important;
        display: inline-block;
        padding: 8px 25px !important;
    }

    #faqAccordion_section .box ul li {
        font-size: 14px;
    }

    #new_footer .logo-bottom {
        max-width: 100px;
    }

    .alpha_v6_footer {
        padding-top: 30px;
    }

    #new_copyrights {
        padding-bottom: 130px;
    }

    .logos_mid h3 {
        top: 0;
        position: relative;
        width: 100%;
        left: 0;
        text-align: center;
        margin-bottom: 0;
    }

    .logos_mid .slick-slide {
        margin: 0 15px;
    }

    .logos_mid .slick-slide img {
        height: 25px;
    }

    .logos_mid h3 {
        top: 1px;
    }

    .headh3_md {
        font-size: 37px;
    }

    .nad_in_power_box p {
        font-size: 16px;
    }


    .headh3_md_new {
        font-size: 44px !important;
        text-align: center;
    }



    .top_start {
        justify-content: center;
        font-size: 12px;
    }

    .top_start img {
        height: 12px;
    }

    .top_start p {
        margin-left: 7px;
    }

    /* .b_img {
        margin-top: 0;
    } */

    .top_white_header {
        padding-right: 7px;
        padding-left: 7px;
    }

    .logos_mid .col-md-11 {
        padding: 0;
    }

    .headh3_md,
    .headh3_md_mbtext {
        text-align: center !important;
    }

    .banner_sec .ban_left_bx p.para_ban {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .banner_sec .ban_left_bx p.para_ban {
        width: 100%;
    }

    .top_white_header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .banner_sec {
        padding-top: 12px;
    }

    .banner_sec .ban_left_bx p.para_ban {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .banner_sec .b_img {
        margin-top: 5px;
    }



    .banner_sec .ban_left_bx ul {
        margin: 5px auto 9px auto;
    }

    .banner_sec .ban_left_bx ul li {
        font-size: 14px;
        line-height: 28px;
        column-gap: 10px;
    }


    .ban_cta {
        width: auto !important;
    }

    .ban_cta abbr {
        font-size: 11.5px;
    }
}

@media screen and (max-width: 422px) {
    .banner_sec .ban_left_bx h1 {
        font-size: 26px;
    }

    .headh3 {
        font-size: 30px;
    }

    .banner_sec .ban_right_bx .r_bx .nas-bx span {
        font-size: 12px;
    }

    .health_sec .li {
        font-size: 16px;
    }

    .health_sec .li img {
        height: 28px;
    }

    .banner_sec .ban_left_bx h1 {
        font-size: 26px;
    }

    .headh3_md {
        font-size: 30px;
    }

    .nad_box h5 {
        font-size: 17px;
    }

    .alpha_v8_table_box {
        width: 300px;
    }

    .table_sections td {
        font-size: 10px;
    }

    .ban_cta abbr {
        margin-top: 4px;
    }
}

@media screen and (max-width: 390px) {
    .banner_sec .ban_left_bx p.para_ban {
        font-size: 14px;
        line-height: 20px;}
        .banner_sec .ban_left_bx ul li {
            font-size: 13px;
            line-height: 26px;}
            .banner_sec .ban_left_bx ul li img.img-fluid {
                width: 16px;
            }
            .banner_sec .ban_left_bx ul {
                margin: 5px auto 6px auto;
            }
}

/* */
.tophead {
    padding: 15px 80px 15px 30px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
}



.product-sub-title {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 27px;
    min-height: 87px;
    font-size: 19px;
}

.monthdiv span {
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    font-size: 23px;
}

.monthdiv span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.4);
}

.monthdiv .sub-text {
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
}

.monthdiv h3 {
    font-size: 36px;
    font-weight: 500;
}

@media screen and (max-width: 430px) {
    /* .b_img {
        margin-top: 25px;
    }
    .headh3 {
        margin-bottom: 30px;
    }
    .nad_box {
        padding: 30px 0;
    }
    .nad_box .headh3 {
        margin-bottom: 10px;
    }
    } */

    /* .ban_cta {
        width: 340px;
    } */

    .headh3 {
        margin-bottom: 30px;
    }

    .cta_btn_red_n {
        font-size: 11px !important;
        padding: 8px 10px !important;
    }
    .ban_cta {
        width: 350px;}
        /* .b_img {
            margin-top: 40px;
        } */
}


@media screen and (max-width: 400px) {
    .start_box {
        margin: 40px 27px 0 27px;
    }

    .monthdiv .sub-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 390px) {
    /* .banner_sec .b_img {
        margin-top: 10px !important;
    } */
}

.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;
}

.start_box {
    position: relative;
    overflow: unset;
}

.start_box .tophead {
    border-radius: 15px 15px 0 0;
    /* background: #01438a !important; */
    background: #000000 !important;
}

.guarantee_img {
    position: absolute;
    top: -30px;
    right: -28px;
    width: 113px;
}

@media screen and (max-width: 990px) {
    .guarantee_img {
        right: -13px;
    }
}

@media screen and (max-width: 767px) {
    .guarantee_img {
        right: -26px;
    }

    .product-sub-title {
        min-height: 0;
    }
}

@media screen and (max-width: 550px) {
    .guarantee_img {
        width: 103px;
        top: -22px;
        right: -20px;
    }
}
