
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --theme-colour: #ffc53c;
       --common-colour: #21b18e;
}

html{
    font-size: 62.5%;
}
body {
   background: #ffffff;
    color: #101C28;
 font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;

}

body,
p {
 
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 142.857% */
letter-spacing: -0.07px;
 font-family: "Roboto", sans-serif;
color: #2A2A2A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #101C28;
   font-style: normal;
    font-weight: 700;
    line-height: 1.3; /* 106% */
    letter-spacing: -0.5px;
   font-family: "Roboto", sans-serif;
   color: #2A2A2A;

}

h1 {
   font-size: 3.6rem;
  
   
}

h2 {
   font-size: 2.8rem;
  
}

h3 {
   font-size: 2.5rem;
  
}

h4 {
   font-size: 1.8rem;
   
}

h5 {
   font-size: 1.6rem;
   
}
 
h6{
    font-size: 1.5rem;
  
}

button:focus {
    outline: 0!important;
    border: none!important;
}
.text-primary {
   
    color: rgb(33 177 142)!important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #139474;
    border-color: #088c6c;
}
/* Global styles
================================================== */

html {
   overflow-x: hidden !important;
   width: 100%;
   height: 100%;
   position: relative;
}

body {
   border: 0;
   margin: 0;
   padding: 0;
}



a:link,
a:visited {
   text-decoration: none;
}

a {
  color: #202020;
}

/*a:hover {
   text-decoration: none;
   color: #21b18e;
}*/


* {
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
  
}

svg {
    height: auto;
    width: auto;
}

.gap {
    padding-top: 59px;
    padding-bottom: 59px;
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 0;
}
.form-control {
       width: 100%;
    margin-bottom: 14px;
    /* border: 0; */
    outline: none;
    padding-left: 16px;
    padding: 12px;
    border-radius: 0px;
    border: 1px solid #DEDEDE;
    font-size: 15px;
    
}
.text-secondary {
    --bs-text-opacity: 1;
    color: #21b18e !important;
}
.bg-primary {
   background-color: #21b18e !important;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #275a51;
    --bs-btn-border-color: #275a51;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0c3c33;
    --bs-btn-hover-border-color: #0c3c33;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0c3c33;
    --bs-btn-active-border-color: #0c3c33;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;

}
.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #B5B5B5;
    --bs-btn-border-color: #B5B5B5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #8d8b8b;
    --bs-btn-hover-border-color: #8d8b8b;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #8d8b8b;
    --bs-btn-active-border-color: #8d8b8b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #8d8b8b;
    --bs-btn-disabled-border-color: #8d8b8b;
}
.bg-light-blue {
    background: #ebf3ed;
}
/* 01. header-top */
.content-header {
    display: flex;
    align-items: center;
}

.content-header svg {
    width: 34px;
    height: auto;
    fill: #fff;
    margin-right: 8px;
}

.content-header h4 {
      padding-left: 7px;
    font-size: 14px;
    color: #181717;
    font-weight: 400;
    margin-bottom: 0px;
}
.content-header i {
   font-size: 16px;
}
.content-header h4 a {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-left: 12px;
}
.content-header .top-bar-left {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.login a {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

.login a:hover {
    color: #ffda3c;
}

.login {
    justify-content: end;
}

.top-bar {
      padding: 5px 0px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 1112;
}

/* 02. cart popup */
.cart-popup {
    position: absolute;
    right: 0px;
    top: 67px;
    z-index: 11;
    width: 340px;
    background-color: #fff;
    padding: 25px 25px 20px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
}

.cart-popup:before {
    content: "";
    width: 41%;
    height: 5px;
    position: absolute;
    left: 59.2%;
    top: -5px;
}

.show-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.cart-popup img {
    width: 75px;
}

.cart-popup .p-img {
    padding: 10px 5px;
}

.cart-popup .p-data h3 {
    font-size: 18px;
    color: #191919;
    margin-bottom: 5px;
    line-height: 28px;
}

.cart-popup .p-data {
    padding-left: 15px;
}

.cart-popup .p-data p {
    line-height: 25px;
}

.cart-popup ul li {
    margin-bottom: 18px;
}

.cart-popup ul li:not(:last-child) {
    border-bottom: 1px solid #00000014;
    padding-bottom: 15px;
}

.cart-popup ul li a:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../img/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -10px;
}

.cart-popup .cart-total {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 10px;
}

.cart-popup .cart-total span {
    font-size: 18px;
    line-height: 25px;
    color: #222;
}

.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
}

.cart-popup .cart-btns a.checkout:hover {
    background-color: var(--common-colour);
    color: #fff !important;
    border-color: var(--common-colour);
}

.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 2px solid #909090;
}

.cart-popup .cart-btns a:not(:last-child) {
    margin-right: 8px;
}

.donation .light-bg img {
    border-radius: 0px;
}

a.pr-cart {
    position: relative;
}

/* a.pr-cart:before {
    justify-content: center;
    align-items: center;
    display: flex;
    content: "2";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #11ae14;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    right: 5%;
    padding-top: 3px;
    top: -11px;
} */

.cart-btns a {
    padding: 8px !important;
    font-weight: 700;
    text-transform: capitalize !important;
}

.header-search .donation a.checkout {
    background-color: #ffda3c;
    border: 1px solid #ffda3c;
    color: #000 !important;
    border: 0;
}


.bottom-menu-bar {
        background: #2C3E50;
    position: relative;
    z-index: 1;
   
}
/*.bottom-menu-bar:after {
    position: absolute;
    width: 429px;
    height: 50px;
    content: "";
    background: #E1BA52;
    right: -21px;
    top: 0;
    transform: skewX(-37deg);
    z-index: -1;
    border-left: 7px solid #fff;
}*/
/* .currency-switcher .form-check-input:checked {
    background-color: #275a51;
    border-color: #275a51;
}

.currency-switcher .form-switch .form-check-input {
    
    --bs-form-switch-bg:: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e);
    background-image: var(--bs-form-switch-bg);
}
.currency-switcher .form-check-input {
    --bs-form-check-bg: #275a51;
    background-image: var(--bs-form-switch-bg);
}

.form-check-input:focus {
     border:none; 
    outline: 0;
     box-shadow:none; 
}
.currency-switcher .form-switch .form-check-input:focus {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e);
}
.currency-switcher .form-switch .form-check-input:focus {
    background-image: var(--bs-form-switch-bg)!important;
} */



.label-container .switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 22px;
}

.label-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.label-container .slider {
        position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddfaf3;
    transition: 0.4s;
    border-radius: 25px;
}
.header-search .label-container svg {
    fill: #101214;
        width: 17px;
}
.header-center-area img {
    width: 53%;
}
.header-center-area {
    text-align: center;
    width: 100%;
}
.text-bg-primary {
   
    background-color: #275a51 !important;
    line-height: 1.3;
}
.label-container .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
        background-color: #21b18e;
    transition: 0.4s;
    border-radius: 50%;
}

.label-container input:checked + .slider {
      background-color: #e1f5f0;
}
.label-container input:checked + .slider:before {
    transform: translateX(24px);
}

.label-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
/* 03. navbar */
.navbar {
    display: flex;
    align-items: center;
    position: relative;
    /* justify-content: center; */
    padding: 0;
}

.navbar-logo {
    color: #ff3f34;
    text-decoration: none;
    font-size: 25px;
    padding: 0px 20px;
}

.navbar-links {
    list-style-type: none;
    display: flex;
        align-items: center;
}



.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    transition: 0.4s all;
        padding: 13px 23px;
}

.navbar-links li.navbar-dropdown {
    position: relative;
}

li.navbar-dropdown span {
    border-radius: 20px;
    padding: 1px 6px;
    top: 7px;
    background-color: #ffda3c;
    color: #000;
    position: absolute;
    right: 10px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translatex(0px);
    z-index: 1111;
}

.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatex(50px);
    left: 0;
    width: 230px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
}

.navbar-links .dropdown.product-listmenu {
    left: 0rem !important;
    width: 1171.6px !important;
    background: white;
    padding: 1rem;
    z-index: 111;
    transition: 0.4s all;
}

.product-listmenu a img {
    /* height: 42px;
    width: 42px;
    margin-right: 6px;
    background: #8dd2183b;
    padding: 6px;
    border-radius: 30px;
    fill: #ad7f7f;
    border-right: 3px solid #77f008;
    border-bottom: 3px solid #56ee0b; */
    width: 50px;
    height: 50px;
    margin-right: 6px;
    /* border: 1px solid #000000; */
    padding: 8px;
    border-radius: 100%;
    background: #eaffad80;
}

.create span {
    margin: 15px 0;
    display: block;
    color: #eeeeeea6;
    font-weight: 500;
}

.create .forgot-password {
    text-align: right;
    margin-left: auto;
    display: block;
    color: #9ae81d;
}

.navbar-links li.navbar-dropdown .dropdown a.active {
    color: #16ab1b;
}

.products-cate-slider.owl-carousel .products {
    border-radius: 14px;
    width: 97%;
    height: 186px;
    border: 1px solid #bbbbbb00;
    padding: 0px;
    background-color: #fff;
    position: relative;
    margin-left: -1px;
}

.products-cate-slider.owl-carousel .owl-item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 47px;
    border: 4px solid #c2f432;
    padding: 12px;
}

.products-cate-slider.owl-carousel .owl-item a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    margin: auto;
    display: block;
    padding-top: 10px;
    padding-left: 6px;
    color: black;
    padding-right: 6px;
}

/*.products-slider.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}
*/
.navbar-links li.navbar-dropdown .dropdown.product-listmenu a {
    font-size: 14px;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
    background-color: #FFF;
    font-weight: 500;
    /* border-bottom: 1px solid #00000017; */
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.navbar-links li.navbar-dropdown .dropdown.product-listmenu a:not(:last-child):before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 0px;
    background-color: #58585829;
    width: 75%;
    bottom: 0;
}

.navbar-links li.navbar-dropdown .dropdown a {
    font-size: 16px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
    background-color: #FFF;
}

.navbar-links li.navbar-dropdown .dropdown a:hover {
    color: #16ab1b;
}

/* .navbar-links li.navbar-dropdown .dropdown a:not(:last-child):before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #58585829;
    width: 75%;
    bottom: 0;
} */

.navbar-links li:hover>a {
   color: #fbe303;
}

.navbar-links li.active>a {
    border-bottom: 5px solid #ffda3c;
}

.navbar-links li>a {
    border-bottom: 0px solid transparent;
    /* color: #000000; */
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.navbar-links li>a.active {
    background: #21b18e;
}
.navbar-links li>a i {
    margin-left: 6px;
    font-size: 10px;
    color: #ffffff;
}

.hamburger-icon {
    display: flex;
    align-items: center;
    justify-content: end;
}

.hamburger-icon svg {
    width: 25px;
    height: 25px;
    fill: black;
    margin-right: 20px;
    display: block;
}

/* .header-search>a {
    color: #000;
    background-color: #ffda3c;
    padding: 13px 30px;
    border-radius: 52px;
    border: 3px solid #ffda3c;
    font-weight: bold;
} */

/* .header-search .donation a {
    padding-top: 2px;
    margin: 0;
   
    padding-left: 11px;
    padding-bottom: 4px;
} */

.header-search a.user {
    border-radius: 100% !important;
    width: 29px;
    height: 29px;
    background: #fff;
    text-align: center;
    line-height: 26px;
        margin-right: 21px;
}
.header-search a.user.like-bx {
    line-height: 34px;
    position: relative;
}

/* .header-search a.user svg {
    width: 18px;
} */

/* 04. two-bar */
.bottom-bar {
   
    position: relative;
}

.two-bar {
       padding: 5px 0;
    position: relative;
    padding-right: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.logo img {
    width: 65%;
}
.logo-discrip p {
       font-size: 13px;
    line-height: 16px;
    margin-bottom: 3px;
}

.logo-discrip img {
    width: 87%;
}
/*.logo {
    z-index: 1;
    width: 37%;
}*/
/* 48. header.three */
header.three {
       background-color: #e1e1e1;
    position: sticky;
    box-shadow: 1px 2px 72px -12px #00000012;
}

header.three .bottom-bar {
    border-color: #339a5e;
    background: #fff;
   padding: 10px 0px;
}

/*header.three .bottom-bar:before {
    position: absolute;
    width: 30%;
    content: "";
    height: 100%;
    background-color: #fff;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}*/
/*header.three .two-bar .rt-bottom-bar {
    width: calc(100% - 37%);
}*/
.header-search svg {
    fill: #2c3e50;
   width: 21px;
    height: 21px;
    /* margin-right: 5px; */
    /* height: auto; */
    text-align: center;
}

ul.social-media li {
    position: relative;
}
ul.waranty-box li:not(:last-child) {
    border-right: 1px solid #212020;
}
ul.waranty-box li {
    display: inline-flex;
    width: 49%;
    align-items: center;
}
ul.waranty-box li .img-pro {
    width: 49px;
    margin-right: 4px;
}
ul.waranty-box li .img-pro img {
    width: 100%;
}
ul.waranty-box li .text-pro h6 {
    font-size: 13px;
}
.search-area-header input.form-control {
   border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 11px;
    border: 1px solid #dee2e6;
    margin-bottom: 0px;
    /* border-right: 0px; */
    font-size: 14px;
}
.search-area-header select.form-select {
    border-left: 0px;
    border-radius: 0px;
    font-size: 14px;
    color: #585b5e;
}
.search-area-header select.form-select:focus, .search-area-header input.form-control:focus{
    box-shadow: none;
}
.search-area-header button.btn.search-btn {
      border: 1px solid #21b18e;
    border-radius: 0px 5px 5px 0px;
    border-left: 0px;
    padding: 7px 15px;
    background: #21b18e;
}
.search-area-header button.btn.search-btn svg {
        width: 24px;
    fill: #eaeaea;
    background: #e2e2e200;
    padding: 2px;
    border-radius: 100%;
}
.calling-area {
    padding-top: 4px;
    display: flex;
    align-items: center;
}
.calling-area .icon-call img {
      max-width: 100%;
    width: auto;
    margin-right: 9px;
}
.calling-area.nav-calling {
    margin-left: 84px;
}

.calling-area h6 {
    font-size: 15px;
    font-weight: 500;
}
.calling-area p {
 margin-bottom: 0px;
    font-size: 14px;
    line-height: 14px;
}


.text-header-white p {
    color: #fff;
    font-size: 12px;
}
.text-header-white h6 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}
/* 05. mobile-nav */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #000;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}

.mobile-nav ul li a svg {
    width: 11px;
}

.for #nav-icon4 {
    color: black;
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.responsive-bar {
    display: none;
}

#nav-icon4 span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 35px;
    left: 8px;
}

i#nav-icon4 {
    display: none;
}

#nav-icon4 {
    width: 40px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    font-size: 25px;
    color: white;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile-nav>ul>li.menu-item-has-children:before {
    color: #fff;
    position: absolute;
    top: 17px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
}

.mobile-nav>ul>li.menu-item-has-children.active:before {
    transform: rotate(90deg);
    color: #ffda3c;
}

.mobile-nav>ul>li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}

.mobile-nav>ul>li:not(:last-child) {
    border-bottom: 1px solid #5b5b5b;
}

.mobile-nav>ul li>a {
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
}

.mobile-nav>ul>li>a {
    font-size: 16px;
    line-height: 30px;
}

.mobile-nav>ul>li.menu-item-has-children>ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translatey(15px);
    -webkit-transform: translatey(15px);
    -moz-transform: translatey(15px);
    -o-transform: translatey(15px);
    border-top: 1px solid #5b5b5b;
    margin-top: 8px;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transition: .5s;
}

.mobile-nav>ul>li.menu-item-has-children>ul.sub-menu a img {
    width: 27px;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}

.res-log img {
    width: auto;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
    background-color: #ffda3c;
}

.res-log {
    margin-bottom: 30px;
}

.res-rights p {
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}

li.menu-item-has-children.active {
    background-color: transparent;
}

.mobile-nav a#res-cross:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 28px;
}

.bar-menu i {
    color: black;
    background-color: transparent;
    font-size: 24px;
}

.bar-menu {
    z-index: 1;
    display: none;
}

.responsive-bar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.bar-menu i {
    margin-right: 20px;
    font-size: 26px;
}

/* 06. btn */
.btn {
      font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 48px;
    letter-spacing: 0.5px;
    padding: 11px 25px;
    
}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #E4DC00;
    --bs-btn-border-color: #E4DC00;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cdc605;
    --bs-btn-hover-border-color: #cdc605;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cdc605;
    --bs-btn-active-border-color: #cdc605;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.btn-primary {
   --bs-btn-color: #ffffff;
    --bs-btn-bg: #21b18e;
    --bs-btn-border-color: #21b18e;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #118065;
    --bs-btn-hover-border-color: #118065;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #118065;
    --bs-btn-active-border-color: #118065;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #118065;
    --bs-btn-disabled-border-color: #118065;
}
.btn-outline-primary {
    --bs-btn-color: #e1ba52;
    --bs-btn-border-color: #e1ba52;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #be962d;
    --bs-btn-hover-border-color: #be962d;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #be962d;
    --bs-btn-active-border-color: #be962d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #be962d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #be962d;
    --bs-gradient: none;
}
/* .btn:hover {
    color: #fff;
} */

/* .btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: var(--common-colour);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    transform: scale(0.2, 1);
}

.btn:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
} */

/* 07. Search Popup */
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: #058349cc;
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    top: 6%;
    position: absolute;
    left: 94%;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    background-color: #ffda3c;
    width: 50px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 0;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.checkbox-flex {
    display: flex;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    border: 0;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: var(--common-colour);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #ED1C24;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 18px;
    color: #000;
    display: inline-block;
    padding-top: 17px;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #ED1C24;
}

.header-search {
    display: flex;
        align-items: center;
        justify-content: end;
        padding: 10px 0px;
}

.header-search>a:hover {
    background-color: #fdf600;
    /* border: 3px solid #ffda3c; */
    color: #ffffff;
}

.header-search-button svg {
    fill: #000;
    width: 18px;
}

.header-search-button.search-box-outer {
    /* border-right: 1px solid #73998a; */
    margin-right: 8px;
    padding-right: 4px;
}

.top-navbars {
    display: flex;
    font-size: 15px;
    font-weight: 400;
}

.top-navbars li {
   padding: 0 15px;
}

.top-bar {
    display: flex;
    justify-content: space-between;
}

/* 08. collnumber */
.collnumber svg {
    width: 23px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(221deg) brightness(97%) contrast(101%);
}

.anti-aging-img .collnumber:hover svg {
    width: 34px;
}

.collnumber {
    display: flex;
    align-items: center;
}

.collnumber a {
       color: #000000;
    padding-left: 0px;
    font-size: 14px;
}

.collnumber .login {
    margin-left: 30px;
}

.collnumber .login a {
    padding: 25px 20px;
    background: linear-gradient(90deg, #A8DC51 0%, #4CA754 99.88%);
    border-radius: 3px;
    color: white;
}

/* 09. loader */
.preloader {
    background-color: #00000047;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    bottom: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.preloader {
    bottom: 0%;
}

.page-loaded .preloader {
    bottom: -100%;
}

.loader {
    display: grid;
    grid-template: 1fr 1fr/1fr 1fr;
    gap: 40%;
    width: 80px;
    aspect-ratio: 1/1;
    animation: rotate 2s linear infinite;
}

.loader .dot {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    animation: scale 2s infinite alternate;
}

.loader .dot:nth-child(3) {
    order: 1;
}

.loader .dot:nth-child(1) {
    animation-delay: -0.5s;
}

.loader .dot:nth-child(2) {
    animation-delay: -1s;
}

.loader .dot:nth-child(3) {
    animation-delay: -1.5s;
}

.loader .dot:nth-child(4) {
    animation-delay: -2s;
}

@keyframes scale {
    0% {
        scale: 0.1;
    }

    100% {
        scale: 1;
    }
}

@keyframes rotate {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

/* 10. social-media */
ul.social-media a {
 border: 0px solid #ffffff8a;
    width: 22px;
    height: 22px;
    background: transparent;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 13px;
    color: #242424;
}

ul.social-media a:hover {
    background-color: #ffda3c;
    color: #000;
    border-color: #ffda3c;
}

ul.social-media {
    display: flex;
    justify-content: center;
}

/* 11. Go To Top */
#progress {
    z-index: 1111;
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 60px;
    width: 60px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(105% - 10px);
    width: calc(105% - 10px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #001a2e;
}

span#progress-value i {
    font-size: 18px;
}

ul.social-media {
    display: flex;
}
ul.social-color-icon li a {
    width: 43px;
    height: 43px;
    background: #f6f6f6;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
}
ul.social-color-icon {
    justify-content: start;
}
ul.social-color-icon li {
    list-style: none;
    margin-left: 0px!important;
}
ul.social-media.mt-4.social-color-icon li:nth-child(1) a {
    background: #4F5FBF;
}
ul.social-media.mt-4.social-color-icon li:nth-child(2) a {
    background: #48BDE9;
}
ul.social-media.mt-4.social-color-icon li:nth-child(3) a {
    background: #E9484E;
}
ul.social-media.mt-4.social-color-icon li:nth-child(4) a {
    background: #2196F3;
}
ul.social-media.mt-4.social-color-icon li:nth-child(5) a {
    background: #0073B1;
}

.pre-next-block {
    display: flex;
    
}
.pre-next-block img {
    width: 90px;
    height: 90px;
   
}
.pre-next-block:first-child {
    border-left: 2px solid #ccc;
}
.pre-txt-area {
    width: 63%;
}
.pre-txt-area h6 a{
    color: #21b18e;
}

.reviews {
    display: flex;
    justify-content: right;
    margin-top: 24px;
    position: relative;
    padding-right: 17%;
}

.reviews ul {
    display: flex;
    margin-right: 22px;
    color: #ffc53c;
}

.reviews ul li {
    margin-right: 8px;
}

.reviews h5 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.reviews p {
    font-size: 11px;
    color: #696565;
    font-weight: 500;
    line-height: 17px;
}

/* 12. hero-section */
.hero-section {
   height: 655px;
    display: flex;
    align-items: center;
}

.hero-text {
    position: relative;
}

.hero-text p {
      font-size: 18px;
    color: #0f0f0f;
    line-height: 34px;
    padding-top: 12px;
    padding-bottom: 16px;
    display: block;
    width: 84%;
}

.hero-text {
    padding-left: 108px;
    position: relative;
    width: 100%;
}

.hero-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #082012;
    opacity: .9;
}

.hero-section h1 {
    color: #000000;
    font-weight: 600;
     font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-size: 57px;
}

.hero-img {
    position: relative;
    display: flex;
    justify-content: end;
    margin: 0;
}

.hero-img img {
    z-index: 11;
    position: relative;
}

.owl-item.active .hero-text h1 {
    animation-duration: 1s;
    animation-name: fadeInOne;
}

.owl-item.active .hero-text p {
    animation-duration: 1.2s;
    animation-name: fadeInOne;
}

.owl-item.active .hero-text a {
    animation-duration: 1.4s;
    animation-name: fadeInOne;
}

@keyframes fadeInOne {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    40% {
        opacity: 0;
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.slider-hero.owl-carousel .owl-item img {
    margin: 0;
    width: auto !important;
}

.slider-hero.owl-carousel .owl-item img {
    margin-right: 13px;
}

.zoom-slider button.owl-dot,
.trending-slider button.owl-dot,
.slider-reviews button.owl-dot,
.slider-hero button.owl-dot,
.products-slider button.owl-dot {
    width: 13px;
    height: 3px;
    background-color: #ffffff;
    margin-left: 10px;
}

.zoom-slider button.owl-dot.active,
.trending-slider button.owl-dot.active,
.slider-reviews button.owl-dot.active,
.products-slider button.owl-dot.active,
.slider-hero button.owl-dot.active {
    width: 70px;
    opacity: 1;
    height: 3px;
    background-color: #21b18e;
}

.slider-reviews .owl-dots {
    text-align: left;
}

.zoom-slider .owl-dots,
.trending-slider .owl-dots,
.products-slider .owl-dots {
    text-align: center;
    margin-top: 34px;
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.slider-hero .owl-dots {
    left: 14.5%;
    position: absolute;
    bottom: -7%;
}

.hero-img figure {
    position: absolute;
    z-index: 111;
    bottom: 40px;
    overflow: inherit;
    left: -56px;
}

.hero-section-three img.hero-icon-1,
.hero-section img.hero-icon-1 {
    left: -4%;
    position: absolute;
    bottom: -4%;
    animation: top 10s infinite;
    z-index: 1;
}

.hero-section-three img.hero-icon-2,
.hero-section img.hero-icon-2 {
    width: 90px;
    transform: rotatey(182deg);
    position: absolute;
    bottom: 45%;
    left: 44%;
    animation: bottom 10s infinite;
    z-index: 1;
}

/* 13. plant-based */
.plant-based {
    text-align: center;
}

.plant-based a {
    display: block;
    padding-top: 14px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    width: 61%;
    margin: auto;
    letter-spacing: 2px;
}

.plant-based:hover img {
    transform: rotate3d(2, 1, 2, 360deg);
}

.plant-based a:hover {
    color: var(--common-colour);
}

/* 14. natural-img */
.process .natural-img img {
    height: 415px;
    width: 500px;
    object-fit: cover;
    border-radius: 40px;
}

.natural-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    gap: 30px;
}

.natural-img .natural-1 {
    margin-top: 111px;
}

/* .natural-img img:hover {
    transform: scale(1.1);
} */

.anti-aging-img .collnumber h4 {
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 4px;
    color: #bcee2b;
}

.anti-aging-img .collnumber a {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    color: #fff;
}

.anti-aging-img .collnumber i {
    border-radius: 50%;
    background-color: #000000;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.anti-aging-img {
    position: relative;
}

.awards {
    left: 0;
    right: 0;
    border-radius: 9px;
    padding: 2% 2%;
    margin-top: -3%;
    background: #ffffff;
    z-index: +99;
    position: absolute;
    margin: -2% auto 0;
    width: 85%;
    justify-content: center;
    display: flex;
    box-shadow: 0px -19px 44px -34px #000;
}

@media (min-width: 992px) {
    .awards .col-lg-2 {
        flex: 0 0 auto;
        width: 9.666667%;
    }
}

.anti-aging-img .collnumber {
    background-color: #010101;
    color: white;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 95%;
    transform: translate(-50%, -50%);
    padding: 20px 20px;
    padding-left: 0;
    z-index: 2;
    border-radius: 31px;
}

.anti-aging-img .collnumber i {
    margin-left: -30px;
}

.anti-aging-img img.dots-1 {
    left: 25%;
    position: absolute;
    bottom: 64%;
    animation: top 10s infinite;
    z-index: -1;
}

.anti-aging-img img.dots-2 {
    top: 39%;
    position: absolute;
    right: 0%;
    animation: bottom 10s infinite;
}

.other {
    display: flex
;
    align-items: start;
    margin-top: 9px;
    padding-bottom: 0px;
}
.other:last-child{
    border-bottom: transparent;
}
.other .svg-icon {
       margin-right: 9px;
}
.other .svg-icon svg {
    fill: #0a0a0a;
    width: 19px;
}
.contact-info-inner p {
    margin-bottom: 16px;
    padding-right: 84px;
}
.contact-info-inner h6 {
        margin-top: 10px;
    font-weight: 700;
    margin-bottom: 17px;
}
.other p {
    font-size: 18px;
}
.other  .dots {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #3c7724;
    margin: 0px 10px;
    border-radius: 100%;
}

/* .other svg {
    border-radius: 11px;
    background: #ffda3c;
    margin-right: 16px;
    padding: 10px;
    border: 3px solid #ffda3c;
    width: 57px;
} */

.other h4 {
    font-weight: bold;
}

/* 15. heading */
.heading h2 {
    font-weight: 300;
       font-size: 3.9rem;
}
.heading h2 span {
    font-weight: 600;
}
.section-anti-aging .heading p {
    padding-top: 20px;
}

.heading {
    text-align: center;
    padding-bottom: 22px;
}

.heading h2 {
    margin: auto;
}

.heading img {
    padding-bottom: 24px;
}

.heading.two {
    text-align: left;
    margin: auto;
    padding-bottom: 30px;

}

.heading.two h2,
.heading.two {
    margin: 0;
    width: 100%;
}



ul.list-style li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
}

ul.list-style li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--common-colour);
    content: "";
    top: 5px;
    left: 0;
}

img.signature {
    padding-left: 100px;
}

.tag-cbd li {
    margin-right: 50px;
}

.tag-cbd {
    position: relative;
    display: flex;
    align-items: center;
}

/*=============about-us==========*/

.quality-inner-detail {
    padding-right: 145px;
}
.feature-block-two.about-feature-block .inner-box {
    padding: 0px 17px;
}
.mission-block{
    padding-top: 49px;
}

.mission-objectives{
    background: #E4E4E8;
}
.section-about-promises {
    padding: 53px 0px;
}















































































/* ========product categories========= */
section.product-category {
    background: #EBF3ED;
}
.product-inner-area .card-body {
    text-align: center;
}
.product-inner-area .card {
    background: transparent;
    border-radius: 20px;
    padding: 9px;
    padding-bottom: 30px;
}
.product-inner-area .card .card-title {
    font-size: 20px;
    font-weight: 600;
}
.product-inner-area .card .card-body {
    padding: 12px 8px;
}
.product-inner-area .card .card-body p {
    line-height: 1.5;
    margin-bottom: 13px;
}
/*=========video area======*/
.content-section {
    width: 100%;
    display: block;
        padding: 3px 0 33px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.video-bg {
    width: 100%;
    height: 100%;
    display: flex
;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.icon-video img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 69px;
}
/* ===========therapeutic========== */
.therapeutic-section {
       padding: 61px 0px 73px;
}
.therapeutic-inner-area .card {
    border: none;
}
.therapeutic-inner-area .card-body {
    text-align: center;
}
.therapeutic-inner-area .card-body h5.card-title {
    text-transform: uppercase;
    font-weight: 400;
}
.therapeutic-inner-area .card-body h6 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 6px;
}
.therapeutic-inner-area img {
    border-radius: 20px;
}
.makingprocess-section {
    padding: 50px 0px 60px;
}
/* ===========client logo====== */
.clientlogo-section {
   background: #EBEBEB;
    padding: 51px 0px;
}

/* ======product servives area========= */
.product-services-inner {
    width: 100%;
    position: relative;
}
.product-services-inner:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0 0 0 / 92%) 2%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
    /* z-index: 1; */
    width: 100%;
    height: 100%;
}
.product-services-inner img {
    width: 100%;
    height: 100vh;
}
.product-services-content h4:before {
    position: absolute;
    content: "";
    width: 74px;
    height: 3px;
    background: #E4DC00;
    top: -7px;
    left: 1px;
}
.product-services-content h4 {
    color: #fff;
    position: relative;
}
.product-services-content {
    position: absolute;
    bottom: 120px;
    left: 44px;
}


/* ==========Accriditation===== */
.Accriditation-section {
    padding: 80px 0px;
}
.Accriditation-section .Accriditation-inner-lt .heading {
    padding-bottom: 20px;
}
.Accriditation-section .Accriditation-inner-lt .heading h2 {
    text-align: left;
    margin-left: 0px;
    font-size: 39px;
    width: 100%;
}
.Accriditation-section .Accriditation-inner-lt p {
    margin-bottom: 20px;
}
.Accriditation-section .Accriditation-inner-lt {
    padding-right: 91px;
}
.faq-section.Accriditation-section {
    background: #EBF3ED;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #285D54;
   
}
.faq-section .accordion-button {
   border-radius: 12px;
   
}
.price-area {
    margin-bottom: 10px;
}
.price-area span {
    font-size: 1.2rem;
}
.pad-1 {
    padding-top: 30px;
    padding-bottom: 30px;
}


.tag-cbd img {
    /* animation: rotate360 20s infinite; */
    width: 120px;
}

.heading h6 {
   letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: 300;
    text-transform: uppercase;
    color: #4E4E4E;
    font-size: 17px;
}

.section-anti-aging .heading.two h2 b {
    color: #8da93c;
    font-weight: 600;
}

/* 16. money-back */
.money-back {
    position: relative;
    width: 90%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 80px;
    margin-top: 120px;
    z-index: 5;
}

.money-back h4 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}

.money-back p {
    width: 81%;
    color: #000;
}

img.leaf {
    right: -13%;
    position: absolute;
    z-index: -0;
    animation: 10s top infinite;
}

img.dots {
    top: 0;
    position: absolute;
    z-index: -0;
    right: -5%;
    animation: 8s bottom infinite;
}

img.hero-icon {
    animation: 10s top infinite;
    width: 100px;
    position: absolute;
    z-index: -0;
    left: -10%;
}

@keyframes top-bottom {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

/* 17. products */
ul.star {
    display: none;
    font-size: 12px;
    color: #ffc53c;
}




/*.product-img-list {
    display: flex;
    align-items: self-start;
}*/
/*.product-img-block {
    border-radius: 100%;
    width: 219px;
    height: 219px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}*/


.nature-intended a, .certified-product-img figure img, .blogthree img, .blogthree a i, .blogthree a, ul.image-gallery li figure:before, .pick-Your-Product, .pick-Your-Product i, .pick-Your-Product a, .pick-Your-Product:hover i svg, .nature-intended i:before, .pricing-text>i svg, .blogtwo img, .blogtwo-text a, ul.social-networking a i, .trending-products a.add-to-cart, .differnce-products-all a, .gummies:before, .pricing-text a, .content-us i:before, .plant-option i:before, .team-information:before, .team-information figure img, .team-information a, .header-search .donation a.checkout, .sustainability-img img, .plant-option i, .plant-option:hover svg, .nature-intended i svg, .mail-style a, ul.categories li a, ul.Meta li a, ul.quick-links li a, .recent-post a, .pagination li.next, .pagination li.prev, ul.product_meta li a, .collnumber svg, .products-needs img, .provide-high-text a, .trending-products img, .sustainability, .sustainability a, .sustainability p, .sustainability:before, .sustainability i svg, ul.social-media a, .products a, .plant-based a, .plant-based img, .natural-img img, .sustainability i:before, .blog h3 a, .blog-img img, .products-needs a, .differnce-products i, .differnce-products i svg, .differnce-products h4 a, .differnce-products a i, .header-search>a, button.owl-prev, button.owl-next, .cart-popup, .products.two a.add-to-cart, .products-needs:before, .widget-title>ul.links li a, .footer-bottom-text ul li a, a.video-pop i, .content-us i svg, .trending-products-text a, .recent-post img, .products a.btn, .products img {
    transition: .4s all;
}

.product-list-section {
    padding: 50px 0px;
    background: #21b18e;
}
.products-industry .product-img-block a.btn {
    top: 50%;
    position: absolute;
    padding: 10px 32px;
    font-size: 14px;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #ffffff59;
    width: 100%;
    opacity: 0;
    height: 100%;
    border-radius: 100%;
    line-height: 186px;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}
.products-industry{
    text-align: left;
        border-radius: 23px;
    padding: 19px;
    background-color: #EBF3ED;
    position: relative;
    margin-right: 13px;
    margin-bottom: 30px;
}
.products-industry:hover .product-img-block a.btn {
    opacity: 1;
    color: #000000;
}
.products-industry .product-img-list {
    display: flex
;
    align-items: self-start;
}
.products-industry .product-img-block {
    border-radius: 100%;
    width: 543px;
    height: 179px;
    text-align: center;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.products-industry .product-img-block img {
    width: 100%;
    height: 100%;
}
.products-industry .product-img-list .count{
       font-size: 33px;
    width: 45px;
}
.products-industry .product-img-list .count {
    width: 100%;
    display: flex;
    justify-content: end;
}
.products-industry .product-deatil p {
   font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 17px;
}
.products .product-deatil p span:not(:last-child) {
    border-right: 1px solid #aaa8a8;
    
}
.products .product-deatil p span {
    padding-left: 5px;
    font-size: 14px;
    padding-right: 5px;
}


.products-industry .product-deatil {
       padding-top: 31px;
       text-align: left;
   
}
.products-industry .product-deatil h5 a {
       font-size: 21px;
    color: #4F4F4F;
    font-weight: 500;
}
.products-industry h6 {
    font-weight: 500;
    line-height: 0;
    position: absolute;
    left: 17px;
    bottom: 34%;
    background-color: #eaf7ef;
    padding: 8px 13px;
    border-radius: 50px;
    padding-right: 20px;
    font-size: 14px;
}

.products-industry h6 i {
    padding-right: 10px;
}
.products:hover img {
    opacity: .4;
}

.products a:hover {
    color: var(--common-colour);
}





.products a.btn:hover {
    color: #fff;
}

.products {
    text-align: center;
   border-radius: 23px;
    padding: 19px;
       background-color: #E8F7F3;
    position: relative;
    margin-right: 13px;
}


.products .product-deatil {
       padding-top: 20px;
    padding-bottom: 33px;
}
.products .product-deatil a.btn {
    margin-top: 15px;
}
.products .product-img-list .count {
    display: flex;
    justify-content: end;
}
.products .product-img-list .count img {
    width: auto;
    max-width: 100%;
}
.products .product-deatil h5 a {
    font-size: 21px;
    color: #151515;
    font-weight: 500;
}

.products h4 del {
    font-size: 15px;
    padding-right: 10px;
}

.products h4 {
    font-weight: bold;
    display: none;
}

.section-products {
    position: relative;
    padding: 59px 0px 0px;
}
.product-cart-section{
    padding-bottom: 60px;
}
.cart-area-section{
    padding: 50px 0px;
}
.section-products .heading img {
    filter: invert(1);
}

.section-products .heading h6 {
    color: white;
}

/* .section-products .heading h2 {
    color: white;
} */

.section-products .heading b {
    color: #d1e835;
    font-weight: 600;
}

.section-benefit {
    position: relative;
   
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    padding: 51px 0px 3px;
    background-size: cover;
}

.section-benefit .why-choose-us .image-column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}

.section-benefit .image-column .water {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    text-align: center;
}

.section-benefit .image-column .image {
    position: relative;
    margin-bottom: 0;
    -webkit-animation: float 5s infinite linear;
    animation: float 5s infinite linear;
}

.section-benefit .image-column .image img {
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

.section-benefit h2 b {
    color: #8da93c;
    font-weight: 600;
}

/* ========customer satisfaction==== */
.customer-satisfaction {
    padding: 33px 57px;
}
.lt-customer-area {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
        align-items: center;
        height: 463px;
}
.lt-customer-area .inner-content-area {
    width: 60%;
    padding-left: 44px;
}
.lt-customer-area .inner-content-area p {
    color: #fff;
    margin-bottom: 23px;
}
.lt-customer-area .inner-content-area h4 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}
.rt-customer-area {
    background: #E1BA52;
    border-radius: 27px;
    padding: 0px 80px;
    display: flex;
    align-items: center;
}
ul.rating li {
    margin-right: 2px;
    color: #fff;
}
ul.rating {
    display: inline-flex;
    margin-bottom: 8px;
}
.profile-customer {
    display: flex
;
    align-items: center;
    margin-top: 13px;
}
.img-pf img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 11px;
}


.feature-block-two {
      position: relative;
       margin-bottom: 55px;
    text-align: center;
}
.feature-block-two .icon-box {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.feature-block-two .inner-box {
    padding: 0pc 67px;
}
/*.left-column {
    padding-top: 41px;
}

.right-column {
    padding-top: 41px;
}*/

/*.feature-block-two .inner-box {
    position: relative;
    padding-right: 160px;
    text-align: right;
}*/

/*.feature-block-two .icon-box {
    position: absolute;
    right: 30px;
    top: 0;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}*/

.feature-block-two .icon-box .icon {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    font-size: 62px;
    line-height: 50px;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #21b18e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.right-column .feature-block-two .icon-box {
    right: auto;
    left: 30px;
}

.right-column .feature-block-two .inner-box {
    padding-left: 160px;
    padding-right: 0;
    text-align: left;
}

/*.inner-box {
    position: relative;
    padding-right: 160px;
    text-align: right;
}*/

.feature-block-two .icon-box .icon svg {
    height: 50px;
}

.left-column .inner-column {
    position: relative;
}

.right-column .inner-column {
    position: relative;
}

.right-column .inner-column:before {
    position: absolute;
    left: 0%;
    top: 0;
    margin-left: -50px;
    margin-top: -75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50px;
    width: 124px;
    background-image: url(../img/home/arrow.png);
    z-index: 1;
    content: "";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.left-column .inner-column:before {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -50px;
    margin-top: -75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50px;
    width: 124px;
    background-image: url(../img/home/arrow.png);
    z-index: 1;
    content: "";
}

/* .section-benefit:after {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../img/home/pattern-8.png);
    content: "";
    z-index: 8;
    pointer-events: none;
} */

.section-products>img.dots {
    left: 4%;
    top: 20%;
}

.section-products img.extra-images-two {
    top: 55%;
    right: 0;
    left: 5%;
}

img.extra-images-for {
    right: 2%;
    position: absolute;
    top: 7%;
    width: 200px;
    animation: rotate360 20s infinite;
}

img.extra-images-three {
    left: 2%;
    position: absolute;
    top: 28%;
}

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes bottom {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes top {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(14px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* 18. video */
.video {
    position: relative;
    right: 0;
    text-align: center;
    
}

.cbd-oil-dropper .video img {
    border-radius: 50%;
    margin-bottom: -35px;
    border: 3px dashed #ffda3c;
    padding: 50px;
}

.video i {
    position: absolute;
    animation: shadow-pulse 1s infinite;
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f44336;
    transform: translate(-50%, -50%);;
}
.video i svg{
    fill:#fff;
}
section.service-details {
    position: relative;
}
.video-content h6, .video-content h5 {
    color: #fff;
    margin-bottom: 5px;
}
.video-content {
    position: absolute;
    left: 50%;
    top: 37%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    color: #fff;
}





.cbd-oil-dropper .video:before {
    transform: translate(-50%, -50%);
    left: 5%;
    width: 520px;
    height: 520px;
    border: 3px dashed #ffc53c;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 5%;
    animation: rotate360 30s infinite linear;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cbd-oil-dropper {
    display: flex;
    align-items: center;
    margin-top: 100px;
    padding: 80px;
    padding-bottom: 0;
    margin-bottom: 86px;
    padding-top: 38px;
    padding-left: 38px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.cbd-oil-dropper img.dots {
    top: -35px;
    position: absolute;
    z-index: -10;
    right: auto;
    left: -6%;
}

.cbd-oil-dropper-text {
    padding-left: 80px;
}

.cbd-oil-dropper-text h6 {
    color: #e0e0e0;
    font-size: 16px;
    padding-bottom: 12px;
}

.cbd-oil-dropper-text h6 i {
    padding-right: 14px;
    color: #ffc53c;
    font-size: 20px;
}

.cbd-oil-dropper-text h6 i svg {
    fill: #ffda3c;
    width: 26px;
    height: auto;
}

.cbd-oil-dropper-text .heading h6,
.cbd-oil-dropper-text .heading h2 {
    color: #fff;
}

.cbd-oil-dropper-text p {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #e1e0e0;
}

/* .video img {
    border-radius: 50%;
    margin-bottom: -35px;
} */

/* 19. sustainability */
.sustainability h5 a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
}

.sustainability p {
    font-size: 14px;
    line-height: 20px;
}

.sustainability i {
    position: relative;
    width: fit-content;
    display: block;
}

.sustainability {
    margin-bottom: 30px;
}

.sustainability i svg {
    height: auto;
}

.sustainability i:before {
    top: 27px;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 108%;
}

.sustainability-img img,
.sustainability-img figure {
    width: 100%;
    object-fit: cover;
}

.sustainability-img {
    height: 100%;
}

.sustainability-img img:hover {
    transform: scale(1.15);
}

.sustainability a svg {
    bottom: 19px;
    width: 50px;
    height: auto;
    position: absolute;
    right: 32px;
}

.sustainability {
    border: 1px solid #bbbbbb;
    padding: 40px;
    position: relative;
    background: white;
    border-radius: 33px;
}

.sustainability:before {
    position: absolute;
    right: 19px;
    bottom: 19px;
    background-color: #f1f1f1;
    width: 70px;
    height: 70px;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.sustainability i {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    width: 56px;
    height: 53px;
    align-items: center;
    background-color: #ffda3c;
    padding: 14px;
    border-radius: 50%;
    fill: #000;
}

.sustainability:hover i svg {
    transform: rotate3d(2, 1, 2, 360deg);
}

.sustainability:hover {
    background-color: var(--common-colour);
    border-color: var(--common-colour);
}

.sustainability:hover p,
.sustainability:hover a {
    color: #fff;
}

.sustainability:hover:before {
    background-color: #198c49;
}

.sustainability:hover a svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(25deg) brightness(104%) contrast(101%);
}

.sustainability:hover i:before {
    left: 112%;
}

.sustainability a:hover {
    color: #ffda3c;
}

/* 20. clients-reviews */
.section-reviews {
    position: relative;
}

/* .section-reviews:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 55%;
    bottom: 0;
    right: 0;
    background-color: var(--common-colour);
} */

.section-reviews img.extra-images-two {
    bottom: 15%;
    width: 103px;
    right: 7%;
    top: auto;
}

.section-reviews img.dots {
    bottom: 10%;
    top: auto;
    width: 100px;
    right: 10%;
}

.clients-reviews {
    border-radius: 70px 0px 0 70px;
    background-color: #8da93c;
    height: 58vh;
    display: flex;
    align-items: center;
    /* border-bottom: 10px solid #ffda3c; */
    border-left: 0;
    padding: 69px;
}

.clients-reviews img {
    margin-right: 40px;
    margin-top: -3px;
}

.clients-reviews h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: var(--common-colour);
}

.footer-upperdiv {
    background: #f8f8f8;
}

.footer-upperdiv ul {
    display: flex;
    justify-content: center;
    gap: 56px;
    padding: 4rem;
}

.footer-upperdiv ul li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;
    border-left: 1px solid #d6d6d6;
    align-items: center;
    padding: 0 2rem;

}

.footer-upperdiv ul li:nth-last-child(1) {
    border-right: 1px solid #d6d6d6;
}

.footer-upperdiv ul li img {
    width: 45px;
}

.footer-upperdiv ul li span {
    margin: 0 0 0 0rem;
    font-weight: 400;
}














.footer-awardsdiv {
    background: #c60707;
    padding: 0 5rem;
}

.footer-awardsdiv ul {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 2rem;
    align-items: center;
    text-align: center;
}

.footer-awardsdiv ul li {
    display: flex;
    grid-template-columns: auto 1fr;
    gap: 13px;
    border-left: 1px solid #ffffffa3;
    align-items: center;
    padding: 0 3rem;
    height: 72px;

}

.footer-awardsdiv ul li:first-child {
    border-left: none;
}

.footer-awardsdiv ul li img {
    width: 65px;
    margin: auto;
    text-align: center;
}

.footer-awardsdiv ul li span {
    margin: 0 0 0 0rem;
    font-weight: 400;
}

.clients-reviews p {
    color: black;
    font-size: 22px;
    padding: 5rem 2rem 2rem 0rem;
    position: relative;
    line-height: 1.4 !important;

}

.award-section .heading b {
    color: #8da93c;
    font-weight: 600;
}

.clients-reviews-text p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 7rem;
    height: 2.4rem;
    background-image: url(../img/home/quotes-white.png);
    filter: invert(1);
}

.clients-reviews .star i {
    padding-left: 3px;
    color: var(--common-colour);
}

.clients-reviews-text h6 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 6px;
    color: #289f06;
    text-transform: capitalize;
}

.clients-reviews img.flower-icon {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: -2%;
}

.clients-reviews-text {
    position: relative;
    border-radius: 102px 0px 0 102px;
    height: 90vh;
    display: block;
    background-color: #F1F8E9;
    align-items: center;
    /* border-bottom: 10px solid #ffda3c; */
    border-left: 0;
    padding: 69px;
}

.clients-reviews {
    position: relative;
}

.clients-reviews:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 22px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    bottom: -31px;
    right: 11%;
    background-color: #ffc53c;
}

/*.owl-carousel .owl-item img {
    width: auto;
}*/

.clients-reviews {
    border-radius: 102px 0px 0 102px;

    background-color: #ffffff;
    height: 90vh;
    display: flex;
    align-items: center;
    /* border-bottom: 10px solid #ffda3c; */
    border-left: 0;
    padding: 22px;
}

.lefttes ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.lefttes .heading b {
    color: #8da93c;
    font-weight: 600;
}

.lefttes {
    padding: 2rem 4rem 0 8rem;
}

.lefttes ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lefttes ul li {
    height: 135px;
}

button.owl-prev {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 1px solid #c0c0c0 !important;
    position: absolute;
    left: -70px;
}

button.owl-next {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 1px solid #c0c0c0 !important;
    position: absolute;
}

button.owl-next span,
button.owl-prev span {
    display: none;
}

button.owl-prev:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    background-color: #000;
}

button.owl-prev:after {
    right: 21px;
    top: 15px;
    content: "";
    position: absolute;
    background-color: #000;
    width: 13px;
    height: 13px;
    clip-path: polygon(100% 0, 100% 100%, 46% 50%);
}

button.owl-next:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    background-color: #000;
    right: 20px;
}

button.owl-prev:hover,
button.owl-next:hover {
    background-color: #ffda3c !important;
    border: 1px solid #ffda3c !important;
}

button.owl-next:after {
    right: 7px;
    top: 15px;
    content: "";
    position: absolute;
    background-color: #000;
    width: 13px;
    height: 13px;
    clip-path: polygon(0 0, 0 100%, 46% 50%);
}

.slider-reviews .owl-nav {
    position: absolute;
    top: 4%;
    left: 97%;
    width: fit-content;
}

/* 21. products-text */
.products-text {
    width: 78%;
    margin-left: 40px;
}

.products-text .reviews {
    justify-content: flex-start;
    margin-bottom: 13px;
    align-items: center;
}

.products-text .reviews h5 {
    font-size: 16px;
    color: #000;
}

.products-text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 14px;
}

.products-text ul {
    padding-bottom: 20px;
    padding-top: 14px;
}

.products-text .reviews ul {
    padding: 0;
}

.products-text a.btn {
    width: 100%;
    margin-bottom: 20px;
}

.products-text .reviews ul li {
    margin-right: 0;
    padding-top: 0;
}

.products-text .reviews h5 {
    font-size: 14px;
}

.products-text ul.star li {
    padding: 0;
}

.products-text h4 {
    font-size: 24px;
    font-weight: bold;
}

.products-text del {
    font-size: 16px;
    padding-right: 6px;
}

.products-text li {
    display: flex;
    padding-top: 10px;
    align-items: center;
}

.products-text li i {
    font-size: 14px;
    padding-right: 5px;
}

/* 22. countdown */
#countdown {
    margin-bottom: 30px;
}

#countdown ul li {
    text-align: center;
    width: 74px;
    height: 74px;
    padding: 20px;
    background-color: var(--common-colour);
    border-radius: 150px;
    text-transform: uppercase;
    margin-bottom: 4px;
    background-color: #fff;
}

#countdown ul {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
}

#countdown ul li {
    text-align: center;
    color: #fff;
    margin-right: 10px;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 18px;
    display: block;
    padding-top: 21px;
    font-size: 14px;
    background-color: var(--common-colour);
}

#countdown ul li span {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 3px;
    margin-top: 8px;
    color: #fff;
    padding: 0;
    padding-bottom: 9px;
}

/* 23. selling-products */
.selling-products .video img {
    border-radius: 0;
}

.selling-products .video i {
    width: 60px;
    height: 60px;
    top: 64%;
    left: 50%;
}

.selling-products .video {
    position: absolute;
    bottom: 34%;
    left: -50%;
    z-index: 1;
}

.selling-products {
    position: relative;
    text-align: end;
}

.selling-products>img {
    background-color: #fff;
    border: 1px solid #bbbbbb;
    padding: 70px 90px;
    position: relative;
    z-index: 1;
}

.selling-products>img.extra-images-two {
    background-color: transparent;
    border: 0;
    padding: 0;
    right: auto;
    left: -26%;
}

.selling-products>img.dots {
    background-color: transparent;
    border: 0;
    padding: 0;
    right: auto;
    left: 12%;
    z-index: 0;
    position: absolute;
    top: 10%;
}

/* 24. accordion */
.accordion-item.active .heading {
    color: #bccbb7;
}

.accordion-item.active .icon:after {
    width: 0;
}

.accordion-item {
    border: 0;
}

.accordion-item.active .icon:before {
    background: var(--common-colour);
}

.accordion-img figure.accordion-img-two {
    background-color: var(--common-colour);
    margin-top: -156px;
    width: fit-content;
    margin-left: 130px;
}

.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-50%);
    right: 13px;
    background-color: white;
}

.accordion-item.active .title {
    color: #000;
    background-color: #ffffff;
    border: 0;
}

.accordion-item .icon:before,
.accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.progress {
    height: 8px;
}

.accordion-item .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.content p {
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

.title {
    border: 1px solid #bbb;
    text-align: start;
    padding: 16px;
    padding-right: 0;
    color: black;
    font-size: 18px;
    background-color: #fff;
    padding-left: 28px;
    font-weight: 700;
    border-bottom: 2px solid #ffda3c;
}

.accordion-item.active .title {
    color: var(--common-colour);
}

.accordion-item.active {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 2px solid #ffda3c;
}

.content {
    margin-bottom: 6px;
    padding: 12px 36px;
    padding-top: 0px;
    background-color: #24243500;
}

a.heading {
    width: 100%;
    margin: 0;
    padding: 0;
}

.accordion-item {
    background-color: transparent;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-img {
    position: relative;
}

img.extra-images-two {
    position: absolute;
    top: 43%;
    right: 0;
    z-index: 1;
    animation: top-bottom 2s infinite;
}

.accordion-img img.dots {
    top: auto;
    z-index: -0;
    right: -5%;
    bottom: 0;
}

/* 25. blog-section */
.blog-section {
    position: relative;
}

.blog-three-section b {
    color: #8da93c;
    font-weight: 600;
}

.section-request-ruote b {
    color: #8da93c;
    font-weight: 600;
}

.blog-section img.dots {
    top: 55%;
    position: absolute;
    z-index: -0;
    right: 4%;
    width: 100px;
}

.blog-section img.extra-images-two {
    top: 66%;
}

.blog h5 i svg {
    width: 22px;
}

.blog h5 {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 14px;
}

.blog h5 i {
    font-size: 14px;
    padding-right: 7px;
}

.blog {
    margin-left: 30px;
    border: 1px solid #bbbbbb;
    padding: 40px;
    display: flex;
    padding-top: 0;
    background-color: #fff;
    margin-bottom: 28px;
}

.blog-img img {
    width: 100%;
}

.blog-img:hover img {
    transform: scale(1.1);
}

.blog-img .blog {
    margin-top: -80px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    margin-left: 0;
    margin-right: 30px;
}

.blog h3 a {
    padding-top: 36px;
}

.blog h3 a:hover {
    color: var(--common-colour);
}

.blog h4 {
    display: block;
    font-size: 31px;
    font-weight: bold;
    background-color: var(--common-colour);
    margin-right: 20px;
    color: #fff;
    padding-top: 43px;
    width: 100px;
    text-align: center;
}

.blog h4 span {
    font-size: 12px;
    color: #fff;
    display: block;
}

.blog a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 10px;
    display: block;
}

.clients-slider .item {
    display: flex;
    justify-content: center;
    /* border: 1px solid #000; */
    padding: 23px;
}

.clients-slider .item img {
    height: 266px;
    width: max-content;
    border: 2px solid #dbdbdb;
    padding: 26px;
    border-radius: 10px;
    box-shadow: 8px 16px 16px -11px #0000001c;
}

.clients-slider .owl-dots {
    display: none;
}

/* 26. footer */
footer {
    position: relative;
    padding-top: 70px;
    background-color: #ffffff;
}


footer .widget-title h3 {
    color: #000;
    margin-bottom: 20px;
}
/* 27. footer widget title */
.widget-area .widget-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 8px;
}
.widget-body {
    padding: 16px 4px;
}
.range-area {
    margin-bottom: 11px;
    padding: 9px 13px;
}
.widget-area {
    background: #fff;
    padding: 25px 15px;
    border-radius: 17px;
    margin-bottom: 30px;
}
.widget-area .filter-inner-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 13px;
}
.widget-title .search-area-header .btn.search-btn {
    width: 171px;
}
ul.ft-list-info li span {
    padding-right: 9px;
}
ul.ft-list-info li {
    display: flex
;
    /* align-items: center; */
    margin-bottom: 15px;
}
ul.ft-list-info {
    width: 70%;
}
/* .widget-title h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 22px;
} */
.widget-title p {
    color: #908e8e;
    padding-right: 37px;
}
.widget-title .lt-small-text {
    color: #606060;
    
    font-size: 13px;
}
.ft-list-info .ft-add-icon img {
    width: 13px;
}
.widget-title h5 a {
    font-size: 23px;
    color: #e2e2e2;
}

.widget-title>a {
    color: #e2e2e2;
    padding-top: 7px;
    display: block;
    font-size: 14px;
}

.widget-title ul.social-media {
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 40px;
}

.widget-title ul.social-media a {
    border: 0;
    background-color: #323f26;
    color: #fff;
}

.widget-title ul.social-media a:hover {
    background-color: #ffda3c;
    color: #000;
}
.attars-getting:after {
    position: absolute;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border-radius: 30px;
    z-index: -1;
}
.attars-getting h3 {
    font-size: 37px;
    color: #fff;
    margin-bottom: 12px;
}
.attars-getting {
    background-size: cover;
    border-radius: 30px;
    padding: 46px 27px;
    position: relative;
    z-index: 1;
}
/* 28. footer-location */
.footer-location {
    display: flex;
}

.footer-location h4 {
    font-size: 16px;
    width: 70%;
    color: #e2e2e2;
    padding-left: 15px;
    line-height: 24px;
}

.footer-location {
    display: flex;
    align-items: center;
}

.footer-location svg {
    width: 31px;
    height: auto;
}

.widget-title>ul.links li {
    color: #fff;
    font-size: 14px;
}

.widget-title>ul.links li:not(:last-child) {
    padding-bottom: 18px;
}

.widget-title>ul.links li i {
    padding-right: 10px;
    color: #ffda3c;
}

.widget-title>ul.links li a {
       color: #1f1f1f;
}

.widget-title>ul.links li a:hover {
    color: #ffda3c;
}



/* 29. footer form */
footer input {
    width: 100%;
    height: 58px;
    border-radius: 51px;
    border: 0;
    padding-left: 30px;
    margin-bottom: 10px;
    border: 3px solid #ffda3c;
    background-color: transparent;
    color: #fff;
    outline: none;
}

footer input::placeholder {
    color: #fff;
}

footer button {
    width: 100%;
}

footer form {
    padding-top: 20px;
    
}

footer .reviews {
    justify-content: left;
    margin-top: 24px;
}

/* 30. footer-bottom */
.footer-bottom {
  background-color: #2C3E50;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    
}

.footer-bottom-text p {
    color: #fff;
    font-size: 15px;
}
.footer-bottom-text ul li a{
   color: #fff;
    font-size: 13px;
}
.footer-bottom-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-text ul {
    display: flex;
    align-items: center;
}

.footer-bottom-text ul li:not(:last-child) {
    padding-right: 40px;
}

.footer-bottom-text ul li {
    position: relative;
}

.footer-bottom-text ul li:not(:last-child):before {
   content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #d7d4d4;
    right: 14px;
    top: 5px;
}

.footer-bottom-text ul li a:hover {
    color: var(--common-colour);
}
.ft-bottom-payment li img {
    width: 47px;
}
img.extra-images-one {
    width: 100px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 40%;
}

footer img.extra-images-two {
    width: 110px;
    right: 4%;
    top: 55%;
}

footer img.dots {
    top: 29%;
    right: 5%;
    width: 92px;
}

/*************************************
 * home 2****************************/

/*  31. header two */
header.two {
    position: relative;
    z-index: 1111;
}

header.two .navbar-links li>a {
    color: #000;
}

header.two .header-search svg,
header.two .header-search-button svg {
    fill: #000;
}

header.two .bottom-bar {
    border-top: 0;
    border-bottom: 1px solid #dfdfdf;
}

/* 32. three-bar */
.three-bar .reviews {
    justify-content: flex-start;
    margin-top: 0;
}

.three-bar .reviews h5 {
    color: #000;
    font-size: 16px;
}

.three-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.three-bar .content-header h4 {
    color: #000;
}

.three-bar .content-header svg {
    fill: #000;
}

/* 33. hero-section.two */
.hero-section.two .hero-text {
    padding-left: 0;
}

.hero-section.two {
    padding-top: 50px;
    padding-bottom: 100px;
}

.hero-section.two .cbd-oil-dropper {
    justify-content: end;
}

.hero-section.two .hero-text p {
    color: #000;
    padding-top: 3px;
    padding-bottom: 36px;
}

.hero-section.two h1 {
    color: #000;
}

.hero-section.two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.hero-section.two .cbd-oil-dropper img.hero-icon-two {
    padding: 20px;
    background-color: var(--common-colour);
    position: absolute;
    top: 0;
    border-radius: 50%;
}

.hero-section.two img.dots {
    width: 134px;
    top: 44%;
    position: absolute;
    z-index: -0;
    right: 12%;
    animation: 8s bottom infinite;
}

.hero-section-three img.extra-images-three {
    right: 1%;
    left: auto;
    top: 51%;
    transform: rotate(92deg);
}

.hero-section.two:before {
    background-color: #fafafa;
    opacity: .7;
}

a.video-pop i {
    margin-right: 14px;
    border: 3px solid #ffda3c;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
}

a.video-pop:hover i {
    background-color: #ffda3c;
}

a.video-pop {
    margin-left: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.ingredients-box {
    background: #21b18e;
}
/* 34. plant-option */
.plant-option {
        position: relative;
    padding-top: 43px;
    padding-bottom: 43px;
    padding-right: 139px;
}

.plant-option svg {
    width: 31px;
    height: auto;
}

.plant-option img{
      width: 41px;
   
    margin-bottom: 10px;
    display: flex
;
    align-items: center;
    position: relative;
}

.plant-option a {
    width: 64%;
    font-weight: bold;
    font-size: 20px;
    margin-left: auto;
    color: white;
}

/*.plant-option i:before {
    top: 9px;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 108%;
}*/

.plant-option:hover i:before {
    left: 120%;
}

.plant-option:hover svg {
    transform: rotate3d(2, 0, 2, 360deg);
}

.plant-option:hover i {
    background-color: #e4dc00;
}

/* 35. claim-your */
.claim-your {
    padding: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.claim-your:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .15;
    content: "";
    left: 0;
    top: 0;
}

.claim-your h4 {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    padding-bottom: 10px;
}

.claim-your p {
    color: #fff;
    padding-bottom: 14px;
}

.claim-your .claim-your-text {
    position: relative;
    z-index: 1;
    margin-left: auto;
    width: 56%;
}

.claim-your img.hero-icon-2 {
    position: absolute;
    left: -117%;
    width: 100px;
    top: 11%;
}

.claim-your img.dots {
    width: 100px;
    top: 0;
    right: -37%;
}

/* 36. products.two */
.products.two {
    position: relative;
    margin-bottom: 30px;
}

.products.two img {
    position: relative;
    opacity: 1;
}

.products.two:before {
    z-index: 0;
    content: "";
    position: absolute;
    width: 96%;
    height: 58%;
    background-color: #f6f6f6;
    left: 6px;
    top: 6px;
}

.products.two h6 {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    border-radius: 0;
    width: 96%;
    left: 5px;
    background-color: var(--common-colour);
    color: #fff;
    line-height: normal;
    text-align: center;
    bottom: 38%;
}

ul.star li p {
    font-size: 12px;
    line-height: inherit;
    padding-left: 9px;
    color: #000;
}

.products.two a {
    padding-bottom: 4px;
    padding-top: 61px;
}

.products.two ul.star {
    display: flex;
    font-size: 12px;
    color: #ffc53c;
    padding-bottom: 14px;
}

.products.two h5 {
    color: #080808;
    font-size: 14px;
    padding-top: 6px;
}

.products.two a.add-to-cart {
    padding: 0;
    background-color: #ffda3c;
    padding: 7px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
}

.products.two:hover a.add-to-cart {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.products.two a.add-to-cart:hover {
    background-color: var(--common-colour);
    color: #fff;
}

/* #v-pills-tab {
    justify-content: center;
    margin-bottom: 40px;
} */
.product-list .tab-product-deatil {
    margin-top: 66px;
}
.products.two a.wishlist {
    right: 14px;
    position: absolute;
    top: 14px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
}

.products.two a.wishlist:hover {
    background-color: var(--common-colour);
    color: #fff;
}

.products.two img {
    padding: 0;
}

.products-img {
    text-align: center;
}

.center {
    text-align: center;
    margin-top: 20px;
}

.product-list .tab-product-deatil .nav-pills .nav-link {
   background-color: #ffffff;
    /* border-radius: 50px; */
    margin-right: 6px;
    color: #b3b3b3;
    font-weight: 400;
    padding: 11px 22px;
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: unset;
}
.product-list div#v-pills-tabContent {
       background: #fff;
    padding: 27px 0px;
}
.product_detail-inner-img .detail--img-area img {
    
    width: 100%;
}
.product_detail-inner-img {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-list .nav-pills .nav-link.active {
    background-color: #ffffff;
    color: #000;
}
.product-list div#v-pills-tabContent .tab-pane h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 21px;
    margin-top: 23px;
}
.list-product-overview p, .list-product-overview h6 {
    margin-bottom: 0px;
    padding-left: 5px;
}
.list-product-overview li {
    margin-bottom: 5px;
}
.gmc-box h3 {
    font-weight: 500;
    margin-bottom: 30px;
}
.product-feature-list-area li {
    display: inline-flex;
    width: 12%;
}
.product-feature-list-area li .feature-area-box .feature-img img {
       width: 51px;
}
.product-feature-list-area li .feature-area-box .feature-img {
        border-radius: 100%;
    width: 103px;
    height: 103px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
}
.product-feature-list-area li .feature-area-box h6 {
    font-size: 14px;
    padding: 11px 5px;
    font-weight: 500;
}
.product-feature-list-area li {
    display: inline-flex;
    width: 241px;
    /* margin-right: 8px; */
    align-items: center;
    justify-content: center;
    text-align: center;
}
.feature-area-box {
    text-align: center;
    display: flex;
   
    flex-direction: column;
    align-items: center;
}
.media-vedio-area p {
    margin-bottom: 27px;
}
.media-vedio-area .service-details .video img {
    border-radius: 39px;
}

.banner-before-remove:before {
    background: transparent!important;
}
.term-condition-area p {
    margin-bottom: 27px;
}
.term-condition-area h3 {
    margin-bottom: 13px;
}

.term-condition-area ul li {
    margin-bottom: 23px;
}

.sidebar .top-title-heading {
    margin-bottom: 15px;
}
.blog-list-deatil h2 {
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 16px;
}
 ul.blog-info-list{
    margin-bottom: 17px;
}
 ul.blog-info-list li:not(:last-child) {
    margin-right: 23px;
}
 ul.blog-info-list li {
    display: inline-block;
  
}
.blog-info-list .blog-list-info {
    display: flex;
}

.blog-info-list .blog-list-info .blog-lt-icon svg {
    fill: #908e8e;
    margin-right: 7px;
}
.blog-list-area .blog-img-area img {
    border-radius: 23px;
}
.blog-list-deatil p {
    margin-bottom: 19px;
}
.blog-info-list .blog-list-info p {
    color: #F30B01;
    margin-bottom: 0px;
    
}
.blog-list-area:not(:last-child) {
    margin-bottom: 47px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 47px;
}
/* .recent-post {
    margin-top: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
} */
.blog-list-area.recent-post:not(:last-child) {
    margin-bottom: 17px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}
.recent-post .blog-img-area img {
    border-radius: 10px;
    height: auto;
}
.recent-post .blog-list-deatil h2 {
    font-size: 15px;
    margin-bottom: 4px;
}
.recent-post .blog-list-deatil .blog-list-info p {
    font-size: 13px;
}

.recent-post .blog-list-deatil .blog-list-info .blog-lt-icon svg {
    
    width: 14px;
}
.recent-post  .blog-list-deatil ul{
    margin-bottom: 0px;
}

ul.tag li {
    display: inline-block !important;
    padding: 3px 8px;
    border: 1px solid #f6f6f6;
    margin-bottom: 8px;
    border-radius: 7px;
    background: #f6f6f6;
    margin-left: 0px !important;
}
ul.tag li a {
    font-size: 13px;
}
.main-blog-list-area {
    padding-left: 37px;
}





/* 37. products-needs */
.section-medicen-need {
    position: relative;
}

.section-medicen-need img.hero-icon {
    bottom: 28%;
    left: 3%;
}

.section-medicen-need img.leaf {
    top: 64%;
    right: 5%;
    animation: 10s top infinite;
}

.section-medicen-need img.dots {
    top: 24%;
    right: 5%;
    width: 120px;
}

.products-needs-text {
    position: absolute;
    z-index: 1;
}

.products-needs {
    position: relative;
    z-index: 11;
}

.products-needs:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #0000007d;
    opacity: .8;
    left: 0;
    z-index: 1;
}

.products-needs:hover:before {
    height: 100%;
    border: 1px solid;
    background: transparent;
}

.products-needs:hover h2 {
    display: none;
}

.products-needs:hover img {
    transform: scale(1.1);
}

.products-needs-text h2 {
    font-size: 19px !important;
    font-weight: 700;
}

.products-needs img {
    width: 100%;
}

.products-needs a {
    border: 3px solid #ffda3c;
    width: 92%;
    position: absolute;
    left: 17px;
    bottom: 4%;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    z-index: 111;
}

.products-needs a:hover {
    background-color: #ffda3c;
    color: #000;
}

.products-needs-text h2,
.products-needs-text p {
    color: #fff;
}

.products-needs-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 61%;
    text-align: center;
}

/* 38. conbiz-products-back */
.conbiz-products-back .heading h2 {
    color: #fff;
}

.conbiz-products-back .heading img {
    filter: invert(1);
}

.differnce-products svg {
    width: 60px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(84deg) brightness(102%) contrast(102%);
}

.differnce-products:hover svg {
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7469%) hue-rotate(355deg) brightness(103%) contrast(110%);
}

.differnce-products {
    display: flex;
    border: 1px solid #49643b;
    align-items: center;
    margin-bottom: 24px;
    z-index: 111;
    position: relative;
}

.differnce-products>i {
    padding: 50px 30px;
    border: 1px solid #ffda3c;
    fill: #ffda3c;
    margin: -1px;
    margin-right: 36px;
}

.differnce-products:hover>i {
    background-color: #ffda3c;
}

.differnce-products:hover i svg {
    transform: rotate3d(2, 1, 2, 360deg);
    fill: #000;
}

.differnce-products p {
    color: #c4c4c4;
    width: 80%;
}

.differnce-products h4 a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding-bottom: 10px;
}

.differnce-products h4 a:hover,
.differnce-products a i:hover {
    color: #ffda3c;
}

.differnce-products a i {
    padding-right: 30px;
    border-left: 1px solid #5d7266;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    font-size: 20px;
}

.differnce-products-all {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.differnce-products-all a {
    color: #fff;
    width: 100%;
    font-weight: bold;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffda3c;
}

.differnce-products-all a:hover {
    color: #000;
    background-color: #ffda3c;
}

.conbiz-products-back {
    padding-bottom: 300px;
    position: relative;
}

.conbiz-products-back img.leaf {
    right: 5%;
}

.conbiz-products-back img.hero-icon {
    left: 4%;
}

.conbiz-products-back img.dots {
    width: 120px;
    top: 25%;
    right: 3%;
}

.video.two {
    overflow: hidden;
    width: auto;
    margin: 0;
    position: relative;
    height: 135px;
}

.video.two img {
    border-radius: 20px;
}

.video.two i {
    top: 50%;
    left: 50%;
}




/* 40. section-provide-high */
.section-provide-high .heading {
    width: 100%;
}

.section-provide-high {
    padding-bottom: 160px;
}

.provide-high-text {
    width: 93%;
}

.provide-high-text p {
    padding-bottom: 20px;
}

.provide-high-text .content p {
    font-size: 14px;
    line-height: 25px;
    color: black;
    margin: 0;
    font-weight: 600;
}

.provide-high-text .content {
    margin-bottom: 6px;
    padding: 0 20px;
    padding-top: 11px;
}

.provide-high-text ul li i {
    padding-right: 10px;
    color: #444;
}

.check-mark img {
    width: 29px;
    margin-right: 9px;

}

.check-mark .title {
    border: 0px solid #bbb;
    text-align: start;
    padding: 10px;
    padding-right: 0;
    color: black;
    font-size: 18px;
    background-color: #fff;
    padding-left: 0;
    font-weight: 700;
    border-bottom: 0px solid #ffda3c;
}

.check-mark .heading {
    width: 100%;
    border: none;
}

.check-mark .accordion-item.active {
    background-color: #fff;
    border: 0px solid #bbb;
    border-bottom: 0px solid #ffda3c;
}

.provide-high-text ul li {
    padding-bottom: 12px;
}

.provide-high-text a {
    font-weight: bold;
    border-bottom: 1px solid;
}

.provide-high-text a:hover {
    color: var(--common-colour);
}

.provide-high-text ul {
    padding-bottom: 20px;
}

.provide-high-img img.provide-high-one {
    position: absolute;
    top: -39%;
    transform: rotate(338deg);
    right: 3%;
    z-index: 1;
}

.provide-high-img {
    position: relative;
}

.provide-high-img img.provide-high-two {
    transform: rotate(8deg);
}

.provide-high-img img.dots {
    border: 0;
    right: auto;
    left: -8%;
    width: 100px;
    z-index: -1;
    top: 61%;
}

.provide-high-img img.hero-icon {
    left: 4%;
    border: 0;
    width: 70px;
    bottom: -20%;
}

/* 41. section-pricing-plans */
.section-pricing-plans {
    position: relative;
    background-color: #fafafa;
}

.pricing-text h2 {
    color: black;
    font-size: 15px;
    font-weight: 700;
}

.pricing-text ul li:not(:last-child) {
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.pricing-text span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing-text h2::first-letter {
    color: var(--common-colour);
}

.pricing-text ul li i {
    padding-right: 10px;
}

.pricing-text.two h2::first-letter {
    color: #fff;
}

.pricing-text {
    position: relative;
    margin-top: 0;
    padding: 0;
    /* border: 1px solid #bbbbbb; */
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.pricing-text h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}


.pricing-text ul li {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.pricing-text ul {
    padding-top: 13px;
    padding-bottom: 13px;
}

.pricing-text a {
    width: 100%;
    border-radius: 50px;
    font-weight: 600;
    border: 3px solid #ffda3c;
    padding: 13px 60px;
    display: block;
    width: fit-content;
    margin-top: 20px;
}

.pricing-text a:hover {
    background-color: #ffda3c;
    color: #000 !important;
}

.pricing-text ul li figure {
    color: var(--common-colour);
    padding-right: 8px;
}

.pricing-text>figure {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffda3c;
    border-radius: 59px;
    padding: 14px;
    position: absolute;
    top: -4%;
    right: 7%;
    border: 4px solid #fff;
    outline: 3px solid #ffda3c;
}

.pricing-text img {
    width: 40px;
    height: 285px;
    object-fit: contain;
}

.pricing-text:hover>figure img {
    transform: rotate3d(2, 1, 2, 360deg);
}

.pricing-text.two h3,
.pricing-text.two h2,
.pricing-text.two li {
    color: #fff;
}

.pricing-text.two a {
    color: #fff;
}

.section-pricing-plans img.dots {
    top: 44%;
    right: auto;
    left: 5%;
    width: 120px;
}

.section-pricing-plans img.extra-images-two {
    left: 7%;
    top: 64%;
    right: auto;
}

/* 42. blogtwo */
.blogtwo {
    margin-bottom: 20px;
    position: relative;
}

.blogtwo img {
    width: 100%;
}

.blogtwo:hover img {
    transform: scale(1.2);
}

.blogtwo:before {
    position: absolute;
    content: "";
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}

.blogtwo-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
}

.blogtwo-text span {
    font-weight: 600;
    color: #fff;
    border-bottom: 3px solid #ffda3c;
}

.blogtwo-text a {
    width: 66%;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
}

.blogtwo-text a:hover {
    color: #ffda3c;
}

/* 43. subscribe */
.subscribe {
    background-repeat: no-repeat;
    background-position: right;
    padding: 100px 0;
    z-index: 11;
    position: relative;
    background-size: cover;
}

.subscribe-text h2 {
    padding-top: 26px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    padding-bottom: 8px;
}

.subscribe-text p {
    color: #fff;
}

.subscribe-text {
    text-align: center;
    width: 60%;
    margin: auto;
}

.subscribe-text img {
    margin-right: 20px;
}

form.subscribe {
    position: relative;
    padding: 28px 0;
    padding-bottom: 0;
}

form.subscribe .btn {
    position: absolute;
    right: 5px;
    top: 32.5px;
    padding: 14px 34px;
}

form.subscribe input[type="text"] {
    height: 62px;
    border: 0;
    width: 100%;
    border-radius: 50px;
    padding-left: 35px;
    outline: none;
}

/* 44. social-networking */
ul.social-networking {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

ul.social-networking a i {
    width: 50px;
    height: 50px;
    background-color: #ffda3c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    margin-right: 10px;
}

.networking {
    z-index: 11;
    position: relative;
    background-color: #fff;
}

ul.social-networking a:hover i {
    transform: rotate3d(1, 1, 1, 360deg);
    background-color: var(--common-colour);
    color: #fff;
}

ul.social-networking a {
    display: flex;
    align-items: baseline;
    font-weight: bold;
    text-transform: capitalize;
}

ul.social-networking li {
    margin-right: 40px;
}

/* 45. footer two */
footer.two {
    padding: 0;
}

footer.two:before {
    display: none;
}

/* 46. footer-help */
.footer-help {
    position: relative;
    background-size: cover;
}

.footer-help:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-color: #fafafa;
    opacity: .7;
}

.need-help {
    position: relative;
    text-align: center;
    padding-bottom: 60px;
}

.need-help h2 {
    font-weight: 50px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* 47. content-us */
.content-us {
    text-align: center;
    position: relative;
}

.content-us span {
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    color: var(--common-colour);
}

.content-us h6 {
    color: #7c7c7c;
    padding-top: 6px;
    width: 82%;
    margin: auto;
    line-height: 30px;
}

.content-us a {
    display: block;
    color: #7c7c7c;
    font-weight: 400;
}

.content-us i {
    width: 100px;
    height: 100px;
    background-color: #ffda3c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    margin-top: 30px;
    position: relative;
}

.content-us i svg {
    height: auto;
    width: 46px;
}

.content-us:hover i svg {
    transform: rotate3d(2, 0, 2, 360deg);
}

.content-us i:before {
    top: 27px;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 108%;
}

.content-us:hover i:before {
    left: 118%;
}



/* 49. .hero-section.three */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

.hero-section-three {
  
    position: relative;
  padding-top: 0px;
}

.owl-carousel.owl-drag .owl-item {
    height: 100%;
}

.hero-section.three .hero-text {
    padding-left: 0;
    
}



/*.hero-section.three {
    position: relative;
    height: 100%;
}*/

.hero-section.three .slider-hero .owl-dots {
    left: 0;
    position: absolute;
    bottom: -40%;
}

.hero-section.three:before {
    background-color: #000000;
    opacity: .1;
}

.per-48 {
    width: 48%;
    margin-right: 2%;
}

.hero-section-three .reviews {
    position: absolute;
    left: 7%;
    bottom: 110px;
    z-index: 1;
    background: white;
    border-radius: 56px;
    width: 25%;
    display: none;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 0.7%;
    gap: 11px;
    /* border: 5px solid #c1c1c1; */
    box-shadow: 4px 4px 50px -13px #0000006b;
}

.choose-heading h2 {
      font-size: 36px !important;
    font-weight: 600;
   /* padding-right: 20px;*/
    color: #000000;
}
.about-topdiv .heading p {
    width: 100%;
}

.about-topdiv h2 {
    font-size: 50px;
    text-transform: capitalize;
}
.text-higlight h5 {
    font-weight: 400;
}

.text-higlight {
    display: flex;
    align-items: center;
    padding: 19px 0px;
}
.text-higlight .img-lt {
    width: 147px;
    height: 76px;
    background: #275a51;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
}
.text-higlight .img-lt img {
    max-width: 100%;
}
.about-inner-detail p {
    margin-bottom: 10px;
}
.about-inner-detail {
    padding: 0px 0px 0px 31px;
}
.hero-section-three .reviews img {
    width: 40px;
    border-radius: 100%;
    box-shadow: 1px 2px 23px -8px #00ff3c;
}

.newClass {
    background: #fcf9ef;
    z-index: +9999;
    padding-top: 0;
    transition-duration: 0.3s;
    transition-delay: 0.5s;
    box-shadow: 3px 7px 46px -6px #0000003d;
    position: fixed;
}

.hero-section-three .reviews .inner p a {
    color: green;
    font-style: italic;
    margin: 0 3px;
    text-decoration: underline;
}

.hero-section-three .slider-hero .owl-dots {
    left: 50%;
    bottom: 6%;
    transform: translate(-50%, -50%);
}
/* ===========banner========= */
.banner-area {
    height: 443px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
   
    position: relative;
    z-index: 1;
   /* margin-top: 125px;*/
}
.banner-area .content_banner {
    text-align: center;
}
.banner-area .content_banner p {
    color: #fff;
}
.banner-area .content_banner .bannner-heading {
    font-size: 4.5rem;
    color: #000;
}
.banner-area .content_banner span.sub-banner-heading {
    font-size: 1.7rem;
    color: #4E4E4E;
    text-transform: uppercase;
}
.banner-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #00000082;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-noblack.banner-area .content_banner p {
    color: #000;
}
.banner-area.banner-noblack .content_banner {
    text-align: left;
}

.banner-noblack.banner-area .content_banner h1 {
    color: #000;
}
.banner-noblack:before {
    background: none;
}

/* =======product area===== */
.product-list{
   /* background: #EBF3ED;*/
    padding: 50px 0px; 
}
.product-inner-list-area {
       margin-bottom: 15px;
}
/*.search-blockbtn-area {
    display: grid;
    grid-template-columns: 32% 1fr;
    gap: 10px;
    align-items: center;
}*/
.product-inner-list-area .product-top-title h3.product-heading {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}
.product-search-area .search-area-header input.form-control {
   border: 1px solid #9e9d9d;
    border-radius: 0px;
}
.product-search-area .search-area-header button.btn.search-btn svg {
    background-color: transparent;
    fill: #fff;
}
.search-blockbtn-area .form-select {
       border-radius: 24px;
    padding: 12px;
    border: none;
    margin-bottom: 0px;
    border: 1px solid #ebebeb;
}

/* ===about missio area=== */

.mission-obejctive {
    background-size: cover;
    padding: 60px 0px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.mission-obejctive:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #285d54db;
    z-index: -1;
}
.mission-obejctive .mission-content h4, .mission-obejctive .mission-content p {
    color: #fff;
    margin-bottom: 17px;
}
.mission-obejctive .about-inner-content h5, .mission-obejctive .about-inner-content p {
    padding-top: 14px;
    color: #fff;
}
.about-inner-content h5 {
    font-weight: 600;
}
.quality-content p {
    font-size: 13px;
}
.quality-content h6 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 9px;
}
.quality-content {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 23px;
}
.qualtity-assurance .row .col-lg-4 {
    display: flex;
}
.quality-list{
    margin-top: 20px;
}
.quality-list .card {
    border: 0;
    padding: 6px 4px;
}
.quality-list .card-body {
    background: #E8F7F3;
    padding: 22px;
}

.quality-list .card .card-body h5 {
    margin-bottom: 6px;
       font-weight: 500;
    font-size: 22px;
}
.section-anti-aging {
    position: relative;
}
.section-anti-aging .shape1 {
    position: absolute;
    top: -21px;
    left: 0px;
}
.section-anti-aging .shape2 {
    position: absolute;
    top: -21px;
    right: 0px;
}
section.gap.qaulity-product-list .row .col-lg-4 {
    display: flex;
}
section.gap.qaulity-product-list .row .col-lg-4 .quality-list {
    display: flex;
}

section.qualtity-assurance {
    padding: 90px 0px;
}

.process-list-content li {
    list-style-type: disc;
    display: list-item;
    margin-left: 16px;
    margin-bottom: 21px;
}
.anti-aging-img img {
    width: 83%;
}
.media-banner:before {
    background: transparent;
}
.media-banner .media-content{
  text-align: left;
}
.media-banner .media-content p {
    color: #272727;
}
.media-banner .media-content h1 {
    color: #272727;
}

.blog-detail-page-area {
    padding-left: 39px;
}


.blog-detail-page-area .border-bottom {
    padding-top: 17px;
    margin-bottom: 27px;
}
.blog-detail-page-area h3 {
    font-weight: 600;
    margin-bottom: 9px;
    font-size: 27px;
}
.blog-detail-page-area ul li{
   /* list-style-type: auto;*/
    display: list-item;
    margin-left: 19px;
      margin-bottom: 7px;
    font-size: 15px;
}
.conclusion-area {
       border-left: 7px solid #21b18e;
    padding-left: 13px;
}
.comment-area {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.comment-area ul.social-media li {
    list-style: none;
    margin: 0px;
}
.fs-13 {
    font-size: 13px!important;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-15 {
    font-size: 15px!important;
}
.fs-16 {
    font-size: 16px!important;
}
.fs-17 {
    font-size: 17px!important;
}
.chat-detail h6 {
    margin-bottom: 3px;
}
.chat-detail a {
    text-decoration: none;
}

/*.chat-area  {
    border-bottom: 1px solid #dee2e6;
    padding-top: 22px;

}*/
.reply-btn-area-chat {
    position: absolute;
    top: -21px;
    right: 0px;
}
.chat-detail h6 {
    margin-bottom: 7px;
    font-size: 23px;
    font-weight: 300;
}
.chat-area h3 {
    margin-bottom: 29px;
    margin-top: 20px;
}
.replay-area {
    padding-left: 77px;
}
.blog-detail-page-area .related-post ul li {
    display: inline-block;
    /* list-style: none; */
    margin-right: 11px;
    margin-left: 0px;
}

.blog-detail-page-area .related-post .blog-list-deatil h2 {
    font-size: 27px;
   
    margin-bottom: 10px;

    margin-top: 11px;
}
.related-post {
    margin-top: 39px;
}

.blog-detail-page-area .pagination li {
    display: inline-block;
    margin-left: 0px;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgb(39 90 81) !important;
}
.testimonial-inner-area .rt-customer-area ul.rating li {
    color: #FF9800;
}
.testimonial-inner-area .rt-customer-area {
    background-color: #E1EAE3;
    padding: 27px 30px;
}
.testimonial-area .col-lg-4 {
    display: flex;
}
.testimonial-area .col-lg-4 .testimonial-img {
    display: flex;
}
.testimonial-area .testimonial-inner-area {
    margin-bottom: 50px;
    display: flex;
}

.safe-secure-area {
    background: #EBEBEB;
    padding: 8px 0px;
}
.single-img-text {
    display: flex;
    align-items: center;
    padding: 13px;
}
.img-lt-box {
    width: 65px;
    margin-right: 8px;
}
.img-lt-box img {
    max-width: 100%;
}
.rt-text-box h6 {
    font-size: 18px;
    font-weight: 400;
    color: #3a3939;
    padding-right: 22px;
}

section.account-area {
    padding-top: 169px;
}
.order-history {
    margin-bottom: 35px;
}
.order-history .card {
    border-radius: 23px;
    border: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.order-history .card-title {
    background: #275a51;
    /* color: #fff; */
    padding: 12px 16px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.order-history .card-title h4 {
    color: #fff;
}
ul.order-product-list li {
    display: grid;
     
    grid-template-columns: 1fr 1fr 17% 17%;
     
        padding-bottom: 30px;
        padding-top: 11px;
        
        margin-bottom: 19px;
}
ul.order-product-list li:not(:last-child){
    border-bottom: 2px dashed #ccc;
}
.order-border:not(:last-child) {
    border-right: 2px dashed #b1b1b1;
    margin-right: 22px;
}
.order-product-detail {
    display: flex;
    align-items: center;
}
.order-product-detail .order-product-img {
       width: 83px;
    height: 83px;
    background: #ffffff;
    text-align: center;
    border-radius: 1px;
    margin-right: 10px;
}
.order-product-detail .order-product-img img {
    max-width: 100%;
    
    height: 100%;
}
.order-product-discription h6 {
    font-weight: 500;
    margin-bottom: 2px;
}
.order-product-discription p {
    font-size: 13px;
    margin-bottom: 2px;
    color: #bebebe;
}
.order-product-discription small {
    font-size: 11px;
}
.order-product-rate .rating i {
    color: #8a8b8c;
}

.personal-info {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 37px;
    padding-top: 30px;
    padding-left: 53px;
}
.personal-info:not(:last-child){
    border-bottom: 2px dashed #ccc;
}
.personal-info .form-control {
    background: #EBF3ED;
}
.edit-btn {
    position: absolute;
    right: 11px;
    top: -12px;
    text-transform: capitalize;
}
.personal-info .btn-light-info {
    background: #ebf3ed;
    border-radius: 10px;
}

.order-product-detail.compare-product-add-area {
    display: block;
    text-align: center;
    padding: 0px 23px;
    margin-bottom: 26px;
}
.order-product-detail.compare-product-add-area .order-product-img {
    margin: 0 auto 12px;
}

.icon-info svg {
    fill: #fff;
}
.icon-info {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 27px;
    margin: auto;
}
.cart-area-table .table-responsive{
        border: 1px solid #e8e8e8;
    padding: 18px;
}
.comapre-pro .table-responsive {
   
    padding: 0px;
}
.cart-area-table table tbody tr:last-child td

 {
    border-bottom: 0px;
}
.cart-area-table table tbody tr td{
        vertical-align: middle;
}
.total-cart-table table tr th:last-child {
    text-align: right;
}

.total-cart-table table tr td:last-child {
    text-align: right;
}
table tr th, table tr td{
    text-align: center;
}
.cart-area-table table tbody tr td:first-child, .cart-area-table table  tr th:first-child{
    text-align: start;
}
table.table.product-table-bx tr th {
    white-space: nowrap;
}
table.table.product-table-bx {
    text-align: center;
    vertical-align: middle;
}
table.table.product-table-bx tr td:first-child, table.table.product-table-bx tr th:first-child {
    width: 34%;
}

.table>:not(caption)>*>* {
    padding: 1rem 1rem;
}

.select-lang .currency-switcher .form-check.form-switch {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 2px;
}

.select-lang .currency-switcher .form-check.form-switch label.form-check-label {
    width: 81px;
    font-size: 14px;
    line-height: 1.6;
}


/*============review-rating-product=========*/
.review-rating-number {
    display: flex;
    align-items: center;
}
.review-rating-number span {
    font-size: 49px;
    font-weight: 500;
    margin-right: 10px;
    color: #5e5e5e;
}
 .rating-icon .start i

 {
       color: #d6d6d6;
    font-size: 15px;
}

.review-rating-number .rating-icon p {
    margin-bottom: 0px;
    color: #5e5e5e;
}
 .rating-icon .start i.active {
    color: #E7721B;
}
.rating-bar ul li .rating-bar-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rating-bar-block span i {
    color: #e7721b;
}
.rating-bar-block .progress

 {
    height: 8px;
    width: 239px;
}
.rating-bar-block .progress-bar {
   
    background-color: #868789;
   
}
.rating-bar {
   
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.rating-bar-block span {
    width: 35px;
}
.rating-bar ul{
   
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-top-sort-area

 {
    background: #eeeeee;
    padding: 12px 17px;
    margin-bottom: 22px;
}
.sort-bx {
    display: flex;
    align-items: center;
}
.sort-bx span {
    width: 102px;
}
.review-block-area .date {
    text-align: right;
    font-size: 14px;
}


.user-like-unlike {
    text-align: end;
}

.user-like-unlike span {
    padding-right: 9px;
}

.review-detail p {
    margin-bottom: 0px;
    font-size: 14px;
}

.review-detail small {
    font-size: 18px;
    font-weight: 500;
}





/* 50. all-categories */
.all-categories {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.all-categories .heading.two {
    padding-bottom: 0;
}

.all-categories a {
    font-weight: bold;
    width: 250px;
}

.all-categories a svg {
    width: 34px;
    height: auto;
}

.all-categories a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pick-Your-Product {
    width: 90%;
    background-color: #f4f4f4;
    display: flex;
    align-items: baseline;
    border-radius: 51px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 32px;
}

.pick-Your-Product i {
    width: 80px;
    border: 3px solid #fff;
    fill: var(--common-colour);
    height: auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 17px;
    margin-right: 14px;
}

.pick-Your-Product i svg {
    width: 41px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(30%) sepia(74%) saturate(1173%) hue-rotate(114deg) brightness(96%) contrast(101%);
}

.pick-Your-Product a {
    font-weight: bold;
    font-size: 15px;
}

.allindustry-categories {
    padding-top: 5rem;
}

.pick-Your-Product:hover {
    background-color: #ffda3c;
}

.pick-Your-Product:hover i {
    background-color: var(--common-colour);
}

.pick-Your-Product:hover i svg {
    transform: rotate3d(2, 0, 2, 360deg);
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(90deg) brightness(106%) contrast(100%);
}

/* 51. section-certified-products */
.section-certified-products {
    position: relative;
}

.section-certified-products:before {
    position: absolute;
    width: 30%;
    content: "";
    height: 73%;
    background-color: var(--common-colour);
}

.section-certified-products img.extra-images-one {
    width: 126px;
    z-index: 1;
    left: 10%;
    top: 22%;
}

.section-certified-products .heading.two {
    width: 72%;
    margin-left: auto;
    padding-top: 50px;
}

.certified-product-img {
    position: relative;
}

.certified-product-img figure {
    width: fit-content;
    position: relative;
    z-index: 11;
}

.certified-product-img figure:hover img {
    transform: scale(1.1);
}

.certified-product-img>img {
    position: absolute;
    top: 34%;
    right: 0;
    animation: top 10s infinite;
    z-index: 111;
}

.section-certified-products img.extra-images-two {
    top: 36%;
    right: auto;
    z-index: 1;
    animation: top-bottom 4s infinite;
    left: 39%;
    position: absolute;
}

.section-certified-products img.dots {
    top: 10%;
    right: 3%;
}

/* 52. accordion.two */
.accordion.two {
    border-bottom: 1px solid #d4d4d4;
    width: 90%;
    margin-left: auto;
    position: relative;
    z-index: 22;
}

.accordion.two .accordion-item .title {
    border: 0;
    border-top: 1px solid #d4d4d4;
}

.accordion.two .accordion-item.active {
    border: 0;
}

.accordion.two .content {
    padding: 0;
    padding-top: 0px;
    background-color: #24243500;
    padding-bottom: 20px;
}

.accordion.two .accordion-item .title {
    padding-left: 0;
    padding-right: 0;
}

/* 53. trending-products */

.trending-products-img {
  
    position: relative;
    
}

.trending-products-img img {
   max-width: 100%;
   width: 100%;
}
.product-list-area {
    padding-left: 35px;
}
.trending-slider.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.trending-products-img span {
    top: 10px;
    position: absolute;
    left: 10px;
    background-color: #F14705;
    padding: 5px 10px;
    border-radius: 50px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 400;
    /* padding-top: 5px; */
    font-size: 11px;
    color: #fff;
}

/* .trending-products-text {
    padding: 26px;
    text-align: left;
} */

.trending-products-text a {
  font-size: 17px;
    padding: 9px 26px 2px 26px;
    display: block;
    font-weight: 500;
}
.trending-products-text p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.trending-products-text a:hover {
    color: #ffda3c;
}

.trending-products-text h4 {
    padding-top: 9px;
    font-weight: 400;
    font-size: 12px;
}

.trending-products-text h4 del {
    font-size: 16px;
    padding-right: 10px;
    font-weight: 400;
}

.trending-products a.add-to-cart {
    padding: 10px;
    width: 95%;
    background-color: #f1f1f1;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: auto;
    margin-bottom: 10px;
    font-size: 13px;
}

.trending-products:hover a.add-to-cart {
    background-color: #ffda3c;
    font-size: 13px;
}

/* 54. clients-testimonials */
.clients-testimonials {
    text-align: center;
    padding: 50px 60px;
}

.zoom-slider .owl-item.active.center .clients-testimonials {
    background-color: #fafafa;
    border: 0;
}

.zoom-slider {
    margin-bottom: 140px;
}

.owl-item.active.center {
    margin-top: 0;
}

.compensate-for-scrollbar {
    margin: 0 !important;
}

@media only screen and (max-width: 2200px) and (min-width: 1200px) {
    .zoom-slider .owl-item.active.center {
        width: 594px !important;
        margin-top: 0;
    }

    .zoom-slider .owl-item.active.center p {
        display: block;
    }

    .zoom-slider {
        max-height: 439px !important;
    }

    .zoom-slider .owl-item.active {
        width: 320px !important;
        margin: 10px;
        margin-top: 44px;
    }

    .zoom-slider .owl-item.active p {
        display: none;
    }

    .zoom-slider .owl-item.active .clients-testimonials {
        border: 1px solid #bbbbbb;
        background-color: #fff;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .zoom-slider .owl-item.active {
        width: 273px !important;
        margin-top: 40px;
    }

    .zoom-slider .owl-item.active.center {
        width: 520px !important;
        margin-top: 0;
    }

    .project-today .owl-item.active.center {
        width: 676px !important;
        margin-top: 0 !important;
    }

    .project-today.owl-carousel .owl-item.active.center img {
        width: 46%;
    }

    .project-today .owl-item.active {
        width: 220px !important;
        margin-top: 60px !important;
    }

    section.support-a-safe.gap {
        padding-bottom: 0;
    }
}

.clients-testimonials img {
    border-radius: 50%;
    margin: auto;
    border: 3px solid #ffda3c;
    padding: 5px;
}

.clients-testimonials ul.star {
    justify-content: center;
}

.clients-testimonials ul.star li i {
    color: var(--common-colour);
    font-size: 16px;
    margin-left: 10px;
}

.clients-testimonials h5 {
    background-color: #ffda3c;
    font-size: 16px;
    border-radius: 30px;
    padding: 3px 10px;
    padding-top: 6px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    transform: translateY(-17px);
}

.clients-testimonials span {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    padding-top: 10px;
}

/* 55. blogthree */
.blogthree img {
    width: 100%;
}

.blogthree:hover img {
    transform: scale(1.1);
}

.blogthree {
    position: relative;
}

.blogthree span {
    padding: 4px 0px;
    font-size: 14px;
    text-transform: uppercase;
}
.blog-three-section .heading {
    text-align: left;
}
.blog-top-btn {
    text-align: right;
}
.blog-three-section {
  padding: 23px 0px 48px;
}
.blogthree-text .blog-heading{
    color: var(--common-colour);
    font-size: 20px;
    padding-bottom: 6px;
    font-weight: 600;
    
    line-height: 30px;
    padding-top: 6px;
}


.blogthree-text {
   position: relative;
    padding: 14px 4px;
}
.bottom-menu-bar .badge.rounded-pill {
    font-weight: 400;
    /* margin-bottom: -14px; */
    line-height: 8px;
    font-size: 11px;
    padding: 2px 6px;
    /* font-size: 12px; */
    line-height: 14px;
}

.blogthree a i {
    border: 1px solid #e9e9e9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    margin-top: 20px;
}

.blogthree a i:hover {
    background-color: #ffda3c;
    border-color: #ffda3c;
}

.blogthree a:hover {
    color: var(--common-colour);
}
/* 39. gummies */







/* 56. gummies.two */
.gummies-text {
    text-align: center;
}
.gummies {
  padding: 57px 50px;
    margin: 0;
    border: 0;
   background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
}
.gummies .heading-title {
        font-size: 49px;
    color: white;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}
.gummies .gummies-text p {
color: #FFF;
    text-align: center;
    font-size: 19px;
}
.ess-packaging {
    padding: 70px 0px;
        background-size: cover;
        background-repeat: no-repeat;
}
.ess-packaging-text h2 {
    font-weight: 500;
}
.ess-packaging .ess-packaging-text p {
    color: #fff;
}


/* 57. organic-plant */
.organic-plant {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    width: 80%;
}

.organic-plant img {
    margin-right: 30px;
}

.organic-plant h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

/* 58. request-ruote */
.request-ruote {
    padding: 1px;
    margin-bottom: -100px;
    position: relative;
    z-index: 11;
}

form.request-quote {
    background-color: #fff;
    margin: 40px;
    padding: 40px 60px;
}

form.request-quote h3 {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding-bottom: 14px;
}

form.request-quote p {
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}

form.request-quote button.btn {
    margin-top: 30px;
}

.request-quote input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px;
    margin-bottom: 30px;
    outline: none;
}

.request-quote input#vehicle1 {
    width: auto;
    margin-right: 11px;
}

.section-request-ruote .heading.two {
    width: 90%;
}

.section-request-ruote {
    position: relative;
}

.section-request-ruote img.request-ruote-img {
    position: absolute;
    right: 43px;
    bottom: 0;
    width: 28%;
}

.section-request-ruote {
    margin-bottom: 120px;
}

.section-request-ruote img.dots {
    top: 10%;
    right: 9%;
}

/* 59. image-gallery */
.shipping i {
    margin-top: 0;
    margin-bottom: 12px;
}

.shipping h6 {
    color: #fff;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
}

.shipping span {
    color: #fff;
    font-weight: 400;
    padding-bottom: 0;
}

ul.image-gallery {
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 1;
}

ul.image-gallery li {
    width: 19%;
}

ul.image-gallery li figure {
    width: 100%;
    height: 160px;
    object-fit: cover;
    position: relative;
}

ul.image-gallery li figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    bottom: 0;
    background-color: #ffda3c;
}

ul.image-gallery li figure:hover:before {
    opacity: .8;
    height: 100%;
}

ul.image-gallery li figure img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

ul.image-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin-bottom: -110px;
    margin-top: 50px;
}

ul.image-gallery li {
    margin-left: 8px;
    margin-bottom: 8px;
}

.gallery-shop {
    padding-top: 120px;
}

/* 60. nature-intended */
.nature-intended i {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    border: 3px solid #ffda3c;
}

.nature-intended i svg {
    height: auto;
    width: auto;
}

.nature-intended i:before {
    top: 27px;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 108%;
}

.nature-intended:hover i:before {
    left: 118%;
}

.nature-intended h5 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.nature-intended:hover i {
    background-color: #ffda3c;
}

.nature-intended i svg {
    filter: brightness(0) saturate(100%) invert(30%) sepia(74%) saturate(1173%) hue-rotate(114deg) brightness(96%) contrast(101%);
    height: auto;
}

.nature-intended:hover i svg {
    transform: scale(.95);
    filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(7500%) hue-rotate(39deg) brightness(113%) contrast(115%);
}

.nature-intended a:hover {
    color: #ffda3c;
}

.nature-intended {
    width: 90%;
    margin-bottom: 30px;
}

/* 61. cbd-oil-dropper.two */
.cbd-oil-dropper.two {
    justify-content: center;
    position: relative;
}

.cbd-oil-dropper.two .organ {
    position: absolute;
    left: -2rem;
    width: 240px;
    top: 0rem;
}

/* 62. makes-conbiz */
.makes-conbiz {
    position: relative;
}

.makes-conbiz .heading.two {
    width: 90%;
}

.makes-conbiz:before {
    position: absolute;
    width: 25%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    background-color: var(--common-colour);
}

.makes-conbiz>img {
    position: absolute;
    right: 0;
    top: 18%;
}

/* 63. footer three */
footer.three {
    padding-top: 230px;
}

footer.three .widget-title img {
    margin-bottom: 30px;
}

footer.three:before {
    background-color: #fbf9f7;
    opacity: .82;
}

footer.three input {
    margin-bottom: 30px;
}

footer.three .widget-title ul.social-media a {
    background-color: #fdf0d3;
    color: #000;
}

footer.three form {
    position: relative;
}

footer.three form .btn {
    width: fit-content;
    position: absolute;
    right: 0;
}

footer.three .widget-title ul.social-media i {
    color: #000;
}

footer.three .widget-title ul.social-media a:hover {
    background-color: #ffda3c;
}

footer.three input::placeholder,
footer.three input,
footer.three .widget-title h5 a,
footer.three .widget-title>a,
footer.three .widget-title p,
footer.three .widget-title h3,
footer.three .widget-title>ul.links li a {
    color: #000;
}

footer.three .widget-title>ul.links li a:hover {
    color: #ffda3c;
}

footer.three .footer-bottom {
    background-color: #fff;
}

footer.three img.extra-images-two {
    width: 196px;
    right: 4%;
    top: 16%;
}

footer.three img.dots {
    top: 29%;
    right: auto;
    width: 132px;
    left: 5%;
}

/* 64. footer-number */
.footer-number {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-number svg {
    width: 34px;
    height: auto;
    fill: #fff;
}

.footer-number h4 {
    font-size: 18px;
    padding-bottom: 4px;
    font-weight: 600;
}

.footer-number i {
    margin-right: 16px;
    width: 60px;
    height: 60px;
    background-color: var(--common-colour);
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

/* 65. bannr-section */
.bannr-section {
    background-color: #082012;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.bannr-text {
    position: relative;
}

.bannr-text h2 {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    z-index: 11;
}

.bannr-section img.extra-images-two {
    width: 60px;
    top: 45%;
    right: 11%;
}

.bannr-section img.dots {
    width: 100px;
    top: 45%;
    right: 16%;
}

.bannr-section img.hero-icon {
    bottom: 19%;
    left: 20%;
}

/* 66. breadcrumb */
.breadcrumb-area {
   
    background-color: #21B18E;
    padding: 10px 0px;
}
.breadcrumb-area .breadcrumb {
    margin-bottom: 0px;
}
.breadcrumb-area .breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
   color: #fff500;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    color: #fff;
}
.breadcrumb-area .breadcrumb-item {
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item {
    padding-right: 9px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 9px;
}

/*===========term condition=========*/
.lt-list-terms-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 25px;
    border-radius: 14px;
    position: sticky;
    top: 80px;
}
.lt-list-terms-box .lt-term-heading {
    border-bottom: 1px solid #68614F;
    padding-bottom: 19px;
    margin-bottom: 13px;
}
.list-group.list-group-flush li.list-group-item {
    background: transparent;
    border-bottom: 0px;
    margin-bottom: 4px;
}
.term-condition-area {
    padding-left: 10px;
}
.list-group.list-group-flush li.list-group-item i {
    padding-right: 13px;
}
.seprator {
    padding: 20px 20px;
}
.seprator img {
    width: 100%;
}



/* 67. our blog */
.our-blog .blogthree-text h2 {
    font-size: 34px;
    font-weight: bold;
    width: 100%;
    line-height: 44px;
    padding-bottom: 16px;
}

.our-blog .blogthree {
    margin-bottom: 30px;
}

.our-blog .blogthree-text {
    width: 95%;
}

.our-blog .blogthree span {
    left: 20px;
    top: 20px;
}

/* 68. pagination */
.pagination {
    display: flex;
        justify-content: center;
        margin-top: 49px;
}

.pagination li {
    
    margin-right: 5px;
   
}

.pagination li.prev a i,
.pagination li.next a i {
    font-size: 12px;
}

.pagination li.prev {
    width: 100px;
}

.pagination li a {
       font-size: 16px;
    line-height: 15px;
    padding: 11px 14px;
    border-radius: 8px;
    border-color: #dce2e1;
    color: #6d6d6d;
    background: transparent;
}
.active>.page-link, .page-link.active {
       background-color: #21b18e;
    border-color: #21b18e;
}
.pagination li.prev a,
.pagination li.next a {
    border-right: 0;
    padding-right: 0;
}

.pagination li.prev a {
    color: #000;
}

.pagination li.prev {
    width: 40px;
    border-radius: 0;
    color: #000;
    height: 40px;
    border-radius: 50%;
    margin-top: 8px;
}

.pagination li.next {
    position: absolute;
    border-radius: 0;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 8px;
}

.pagination li.next {
    position: absolute;
    border-radius: 50px;
    right: -20px;
    width: 40px;
    background-color: #ffda3c;
}

.pagination li.next:hover,
.pagination li.prev:hover {
    background-color: var(--common-colour);
}

.pagination li.prev {
    position: absolute;
    left: -15px;
    border-radius: 50%;
    background-color: #ffda3c;
}

.pagination li.prev a,
.pagination li.next a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.pagination li.prev:hover a,
.pagination li.next:hover a {
    color: #fff;
}

/* 69. recent-post */
.recent-post li {
    display: flex;
    align-items: center;
}

.recent-post a {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.recent-post i {
    padding-right: 10px;
    font-size: 20px;
}

/* .sidebar h3 {
    font-size: 21px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 800;
} */

.boder {
    display: block;
    width: 50px;
    height: 6px;
    background-color: var(--common-colour);
    margin-bottom: 26px;
}

.filter-img-area {
    padding: 23px;
}


.sidebar {
       margin-bottom: 20px;
    border: 1px solid #cccccc59;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product-aval-list select {
    border: none;
    font-size: 16px;
}
.product-aval-list select:focus{
    box-shadow: none;
}
/*.widget-area .widget-title h3:after {
    position: absolute;
    width: 66px;
    background: #285D54;
    height: 2px;
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}*/
.widget-area .widget-title h3 {
  
    font-weight: 500;
    padding-bottom: 4px;
    position: relative;
    font-size: 20px;
}
.widget-area .widget-body .product-aval-list {
    padding: 0px 0px 20px;
}
.sidebar.sidebar-two .btn {
    width: 100%;
}

ul.recent-post li figure {
    margin-right: 20px;
}

.recent-post img {
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.recent-post li:hover img {
    transform: scale(1.1);
}

ul.recent-post span {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
}

ul.recent-post li {
    padding-bottom: 20px;
}

ul.recent-post li.end {
    padding: 0;
}

/* 70. ul.categories */
ul.categories {
    padding-left: 12px;
}
ul.categories li {
    list-style: disc;
    display: list-item;
    color: #68614F;
}
ul.categories li a {
 
    padding: 4px 0px;
   
    color: #68614F;
   
    font-weight: 300;
    font-size: 13px;
   
}
ul.categories li a:hover {
    /* background-color: #275a51; */
    color: #21b18e;
}
td.filter-list {
    padding: 0.9rem;
}
.table-product tr td {
   border: 1px solid #e1e1e1;
  
    vertical-align: middle;
    text-align: start;
}
table#product_size_table tr:last-child td {
    background: #F2F2F2;
}
ul.categories li a span {
   font-size: 12px;
}

.clickmore {
    font-size: 13px;
    margin: 7px 0;
    color: #49ba43;
    font-weight: 600;
    text-decoration: underline;
}

ul.quick-links li a {
    color: #444444;
    font-size: 16px;
    font-weight: 600;
}

ul.quick-links li {
    padding-bottom: 15px;
}

ul.quick-links li.end {
    padding-bottom: 0px;
}

.quick-links i {
    color: #555555;
    padding-right: 10px;
}

ul.Meta li a {
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    color: #444444;
    display: block;
}

.recent-post i,
.recent-post a:hover,
ul.Meta li a:hover,
ul.quick-links li a:hover {
    color: var(--common-colour);
}

ul.Meta li.end a {
    padding: 0;
    margin: 0;
    border: 0;
}

/* 71. sidebar.sidebar-two */
.sidebar.sidebar-two h3 {
    color: white;
}

.sidebar.sidebar-two p {
    color: #cfcfcf;
    padding-bottom: 15px;
}

.sidebar.sidebar-two {
    border: 0;
    margin: 0;
    background-size: cover;
}

.sidebar-two input[type="text"] {
    width: 100%;
    height: 60px;
    padding-left: 25px;
    border-radius: 50px;
    border: 0;
    outline: none;
    margin-bottom: 10px;
}

/* 72. blog-details */
.blog-details h2 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 34px;
    font-weight: bold;
    line-height: 44px;
}

.quote {
    display: flex;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.quote i svg {
    height: auto;
}

.quote i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffda3c;
    padding: 17px;
    border-radius: 50%;
    margin-right: 30px;
}

.quote i {
    margin-right: 0;
    margin-bottom: 20px;
}

.blog-details ul.list-style {
    margin-top: 22px;
}

.quote h3 {
    font-style: italic;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}

.blog-details .video {
    margin-top: 30px;
    position: relative;
    margin: 20px 0;
    padding: 0;
}

.blog-details .video i {
    top: 50%;
    left: 50%;
}

.blog-details .video img {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    height: 360px;
    object-fit: cover;
}

.blog-details p span {
    border-bottom: 1px solid;
}


/*=============product slider========*/
.insize{
  max-width:600px;
}

.owl-thumbs .owl-thumb-item{
  height:150px;
  width: 100%;
  max-width:150px;
  background: transparent;
  border: none;
  overflow: hidden;
}
.owl-thumbs .owl-thumb-item img{
  max-width:100%;
  height:auto;
}
.owl-dots{
  position:absolute;
  bottom:170px;
  left:0;
  right:0;
}



.qty-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container .input-qty{
      text-align: center;
    padding: 6px 10px;
    border: 1px solid #d4d4d4;
    max-width: 43px;
    border-left-width: 0px;
    border-right-width: 0px;
    font-weight: 400;
        line-height: 25px;
            height: 38px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
      border: 1px solid #d4d4d4;
    padding: 10px 13px;
    font-size: 10px;
    height: 38px;
    width: 38px;
    transition: 0.3s;
    background-color: transparent;
}
.qty-container .qty-btn-plus{
     margin-left: -1px;
    border-left-width: 0px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}
.qty-container .qty-btn-minus{
      margin-right: -1px;
    border-right: 0px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}
.qty-container .qty-btn-minus:focus,
.qty-container .qty-btn-plus:focus{
    background-color: #ddd;
}



/* 73. willimes-marko */
.willimes-marko {
    margin-bottom: 40px;
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 40px;
    padding: 31px 30px;
    position: relative;
    width: 100%;
    padding-right: 20px;
    overflow: hidden;
}

.willimes-marko img {
    border-radius: 50%;
    margin-right: 30px;
    border: 3px solid #fff;
    position: relative;
}

.willimes-marko h4 {
    font-weight: bold;
    color: #000;
    font-size: 30px;
}

.willimes-marko p {
    width: 93%;
    color: #000;
}

.social-media-Intege {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.social-media-Intege ul.social-media a {
    background-color: #fff;
}

.social-media-Intege ul.social-media a i {
    color: #000;
}

/* 74. prvious-story */
.prvious-story {
    padding: 40px;
    border: 3px solid #ffda3c;
    width: 49%;
}

.prvious-story h3 {
    font-size: 14px;
    color: #505050;
    font-weight: bold;
}

.prvious-story h5 {
    font-size: 18px;
    padding-top: 10px;
    color: #000;
    font-weight: bold;
}

.prvious-story.two {
    text-align: right;
}

/* 75. comment */
.comment {
    padding-top: 60px;
}

.comment h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.comment-data h4 {
    font-size: 20px;
    font-weight: bold;
    display: inline;
}

.tab-content .comment li {
    position: relative;
}

.tab-content .comment li .start {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
}

.tab-content .comment li .start i {
    font-size: 10px;
    padding: 0;
    color: #000;
}

.footer-help.contact-page:before {
    display: none;
}

.tab-content .comment li .start {
    background-color: #ffda3c;
    padding: 1px 10px;
}

.comment-data span {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}

.comment li {
    display: flex;
    padding: 2px 34px;
    position: relative;
    margin-left: 0px;
    margin-top: 30px;
    align-items: center;
    border: 1px solid #bbbbbb;
}

.comment-data {
    padding: 26px;
    padding-left: 0;
}

.comment li img {
    position: relative;
    left: 0%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 20px;
}

.comment-data p {
    padding-top: 14px;
}

.comment li a {
    color: #000;
    position: absolute;
    right: 14px;
    font-weight: 600;
    padding: 2px 12px;
    font-size: 14px;
    border-radius: 0;
    top: 14px;
    text-transform: uppercase;
    padding-bottom: 0;
}

li.reply-comment {
    margin-left: 52px;
    width: 94%;
}

/* 76. form.leave input */
form.leave input {
    width: 100%;
    height: 60px;
    padding-left: 25px;
    border: 1px solid #bbb;
    outline: none;
}

form.leave input,
form.leave input::placeholder {
    color: #555;
}

form.leave textarea {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    border: 1px solid #bbb;
    outline: none;
    color: #555;
    padding-top: 25px;
    padding-left: 23px;
}

form.leave textarea::placeholder {
    color: #555;
}

.comment a.button {
    border-radius: 0;
    top: 10px;
}

/* 77. shop_table */
table.shop_table {
    width: 100%;
    margin-bottom: 80px;
}

table.shop_table thead {
    height: 50px;
    color: black;
    background-color: #ffc53c;
}

table.shop_table tr td {
    padding: 20px;
}

th.product-name {
    padding-left: 60px;
}

table.shop_table td.product-name span {
    padding-bottom: 4px;
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: bold;
    width: 100%;
}

table.shop_table td.product-name p {
    font-size: 14px;
    line-height: 24px;
}

table.shop_table td.product-subtotal span {
    font-weight: bold;
    font-size: 22px;
}

table.shop_table td.product-name a {
    font-weight: bold;
    display: block;
    font-size: 20px;
}

table.shop_table td.product-remove a i {
    font-size: 20px;
}

table.shop_table td.product-quantity input {
    padding: 10px;
    border: 1px solid #c3c3c3;
    outline: none;
    font-weight: bold;
    width: 120px;
    border-radius: 50px;
}

table.shop_table td.product-name {
    display: flex;
    text-align: inherit;
    align-items: flex-start;
    margin: -1px;
    margin-top: 0;
    margin-left: 0;
    align-items: center;
}

table.shop_table td.product-name img {
    margin-left: 30px;
    margin-right: 28px;
    border: 2px solid #c3c3c3;
    padding: 10px;
    width: 100px;
}

table.shop_table tbody tr td {
    border: 1px solid #c3c3c3;
}

table.shop_table td.product-price bdi {
    font-size: 24px;
    font-weight: bold;
    display: block;
}

table.shop_table td.product-price del {
    color: #000000;
}

table.shop_table td.product-price del bdi {
    font-size: 15px;
}

table.shop_table td.product-price {
    text-align: inherit;
}

tr.product {
    border-bottom: 1px solid #c3c3c3;
}

tfoot h4,
tfoot h5 {
    font-weight: bold;
    font-size: 20px;
    padding: 0 60px;
}

/* 78. coupon-area */
.coupon-area {
    padding: 50px;
    background-color: var(--common-colour);
}

.coupon-area h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.coupon-area p {
    font-weight: bold;
}

.coupon {
    margin-top: 20px;
}

.coupon input {
    width: 100%;
    height: 60px;
    border-radius: 45px;
    padding-left: 30px;
    border: 0;
    margin-bottom: 10px;
    outline: none;
}

.coupon button.btn {
    background-color: transparent;
    width: 100%;
    color: #fff;
    border: 3px solid #ffda3c;
}

.coupon .btn:before {
    background-color: #ffda3c;
    opacity: 0;
}

.coupon .btn:hover:before {
    background-color: #ffda3c;
    opacity: 1;
}

/* 79. cart_totals */
.cart_totals {
    padding: 40px;
    position: relative;
    border: 1px solid #bbbbbb;
}

table.shop_table_responsive {
    width: 100%;
}

table.shop_table_responsive tr {
    font-weight: bold;
    font-size: 20px;
}

.cart_totals h4 {
    font-weight: bold;
    padding-bottom: 20px;
    color: black;
}

table.shop_table_responsive tbody {
    background-color: #ffffff;
    display: block;
    padding-bottom: 0;
}

tr.Total {
    color: black;
    font-weight: bold;
    margin-top: 20px;
}

table.shop_table_responsive tbody tr.Shipping,
table.shop_table_responsive tbody tr.cart-subtotal {
    padding: 16px 0px;
    padding-top: 0;
}

table.shop_table_responsive tbody {
    background-color: #f2f2f2;
    display: block;
    padding-bottom: 0;
    padding: 26px;
}

tr.Total th {
    height: 60px;
    font-weight: bold !important;
    line-height: 60px;
}

table.shop_table_responsive td {
    font-weight: 400;
}

table.shop_table_responsive tr.Total td {
    font-weight: bold;
}

table.shop_table_responsive tr {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}

table.shop_table_responsive td {
    font-weight: 700;
}

.wc-proceed-to-checkout {
    margin-top: 20px;
}

.shop_table_responsive tr.Total {
    border-radius: 0;
    border-top: 1px solid #bbbbbb;
}

tfoot tr .btn {
    background-color: #f4f4f4;
}

tfoot tr .btn.update-cart {
    background-color: #000;
    color: #fff;
}

/* 80. products */
.products-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.products-list h3 {
    font-weight: 800;
    font-size: 23px;
}

.products-list .nice-select.Advice {
    width: 238px;
    height: 60px;
    border-radius: 43px;
    padding-top: 7px;
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: 20px;
}

.products-list .nice-select.Advice:before {
    background-color: #f7f7f7;
    width: 36px;
    height: 36px;
    position: absolute;
    content: "";
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 10px;
}

.products-list .nice-select:after {
    height: 7px;
    right: 22px;
    width: 7px;
}

.products-list svg {
    width: 24px;
    height: auto;
}

.products-list #v-pills-tab {
    margin-bottom: 0;
    margin-left: 40px;
}

.products-list .nav-link {
    border: 1px solid #dddddd;
    background: white;
    line-height: 27px;
    padding: 0;
    color: #000000;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 4px;
}
section.related-product {
    background: #ebf3ed;
    padding-bottom: 35px;
}
.related-product-top h3 {
    padding-bottom: 15px;
    font-weight: 600;
}
.trending-products {
    
  
    text-align: center;
    padding-bottom: 37px;
}

.sale-bx {
    position: absolute;
    right: 11px;
    top: 9px;
    width: 54px;
    height: 54px;
    background-color: #e1ba52;
    line-height: 54px;
    color: #fff;
    border-radius: 100%;
    font-size: 15px;
}

/* 81. checkout-meta */
form.checkout-meta {
    background-color: transparent;
    padding: 0;
}

form.checkout-meta input {
    width: 100%;
    height: 65px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    color: black;
    outline: none;
}

form.checkout-meta input::placeholder {
    color: black;
}

form.checkout-meta.donate-page .nice-select.Advice {
    margin-bottom: 15px;
    width: 100%;
    height: 65px;
    border-radius: 0;
    padding-left: 30px;
    border: 1px solid #c3c3c3;
    padding-top: 10px;
    font-family: 'Epilogue';
}

.nice-select:after {
    right: 25px;
}

form.checkout-meta .ship-address {
    display: block;
}

form.checkout-meta .ship-address input {
    width: 0%;
    height: 0;
}

ul.list {
    width: 100%;
}

.ship-address label {
    padding-left: 16px;
    padding-top: 2px;
}

.ship-address input[type='radio']:after {
    top: 13px;
}

.cart_totals.cart-Total {
    border: 0;
    padding: 0;
    z-index: 1;
}

.cart_totals.cart-Total tr.Total {
    background-color: #ffda3c;
    color: black;
    border-radius: 0;
    border-top: 1px solid #f7f7f7;
    font-weight: bold;
    padding: 0px 22px;
    margin-top: 0;
}

.checkout-side h3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

form.checkout-meta.donate-page h3 {
    font-weight: bold;
    font-size: 40px;
}

form.checkout-meta.donate-page h4 {
    font-weight: bold;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

form.checkout-meta .checkout-side h4 {
    font-size: 24px;
}

.woocommerce-additional-fields h3 {
    font-size: 24px;
}

.woocommerce-additional-fields textarea.input-text {
    margin-top: 26px;
    width: 100%;
    height: 200px;
    padding: 25px;
    color: black;
    border: 1px solid #c3c3c3;
    outline: none;
}

.woocommerce-additional-fields textarea.input-text::placeholder {
    color: black;
}

.cart_totals-checkout {
    padding: 40px;
    background-color: #f7f7f7;
}

input[type="radio"] {
    margin: 0 !important;
    width: 14px !important;
    height: auto !important;
}

.checkout-side li {
    padding-bottom: 11px;
}

.checkout-side li label {
    padding-left: 10px;
    color: #fff;
}

.checkout-side ul {
    padding-bottom: 20px;
}

/* 82. error-404 */
.error-404 {
    padding-top: 240px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.error h2 {
    margin-bottom: 20px;
    font-size: 220px;
    line-height: 172px;
    font-weight: bold;
    color: #fff;
}

a.btn i {
    padding-right: 10px;
}

.error .button {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
}

.error .button i {
    margin-right: 10px;
}

.error p {
    color: #fff;
    padding-top: 10px;
}

.error h3 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
}

.error h3 span {
    color: #ffda3c;
}

.error {
    width: 58%;
    position: relative;
    z-index: 1;
    margin: auto;
    text-align: center;
}

.error form {
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}

.error input {
    height: 65px;
    padding-left: 30px;
    width: 100%;
    border-radius: 44px;
    border: 1px solid #c1c1c1;
    outline: none;
}

button.error-button {
    position: absolute;
    background-color: #ffda3c;
    color: #000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    border: 0;
}

.img-error svg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.img-error {
    position: relative;
}

.error-404 img.dots {
    top: 41%;
    right: 11%;
}

.error-404 img.leaf {
    top: 43%;
    right: 72%;
    width: 100px;
}

/* 83. product-info */
 .product-info .price-box {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-info span {
    padding-left: 12px;
    font-weight: bold;
    color: #999;
}

.product-info h2 {
    font-size: 39px;
    line-height: 50px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

form.variations_form span {
    padding: 0;
    color: #000000;
}

form.variations_form ins {
    text-decoration: none;
}

form.variations_form ins span {
    font-size: 40px;
}

.stock {
    display: flex;
    align-items: baseline;
}

.product-info h6 span {
    color: var(--common-colour);
    padding-right: 22px;
    padding-left: revert-layer;
}

ul.product_meta span.theme-bg-clr {
    color: var(--common-colour);
}

.product-info h5 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 16px;
    
    font-weight: 400;
}


span.price del {
    padding-right: 10px;
    color: #444;
    font-size: 20px;
}

span.price del form.variations_form span {
    color: #444;
}

.quantity h6 {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.product-info .wishlist {
    display: grid;
    align-items: center;
    margin-top: 15px;
    grid-template-columns: 15% 1fr 1fr;
    gap: 13px;
}
form.variations_form {
margin-top: 21px;
}
.btn.bg-dark {
    background: black;
}

.product-info .wishlist i {
    border: 1px solid #dcdcdc;
    color: #000;
    width: 55px;
    font-size: 18px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    line-height: 0;
}

.quantity {
    display: flex;
    align-items: center;
    
}

form.variations_form input.input-text {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    /* margin-left: 20px; */
    outline: none;
    /* font-weight: bold; */
    text-align: center;
}

form.variations_form .btn span {
    color: white;
}

form.variations_form .btn {
    margin: 0;
}

/* 84. product_meta */
form.variations_form>h6 {
    font-size: 16px;
    background-color: #eaf7ef;
    padding: 6px 15px;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-block;
    padding-right: 50px;
}

form.variations_form h6 i {
    padding-right: 10px;
}

ul.product_meta {
    padding-top: 24px;
    margin-top: 32px;
    border-top: 1px solid #e2e2e2;
}

ul.product_meta>li {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

ul.pd-cat,
ul.pd-tag {
    padding-left: 10px;
}

ul.product_meta li span
{
color: black;
font-weight: bold;
}

ul.product_meta li a {
    color: #363636;
    font-weight: bold;
    text-transform: capitalize;
}

ul.product_meta li a:hover {
    color: #ffda3c;
}

.product-info-img {
    text-align: center;
    border: 1px solid #707070;
    width: 100%;
    padding-top: 77px;
    border-radius: 20px;
}

.product-info-img img.info-img {
    position: absolute;
    right: 5%;
    top: 3%;
}

.product-info-img {
    position: relative;
   
}
.product-info-img .sale-bx {
    left: 17px;
    border-radius: 4px;
    width: 80px;
    height: 33px;
    line-height: 32px;
    background: red;
    top: 16px;
    text-transform: uppercase;
}
.product-info h4 {
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 0px;
}
.product-info p {
    font-size: 17px;
    color: #a6a3a3;
}
.product-detail-box .product-info {
    width: 100%;
}
.review-inner-area .review-pf-img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
}
.review-inner-area .review-pf-img img {
    width: 65px;
   
}
.review-inner-area {
  display: flex;
    align-items: self-start;
    margin-bottom: 0px;
   position: relative;
    padding-bottom: 0;
}
.review-inner-area:last-child {
    border: none;
}


ul.category-widget li a {
    color: #000;
    font-weight: 300;
    font-size: 15px;
}

ul.category-widget li {
    border-bottom: 1px solid #dad8d8;
    padding: 9px;
}
.text-light {
  
    color: #CDCDCD !important;
}
/* 85. tab-style */
.tab-style {
   border-bottom: 1px solid #e8e8e8;
}

.tab-style .nav-link,
.tab-style .nav-link.active {
    background-color: #fff;
    border-radius: 0;
    font-weight: bold;
}

.tab-style .nav-link.active {
    border-bottom: 3px solid var(--common-colour);
}

.tab-content ul.list-style {
    margin-top: 40px;
}

/* 86. ul.specification */
ul.specification li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    font-weight: bold;
    background-color: #f9f9f9;
}

ul.specification li h6 {
    color: #000;
    padding: 24px 44px;
    width: 240px;
    margin-right: 30px;
    font-weight: bold;
    /* border: 3px solid #feda46; */
    background-color: #fff;
}

.tab-content .comment {
    padding-top: 0;
}

.tab-content .form-reviews {
    margin-top: 40px;
    border: 3px solid #ffda3c;
    padding: 50px;
    padding-top: 50px;
}

.comment.form-reviews .start {
    margin-left: 10px;
}

.tab-content .form-reviews h3 {
    padding-bottom: 14px;
    font-size: 40px;
}

.tab-content .form-reviews p {
    padding-bottom: 10px;
}

.start i {
    font-size: 23px;
    padding-right: 5px;
    color: #a9a9a9;
}

ul.social-media.two {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

ul.social-media.two a {
    background-color: #fff3d8;
    color: #000;
    width: 50px;
    height: 50px;
}

ul.social-media.two a i {
    color: #000;
}

ul.social-media.two a:hover {
    background-color: #ffda3c;
}

/* 87. contentform */
.content-style.contact-area h6 {
    font-weight: 300;
    text-transform: uppercase;
    color: #4E4E4E;
    font-size: 17px;
}
.content-style.contact-area .heading {
        padding-bottom: 12px;
}
.content-style {
    padding-right: 25px;
    width: 100%;
    margin-left: auto;
    position: relative;
}

.content-style img.dots {
    top: 0;
    right: -33%;
}

.content-style img.extra-images-two {
    top: 43%;
    right: -24%;
}
form#contact-form {
     margin-top: 40px;
}
.form-label

 {
    margin-bottom: .5rem;
    font-weight: 500;
}
.h6-sm {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 17px;
}
/* .content-style h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
} */

form#contact-form input.form-control , form#contact-form .form-select {
        width: 100%;
    margin-bottom: 14px;
    border: 1px solid #DEDEDE;
    outline: none;
    padding-left: 16px;
    padding: 15px;
    border-radius: 0px;
    font-size: 14px;
}
.top-title-heading h3 {
   font-size: 21px;
    font-weight: 500;
}

form#contact-form textarea {
       
       padding-top: 14px;
       width: 100%;
       outline: none;
       padding-left: 16px;
       border: 1px solid #DEDEDE;
       margin-bottom: 16px;
       border-radius: 0px;
       font-size: 14px;
}

.map iframe {
    width: 100%;
    height: 300px;
    margin-top: 32px;
}

.content {
    position: relative;
}

.content img.extra-images-two {
    top: 43%;
    right: -16%;
    z-index: 1;
    z-index: -1;
}

.content img.dots {
    top: auto;
    z-index: -1;
    right: -5%;
    bottom: -37px;
}

/* 88. team-page */
.mail-style {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.mail-style i {
    padding: 13px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: var(--common-colour);
    border-radius: 50%;
    margin-right: 14px;
}

.mail-style i svg {
    fill: #fff;
    height: auto;
}

.mail-style a:hover {
    color: var(--common-colour);
}

.team-page .mail-style h4 {
    font-size: 18px;
    padding-bottom: 4px;
    font-weight: bold;
}

.team-page {
    display: flex;
    align-items: center;
    border: 1px solid #bbb;
    position: relative;
}

.team-page:before {
    position: absolute;
    content: "";
    background-color: var(--common-colour);
    width: 26%;
    height: 100%;
    top: 0;
    left: 0;
}

.team-page figure {
    margin-right: 100px;
    transform: translatex(30px) translateY(-30px);
}

.team-page h4 {
    font-size: 36px;
    font-weight: bold;
}

.team-page p {
    font-weight: bold;
    color: var(--common-colour);
    padding-bottom: 14px;
}

.team-page ul.social-media li a {
    border: 0;
    background-color: #fff3d8;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    color: #000;
}

.team-page ul.social-media li a i {
    color: #000;
}

.team-page ul.social-media li a:hover {
    background-color: #ffda3c;
}

.team-page .social-media {
    top: 10%;
    position: absolute;
    display: block;
    right: 30px;
}

/* 89. service-details */
.service-details .content-us i {
    margin: 0;
    margin-left: 20px;
}

.service-details h3 {
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: bold;
}

.service-details .list-style {
    padding-top: 20px;
}

.service-details .video img {
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.hight {
    height: 25px;
}

b.boldcss {
    font-weight: bolder;
    font-size: 18px;
    color: black;
    text-decoration: underline;
}



.service-details .video i {
    top: 50%;
    left: 50%;
}

.service-details .organic-plant {
    margin-bottom: 20px;
    border: 1px solid #bbb;
    padding: 46px;
    width: 100%;
}

.service-details .organic-plant img {
    width: 44px;
}

.service-details .organic-plant:hover img {
    animation: top-bottom 1s;
}

.service-details .organic-plant h5 {
    font-weight: bold;
    padding-bottom: 10px;
}

.money-back-two {
    text-align: center;
    padding: 50px;
}

.money-back-two h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.money-back-two p {
    color: #fff;
    width: 90%;
    margin: auto;
}

/* 90. clients-reviews-two */
.clients-reviews-two {
    text-align: center;
    width: 56%;
    margin: auto;
    padding-bottom: 2px;
}

.clients-reviews-two ul.star {
    justify-content: center;
    margin-bottom: 10px;
}

.clients-reviews-two ul.star li {
    color: var(--common-colour);
    font-size: 15px;
    padding-right: 5px;
}

.clients-reviews-two h5 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.clients-reviews-two p {
    padding-bottom: 14px;
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

.clients-reviews-dots img {
    border-radius: 50%;
    border: 1px solid #ffda3c;
    margin-right: 12px;
}

.slick-active.slick-center .clients-reviews-dots {
    background-color: #ffda3c;
}

.slick-active.slick-center .clients-reviews-dots img {
    border-color: #fff;
}

.slider-nav-two.slick-initialized.slick-slider.slick-dotted {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.slick-slide img {
    display: inline;
}

.clients-reviews-dots h4 {
    line-height: 22px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.clients-reviews-dots p {
    line-height: 24px;
    font-size: 14px;
}

.clients-reviews-dots {
    background-color: #f1f1f1;
    display: inline-flex;
    padding: 10px 54px 10px 30px;
    align-items: center;
}

/* 91. team-information */
.team-information figure img {
    border-radius: 50%;
    border: 7px solid transparent;
    outline: 5px solid #ffda3c;
    margin-bottom: 10px;
    margin-top: 10px;
}

.team-information:hover figure img {
    border: 7px solid #ffda3c;
}

.team-information {
    text-align: center;
    position: relative;
}

.team-information:before {
    top: 28%;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 93%;
}

.team-information:hover:before {
    left: 98%;
}

.team-information a {
    font-size: 28px;
    font-weight: bold;
    padding-top: 10px;
    display: block;
}

.team-information a:hover {
    color: #ffda3c;
}

.team-information h5 {
    color: var(--common-colour);
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

/* 92. selection style */
::-moz-selection {
    color: #fff;
    background: var(--common-colour);
}

::selection {
    color: #fff;
    background: var(--common-colour);
}

/* transition speed */
.nature-intended a,
.certified-product-img figure img,
.blogthree img,
.blogthree a i,
.blogthree a,
ul.image-gallery li figure:before,
.pick-Your-Product,
.pick-Your-Product i,
.pick-Your-Product a,
.pick-Your-Product:hover i svg,
.nature-intended i:before,
.pricing-text>i svg,
.blogtwo img,
.blogtwo-text a,
ul.social-networking a i,
.trending-products a.add-to-cart,
.differnce-products-all a,
.gummies:before,
.pricing-text a,
.content-us i:before,
.plant-option i:before,
.team-information:before,
.team-information figure img,
.team-information a,
.header-search .donation a.checkout,
.sustainability-img img,
.plant-option i,
.plant-option:hover svg,
.nature-intended i svg,
.mail-style a,
ul.categories li a,
ul.Meta li a,
ul.quick-links li a,
.recent-post a,
.pagination li.next,
.pagination li.prev,
ul.product_meta li a,
.collnumber svg,
.products-needs img,
.provide-high-text a,
.trending-products img,
.sustainability,
.sustainability a,
.sustainability p,
.sustainability:before,
.sustainability i svg,
ul.social-media a,
.products a,
.plant-based a,
.plant-based img,
.natural-img img,
.sustainability i:before,
.blog h3 a,
.blog-img img,
.products-needs a,
.differnce-products i,
.differnce-products i svg,
.differnce-products h4 a,
.differnce-products a i,
.header-search>a,
button.owl-prev,
button.owl-next,
.cart-popup,
.products.two a.add-to-cart,
.products-needs:before,
.widget-title>ul.links li a,
.footer-bottom-text ul li a,
a.video-pop i,
.content-us i svg,
.trending-products-text a,
.recent-post img,
.products a.btn,
.products img {
    transition: .4s all;
}

ul.contact-detail {
    padding-left: 1rem;
    margin: 5px 0 18px 0;
    list-style: disc;
    font-size: 19px;
}

ul.contact-detail li {
    display: list-item;
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
}





.select-lang .currency-switcher {
    position: relative;
    width: fit-content;
}

.select-lang div.dropdown {
    position: relative;
    width: fit-content;
}

.select-lang div.dropdown:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 16px;
    height: 17px;
    background-image: url(http://botkits.ru/img/icons/down.svg);
    top: 15px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.select-lang div.dropdown.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.select-lang div.dropdown>div.caption {
    background: #ffffff00;
    border: 2px solid #00000000;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 10px 0 31px;
    font-size: 13px;
    color: #fff;
    height: 26px;
    letter-spacing: 0.3px;
    line-height: 24px;
    font-weight: 600;
}

.select-lang div.dropdown>div.list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    top: 33px;
    border: 1px solid #00000012;
    z-index: -1;
    visibility: hidden;
    padding: 0px 0;
}

.select-lang {
    margin-left: 8px;
}

.select-lang div.dropdown.open>div.list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.select-lang div.dropdown>div.list>div.item {
    padding: 1px 2px 0 32px;
    cursor: pointer;
    font-weight: 700;
    transition: .3s;
    font-size: 12px;
    height: 28px;
    letter-spacing: 0.3px;
    line-height: 28px;

}

.select-lang div.dropdown>div.list>div.item.selected {
    background: rgb(78 187 36 / 27%);
    pointer-events: none;
}

.select-lang div.dropdown>div.list>div.item:hover {
    background: #F8F9FB;
}

.select-lang div.dropdown>div.caption img,
.select-lang div.dropdown>div.list>div.item img,
.select-lang div.dropdown>div.caption svg,
.select-lang div.dropdown>div.list>div.item svg {
    position: absolute;
    margin-top: 4px;
    left: 9px;
}

.select-lang div.dropdown>div.list>div.item span,
.select-lang div.dropdown>div.caption span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #243CBB;
    position: absolute;
    right: 36px;
}

.select-lang div.dropdown>div.list>div.item span {
    right: 20px;
}

.select-lang div.dropdown>div.caption img {
    width: 16px;
}

.select-lang div.dropdown>div.list>div.item img {
    width: 16px;
}

/*==========our team ========*/
.our-team-pf {
    text-align: center;
}
.team-name {
    font-size: 23px;
    font-weight: 500;
    color: #000;
}
.founder-name {
    font-size: 14px;
    margin-bottom: 13px;
}
.our-team-blush {
    padding-top: 23px;
}
.content-inner-area {
    padding-left: 27px;
    
}
.contact-rt-area {
    width: 325px;
    margin: 0 auto;
    text-align: center;
}
.contact-rt-area h4 {
    font-size: 21px;
    margin-bottom: 2px;
}
.contact-rt-area small {
    color: #4E4E4E;
    margin-bottom: 7px;
    display: block;
}
.contact-area {
        padding: 0px 0px 113px;
}
.login-area-section {
    padding: 81px 0px 110px;
}
.accordion-button {
      background-color: #ffffff;
    font-size: 17px;
    padding: 7px;
    font-weight: 600;
   
}
.accordion-button:not(.collapsed) {
    color: #21b18e;
    background-color: #ffffff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.Category-accordian .accordion-button:not(.collapsed) {
       color: #21b18e;
    background-color: #ffffff;
}

.heading-title {
    font-size: 40px;
    font-weight: 700;
}
.faq-queary-area {
    padding-bottom: 67px;
}
/*==========team expert area=========*/
.team-all-area {
    padding: 10px 0px 65px;
}
.team-all-area .choose-heading {
    margin-bottom: 10px;
}
.team-all-area img {
    width: 100%;
}


.order-tack-area {
   padding: 23px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 13px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 27px;
    margin-bottom: 27px;
}
.order-track-text small {
    font-size: 13px;
    color: #a5a5a5;
}

.order-track-text h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.order-track-text {
    text-align: center;
}
.delivery-btn-area {
    padding: 43px 0px 20px;
}
ul.total-amount li

 {
    font-weight: 600;
}

