<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #171717 !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

ul {
    padding: 0 !important;
}

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

.topred_header_single_icon {
    background: #171717 !important;
    padding: 5px 0;
}

.header .menu {
    background: #ffffff;
    padding: 20px 0;
}

.header a.navbarbrandnotfixed {
    width: 130px;
    display: inline-block;
    filter: invert(1);
}

.header a.navbarbrandnotfixed img {
    width: 100%;
    height: auto !important;
}

.header .topred_header_single_icos1 h2 {
    margin: 0;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
    margin-top: 7px;
}

.header .topred_header_single_icos1 h2 span {
    color: #ffe464;
    margin: 0 6px;
}

.header .topred_header_single_icos1 h2 .l-fire {
    margin-right: 15px;
    margin-left: 0px;
    width: 20px;
    height: auto;
}

.header .topred_header_single_icos1 h2 .r-fire {
    margin-right: 0;
    margin-left: 15px;
    width: 20px;
    height: auto;
}

div#order_sections {
    padding: 30px 0;
    color: #f6f6f6;
}

div#order_sections .pad-order {
    padding-left: 70px;
}

div#order_sections .pad-order h1 {
    color: #fff;
    font-size: 50px;
    font-family: "Fontspring-DEMO-P22Mackinac-Bold";
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: left;
}

div#order_sections .pad-order h1 span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

#order_sections .line_jd ul.lne_jhfh {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#order_sections .line_jd ul.lne_jhfh li:last-child {
    background: #ffffff;
    color: rgb(0, 0, 0);
    margin-left: 10px;
}

#order_sections .line_jd ul.lne_jhfh li {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 22px;
    font-family: "Satoshi-Regular";
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: left;
    /* background: #064f75; */
    background: #21a56e;
    padding: 8px 25px 10px 40px;
    position: relative;
    border-radius: 50px;
}

#order_sections .line_jd ul.lne_jhfh li:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    height: 13px;
    width: 13px;
    margin: auto;
    border-radius: 50%;
}

#order_sections .line_jd ul.lne_jhfh li:last-child:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    background-color: #064f75;
    height: 13px;
    width: 13px;
    margin: auto;
    border-radius: 50%;
}

#order_sections .tab_product {
    margin-bottom: 20px;
    border: 1px solid rgb(23, 23, 23);
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
}

#order_sections .product_box {
    display: flex;
    position: relative;
    padding: 17px 15px;
    cursor: pointer;
}

#order_sections .product_box label {
    margin-bottom: 0 !important;
    cursor: pointer;
}

#order_sections .product_box.active {
    background: #fffcee;
    padding: 16px 15px;
}

#order_sections .product_box .l_box h2.protexth2 {
    font-size: 24px;
    font-family: "Satoshi-Medium";
    color: rgb(23, 23, 23);
    text-align: left;
    line-height: 26px;
    margin: 0;
}

/* #order_sections .product_box .l_box h2.protexth2.protexth3{ margin-bottom: 15px;} */
#order_sections .product_box .l_box p {
    font-size: 20px;
    font-family: "Satoshi-Regular";
    color: rgb(23, 23, 23);
    text-align: left;
    line-height: 25px;
    margin: 0;
    margin-top: 13px;
    display: none;
}

#order_sections .product_box .l_box p.highlight {
    display: block;
}

#order_sections .product_box .r_box h3.protexth3 {
    font-size: 26px;
    font-family: "Satoshi-Medium";
    color: rgb(23, 23, 23);
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 0;
}

/* #order_sections .product_box.active .r_box h3.protexth3 {
    margin-bottom: 20px;
} */

#order_sections .product_box .r_box .sav-bx {
    background-color: rgb(254, 192, 33);
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: rgb(23, 23, 23);
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    display: none;
    padding: 2px 10px;
    width: 109px;
    margin: auto;
    transition: all 0.4s ease;
    border-radius: 50px;
}

#order_sections .product_box .r_box .sav-bx.highlight {
    display: block;
    /* transform: scale(1.05); */
    margin-top: 20px;
}

#order_sections .product_box span.most-pop {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(163, 26, 33);
    padding: 3px 18px;
    border-bottom-right-radius: 16px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 18px;
}

#order_sections .product_box.xtr-space {
    padding-top: 40px;
}

#order_sections input#pills-home-tab {
    position: relative !important;
    left: 0;
    margin-left: 0 !important;
}

#order_sections .form-check-input[type="radio"] {
    background: url(../../images/bpc_v1/check_mark.png) no-repeat;
    height: 30px;
    width: 30px;
    background-size: contain !important;
    border: 0;
    position: relative !important;
    margin: 0 !important;
    cursor: pointer;
}

#order_sections .form-check-input:checked[type="radio"] {
    background: url(../../images/bpc_v1/check_mark_tick.png) no-repeat;
    height: 30px;
    width: 30px;
    background-size: contain !important;
    border: 0;
    position: relative !important;
    margin: 0 !important;
}

#order_sections .icon_list {
    margin: 0;
    padding: 0;
}

#order_sections .icon_list li {
    font-size: 19px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    line-height: 25px;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-left: 45px;
    margin-bottom: 5px;
}

#order_sections .icon_list li:nth-of-type(1) {
    background: url(../../images/bpc_v1/ban_icn_1.png) no-repeat;
    background-size: 30px !important;
    background-position: left center !important;
    min-height: 45px;
    display: flex;
    align-items: center;
}

#order_sections .icon_list li:nth-of-type(2) {
    background: url(../../images/bpc_v1/ban_icn_2.png) no-repeat;
    background-size: 30px !important;
    background-position: left center !important;
    min-height: 45px;
    display: flex;
    align-items: center;
}

#order_sections .icon_list li:nth-of-type(3) {
    background: url(../../images/bpc_v1/ban_icn_3.png) no-repeat;
    background-size: 30px !important;
    background-position: left center !important;
    min-height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    
}

#order_sections h4 {
    font-size: 28.495px;
    font-family: "Inter", sans-serif;
    color: rgb(246, 246, 246);
    line-height: 0.965;
    text-align: left;
    margin: 25px 0;
}

#order_sections .tab_product .product_box .l_box {
    margin-left: 17px;
}

#order_sections .pad-order p {
    font-size: 23.746px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    line-height: 1.2;
    text-align: center;
    margin: 25px 0;
}

#order_sections .pad-order .pro-button {
    background-color: #c31f11;
    border-radius: 20px;
    font-size: 29px;
    font-family: "Satoshi-Medium";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    display: block;
    padding: 20px 0;
    text-decoration: none;
    transition: all 600ms ease-in-out;
    margin-bottom: 25px;
}

#order_sections .pad-order .pro-button:hover {
    background: #fff;
    color: #c31f11;
}

#order_sections .pad-order ul {
    margin: 0;
    padding: 0;
}

#order_sections .pad-order ul.ship-det li {
    font-size: 23px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    line-height: 27px;
    text-align: left;
    padding-left: 54px;
    margin-bottom: 20px;
}

#order_sections .pad-order ul.ship-det li:nth-of-type(1) {
    background: url(../../images/bpc_v1/cta_icon_1.png) no-repeat;
    background-size: contain !important;
    background-position: left 6px center !important;
}

#order_sections .pad-order ul.ship-det li:nth-of-type(2) {
    background: url(../../images/bpc_v1/cta_icon_2.png) no-repeat;
    background-size: contain !important;
    background-position: left center !important;
}

#order_sections .pad-order ul.ship-det li:nth-of-type(3) {
    background: url(../../images/bpc_v1/cta_icon_3.png) no-repeat;
    background-size: contain !important;
    background-position: left 6px center !important;
    margin-bottom: 0px;
}

#order_sections .pad-order .accor-box {
    font-size: 0;
    margin-top: 45px;
}

#order_sections #myAccordion button.accordion-button {
    background: transparent !important;
    border: none !important;
    font-size: 24px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    font-weight: bold;
    line-height: 1.413;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    box-shadow: none !important;
    padding-right: 0;
}

#order_sections #myAccordion .accordion-item {
    background: transparent;
    border: none !important;
}

#order_sections #myAccordion .accordion-item {
    border-bottom: 1px solid rgb(246, 246, 246) !important;
    border-radius: 0;
    margin-bottom: 20px;
}

#order_sections #myAccordion .accordion-body {
    padding: 0;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    line-height: 23px;
    text-align: left;
}
#order_sections #myAccordion .accordion-body h3 {
    font-size: 23px;
    color: rgb(238 231 231);
    font-weight: bold;
    line-height: 1.413;
    text-align: left;
    font-family: "Inter", sans-serif;
}
#order_sections  #myAccordion .accordion-body p {
    font-size: 18.746px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    line-height: 1.2;
    text-align: left;
    margin: 10px 0;
}
.banner_bot {
    background: url(../../images/bpc_v1/ban_bt_bg.png) no-repeat;
    /* background-size: cover; */
    background-size: auto 100%;
    background-position: center;
    padding: 250px 0;
    background-color: #080808;
}

.banner_bot h3 {
    font-size: 50px;
    font-family: "Fontspring-DEMO-P22Mackinac-Medium";
    color: rgb(255, 255, 255);
    line-height: 55px;
    text-align: left;
    margin-bottom: 15px;
}

.banner_bot p {
    font-size: 26px;
    font-family: "Satoshi-Regular";
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: left;
}

.banner_bot .ban-box-bt {
    padding-left: 13%;
}

.result_sec {
    padding: 70px 0 50px 0;
    color: #fff;
}

.result_sec h2 {
    font-size: 50px;
    font-family: "Fontspring-DEMO-P22Mackinac-Medium";
    color: rgb(255, 255, 255);
    line-height: 55px;
    text-align: left;
    margin-bottom: 15px;
}
.result_sec p{    font-size: 26px;
    font-family: "Satoshi-Regular";
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: left;}



.result_sec .res_box {
    padding-left: 70px;
}

.result_sec .res_box h2 {
    font-size: 50px;
    font-family: "Fontspring-DEMO-P22Mackinac-Medium";
    color: rgb(246, 246, 246);
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

.result_sec .res_box p {
    font-size: 22.2px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    line-height: 1.25;
    text-align: left;
    margin-bottom: 28px;
}

.result_sec .res_box p:last-child {
    margin-bottom: 0;
}

.simple_bx {
    padding: 30px 0 0 0;
}

.simple_bx h2 {
    font-size: 50px;
    font-family: "Fontspring-DEMO-P22Mackinac-Medium";
    color: rgb(255, 255, 255);
    line-height: 55px;
    text-align: left;
    margin-bottom: 15px;
}
.menunone {
    display: block !important;
    padding: 10px 0 !important;
}
.simple_bx p {
    font-size: 26px;
    font-family: "Satoshi-Regular";
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: left;
    margin-bottom: 60px;
    margin-top: 20px;
}

.simple_bx .ul_sec {
    margin-bottom: 80px;
}

.simple_bx .ul_sec ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.simple_bx .ul_sec ul li {
    display: flex;
    align-items: center;
    width: 13%;
    color: #fff;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.simple_bx .ul_sec ul li img {
    margin-bottom: 30px;
}

.simple_bx .ul_sec ul li h6 {
    font-size: 20px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.simple_bx .testimonial-slider {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.simple_bx .testimonial-card {
    background: #3d3e3e;
    padding: 50px 25px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.simple_bx .header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.simple_bx .icon {
    height: auto;
    width: 180px !important;
    margin: auto;
    margin-bottom: 70px;
}

.simple_bx img.icon-star {
    width: 135px !important;
    margin: auto;
    margin-top: 80px;
}

.simple_bx .verified {
    color: #2ecc71;
    font-weight: bold;
}

.simple_bx .quote {
    font-size: 24px;
    font-family: "Fontspring-DEMO-P22Mackinac-Medium";
    color: rgb(246, 246, 246);
    line-height: 1.538;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0px;
    min-height: 182px;
}

.simple_bx .stars {
    color: #2ecc71;
    font-size: 22px;
    margin-bottom: 10px;
}

.simple_bx .testimonial-card .author {
    margin: 0;
    margin-top: 20px;
    font-size: 18px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    line-height: 22px;
    text-align: center;
}

.faq_section2 {
    padding: 80px 0 50px 0;
}

.faq_section2 h2 {
    font-size: 50px;
    font-family: "Fontspring-DEMO-P22Mackinac-Medium";
    color: rgb(246, 246, 246);
    line-height: 55px;
    text-align: left;
    margin-bottom: 25px;
    
}

.faq_section2 h2 span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.faq_section2 h6 {
    font-size: 24px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    line-height: 1.25;
    text-align: left;
}

.faq_section2 div#faqAccordion_section {
    padding-left: 40px;
}

.faq_section2 #faqAccordion_section .card-body,
.faq_section2 #faqAccordion_section .card-header {
    padding-left: 25px;
    padding-right: 55px;
    padding-top: 0;
    background: transparent !important;
    /* margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 50px; */
    /* border-top: 1px solid #666666; */
}

.faq_section2 #faqAcc_section .box,
.faq_section2 #faqAccordion_section .box {
    padding: 20px 0;
    margin-bottom: 20px;
    background: #3d3e3e;
    border: 0;
    border-radius: 15px;
}

.faq_section2 #faqAccordion_section h5 {
    font-size: 22px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    font-weight: bold;
    line-height: 1.364;
    text-align: left;
}

.faq_section2 #faqAccordion_section .card-body p {
    font-size: 20px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    font-weight: bold;
    line-height: 1.364;
    text-align: left;
    /* margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 50px;
    border-top: 1px solid #666666; */
}
#faqAccordion_section .collapse.show {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #666666;
}
.faq_section2 #faqAccordion_section .card-body ul li {     font-size: 20px;
    font-family: "Satoshi-Regular";
    color: rgb(246, 246, 246);
    font-weight: bold;
    line-height: 1.364;
    text-align: left;
    margin-bottom: 10px;
    list-style: circle;}
    .faq_section2 #faqAccordion_section .card-body ul {    padding-left: 30px !important;}
.faq_section2 .getStartedCta2 {
    background: #064e75;
    border-radius: 50px;
    font-size: 21px;
    font-family: "Satoshi-Regular";
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-transform: capitalize;
    border: 0 !important;
    padding: 10px 38px;
}

.faq_section2 .getStartedCta2:hover {
    background: #fff !important;
    color: #064e75;
    border: 0 !important;
}

.faq_section2 .getStartedCta2:focus:before,
.faq_section2 .getStartedCta2:hover:before {
    display: none;
}

#faqAcc_section .card-header[aria-expanded="true"]:before,
#faqAccordion_section .card-header[aria-expanded="true"]:before {
    background: url(../../images/bpc_v1/accordion_minus.png) no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 0;
    height: 20px;
    width: 20px;
}

#faqAcc_section .card-header:before,
#faqAccordion_section .card-header:before {
    background: url(../../images/bpc_v1/accordion_plus.png) no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 0;
    height: 20px;
    width: 20px;
}

#new_copyrights {
    padding-bottom: 30px;
    background: #000 !important;
    border-top: 1px solid #fff;
    text-align: center;
}

#new_footer .desktop_links_v6 {
    justify-content: left;
}

#new_footer .desktop_links_v6 li {
    margin-left: 0;
    margin-right: 15px;
}

.alpha_v6_footer {
    background: #000000 !important;
    padding-top: 50px;
}

.alpha_v6_footer h5::before {
    display: none;
}

#new_copyrights {
    background: #000;
    border-top: 1px solid #fff;
    padding-bottom: 50px;
}

#new_copyrights .copyright_links li a {
    color: #fff;
    font-size: 14px;
}

#new_copyrights .copyright_links li span {
    padding: 0 5px;
}

#new_copyrights p {
    font-size: 14px;
    color: #fff;
}

#new_footer .contacts li a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

#new_copyrights .copyright_links li a,
#new_copyrights p {
    color: #c6c6c6;
    font-size: 13px;
}

#new_copyrights {
    background: #222;
}

#new_copyrights .copyright_links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#new_copyrights .copyright_links li span {
    color: #ffffff;
    padding: 0 5px;
}

#new_copyrights .copyright_links li a {
    color: #ffffff;
    font-size: 13px;
}

#new_copyrights .copyright_links .stats_av {
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

#new_copyrights p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 13px;
    text-align: left;
}

input#checkCall {
    padding-left: 50px;
}
.reference_sec {
    padding: 0 0 60px 0;
}

.references-note {
    margin: 0 auto 0px;
}

.references-note h2 {
    border: 1px solid #b1b1b1;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    margin: 0;
    font-family: 'Avenir LT Std';
    font-weight: 400;
    font-size: 16px;
    color: #b1b1b1;
    line-height: 1.5;
}

/* reference_sec_end */
@media screen and (max-width: 1399px) {
    #order_sections .line_jd ul.lne_jhfh li {
        font-size: 20px;
    }

    #order_sections .product_box .l_box h2.protexth2 {
        font-size: 23px;
        line-height: 25px;
    }

    #order_sections .product_box .l_box p {
        font-size: 17px;
    }

    #order_sections .product_box .r_box h3.protexth3 {
        font-size: 23px;
    }

    #order_sections .product_box.active .r_box h3.protexth3 {
        margin-bottom: 0;
    }

    #order_sections .product_box .r_box .sav-bx {
        font-size: 14px;
        width: 100px;
        padding: 2px 9px;
    }

    #order_sections .pad-order p {
        font-size: 18.746px;
    }

    #order_sections .pad-order .pro-button {
        font-size: 23px;
        padding: 18px 0;
    }

    #order_sections .pad-order ul.ship-det li {
        font-size: 21px;
    }
}

@media screen and (max-width: 1399px) {
    .simple_bx .quote {
        font-size: 24px;
        font-family: "Fontspring-DEMO-P22Mackinac-Medium";
        color: rgb(246, 246, 246);
        line-height: 1.538;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0px;
        min-height: 223px;
    }
}

@media screen and (max-width: 1199px) {
    div#order_sections .pad-order h1 {
        font-size: 42px;
        line-height: 45px;
    }

    div#order_sections .pad-order {
        padding-left: 35px;
    }

    #order_sections .line_jd ul.lne_jhfh li {
        font-size: 16px;
    }

    #order_sections .pad-order ul.ship-det li {
        font-size: 19px;
        padding-left: 45px;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(1) {
        background-size: contain !important;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(2) {
        background-size: contain !important;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(3) {
        background-size: contain !important;
    }

    .banner_bot {
        padding: 70px 0;
        background-position: top center;
        background-size: contain;
    }

    .banner_bot h3,
    .result_sec .res_box h2,
    .simple_bx h2,
    .faq_section2 h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .banner_bot p {
        font-size: 20px;
        margin-bottom: 0;
    }

    .banner_bot .ban-box-bt {
        padding-left: 84px;
    }

    .result_sec .res_box {
        padding-left: 40px;
    }

    .result_sec .res_box p,
    .faq_section2 h6 {
        font-size: 18px;
    }

    .simple_bx p {
        font-size: 20px;
    }

    .simple_bx .testimonial-card {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 991px) {
    div#order_sections .pad-order {
        padding-left: 25px;
    }

    div#order_sections .pad-order h1 {
        font-size: 34px;
        line-height: 40px;
    }

    #order_sections .line_jd ul.lne_jhfh li {
        font-size: 13px;
        padding: 7px 15px 7px 33px;
    }

    #order_sections .line_jd ul.lne_jhfh li:after {
        left: 10px !important;
        height: 10px !important;
        width: 10px !important;
    }

    #order_sections .icon_list li {
        font-size: 14px;
        line-height: 18px;
        padding-left: 45px;
        margin-bottom: 15px;
    }

    /* #order_sections .icon_list li:nth-of-type(1),
    #order_sections .icon_list li:nth-of-type(2),
    #order_sections .icon_list li:nth-of-type(3) {
        background-size: 30px !important;
    } */

    #order_sections h4 {
        font-size: 16.495px;
        line-height: 20px;
        margin: 20px 0;
    }

    h2.protexth2 {
        font-size: 18px;
        line-height: 21px;
    }

    #order_sections .product_box.active .r_box h3.protexth3 {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
    }

    #order_sections .product_box .r_box h3.protexth3 {
        font-size: 14px;
        line-height: 20px;
    }

    #order_sections .product_box .l_box p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }

    #order_sections .product_box .l_box p br {
        display: none;
    }

    #order_sections .product_box .l_box h2.protexth2 {
        font-size: 15px;
        line-height: 20px;
    }

    #order_sections .product_box .r_box .sav-bx {
        font-size: 10px;
        width: 64px;
        padding: 1px 3px;
        line-height: 13px;
    }

    #order_sections .tab_product .product_box .l_box {
        margin-left: 10px;
    }

    #order_sections .form-check-input:checked[type="radio"],
    #order_sections .form-check-input[type="radio"] {
        height: 20px;
        width: 20px;
    }

    #order_sections .product_box span.most-pop {
        padding: 2px 15px;
        font-size: 10px;
        line-height: 14px;
    }

    #order_sections .product_box.active,
    #order_sections .product_box {
        padding: 11px 9px;
    }

    #order_sections .product_box.xtr-space {
        padding-top: 28px;
    }

    #order_sections .tab_product {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    #order_sections .pad-order p {
        font-size: 12.746px;
        margin: 15px 0;
    }

    #order_sections .pad-order p br {
        display: none;
    }

    #order_sections .pad-order ul.ship-det li {
        font-size: 14px;
        padding-left: 37px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(1) {
        background-size: contain !important;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(2) {
        background-size: contain !important;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(3) {
        background-size: contain !important;
    }

    #order_sections .pad-order h6 {
        font-size: 18px;
        padding-top: 30px;
        margin-bottom: 12px;
        padding-bottom: 20px;
    }

    #order_sections #myAccordion button.accordion-button {
        font-size: 18px;
    }

    #order_sections #myAccordion button.accordion-button {
        padding-bottom: 12px;
    }

    #order_sections #myAccordion .accordion-item {
        margin-bottom: 12px;
    }

    /* #order_sections #myAccordion .accordion-button::after {
        display: none;
    } */

    .banner_bot h3,
    .result_sec .res_box h2,
    .simple_bx h2,
    .faq_section2 h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .banner_bot .ban-box-bt {
        padding-left: 60px;
    }

    .banner_bot p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .banner_bot {
        padding: 40px 0;
    }

    .result_sec .res_box p,
    .faq_section2 h6 {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .result_sec {
        padding: 45px 0 0 0;
    }

    .simple_bx p {
        font-size: 15px;
        margin-bottom: 35px;
        margin-top: 15px;
    }

    .simple_bx .ul_sec ul li h6 {
        font-size: 14px;
    }

    .simple_bx .ul_sec ul li img {
        margin-bottom: 10px;
    }

    .simple_bx .ul_sec {
        margin-bottom: 30px;
    }

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

    .faq_section2 #faqAccordion_section .card-body p {
        font-size: 15px;
        margin-top: 17px;
        margin-bottom: 20px;
    }

    .faq_section2 .getStartedCta2 {
        font-size: 14px;
        padding: 8px 27px;
    }

    .faq_section2 #faqAccordion_section .card-body,
    .faq_section2 #faqAccordion_section .card-header {
        padding-left: 18px;
        padding-right: 45px;
    }

    .simple_bx .quote {
        font-size: 16px;
        line-height: 25px;
    }

    .simple_bx img.icon-star {
        width: 75px !important;
        margin-top: 35px;
    }

    .simple_bx .testimonial-card .author {
        margin-top: 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .simple_bx .icon {
        width: 120px !important;
        margin-bottom: 35px;
    }

    .simple_bx .testimonial-card {
        padding: 30px 12px;
    }

    .header .topred_header_single_icos1 h2 {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .header .topred_header_single_icos1 h2 .l-fire {
        margin-right: 10px;
        width: 15px;
    }

    .header .topred_header_single_icos1 h2 .r-fire {
        margin-left: 10px;
        width: 15px;
    }

    #order_sections .pad-order .pro-button {
        font-size: 19px;
        padding: 14px 0;
        border-radius: 10px;
    }

    .result_sec .res_box {
        padding-left: 20px;
    }

    .faq_section2 h2 {
        margin-bottom: 15px;
    }
}

.for_desk {
    display: block;
}

.for_mob {
    display: none;
}
#myAccordion .accordion-button::after {
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .for_desk {
        display: none;
    }

    .for_mob {
        display: block;
    }
    #myAccordion .accordion-button::after {
        color: #fff !important;
        filter: invert(1);
        opacity: 1;
    }
    /* .header .topred_header_single_icos1 h2 {
          font-size: 23px !important;
          line-height: 32px !important;
          
          margin: 0;
      } */
    .topred_header_single_icon {
        padding: 13px 0;
    }

    /* .header .topred_header_single_icos1 h2 .l-fire {
          width: 27px;
      }
      .header .topred_header_single_icos1 h2 .r-fire {
          width: 27px;
      } */
    .header .topred_header_single_icos1 h2 {
        font-size: 13px !important;
        line-height: 18px !important;
        display: inline-block;
        margin: 0;
    }

    .header .topred_header_single_icos1 h2 .l-fire {
        width: 16px;
        margin-right: 6px;
        margin-top: -7px;
    }

    .header .topred_header_single_icos1 h2 .r-fire {
        width: 16px;
        margin-left: 6px;
        margin-top: -7px;
    }

    .header .topred_header_single_icos1 h2 span {
        margin: 0;
    }

    div#order_sections {
        padding: 0 0;
    }

    div#order_sections .pad-order {
        padding-left: 0;
        padding-top: 20px;
    }

    div#order_sections .pad-order h1 {
        font-size: 42px;
        line-height: 50px;
    }

    #order_sections .line_jd ul.lne_jhfh li {
        font-size: 17px;
        line-height: 24px;
        padding: 7px 17px 7px 33px;
    }

    #order_sections .line_jd ul.lne_jhfh li:after {
        left: 12px !important;
        height: 12px !important;
        width: 12px !important;
    }

    #order_sections .icon_list li {
        font-size: 24px;
        line-height: 30px;
        padding-left: 50px;
        margin-bottom: 15px;
    }

    /* #order_sections .icon_list li:nth-of-type(1),
    #order_sections .icon_list li:nth-of-type(2),
    #order_sections .icon_list li:nth-of-type(3) {
        background-size: 40px !important;
    } */
    #order_sections .icon_list li:nth-of-type(1),
    #order_sections .icon_list li:nth-of-type(2),
    #order_sections .icon_list li:nth-of-type(3) {
        min-height: 45px;
    }
    #order_sections h4 {
        font-size: 26.495px;
        line-height: 30px;
        margin: 25px 0;
    }

    #order_sections .product_box .l_box h2.protexth2 {
        font-size: 22px;
        line-height: 26px;
    }

    #order_sections .product_box .l_box p {
        font-size: 19px;
        line-height: 25px;
        margin-top: 11px;
    }

    #order_sections .product_box .l_box p br {
        display: block;
    }

    #order_sections .form-check-input:checked[type="radio"],
    #order_sections .form-check-input[type="radio"] {
        height: 28px;
        width: 28px;
    }

    #order_sections .product_box span.most-pop {
        padding: 4px 20px;
        font-size: 13px;
        line-height: 17px;
    }

    #order_sections .product_box.active,
    #order_sections .product_box {
        padding: 16px 9px;
    }

    #order_sections .product_box.xtr-space {
        padding-top: 35px;
    }

    #order_sections .product_box.active .r_box h3.protexth3 {
        margin-bottom: 0;
        font-size: 23px;
        line-height: 20px;
    }

    #order_sections .product_box .r_box .sav-bx {
        font-size: 17px;
        width: 105px;
        padding: 3px 0;
        line-height: 17px;
        margin-top: 10px !important;
    }
    #order_sections #myAccordion .accordion-body h3 {
        font-size: 19px;}
        .result_sec h2, .simple_bx h2, .simple_bx h2.cus_h2, .faq_section2 h2{
            font-size: 40px; line-height: 1.2;}
            .banner_bot h3 {
                font-size: 29px;
                line-height: 1.2;
            }
            /* .result_sec p {
                font-size: 20px;} */
                .topred_header_single_icon {
                    padding: 10px 7px;
                }
    #order_sections .product_box .r_box h3.protexth3 {
        font-size: 23px;
        line-height: 20px;
    }

    #order_sections .pad-order p {
        font-size: 20.746px;
        margin: 20px 0;
    }

    #order_sections .pad-order p br {
        display: block;
    }

    #order_sections .pad-order .pro-button {
        font-size: 21px;
        padding: 16px 0;
        border-radius: 14px;
        background-color: #c31f11;
    }

    #order_sections .pad-order ul.ship-det li {
        font-size: 15.746px;
        padding-left: 42px;
        line-height: 20px;
    }

    /* #order_sections .pad-order ul.ship-det li:nth-of-type(1) {
        background-size: contain !important;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(2) {
        background-size: contain !important;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(3) {
        background-size: contain !important;
    } */

    #order_sections .pad-order h6 {
        font-size: 22px;
        padding-top: 55px;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    #order_sections #myAccordion button.accordion-button {
        font-size: 27px;
    }

    #order_sections #myAccordion button.accordion-button {
        padding-bottom: 15px;
        font-size: 22px;
    }
 /* #myAccordion .accordion-button::after{ display: block;} */
    .banner_bot {
        background-position: center;
        background-color: #171717;
        padding: 40px 0;
        margin-top: 30px;
        background-size: cover;
    }

    .banner_bot .ban-box-bt {
        padding-left: 0;
        width: 50%;
        float: right;
    }

    .result_sec {
        padding: 30px 0 0 0;
    }

    .result_sec .res_box h2 {
        font-size: 38px;
        line-height: 42px;
        margin-top: 13px;
    }

    .result_sec .res_box {
        padding-left: 13px;
        padding-right: 13px;
    }

    .result_sec .res_box p,
    .faq_section2 h6 {
        font-size: 23px;
        margin-bottom: 26px;
    }

    /* .simple_bx h2 {
        font-size: 38px;
        line-height: 42px;
    } */

    .banner_bot p, .result_sec p, .res_box p, .faq_section2 h6, .simple_bx p {
        font-size: 23px !important;
        margin-bottom: 26px;
    }

    #icon_slide.owl-carousel ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    #icon_slide.owl-carousel li {
        display: flex;
        align-items: center;
        transition: transform 0.3s ease;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }

    #icon_slide.owl-carousel li h6 {
        font-size: 20px;
        font-family: "Satoshi-Regular";
        color: rgb(246, 246, 246);
        line-height: 1.5;
        margin: 0;
        text-align: center;
    }

    #icon_slide.owl-carousel li img {
        width: 84%;
    }

    #icon_slide.owl-carousel li h6 {
        margin-top: 20px;
    }

    .simple_bx h2.cus_h2,
    .faq_section2 h2 {
        font-size: 38px;
        line-height: 42px;
        margin-top: 42px;
    }

    .simple_bx .quote {
        font-size: 22px;
        line-height: 36px;
    }

    .testimonial-slider.owl-carousel.owl-loaded.owl-drag {
        padding-top: 40px;
    }

    .faq_section2 {
        padding: 25px 0;
    }

    .faq_section2 div#faqAccordion_section {
        padding-left: 0;
        margin-top: 20px;
    }

    .faq_section2 #faqAccordion_section h5 {
        font-size: 22px;
    }

    .faq_section2 #faqAccordion_section .card-body p {
        font-size: 18px;
        margin-top: 17px;
    }

    body .getStartedCta2 {
        display: inline-block;
    }

    .faq_section2 .getStartedCta2 {
        font-size: 18px;
        padding: 11px 33px;
    }
    /* #myAccordion .accordion-button::after{ display: block;} */
}

@media screen and (max-width: 600px) {
    .banner_bot .ban-box-bt {
        padding-left: 0;
        width: 100%;
        float: none;
    }

    .banner_bot {
        background: url(../../images/bpc_v1/ban_bt_bg_mb.png) no-repeat;
        background-size: cover;
        background-position: left bottom;
        height: 920px;
        background-color: #171717;
        padding-top: 0;
        margin-top: 30px;
    }

    .banner_bot .ban-box-bt {
        padding-left: 0;
    }

    /* .banner_bot h3,
    .result_sec .res_box h2,
    .simple_bx h2,
    .faq_section2 h2 {
        font-size: 40px;
        line-height: 46px;
    } */

    .banner_bot p {
        font-size: 20px;
        margin-bottom: 0;
    }
}

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

    #order_sections .container .row .col-md-6:nth-child(1) {
        padding: 0;
    }

    div#order_sections .pad-order h1 {
        font-size: 36px;
        line-height: 40px;
    }

    #order_sections .line_jd ul.lne_jhfh li {
        font-size: 15px;
        line-height: 20px;
        padding: 7px 17px 7px 33px;
    }

    #order_sections .icon_list li {
        font-size: 17px;
        line-height: 22px;
    }

    #order_sections .product_box .l_box h2.protexth2 {
        font-size: 18px;
        line-height: 20px;
    }

    #order_sections .product_box.active .r_box h3.protexth3,
    #order_sections .product_box .r_box h3.protexth3 {
        font-size: 18px;
        line-height: 20px;
    }

    #order_sections .product_box .l_box p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 11px;
        width: 185px;
    }

    #order_sections .product_box .l_box p br,
    #order_sections .pad-order p br {
        display: none;
    }

    #order_sections .form-check-input:checked[type="radio"],
    #order_sections .form-check-input[type="radio"] {
        height: 20px;
        width: 20px;
    }

    /* #order_sections .pad-order ul.ship-det li:nth-of-type(1) {
        background-size: 27px !important;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(2) {
        background-size: 35px !important;
    }

    #order_sections .pad-order ul.ship-det li:nth-of-type(3) {
        background-size: 27px !important;
    } */

    /* .banner_bot h3,
    .result_sec .res_box h2,
    .simple_bx h2,
    .faq_section2 h2 {
        font-size: 30px;
        line-height: 38px;
    } */

    .banner_bot p {
        font-size: 20px !important;
    }
    .banner_bot p, .result_sec p, .res_box p, .faq_section2 h6, .simple_bx p {
        font-size: 18px !important;
        line-height: 1.5;
    }

    #icon_slide.owl-carousel li h6 {
        font-size: 17px;
        margin-top: 13px;
        line-height: 23px;
    }

    /* .simple_bx h2.cus_h2 {
        font-size: 33px;
        line-height: 40px;
    } */

    .testimonial-slider.owl-carousel.owl-loaded.owl-drag {
        padding-top: 0;
    }

    .faq_section2 h2 {
        margin-top: 0px;
    }

    .simple_bx .quote {
        font-size: 18px;
        line-height: 30px;
    }

    /* .simple_bx h2.cus_h2,
    .faq_section2 h2 {
        margin-top: 15px;
    } */

    .result_sec .container .row .col-md-6:nth-child(1) {
        padding: 0;
    }
}</pre></body></html>