@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 17px;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'zolina-medium';
  src: url(../fonts/zolina-medium.ttf);
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'badoga';
  src: url(../fonts/badoga.ttf);
  font-weight: 400;
  font-style: normal
}
/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'zolina-medium';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'zolina-medium';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'zolina-medium';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'zolina-medium';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'zolina-medium';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'zolina-medium';
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
    padding: 16px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #659d1d;
    padding: 10px 23px;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* align-items: center; */
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}

/*My Header*/
.menuSec .row {
    align-items: center;
}



/*My banner css Start*/
.banner_text h1 {
    font-family: 'zolina-medium';
    color: #000;
    font-size: 82px;
    line-height: 84px;
    margin-bottom: 40px;
}
.banner_text.wow.fadeInLeft a.btn-1 {
    padding: 14px 29px;
}
.banner_text a.btn-1 img {
    margin-left: 11px;
}
.banner_text h1 span {
    display: block;
}
ul.ul1banner {
    display: flex;
    justify-content: end;
}
.banner_text.wow.fadeInLeft {
    margin-top: 100px;
}
.banner-skincare {
    margin-top: 100px;
}
.banner-skincare {
    margin-top: 100px;
    position: relative;
}
.dv1skincare img {
    position: absolute;
    top: -36px;
    left: 80%;
}
.banner-skincare img {
    border-radius: 10px;
}
.maindv-bannerskincare {
    display: flex;
    gap: 58px;
}
li.reviewsleft {
    margin-left: -32px;
}
.banner_img h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-left: 40%;
}
.banner_img.wow.bounceIn {
    margin-top: 24%;
}
.dv1skincare h4 {
    text-align: center;
    font-size: 26px;
    padding: 10px 0px;
    font-family: 'zolina-medium';
    color: #000;
}
.skincare2 h4 {
    text-align: center;
    color: #fff;
}
.skincare2 {
    float: inline-end;
    position: absolute;
    bottom: 3px;
    right: 35px;
    z-index: 999;
}
.banner_text p {
    color: #000;
    width: 82%;
    margin-bottom: 40px;
}
/*My Banner Css End*/

/*Section Luxuriously Start*/
.dv1luxuriously h3 {
    font-family: 'zolina-medium';
    font-size: 49px;
    line-height: 61px;
    color: #fff;
}
.skincare2 {
    float: inline-end;
}
.dv2luxuriously p {
    color: #fff;
}
.dv1luxuriously {
    margin-top: 87px;
}
.dv2luxuriously {
    margin-top: 89px;
}
.luxuriously {
    position: relative;
    padding: 0px 0px 100px;
}
.luxuriously:before {
    content: '';
    position: absolute;
    background-image: url(../images/luxuriouslyback.png);
    width: 100%;
    background-repeat: no-repeat;
    height: 300px;
    z-index: -1;
}
.dv2luxuriously a{
    margin-top: 89px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
/*Section Luxuriously End*/


/*Section The Best Start*/
.best-text h2 {
    font-size: 62px;
    color: #000;
    padding: 53px 0px;
}
.thebest {
    padding: 100px 0px;
}
.best-text {
    padding-left: 20px;
}
section.inneraboutus .row {
    align-items: center;
}
.videoimgbest {
    text-align: end;
}
.videoimgbest-text h3 {
    font-size: 63px;
    color: #1c1c1c;
}
.videoimgbest-text p {
    color: #8d8d8d;
}
.videoimgbest-maindv .row {
    align-items: center;
}
.videoimgbest {
    position: relative;
}
.bestplay a {
    position: absolute;
}
.bestplay a {
    position: absolute;
    right: 115px;
    top: 76px;
}
.videoimgbest-maindv {
    padding: 20px 0px;
}
ul.ul1best li {
    font-family: 'zolina-medium';
    font-size: 46px;
    color: #1c1c1c;
}
ul.ul1best {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}
.dv1best {
    margin-top: 50px;
}
ul.ul1best:before {
    position: absolute;
    content: '';
    width: 700px;
    height: 2px;
    background: #909090;
    bottom: -26px;
    left: -23px;
}
.dv2best ul.ul1best:before {
    display: none;
}
.dvimgthebest {
    text-align: end;
}
.thebest-uldvmain .row {
    align-items: center;
}
/*Section The Best End*/


/*Section What We Offer Start*/

.dv1weoffer h2 {
    text-align: center;
    font-size: 77px;
    color: #000;
    font-family: 'badoga';
    font-weight: 600;
    margin-bottom: 40px;
}
.dv2weoffer p {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #4b6d20;
}
.dv2weoffer a {
    font-size: 12px;
    text-transform: uppercase;
    color: #3c3c3c;
}
.dv2weoffer img {
    border-radius: 15px;
}
.offerslid .slick-active {
    opacity: 1.5;
}
.weoffer {
    padding: 90px 0px;
}

/*Section What We Offer End*/


/*Section Exclusive Start*/

.dvtextexclusive h2 {
    font-family: 'badoga';
    font-size: 77px;
    line-height: 80px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.dvtextexclusive p span {
    display: block;
}
.dvtextexclusive {
    margin-top: 28%;
    position: relative;
}
.exclusive .row {
    align-items: center;
}
.dvtextexclusive:before {
    position: absolute;
    content: '';
    background: #c9d3bc;
    width: 940px;
    height: 416px;
    left: -47%;
    top: -59px;
    z-index: -1;
    border-radius: 5px;
}
a.btn-1 {
    border: 1px solid #4b6d20;
    padding: 7px 35px;
    border-radius: 40px;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #4b6d20;
}
.dvtextexclusive p {
    font-size: 16px;
    margin-bottom: 30px;
}
.exclusive {
    position: relative;
    padding: 100px 0px;
}
.imgexclusive {
    position: absolute;
    top: -53px;
    right: 104px;
}

/*Section Exclusive End*/


/*Section New Arrival Start*/
.toptextarrival a.btn-1 {
    font-size: 30px;
    padding: 6px 50px;
    color: #000;
}
.toptextarrival h2 {
    font-size: 90px;
    color: #000;
    margin-top: 50px;
}
.toptextul .nav-tabs .nav-link {
    display: flex;
    justify-content: center;
    gap: 50px;
    border: 1px solid #000;
    padding: 13px 10px;
    border-radius: 30px;
}
.toptextul .nav-tabs .nav-link {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #969696;
}
.product-img p {
    font-size: 19px;
    margin-left: 10px;
}
.product-img p span {
    display: block;
}
.product-img h6 {
    color: #f3ce92;
    margin-left: 10px;
    font-family: 'Poppins';
    font-size: 17px;
}
.arrivalheats img {
    margin-left: 10px;
    width: 46%;
}
.arrivalslid .slick-active {
    opacity: 1.5;
}
.arrivalslid .slick-next:before {
    content: '\f061' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #7f7f7f;
}
.arrivalslid .slick-prev:before {
    content: '\f060' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #7f7f7f;
}
.arrivalslid .slick-next {
    right: -13px;
    top: 33%;
}
.arrivalslid .slick-prev {
    left: -6px;
    top: 33%;
}
.arrivalslid .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1.25;
}
.arrival-tabs .nav-tabs .nav-link {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
    color: #7c7c7c;
}
.arrival-tabs {
    border: 1px solid #00000075;
    border-radius: 190px;
}
.arrival-tabs .nav-tabs {
     border-bottom: unset; 
}
.arrival-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    border-color: #dee2e600 #dee2e600 #ffffff52;
    color: #f3ce92;
}
.tabsalign .row {
    align-items: center;
}
.newarrival {
    padding: 100px 0px;
}
.tab-pane {
  display: block;
  padding: 6px 12px;
  border: 0;
  height: 0;
}
.tab-pane.active {
  display: block !important;
  height: auto;
}
/*Section New Arrival End*/


/*Section Reviews Start*/
.toptextreviews h2 {
    text-align: center;
    color: #000;
    font-size: 90px;
    margin-bottom: 40px;
}
.reviews {
    padding: 80px 0px;
}
ul.profile li p {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 27px;
}
ul.profile li p span {
    display: block;
    font-family: 'Poppins';
    font-size: 17px;
}
ul.profile {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
}
.main-dv-reviews p {
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
    position: relative;
    padding: 0 40px;
}
img.stars {
    width: 50%;
    margin: 0 auto;
}
.main-dv-reviews p span {
   display: block;
}
.main-dv-reviews p:before {
    position: absolute;
    content: '';
    background-image: url(../images/reviewsquotes1.png);
    width: 110px;
    height: 100px;
    background-repeat: no-repeat;
    right: 6%;
    top: 34px;
}
ul.profile li p:before {
    display: none;
}
.main-dv-reviews {
    padding: 45px 0px;
    border-radius: 40px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 17%), 0 6px 20px 0 rgb(0 0 0 / 7%);
    height: 410px;
}
.main-dv-reviews:before {
    position: absolute;
    content: '';
    background-image: url(../images/reviewsquotes2.png);
    width: 41px;
    height: 29px;
    background-repeat: no-repeat;
    left: 17px;
    top: 26px;
}
.main-dv-reviews:after {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 0 33%, 33% 0);
    background: #78b91e;
    width: 400px;
    height: 391px;
    top: 0;
    left: -1px;
    z-index: -1;
    border-radius: 40px;
}
.reviewsslid .slick-slide {
    opacity: 1.2;
}
.reviewsslid .slick-slide {
    margin: 20px 20px;
}

.reviewsslid .slick-track {
    margin-left: 30px;
}

/*Section Reviews End*/

/* footer start */
.footerSec {
    padding: 40px 0 0;
    text-align: center;
    background: #000;
    position: relative;
    padding-top: 60px;
}
.footerSec ul {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 0;
    gap: 55px;
    list-style: none;
}

.footer-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Poppins';
}
.copy-right p {
    margin: 0;
    font-size: 16px;
}

.footer-menu {
    padding-top: 20px;
}

.footer-icon ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.footer-icon ul li a i {
    margin-right: 10px;
    border: 1px solid;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-icon {
    margin-bottom: 30px;
}

.footer-icon ul {
    gap: 110px;
}

.copy-right p {
    margin: 0;
    color: #fff;
}
.footer-logo {
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 30px;
}
.copy-right {
    border-top: 1px solid #ffffff;
    margin-top: 20px;
    padding: 15px 0;
}
.page-up {
    position: fixed;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    bottom: 37px;
    right: 30px;
    text-decoration: unset;
    color: #000;
    font-size: 23px;
}
.shipping-box ul {
    gap: 18px;
    margin: 0;
}

.shipping-box p {
    color: #6a6a6a;
    font-weight: 500;
}

.shipping-box p span {
    font-weight: 400;
    display: block;
}
section.shipping-wrap .row {
    background: #fff;
    box-shadow: 0 0 10px #00000036;
    border-radius: 15px;
    padding: 15px 15px;
}

section.shipping-wrap {
    position: relative;
    top: 30px;
    z-index: 99;
}
/* footer end */


/*About Us Page Start*/


/*Inner Banner Start*/
.inner-banner {
    background-image: url(../images/innerbanner.png);
    width: 100%;
    height: 644px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 47px 47px;
    background-size: cover;
}
.inner-banner h1 {
    font-size: 93px;
    color: #000;
    margin-top: 20px;
}
.inner-banner h1 span {
    display: block;
    margin-top: 29px;
}

/*Inner Banner End*/
section.inneraboutus .best-text h2 {
    font-size: 93px;
    padding: 12px 0px;
    color: #1c1c1c;
}
section.inneraboutus .best-text p {
    font-size: 16px;
}
section.inneraboutus .best-text {
    padding-left: 20px;
}
.product-page .product-img {
    margin-bottom: 50px;
}
.our-srowy-text h2 {
    color: #000;
    font-size: 40px;
}
/*Section Faqs Start*/
section.faqs-main {
    padding: 80px 0 100px;
}
.faq-heading p {
    width: 80%;
    margin: 0 auto;
}
.gorilla-content .accordion-button.collapsed {
    padding: 22px 15px;
    background-color: #c9d3bc;
    color: #333;
    font-size: 15px;
    line-height: 30px;
    border-radius: 0px !important;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Raleway';
}

.gorilla-content .accordion-button {
    color: #333;
    font-size: 18px;
    padding: 22px 22px;
    line-height: 30px;
    font-weight: 800;
    border-radius: 0px !important;
    font-family: 'Raleway';
    text-transform: capitalize;
    background: no-repeat;
}
.faq-heading h2 {
    color: #000;
}




.gorilla-content .gorrila-page-txt .color-red {
  color: #A60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;
  }

.gorrila-page-txt ul {
    list-style: disc;
}
.gorrila-page-txt ul li{
   color: #000000;
   font-size: 14px;
   line-height: 23px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   margin-bottom: 15px;
   margin-left: 15px;
}
.gorrila-page-txt ul li::marker {
  color: #000;
}

.accordion-body.gorrila-page-txt {
    padding: 0px 20px 20px;
    background: #000000;
    border: unset !important;
    border-top: none;
    color: #fff;
}

.gorilla-content .accordion-item {
    margin-bottom: 25px;
  
    border: 2px solid #eae4e4;
}
.accordion-button::after {
    content: "" !important;
    position: absolute !important;
    background-image: url(../images/faqopen.png) !important;
    width: 45px;
    height: 45px;
    right: 25px;
    background-size: cover;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faqclose.png) !important;
}
.gorilla-content  .accordion-button:not(.collapsed){
  box-shadow: none;
  /* border: 1px solid; */
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  background: #000;
  font-family: 'Raleway';
}

.accordion-collapse.collapse {
  /* border: 1px solid #A60000; */
  border-top: 0;
  border-radius: 0 0 10px 10px;
  /* margin-bottom: 30px; */
}


.gorilla-content  button:focus:not(:focus-visible){
  box-shadow: none;
}

.gorilla-content .accordion-button::after{
  content: '\f067';
  font-weight: 900;
  font-family: 'Font Awesome 5 free';
  background-image: none;

}

.accordion-button:not(.collapsed)::after{
  content: '\f068';
  font-weight: 900;
  font-family: 'Font Awesome 5 free';
}
.address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
section.faqs-main p {
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}


.faq-heading.text-center {
    margin-bottom: 30px;
}
.faq-heading.text-center h3 span {
    display: block;
}
.faq-heading.text-center h3 {
    line-height: 60px;
}
div#accordionExample {
    padding: 0px 0px;
}
.dv1faq {
    text-align: center;
}
.dv1faq h2 {
    font-family: 'Blacksword';
    font-size: 50px;
    color: #ff7f00;
    font-weight: 400;
    margin-bottom: 10px;
}
.dv1faq h3 {
    font-size: 50px;
    font-family: 'Playfair Display';
    font-weight: 400;
    color: #000;
}
.dv1faq {
    text-align: center;
    margin-bottom: 70px;
}
.top-textfaqs {
    text-align: center;
}
.top-textfaqs h2 {
    color: #000;
    font-size: 77px;
    margin-bottom: 50px;
}

/*Section Faqs End*/
/*About US PAge End*/


/*services Page Start*/
.services .row {
    align-items: center;
}
.text-services h2 {
    font-size: 53px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #4b6d20;
}
.text-services p {
    font-size: 16px;
}
.text-services {
    margin-left: 24px;
}
section.innerservice .text-services {
    margin-left: unset;
}
.services {
    padding: 40px 0px;
}
section.topservice {
    padding: 100px 0px 0px;
}
section.bottomservice {
    padding: 0px 0px 100px;
}

/*Services Page End*/



/*Contact Page Start*/
.text-getin h2 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 47px;
    color: #000;
}
.text-getin p {
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
}
ul.profilepic-getin li p {
    font-size: 20px;
    color: #000;
    line-height: 37px;
}
ul.profilepic-getin li p span {
    display: block;
    font-size: 45px;
    font-family: 'Poppins';
}
ul.profilepic-getin {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0px;
}
ul.timing-getin li {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 7px;
}
.input-getin input {
    width: 100%;
    padding: 12px 18px;
    margin-bottom: 20px;
    border: unset;
    background: #f0f0f0;
}
.textarea-getin textarea {
    width: 100%;
    height: 180px;
    border: unset;
    background: #f0f0f0;
    padding: 12px 18px;
}
.input-getin input::placeholder {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #3f3e43;
}
.textarea-getin textarea::placeholder {
   font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #3f3e43;
}
.textarea-getin button {
    width: 100%;
    padding: 17px 0px;
    border-radius: 100px;
    margin-top: 20px;
    border: unset;
    background: #78b91e;
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
}
.formgetin {
    padding: 0px 20px;
}
.toptextcontact h2 {
    text-align: center;
    font-size: 72px;
    color: #000;
    margin-bottom: 40px;
}
.getintouch {
    padding: 100px 0px;
}
/*Contact Page End*/



  /*CHECKOUT PAGE Start*/

.billing_form h6 {
    font-size: 40px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0px;
    font-family: 'Poppins';
    font-weight: 500;
}

.billing_form label {
    font-size: 13px;
    color: #7c7c7c;
    margin-bottom: 10px;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins';
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #21252980;
    margin-bottom: 20px;
    background-color: transparent;
    padding-left: 15px;
    color: #000;
    border-radius: 0px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 20px 25px;
    border: 1px solid #21252952;
    border-radius: 0px;
}

.cart_sidebar .h-sub {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h6 {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Poppins';
    font-weight: 500;
}

.cart_sidebar .shipp {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #7c7c7c;
    font-family: 'Poppins';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #264790;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border: none;
    border-radius: 50px;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #0090FF;
    margin-top: 40px;
    background: #78b91e;
}

.checkout_btn:hover {
    background-color: white;
    color: #78b91e;
    border-color: #78b91e;
}

ul.shipping-ul {
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    color: #000;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'Poppins';
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #78b91e;
    border: 1px solid #78b91e;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background-color: transparent;
}

.radiosss-payments {
    border-bottom: 1px solid #e2e2e2;
}

h6.h-sub2.mt-3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 15px;
    margin: 0;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
}

.h-sub2.mt-3 span {
    float: right;
}

.checkout_page {
    padding: 100px 0px;
}

.billing_form {
    padding: 20px 0px;
    /* border-radius: 15px; */
}

/*CHECKOUT PAGE End*/


/*Product Detail Start*/
.text-scalp h2 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    font-size: 60px;
    text-transform: uppercase;
    position: relative;
}
.text-scalp h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 41px;
    margin-top: 40px;
}
.text-scalp p {
    font-weight: 500;
    font-size: 29px;
    color: #3b6149;
    padding: 20px 0px;
}
ul.sclp-stars {
    display: flex;
    gap: 21px;
    align-items: center;
    position: relative;
}
ul.sclp-stars li {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 21px;
}
.scalp-img img {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgb(0 0 0 / 9%);
}
.scalp .row {
    align-items: center;
}
.text-scalp h2:before {
    position: absolute;
    content: '';
    width: 790px;
    height: 1px;
    background: #0000001a;
    bottom: -12px;
}
ul.sclp-stars:before {
    position: absolute;
    content: '';
    width: 790px;
    height: 1px;
    background: #0000001a;
    bottom: -30px;
}
ul.inc-addto-cart {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 80px;
}
.input-number, .input-number1, .input-number-decrement, .input-number-increment {
    border: 0;
    height: 25px;
    user-select: none;
    font-weight: 700;
    padding: 0px 5px 5px 5px;
    width: 30px;
    color: #000;
    font-size: 13px;
}
li.quanity.product-detail .inc {
    margin: 0;
}
.inc {
    background-color: #fff !important;
    /* margin-top: 11px; */
    padding: 0px 15px;
    display: flex;
    align-items: center;
    border-radius: 0px !important;
    border: 1px solid #c0c0c0;
    width: 26%;
    height: 68px;
    position: relative;
}
.input-number, .input-number1, .input-number-decrement, .input-number-increment {
    border: 0;
    height: 25px;
    user-select: none;
    font-weight: 700;
    padding: 5px 5px 5px 5px;
    width: 30px;
    color: #000;
}
.number-item input {
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 44px;
    border: 0;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 500;
    margin-top: 0;
    background-color: transparent;
    color: #000;
    pointer-events: none;
    font-size: 18px;
}
.input-number, .input-number1, .input-number-decrement, .input-number-increment {
    border: 0;
    height: 25px;
    user-select: none;
    font-weight: 700;
    padding: 0px 5px 5px 5px;
    width: 30px;
    color: #000;
    font-size: 13px;
}
ul.inc-addto-cart .input-number-decrement {
    position: absolute;
    right: 32px;
    border: 1px solid #ebebeb;
    text-align: center;
    border-radius: 40px;
    width: 26px;
    height: 26px;
    background: #ebebeb;
    color: #000000a6;
}
ul.inc-addto-cart .input-number-increment {
    position: absolute;
    right: 2px;
    border: 1px solid #ebebeb;
    text-align: center;
    border-radius: 40px;
    width: 26px;
    height: 26px;
    background: #ebebeb;
    color: #000000a6;
}
input.input-number4 {
    border: unset;
    background: #fff;
}
a.add-cart-btn {
    background: #78b91e;
    padding: 20px 170px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
}
ul.scalpicons li a {
    border: 1px solid #d5f339;
    padding: 3px 8px;
    border-radius: 20px;
    width: 10px;
    background: #d5f339;
    color: #fff;
}
ul.scalpicons {
    display: flex;
    gap: 10px;
}
.main-scalpdv {
    margin-left: 30px;
}
.scalp {
    padding: 100px 0px 0px;
}
/*Product Detail End*/

.skincare2:before {
    content: '';
    position: absolute;
    background: #78b91e;
    width: 292px;
    height: 400px;
    z-index: -1;
    right: -34px;
}



/*Blog Page Start*/
/* Blogs Section Start */

.centerCol {
    margin: 0 auto;
}

.blog-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    transition: .5s ease-in-out;
}

.blog-text h3 {
    font-size: 16px;
    color: #171515;
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 30px;
    width: 80%;
    margin-bottom: 10px;
}

ul.blog-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.blog-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.blog-list img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

ul.blog-list li h5 {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-weight: 600;
    display: grid;
    line-height: 24px;
}

ul.blog-list li span {
    color: #a09c9c;
}

ul.blog-list li i {
    font-size: 20px;
    color: #a09c9c;
}

.blog-text {
    padding: 0 30px;
}

.blog-main-box {
    position: relative;
}

.blog-main-box .blog-image img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    transition: 1s All;
}

.blog-main-box .blog-text {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 30px;
}

.blog-main-box .blog-text * {
    color: #fff !important;
}

.blog-main-box .blog-text h3 {
    width: 60%;
    font-weight: 400;
    font-weight: 700;
}

section.blog-sec .row {
    align-items: center;
}

.blog-box:hover .blog-image img {
    transform: scale(1.5);
}

.blog-image {
    overflow: hidden;
}

.blog-image img {
    transition: 1s all;
    height: 173px;
}

.blog-box:hover {
    box-shadow: 0 0 23px 0 #5e921a;
}

section.blog-sec .top-heading {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

section.blog-sec.inn-blog {
    padding: 100px 0;
}

section.blog-sec.inn-blog .blog-box {
    margin-top: 30px;
}

/*Blog Page End*/


/* Blog detail */

section.blog-detail {
    padding: 100px 0;
}

.blog-det-img {
    box-shadow: 0 0 8px 0 #fffafa;
    padding: 10px;
    margin-bottom: 40px;
    border: 10px solid #f3f3f3;
}

.blog-det-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.blog-det-img h5 {
    text-transform: uppercase;
    margin: 20px 0;
    color: #171515;
    font-size: 32px;
    font-family: 'zolina-medium';
}



.blog-det-img ul {
    display: flex;
    align-items: center;
    gap: 70px;
    position: relative;
}


.blog-det-img ul:before {
    position: absolute;
    content: '';
    background: #161414;
    width: 50px;
    left: 76px;
    height: 1px;
}

.text-blog-detail h3 {
    font-family: 'Poppins';
    font-weight: 500;
}
.text-blog-detail h3 {
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 20px;
}
.text-blog-detail h4 {
    color: #000;
}
/* end  */


.footer-logo a img {
    width: 20%;
}