@font-face {
  font-family: "Ethnocentric";
  src: url("../fonts/ethnocentric/ethnocentric rg.ttf") format("ttf");
  font-weight: 400;
}

@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&display=swap');

@font-face {
  font-family: "Ethnocentric";
  src: url("../fonts/ethnocentric/ethnocentric rg it.ttf") format("ttf");
  font-weight: 400;
}

@font-face {
  font-family: "poppins";
  src: url("../fonts/ethnocentric/Poppins-Regular.ttf") format("ttf");
  font-weight: 400;
}

@font-face {
  font-family: "poppins";
  src: url("../fonts/ethnocentric/Poppins-Bold.ttf") format("ttf");
  font-weight: bold;
}

h1,
h2,
h3 {
  font-family: "Ethnocentric";
}

body {
  font-family: "poppins", sans-serif;
  color: #101010;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading {
  position: relative;
}

.custom_heading::before {
  position: absolute;
  content: "";
  left: -45px;
  width: 37px;
  height: 32px;
  background-image: url(../images/herbal.png);
  background-size: cover;
}

/*header section*/
.hero_area {
  height: 98vh;
  background-image: url(../images/banner-herbal.png);
  background-size: cover;
  background-attachment: fixed;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #18602E;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
}

.navbar-brand img {
  width: 50px;
}


.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 35px;
}

/*end header section*/
.hero_section {
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75%;
}

.hero_section h1 {
  font-size: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

.hero_section .hero_btn-box a {
  display: inline-block;
  padding: 12px 55px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  margin-top: 55px;
  text-transform: uppercase;
}

.hero_section .hero_btn-box a:hover {
  background-color: #ffffff;
  color: #00ff00;
}



.why_section .why_container .img_box {
  width: 85%;
  margin: 0 auto;
}

.why_section .why_container .img_box img {
  width: 100%;
}

.why_section a {
  display: inline-block;
  padding: 14px 35px;
  background-color: transparent;
  border: 1.5px solid #00ff00;
  color: #00ff00;
  color: #3cff3c;
}

.why_section a:hover {
  background-color: #00ff00;
  color: #ffffff;
}

.contact_section {
  color: #fff;
  background: url(../images/herbal-contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact_section h2::before {
  background-image: url(../images/herbal-white.png);
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 30px;
  margin: 20px 0;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 150px;
}

.contact_section button {
  background-color: #e92c06;
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  border: 1px solid #e92c06;
  color: #fff;
  font-weight: bold;
}

.contact_section button:hover {
  color: #e92c06;
  background-color: transparent;
}

.client_container {
  background-color: #18602E;
  border-radius: 20px;
  text-align: center;
  color: white;
  padding: 20px;
  height: 350px;
}


.client_container img {
  width: 90px;
}

.client_container span i {
  color: gold;
  font-size: 18px;
}

.info_section {
  background-image: url(../images/info-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.info_section .logo-box {
  width: 200px;
  margin: 0 auto 75px auto;
}

.info_section .logo-box img {
  width: 100%;
}

.info_items {
  width: 65%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.info_items .item .img-box {
  width: 50px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.info_items .item .img-box img {
  width: 100%;
}

.info_items .item .detail-box {
  margin-top: 10px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
  color: white;
}

/* footer section*/
.footer_section {
  background-color: #ffffff;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* end footer section*/

/* sepcial section */
.special_section .card {
  background-color: #18602E;
  padding: 50px;
  border-radius: 20px;
}

.special_section .card img {
  width: 70px;
  height: 70px;
  background-color: #58A770;
  padding: 10px;
  border-radius: 50%;
}

.special_section .card p {
  text-align: center;
  color: white;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 10px;
}

.green-heading {
  color: #18602E;
  font-weight: bold;
}

.benifits_section .card-b {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  background-color: #18602E;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.benifits_section .card-b img {
  width: 40px;
  background-color: white;
}

.benifits_section .card-b p {
  color: white;
  font-size: 20px;
}

.weight-loss-card {
  border: 2px solid #18602E;
  padding: 10px;
  border-radius: 20px;
}

.weight-loss-card img {
  width: 100px;
  height: 100px;
}

.weight-loss-card p {
  text-align: center;
  margin-bottom: 0 !important;
  font-size: 24px;
}


.benifits-wrap {
  background-color: #E5F9FD;
}

.about-section span {
  margin-right: 20px;
  color: #18602E;
  font-weight: bold;
}

.about-section span img {
  width: 30px;
}

.video-section video {
  height: 300px;
}

.video-section {
  background-color: #18602E;
  border-radius: 20px;
}

.client-padding {
  padding: 0 40px;
}


.carousel-indicators li {
  margin-top: 800px !important;
}


.faq-section {
  margin: 40px auto;
  max-width: 800px;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.faq-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;

}

.faq-item h3 {
  font-size: 20px;
  color: #2c3e50;
  cursor: pointer;
  margin-bottom: 10px;
  /* border: solid;   */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid gainsboro;
  padding: 20px 10px;
  border-radius: 10px;
}

.faq-item p {
  font-size: 16px;
  color: #34495e;
  display: none;
}

.faq-item.active p {
  display: block;
}

.faq-item h3:hover {
  color: #1abc9c;
}



.truly{
  color: black;
  background: url('../images/natrual-o.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
}

.logo{
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #18602E !important;
  font-size: 30px;
  text-align: center;
  font-style: normal;
}

.footer-logo{
  margin-left: -40px;
}

@media (min-width:769px){
  .custom-banner{
    display: none;
  }

  .laptop-none{
    display: none !important;
  }

  .mobile-none{
    display: block;
  }
}


.gallery img{
  width: 100%;
  margin-top:20px;
}

.bg--white{
  background-image: url('../images/white-bg.jpg');
  padding: 30px 0;
  background-size: cover;
  /* background-color: #00ff00; */
}

.d-mobile-medicine{
  display: flex;
}

.weight-lost{
  border: 4px solid #18602E;
  border-radius: 20px;
  padding: 10px 0;
  margin: 10px;
}

/* .fixed-icon{
  position: fixed;
  top: 70%;
  left: 0;
  margin-left: 20px;
  z-index: 99;
}

.fixed-icon img{
  width: 80px;
} */

/* end specail seciton */










/*# sourceMappingURL=style.css.map */