/* @import url("responsive.css"); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


*{
    /* box-sizing:border-box; */
    padding:0;
    /* margin:0; */
}
body{
    font-family: "Manrope", sans-serif;
    color: #1A1A1A;
    background-color: #FFFEFA;
}

a, a:hover, a:active{
    text-decoration: none;
    color: inherit;
    box-shadow: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    /* margin-bottom: 0; */
}
.green{
    color: #5ACC81;
}
.bg-blue{
    background-color: #e1af2d !important;
}
.text-blue{
    color: #e1af2d !important;
}
.sec_subtitle{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    color: #e1af2d;
    border: 1px solid #e1af2d;
    padding: 8px 15px;
    border-radius: 50rem;
    margin-bottom: 15px;
}
.sec_title{
    font-size: 48px;
    line-height: 58px;
        font-weight: 600;
    color: #000;
    font-family: 'Unbounded';
}
.filter_white{
    filter: brightness(0) invert(1);
}
.filter_black{
    filter: brightness(0);
}
.border-6{
    border-width: 6px !important;
}
.border-7{
    border-width: 7px !important;
}
.border-8{
    border-width: 8px !important;
}
.menu_sec .container-lg{
    padding: 0;
}

.theme_btn{
    padding: 18px 32px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    /* gap: 1rem; */
    background-color: #000;
    color: #FFF;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
    transition: 0.4s all ease-in-out;
}

.bg-yelow{
    background-color: #E1842D !important;
    border: none !important;
}

.theme_btn i{
    max-width: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.theme_btn:hover i{
    margin-left: 1rem;
}
.theme_btn::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 34px;
    left: -10px;
    top: -10px;
    border-radius: 100%;
    background: rgb(255 255 255 / 64%);
    filter: blur(15.3px);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.theme_btn:hover{
    color: #fff;
  
}
.theme_btn:hover i{
    opacity: 1;
    max-width: 18px;
}
.theme_btn:hover::after{
    width: 274px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    filter: blur(32.3px);
}






.all_btn{
    position: relative;
    display: inline-block;
    background-color: #4B408C;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: "Manrope", sans-serif;
    text-transform: capitalize;
    text-align: center;
    padding: 18px 40px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
.all_btn:hover, .all_btn:focus{
    background-color: #F3539A;
    color: #fff;
}



/* Pulse Button css  */
.pulse-button {
  cursor: pointer;
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* --------------------------------- */

.pulse-button-2 {
  cursor: pointer;
  animation: pulse-2 1s infinite;
}
@keyframes pulse-2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}



/* header section css  */
.menu_sec{
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    padding-top: 25px;
}
.logo_sec img{
    width: 157px;
}
.menu_sec .main_nav .nav-link{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: 'Work Sans';
    margin-top: 0;
    padding: 0 25px;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.menu_sec .main_nav .nav-link:hover{
    color: #b38200;
}
.menu_sec .dropdown-menu{
    background-color: #F6F6F2;
    border: 1px solid #DADAD4;
    min-width: 200px;
}
.menu_sec .dropdown-menu .dropdown-item{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu_sec .navbar-toggler{
    padding: 0;
    border: none;
}
.menu_sec .navbar-toggler:focus {
    box-shadow: none;
}
.cart_icon{
    width: auto;
}
.cartbtn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00456D;
    border-radius: 10px;
    position: relative;
}
.cartbtn i{
    position: relative;
    font-size: 24px;
    color: #fff;
    right: 3px;
    top: 3px;
}
.cartbtn span{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: #FFC700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
/* --------------------------------- */



/* hero section css  */
.hero_sec{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.hero_sec::after{
    position: absolute;
    content: "";
    width: 550px;
height: 922px;
top: 161px;
left: 0;
background: #DDC8B2B8;
filter: blur(250px);
z-index: -1;
}

.hero_sec::before{
    position: absolute;
    content: "";
width: 550px;
height: 922px;
top: -120px;
right: -13px;

background: #DDC8B24F;

filter: blur(290px);
z-index: -1;
}

.hero_sec .container{
   padding:  180px 0 50px
}
.hero-content h1{
    font-family: Unbounded;
    font-weight: 500;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 50px;
    color: #000;
}
.hero-content p{
        font-family: Work Sans;
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: 0%;
    /* width: 540px; */
    margin-bottom: 23px;
}

.hero-img img{
    margin-top: -150px;
}
.hero-text-img h2{
    font-family: Unbounded;
    font-weight: 500;
    font-style: Medium;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 50px;
    text-align: center;
    color: #000;
}
.hero-text-img{
        margin-top: -40px;
}
.last-word{
    letter-spacing: 0;
}


/* --------------------------------- */



/* Category Sec */
.category_sec{
   background: #181918;
    position: relative;
    padding: 60px 0;
    z-index: 1;
    overflow: hidden;
}
.category_sec::after{
    position: absolute;
    content: "";
    width: 550px;
    height: 922px;
    top: 161px;
    left: 0px;
    filter: blur(250px);
    z-index: -1;
    background: #FFFFFF1C;                     

}
.category_sec::before{
    position: absolute;
    content: "";
    width: 550px;
    height: 922px;
    filter: blur(250px);
    background: #FFFFFF1C;
    top: -120px;
    right: -13px;
     z-index: -1;


}
.category_sec h1{
        font-family: Unbounded;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 16px;
}
.category_sec  .heading_sec p{
        font-family: Work Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}
.category_sec  .heading_sec{
    margin-bottom: 50px;
}
.cat_heading h3{
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Manrope", sans-serif;
}
.category_box{
        background-color: #FFF;
    transition: all 0.4s ease-in-out;
    
  transform-origin: center;
    padding: 16px 22px;
    border-radius: 12px;
}

.category_box h4{
    font-family: Unbounded;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 14px;
}
.category_box img.w-50 {
  width: 40% !important; /* smaller image */
}
.category_box p{
    font-size: 13px;
    font-weight: 400;
        line-height: 135%;
    font-family: Work Sans;
    color: #181918;
    text-align: center;
}
.cat_btn{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    color: #1a1a1a;
    border: 1px solid #1A1A1A;
    border-radius: 50rem;
    padding: 18px 30px;
    transition: all 0.4s ease-in-out;
}
.cat_btn:hover{
    background-color: #e6efec;
    color: #0099a2;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
}
.category_box:hover{
    scale: 1.05;
}
/* @media (min-width: 992px) {
  .category_box {
    transform: scale(0.8);
  }
} */
.row.gy-3 {
  row-gap: 1rem !important; /* smaller vertical gap */
}
/* --------------------------------- */



/* Featured sec */
.featured_sec{
    padding-bottom: 120px;
}

/* .product_slider .owl-stage-outer{
    padding: 0 0 80px;
}
.product_slider .owl-nav,
.product_slider .owl-dots{
    position: absolute;
    bottom: 0;
    margin: 0;
}
.product_slider .owl-nav{
    right: 0;
    display: flex;
    gap: 15px;
}
.product_slider .owl-nav button{
    margin: 0 !important;
    width: 50px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #303030 !important;
    color: #303030 !important;
    font-size: 18px !important;
    padding: 12px !important;
    border-radius: 100% !important;
    opacity: 1;
}
.product_slider .owl-nav button.disabled{
    opacity: 0.5;
}
.product_slider .owl-dots{
    left: 0;
    bottom: 20px;
    display: flex;
    gap: 8px;
}
.product_slider .owl-dots button span{
    margin: 0 !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #1A1A1A !important;
    opacity: 0.2;
}
.product_slider .owl-dots button.active span{
    opacity: 1;
} */
.product_section .heading_sec {
    padding-bottom: 40px;
}
.featured_box{
    background-color: #FFFEFA;
    border: 1px solid rgba(0, 0, 0, 0.16);
    overflow: hidden;
  
}
.featured_box:hover{
    box-shadow: 0px 20px 50px 0px #0000001A;

}
.featured_img{
 transition:  0.3s all ease-in-out;
 text-align: center;

}
.ftr-head{
 margin-bottom: 27px;
  transition: transform 0.4s ease;
}

.featured_box:hover .ftr-head{
   transform: translateY(5px);
}
.featured_box:hover .featured_img{
transform: scale(1.1);
}

.wishlist_icon{
    top: 1.5rem;
    right: 1.5rem;
    font-size: 25px;
}

.short-des{
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000;
    padding-bottom: 15px;
    display: inline-block;
}
.featured_text h4{
   font-size: 13px;
    font-weight: 600;
    line-height: 1;
  font-family: "Work Sans", sans-serif;
    color: #1a1a1a;
    margin-bottom: 0;
}
.featured_text h5{
       font-size: 24px;
       line-height: 1;
    font-weight: 700;
    color: #000;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 0;
}
.featured_text .theme_btn{
    padding: 18px 30px;
}
.learn_text_btn{
    position: relative;
    display: inline-block;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    font-family: 'Unbounded';
    text-align: center;
    transition: all 0.4s ease-in-out;
    text-decoration: underline !important;
}
.learn_text_btn:hover{
    font-weight: 600;
}
/* --------------------------------- */

/* middle sec css */
.middle_section{
    position: relative;
    overflow: hidden;
   
}
.middle_section::after{
    position: absolute;
    content: "";
    width: 1130px;
    height: 1203px;
    top: 50px;
    left: -234px;
    filter: blur(395px);
    z-index: -1;
   background: rgba(221, 200, 178, 0.25);
}

.switch-btn {
  position: relative;
  display: inline-block;
  width: 357px;
  height: 54px;
  padding: 16px 32px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 6px;
  background: #fefdf9;
  color: #000;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: background .35s ease, color .35s ease;
  z-index: 1;
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
}


.switch-btn::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 34px;
  left: -10px;
  top: -10px;
  filter: blur(15.3px);
  z-index: -1; 
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.64);
  transition: all 0.4s ease-in-out;
}

.switch-btn:hover::after {
  width: 274px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-75%, -50%);
  filter: blur(32.3px);
  border-radius: 50px;
}


.switch-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: transform .45s ease, opacity .45s ease;
  white-space: nowrap;
}

.switch-btn .default {
  opacity: 1;
}

.switch-btn .hover {
  opacity: 0;
  transform: translate(calc(-50% - 10px), -50%);
}


.switch-btn:hover {
  background: #000;
  color: #fff;
}

.switch-btn:hover .default {
  opacity: 0;
  transform: translate(calc(-50% + 10px), -50%);
}

.switch-btn:hover .hover {
  opacity: 1;
  transform: translate(-50%, -50%);
}









/* Product slider css  */
.product_sec2{
    background-color: #EDEDF1;
}
.prod_heading{
    background-image: linear-gradient(180deg, #4BA896 0%, #009074 100%);
    height: 90%;
}
.product_sec2 .prod_heading{
    background-image: linear-gradient(180deg, #36A1C1 0%, #007FA5 100%);
}
.prod_heading h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}
.prod_btn{
    position: relative;
    display: inline-block;
    background-color: #FFBB25;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 18px 20px;
    transition: all 0.4s ease-in-out;
}
.prod_btn:hover{
    background-color: #fff;
    color: #000;
}
.prod_wrap {
    background-color: #F5F6FA;
}
.prod_box{
    /* background-image: linear-gradient(0deg, #C3E4E4, #C3E4E4); */
    background-color: #dcedef;
    border-radius: 15px;
}
.prod_box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 85%;
    background-color: #F5F6FA;
    border-radius: 0 0 100% 100%;
    z-index: -1;
}
.prod_box .prod_img{
    height: 190px;
}
.prod_box h4, .prod_box .prod_price{
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #555555;
    font-family: 'Raleway', sans-serif;
}
.prod_box h4{
    min-height: 55px;
}
.prod_box .prod_price{
    font-size: 20px;
    color: #38618C;
    font-family: 'Roboto', sans-serif;
}
/* --------------------------------- */

.faq-bottom{
    padding-top: 45px;
}

/* Simplify Sec */
.simplify_sec{
    padding: 50px 0 !important;
}
.simplify_wrap .sec_title{
    font-family: Unbounded;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000;
}
.simplify_wrap h4{
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #303030;
}
.simplify_wrap p{
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #181918;
}
.simplify_review{
    background-color: #000;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
    /* box-shadow: 0px -0.5px 20px 0px rgba(0, 0, 0, 0.02); */
    border-radius: 24px;
    padding: 40px;
    margin-left: 65px;
}
.simplify_review h1{
        font-size: 102px;
    font-weight: 500;
    line-height: 0.3;
    color: #886640;
    margin-bottom: 0px;
}
.simplify_review h4{
        font-family: Work Sans;
    font-weight: 500;
    font-style: Italic;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #F8F6F1;
}
.simplify_review h6{
        font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #F8F6F1;
}
/* --------------------------------- */




/* Why Choose Us Sec */
.why_sec{
   
    padding: 50px 0 50px !important;
}
.why-hdr{
    gap: 20px;
    margin-bottom: 16px;
}
.why_sec .heading_sec{
    padding-bottom: 40px;
}

.why-hdr h4{
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000;
}
.why_text p{
        font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
/* --------------------------------- */




/* tool Sec */
.tools{
    padding: 90px 0 0;
}
.tool_content .sec_title {
    font-family: Unbounded;
    font-weight: 600;
    font-size: 27px;
    line-height: 1;
    color: #000;
    margin-bottom: 42px;
}
.tool_content p{
        font-family: 'Work Sans';
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.tools_img{
    text-align: right;
}

/* --------------------------------- */




/* FAQ Sec */
.faq_sec{
    padding-top: 50px;
    padding-bottom: 50px !important;
    position: relative;
    background: #fffefa;
    z-index: 1;
}
.faq_sec::after{
    position: absolute;
    content: "";
    width: 564px;
    height: 315px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(250px);
    z-index: -1;
    background: rgba(221, 200, 178, 0.42);

}
.faq_sec .heading_sec p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #303030;
}
.faq_accordion{
    --bs-accordion-bg: transparent;
    
}
.faq_accordion .accordion-item{
    border: 1px solid #30303033;
    padding: 10px 20px;
    background: #FFFEFA;
    margin-bottom: 5px;
    border-radius: 8px;
}

.faq_accordion .accordion-button{
    padding: 20px 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    font-family: 'Work Sans';
}
.faq_accordion .accordion-button:focus {
    box-shadow: none;
}
.faq_accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.faq_accordion .accordion-body{
    padding: 0;
}
.faq_accordion .accordion-body p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #181918;
    font-family: 'Work Sans';
}
.faq_bottom_left h3{
        font-family: 'Unbounded';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #000;
}
.faq_bottom_left p{
        font-weight: 400;
    font-family: 'Work Sans';
    font-size: 18px;
    line-height: 1;
    color: #181918;
}
/* --------------------------------- */
/* wellness css */
.wellness-section{
    padding: 90px 0 0;
}
.wellness-content h2{
        font-weight: 600;
    color: #000;
    font-family: 'Unbounded';
    font-size: 33px;
    padding-bottom: 35px;
}
.wellness-content p{
    font-weight: 400;
    font-family: 'Work Sans';
    font-size: 16px;
    color: #181918;
    width: 376px;
    line-height: 24px;
    margin-bottom: 21px;
}
.wellness-inner{
        background: #F3E4D1;
    border-radius: 24px;
    margin: 0 75px;
    padding: 40px 75px 45px;
}




/* CTA Sec CSS */
@keyframes ctaAnimation {
    0% {
        transform: translate(-10rem, -7rem);
    }
    100% {
        transform: translate(65rem, -25rem);
    }
}

.cta_sec{
    padding-bottom: 120px;
}
.cta_box{
    background-color: #1A1A1A;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    padding: 90px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.cta_box::after{
    content: '';
    position: absolute;
    /* bottom: -3rem;
    left: -5rem; */
    transform: translate(-10rem, -7rem);
    width: 260px;
    height: 285px;
    border-radius: 100%;
    background-color: rgba(0, 194, 203, 0.42);
    filter: blur(85px);
    z-index: -1;
    transition: transform 1.2s ease-in-out;
}
.cta_box:hover::after{
    transform: translate(65rem, -25rem);
    /* animation: none;
    animation: ctaAnimation 0.8s cubic-bezier(0.43, 0.05, 0.57, 0.97) forwards; */
}

.cta_text h1{
    color: #F4F7F5;
}
.cta_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #F6F6F2;
}
/* --------------------------------- */



/* Footer Sec CSS */
.lumina-footer-1{
    padding-right: 150px;
}
.lumina-footer-1 p{
    font-family: 'Manrope';
    color: #000;
    font-size: 16px;
}
.footer_sec{
    position: relative;
    padding: 0 0 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #084C61;
}
.footer_sec h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #F8CD6D;
}
.footer_links{
    border-right: 2px solid #1B667E;
}
.footer_links .list-inline-item:not(:last-child){
    margin-right: 1rem !important;
}
.footer_links li + li{
    margin-top: 15px;
}
.footer_links a{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    transition: all 0.4s ease-in-out;
}
.footer_links a:hover{
    color: #ff9124;
}
.footer_sec p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}
.footer_sec p + p{
    margin-top: 15px;
}
.footer_card{
    flex: 1;
}
.footer_card img{
    width: 220px;
}
.copyright_sec p{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.footer_logo img{
    width: 200px;
}
/* --------------------------------- */







/* top rated product css  */

.top_rate_sec{
    padding: 0 0 60px;
    position: relative;
}
.tpr_head{
    background-color: #014770;
    /* padding: 15px 40px; */
    display: inline-block;
    border-bottom-right-radius: 30px;
}
.tpr_head h2{
    font-size: 49px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    padding: 31px;
    margin-bottom: 0px;
}
.tpr_content{
    border: 1px solid #000;
}
.tpr_inner{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    /* gap: 10px; */
    padding: 25px 15px 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.tpr_content .col-md-6:nth-child(even) .tpr_inner{
    border-right: 0px;
}
.tpr_content .col-md-6:nth-child(5) .tpr_inner, .tpr_content .col-md-6:nth-child(6) .tpr_inner{
    border-bottom: 0 ;
}
.tpr_inner .tpri_img{
    width: 43%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tpr_inner .tpri_img img{
    width: 100%;
    padding: 0px;
}
.tpr_inner .tpri_cntn{
    width: 55%;
}
.tpr_inner .tpri_cntn h3.tpr_pr_name{
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 18px;
    color: #000 !important;
}

.tpr_inner ul.tpr_pr_list li{
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.tpr_inner ul.tpr_pr_list li i{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #014770;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
}
.tpr_inner .tpri_cntn p.tpr_pr_des{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    line-height: 19px;
    height: 52px;
}
.tpr_inner .tpri_cntn .tpr_pr_prc{
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0px;
    margin-bottom: 0px !important;
}
.tpr_inner .tpri_cntn .tpr_pr_cart_btn{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    background-color: #ffc700;
    border-radius: 20px;
    padding: 8px 25px;
    transition: all 0.3s;
    font-family: "Manrope", sans-serif;
    color: #000;
    border: none;
    cursor: pointer;
    margin-bottom: 7px;
}
.tpr_inner .tpri_cntn .tpr_pr_cart_btn:hover{
    background-color: #3ed20b;
    color: #fff;
}
.tpr_inner .tpri_cntn .tpr_pr_lm{
    display: block;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* --------------------------------- */

/* product carrousal css start */

.tec_carousal_sec{
    padding-bottom: 100px;
}
.tec_carousal_sec .sec_head h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 25px;
}
.tec_box{
    background-color: #B3C8D4;
    border-radius: 20px;
    padding: 10px 7px 10px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tec_img {
    width: 126px;
    height: 126px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 7px;
}
.tec_img a{
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.tec_img a img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.tec_name{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tec_name:hover{
    color: #ffff;
}
.tec_price{
    font-size: 12px;
    line-height: 25px;
    color: #000;
    font-weight: bold !important;
}
.tec_btn{
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #FFC700;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tec_btn:hover{
    color: #fff;
}
.tec_lm{
    display: block;
    font-size: 13px;
    text-decoration: underline;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tec_lm:hover{
    text-decoration: underline;
    color: #fff;
}


/* --------------------------------- */

/* tech gadget css start */

.tech_gad_sec{
    padding-bottom: 80px;
}
.tg_box{
    background-color: #B3C8D4;
    border-radius: 30px;
    padding: 10px 15px 5px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tg_img{
    width: 165px;
    height: 165px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 10px;
    display: flex;
  align-items: center;
  justify-content: center;
}
.tg_img a{
    display: inline-block;
    cursor: pointer;
}
.tg_img a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tg_name{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 26px;
    margin-bottom: 0!important;
}
.tg_name:hover{
    color: #ffff;
}
.tg_price{
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px;
}
.tg_btn{
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    background-color: #FFC700;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tg_btn:hover{
    color: #fff;
}
.tg_lm{
    display: block;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tg_lm:hover{
    text-decoration: underline;
    color: #fff;
}

/* --------------------------------- */

 /* reward section css */

.rewd_sec{
    padding-bottom: 30px;
}
 .rewd_sec .rewds_inner{
     border: 1px solid #000;
     border-radius: 30px;
     padding: 30px 20px;
     position: relative;
 }
 .rewdt_img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.rewdt_contn h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 12px;
}
.rewdt_contn .rewdt_para{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 35px;
}
.rewdt_contn h6{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;color: #000;
}
.rewdt_contn ul{
    padding-left: 10px;
}
.rewdt_contn ul li img{
    width: 20px;
    margin-right: 4px;
}
.rewdt_contn ul li{
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #000;
}
rewdt_contn .rewdt_extra{
    font-size: 20px;
}
.rewd_top {
    padding-bottom: 70px;
}
.rewdb_box {
    background: #EBEBEB;
    border: 1px solid #757575;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    text-align: center;
}
.rewdb_head {
    display: flex;
}
.rewd_img {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: 15px;
}
.rewd_img img{
    width: 80px;
}
.rewd_cntn h5{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: left;
    color: #000;
    font-family: roboto;
}
.rewd_cntn p{
    font-size: 14px;
    text-align: left;
    color: #000;
    margin-bottom: 0px;
    font-family: roboto;
}
.rewdb_head{
    margin-bottom: 10px;
}
.rewdb_body ul li img{
    width: 14px;
    margin-right: 10px;
}
.rewdb_body ul li{
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 400;
    text-align: left;
    color: #000;
}
.rewd_btn{
    display: inline-block;
    background-color: #FFC700;
    font-size: 14px;
    padding: 9px 48px;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    margin: 10px auto 0;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}
.rewd_btn:hover{
    color: #000;
}
 /* --------------------------------- */


 /* reward section css */

.main_footer{
    background: #E9E9E9;
    padding: 70px 0 40px;
}
.ft_head{
    font-size: 15px;
    font-weight: 700;
    color: #3E3E3E;
    text-decoration: underline;
    margin-bottom: 25px;
}
.ft_list ul li a{
    font-size: 14px;
    color: #3E3E3E;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 400;
}
/* .ft_list .ft_head{
    margin-bottom: 30px;
} */
.ft_disclose p{
    font-size: 13px;
    line-height: 21px;
    color: #3E3E3E;
}
.ft_contact .ft_logo img{
    width: 65%;
    margin-bottom: 20px;
}
.ft_cnt_box .ft_mail, .ft_cnt_box .ft_number {
    display: inline-block;
    width: 100%;
}
.ft_cnt_box i{
    color: #3E3E3E;
    font-size: 14px;
    margin-right: 12px;
}
.ft_mail, .ft_number{
    font-size: 14px;
    margin-bottom: 10px;
    color: #3E3E3E;
    font-weight: 500;
}
.ft_ad{
    margin-bottom: 20px;
    display: flex;
}
.ft_ad i{
    font-size: 14px;
    margin-right: 12px;
    position: relative;
    top: 3px;
}
.ft_ad h6{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #3E3E3E;
    margin-top: 0;
}
.ft_ad p{
    font-size: 14px;
    font-weight: 500;
    color: #3E3E3E;
    margin-bottom: 0;
}
.ft_text p{
    font-size: 12px;
    font-weight: 400;
    color: #3E3E3E;
}
.ft_top{
    padding-bottom: 50px;
}
.ft_btm{
    padding: 20px 0;
    background-color: #00456D;
}
.ft_btm p{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.tec_carousal_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.tec_carousal_inner .tg-carousel{
    overflow: hidden;
    border-radius: 65px;
}
.tec_carousal_inner .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-prev, .tec_carousal_inner .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-prev i, .tec_carousal_inner .owl-theme .custom-nav .owl-next i {
  font-size: 60px;
  color: #FFC700;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-prev {
  left: -40px;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-next {
  right: -40px;
}

.tpr_pr_list{margin-bottom:20px};
.tpr_pr_des{margin-bottom:18px}





  /* --------------------------------- */

  @media only screen and (max-width: 1400px){

    .tg_name {
    font-size: 13px;
}

  }

@media only screen and (max-width: 1200px){

    .tec_name {
    font-size: 12px;
}

.tec_price {
    font-size: 11px;
}

.tec_btn {
    font-size: 10px;
}

.tec_lm {
    font-size: 10px;
}

.tg_name {
    font-size: 14px;
}

.tg_btn {
    font-size: 11px;
}

.tg_lm {
    font-size: 14px;
}


}

@media only screen and (max-width: 768px){

 .tec_carousal_inner .tg-carousel {
    overflow: visible;
}

.tec_carousal_inner .owl-theme .custom-nav .owl-prev i, .tec_carousal_inner .owl-theme .custom-nav .owl-next i {
    font-size: 40px;
}

.tec_carousal_inner .owl-theme .custom-nav .owl-next {
    right: -25px;
}

.tec_carousal_inner .owl-theme .custom-nav .owl-prev {
    left: -26px;
}


}

@media only screen and (max-width: 992px){

    .tec_name {
    font-size: 12px;
}

.tec_price {
    font-size: 11px;
}

.tec_btn {
    font-size: 9px;
}

.tec_lm {
    font-size: 10px;
}

}

@media only screen and (max-width: 576px){

.tec_carousal_inner .owl-theme .custom-nav .owl-prev {
    left: -11px;
}

.tec_carousal_inner .owl-theme .custom-nav .owl-next {
    right: -11px;
}

}
.head_hmbg{
    background-color: #00456d;
    padding: 12px 0;
}
.head_hmbg .bred_style{
    margin-bottom: 0!important;
}
.head_hmbg .bred_style li a {
   color: #fff!important;
   display: inline-block;
   margin-right: 10px;
   position: relative;
}
.head_hmbg .bred_style li > a::after{
    content: ">";
    margin-left: 7px;

}
.head_hmbg .bred_style li{
    color: #ffc700;
    list-style-type: none;
    display: inline-block;
}

/* .pr_seach_box .container{
    border-bottom: 1px solid #00000029;
} */
small.total_item_count {
    font-size: 14px;
    padding: 10px;
    background: #000000;
    border-radius: 10px;
    color: #ffffff;
}
.plan.activeeee{
    border: 3px solid #ffce24;
    /* background: #fbf5dd; */
}
.pr_dl {
    display: flex;
    justify-content: center;
    align-items: center;
}
.delete-div a i{
    color: red;
}

.edd-member-term{
    background-color: #e3f2ff;
    padding: 38px 30px;
    border-radius: 0px;
    margin: 40px 0px;
    color: #000;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
}

.tpr_pr_list li img{
    padding-right: 4px;
    height: 21px;
    width: 25px;
}




@media screen and (max-width: 1399px){
    .theme_btn{
        font-size: 16px;
        padding: 16px 32px;
    }
    .all_btn{
        font-size: 15px;
        padding: 16px 35px;
    }
    .sec_title {
        font-size: 40px;
        line-height: 50px;
    }
    .menu_sec .main_nav .nav-link{
        font-size: 15px;
        padding: 0 25px;
    }
    .cart_icon{
        width: auto;
    }
    span.shopping-bag.wcmenucart-count.ng-binding{
        width: 22px;
        height: 22px;
        right: 5px;
    }
    .banner_box{
        padding: 112px 0 245px 0px;
    }
    .hero_text h1 {
        font-size: 55px;
        line-height: 70px;
    }
    .hero_text p {
        font-size: 16px;
    }
    .category_sec{
        padding:60px 0;
    }
    
    /* .featured_img{
        height: 250px;
    } */
    .featured_text h5 {
        font-size: 22px;
        line-height: 28px;
    }
    .featured_text .theme_btn {
        font-size: 16px;
        padding: 14px 25px;
    }
    .learn_text_btn{
        font-size: 14px;
    }
    .featured_sec, .simplify_sec, .why_sec, .review_sec, .faq_sec, .cta_sec{
        padding-bottom: 100px;
    }
   
    .simplify_wrap h4{
        font-size: 32px;
        line-height: 40px;
    }
    
    .simplify_review{
        border-radius: 20px;
        padding: 30px;
    }
    
   
    .why_text h4{
        font-size: 20px;
    }
    .why_text p{
        font-size: 15px;
        line-height: 140%;
    }
    .review_box{
        border-radius: 30px;
        padding: 80px 90px;
    }
    .review_box h4{
        font-size: 26px;
        line-height: 36px;
    }
    .prod_heading h3{
        font-size: 36px;
        line-height: 46px;
    }
    .prod_btn{
        font-size: 16px;
        padding: 18px 15px;
    }
    
    .footer_links .list-inline-item:not(:last-child) {
        margin-right: 0.5rem !important;
    }
}


@media screen and (max-width: 1199px){
    .hero-text-img h2{
        font-size: 110px;
        letter-spacing: 50px;
    }
    .hero_sec .container {
    padding: 180px 0 125px;
}
    .hero-img img {
    margin-top: -120px;
}
    .theme_btn{
        font-size: 16px;
        padding: 15px 30px;
    }
    .all_btn {
        font-size: 14px;
        padding: 15px 30px;
    }
    .sec_title {
        font-size: 35px;
        line-height: 45px;
    }
    .menu_sec .main_nav .nav-link {
        font-size: 14px;
        padding: 0 20px;
    }
    .logo_sec img {
        width: 150px;
    }
    .banner_box{
        padding: 61px 0 161px 0px;
    }
    .hero_text h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .hero_text h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .prod_box .prod_img{
        height: 160px;
    }
    .prod_heading h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .prod_btn {
        font-size: 15px;
        padding: 16px 14px;
    }
    .learn_text_btn{
        font-size: 14px;
    }
    .simplify_wrap .sec_title{
                font-size: 39px;
        line-height: 53px;
    }
    .simplify_wrap h4{
        font-size: 20px;
        line-height: 24px;
    }
    .featured_box{
        height: 100%;
    }
    .wellness-content p{
        width: auto;
    }
    .wellness-content h2 {
    font-size: 35px;
    padding-bottom: 25px;
}
    .simplify_review h4{
        font-size: 24px;
        line-height: 32px;
    }
    .review_box{
        border-radius: 26px;
        padding: 60px 70px;
    }
    .review_box h1 {
        font-size: 130px;
    }
    .review_box h4{
        font-size: 24px;
        line-height: 34px;
    }
    .cta_box{
        padding: 60px;
    }
    .cta_text h1{
        font-size: 40px;
        line-height: 50px;
    }
    .footer_sec h5{
        font-size: 16px;
    }
    .footer_sec p, .footer_links a{
        font-size: 13px;
    }
    .footer_sec p + p, .footer_links li + li {
        margin-top: 10px;
    }
}


@media screen and (max-width: 991px){
        .featured_text .theme_btn {
        font-size: 14px;
        padding: 14px 25px;
    }
    .menu_sec .container-lg{
        padding: 0 25px;
    }
        .hero-text-img h2 {
        font-size: 79px;
        letter-spacing: 36px;
    }
    .hero-content h1{
        font-size: 60px;
        margin-bottom: 40px;
    }
        .hero-img img {
        margin-top: -80px;
    }
    .why-hdr h4{
        font-size: 17px;
    }
    .why_text p {
        font-size: 16px;
        line-height: 140%;
    }
    .simplify_wrap .sec_title {
        font-size: 26px;
        line-height: 40px;
    }
        .simplify_review h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .simplify_review h1{
        line-height: 0.5;
    }
    .sec_subtitle{
        margin-bottom: 10px;
    }
    .sec_title{
        font-size: 26px;
        line-height: 40px;
    }
    .cat_btn{
        font-size: 16px;
        padding: 16px 30px;
    }
    .topbar{
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    }
    .mobile_menu .btn-close{
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
    .banner_box{
        padding: 44px 0 89px 0px;
    }
    .hero_text h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .hero_text p {
        font-size: 14px;
    }
    .featured_text h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .learn_text_btn {
        font-size: 13px;
    }
   
    .simplify_wrap h4{
        font-size: 24px;
        line-height: 34px;
    }
    .simplify_wrap p {
        font-size: 15px;
        line-height: 25px;
    }
    .simplify_review h1 {
        font-size: 110px;
    }
    .review_box{
        padding: 50px 50px;
    }
    .review_box h4{
        font-size: 20px;
        line-height: 30px;
    }
    .featured_text h4{
        font-size: 18px;
    }
    .tools_img img{
        width: 100%;
    }
    .tool_content .sec_title {
    font-size: 23px;
    line-height: 32px;
}
.wellness-inner {
    margin: 0 20px;
    padding: 75px 30px 55px;
}
    .heading_sec p {
        font-size: 16px;
        line-height: 28px;
    }
    .product_sec2{
        background-color: transparent;
    }
    .prod_heading{
        height: auto;
    }
    .prod_heading h3 {
        font-size: 30px;
        line-height: 40px;
        padding: 10px 0;
    }
    .prod_wrap{
        background-color: transparent;
    }
    .prod_box .prod_img{
        height: 190px;
    }
    .prod_btn {
        width: auto !important;
        padding: 16px 30px;;
    }
    .learn_text_btn{
        font-size: 14px;
    }
    .cta_box{
        padding: 60px;
    }
    .cta_text h1{
        font-size: 35px;
        line-height: 45px;
    }
    .footer_links {
        border-right: none;
    }
    .footer_sec p + p, .footer_links li + li {
        margin-top: 5px;
    }
    .footer_sec p, .footer_links a {
        font-weight: 300;
        line-height: 20px;
    }
    .footer_links .list-inline-item:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .copyright_sec{
        background-color: #084C61;
    }
    .copyright_sec p {
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        color: #fff;
    }
}

@media screen and (max-width: 767px){
        .hero-text-img h2 {
        font-size: 60px;
        letter-spacing: 23px;
    }
        .theme_btn {
        font-size: 12px;
        padding: 16px 14px;
    }
        .hero-content h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
        .hero-img img {
        margin-top: -60px;
    }
    .simplify_review{
    margin-left: 0;
    }
    .faq_bottom_left h3{
        font-size: 25px;
    }
    .hero_sec .container {
    padding: 165px 0px 75px;
}
.feature-text-head{
    flex-direction: column;
    gap: 20px;
}
    .cat_btn{
        font-size: 16px;
        padding-bottom: 16px 32px;
    }
    .banner_box{
        padding: 60px 0;
        border-radius: 20px;
    }
    .hero_text p {
        font-size: 13px;
        line-height: 22px;
    }
    .hero_text h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
    }
    .product_slider .owl-stage-outer {
        padding: 0 0 70px;
    }
    .product_slider .owl-nav{
        gap: 10px;
    }
    .product_slider .owl-nav button{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .product_slider .owl-dots{
        bottom: 15px;
    }
    .product_slider .owl-dots button span {
        width: 10px !important;
        height: 10px !important;
    }
    

    .featured_text h4 {
        font-size: 22px;
    }
    .featured_text h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .short-des{
        display: block;
        text-align: center;
    }

    .learn_text_btn {
        font-size: 14px;
    }

    .simplify_wrap .sec_title{
        font-size: 35px;
        line-height: 45px;
    }
    .simplify_wrap h4{
        font-size: 24px;
        line-height: 34px;
    }
    .simplify_wrap p {
        font-size: 18px;
        line-height: 28px;
    }
    .simplify_review{
        padding: 40px;
    }
    .simplify_review h1 {
        font-size: 150px;
    }
    .why_box{
        margin-bottom: 60px;
    }
    .review_box{
        border-radius: 24px;
        padding: 50px 40px 30px;
    }
    .review_box h1 {
        line-height: 0.5;
    }
    .review_box h4{
        font-size: 20px;
        line-height: 30px;
    }
    .faq_accordion.right{
        border-top: none;
    }
    .faq_accordion .accordion-button {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 0;
    }
    .faq_accordion .accordion-body p{
        font-size: 15px;
        line-height: 25px;
    }
    .faq_bottom h3{
        font-size: 24px;
    }
    .cta_box{
        padding: 80px 60px;
    }
    .cta_box::after{
        transform: translate(-10rem, -15rem);
    }
    .cta_text h1{
        font-size: 48px;
        line-height: 60px;
    }
    .prod_heading h3 {
        font-size: 25px;
        line-height: 32px;
        padding: 0;
    }
    .prod_btn {
        padding: 14px 25px;
    }
    .footer_card img{
        width: 200px;
    }
}



.slick-next:before, .slick-prev:before{
                font-size: 18px !important;
            }
            @media screen and (max-width: 991px){
                .slick-next:before, .slick-prev:before{
                    font-size: 10px !important;
                }
            }


/*laptop view*/
@media screen and (min-width: 992px){
    .tpr_inner{height: 23rem;}
    .tpr_inner .tpri_cntn p.tpr_pr_des{height: 70px !important;}
    .rewdb_body{margin-top: -15px !important;}

    /* .tec_carousal_inner .owl-theme .custom-nav .owl-prev i, .tec_carousal_inner .owl-theme .custom-nav .owl-next i{
        top: 80%;position: relative;
    } */
    .jet-img{
        margin-top: 18px;
    }
    

}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .panel-footer .text-right{font-size: 11px;}
    .rewdt_contn h2{font-size: 22px !important;margin-bottom: 0px !important;}
    .rewdt_contn .rewdt_para{font-size: 16px !important;margin-bottom: 25px !important;}
    .rewdt_contn h6{font-size: 15px !important;}
    .rewdt_contn ul li{font-size: 12px !important;}
    .sec-cancel{width: 95%  !important;}
    .tpr_head h2{font-size: 30px !important;}
    .rewdb_body ul li{
        margin-bottom: -32px;
    }
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .rewdb_body ul li{
        margin-bottom: -24px;
    }
}



/*mobile view*/
@media screen and (max-width: 575px){
    .hero_sec .container {
        padding: 165px 25px 75px;
    }
    .hero-content h1{
        font-size: 50px;
        margin-bottom: 30px;
    }
    
    .faq_bottom_wrap{
        flex-direction: column;
        gap: 30px;
    }
    .lumina-footer-1{
        text-align: center;
        padding-right: 0;
    }
    /* .cubion-foot-1, .cubion-foot-2{
            padding: 0 50px !important;; 
    } */
    .faq_bottom_left{
        text-align: center;
    }
        .faq_bottom_left h3 {
        font-size: 25px;
        margin-bottom: 30px !important;
    }

    .theme_btn {
        font-size: 16px;
        padding: 18px 32px;
    }
        .hero-img img {
        margin-top: 40px;
    }
 
    .banner_box{
        background-image: url(../images/banner_bg_mob.png);
        padding: 40px 0 0;
        height: 650px;
    }
    .hero_text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero_text p {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
    .prod_heading h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .prod_btn {
        font-size: 14px;
        padding: 8px 20px;
    }
    .prod_box{
        display: flex;
        background-color: transparent;
        border-radius: 0;
    }
    .prod_box::after{
        display: none;
    }
    .prod_box .prod_img{
        width: 120px;
        height: 120px;
        background-color: #F5F6FA !important;
    }
    .prod_box h4 {
        min-height: auto;
        margin-bottom: 5px;
    }
    



    .hero_cntn p{text-align: center;font-size: 20px;}
    .hero_head h1{font-size: 20px; line-height: 60px;}
    .tpr_head{margin-left: -1px;width: 84%;}
    .tpr_head h2{padding: 10px;font-size: 21px;}
    .tpr_content{border: none !important;}
    .tpr_inner{padding: 10px 0px !important;}
    .top_rate_sec .container{padding: 0px !important;}
    .tpr_inner .tpri_cntn h3.tpr_pr_name{font-size: 17px !important;}
    .tpr_inner .tpri_cntn p.tpr_pr_des{width: 99% !important;height: auto;margin-bottom: 0px !important;}
    .tpr_inner .tpri_cntn{width: 57% !important;}
    /* .tpr_pr_list li img{width: 8%;} */
    .tpr_pr_list{height: auto;}
    .rewdt_contn h2{font-size: 26px !important;}
    .rewdb_box{margin-left: auto;margin-right: auto;width: 80%;}
    .rewd_sec .rewds_inner{padding:0px !important;}
    .upper_hero .hero_head h1{font-size: 35px !important;}
    .cart-dropdown-item-wraper{left: 54% !important;width:300px !important;}
    .contact-box{padding: 0px !important;width:auto !important;margin: 0px !important;}
    .contact-form{padding:20px !important;}
    .contact-box h4{font-size: 16px !important;line-height: 29px !important;}
    .rewdb_body ul li{margin-bottom: -23px;}
  .table thead tr th{
      font-size: 13px;font-weight: normal;text-align: center;
  }
  .hero-content p{
      width: auto;
  }
}

@media screen and (max-width: 480px){
    .featured_box{
        padding: 10px !important;
    }
        .hero-text-img h2 {
        font-size: 40px !important;
        letter-spacing: 23px !important;
    }
        .hero-text-img {
        margin-top: -15px !important;
    }
    .featured_img {
        height: 140px;
    }
        .theme_btn {
        font-size: 17px;
        padding: 18px 32px;
    }
.faq_sec::after, .hero_sec::before, .hero_sec::after, .category_sec::before, .category_sec::after, .middle_section::after{
    position: inherit;
}
.category_sec .container-lg, .why_sec .container-lg, .simplify_sec .container-lg, .product_section .container, .tools .container, .faq_sec .container-lg, .wellness-section .container-fluid, .lumina-footer .container{
padding: 0 25px;
}
.bottom-footer{
    gap: 40px;
}
.wellness-inner{
    margin: 0;
    padding: 30px;
}
.cubion-foot-1 h4{
        margin-bottom: 28px;
}
.wellness-content h2{
    font-size: 30px;
    line-height: 130%;
}
.wellness-section .row{
    gap: 30px;
}
.tool_content .sec_title {
        font-size: 30px;
        line-height: 130%;
    }
    .heading_sec p {
        font-size: 16px;
       
    }
    .tools_img img{
        margin-top: 25px;
    }
    .faq_sec{
        padding: 70px 0 40px;
    }
    .faq_accordion .accordion-button {
        font-size: 18px;
        line-height: 25px;
        padding: 15px 0;
    }
        .faq_bottom_left h3 {
        font-size: 24px;
        margin-bottom: 13px !important;
    }
.category_box h4{
    font-size: 18px;
}
    .featured_text .theme_btn {
        font-size: 14px;
        padding: 16px 20px;
    }
    .learn_text_btn {
        font-size: 18px;
    }
    .why-hdr h4 {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1;
    }
    .why-hdr{
        align-items: center;
    }
    .featured_text h4{
        text-align: center;
        font-size: 18px;
        line-height: 120%;
    }
        .simplify_wrap .sec_title {
        font-size: 30px;
        line-height: 130%;
    }
    .why_sec{
        padding: 90px 0;
    }
        .simplify_wrap p {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 70px;
    }
        .simplify_review h4 {
        font-size: 18px;
       line-height: 140%;
    }
    .simplify_review{
            height: auto !important;
    padding: 80px 40px;
    }
        .why_box {
        margin-bottom: 40px;
    }
.category_box p{
    font-size: 16px;
}
.category_sec .row{
    gap: 30px;
}
.hero-content p{
        font-size: 16px;
    }
    .category_sec h1{
        font-size: 30px;
    line-height: 130%;
    }
    .category_sec .heading_sec p{
        font-size: 16px;
    }
}

@media screen and (max-width: 420px){
    /* .cubion-foot-1, .cubion-foot-2{
            padding: 0 30px !important;; 
    } */
    .menu_sec{
        padding-top: 30px;
    }
    .featured_text h4{
        min-height: 45px;
    }
.theme_btn:hover i {
    margin-left: 5px;
}
.short-des{
    font-size: 15px;
}
    .wellness-inner {
        margin: 0;
        padding: 30px 15px;
    }
    .learn_text_btn {
        font-size: 16px;
    }
 .featured_text .theme_btn {
        font-size: 15px;
        padding: 16px 10px;
    }
}



.cart-abc{
    margin-top: 0;
    margin-left: -5px;
    filter: brightness(0) invert(1);
    height: 40px;
    width: 40px;
}

h6.tg_price{
    font-weight: bold !important;
}
.rewd_btn{
    margin: 26px auto 0 !important;
}
.cart-mobile{
    display: inline-block;
    font-family: "Poppins", sans-serif;
    padding: 15px 19px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #014770;
    width: 100%;
}

.cart-mobile1{
    display: inline-block;
    font-family: "Poppins", sans-serif;
    padding: 15px 19px;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #ffc700;
    width: 100%;
}



/* footer style */
.lumina-footer{
    background: #fffefa;
    padding: 130px 0px 20px 0px;
}
.lumina-footer-1 a img{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    /* filter: brightness(0)invert(1); */
}
.lumina-footer-2 h4{
    font-family: "Montserrat", serif;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.lumina-footer-2 p a{
    font-family: "Montserrat", serif;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.lumina-footer-2 p a .fa-phone-alt{rotate: 90deg;}
.lumina-footer-3 h4{
    font-family: "Montserrat", serif;
    color: #F8CD6D;
    font-weight: 700;
    font-size: 16px;
}
.lumina-footer-3 img{
    width: 75%;
    padding: 5px;
    /* background: #fff; */
    border-radius: 7px;
}
.lumina-footer-5{
   background-color: rgb(0 0 0 / 20%);
    height: 1px;
}
.top-footer{
        padding-top: 45px;
         border-top: 1px solid rgb(0 0 0 / 10%);
}

.lumina-footer-4 a{
    font-family: "Montserrat", serif;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding-right: 15px;
    padding-left: 15px;
    border-right: solid 2px #fff;
}
.lumina-footer-4 a:first-of-type {
    border-left: none !important;
    padding-left: 0 !important;
}
.lumina-footer-4 a:last-of-type {
    border-right: none !important;
    padding-right: 0 !important;
}
.lumina-footer-6{
    text-align: center;
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 12px;
    margin-bottom: 0px !important;
    margin-top: 20px;
}
.bottom-footer{
        padding-top: 40px;
    border-top: 1px solid rgb(0 0 0 / 5%);
    margin-top: 40px;
}
/*laptop view*/
@media screen and (min-width: 992px){
    .lumina-footer-6{width: 53%;margin-left: auto;margin-right: auto;}
}

/*mobile view*/
@media screen and (max-width: 575px){
    .lumina-footer-4 a{font-size: 15px !important;}
        .hero-text-img h2 {
        font-size: 55px;
        letter-spacing: 20px;
    }
    .hero-text-img {
    margin-top: -20px;
}
}


/* .cart-table{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  @media (min-width: $breakpoint) {
    min-height: 320px;
  }
  &-wrapper {
    display: flex;
    flex-flow: column nowrap;
    @media (min-width: $breakpoint) {
      flex-flow: row nowrap;
    }
    height: 100vh;
    width: 100vw;
  }
}

.swiper-button {
  &-next,
  &-prev {
    color: #000;
  }
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;

  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;

  /* Slide content */
  .description,
  .title {
    display: block;
    opacity: 0;
    transition: 0.5s ease 0.5s;
  }
  &-active {
    .description,
    .title {
      opacity: 1;
    }
    .title {
      margin-bottom: 0.5rem;
      font-size: 24px;
      color: #000;
      transition: opacity 0.5s ease 0.5s;
    }
    .description {
      font-size: 16px;
      color: #777;
      transition: opacity 0.5s ease 0.75s;
    }
  }
}

.gallery-top {
  position: relative;
  width: 100%;
  height: 430px;
  @media (min-width: $breakpoint) {
    width: 80%;
    height: 100vh;
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  @media (min-width: $breakpoint) {
    width: 20%;
    height: 100vh;
    padding: 0;
  }
  .swiper-wrapper {
    flex-direction: row;
    @media (min-width: $breakpoint) {
      flex-direction: column;
    }
  }
  .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    @media (min-width: $breakpoint) {
      flex-flow: column nowrap;
      width: 100%;
    }
    height: 100%;
    opacity: 0.75;
    cursor: pointer;
  }
  .swiper-slide-thumb-active {
    opacity: 1;
  }
}

$breakpoint: 480px;

.theme_btn:active .disclaimer_box{
    background-color: #ffce24;
}

.cta-section {
  background-color: #ffffff; /* Default background color */
  transition: background-color 0.3s ease; /* Smooth transition for background color */
  
 
}

.cta-section.active {
  background-color: #fdffd2; /* Background color when button is active */
  /* border: 5px solid; */
  /* border-image: linear-gradient(to right, #DD4B8C 0%, #FF9C54 100%) 1; */
}

.cta-button.active {
   background-image: linear-gradient(90deg, #4ea311 0%, #4ea311 100%)!important;
 
}

/* When checkbox is checked */
  /* .demo-wrapper:has(input[type="checkbox"]:checked) {
    background-color: #fffac6;
  }
 
  .demo-wrapper:has(input[type="checkbox"]:checked) a {
    background-image: linear-gradient(90deg, #4ea311 0%, #4ea311 100%)!important;
    color: white;
  }
  */



.mhs-new-chk-1 strong{
    margin-right: 0px !important;
}
.mhs-new-chk-1{
    background: #eeefef;
    text-align: center;
    align-items: center;
    border-radius: 30px;
}
.ld-checkout-1{
    font-size:14px;font-family:'roboto';
    font-weight:bold;padding:0px 10px;
    display: flex;flex-direction: column;
}

#returnform{
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #f2f2f2;
}
#returnform label{
    color:#000;
}
#returnform form input{
    border-radius: 30px !important;
    padding: 5px 10px !important;
    background-color: #fff !important;
}
#returnform form textarea{
    border-radius: 30px !important;
    padding: 5px 10px !important;
}
#returnform form select{
    border-radius: 30px !important;
    padding: 10px 10px !important;
}
#returnform form select option{
    font-size: 13px !important;
}
/* #returnform form select{
    font-size: 13px !important;
} */
#returnform button{
    /* background:#04AA6D !important; */
  font-family: 'Poppins', sans-serif !important;
  color: #fff !important;
  border-radius: 6px;
    /* padding: 7px 27px; */
  font-size: 16px;
    font-weight: 400;
    border: none;
    margin-top: 10px;
}




/* new contactus */


/*laptop view*/
@media screen and (min-width: 992px){
    div.contact-bnnr{background-position: top center;}
    div.npv-contct-1{padding: 55px 55px;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    div.contact-bnnr{background-position: top center;}
    div.npv-contct-1{padding: 48px 55px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    div.contact-bnnr{background-position: right center;box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);	}
     div.npv-contct-1{padding: 30px 55px;}
}



/*mobile view*/
@media screen and (max-width: 575px){
    div.contact-bnnr{background-position: right center;box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);	}
    div.npv-contct-1{padding: 30px 55px;}
}


div.contact-bnnr{
    background:url(../images/contact-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
}
div.npv-contct {
    margin-top: 10%;
}

div.npv-contct h5 {
    font-size: 40px;
    color: #fff;
}

div.npv-contct p {
    color: #fff;
    font-size: 15px;
}

div.npv-contct-1 {
    border-radius: 10px;
    
    background: #f2f2f2;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}
div.npv-contct-2 {
    border-radius: 10px;
    padding: 50px 30px;
    background: #f2f2f2;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}
div.npv-contct-2 input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #000;
    border-radius: 0px;
    background-color: #fff !important
}

div.npv-contct-2 input:focus {
    border: none !important;
    box-shadow: none !important;
}
div.npv-contct-2 textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #000;
    border-radius: 0px;
}

div.npv-contct-2 textarea:focus {
    border: none !important;
    box-shadow: none !important;
}

div.cnt-1 h4 {
    color: #e1af2d;
    font-size: 20px;
}
div.npv-contct-2 h4{
    color: #e1af2d;
    font-size: 20px;
}
div.cnt-1 p {
    font-size: 13px;
}
div.npv-contct-2 button.btn.cnt-btn {
    background: green;
    color: #fff;
    padding: 10px 40px;
}

/*laptop view*/
@media screen and (min-width: 992px){
    .cubion-foot-2 h4{margin-top: 7%;}
    .cubion-foot-1 img{width: 75%;margin-bottom: 20px;}
    .cubion-foot-2 img{width: 75%;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {

}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

.cubion-foot-1 h4{
    font-family: 'Manrope';
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform:capitalize;
    margin-bottom: 15px;
}

.cubion-foot-2 h4{
    font-family: 'Manrope';
    color: #1A1A1A;
    font-weight: 700;
    font-size: 16px;
    text-transform:capitalize;
    margin-bottom: 15px;
}

.cubion-foot-1 ul{
    list-style-type: none;
    padding: 0px !important;
}
.cubion-foot-2 ul{
    list-style-type: none;
    padding: 0px !important;
}
.cubion-foot-2 ul li{
    text-transform:capitalize;
}
.cubion-foot-1 ul li{
    text-transform:capitalize;
}

.cubion-foot-1 ul li a{
    font-family: 'manrope';
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
}
.cubion-foot-2 ul li a{
    font-family: 'manrope';
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
}

/* cart popup */
.dropbtn {
  background-color: transparent;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

div.dropdown-content {
   opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  right: 0;
  width: 330px;
  z-index: 1;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  border-radius: 10px;
}
div.nav-cart-content{
    padding: 10px;
}
div.nav-cart-items{
    padding: 10px 0px;
}
div.nav-cart-item{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 15px;
}
div.nav-cart-item-image{
    width: 30%;
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
}
div.nav-cart-item-image a img{
    border-radius: 5px;
}
div.nav-cart-item-desc{
    width: 70%;
    display: flex;
    flex-direction: column;
}
div.nav-cart-item-desc a{
    padding: 5px 0px;
}
div.nav-cart-item-desc span{
    padding: 5px 0px;
}
div.div.nav-cart-item-image img{
    width: 100%;
}
.dropdown-content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}

.wcmenucart-count{
    color: #fff;
    background: #e1af2d !important;
    border: 1px solid #e1af2d !important;
    position: relative;
    font-size: 15px;
    padding: 3px 9px;
    top: -10px;
    border-radius: 30px;
}
a.nav-cart-item-quantity{
    font-weight: bold;
}
a.site-button{
    background: #e1af2d !important;font-family: 'Poppins', sans-serif;color: #fff !important;
    padding: 10px;display: block;
}

/* terms page */
.term-track, .term-track img {
    align-items: center;
    display: flex;
}
@media screen and (min-width: 992px) {
    .term-track11 {
        width: 19.77%;
        padding: 10px;
    }
}
.term-track img {
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.terms-sec p, .terms-sec ul li {
    text-align: left;
    margin: 0 0 25px;
    font-weight: 400;
    list-style: none;
}


/* conatact page */
.contact-box {
    padding: 30px;
    width: 67%;
    margin: 30px auto;
    background: #f2f2f2;
    border-radius: 10px;
}
.con-last{
    display: flex;
    gap: 15px;
}
.con-last img {
    width: 19%;
    height: 100px;
    object-fit: contain;
}
.terms-sec p, .terms-sec ul li {
    text-align: left;
    margin: 0 0 25px;
    font-weight: 400;
    list-style: none;
}
.terms-sec h2, .terms-sec h3, .terms-sec h3 strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 18px;
}

.blacktext {
    font-weight: 600 !important;
    font-style: normal;
    font-size: 28px !important;
    line-height: 0.8;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.color-quantity{
    display: flex;
    align-items: center;
}
.color-btn-plus{
    background: #ccc;
    border: solid 1px #ccc;
    padding: 6px 20px;
}
.color-btn-minus{
    background: #ccc;
    border: solid 1px #ccc;
    padding: 6px 20px;
}
.quantity-number{
    text-align: center;
    border-radius: 0px;
}
.navy-color{
    text-align: center;
    background: #427991 !important;
    color: #fff;
    font-weight: 500;
}
.pnk-color{
    text-align: center;
    background: #ffc0cb !important;
    color: #000;
    font-weight: 500;
}
.white-color{
    text-align: center;
    background: #fff !important;
    color: #000;
    font-weight: 500;
}
.red-color{
    text-align: center;
    background: red !important;
    color: #fff;
    font-weight: 500;
}
.orange-color{
    text-align: center;
    background: orange !important;
    color: #fff;
    font-weight: 500;
}
.mini-banner-hdng{
    font-family: 'Unbounded';
    font-size: 31px;
}

@media screen and (max-width: 420px){
    .hero-text-img h2 {
        font-size: 40px !important;
        letter-spacing: 20px !important;
    }
        .hero_sec .container {
        padding: 140px 25px 70px;
    }
}
@media screen and (max-width: 375px){
    .featured_text .theme_btn {
        font-size: 13px;
        padding: 16px 6px;
    }
        .hero-text-img h2 {
        font-size: 40px !important;
        letter-spacing: 15px !important;
    }
}






/*laptop view*/
@media screen and (min-width: 992px){
    .cubion-foot-1{ padding-right: 100px; }
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .cubion-foot-1{ padding-right: 100px; }
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .cubion-foot-1,.cubion-foot-2{ text-align: center; }
}   



/*mobile view*/
@media screen and (max-width: 575px){
    .cubion-foot-1,.cubion-foot-2{ text-align: center; }
}

.index-rwrd-bnnr{
    height: 300px;
    background:url(../images/indexrwrdbnnr.webp);
    background-position: bottom center;background-size: cover;
    background-repeat: no-repeat;
    display: flex;align-items: center;justify-content: center;
}

.pulse {
     animation-name: pulse;
     -webkit-animation-name: pulse;
     animation-duration: 1.5s;
     -webkit-animation-duration: 1.5s;
     animation-iteration-count: infinite;
     -webkit-animation-iteration-count: infinite;
}
 @keyframes pulse {
     0% {
         transform: scale(0.9);
    }
     50% {
         transform: scale(1);
    }
     100% {
         transform: scale(0.9);
    }
}
 @-webkit-keyframes pulse {
     0% {
         -webkit-transform: scale(0.95);
    }
     50% {
         -webkit-transform: scale(1);
    }
     100% {
         -webkit-transform: scale(0.95);
    }
}