@import url('https://fonts.googleapis.com/css2?family=Pacifico&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');
/* font-family: "Manrope", serif; */




:root {
    /* --bodyfont: 'IBM Plex Sans', sans-serif;
    --bodyfont2: 'Raleway', sans-serif;
    --headingfont: 'Poppins', sans-serif; */
    --bodyfont: "DM Sans", sans-serif;
    --bluecolor:#230359;
    --lightbluecolor: #A0A8F2;
    --text-color-primary: #F5F6F6;
    --text-color-dark: #192E26;
   
}

section {
    padding: 70px 0;
}


/*==========================Common=============================*/
html,body{
    margin:0;
    padding:0;
    font-family: var(--bodyfont);
    max-width: 100%;
    overflow-x: unset;

  
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.clear {
    clear: both;
}
.clear:after {
    content: '';
    clear: both;
    position: relative;
    width: 100%;
    display: table;
}
body {
    background: #f5f5fb;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--deep-green-color);
    font-family: var(--bodyfont);

}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a{transition: all 0.3s ease-in-out;
    display: inline-block;
}
img{
    max-width: 100%;
}
a:hover{
    color:#2C3087;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    
}

section {
    padding:94px 0;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    
}
input:focus,
select:focus,
textarea:focus{
    outline: none;
}




/* header css */

.top_hdr {
    background: rgb(110, 103, 253);
    background: linear-gradient(90deg, rgba(110, 103, 253, 1) 0%, rgba(66, 61, 151, 1) 100%);
    text-align: center;
    padding: 10px 0px;
    border-radius: 0px 0px 30px 30px;
}
.top_hdr p{
    color:#fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}
.top_hdr p img{
    margin-right: 6px;
}

.logo {
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    top: 0;
    text-align: center;
    z-index: 9;
}






  .has-submenu {
    position: relative;
}

.has-submenu>a {
    padding-right: 15px;
    position: relative;
}

.has-submenu>a:after {
    content: '\f2f9';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    color: #03629E;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.has-submenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 70px);
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 250px;
    padding-top: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

.has-submenu:hover>.sub-menu {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: all;
}

.has-submenu .sub-menu>li {
    height: auto;
    line-height: 20px;
}

.has-submenu .sub-menu>li>a {
    padding: 9px 15px;
    display: block;
    font-size: 14px;
    color: #000;
    transition: all 0.5s ease-in-out;
    background: #f7f7f7;
}

.has-submenu .sub-menu>li>a {
    background: #0055a5;
    color: #fff;
}

.has-submenu:hover>a:after {
    color: #0055a5;
}

.has-submenu .sub-menu>li>a:hover {
    color: #fff;
    background: #00B7C2 !important;
}

.has-submenu .has-submenu-sub {
    position: relative;
}

.has-submenu .has-submenu-sub>a {
    position: relative;
}

.has-submenu .has-submenu-sub>a:after {
    content: '\f2f6';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    color: #000;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.has-submenu .sub-menu>li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.has-submenu .has-submenu-sub:hover>a {
    background: #0055a5;
    color: #fff;
}

.has-submenu .has-submenu-sub:hover>a:after {
    color: #fff;
}

.has-submenu .has-submenu-sub .sub-menu {
    left: 100%;
    transform: translate(0, 70px);
    transition: all 0.5s ease-in-out;
    top: 0;
    width: 250px;
}

.has-submenu .has-submenu-sub:hover .sub-menu {
    left: 100%;
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
}
  



/* .header-bottom {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
} */
.cmenu {
    padding: 0px 25px;
    height: auto;
    font-size: 0.875rem;
    position: relative;
    font-weight: normal;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 31px;
    margin-top: 18px;
   
}



.cmenu ul li ul {
    margin: 0px 0 0;
    padding: 0;
    position: absolute;
    z-index: 99999;
    background: #fff;
    box-shadow: 1px 1px 3px 0px #0000004a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    left: 0;
    width: 100%;
    top: 78px;
    transform: translateY(-70px);
}
.cmenu ul li ul.dropdown_products {
    
    z-index: -1;
    
}
header.site-header {
    position: absolute;
    z-index: 9;
   
    width: 100%;
    top:0;
    left: 0;
   
}


.pt-114 {
    padding-top: 114px;
}
.cmenu ul li.main_menu_item {
    margin-right: 30px;
}
.cmenu ul>li {
    list-style: none;
    display: inline-block;
}

.cmenu .mainmenu ul li a {
    color: var(--text-color-dark);
    position: relative;
    padding: 25px 0;
    display: block;
    font-size: 18px;
  width:100%;
    font-weight: 500;
    border-radius: 0px;
    text-transform: capitalize;
}
.cmenu .mainmenu>ul>li>a {
    padding: 17px 0px;
}
.cmenu .mainmenu ul li ul li{
    width:100%;
}
.cmenu .mainmenu ul li ul li a{
    border-bottom: 1px solid #99A29E;
}
.cmenu .mainmenu ul li ul li:last-child a{
    border-bottom: 0px;
}
.crticon {
    background: var(--theme-color);
    padding: 7px 10.5px;
    border-radius: 100vmax;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #fff !important;
}

.logo img {
    
    height: 100%;
    transition: all 0.5s ease-out;
}

.cmenu ul li.main_menu_item > ul {
    width: 413px;
    padding: 0px 25px 0px 25px;
}
   .cmenu ul li.main_menu_item:hover > ul {
       z-index: 999;
       justify-content: center;
   }
   
   .cmenu ul li.main_menu_item:hover > ul {
       margin: 0px 0 0;
       opacity: 1;
       visibility: visible;
       line-height: 25px;
       -webkit-transition: all 0.5s ease-out;
       
       transform: translateY(0px);
       
   }
   .cmenu li.dropdownmenu.main_menu_item.current-menu-item>a {
    font-weight: 700;
}
.mainmenu>ul>li:first-child{
    display: none;
}

.rmenubar{
    display: none;
}
.cmenu ul>li i{
    color:#fff;
}
.cmenu ul li a:hover{
    color:#000;
}
.cmenu ul li.main_menu_item:hover i{
    transform: rotate(180deg);
}
.login_area{
    text-align: right;
}
.login_area ul li:not(:last-child){
  margin-right: 30px;
}
.login_area ul li a{
    font-size: 18px;
    line-height: 20px;
    color:var(--text-color-dark);
    font-weight: 500;
}
.login_area ul li a i{
  color:var(--text-color-dark);
  font-size: 20px;
}
.cart_icon span{
 width:17px;
 height: 17px;
 border-radius: 50%;
 display: inline-block;
 background: var(--greencolor);
 color:#fff;
 font-size: 12px;
 font-weight: 600;
 text-align: center;
    line-height: 17px;
    position: absolute;
    top:0;
    top: -4px;
    right: -15px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
}
li.cart_icon {
    position: relative;
}

.top_hdr p span{
    display: inline-block;
    background: #fff;
    padding: 10px;
    color: #000;
    border-radius: 43px;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
}

a.call_btn {
    display: inline-block;
    background: var(--bluecolor);
    padding: 6px 10px 6px 3px;
    border-radius: 34px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
a.call_btn:hover{
    background: #000;
}
a.call_btn img {
    margin-right: 12px;
}
.mainmenu {
    margin-left: auto;
    margin-right: 21px;
}

.checkout_header{
    padding:15px 0px 0;
}
.checkout_txt h3{
    font-size: 48px;
    line-height: 55px;
    font-weight: 500;
}

.question{
    display: flex;
    align-items: center;
}
.question {
    background: #e3e2f8;
    width: auto;
    display: inline-block;
    border-radius: 12px;
    padding: 5px 10px;
    color: #7C78F4;
    font-size: 16px;
}
.question  a{
    color: #7C78F4;
}
.text-right{
    text-align: right;
}
.shiping_box ul{
    border-radius: 12px;
    background-image: linear-gradient(#BA9ADC, #7F5DA3);
    padding: 10px 15px;
    margin-top: 24px;
}
.shiping_box ul{
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.shiping_box ul li {
    padding: 2px 18px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 7px;
    
}
.shiping_box ul li img{
    margin-right: 5px;
}
.shiping_box ul li:first-child{
    border-left:0px;
}
.checkout_area .pic{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.checkout_area h4{
    position: absolute;
    text-align: center;
    top:24px;
    left: 0;
    right:0;
    margin: 0 auto;
    color:#fff;
    font-size: 44px;
    font-weight: 500;
    line-height: 56px;
    cursor: pointer;
}
.checkout_area .SubscribeSave{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #7BD2E1;
    padding: 10px 20px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    
}
.ckout_right_box h2{
    font-size: 28px;
    color:#000;
    font-weight: 500;
}
.checkout_area{
    margin-top: 24px;
}
.chkout_list h3{
    font-size: 18px;
    
}
.ck_pic{
    margin-right: 18px;
    background: #eefae9;
    width: 100px;
    height: 51px;
    border-radius: 0.5rem;
}
.ck_pic img{
    width: 100%;
    height: 100%;
}

.blue-shape-discount{
background: url(../images/blue-shape2.png) no-repeat no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    position: absolute;
    transform: translate(4%, -78%);
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 0.50rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
.chkout_list ul li{
    padding: 20px 0px;
}
.chkout_list ul li:not(:last-child){
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.chkout_list ul li h6{
    color:rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}
.ckout_right_box, .contact_box {
    padding: 35px;
    background: #fff;
    border-radius: 24px;
}
.contact_box{
    margin-top: 16px;
}
.contact_box h2{
    margin-bottom: 18px;
    font-size: 28px;
}
.contact_box input, .contact_box select{
    height: 64px;
    /* padding: 10px 24px; */
    border-radius: 16px !important; 
    background-color: #F7F7F7 !important;
    border-color: #F7F7F7 !important;
    width: 100% !important;
    font-size: 14px !important;
}
.contact_box input::placeholder, .contact_box select::placeholder{
    color:rgba(0, 0, 0, 0.8);
}
input.has-error, select.has-error {
    appearance: none;
    border-color: orange;
}
input.no-error, select.no-error {
    appearance: none;
    border-color: green;
}
.contact_box .searchbx {
    position: relative;
}
/* .contact_box .searchbx:after {
    background: url(../images/search.svg) no-repeat center center / 37px;
    position: absolute;
    right: 21px;
    content: "";
    top: 25px;
    z-index: 3;
    width: 25px;
    height: 20px;
} */
.radio_box:not(:last-child){
  margin-right: 15px;
}
.radio_box label{
    padding-right: 20px;
}
.radio_box input[type="radio"]{
    opacity: 0;
    position: absolute;
    left: 0px;
    width:100%;
    height: 100%;
    top:0px;
}
.card_bx{
    margin-bottom: 18px;
}
/* label container */
.radio-button-container {
    color: rgba(0,0,0,0.75);
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-left: 3px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 2px;
    left: auto;
    height: 21px;
    width: 21px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
    right: -8px;
}
  
  /* On mouse-over, add a grey background color */
  .radio-button-container:hover input ~ .checkmark {
    border-color: rgba(0,0,0,0.5);
  }
  
  /* When the radio button is checked */
  .radio-button-container input:checked ~ .checkmark {
    background-color: rgba(0,0,0,0);
    border-color: #009175;
  }
  
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-button-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-button-container .checkmark:after {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #009175;
    transform: translate(-53%, -50%);
  }

.contact_box input[type="submit"]{
    background-image: linear-gradient(to right, #009175, #009175);
    padding: 15px 20px;
    border-radius: 12px!important;
    text-align: center;
    color:#fff;
    font-size: 18px!important;
    line-height: 24px; 
    font-weight: 600;
    width:100%!important;
    border:0px;
    text-transform: uppercase;
}

.testi_box{
    padding: 20px;
    border-radius: 24px;
    background: #fff;
}
.testi_box h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 10px;
}
.capton_txt span{
    margin-right: 20px;
}
.capton_txt p{
    font-size: 16px;
    display: flex
    ;
        align-items: center;
        gap: 5px;
}
.testi_slider .slick-slide{
    padding:0px 15px;
}
.testi_slider_section{
    padding: 60px 0px;
}
.font36{
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color:#000;
}
.testi_slider{
    margin-top: 50px;
}

.input-label{
    position: relative;
    width: 100%;
}
.label-span{
    color: rgba(0,0,0,0.5);
    font-size: 18px;
    line-height: 16px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
}
.input:focus+.label-span, .input.full+.label-span {
    top: 15px;
    left: 24px;
    font-size: 0.7rem;
    transition: all 0.2s;
  }

  .select_wrapper label{
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    top: 15px;
    left: 24px;
    font-size: 0.7rem;
    transition: all 0.2s;
  }
  .select_wrapper{
    position: relative;
  }

  .faq-section{
    background-color: #fff;
    padding: 60px 0px;
  }
  .faqBox {
    background-color: #F5F5FB;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 20px;
}
.faq-qsn {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
    line-height: 28px;
    color: #212529;
}
.faq-ans {
    color: #5A5A5A;
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    line-height: 24px;
    font-weight: 400;
    color: rgba(33,37,41,.7);
}
.faq-qsn:after {
    position: absolute;
    content: url(../images/accordian-plus.svg);
    right: 0px;
    top: -6px;
}
.faq-ans-inner {
    padding: 10px 70px 0px 0px;
}
.faq-qsn.active:after {
    content: url(../images/accordian-minus.svg);
}

.faq-section h2{
    margin-bottom: 40px;
}

.buyBtn{
    background-image: linear-gradient(to right, #ABE6F0 , #7BD2E1);
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    width: 100%;
    border: 0px;
    text-transform: uppercase;
    display: table;
    max-width: 250px;
    margin: 40px auto 0px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
}
.buyBtn:hover{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #000;
}
.footer{
    background-color: #7F5DA3;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.ftr-nav a{
    color: #fff;
    text-decoration: none;
    padding-right: 30px;

}
.stickyDiv{
    position: sticky;
    align-self: flex-start;
    top: 20px;
}
.SubscribeSave{
    display: flex;
    justify-content: center;
    align-items: center;
}

.SubscribeSave input[type="checkbox"]{
    width: 20px;
    height: 20px;
    accent-color: #000;
    position: relative;
    top: 0;
    margin-right: 10px;
    cursor: pointer;
}


/* responsive starts */

@media (min-width:1400px) {
    .container{
        max-width: 1280px;
    }
    .truste_txt {
        max-width: 640px;
    }
}
@media (max-width:1500px) {
   

}

@media (max-width:1300px) {
   
    
}

@media (max-width:1199px) {
    
    
}


@media (max-width:1023.5px) {
    .cmenu {
        padding: 0px 6px;
    }
    .cmenu ul li.main_menu_item {
        margin-right: 12px;
    }
    a.call_btn, .login{
        font-size: 12px;
    }
    .header-top-list li:first-child ~ li a .text{
        display: none;
    }
    .header-top-list li:first-child {
        margin-right: 10px;
    }
    .header-top-list li:first-child ~ li,.header-top-list li:first-child ~ li a .ico {
        margin-right: 0px;
    }
    
    .hashchild > ul{
        left: 90px;
        width: 160px;
        z-index: 124;
    }
    
        /* gallery end */
        .cmenu li:last-child, .cmenu li:last-child .currencybx {
            display: block;
        }
        .cmenu ul {
            position: fixed;
            top: 0px;
            left: -100vw;
            width: 80%;
            height: 100%;
            z-index: 999;
            background: var(--bluecolor);
            overflow-y: scroll;
            font-size: 12px;
            transition: 0.5s ease all;
        }
        .cmenu li:first-child {
            display: block;
            width: 100%;
            padding: 18px 10px;
            background: #f5f5f5;
           
            border-bottom: 3px solid var(--theme-color);
            font-size: 14px;
        }
        ul.navopen {
            left: 0;
        }
        .callicon {
            display: none;
        }
        .rmenubar {
            width: 25px;
            height: 15px;
            position: absolute;
            right: auto;
            top: 57%;
            z-index: 99;
            display: block;
            font-size: 22px;
            background: transparent;
            padding: 0;
            border-radius: 0;
            -webkit-transition: all 0.5s ease-out;
            transform: translateY(-50%);
            left: 15px;
        }
        .rmenubar .fa.fa-bars {
            width: 25px;
            height: 15px;
            
            position: absolute;
            top: 0;
            left: 0;
        }
        .lftpnl {
            margin-right: 30px;
        }
        .logo {
           
            padding: 0 0 0px;
        }
        .cmenu ul li {
            display: block;
            padding: 0;
            font-weight: 600;
            font-size: 25px;
            padding-left: 16px;
            margin-bottom: 20px;
            text-align: left;
        }
        .mainmenu>ul>li:first-child{
            display: block;
            background:var(--deep-green-color);
            
        }
        .menu_txt h5{
            color:#fff;
            font-weight: 600;
            text-transform: capitalize;
        }
        .rmenubar{
            display: block;
        }
        .cmenu .login_area ul {
            position: relative;
            width: auto;
            background: transparent;
            height: auto;
            width: auto;
            overflow-y: visible;
            left: auto;
            z-index: 1;
        }
        .cmenu .login_area ul li{
            display: inline-block;
            margin-bottom: 0px;
        }
        .cmenu .login_area ul li:first-child {
            width: auto;
            display: inline-block;
            background: transparent;
            border: 0;
            
        }
        .cmenu .login_area ul li.cart_txt{
            display: none;
        }
        .logo img {
            max-width: 117px;
        }
        .rmenubar .fa.fa-bars {
            width: 25px;
            height: 15px;
            position: absolute;
            top: 0;
            left: 0;
            color: #000;
            border: 1px solid #000;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 27px;
        }
        .cmenu ul li{
            margin-bottom: 10px;
        }
        .cmenu .mainmenu>ul>li>a {
            padding: 10px 0;
            font-size: 13px;
        }
        .menu_txt {
            width: 100%;
            text-align: center;
        }
        .clsebtn {
            width: 21px;
            position: absolute;
            left: 19px;
        }
        .cmenu .mainmenu>ul>li>a {
            padding: 10px 0;
            font-size: 18px;
        }
        .cmenu ul li.main_menu_item > ul{
            display: none;

        }
        .cmenu ul li.main_menu_item.mobile_menu > ul.dropdown_products{
            display: block;
        }
        .cmenu ul li.main_menu_item.mobile_menu > ul.dropdown_products {
            display: block;
            width: 100%;
            top: 100%;
            position: relative;
            padding: 0;
        }
        .cmenu li:first-child{
            background: transparent;
        }
        .cmenu ul li ul{
            box-shadow: none;
        }
        .cmenu ul li{
            margin-bottom: 0px;
        }
        .cmenu .mainmenu ul li ul li{
            padding-left: 0px;
        }
        .cmenu .mainmenu ul li ul li:first-child{
            padding: 0px;
        }
        
        .cmenu .mainmenu ul li ul li:last-child a {
            border-bottom: 1px solid #99A29E;
        }
        .cmenu .mainmenu>ul>li>a{
            padding: 25px 20px;
            border-bottom: 1px solid #99A29E;
            font-weight: 600 !important;
        }
        .cmenu ul li.main_menu_item i {
            transform: rotate(0deg) !important;
            margin-left: auto;
            position: absolute;
            right: 0;
            font-size: 32px;
        }
        .cmenu ul li.main_menu_item.mobile_menu i{
            transform: rotate(180deg) !important;
        }
        .top_hdr{
            padding: 14px 0px;
        }
        .rmenubar {
            top: 75%;
            right: 48px;
            left: auto;
        }
        .clsebtn {
            width: 21px;
            position: absolute;
            left: auto;
            right: 7px;
            top: 7px;
            width: 40px;
            height: 40px;
            border-radius: 20px;
            overflow: hidden;
        }
        .cmenu .mainmenu ul li a{
             color:#fff;
        }
        .rmenubar .fa.fa-bars{
            font-size: 20px;
            border:0px;
        }
        .loginui{
            display: block;
        }
        a.call_btn, .login {
            font-size: 12px;
            padding: 9px 8px;
            border-radius: 30px;
            width: auto;
        }
        .login{
            width: 100px;
            text-align: center;
        }
        .login_box ul li{
            padding: 5px 0px !important;
        }
        .login_box ul {
            position: relative;
            z-index: 9;
            left: auto;
            width: auto;
            height: auto;
            right: 75px;
            display: flex
        ;
            align-items: center;
            background: transparent;
        }
        .banner_txt h1 {
            font-size: 34px;
            line-height: 46px;
        }
        .banner_txt h1 span:after {
            background: url(../images/boder_dash.svg) no-repeat center center / 100% ;
            width: 100%;
        }
        .banner_list ul li {
            display: inline-block;
        }
        .cmn_gap {
            padding: 56px 0px;
        }
        .review_box {
            min-height: 432px;
        }
        .science_behide_section p {
            font-size: 18px;
            line-height: 26px;
        }
        .get_box img {
            border-radius: 23px;
            object-fit: contain;
            height: 191px;
        }
        .get_box .content h4 {
            font-size: 17px;
        }
        .get_box{
            min-height: 422px;
        }
        .suplied_section .row .sup_bx{
            order:2;
        }
        .suplied_section .banner_list ul li{
            display: block;
        }


}
@media screen and (min-width:992px) and (max-width: 1199.5px) {

    .shiping_box ul li {
        padding: 2px 5px;
        font-size: 14px;
    }
    .contact_box h2 {
        font-size: 20px;
    }
    .ckout_right_box h2 {
        font-size: 20px;
    }

}
@media screen and (min-width:768px) and (max-width: 991.5px) {

    .shiping_box ul li {
        padding: 2px 5px;
        font-size: 10px;
    }

    

  

}
@media (max-width:767.5px) {
    .banner_section .bnnr_pc {
        margin-left: 0;
    }
    .shiping_box ul li{
        font-size: 12px;
    }
    .checkout_header {
    padding: 15px 0px 0;
}
   .banner_section .row .bn_bx:first-child{
    order:2;
   }
   .banner_section .row .bn_bx:last-child{
    order:1;
   }
   .banner_section .bnnr_pc{
    margin-bottom: 20px;
   }
   .bnnr_starts_box{
    justify-content: center;
   }
   .banner_txt{
    text-align: center;
   }
   .btn_area{
    margin: 0 auto;
   }
   .weight_box{
    margin: 20px auto 0px;
   }     
   .wheig_txt_box {
    max-width: 100%;
    text-align: center;
  }
  .wheig_txt_box .title {
    margin-bottom: 24px;
}
.brand_area ul{
    flex-wrap: wrap;
}
.pic_box div:first-child{
    order:2;
    text-align: center;
}
.pic_box div:last-child{
    order:1;
    text-align: center;
}
.pic_icon{
    margin: 20px auto;
}
.review_box {
    min-height: auto;
}
.science_box picture img {
    object-fit: contain;
}
.science_box {
    display: flex;
    justify-content: center;
    gap: 18px;
}
.science_behide_section .txt{
    padding-left: 0px;
    text-align: center;
}
.get_box {
    min-height: auto;
    margin-bottom: 20px;
}
.suplied_section picture.overlayabs {
    margin-top: 101px;
}
.science_box picture img {
    object-fit: contain;
    height: auto;
}
.science_behide_section {
    padding: 30px 0px;
}
.science_behide_section .title {
    margin-bottom: 17px;
}
.science_behide_section p {
    font-size: 16px;
    line-height: 26px;
}
.review_box {
    padding: 22px;
}
.brand_area ul {
    gap: 15px;
}
.logo{
    left: 9px;
}
.checkout_txt{
    text-align: center;
}
.checkout_txt .col-md-6.text-right{
    text-align: center;  
}
.shiping_box ul {
    flex-wrap: wrap;
}
.shiping_box ul li{
    border-left: 0px;
}

.ck_pic{
    height: auto;
}
.checkout_area h5{
    font-size: 14px;
}
.blue-shape-discount {
    width: 50px;
    height: 50px;
}
.ckout_right_box, .contact_box {
    padding: 25px 20px;
}
.contact_box h2 {
    font-size: 20px;
    margin-bottom: 11px !important;
    text-align: center;
}
.radio_box{
    margin-left: -30px;
}
.ckout_right_box{
    margin-top: 30px;
}
.slick-arrow{
    display: none !important;
}
.content-wrpper{
    display: block !important;
    text-align: center;
}
.ftr-nav{
    margin-bottom: 10px;
}
.capton_txt span {
    max-width: 50px;
}
.faq-qsn {
    font-size: 18px;
}
.checkout_txt h3 {
    font-size: 28px;
}
.chkout_list h3 {
    font-size: 16px;
}
.font36 {
    font-size: 28px;
}
.ckout_right_box h2 {
    font-size: 22px;
}
.checkout_area h4 { 
    top: 5px;
    font-size: 22px;
}
.checkout_area .SubscribeSave{
    font-size: 13px;
}
.SubscribeSave input[type="checkbox"] {
    width: 15px;
    height: 15px; 
}
}
@media(max-width:575.5px) {
    .dn_ft{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .ft_menu ul{
        justify-content: center;
       
        margin-top: 27px;
    }
    .logo_holder {
        
        text-align: center;
    }
    .quick_links ul li{
        text-align: center;
    }
    .faq_section .accordion {
        margin-top: 22px;
    }
    .ft_menu ul li:not(:last-child) {
        margin-right: 24px;
    }
    .cmn_gap {
        padding: 40px 0px;
    }
    .title h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .banner_section {
        padding-bottom: 43px;
    }
    .banner_txt h1 {
        font-size: 30px;
        line-height: 39px;
    }
    .bnnr_starts_box{
        flex-wrap: wrap;
    }
    .login_box .call_btn{
        display: none;
    }
    .login {
        font-size: 16px;
    }
    .banner_list {
        margin-top: 24px;
        margin-bottom: 44px;
    }
    .accordion-button{
        font-size: 16px;
        font-weight: 500;
    }
}
@media(max-width:479px) {
    .top_hdr p span{
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .rmenubar {
        top: 78%;
    }
}
@media (max-width:359px) {
   
}

input[type=text]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, select:focus, textarea:focus{
    
        border-color: #009175;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(0 145 117 / 21%);
   
}
.form-floating>.form-control {
    padding: 1rem 1.60rem;
}
input[type=submit]:hover{
    background: linear-gradient(to right, #009175, #009175)!important;
}
.cvv-box, .submit_btn{
    margin: 0;
}

.sq-card-wrapper .sq-card-iframe-container {
    position: relative;
    width: calc(100% - (1px + 1px));
    box-sizing: content-box;
    border: 1px solid #f7f7f7;
    border-radius: 12px;
    background-color: #f7f7f7;
    height: 58px!important;
}

/*form #card-number-wrapper{
    border-bottom: 1px solid #d9d9d9;
}
.show-3ds-popup iframe {
    height: inherit;
}
form{
    flex-direction: column!important;
        height: 96px;
 } * */
 @media (max-width: 767px){
     .sq-card-wrapper .sq-card-iframe-container {
    height: 100px!important;
}
 }
 #app_common_modal_close, #error_handler_overlay_close{
         line-height: 27px!important;
 }