
* , body{
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
.container {
  max-width: 1200px;
}
.navbar-brand h1{
  font-weight: 900;
  color: #000;
  font-size: 63px;
  display: block;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.navbar-brand{
  padding-top: 0px;
  padding-bottom: 0;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  width: 285px;
}
.navbar-brand img{
  width: 100%;
}
.navbar-brand h2{
  font-weight: 600;
  color: #86bc42;
  font-size: 29px;
  display: block;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.navbar-light .navbar-nav{
  justify-content: flex-end;
  padding-top: 50px;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 17px;
  color: #2b2b2b;
  position: relative;
  padding: 7px 12px;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #86bc42;
}
.navbar-light .navbar-nav .nav-link.active{
  color: #86bc42;
}
.navbar{
  padding: 0;
  margin-top: -30px;
  padding-bottom: 20px;
}
.navbar-nav{
  width: 100%;
}
.topb-contact-info{
  border-bottom: 1px solid #ebebeb;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topb-contact-info li{
  display: inline-block;
  list-style: none;
}
.topb-contact-info li a{
  color: #bebebe !important;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.topb-contact-info li a img{
  padding-right: 5px;
  width: 27px;
}

.topb-contact-info li a i{
  font-size: 16px;
  padding: 5px;
  color: #bebebe;
}
.topb-contact-info li.email{
  padding-right: 30px;
}
.topb-contact-info li.phone{
  padding-right: 0;
}
.topb-contact-info li.phone a{
  font-weight: 600;
  font-size: 20px;
}
.topb-contact-info ul{
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-light .navbar-nav .whatsapp-number .nav-link{
  background-color: #e0a800;
  display: inline-block;
  border-radius: 10px;
  padding-left: 20px;
  color: #fff;
}
.navbar-light .navbar-nav .whatsapp-number img{
  display: inline-block;
  width: 37px;
  margin-right: -20px;
  z-index: 999;
  position: relative;
}
.home-page-banner{
  /*background: url("../images/home-page-banner.jpg") no-repeat;*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*height: 800px;*/
  position: relative;

}
.home-page-banner .banner-text{
  max-width: 600px;
  position: absolute;
  top: 40%;
  left: 19%;
  transform: translateY(-50%);
}
.home-page-banner .banner-text h2{
  font-weight: 700;
  font-size: 41px;
  color: #272727;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.home-page-banner .banner-text h3{
  font-weight: 900;
  font-size: 135px;
  color: #86bc42;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.home-page-banner .banner-text a.order-now-btn{
  margin-top: 30px;
}
.home-page-banner .top-right-banner{
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
}
.home-page-banner .top-left-banner{
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
}
.home-page-banner .bottom-right-banner{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
}
.slider1{
  position: relative;
}
.slider1 img.main-img{
  margin: auto;
  display: table;
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 100%;
}
.slider1 a{
  position: absolute;
  left: 55%;
  bottom: 100px;
}
#banner-slider .owl-item img {
  display: block;
  width: auto !important;
}
#banner-slider .owl-prev{
  width: 50px;
  height: 50px;
  background-color: #979b92;
  left: 15%;
  position: absolute;
  border-radius: 5px;
}
#banner-slider .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#banner-slider .owl-next{
  width: 50px;
  height: 50px;
  background-color: #979b92;
  position: absolute;
  right: 15%;
  border-radius: 5px;
}
#banner-slider .owl-next:hover{
  background-color: #979b92;
}
#banner-slider .owl-prev:hover{
  background-color: #979b92;
}
.slider2 img.main-img{
  max-width: 80%;
}
.order-now-btn{
  font-weight: 600;
  font-size: 21px;
  color: #fff !important;
  padding: 10px;
  width: 210px;
  text-align: center;
  background-color: #e0a800;
  border-radius: 5px;
  margin: auto;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
}
.order-now-btn:hover{
  background-color: #a08229;
}

.heading-h2{
  font-weight: 700;
  font-size: 48px;
  color: #272727;
  text-align: center;
  text-transform: uppercase;
}
.heading-h2 span{
  color: #86bc42;
}
.heading-img{
  margin: auto;
  display: table;
}
.heading-para{
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding-top: 20px;
}
.padding-top{
  padding-top: 60px;
}
.padding-bottom{
  padding-bottom: 60px;
}
.about-section .about-text{
  position: relative;
  padding: 70px;
  max-width: 1300px;
  margin: auto;
  margin-top: 60px;

}
.about-section .about-text .text{
  background-color: #86bc42;
  padding: 40px;
  border: 30px solid #fff;
  box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
}
.about-section .about-text .text .image{
  flex-basis: 45%;
}
.about-section .about-text .text .inenr-text{
  flex-basis: 55%;
}
.about-section .about-text .text .image img{
  max-width: 100%;
  position: absolute;
  bottom: 69px;
  left: 56px;
}
.about-section .about-text .text h4{
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
}
.about-section .about-text .text p{
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  font-style: italic;
}
.about-section .about-text .polygon-div{
  -webkit-clip-path: polygon(0 0, 100% 0, 30% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 30% 100%, 0 100%);
  width: 53%;
  height: 100%;
  background-color: #eaa327;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.readmore-btn{
  font-weight: 600;
  font-size: 20px;
  color: #fff !important;
  padding: 8px;
  width: 210px;
  text-align: center;
  background-color: #86bc42;
  border-radius: 10px;
  margin: auto;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
}
.readmore-btn:hover {
  background-color: #496623;
}
.best-sellers-section{
  background: url("../images/best-seller-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.best-sellers-section .seller-products{
  display: flex;
  flex-wrap: wrap;
}
.best-sellers-section .seller-products  .card{
  flex-basis: 33.33%;
  box-shadow: 0 0 50px 18px #ebebeb;
  border: 0;
  margin: 30px 10px;
}
.card h3{
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding-top: 20px;
}
.card a{
  font-weight: 400;
  font-size: 16px;
  color: #86bc42;
  text-align: center;
  display: block;
}
.best-sellers-section .owl-nav{
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 100%;
}
.best-sellers-section .owl-carousel .owl-dots.disabled, .best-sellers-section .owl-carousel .owl-nav.disabled {
  display: block;
}
.best-sellers-section .owl-prev{
  width: 70px;
  height: 70px;
  background-color: #86bc42 !important;
  left: -35px;
  position: absolute;
}
.best-sellers-section .owl-next{
  width: 70px;
  height: 70px;
  background-color: #86bc42 !important;
  right: -35px;
  position: absolute;
}
.categories-section{
  position: relative;
  background-color: #fafafa;
}

.leaf-sm{
  position: absolute;
  top: 0;
  left: 0;
}
.leaf-big{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 10%;
}
.categories-section .categories{
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.categories .box1{
  flex-basis: 20%;
  padding: 10px;
  position: relative;
}
.categories .box1 img{
  width: 100%;
}

.categories .box1 h4{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 10px;
}
.categories .box1 .image-box{
  position: relative;
  overflow: hidden;
}
.overly{
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: rgba(134, 188, 66, 0.7);
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.overly img{
  width: auto;
}
.categories .box1 .image-box:hover .overly{
  top:10%;
}
.categories .box1:hover h4{
  color: #86bc42;
}
.footer-section {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding-top: 50px;
  background-color: #222222;
}
.footer-section .footer{
  display: flex;
  flex-wrap: wrap;
}
.footer-section .footer h4{
  font-size: 18px;
  font-weight: 300;
  color: #86bc42;
  border-bottom: 1px solid #86bc42;
  padding-bottom: 10px;
}
.footer-section .footer-emnu{
  flex-basis: 16%;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.footer-section .footer-emnu a {
  padding: 10px 0;
  color: #fff !important;
  display: block;
  line-height: normal;
}
.footer-section .contact-info.products{
  flex-basis: 20%;
  padding-right: 20px;
  padding-top: 20px;
}
.footer-section .contact-info{
  flex-basis: 26%;
  padding-right: 20px;
  padding-top: 20px;
}
.footer-section .contact-info.products a{
  text-transform: uppercase;
}
.footer-section .contact-info a{
  padding: 10px 0;
  color: #fff !important;
  display: block;
  line-height: normal;

}
.footer-section .contact-info a span{
  color: #818181;
}
.footer-section .location{
  flex-basis: 38%;
  padding-left: 20px;
  padding-top: 20px;
}
.footer-section .location .map-footer{
}
.footer-section .location iframe{
  width: 100%;
  height: 100%;
}
.footer-section .location img{
  padding-top: 30px;
  display: block;
}
.footer-section .footer-emnu a:hover {
  color: #86bc42 !important;
}
.footer-section .products a:hover {
  color: #86bc42 !important;
}
.footer-section .footer-social {

}
.footer-section .footer-social a {
  font-size: 15px;
  padding: 6px;
  display: inline-block;
  color: #fff;
}
.footer-section .footer-social a:hover {
  color: #86bc42 !important;
}
.footer-section .copyright{
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  background-color: #86bc42;
  margin-top: 40px;
}
.footer-section .developedby p.copy {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-section .copyright p.rightsreserved {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}
.footer-section .developedby a {
  color: #86bc42;
}
.footer-section .developedby a:hover {
  color: #86bc42;
}
.category-banner{
  background: url("../images/cateogry-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.category-banner h2{
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  margin: auto;
  display: table;
  margin-top: 60px;
  margin-bottom: 85px;
  position: relative;
text-transform: uppercase;
}
.category-banner h2:before{
  position: absolute;
  content: '';
  width: 160px;
  height: 5px;
  background-color: #3d640b;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
.category-banner h2:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 5px;
  background-color: #fff;
  bottom: -16px;
  left: -110px;
  right: 0;
  margin: auto;
}
.category-page .categories .box1{
  flex-basis: 25%;
  padding: 2%;
}
.category-page .categories .box1 h4 {
  font-size: 24px;
}
.about-page{
  position: relative;
}
.about-page .text{
  text-align: center;
}
.about-page .text h4{
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
.about-page .text p{
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
.about-page .who-we-are{
  display: flex;
  flex-wrap: nowrap;
  max-width: 90%;
  margin-top: 50px;
}
.about-page .who-we-are .who-text{
  background-color: #86bc42;
  padding: 50px;
  margin-left: -118px;
  margin-top: 50px;
}
.about-page .who-we-are .who-text h3{
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
}
.about-page .who-we-are .who-text p{
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}
.we-different-section{
  position: relative;
}
.we-different-section .text{
  padding-top: 30px;
}
.we-different-section .text h4{
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
.we-different-section .text p{
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.pateint-question{
  margin-top: 50px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.pateint-question .green-box{
  background-color: #86bc42;
  height: 311px;
  width: 100%;
  position: relative;
}
.pateint-question .green-box:before{
  position: absolute;
  content: "";
  background: url("../images/quote-icon.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 51px;
  top: -60px;
  left: 16px;
}
.pateint-question .green-box:after{
  position: absolute;
  content: "";
  background: url("../images/quote-icon.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 51px;
  bottom: -60px;
  right: 16px;
  transform: rotate(-180deg);
}
.pateint-question .inner-question{
  background-color: #272727;
  padding: 50px;
  max-width: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pateint-question .inner-question h3{
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
.pateint-question .inner-question p{
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  font-style: italic;
}
.pateint-question .inner-question .a{
  padding-top: 30px;
}
.thisis{
  font-weight: 600;
  font-size: 18px;
  color: #bc2b2b;
  text-align: center;
  padding-top: 30px;
  max-width: 467px;
  margin: auto;
}
.contact-us-page{
  position: relative;
}
.contact-us-page .contact{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.contact-us-page .contact .map{
  flex-basis: 30%;
  height: 510px;
}
.contact-us-page .contact .map iframe{
  width: 100%;
  height: 100%;
}
.contact-us-page .contact .contact-form-info{
  flex-basis: 70%;
  margin-left: -100px;
  z-index: 1;

}
.contact-us-page .contact .form{
  background-color: #303030;
  padding: 40px;
}
.contact-us-page .contact .info{
  display: flex;
  flex-wrap: wrap;
}
.contact-us-page .contact .info .address{
  flex-basis: 33.33%;
  padding: 10px;
}
.contact-us-page .contact .info .address td{
  vertical-align: top;

}
.contact-us-page .contact .info .address td img{
  padding: 10px;
}
.contact-us-page .contact .info .address h5{
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
}

.contact-us-page .contact .info .address h5 span{
  color: #86bc42;
}
.contact-us-page .contact .info .address a{
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.contact-us-page .contact .info .address p{
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.kite-icon{
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 19%;
}
.contact-leaf-right{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7%;
  z-index: -1;
}
.order-online-page h3{
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  text-align: center;
  padding-bottom: 30px;
}
.order-online-page .form{
  max-width: 850px;
  margin: auto;
}
.products-main-scale{
  display: flex;
  flex-wrap: wrap;
}
.products-main-scale .p-names-part{
  flex-basis: 30%;
  padding: 20px 0;
  padding-right: 40px;
}
.products-main-scale .p-view-part{
  flex-basis: 70%;
}
.products-main-scale .p-names-part .headig{
  padding: 10px;
  padding-left: 30px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.products-main-scale .p-names-part .headig h4{
  font-weight: 400;
  font-size: 16px;
  color: #222121;
  margin-bottom: 0;
}
.products-main-scale .p-names-part .headig{
  background: url("../images/angle-right-icon.png") no-repeat;
  background-size: auto;
  background-position: 10px;
}
.products-main-scale .p-names-part .headig.active{
  background: url("../images/angle-drpo-dwon.png") no-repeat;
  background-size: auto;
  background-position: 95%;
  padding-left: 10px;
}
.products-main-scale .p-names-part .headig.active h4{
  font-weight: 700;
}
.products-main-scale .p-names-part .sub-prod{
  background-color: #ebeaea;
  display: none;
  padding-top: 10px;
  padding-left: 20px;
}
.products-main-scale .p-names-part .sub-prod a{
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #222121;
  padding: 10px;
  padding-left: 27px;
  background: url("../images/angle-right-icon.png") no-repeat;
  background-size: auto;
  background-position: 10px;
}
.products-main-scale .p-names-part .sub-prod a.active{
  color: #86bc42;
}
.products-main-scale .p-names-part .sub-prod a.active{
  background-color: #e4e3e3;
  position: relative;
}
/*.products-main-scale .p-names-part .sub-prod a.active:before{*/
  /*position: absolute;*/
  /*content: "";*/
  /*border-left: 13px solid transparent;*/
  /*border-right: 13px solid #000;*/
  /*border-bottom: 13px solid transparent;*/
  /*border-top: 13px solid transparent;*/
  /*right: 0;*/
  /*top: 7px;*/
/*}*/
.products-main-scale .p-names-part h3.heading-names{
  font-weight: 700;
  color: #86bc42;
  font-size: 22px;
  padding-bottom: 40px;
  padding-left: 20px;
}
.products-main-scale .p-view-part h3{
  font-weight: 600;
  font-size: 36px;
  color: #333;
  text-align: center;
  padding-bottom: 40px;
}
.products-main-scale .p-view-part h3 span{
  color: #86bc42;
}
.products-main-scale .p-view-part .products-display{
  display: flex;
  flex-wrap: wrap;
}
.product-card{
  flex-basis: 30%;
  margin: 1.5%;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 0 13px 0 #ddd;
  transition: all 0.3s ease;
}
.product-card .image{
  margin-bottom: 30px;
}
.product-card .image img{
  max-width: 100%;
}
.product-card h4{
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: center;
  display: block;
}
.product-card a{
  font-weight: 600;
  font-size: 15px;
  color: #86bc42;
  text-align: center;
  display: none;
}

.product-card:hover{
  box-shadow: 0 0 40px 6px #ddd;
}
.product-card:hover h4{
  display: none;
}
.product-card:hover a{
  display: block;
}
.products-details-display .over-view-aprt{
  display: flex;
  flex-wrap: wrap;
}
.products-details-display .over-view-aprt .prod-img{
  flex-basis: 40%;
  margin: 0;
  margin-right: 5%;
}
.products-details-display .over-view-aprt .product-card{
  box-shadow: 7px 8px 13px 0 #ddd;
}
.products-details-display .over-view-aprt .text{
  flex-basis: 55%;
}
.products-details-display .over-view-aprt .text .top-head{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.products-details-display .over-view-aprt .text .top-head .name{
  flex-basis: 50%;
}
.products-details-display .over-view-aprt .text .top-head .name.flex-100{
  flex-basis: 100%;
}
.products-details-display .over-view-aprt .text .top-head .pdf-btn{
  flex-basis: 50%;
  text-align: right;
  padding-left: 10px;
}
.products-details-display .over-view-aprt .text .top-head .pdf-btn a.watch-video-btn{
  background-color: #86bc42;
  color: #fff;
  font-size: 14px;
  padding: 10px 10px;
}
.products-details-display .over-view-aprt .text .top-head .pdf-btn a.pdf-download img{
  width: 30px;
}
.products-details-display .over-view-aprt .text .top-head .pdf-btn a.pdf-download{
  padding-right: 5px;
  text-decoration: none;
}
.products-details-display .over-view-aprt .text p{
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.products-details-display .over-view-aprt .text ul{
  padding-left: 20px;
}
.products-details-display .over-view-aprt .text li{
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.products-details-display .over-view-aprt .text .order-now-btn {
  font-weight: 600;
  font-size: 24px;
  color: #fff !important;
  padding: 5px;
  width: 208px;
  text-align: center;
  background-color: #e0a800;
  border-radius: 5px;
  margin: auto;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
}
.description-nutrition{
  margin-top: 50px;
}
.description-nutrition .top-btns a{
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  padding: 16px 50px;
  display: inline-block;
  border: 1px solid #ddd;
  cursor: pointer;
}
.description-nutrition .describe-text{
  border: 1px solid #ddd;
  padding: 40px;
}
.description-nutrition .top-btns a.active{
   color: #86bc42;
}
.products-details-display .over-view-aprt .text .top-head .name h4{
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 1400px) {

  .best-sellers-section .owl-next {
    right: 0;
  }
  .best-sellers-section .owl-prev {
    left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .about-section .about-text .text .image img {
    width: 40%;
  }
  .card h3 {
    font-size: 16px;
  }
  .thisis {
    padding-top: 80px;
  }
  .contact-us-page .contact .info .address td img {
    padding: 5px;
    width: 34px;
  }
  .contact-us-page .contact .info .address h5 {
    font-size: 18px;
  }
  .contact-us-page .contact .info .address a {
    font-size: 14px;
  }
  .product-card {
    flex-basis: 47%;
  }
  .products-main-scale .p-names-part .headig h4 {
    font-size: 14px;
  }
  .products-details-display .over-view-aprt .text .top-head .name {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .products-details-display .over-view-aprt .text .top-head .pdf-btn {
    flex-basis: 100%;
  }
  .category-page .categories .box1 h4 {
    font-size: 18px;
  }
  .description-nutrition .top-btns a {
    font-size: 18px;
    padding: 16px 40px;
  }
  .home-page-banner img.top-left-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 10% !important;
  }
  #banner-slider .owl-prev {
    left: 10px;
  }
  #banner-slider .owl-next {
    right: 10px;
  }
  .slider1 img.main-img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-page-banner img.top-left-banner{
    display: none !important;
  }
  .home-page-banner .top-right-banner{
    display: none !important;
  }
  .home-page-banner .bottom-right-banner{
    display: none !important;
  }


}


@media only screen and (max-width: 992px) {
  .navbar-brand h2 {
    font-size: 23px;
  }
  .navbar-brand h1 {
    font-size: 50px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    padding: 7px 8px;
  }
  .navbar-light .navbar-nav .whatsapp-number img {
    width: 26px;
  }

  .home-page-banner .banner-text h3 {
    font-size: 90px;
  }
  .about-section .about-text .text .image {
    display: none;
  }
  .about-section .about-text .text .inenr-text {
    flex-basis: 100%;
  }
  .categories .box1 {
    flex-basis: 25%;
  }
  .footer-section .contact-info {
    flex-basis: 40%;
  }
  .footer-section .contact-info.products {
    flex-basis: 35%;
  }
  .footer-section .footer-emnu {
    flex-basis: 25%;
  }
  .footer-section .location {
    flex-basis: 58%;
  }
  .about-page .who-we-are{
    flex-wrap: wrap;
    max-width: 100%;
    align-items: center;
  }
  .about-page .who-we-are .who-text {
    padding: 20px;
    flex-basis: 50%;
    margin-left: 0;
    margin-top: 0;
  }
  .about-page .who-we-are .image {
   flex-basis: 50%;
  }
  .about-page .who-we-are .image img {
    width: 100%;
  }
  .thisis {
    font-size: 18px;
    padding-top: 30px;
  }
  .pateint-question .inner-question p {
    font-size: 16px;
  }
  .contact-us-page .contact .info .address td {
    vertical-align: top;
    display: block;
    text-align: center;
  }
  .products-details-display .over-view-aprt .prod-img {
    flex-basis: 100%;
    margin: 0;
    margin-right: 0;
  }
  .products-details-display .over-view-aprt .text {
    flex-basis: 100%;
    margin-top: 20px;
  }
  .products-main-scale .p-names-part h3.heading-names {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .products-main-scale .p-view-part h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .description-nutrition .top-btns a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .navbar-brand{
    width: 210px;
  }
}


@media only screen and (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    padding: 7px 17px;
  }
  .home-page-banner .banner-text {
    top:52%;
    left: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .order-now-btn {
    font-size: 20px;
    width: 200px;
  }
  .about-section .about-text {
    padding: 30px;
  }
  .about-section .about-text .text {
    padding: 20px;
    border: 10px solid #fff;
    box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.16);
  }
  .about-section .about-text .text p {
    font-size: 16px;
  }
  .best-sellers-section .owl-prev {
    width: 30px;
    height: 50px;
  }
  .best-sellers-section .owl-next {
    width: 30px;
    height: 50px;
  }
  .heading-h2 {
    font-size: 30px;
  }
  .categories .box1 {
    flex-basis: 33.33%;
  }
  .footer-section .footer-emnu {
    flex-basis: 50%;
  }
  .footer-section .contact-info.products {
    flex-basis: 50%;
  }
  .footer-section .contact-info {
    flex-basis: 100%;
    text-align: center;
  }
  .footer-section .location {
    flex-basis: 100%;
    text-align: center;
  }
  .footer-section .location img {
    margin: auto;
  }
  .category-banner h2 {
    font-size: 40px;
  }
  .about-page .who-we-are .who-text {
    flex-basis: 100%;
    text-align: center;
  }
  .about-page .who-we-are .image {
    flex-basis: 100%;
  }
  .pateint-question .inner-question {
    max-width: 100%;
    margin: auto;
    position: unset;
    top: unset;
    left: unset;
    right: unset;
  }
  .pateint-question .green-box {
    display: none;
  }
  .pateint-question {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-us-page .contact .map {
    flex-basis: 100%;
    height: 300px;
  }
  .contact-us-page .contact .contact-form-info {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .kite-icon {
    display: none;
  }
  .products-main-scale .p-names-part {
    flex-basis: 100%;
    padding: 20px 0;
    padding-right: 0;
    max-width: 400px;
    margin: auto;
  }
  .products-main-scale .p-view-part {
    flex-basis: 100%;
  }
  .description-nutrition .top-btns a {
    font-size: 15px;
    padding: 16px 18px;
  }
  .description-nutrition .describe-text {
    padding: 20px;
  }
  .navbar {
    margin-top: 0;
  }
  .topb-contact-info {
    text-align: center;
  }
  .category-page .categories .box1 {
    flex-basis: 33.33%;
    padding: 2%;
  }
  .category-page .categories .box1 h4 {
    font-size: 14px;
  }
  .products-details-display .over-view-aprt .product-card {
    box-shadow: 0px 1px 13px 0 #ddd;
  }
  .description-nutrition .top-btns a {
    font-size: 12px;
    padding: 8px 5px;
  }
  .slider2 img.main-img {
    max-width: 70%;
  }
  .slider1 a {
    bottom: 50px;
  }
  .navbar-brand img {
    padding-top: 10px;
  }

}


@media only screen and (max-width: 530px) {
  .home-page-banner .banner-text h3 {
    font-size: 60px;
  }
  .home-page-banner .banner-text h2 {
    font-weight: 700;
    font-size: 25px;
  }
  .heading-h2 {
    font-size: 25px;
  }
  .categories .box1 {
    flex-basis: 50%;
  }
  .categories .box1 h4 {
    font-size: 14px;
  }
  .footer-section .footer-emnu {
    flex-basis: 100%;
    text-align: center;
  }
  .footer-section .contact-info.products {
    flex-basis: 100%;
    text-align: center;
  }
  .pateint-question .inner-question {
    padding: 20px;
  }
  .padding-bottom {
    padding-bottom: 30px;
  }
  .padding-top{
    padding-top: 30px;
  }
  .contact-us-page .contact .info .address {
    flex-basis: 100%;
    padding: 10px;
    text-align: center;
  }
  .contact-us-page .contact .info .address table{
    width: 100%;
  }
  .product-card {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .products-main-scale .p-view-part h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .topb-contact-info {
    border-bottom: 1px solid #ebebeb;
    text-align: center;
  }
  .topb-contact-info li.email {
    padding-right: 0;
  }
  .topb-contact-info li {
    display: block;
    list-style: none;
  }
  .category-page .categories .box1 {
    flex-basis: 50%;
    padding: 2%;
  }
  #banner-slider .owl-nav{
    display: none;
  }
  .slider1 img.main-img {
    padding-bottom: 70px;
  }
  .slider1 a {
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .leaf-sm{
    display: none;
  }
}










