/*-----------------------------------------------------------------------------------

 Theme Name: Dhs Ecom
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: "harmonia";
  src: url(../fonts/Harmonia/Harmonia.otf);
}
:root {
  --primary-background:#1a4845; 
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
}
body{font-family: var(--primary-font-family); }
p{font-family: "harmonia";}
h1{ font-family: "harmonia";}
h2{ font-family: "harmonia";}
h3{ font-family: "harmonia";}
h4{ font-family: "harmonia"; margin-bottom: 0;}
h5{font-family: "harmonia";}
h6{font-family: "harmonia";}
a{font-family: "harmonia";}
li{font-family: "harmonia";}
input{font-family: "harmonia";}
textarea{font-family: "harmonia";}
button{font-family: "harmonia";}
html {
  scroll-behavior: smooth;
}

/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1);}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}

.top-bar-wrapp{background-color: #63a374;padding: 9px;}
.top-con{text-align: left;}
.top-con p{color: #fff; margin-bottom: 0; font-size: 15px; }
.top-bar-social{text-align: right;}
.top-bar-social ul{list-style-type: none;display: flex;margin: 0;padding: 0;justify-content: flex-end;}
.top-bar-social ul li{margin-left: 16px; }
.top-bar-social ul li a{color: #fff; text-decoration: none; font-size: 15px; }
.ms-n5 {margin-left: -40px; }
.main-header-wrapper{padding: 14px 20px; }
.main-header-inner{display: flex;align-items: center;padding-top: 15px; justify-content: space-between;}
.logo img{width: 65%; }
.logo{width: 15%;}
.search-div{width: 65%; height: 100%; }
.search-div input{border-radius: 5px!important;
    background-color: #fff;
    padding: 11px;
    padding-left: 40px;
    font-size: 14px;
z-index:1 !important;}
.search-div button{border-radius: 5px!important;height: 98%;padding: 0px 20px;background-color: #ed601e!important;color: #fff;}
.header-right-div{width: 35%; }
.header-right-div ul{list-style-type: none; padding-left: 0; display: flex; justify-content: flex-end; margin-bottom: 0; align-items: center;}
.header-right-div ul li{margin-left: 21px; font-size:14px;}
li.rup {
    color: #7E7E7E;
    display: flex;
    width: 70px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}
li.rup img {
    width: 24px;
    border-right: 1px solid #ddd;
    padding-right: 9px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding-top: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(43 87 54);
    font-size: 14px;
    letter-spacing: 1px;
}
.header-right-div ul li a{
    color: #ed601e;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    position:relative;
}
span.cart-output {
    position: absolute;
    left: 5px;
    top: -5px;
    color: #ffffff;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    background: #ed601e;
}
.header-right-div ul li a i{margin-right: 5px;
    font-size: 15px;}
.navbar-nav li{margin-left: 36px;}
.navbar-nav li:first-child{margin-left: 0px;}
.dropdown-menu li{margin-left: 0px; border-bottom: 1px solid #ccc;}
.dropdown-menu{background-color: #f8f9fa; border:none; border-radius: 0px; padding: 0px;}
.dropdown-menu li:last-child{border:none;}
.dropdown-menu li a{padding: 11px 16px;}
i.fa.fa-search.form-search {
    position: absolute;
    top: 16px;
    left: 15px;
    z-index: 1;
}

/*========================header css end===========================*/


/*===========================Home main banner css start=============================*/

.banner-item{display: flex; justify-content: center; align-items: center;     margin-bottom: 20px;}
.main-banner-content{width: 65%;}
.main-banner-image{width: 50%;}
.main-banner-image img{width: 100%;}
.banner-main-image{width: 100%;}
.home-slider-inner{width: 100%;height: auto;background-repeat: no-repeat;background-size: cover;padding: 0px 0px 0px 0px;}
#home-slider .owl-dots button{border: 1px solid #212754!important; background-color: #212754!important; width: 10px; height: 10px; border-radius: 50px; margin-right: 10px; margin-bottom: 9px;}
#home-slider .owl-dots button.active{background-color: #212754!important; height: 40px;}
#home-slider .owl-dots{justify-content: center; display: none; margin-top: 30px; margin-bottom: 30px; position: absolute; display: grid; top: 100px; right: -48px;}
#home-slider .owl-dots button:focus{outline: none; box-shadow: none;}
#home-slider{position: relative;}
.main-banner-content h3{color: #212754; text-transform: uppercase; font-size: 60px; font-weight: 500; text-shadow: 0px 7px #dee4f4;}
.main-banner-content h2{font-weight: 700; font-size: 70px; color: #212754; text-shadow: 0px 8px #dee4f4;}
.main-banner-content p{font-size: 21px; color: #212754; margin-top: 15px;}
.main-banner-content{padding-right: 70px;}
.banner-main-button a{background-color: #dee4f4; padding: 10px 30px; color: #212754; text-transform: uppercase; font-size: 1vw; text-decoration: none; font-weight: 600; border-radius: 50px;}
.banner-main-button{margin-top: 40px;}
.home-slider-wrapper{/* box-shadow: 0px 0px 10px #b8bbd4; */}
#home-slider .owl-nav .owl-prev {position: absolute; left: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-prev:focus {outline: 0; }
#home-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff;}
#home-slider .owl-nav .owl-next {position: absolute; right: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-next:focus {outline: 0; }
#home-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff;}
#home-slider:hover .owl-prev {left: 15px; opacity: 1; }
#home-slider:hover .owl-next {right: 15px; opacity: 1; }
 #home-slider .item{height: 640px;margin-top: 10px;border-radius: 15px;}
 #home-slider .item img{height: 100%;object-fit: cover;width: 100%;border-radius: 15px;}
 #home-slider .item .cover {padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0;   /*background: rgb(0 0 0 / 40%);*/ display: flex; align-items: center; }
 #home-slider .item .cover .header-content {position: relative; padding: 56px; overflow: hidden; }
 #home-slider .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
 #home-slider .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
 #home-slider .item .cover .header-content h1 {font-size: 51px;  margin: 0px 0 20px; word-spacing: 3px; color: #000;  text-align: left; }
#home-slider .item .cover .header-content h2 {font-size: 51px;  margin: 0px 0 20px; word-spacing: 3px; color: #fff; text-align: left; }
#home-slider .item .cover .header-content h2 span{color: #41b1b3; text-decoration: underline;}
#home-slider .item .cover .header-content h5 {font-size: 20px; font-weight: 600; margin: 0px 0 20px; word-spacing: 3px; color: #41b1b3; text-align: left; font-family: 'Lato', sans-serif;}
/*header .item .cover .header-content h2 {color: #ff0200; padding: 0px 20px; font-size: 61px;}*/
 #home-slider .item .cover .header-content p{color: #fff; font-size: 18px; text-align: left; font-family: 'Lato', sans-serif; width: 60%;}
 #home-slider .item .cover .header-content h4 {font-size: 24px; font-weight: 300; line-height: 36px; color: #fff; }
 #home-slider .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h4 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
 #home-slider .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }

 #home-slider .item .cover .header-content .banner-read-more{    color: #ffffff; font-size: 15px; line-height: 15px; font-weight: 700; font-style: normal; font-family: Lato; text-decoration: none; background-color: #2b343b; border-color: #1b242b; border-style: none; border-width: 1px 1px 1px 1px; border-radius: 50px 50px 50px 50px;     padding: 15px 35px;}
 #home-slider .item .cover .header-content .banner-contact-us{    color: #ffffff; font-size: 15px; line-height: 15px; font-weight: 700; font-style: normal; font-family: Lato; text-decoration: none; background-color: #41b1b3; border-color: #1b242b; border-style: none; border-width: 1px 1px 1px 1px; border-radius: 50px 50px 50px 50px;     padding: 15px 35px; margin-left: 20px;}

  #home-slider .item .cover .header-content .banner_buttons{margin-top: 40px;}

/*===========================Home main banner css end==========================*/


/*===========================Home best seller css start==========================*/
.best-seller-wrapp{padding: 50px 0px;}
.best-sell-head{display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.best-sell-head h3{margin-bottom: 0;color: rgb(43 87 54);font-weight: 600;font-size: 28px;}
.best-sell-head a{color: #ed601e;text-decoration: none;}
 .best-box-inn{background-color: #fff;
    padding: 18px 11px 24px;
    border-radius: 0px;
    box-shadow: 0px 1px 4px 0px #00000021; }
.best-box-inn img{margin-bottom: 20px;
    width: 100%;
    height: 220px;
    object-fit: cover;}
    .owl-carousel.owl-drag .owl-item{
        padding:5px;
    }
.best-box-inn h4{font-size: 19px; font-weight: 400; margin-bottom: 7px; }
.best-box-inn .price{font-size: 13px;}
.best-box-inn .old-price{font-size: 13px!important;text-decoration: line-through;}
.best-box-inn .save-price{font-size: 13px;color: #fb976f;}
.best-box-inn h5{
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.best-box-inn h5 span{margin-right: 0px;}
.rating-pro{display: flex; align-items: center; }
.rating-pro ul{padding-left: 0; list-style-type: none; display: flex; margin-bottom: 0; }
.rating-pro ul li{margin-right: 5px; font-size: 13px; color: #f9b243; }
.rating-pro h6{margin-bottom: 0; font-size: 13px; }
/*===========================Home best seller css end==========================*/

/*===========================Home product categories css start==========================*/

.pro-cat-box a{color: #000; text-decoration: none;}
.pro-cat-box img{ width: 100%; border-radius: 50%; }
.pro-cat-box h6{text-align: center; font-size: 15px; margin-top: 15px; text-transform: capitalize;}
.sale-banner-box img{width: 100%;}
.sale-banner-box{position: relative;}
.sale-banner-box:before {position: absolute; bottom: 0; left: 0; content: ""; width: 100%; height: 100%; background: linear-gradient(0deg,rgba(34,34,34,0.89) 0%,rgba(34,34,34,0.06) 38%); z-index: 0; border-radius: 10px; }
.sale-banner-link{position: absolute;bottom: 30px;left: 40px;width: calc(100% - 80px);text-align: center;}
.sale-banner-link a{background-color: #fff;text-decoration: none;color: #000;padding: 10px 20px;display: inline-block;border-radius: 50px;text-align: center;}
.sale-banner-link a:hover{
    background-color: #ed601e;
    color: #fff;
}
.quiz-box img{ width: 100%; height: 300px; object-fit: cover; }
.quiz-box{position: relative;}
.quiz-box:after{content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: auto; border: 7px solid transparent; box-shadow: inset 0 0 0 2px #fff; box-shadow: inset 0 0 0 2px #fff; z-index: 3;}
.quiz-box a h6{margin-bottom: 2px; color: #fff;}
.quiz-box a p{margin-bottom: 0; font-size: 14px; color: #fff;}
.quiz-box a{padding: 10px 40px;background-color: #ed601e;}
.quiz-box{margin-bottom: 30px;}

/*===========================Home product categories css end==========================*/

/*===========================Home blog css start==========================*/
.blog-big-box img{width: 100%;border-radius: 11px;margin-bottom: 20px;height: 433px;object-fit: cover;}
.blog-big-box h5{
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #ed601e;
    margin-bottom: 12px;
    height: 26px;
    overflow: hidden;
    }
.blog-big-box h6{color: #000; font-size: 15px; }
.blog-small-box img{width: 100%; border-radius: 11px; margin-bottom: 20px; height: 164px;
    object-fit: cover;}
.blog-small-box h5{
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #ed601e;
    height: 26px;
    overflow: hidden;
    }
.blog-small-box h6{color: #000; font-size: 15px; }
.blog-small-box{margin-bottom: 30px;}
/*===========================Home blog css end==========================*/

/*===========================Home testimonial css start==========================*/
.testi-main{padding: 50px;background-color: #dddddd4f;background-repeat: no-repeat;background-size: cover;}
.testi-box{background-color: #fff;padding: 30px;text-align: center;}
.testi-box .rating-pro{justify-content: center; margin-bottom: 30px;}
.testi-box p{font-size: 15px; height: 68px;
    overflow: hidden;}
.testi-box h6{color: #000; font-weight: 600;}
.testi-head h3{color: #000;text-align: center;font-weight: 600;margin-bottom: 44px;}

/*===========================Home testimonial css start==========================*/

/*===========================Home video css start==========================*/
.video-con{display: flex; height: 100%; align-items: center;}
.video-con h3{color: #000;text-align: left;font-weight: 600;margin-bottom: 20px; font-size: 22px; }
.video-con p{font-size: 15px; color: #000;}
.video-wrapper{padding: 50px 0px;}
.consult-img img{width: 100%;}
.consult-con h6{color: #000;text-align: left;font-weight: 600;margin-bottom: 20px; font-size: 18px;}
.consult-con a{background-color: #ed601e;color: #fff;padding: 10px 30px;display: inline-block;margin-top: 10px;text-decoration: none;border-radius: 50px;}
.consult-con a:hover{
    background-color: #a0c7aa;
}
/*===========================Home video css end==========================*/

/*===========================Home certificate css start==========================*/

.certificate-box{text-align: center; }
.certificate-box i{color: #fff; font-size: 34px; margin-bottom: 21px; }
.certificate-box h5{color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    height: 24px;
    overflow: hidden;}
.certificate-box p{color: #000; font-size: 15px; margin-bottom: 0; }
.certificate-wrapp{background-color: #dddddd4f;
    padding: 50px 0px;}
    .certificate-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 4px 0px #00000021;
}
.certificate-wrapp img {
    width: 100px;
    margin-bottom: 25px;
    height: 100px;
}
/*===========================Home certificate css start==========================*/


/*===========================footer css start==========================*/
.footer-main{display: flex; justify-content: space-between;}
footer{background-color: #a0c7aa;padding: 50px 0px;}
.footer-pro{}
.footer-pro h5{color: #fff; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
.footer-pro ul{padding-left: 0; margin-bottom: 0; list-style-type: none; }
.footer-pro ul li{margin-bottom: 11px; }
.footer-pro ul li:before{content: "\f0da";font-family: 'Font Awesome 5 Free';font-weight: 600;color: #fff;margin-right: 9px;}
.footer-pro ul li a{color: #fff; text-decoration: none; font-size: 15px; }
.footer-contact ul li:before{display: none;}
.footer-contact p a{color: #fff; text-decoration: none; font-size: 15px; }
.footer-contact p a i{margin-right: 10px; }
.footer-contact ul{display: flex; margin-top: 27px; }
.footer-contact ul li{margin-right: 15px; }
.footer-contact ul li a{font-size: 20px; }
.footer-bottom{padding-top: 20px; border-top: 1px solid #ccc; margin-top: 40px;}
.copyright-con p{color: #fff; font-size: 15px; margin-bottom: 0px;}
.footer-bottom-link ul{display: flex; justify-content: flex-end; padding-left: 0px; margin-bottom: 0px; list-style-type: none;}
.footer-bottom-link ul li{ margin-left: 10px; }
.footer-bottom-link ul li a{color: #fff; text-decoration: none; font-size: 14px;}


/*===========================footer css end==========================*/

/*===================Inner banner section css start===============*/

.inner-banner-inner{background-position: 100%;background-size: cover;height: 300px;position: relative;background-repeat: no-repeat;}
.inner-banner-overlay{background-color: #000;opacity: 0.5;transition: background 0.3s, border-radius 0.3s, opacity 0.3s;height: 100%;width: 100%;top: 0;left: 0;position: absolute;}
.inner-banner-content h3{color: #000;font-weight: 500;font-size: 35px;padding-top: 20px;text-transform: capitalize;margin-bottom: 8px;text-align: center;}
.inner-banner-content h3 span{color: #254c25; }
.inner-banner-content{display: var(--secondary-display);justify-content: start;align-items: var(--align-center);height: 100%;position: relative;}
.inn-banner-content-div ol{justify-content: center;background-color: unset; margin-top: 20px;}
.inn-banner-content-div ol li{color: #000!important; font-weight: var(--font-weight-600)!important;}
.inn-banner-content-div ol li a{color: #000!important;text-decoration: none;}
.inn-banner-content-div .breadcrumb-item+.breadcrumb-item::before{color: #000!important;}
.inner-banner-wrapper{margin-top: 0px;}
.inn-banner-content-div{background: rgba(255, 255, 255, 0.9);border-radius: 5px;display: block;float: none;margin: 0 auto;outline: 1px solid #dbdbdb;outline-offset: -10px;padding: 1px 24px;text-align: center;width: 40%;}
.inner-banner-content h5{font-weight: normal; margin: 0px; margin-bottom: 15px; color: #000; font-size: 16px; }
.line_4, .line_5, .line_6 {
    background: #254c25;
}
.line_4 {
    width: 200px;
    margin: 5px auto 0;
}
.line_5 {
    width: 150px;
    margin: 5px auto 0;
}
.line_6 {
    width: 100px;
    margin: 5px auto 0;
}
.line_4, .line_5, .line_6 {
    display: block;
    height: 1px;
    position: relative;
}



/*==========================Inner banner section css end=============
==============*/

/*------------------------- About Us start--------------------------*/

 @media only screen and (max-width: 991px) {

   .axil-about-area .about-thumbnail {margin-bottom: 50px; text-align: center; } }

 @media only screen and (max-width: 767px) {

   .axil-about-area .about-thumbnail {margin-bottom: 40px; } }

 .axil-about-area .about-thumbnail img {border-radius: 10px;width: 100%;margin-bottom: 0;}

 .axil-about-area .about-content .title {margin-bottom: 24px; line-height: 1.2; font-size: 28px; color: #000; }

 .axil-about-area .about-content .text-heading {font-size: 15px; margin-bottom: 22px; display: block; text-align: justify; }

 .axil-about-area .about-content p {font-size: var(--font-size-b2);margin-bottom: 13px;font-size: 14px;}

 .axil-about-area .about-content.content-right {padding-left: 8px;}

 .axil-about-area .about-content.content-left {padding-right: 60px; }

 .axil-about-area.about-style-2 {padding-top: 80px; }

 @media only screen and (max-width: 767px) {

   .axil-about-area.about-style-2 {padding-top: 60px; }

}

 .axil-about-area.about-style-2 .about-content .subtitle {font-size: 14px; margin-bottom: 5px; display: block; }

 .axil-about-area.about-style-2 .about-content .title {font-size: 40px; }

 .axil-about-area.about-style-2 .about-content .axil-btn {border-color: #efefef; }

 .axil-about-area.about-style-2 .about-content .axil-btn:hover {border-color: var(--color-primary); }

 .about-info-area {position: relative; z-index: 1; }

 .about-info-area:after {content: ""; height: 50%; width: 100%; background-color: #f6f6f6; position: absolute; left: 0; right: 0; bottom: 0; z-index: -1; }

 .about-info-box {box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);padding: 40px 50px;border: 1px solid #fff;border-radius: 5px;background-color: #fff;transition: var(--transition);margin-bottom: 30px;}

 .about-info-box .thumb {margin-bottom: 26px; }

 .about-info-box .content .title {margin-bottom: 12px; font-weight: 700; }

 .about-info-box .content p {font-size: var(--font-size-b2); }

 .about-info-box:hover {border-color: var(--color-primary); }

 .about-style-3 {padding: 80px 0 0; margin-bottom: -20px; }

 .about-style-3 .section-title-wrapper {padding-right: 0; }

 .about-style-3 .section-title-wrapper .title {margin-bottom: 10px; }

 .about-features {margin-bottom: 50px; }

 .about-features .sl-number {font-size: 40px; font-weight: 700; color: var(--color-lightest); margin-bottom: 10px; }

 .about-features .title {margin-bottom: 10px; }

 .about-gallery .thumbnail {margin-bottom: 20px; }

 .about-gallery .thumbnail img {border-radius: 6px; width: 100%; }

 .about-gallery .thumbnail.thumbnail-1 {margin-top: 30px; }

 @media only screen and (max-width: 991px) {

   .about-gallery .thumbnail.thumbnail-1 {margin-top: 0; }

}

.about-style-1{padding: 50px 0px;}

.title-highlighter {margin-bottom: 15px; display: block; font-size: 21px; font-weight: 500; }

.title-highlighter i{color: #2395ff; padding-right: 11px; font-size: 24px; }

.about-content h3{margin-bottom: 20px; font-weight: 600;}


 /*------------------------- About Us end--------------------------*/

 .contact-banner-div{    padding-top: 11px;

    padding-bottom: 0px;  box-shadow: unset;}



.contact-left{

margin-top: 0px;

background-color: #fff;

padding: 40px;

/* box-shadow: 0px 0px 10px #ccc; */
}

.contact-left h5{

    font-size: 26px;

    color: #000;

    font-weight: 600;

    letter-spacing: 0px;

    margin-bottom: 15px;

}

.contact-left h2{

    font-size: 30px;

    margin-bottom: 14px;

}

.contact-left h6{

    font-size: 15px;

    margin-bottom: 50px;

}

.contact-left form{}

.contact-left form label{

    font-family: "harmonia";

    margin-bottom: 8px;

    font-size: 15px;

}

.contact-left form input{

    margin-bottom: 15px;

    padding: 10px;

    border-radius: 1px;

}

.contact-left form textarea{

    height: 150px;

}

.contact-left form button{

border: 2px solid #254c25;

border-radius: 0;

text-transform: uppercase;

font-weight: 600;

letter-spacing: 1px;

padding: 11px 21px;

margin-top: 32px;

margin-bottom: 30px;
}

.contact-left p{

    font-size: 17px;

}



.contact-right-div{

    padding: 35px 20px;

}

.contact-right-div h5{

    font-size: 25px;

    color: #000;

    font-weight: 600;

    letter-spacing: 0px;

    margin-bottom: 23px;

    text-transform: uppercase;

}

.contact-right-div ul{

    padding-left: 0px;

    list-style-type: none;

    margin-left: 0px;

}

.contact-right-div ul li{

    display: flex;

    font-family: "harmonia";

    margin-bottom: 20px;

    align-items: center;

}

.contact-right-div ul li p{

    font-family: "harmonia";

    margin-bottom: 0;

}

.contact-right-div ul li i{

margin-right: 12px;

font-size: 25px;

color: #254c25;
}



.contact-page-wrapp{padding: 50px 0px;}



#news-section-1 .blog_info {
    background: #f5f8fa;
    min-height: 300px;
    padding: 41px 35px 27px;
    width: 100%;
}

#news-section-1 .blog-thumbnail {
    float: left;
    margin-bottom: 30px;
    max-width: 100%;
}
#news-section-1 .blog_info .blogimagedescription {
    padding: 0;
}
.blog_info .blogimagedescription h3, .blog_info .blogimagedescription h3 a {
    color: #435061 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 8px;
    text-transform: uppercase;
}
.blog_info .archieves {
    clear: both;
    margin: 0;
    padding: 0;
}
.blog_info .archieves li {
    border-bottom: 1px solid #e1e6ec;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
}
.blog_info ul li {
    float: left;
    list-style: outside none none;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.blog_info .archieves li a {
    color: #435061 !important;
    font-size: 13px !important;
    text-transform: uppercase;
}

#news-section-1 .news-tag > a {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #676767;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 10px 15px;
}

.blog-det-new{box-shadow: unset;}
.blog-det-new .pt-blog-contain p{padding-top: 0px;}
.fancybox.centered{color: #fff; font-size: 56px;}





/*kapil new css start*/

.news-new-con h4{font-size: 18px; font-weight: 600; margin: 0; color: #000; }
.news-new-con .news-details{display: table; table-layout: fixed; width: 100%; margin: 15px 0 20px; }
.news-new-con .news-details span{background: #fff; color: #676767; display: inline-block; font-size: 14px; line-height: 38px; margin-right: 30px; }
.news-new-con .news-details i{font-size: 21px; margin-right: 5px; vertical-align: text-bottom; }
.news-new-con p{ font-size: 15px; color: #000;     margin-bottom: 0;}
.news-new-con .link_arrow{display: inline-block; font-weight: bold; font-size: 14px; color: #2a2a2a; text-transform: capitalize; margin-top: 20px; text-decoration: none;}
.news-new-image{overflow: hidden; position: relative !important; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.news-new-image img{height: auto; position: relative !important; width: 100%; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.news-new-image:hover img{-moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); -webkit-transform: scale(1.15); transform: scale(1.15); }
.news-new-con .link_arrow::after {color: inherit; content: "\f105"; font-family: 'Font Awesome 5 Free'; font-size: 18px; line-height: normal; margin-left: 8px; position: relative; left: 0; top: -2px; vertical-align: middle; font-weight: 600; }
.news-1-box{margin-bottom: 50px;}

/*Pagination*/

.pager {margin: 0; display: flex!important; list-style-type: none; padding-left: 0; margin-bottom: 50px; }
.pager, .pager > li {display: inline-block; border-radius: 4px; margin-right: 8px; }
.pager li > a {background: #fff; border: 1px solid #ddd; border-radius: 0; display: inline-block; font-size: 16px; padding: 8px 16px; color: #676767; text-decoration: none; }
.pager li > a:hover, .pager li > a:focus, .pager li.active > a {color: #fff; }
.pager li > a:hover, .pager li > a:focus, .pager li.active > a {background: #ed2a28; border-color: #ed2a28; }

a{text-decoration: none;}
.blogimage_thumbnail img{width: 100%;}


/* ------- NEWS DETAILS  ------ */
.news-section-details .social-icons > ul {display: inline-block; margin-bottom: 0px;}
.news-section-details .social-icons > h4 {display: inline-block; }
.news-section-details .news-2-tag h4 {display: inline-block; margin-left: -14px; margin-right: 10px; font-size: 18px;}
.news-section-details .news-2-tag p {display: inline-block; margin-bottom: 0px;}
.news-section-details .news-2-tag {border-bottom: 1px solid #d5d5d5; border-top: 1px solid #d5d5d5; display: block; height: 63px; margin-left: 15px; margin-top: 45px; padding: 10px 0; width: 96%; }
.news-section-details .news-2-tag .social-icons > h4 {margin-right: 20px; vertical-align: middle; }
.sim-lar-text > p span {color: #7e7e7e; font-size: 12px; }
.sim-lar-p > img {border-radius: 5px; }
.news-comnts-text > a {float: right; margin-top: -20px; color: #1f1d22; }
.news-comnts-text span {color: #818181; font-size: 12px; }
.news-comnts-text {margin-left: -12px; }
.news-section-details .single-query input[type="text"] {width: 100%; }
.news-details{display: table; table-layout: fixed; width: 100%; margin: 15px 0 20px; }
.news-details span{background: #fff; color: #676767; display: inline-block; font-size: 14px; line-height: 38px; margin-right: 30px; }
.news-details i{font-size: 21px; margin-right: 5px; vertical-align: text-bottom; }
.news-1-box p{font-size: 14px;}
.news-1-box h3{font-size: 24px; font-weight: 600; margin: 0; color: #000; margin-bottom: 20px;}
.news-section-details.property-details .text-it-p {border-left: 6px solid #254c25;}
.news-section-details.property-details .text-it-p {padding: 15px 10px 15px 25px; background: #f5f8fa; }
.news-section-details.property-details .text-it-p p{    font-style: oblique; font-size: 14px;}
/*Social Icons*/
.socials li {display: inline-block; }
.socials li a {color: #dbdbdb; border: 1px solid #dbdbdb; display: block; font-size: 14px; height: 32px; line-height: 30px; width: 32px; margin: 5px 5px 5px 0; text-align: center; }
.socials.dark li a {color: #676767; border-color: #676767; }
.socials li a:hover, .socials li a:focus {color: #dbdbdb ; }
.text-right{text-align: right;}
.align-item-center{align-items: center;}
.margin-b60 {margin-bottom: 20px;}
.margin-t60 {margin-top: 50px;}
.property-details h2 {margin-bottom: 15px;/* font-family: 'Roboto'; */font-size: 25px;font-weight: 600;}
.color_red {color: #ed2a28; }
.line_1, .line_2, .line_3, .line_1-1, .line_2-2, .line_3-3 {display: block; height: 1px; background: #dbdbdb; position: relative; }
.line_1 {width: 200px; margin-top: 10px; }
.line_2 {width: 150px; margin-top: 5px; }
.line_3 {width: 100px; margin-top: 5px; margin-bottom: 15px; }
.sim-lar-text h3{font-size: 21px; color: #000; font-weight: 600;}
.sim-lar-text{padding-top: 20px;}
.sim-lar-text p{color: #000; font-size: 14px;}
.sim-lar-text .link_arrow{display: inline-block; font-weight: bold; font-size: 14px; color: #2a2a2a; text-transform: capitalize; margin-top: 0px; text-decoration: none;}
.sim-lar-text .link_arrow::after {color: inherit; content: "\f105"; font-family: 'Font Awesome 5 Free'; font-size: 18px; line-height: normal; margin-left: 8px; position: relative; left: 0; top: -2px; vertical-align: middle; font-weight: 600; }
.news-comnts-text h4{font-size: 18px; color: #000; font-weight: 600;}
.news-comnts-text .link_arrow{display: inline-block; font-weight: bold; font-size: 14px; color: #2a2a2a; text-transform: capitalize; margin-top: -29px; text-decoration: none;}
.news-comnts-text .link_arrow::after {color: inherit; content: "\f105"; font-family: 'Font Awesome 5 Free'; font-size: 18px; line-height: normal; margin-left: 8px; position: relative; left: 0; top: -2px; vertical-align: middle; font-weight: 600; }
.news-comnts-text p{color: #000; font-size: 14px;}
.single-query .keyword-input {border: 1px solid rgba(229, 229, 229, 1); height: 40px; border-radius: 0; padding-left: 10px; width: 100%; background: #fff; }
.single-query {margin-bottom: 10px; }
.single-query textarea {border: 1px solid rgba(229, 229, 229, 1); border-radius: 0; height: 140px; width: 100%; margin-bottom: 15px; padding-left: 10px; padding-top: 15px; transition: all 0.3s ease 0s; }
.btn_fill {background: #254c25;font-weight: 700 !important;text-align: center;color: #fff;padding: 12px 40px;text-transform: uppercase;border-radius: 4px;display: inline-block;border: unset;}
.news-section-details img{width: 100%;}


.faq-wrapper{padding: 70px 0px;}
.faq-inner-div .accordion-item{margin-bottom: 20px; border: 1px solid rgba(0,0,0,.125)!important;background-color: #fff;box-shadow: 0px 0px 10px #ccc!important;padding: 14px 22px;}
.faq-inner-div  .accordion-button:not(.collapsed) {
    color: #000!important;
    background-color: #fff!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);

}
.faq-page-wrapper .accordion-item{margin-bottom: 20px;background-color: #fff; border: none!important; box-shadow: 0px 0px 10px #ccc;}

.faq-page-wrapper .accordion-button:not(.collapsed){background-color: #fff; color: #000; box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%)!important;}
.faq-page-wrapper .accordion-button:focus{outline: none; border-color:  #ccc; box-shadow: none;}
.accordion-button:not(.collapsed)::after {background-image: url('../images/download.png'); transform: rotate(-180deg); width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; background-color: #254c25; padding: 0; background-position: center; content:'-'; color: #fff; font-size: 20px;}
.accordion-button::after{background-image: url('../images/download.png'); width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; background-color: #254c25; padding: 0; background-position: center;  content:'+'; color: #fff; font-size: 20px;}
.faq-page-wrapper .accordion-button{padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;}
.faq-page-wrapper .accordion-button p{margin-bottom: 0px; padding-left: 10px;}

.error-page{text-align: center;}
.error-page-inner { max-width: 100%; width: 100%; position: relative; }
.error-page-inner > h1 {display: inherit; font-size: 200px; color: #254c25; font-weight: 700; margin-bottom: 20px; }
.error-page-inner > h1 > i{color: #254c25;}
.error-page-inner span{font-size: 25px; margin-bottom: 22px; display: block;}
.error-button a{color: #fff;font-size: 17px;line-height: 15px;font-weight: 700;font-style: normal;text-decoration: none;background-color: unset;border-color: #254c25;border-style: solid;border-width: 2px 2px 2px 2px;border-radius: 4px;padding: 16px 59px;background-color: #254c25;}
.error-button a:hover{background-color: #254c25;color: #fff;border-color: #254c25;}
.error-button{margin-top: 46px;margin-bottom: 50px;}
.thankyou h1{display: inherit; font-size: 131px; color: #254c25; font-weight: 700; margin-bottom: 20px; margin-top: 52px; }



.best-box-inn img{width: 100%;}
.add-cart-btn{text-align: center;}
.add-cart-btn a{
  background-color: #a0c7aa;
    color: #fff;
    display: block;
    padding: 10px 27px;
    margin: 15px auto 0px;
}
.shop-listing .best-sell-box{margin-bottom: 30px;}
.kapil-pagination ul{justify-content: flex-end;}
.kapil-side{background-color: #ebebeb; text-transform: capitalize; color: #000; text-decoration: none; font-size: 17px; padding: 15px 19px;}
.filter-attribute-container ul{list-style-type: none;margin-bottom: 23px;padding-top: 10px; margin-left: 0; padding-left: 20px;}
.filter-attribute-container ul li{margin-bottom: 19px; font-size: 15px; }

.filter-attribute-container ul li a{color: #000; font-size: 15px;}



/*====================================cart page css start===================================*/

.cart-price-title{display: flex;justify-content: space-between;padding: 18px 23px 0px;}

.cart-price-title h5{font-size: 17px;font-weight: 600;}

.cart-price-title h5 span{font-size: 12px; color: #7e7e7e;}

.cart-price-title h4{font-size: 17px;}

.cart-price-title del{font-size: 15px; color: #7e7e7e;}

.cart-price-title h4 span{font-size: 12px; color: #7e7e7e;}

.cart-image img{width: 100%;}

.cart-ring-size{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #ccc;margin-top: 14px;margin-bottom: 10px;}

.cart-ring-size h3{background-color: #e9e9e9;color: #000;padding: 7px 30px;font-size: 15px;margin-bottom: 0px;}

.cart-ring-size h6{margin-bottom: 0px;font-size: 15px;}

.quantity-cart{display: flex; align-items: center; }

.quantity-cart h6{font-weight: 400; margin-right: 5px; }

.quantity-cart select{border: none; }

.cart-metal{display: flex; align-items: center; border-bottom: 1px solid #ccc; margin-bottom: 6px; }

.cart-metal h4{background-color: #e9e9e9;color: #000;padding: 7px 43px;font-size: 15px;margin-bottom: 0px;}

.cart-metal h5{font-size: 15px;font-weight: 400;margin-bottom: 0;margin-left: 30px;}

.cart-stone{display: flex;align-items: center;margin-bottom: 0px;}

.cart-stone h4{background-color: #e9e9e9;color: #000;padding: 7px 43px;font-size: 15px;margin-bottom: 0px;}

.cart-stone h5{font-size: 15px;font-weight: 400;margin-bottom: 0;margin-left: 30px;}

.cart-action{display: flex;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 0px 0px;margin-top: 8px;}

.cart-action h5{margin-right: 30px; color: #000; margin-bottom: 0; border-right: 1px solid #ccc; padding: 7px 25px 7px 10px; }

.cart-action h5 a{color: #000; text-decoration: none; font-weight: 400; text-transform: uppercase; font-size: 16px; }

.cart-action h4{color: #000; margin-bottom: 0; padding: 5px 25px 7px 1px; }

.cart-action h4 a{color: #000; text-decoration: none; font-weight: 400; text-transform: uppercase; font-size: 16px; }

.cart-action h4 a span{text-transform: lowercase; font-size: 13px; }

.cart-detail-div{border: 1px solid #ccc; }

.cart-page-detail h4.cart-page-head{    margin-bottom: 35px; font-weight: 500; color: #000; padding-top: 30px;}



.cart-feat-inner{background: #f7f7f7;border: 1px solid #d5d5d5;padding: 16px 10px;position: relative;margin-top: 30px;}

.cart-feat-inner:before{border-bottom-color: #d5d5d5!important;border-width: 15px;margin-left: -9px;bottom: 100%;left: 114px;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-style: solid;border-color: rgba(213,213,213,0);}

.cart-feat-box{display: flex; }

.cart-feat-box i{margin-right: 10px;color: #a0c7aa;}

.cart-feat-box h6{font-size: 14px; margin-bottom: 0; }

.cart-page-detail{position: relative; padding-right: 50px;}

.cart-page-detail:before{content: ''; width: 1px; background: #e4e4e4; height: 100%; position: absolute; right: 0; top: 0; padding-bottom: 35px; box-sizing: content-box;}

.cart-page-wrapp{padding: 50px 0px;}

.order-smmer-cart{padding-left: 25px;}

.order-head-div{text-transform: uppercase;margin-bottom: 33px;}

.total-amount{display: flex; justify-content: space-between; border-bottom: 1px dashed #ccc; padding-bottom: 13px; margin-bottom: 22px; }

.total-amount h4{font-size: 17px;color: #7a7878;margin-bottom: 0;}

.total-amount h5{margin-bottom: 0;font-size: 16px;color: #7a7878;}

.total-payable{display: flex; justify-content: space-between; border-bottom: 1px dashed #ccc; padding-bottom: 13px; margin-bottom: 22px; }

.total-payable h4{font-size: 17px;color: #000;margin-bottom: 0;}

.total-payable h5{font-size: 16px;color: #000;margin-bottom: 0;}

.safe-cost h6{color: green; margin-bottom: 24px; }

.gift-div{display: flex; background-color: #f7f7f7; padding: 20px; align-items: center; justify-content: space-between; margin-bottom: 25px; }

.gift-div p{margin-bottom: 0; }

.place-button a{display: block;background-color: #a0c7aa;text-align: center;padding: 16px 0px;margin-bottom: 39px;margin-top: 45px;color: #fff;text-decoration: none;font-size: 21px;}

.voucher h4 a{color: #000;text-decoration: none;font-size: 16px;margin-bottom: 22px;display: block;}

/*====================================cart page css end===================================*/

.cat-page-main .pro-cat-box{margin-bottom: 30px;}

.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    z-index: 1;
}
.footer-logo{
    width: 125px;
}
.cars-acceptable{
    width: 100%;
    text-align: center;
    /* display: flex; */
    margin: 0 auto;
}
.footer-bottom-center{
    width: calc(100% - 425px);
    text-align: center;
    padding: 0px 15px;
}
.cars-acceptable img{
    display: inline-block;
    width: 300px;
    height: auto;
    text-align: center;
}
.copyright{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.social-hdng{
    color: #fff;
    margin-bottom: 0px;
    display: inline-flex;
    flex-wrap: wrap;
}

.footer-logo .brand-bottom{
    width: 123px;
    display: inline-block;
}
.footer-logo .brand-bottom img{
    width: 123px;
    height: auto;
}
.cars-acceptable1 {
    width: 50%;
}

.best-box-inn h4 a{color: #000;}
.best-box-inn h4{font-size: 15px;
    height: 39px;
    overflow: hidden;
    line-height: 1.3;}
.thumb-action{padding: 4px 0px 17px;display: flex;justify-content: space-between;}
.thumb-action .thumb-cart-btn{
    display: inline-block;
    border: 2px solid #ed601e;
    color: #ed601e;
    padding: 10px 5px;
    width: 49%;
    text-align: center;
    font-size: 14px;
    line-height: 24.5px;
}
.thumb-action .thumb-cart-btn:hover{
    background-color: #ed601e;
    border-color: #ed601e;
    color: #fff;
}
.thumb-action .thumb-view-btn{
    display: inline-block;
    border: 2px solid #ed601e;
    color: #fff;
    padding: 10px 5px;
    width: 49%;
    text-align: center;
    background-color: #ed601e;
    font-size: 14px;
    line-height: 24.5px;
}
.thumb-action .thumb-view-btn:hover{
    background-color: #ed601e;
    border-color: #ed601e;
}
.login_wrap{
margin: 50px 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px;
}

.login_wrap .heading_s1 h3{
        margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
}
.login_wrap form{margin-top: 18px;}
.login_wrap form label{
    font-family: "harmonia";
    margin-bottom: 10px;
    margin-top: 15px;
}
.login_wrap .form-check-label{font-family: "harmonia"; margin-top: 0px;}
.login_wrap .form-check-label input{margin-right: 10px;}
.login_wrap form button{
    margin-top: 13px;
    background-color: #a0c7aa;
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 9px;
}

.header-action-icon-2 {
    position: relative;
    
}

.header-action-icon-2>a>svg {
    font-size: 24px;
    line-height: 24px;
}

.header-action-icon-2>a span.pro-count {
    z-index: 1;
}

.header-action-icon-2>a span.pro-count.blue {
    background-color: var(--color-brand);
}

.header-action-icon-2:hover>a {
    color: var(--color-brand);
    fill: var(--color-brand);
}

.header-action-icon-2:hover .cart-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

.header-middle-ptb-1 {
    padding: 25px 0 0;
}

.cart-dropdown-wrap {
  position: absolute;
    right: 0;
    top: calc(100% + 20px);
    z-index: 99;
    width: 320px;
    background-color: #f8f9fa;
    box-shadow: var(--box-shadown-2);
    padding:0px 0px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    border-radius: 0;
    border: unset;
}

.cart-dropdown-wrap.cart-dropdown-hm2 {
    right: -60px;
}

.cart-dropdown-wrap.account-dropdown {
    width: 200px;
}

.cart-dropdown-wrap.account-dropdown a {
    color: #000;
        font-size: 15px;
    padding: 9px 9px!important;
    display: inline-block;
}

.cart-dropdown-wrap.account-dropdown a:hover {
    color: var(--color-brand);
}

.cart-dropdown-wrap ul li:last-child {
    margin: 0;
}

.cart-dropdown-wrap ul li .shopping-cart-img {
    flex: 0 0 80px;
    margin-right: 20px;
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
    max-width: 100%;
}

.cart-dropdown-wrap ul li .shopping-cart-title {
    margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 {
    font-size: var(--font-md);
    font-weight: 500;
    line-height: 1;
    margin: 0 0 9px;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
    color: var(--color-brand);
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
    color: var(--color-heading);
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: var(--color-brand);
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
    color: #696969;
    font-weight: 400;
    font-size: var(--font-md);
}

.cart-dropdown-wrap ul li .shopping-cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
    margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a {
    font-size: 18px;
    color: #696969;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
    color: #333;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
    border-top: 2px solid #f3f3f3;
    margin: 25px 0;
    padding: 17px 0 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
    color: #9b9b9b;
    font-weight: 700;
    font-size: var(--font-md);
    margin: 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
    font-size: 18px;
    float: right;
    color: var(--color-brand);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
    align-self: center;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    line-height: 1;
    padding: 10px 20px;
    background-color: var(--color-brand);
    font-family: var(--font-heading);
    border: 2px solid var(--color-brand);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
    background-color: transparent;
    border: 2px solid var(--color-brand);
    color: var(--color-brand);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
    color: #fff;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
    background-color: var(--color-brand-2);
}

.cart-dropdown-wrap ul{display: block;}
.cart-dropdown-wrap ul li{    margin-left: 0;
    border-bottom: 1px solid #ccc;}

.header-action-icon-2 span.lable{color: #a0c7aa!important;}

.user-detail-content img{margin-bottom: 40px;}
.user-detail-content ul{padding-left: 0px; list-style-type: none;}
.shipping-address-title button {
    margin-left: 20px;
    border-radius: 50px;
    padding: 1px 40px;
    background-color: #a0c7aa!important;
    border: none;
    color: #fff;
    height: 41px;
}

.change-profile-form form input{padding: 10px; margin-bottom: 15px;}
.change-profile-form form textarea{padding: 10px; margin-bottom: 15px;}
.change-profile-form form .change-password-button{ background-color: #a0c7aa!important;}
.change-password-form form input{border-color: #a0c7aa!important;}
.change-password-form form button{background-color: #a0c7aa!important;}
.user-dash-links-inner ul li:hover{background-color: #a0c7aa!important;}
.user-dash-links-inner ul li:hover a{color: #fff!important

}

section.quiz-wrapp .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
}
/*====================================Product Detail css Start===================================*/





@media screen and (max-width: 480px) {

   .table-collapse-phone {

     display: block;

  }

   .table-collapse-phone caption, .table-collapse-phone tbody, .table-collapse-phone tr, .table-collapse-phone th, .table-collapse-phone td {

     display: block;

  }

   .table-collapse-phone thead, .table-collapse-phone tfoot {

     display: none;

  }

   .table-collapse-phone tr {

     border-top: 1px solid #ddd;

  }

   .table-collapse-phone tr:first-child {

     border: 0;

  }

   .table-collapse-phone > tbody > tr > th:first-child, .table-collapse-phone > tbody > tr > td:first-child {

     border: 0;

  }

   .table-collapse-phone .has-label[data-label] {

     position: relative;

     padding-left: 50% !important;

  }

   .table-collapse-phone .has-label[data-label]:before {

     position: absolute;

     top: 0;

     left: 0;

     padding: 8px;

     content: attr(data-label);

     font-weight: bold;

  }

}

 @media screen and (max-width: 768px) {

   .table-collapse-tablet {

     display: block;

  }

   .table-collapse-tablet caption, .table-collapse-tablet tbody, .table-collapse-tablet tr, .table-collapse-tablet th, .table-collapse-tablet td {

     display: block;

  }

   .table-collapse-tablet thead, .table-collapse-tablet tfoot {

     display: none;

  }

   .table-collapse-tablet tr {

     border-top: 1px solid #ddd;

  }

   .table-collapse-tablet tr:first-child {

     border: 0;

  }

   .table-collapse-tablet > tbody > tr > th:first-child, .table-collapse-tablet > tbody > tr > td:first-child {

     border: 0;

  }

   .table-collapse-tablet .has-label[data-label] {

     position: relative;

     padding-left: 50% !important;

  }

   .table-collapse-tablet .has-label[data-label]:before {

     position: absolute;

     top: 0;

     left: 0;

     padding: 8px;

     content: attr(data-label);

     font-weight: bold;

  }

}



.product-detail-main-wrap{background-color: #f0f0f0;}

.product-detail-content h3{font-size: 28px;}

.store-available{background-color: #fff;padding: 0px 0px;margin: 23px 0px;}

.pincode-form{margin-bottom: 20px;}

.view-store{margin-bottom: 20px;}

.view-store a{border: 1px dashed #ccc; padding: 10px; display: inline-block;color: var(--primary-color);text-decoration: none;}

.pincode-form input{border: 1px solid #000;}

.pincode-form  button{border: 1px solid #000; padding: 1px 14px; }

.product-detail-content h5{color: #666;font-size: 17px;}

.product-detail-content p.price-below{font-size: 15px; color: #666;}

.product-detail-content h6 a{color: var(--primary-color); text-decoration: none;}

.varient-select{display: flex;margin: 28px 0px;}

.varient-select select{width: 35%; margin-right: 20px;}

.varient-select span{margin-right: 20px;}

.but-pro{display: block;background-color: var(--primary-background);color: #fff;padding: 8px 20px;width: 100%;text-align: center;font-size: 20px;text-transform: uppercase;text-decoration: none;margin-right: 20px;}

.but-pro:hover{color: #fff;}

.product-detail-button{display: flex; justify-content: space-between;}

.plan-pro{display: block;background-color: unset;color: var(--primary-color);padding: 8px 20px;width: 100%;text-align: center;font-size: 20px;text-transform: uppercase;text-decoration: none;margin-right: 20px;border: 3px solid var(--primary-color);}

.plan-pro:hover{background-color: var(--primary-background); color: #fff;}

.product-detail-content{padding-top: 50px;}



.pro-det-acord .accordion-item{margin-bottom: 7px; border: none;}

.pro-det-acord .accordion-item .accordion-header button{border: none!important; background-color: #ebebeb; color: #aa0144; text-transform: uppercase; font-weight: 600; font-size: 18px; border-radius: 0px!important;}

.pro-det-acord .accordion-item .accordion-header button:focus{outline: none; box-shadow: none!important;}

.pro-det-acord .accordion-item .accordion-header{border: none;}

.pro-det-acord .accordion-item .accordion-body table td span{font-size: 12px; color: #8f8e8e;}

.pro-det-acord .accordion-item .accordion-body{padding: 1rem 0rem;}

.pro-det-acord .accordion-item .accordion-body table tr>td:last-child {text-align: right; }

.acord-tags a{text-decoration: none; color: #000; margin-right: 20px; display: inline-block; margin-bottom: 20px;}

#pills-tab li button{background-color: #ebebeb;color: #000;text-decoration: none;border-radius: 0;margin-right: 20px;padding: 13px 40px;}

#pills-tab li button.active{background-color: #aa0144;color: #fff;text-decoration: none;border-radius: 0;margin-right: 20px;padding: 13px 40px;}

#pills-tab{margin: 40px 0px 40px!important;}

.product-detail-bottom{padding: 20px 0px 50px;}

#pills-tabContent{border: 1px solid #ccc; padding: 40px;}

.certi-auth h4{font-weight: 600; margin-bottom: 21px; }

.certi-auth p{font-size: 15px; }

.promis-tabs h4{font-weight: 600;margin-bottom: 41px;text-align: center;}

.promis-tabs ul{padding-left: 0;list-style-type: none;display: flex;flex-wrap: wrap;justify-content: center;}

.promis-tabs li{width: 230px; text-align: center; }

.promis-tabs a{color: #000; text-decoration: none; }

.promise-box i{margin-right: 10px;}

.promise-box p{margin-bottom: 0; color: #aa0144; }

.promise-box{display: flex; align-items: center; width: 100%; text-align: center; justify-content: center; margin-bottom: 20px; }


#details-top-wrapper .bs-promise-wrapper {
    padding-top: 20px;
}
#details-top-wrapper .bs-promise {
    clear: both;
    color: #333;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    padding: 6px 0;
    font-family: Muli,Arial,sans-serif;
    font-weight: 500;
}
#details-top-wrapper .bs-promise ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
#details-top-wrapper .bs-promise ul .border-right {
    border-right: 0.5px solid lightgrey;
    padding: 2% 0;
}

#details-top-wrapper .bs-promise ul li {
    display: table-cell;
}
#details-top-wrapper .bs-promise ul li>span {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    text-decoration: none;
    cursor: pointer;
}
#details-top-wrapper .bs-promise ul .money-back {
    background-position: -3px -44px!important;
    width: 18px;
    height: 16px;
}
#details-top-wrapper .bs-promise ul .money-back {
    display: inline-block;
    background: url(../images/new/bp-promises-icon.v1.png) no-repeat;
    overflow: hidden;
    vertical-align: bottom;
    text-align: left;
}
#details-top-wrapper .bs-promise ul li>span span {
    display: inline-block;
    vertical-align: middle;
    line-height: initial;
    letter-spacing: 0;
}

#details-top-wrapper .bs-promise ul li>span {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    text-decoration: none;
    cursor: pointer;
}

#details-top-wrapper .bs-promise ul .exchange {
    background-position: -3px -22px!important;
    width: 18px;
    height: 19px;
}
#details-top-wrapper .bs-promise ul .certified, #details-top-wrapper .bs-promise ul .exchange, #details-top-wrapper .bs-promise ul .money-back {
    display: inline-block;
    background: url(../images/new/bp-promises-icon.v1.png) no-repeat;
    overflow: hidden;
    vertical-align: bottom;
    text-align: left;
}
#details-top-wrapper .bs-promise-wrapper .txt-call-now {
    color: #333;
    font-family: Muli,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 16px;
    margin-bottom: 7px;
    text-align: center;
}
#details-top-wrapper .bs-promise-wrapper .txt-call-now strong {
    font-weight: 600;
}

.product-detail-content {
    padding-top: 0px;
}

#details-top-wrapper .bs-promise ul .certified {
    background-position: -3px 0!important;
    width: 18px;
    height: 19px;
}

#details-top-left .certification {
    text-align: center;
    clear: both;
    padding-top: 30px;
    overflow: hidden;
}
#details-top-left .certification span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 17px;
    line-height: 34px;
    vertical-align: top;
    font-family: Muli,Arial,sans-serif;
    color: #272b65;
    font-weight: 400;
    letter-spacing: .1em;
    padding-bottom: 3px;
}
#details-top-left .certification ul, #details-top-left .certification ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
#details-top-left .certification ul li.bis {
    background-position: -298px 0;
    width: 70px;
}

#details-top-left .certification ul li {
    height: 31px;
    position: relative;
    background: url(//kinnpimg2.bluestone.com/resources/themes/bluestone/images/new/cert-sprite.v4.png) left top no-repeat;
    text-indent: 100%;
    overflow: hidden;
    margin: 0 9px;
}

#details-top-left .certification ul li>span {
    display: block;
    height: 100%;
    cursor: pointer;
}
#details-top-left .certification span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 17px;
    line-height: 34px;
    vertical-align: top;
    font-family: Muli,Arial,sans-serif;
    color: #272b65;
    font-weight: 400;
    letter-spacing: .1em;
    padding-bottom: 3px;
}

#details-top-left .certification ul li.sgl {
    background-position: -374px 0;
    width: 62px;
}
#details-top-left .certification ul li.igi {
    background-position: -97px 0;
    width: 36px;
}

.customize-button .modal-title{color: #fff; text-transform: uppercase;}
.customize-button .modal-content{border-radius: 0;}
.customize-button .modal-header{border-radius: 0;}
.customize-button .btn-close{width: 25px; height: 25px; display: flex; background-color: #fff; opacity: 1; border-radius: 50px;}
.try-button-popup .modal-title{color: #fff; text-transform: uppercase;}
.try-button-popup .modal-content{border-radius: 0;}
.try-button-popup .modal-header{border-radius: 0;}
.try-button-popup .btn-close{width: 25px; height: 25px; display: flex; background-color: #fff; opacity: 1; border-radius: 50px;}


.customized-new-form form input{margin-bottom: 12px;padding: 8px;}
.customized-new-form form select{margin-bottom: 14px; padding: 11px; }
.customized-new-form form textarea{margin-bottom: 14px;padding: 11px;/* height: 121px; */}
.customized-new-form form button{background-color: #aa0144; border: 0; padding: 10px 40px; color: #fff; text-transform: uppercase; font-weight: 600; font-size: 17px; border-radius: 5px; }


.promise-new-design-tab{background-color: #cccccc40; padding: 40px; width: 96%; margin: 0 auto; }
 .promise-new-design-tab ul li{width: 33%; margin-bottom: 0px; padding: 20px; justify-content: center; }
.promise-new-design-tab ul li a{display: inline-block; }
.promise-new-design-tab ul li a i{color: #aa0144; margin-right: 11px; }

.product-detail .new-price {
    color: #000;
    font-size: 31px;
}
.product-detail .old-price {
    
    color: #b1b0b0;
    font-size: 18px;
    font-weight: 500;
    margin-left: 12px;
    padding-top: 0;

}

/*====================================Product Detail css end===================================*/


.sidebar{position: absolute;width: 100%;height: 100vh;top: 0px;z-index: 99999;padding: 0px 0px 0px;background: #fff;box-shadow: 1px 0 20px rgb(0 0 0 / 8%);left: -100%;transition: 1s; overflow-y: scroll;}
.main-side-toggle .sidebar{left: 0; transition: 1s;}
.desktop-header{display: block;}
.mobile-hadser-wrapp{display: none;}
.top-side-left{display: flex;align-items: center;}
.login-user-img{width: 40px;height: 40px;background-color: #fff;display: flex;justify-content: center;align-items: center;border-radius: 50px;font-size: 17px;margin-right: 14px;}
.login-user-img img{width: 100%; height: 100px; object-fit: cover;}
.top-side-con h6{color: #fff;font-size: 13px;margin-bottom: 2px;}
.top-side-con h2{font-size: 16px;color: #fff;}
#sidebar-close h4 i{color: #fff;}
.top-bar-side{background-color: #a0c7aa;padding: 13px;display: flex;justify-content: space-between;align-items: center;}
.main-side-toggless{display: flex; justify-content: space-between; align-items: center;}
.logo-side img{width: 30%;display: block;/* margin: 0 auto; */}
.icon-side .header-feat-inner ul li{margin-right: 20px;}
.icon-side .header-feat-inner ul li:last-child{margin-right: 0px;}
.sidebar .navbar{padding: 20px 25px; width: 100%;}
.sidebar .navbar .container-fluids{width: 100%;}
#navbar-content{width: 100%;}
.overstyle{overflow: hidden;}
.first-col-ul li {flex-basis: 100% !important; margin: 0px; margin-right: 0px; padding: 0px; flex: 0 0 100%; flex-basis: 100%; border-bottom: none !important; }
.filter-attribute-container ul li a{color: #000!important; text-decoration: none;}


.search{position: relative; box-shadow: 0 0 40px rgba(51, 51, 51, .1);   width: 210px;}

.search input{height: 60px; text-indent: 0; border: 5px solid #d6d4d4; width: 300px;width: 100%; height: 3.2rem; line-height: 3.2rem; font-size: 1.1rem; color: #33363e; position: relative; background: linear-gradient(white,white) padding-box padding-box,linear-gradient(to right,rgb(222,87,229),rgb(136,99,251)) border-box border-box; border-width: 2px; border-style: solid; border-color: transparent; border-image: initial; border-radius: 9px 9px 9px 9px; padding: 10px 20px;}

.search input:focus{box-shadow: none; border: 2px solid blue; }

.search .fa-search{position: absolute; top: 20px; left: 16px; color: #000; z-index: 99;}

.search button{position: absolute; top: 5px; right: 5px; height: 50px; width: 110px; background: blue; }

 .header-features{padding: 40px 22px; width: 212px; background-color:#fff; }

.header-feat-inner ul{display: flex; justify-content: space-between; align-items: center; list-style-type: none;margin-bottom: 0;padding-left: 0;}

.header-feat-inner ul li img{    width: 21px;}

.sidbar-search-inner{position: fixed;width: 100%;height: 100vh;top: 0px;z-index: 99999;padding: 0px 0px 0px;background: #fff;box-shadow: 1px 0 20px rgb(0 0 0 / 8%);left: -100%;transition: 1s; overflow-y: scroll;}
.main-side-toggle-search .sidbar-search-inner{left: 0; transition: 1s;}

.sidbar-search-inner form{display: inline-block;width: 90%;}
.sidbar-search-inner input{padding: 0;border: none;border-radius: 0;}
.sidbar-search-inner span{display: inline-block;margin-right: 11px;}
.sidbar-search-inner .search-form-div{border-bottom: 1px solid #ccc; padding: 20px 14px; box-shadow: 0px 0px 10px #ccc; }
.sidbar-search-inner input:focus{outline: none; box-shadow: none;}
.badge-feat{
      position: absolute;
    text-decoration: none;
    width: 15px;
    height: 15px;
    background-color: #a0c7aa;
    color: #fff;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    font-size: 11px;
    border-radius: 50px;
    top: -11px;
    right: -9px;
}
.header-feat-inner ul li {
  position: relative;
}





    .product-detail-main-wrap{background-color: #fff;padding: 14px 0px;}
.product-detail-content h3{font-size: 19px;font-weight: 700;margin-bottom: 10px;}
.store-available{background-color: #f8f8f8; padding: 20px 30px;margin: 23px 0px;}
.pincode-form{margin-bottom: 14px;}
.view-store{margin-bottom: 20px;}
.view-store a{border: 1px dashed #ccc; padding: 10px; display: inline-block;color: var(--primary-color);text-decoration: none;}
.pincode-form input{border: 1px solid #000;}
.pincode-form  button{border: 1px solid #000; padding: 1px 14px; }
.product-detail-content h5{color: #666;font-size: 17px;}
.product-detail-content p.price-below{font-size: 15px; color: #666;}
.product-detail-content h6 a{color: var(--primary-color); text-decoration: none;}
.varient-select{display: flow-root;margin: 25px 0px;}
.varient-select select{width: 67%;margin-right: 20px;height: 43px;margin-top: 10px;}
.varient-select span{margin-right: 20px;}
.varient-select h6{color: #000;font-size: 16px;font-weight: 600;margin-bottom: 10px;}
.but-pro{display: block; background-color: var(--primary-background); color: #fff;padding: 15px 20px;width: 100%;text-align: center;font-size: 20px;text-transform: uppercase;text-decoration: none;margin-right: 20px;}
.but-pro:hover{color: #fff;}
.product-detail-button{display: flex; justify-content: space-between;}
.plan-pro{display: block; background-color: unset; color: var(--primary-color);padding: 15px 20px;width: 100%;text-align: center;font-size: 20px;text-transform: uppercase;text-decoration: none;margin-right: 20px; border: 3px solid var(--primary-color);}
.plan-pro:hover{background-color: var(--primary-background); color: #fff;}
.product-detail-content{padding-top: 4px;}
.product-detail-content h1{font-size: 20px;}
.product-detail-content a#gaurva-tab-profile {
    color: #a0c7aa;
}
.product-detail-content p.mt-2.mb-2 {
    font-size: 14px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.product-detail-content h4{font-size: 14px; padding: 10px 0px;}
.product-detail-content h4 a{color: #fcbe00; text-decoration: none;}
.user-review ul{list-style-type: none; padding-left: 0px; display: flex;}
.user-review ul li{margin-right: -13px;}
.user-review ul li i{color: #fcbb59;}
.user-review{display: flex;margin-bottom: 11px;}
.user-review span{margin-left: 20px;}
.price-main-div{display: flex;margin: 3px 0px;}
.price-main-div h2{font-size: 19px;font-weight: 800;display: flex;}
.price-main-div h2 span{color: #b3b3b3; font-size: 16px; margin-left: 14px; padding-top: 5px; }
.price-main-div h2 i{font-size: 22px; padding-top: 5px; margin-right: 7px;}
.price-main-div h2 span i{font-size: 15px; margin-right: 2px; padding-top: 0; }
.tag-off h5{background-color: #ffffff;display: inline-block;color: #030304;/* padding: 8px 13px; */border-radius: 4px;margin-bottom: 12px;font-size: 14px;font-weight: bold;}
.offer-main-div ul{padding-left: 0; list-style-type: none;}
.offer-main-div ul li{margin-bottom: 10px;font-size: 14px;}
.offer-main-div ul li span{margin-left: 14px;}
.offer-main-div ul li span img{width: 64px;}
.offer-main-div {padding-top: 11px; padding-bottom: 8px; }
#qty_selector {width: 95px; }
#qty_display {border-width: 0px; height: auto; border-color: white; background-color:transparent; width: 35%; margin:0px 10px; padding-left: 5px }
#qty_display:focus {outline: none; }
i:hover, a:hover {background-color: #fcbe0000;}
#qty_select {border: solid #d5d5d5; border-width: 1px 1px; border-radius: 5px; padding: 11px 5px; }
.decrement-btn{color: #000; font-size: 14px; display: inline-table; justify-content: center; align-items: center; padding: 4px 0px 0px 0px; }
.increment-btn{color: #000; font-size: 14px; display: inline-table; justify-content: center; align-items: center; padding: 2px 0px 0px 0px; }
.decrement-btn:hover, .increment-btn:hover{
    color: #a0c7aa;
}
.addcart a{border: 1px solid #000;padding: 14px 20px;border-radius: 4px;color: #000;text-transform: uppercase;text-decoration: none;font-weight: 500;font-size: 14px;margin-left: 15px;}
.addcart a i{margin-right: 10px;}
.quick-buy a{background-color: #a0c7aa;color: #fff;text-decoration: none;padding: 15px 20px;border-radius: 5px;margin-left: 13px;text-transform: uppercase;font-size: 14px;}
.quick-buy a:hover{
    background-color: #254c25;
}
.addcart a:hover{
    background-color: #254c25;
    border-color: #254c25;
    color:#fff;
}
.product-feat-button{display: flex;align-items: center;}
.offer-second h5{color: #000;margin-bottom: 13px;font-size: 18px;font-weight: 600;}
.offer-second h5 i{margin-left: 10px;}
.offer-second ul{list-style-type: disc;padding-left: 17px;}
.offer-second ul li{font-size: 14px;margin-bottom: 14px;}
.varient-select .nice-select{height: 100%!important;  width: 86%!important;}

.pincode-form .rounded-pill{background-color: #fff; border-radius: 6px; width: 64%;}
.pincode-form button{border:none; text-decoration: none;}

.store-available p{font-size: 14px;margin-bottom: 11px;}
.store-available a{color: #fcbe00;font-weight: 600;margin-bottom: 11px;display: inline-block;}
.store-available ul li{margin-bottom: 10px;font-size: 15px;}
.store-available ul li i{color: #fcbe00;margin-right: 10px;}

.weight-div{padding-top: 29px;padding-bottom: 8px;}
.weight-div h6{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    }
.weight-div a{display: inline-block;text-align: center;border: 1px solid #ccc;padding: 6px 34px;border-radius: 6px;margin-right: 12px;margin-top: 3px;}
.weight-div h4{padding-top: 10px;color: #000;font-weight: 500;}
.weight-div h5{color: #ccc;font-size: 14px;margin-bottom: 9px;}

.product-certified{display: flex;align-items: center;border: 1px solid #ccc;border-radius: 6px;padding: 13px 14px;margin-bottom: 11px;}
.product-certified img{width: 25%;}
.product-certified p{font-size: 17px;font-weight: 600;margin-left: 22px;}

.product-image-below {padding: 20px 0px;}
.product-image-below a{background-color: #f0f0f0;padding: 10px 16px;display: inline-block;margin: 7px 0 7px;border-radius: 5px;color: #000;}
.product-image-below p{background-color: #fcbe00;color: #000;padding: 10px 20px;border-radius: 5px;display: inline-block;margin-bottom: 35px;}
.product-image-below p i{margin-right: 8px;}
.product-image-below ul li{margin-bottom: 13px;}
.product-image-below ul li i{color: #fcbe00;margin-right: 10px;}
.product-image-below .text-warning {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: bold;
}
.product-image-below ul.overview {
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
.product-image-below ul.overview li{
    margin-bottom: 0px;
    width: 20%;
    text-align: center;
}
.product-image-below ul.overview img{
    width:60px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}
.product-image-below ul.overview p{
    background-color: transparent;
    color: #000;
    padding: 0 0;
    font-size: 12px;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
}
.foot-social.footer-boto.gaurav-share-utton a{
    color: #254c25;
}
.navbar-light{background-color: unset!important;}
.navbar-light.shop-by-cat li a{
      background-color: #fff;
      padding: 9px 10px;
      /* border-radius: 6px; */
      margin-top: -3px;
}


.gaurav-share-utton ul {}
.gaurav-share-utton ul li{
    margin-bottom: 0;
     margin-right: 0; 
}
.gaurav-share-utton ul li a{
background:white;
    border-radius: 34px;
    padding: 10px 12px;
}
.gaurav-share-utton ul li a i{
        background-color: #fcbe00;
}

.user-review ul li:first-child span{margin-left:0px;}


.gaurav-share-utton ul li{margin-right:20px;}

.gaurav-share-utton ul li a{background-color:unset;}

.gaurav-share-utton ul li a i.fa-facebook-f{background-color:#4267B2; border-color:#4267B2;}
.gaurav-share-utton ul li a i.fa-twitter{background-color:#1DA1F2; border-color:#1DA1F2;}
.gaurav-share-utton ul li a i.fa-linkedin-in{background-color:#0077b5; border-color:#0077b5;}

.varient-select .nice-select {
    height: 100%!important;
    width: 38%!important;
}

.weight-div {
    padding-top: 0px;
    padding-bottom: 25px;
}


.tag-kapil{position:relative;}
.tag-kapil h5{
    position: absolute;
    top: 20px;
    z-index: 99;
    background-color: #a0c7aa;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
    left: 20px;
}

.kapil-blog-share h3{margin-bottom: 17px;
    font-weight: 600;
    font-size: 19px;}
.kapil-blog-share ul{display:flex;}
.kapil-blog-share ul li{padding-left: 0;
    margin-right: 20px;}
.kapil-blog-share ul li:before{display:none;}
/*comment*/
.comments-area {
  background: transparent;
  border-top: unset;
  padding: 15px 0;
  margin-top: 0px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

.comments-area .comment-list .single-comment {
  margin: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 20px;
    padding-left: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-right: 0px;
}

.comments-area .comment-list .single-comment:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.comments-area .comment-list .single-comment img {
  min-width: 60px;
    max-width: 80px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 15px;
}

.comments-area .comment-list .single-comment .reply {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}



.comments-area .comment-list .single-comment:hover .reply {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.comments-area p {
  font-size: 16px !important;
}

.comments-area .thumb {
  margin-right: 20px;
  width:150px;
}
.comments-area .thumb  a{
    color: #000!important;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.comments-area .thumb .text-muted {
    color: #6c757d!important;
    font-family: "harmonia";
    font-size: 14px;
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comments-area.style-2 {
  border: 0;
  margin-top: 0;
  padding: 25px 0;
}

.comments-area h4 {
     padding-bottom: 20px;
    margin-bottom: 10px;
    color: #212529;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
}

.comment-form .email {
  padding-right: 0px;
}

.form-control {
  border: 1px solid #ddd;
    border-radius: 0px;
    height: 48px;
    padding-left: 10px;
    font-size: 16px;
    background: #fff;
}

.comment-form {
  padding-top: 45px;
  margin-bottom: 20px;
}
.comment-form h4{
    font-weight: bold;
}
.comment-form label {
    display: block;
    font-family: "harmonia";
    margin-bottom: 10px;
}
.comment-form .rate label{
    margin-right: 10px;
    display: inline-block;
}
.comment-form .form-group {
  margin-bottom: 20px;
}

.comment-form textarea {
  min-height: 200px;
  padding-top: 15px;
}

.comment-form textarea:focus {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #BCE3C9;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.form-control::placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.nice-select .list {
  width: 100%;
}

.button-contactForm {
  background: #2f94d4;
  color: #fff;
  border-color: #2f94d4;
  padding: 12px 25px;
}

a.change-size-data.active {
    color: white !important;
    background: #000000;
    }
    a.change-size-data.active h4{
    color:white;
    }
    #button-addon3 {
    margin: 0;
    border-radius: 0px !important;
    padding: 10px 25px;
    }
    .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 50%;
    }
    @media (max-width: 767px) { 
    .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    }
    }
    #exzoom {
    width: 410px;
    /*height: 400px;*/
    }
    
.page-header .page-title {
  font-weight: 900;
  font-size: 4rem;
}

.page-header.breadcrumb-wrap {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-family: "Quicksand", sans-serif;
}

.product-desc-image img{width: 100%;}
.entry-main-content{padding: 30px 0px;
padding-bottom: 0px;}
.section-title.style-1{margin-bottom: 32px; font-size: 26px; font-weight: 700; }

.product-info {
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 40px 50px;
  margin-bottom: 50px;
}

.tab-style3 .nav-tabs .nav-item a.active, .tab-style3 .nav-tabs .nav-item a:hover {
  color: #2f94d4;
          border:none!important;
}

.tab-style3 .nav-tabs li.nav-item a {
  display: block;
  padding: 13px 24px !important;
  text-align: center;
  font-weight: 700;
  text-transform: none;
  font-size: 17px;
  /* border-radius: 30px; */
  /* border-right: 2px solid #ececec; */
  background: #fff;
  color: #7E7E7E;
  border:none!important;
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tab-style3 .nav-tabs li.nav-item a:hover{
    background: #a0c7aa!important;
    color: #fff!important;
}
.tab-style3 .nav-tabs .nav-item a.active{    background: #a0c7aa!important; color: #fff!important;}

.comment-form form button{
    background: #a0c7aa!important; color: #fff!important;
}

.flavour-new-design ul{margin-left: 0;
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    gap: 10px;
margin-bottom: 0px;}

.flavour-new-design ul li a{color: #000!important;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 8px 25px;
    /* padding-right: 30px; */
    line-height: 24px;
    display: block;
    border-radius: 5px;
    text-transform: capitalize;}
    .flavour-new-design ul li a:hover, .flavour-new-design ul li a.active{
        border-color:#a0c7aa;
    }
.store-available.kapil-div-new ul{padding-left: 0px; list-style-type: none;}
.store-available ul li i{color: #a0c7aa;}
.search-div .input-group{width: 100%;}


.mobile-footer-div{display: none;}


.checkout-page-wrapper{margin-top: 20px !important; margin-bottom: 0!important;}
.checkout-page-wrapper h1{font-size: 20px;}
.checkout-page-wrapper h6{font-size: 13px;}
.login_form .panel-body, .coupon_form .panel-body {border: 1px solid #ececec; padding: 15px; margin-top: 30px; border-radius: 10px; }
.checkout-page-wrapper .cart-totals{margin-top: 0px; padding: 20px !important; margin-bottom: 20px !important;}
.checkout-page-wrapper .cart-totals h4{font-size: 17px;}
.checkout-page-wrapper .cart-totals tr th{width: 100%; text-align: left;}
.checkout-page-wrapper .cart-totals tr td{ font-size: 13px;}

.shopping-summery table > :not(caption) > * > * {
  padding: 15px 0;
}

.shopping-summery table td, .shopping-summery table th, .shopping-summery table thead {
  border: 0;
}

.shopping-summery table thead th {
  background-color: #ececec;
  padding: 18px 0;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #253D4E;
}

.shopping-summery table thead th.start {
  border-radius: 20px 0 0 20px;
}

.shopping-summery table thead th.end {
  border-radius: 0 20px 20px 0;
}

.shopping-summery table tbody tr img {
  max-width: 120px;
  border: 1px solid #ececec;
  border-radius: 15px;
}

table.no-border td, table.no-border th, table.no-border thead {
  border: 0;
}

.breadcrumb a{color: #000;}
.breadcrumb{color: #000!important;}
.breadcrumb span::before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  font-size: 9px;
}
.place-button a{display: block;
    background-color: #a0c7aa;
    text-align: center;
    padding: 16px 0px;
    margin-bottom: 39px;
    margin-top: 45px;
    color: #fff;
    text-decoration: none;
    font-size: 21px;}

 .apply-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-coupon input {
  height: 51px;
  border-radius: 10px 0 0 10px;
  background-image: url("../imgs/theme/icons/coupon.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 50px;
  width: 100%;
}
.apply-coupon{margin-top: 20px;}

.apply-coupon button {
  min-width: 200px;
  height: 51px;
  border-radius: 0 10px 10px 0;
  background-color: #a0c7aa;
  color: #fff;
}

.apply-coupon button:hover {
  background-color: #a0c7aa;
}

.order_table table .product-thumbnail img {
  max-width: 70px;
  border-radius: 15px;
  border: 1px solid #ececec;
  padding: 5px;
}

.order_table table .w-160 {
  max-width: 160px;
}

.table.table-compare {
  border-radius: 15px;
}

.table.table-compare > :not(caption) > * > * {
  padding: 30px 0;
}

.mw-200 {
  min-width: 200px;
}

.mobile-check-title {
    display: none;
}
.checkout-page-wrapper h1{font-weight: 600; font-size: 25px; margin-bottom: 10px;}
.check-address-detail{margin-top: 40px;}
.login-info form button{background-color: #a0c7aa;}
.toggle_info {
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
        margin-top: 17px;
}

.toggle_info span a{color: #a0c7aa;}

.checkout-page-wrapper{padding: 50px 0px;}
.checkout-summery-det{margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 20px;}
.dest-check-title h6 a{color: #000;}

.payment h4{font-weight: 600; margin-bottom: 20px;}
.payment button{    display: block;
    background-color: #a0c7aa;
    color: #fff;
    width: 100%;
    margin-top: 19px;}

.payment button:hover{color: #fff;}
footer.mob{
    display:none;
}
.page-item.active .page-link{
    background-color: #a0c7aa;
    border-color: #a0c7aa;
}
.page-link{
   color: #a0c7aa; 
}
.page-link:hover{
     background-color: #a0c7aa;
     color: #fff; 
}
ul.nav.nav-tabs.text-uppercase {
    border-bottom: 4px solid #a0c7aa;
    padding-top: 0px;
    padding-bottom: 0px;
}
span.font-xs.text-muted {
    font-family: "harmonia";
    font-size: 14px;
}

a#RecoverPassword{
    color: #a0c7aa;
}
.text-muted {
    color: #6c757d!important;
    font-family: "harmonia";
}
.text-muted a{
    color: #a0c7aa;
}
.custome-checkbox {
    margin-top: 10px;
}
.login_wrap form hr{
    margin:0 0;
}
.login_wrap .text-muted.text-center {
    margin-top: 10px;
}

.docapp-fg-pin {
    height: 53px;
    margin: 0 auto;
    position: relative;
    width: 50px;
    margin-bottom: 20px;
}
.docapp-fg-pin svg{
    fill: #a0c7aa !important;
    display: inline-block;
    filter: brightness(85%);
    height: auto;
    width: auto;
}
.docapp-fg-pin-cropper {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    display: flex;
    height: 32px;
    justify-content: center;
    left: 9.35px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    width: 32px;
}
.docapp-fg-pin-cropper img{
    margin: 0 auto;
    max-height: 32px;
    max-width: 32px;
    opacity: 1;
}
.docapp-fg-progress-track {
    background: #a0c7aa!important;
    border: 8px solid #a0c7aa!important;
    border-radius: 15px;
    box-shadow: 0 0 2px 0 #bdbdbd;
    box-sizing: content-box!important;
    height: 0;
    padding: 0;
    position: relative;
    width: calc(100% - 10px) !important;
    border-width: calc(10px / 2) !important;
}
.main-bar {
    margin: 10px 0;
    max-width: 650px;
    min-width: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.docapp-fg-active-track{
    background: #254c25 !important;
    border: 8px solid #254c25;
    border-radius: inherit;
    box-sizing: content-box!important;
    display: block!important;
    left: -8px;
    margin: 0;
    position: relative;
    top: -8px;
    transition: width 1s ease-in;
    width: 0;
    top: calc(10px / -2) !important;
    left: calc(10px / -2) !important;
    border-width: calc(10px / 2) !important;
}
.docapp-fg-pin-label {
    font-family: "harmonia";
    font-size: 13px;
    text-align: center;
}
.quiz-head {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    /* min-height: 600px; */
}
.inner-quiz.frst {
    position: relative;
    max-width: 1060px;
    margin: 0px auto;
    width: 100%;
    padding: 50px 50px 60px;
}
section.quiz-first h1{
    font-weight: 700;
    width: 100%;
    margin: 0px auto 20px;
    line-height: 1.2;
    font-size: 40px;
    color: #212529;
    text-transform: none;
    letter-spacing: initial;
}
button#quiz-kit-intro-button {
    padding: 20px;
    border-radius: 100px;
    width: auto;
    min-width: 260px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px 0px;
    color: rgb(255, 255, 255);
    background-color: #a0c7aa;
    border: 1px solid #a0c7aa;
    line-height: 1.3;
    height: auto;
    min-height: auto;
    letter-spacing: initial;
    /* text-transform: uppercase; */
}
button#quiz-kit-intro-button:hover{
    background-color: rgb(255, 255, 255) !important;
    color: #254c25 !important;
    border-color: #254c25 !important;
}
.inner-quiz.second, .inner-quiz.third, .inner-quiz.almost {
    position: relative;
    max-width: 1060px;
    margin: 0px auto;
    width: 100%;
    padding: 50px 50px 60px;
    text-align: center;
}
.inner-quiz.second h1, .inner-quiz.third h1 {
    font-family: "harmonia";
    font-weight: 700;
    width: 100%;
    margin: 0px auto 20px;
    line-height: 1.2;
    font-size: 18px;
    color: #212529;
    text-transform: none;
    letter-spacing: initial;
}
.inner-quiz.second h2, .inner-quiz.third h2, .inner-quiz.almost h2 {
    font-family: "harmonia";
    font-weight: 400;
    width: 100%;
    margin: 0px auto 20px;
    line-height: 1.5;
    font-size: 26px;
    color: #212529;
    text-transform: none;
    letter-spacing: initial;
}
div#quiz-kit-question {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button#quiz-kit-question-box{
    width: auto;
    height: auto;
    min-height: 127px;
    padding: 30px 20px 20px;
    flex-direction: column;
    font-size: 20px;
    justify-content: inherit;
    font-weight: 600;
    display: flex;
    min-width: 127px;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 10px 20px;
    color: #a0c7aa;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 100px;
    background: #fff;
    outline: none;
    transition: all 0.25s ease 0s;
    letter-spacing: initial;
}
button#quiz-kit-question-box:hover{
    background: #a0c7aa;
    color: #fff;
    border-color: #a0c7aa;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
}
.drmMrD {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin: auto 0px 0px;
    border: 1px solid #a0c7aa;
    border-radius: 100%;
    background: #fff;
}
button#quiz-kit-question-box:hover .drmMrD{
    border: 4px solid #fff;
    background: #a0c7aa;
}
div#quiz-kit-question-navigation {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 40px 0px 0px;
    max-width: 100%;
}
button#quiz-kit-question-next-button {
    height: auto;
    min-height: auto;
    width: auto;
    font-size: 15px;
    color: rgb(0, 51, 51);
    font-weight: 600;
    background: none;
    border: none;
    opacity: 0.5;
    cursor: pointer;
}
button#quiz-kit-question-next-button svg{
    display: inline-block;
    vertical-align: baseline;
    margin: 0px 0px 0px 10px;
}
button#quiz-kit-question-image-box {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 192px;
    max-width: 100%;
    padding: 30px 20px 20px;
    margin: 0px 10px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
    background: #fff;
    text-align: left;
    color: #a0c7aa;
    cursor: pointer;
    transition: all 0.25s ease 0s;
    height: auto;
    min-height: 192px;
}
.sc-fzpans {
    position: relative;
    max-width: 100%;
    height: 55px;
    margin-bottom: 35px;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
}
.sc-fzpans  img {
    width: 55px;
    margin: 0px auto;
    max-width: 100% !important;
}
button#quiz-kit-question-image-box h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
button#quiz-kit-question-image-box:hover{
    background: #a0c7aa;
    color: #fff;
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
}
button#quiz-kit-question-prev-button {
    height: auto;
    min-height: auto;
    width: auto;
    font-size: 14px;
    color: rgb(0, 51, 51);
    font-weight: 600;
    background: none;
    border: none;
    margin: 0px 150px 0px 0px;
}
button#quiz-kit-question-prev-button:hover {
opacity: 0.7;
    }
button#quiz-kit-question-prev-button svg {
    display: inline-block;
    vertical-align: baseline;
    margin: 0px 10px 0px 0px;
}
.inner-quiz.almost svg{
    margin-bottom: 20px;
}
.inner-quiz.almost p{
    font-weight: 600;
    width: 100%;
    margin: 0px auto 20px;
    line-height: 1.2;
    font-size: 15px;
    color: #212529;
    text-transform: none;
    letter-spacing: initial;
}
div#quiz-kit-subscribe {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
}
.huSOek {
    width: 370px;
    height: 55px;
    max-width: calc(100% - 20px);
    font-weight: 600;
    border: 1px solid #a0c7aa;
    border-radius: 30px;
    font-size: 22px;
    color: #a0c7aa;
    background: #fff;
    padding: 10px 20px;
    outline: none;
    transition: all 0.3s ease 0s;
    letter-spacing: initial;
    text-align: center;
    margin: 0px;
    display: initial !important;
}
button#quiz-kit-subscribe-button {
    padding: 13px;
    border-radius: 100px;
    width: auto;
    min-width: 100px;
    font-size: 10px;
    font-weight: 600;
    margin: 10px 0px 0px;
    color: #fff;
    background-color: #a0c7aa;
    border: 1px solid #a0c7aa;
    line-height: 1.3;
    height: auto;
    min-height: auto;
    letter-spacing: initial;
}
button#quiz-kit-subscribe-button:hover{
    background-color: #fff !important;
    color: #a0c7aa !important;
    border-color: #a0c7aa !important;
}
div#quiz-kit-subscribe-decline-button {
    font-size: 15px;
    color: rgb(255, 102, 0);
    font-weight: 600;
    margin-top: 20px;
    font-family: "harmonia";
    cursor: pointer;
}
div#quiz-kit-subscribe-discount {
    position: relative;
    display: flex;
    min-width: 335px;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px;
    padding: 15px 50px;
    border: 1px solid rgb(151, 151, 151);
    background: #fff;
    letter-spacing: 3px;
}
.jmUMtT img {
    width: auto;
    position: absolute;
    left: 16px;
}
div#quiz-kit-subscribe-discount h2{
    font-weight: 600;
    width: 100%;
    margin: 0px auto;
    line-height: 1.2;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-transform: none;
    letter-spacing: initial;
}
.health-inner {
    position: relative;
    max-width: 1060px;
    margin: 0px auto;
    width: 100%;
    padding: 50px 50px 60px;
    text-align: center;
}
.health-inner h1{
    font-weight: 700;
    width: 100%;
    margin: 0px auto 20px;
    line-height: 1.2;
    font-size: 30px;
    color: #212529;
    text-transform: none;
    letter-spacing: initial;
}
.health-inner ol {
    text-align: left;
    margin: 0 0 15px 30px;
    padding-left: 0px;
}
.health-inner h2 {
    font-family: "harmonia";
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
}