
.secondary-btn {
  background-color: #00b69d;
  border-radius: 50px;
  color: #fff;
  border: 0 !important;
  padding: 7px 40px;
  font-weight: 500;
  font-size: 24px;
}

body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.primary-btn {
  background-color: #000073;
  color: #fff;
  border-radius: 30px;
  border: 0;
  padding: 5px 14px;
  font-weight: 600;
  font-size: 14px;
}
.primary-btn:hover {
  background-color: #00b69d;
  color: #fff;
}

.heading {
  position: relative;
  padding-bottom: 10px;
}
.heading::after {
  content: "";
  background-color: #00b69d;
  width: 130px;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.section-title.heading::after {
  width: 75px;
}
.section-title .title {
  font-weight: 400;
  font-size: 30px;
}
.section-title .sub-title {
  font-weight: 300;
  font-size: 24px;
}

.title-wrap .section-title .title {
  font-weight: 300;
  font-size: 34px;
}
.title-wrap .section-title .sub-title {
  font-weight: 400;
  font-size: 24px;
}

.header-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.header-wrap.sticky-header {
  height: auto;
  overflow: unset;
}
.header-wrap.sticky-header header {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.header-wrap.sticky-header .logo {
  width: 130px;
}
.header-wrap.sticky-header .navbar-nav {
  gap: 0 30px;
  margin-left: 60px;
}
.header-wrap.sticky-header .navbar-nav img {
  width: 20px;
}
.header-wrap.sticky-header .navbar-nav .nav-item {
  padding: 15px 0;
  position: relative;
}
.header-wrap.sticky-header .navbar-nav .nav-item.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00b69d;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.header-wrap.sticky-header .navbar-nav .nav-link {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.header-wrap .bg-img-wrap {
  background-image: url("../images/banner.png") !important;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%) brightness(50%);
  z-index: 1;
}
.header-wrap .container {
  position: absolute;
  z-index: 2;
  color: white;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
}
.header-wrap .navbar-nav {
  gap: 0 30px;
}
.header-wrap .navbar-nav .nav-link {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.header-wrap .navbar-nav .nav-link:hover i {
  color: #000073;
}
.header-wrap .navbar-nav .dropdown-toggle::after {
  display: none;
}
.header-wrap .navbar-nav .dropdown-menu {
  border-radius: 0;
  padding-bottom: 40px;
  padding-top: 20px;
}
.header-wrap .navbar-nav .dropdown-menu li {
  width: 100%;
}
.header-wrap .navbar-nav .dropdown-menu li a:hover {
  background: #eaeaea !important;
}
.header-wrap .navbar-nav .dropdown-menu li:hover .sub-menu {
  display: block;
  height: 100%;
}
.header-wrap .navbar-nav .dropdown-menu .dropdown-item {
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
.header-wrap .navbar-nav .dropdown-menu .sub-menu {
  background-color: #eaeaea;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  padding-bottom: 40px;
  padding-top: 20px;
  padding-right: 20px;
}
.header-wrap .banner-content {
  padding-top: 56vh;
}
.header-wrap .banner-content .heading h1 {
  font-weight: 300;
  font-size: 58px;
}
.header-wrap .banner-content .heading h2 {
  font-weight: 200;
}
.header-wrap .banner-content .logo img {
  width: 200px;
}
.header-wrap .banner-content .search-bar {
  position: relative;
}
.header-wrap .banner-content .search-bar .form-control {
  border-radius: 0;
  padding-left: 80px;
  font-size: 20px;
  color: #b9b9b9;
  font-weight: 300;
}
.header-wrap .banner-content .search-bar .form-control::-moz-placeholder {
  color: #b9b9b9;
}
.header-wrap .banner-content .search-bar .form-control::placeholder {
  color: #b9b9b9;
}
.header-wrap .banner-content .search-bar .btn {
  position: absolute;
  left: 10px;
  top: 9px;
}
.header-wrap .banner-content .search-bar .btn img {
  width: 30px;
}
.header-wrap .banner-content .search-bar .search-list {
  position: absolute;
  gap: 60px;
  right: 130px;
  top: 9px;
}
.header-wrap .banner-content .search-bar .search-list .list {
  text-align: center;
}
.header-wrap .banner-content .search-bar .search-list img {
  width: 20px;
  display: block;
  margin: 0 auto;
}
.header-wrap .banner-content .search-bar .search-list span {
  color: #000;
}

.slider-wrap {
  padding: 100px 0;
}
.slider-wrap .heading {
  position: relative;
  padding-bottom: 10px;
}
.slider-wrap .heading h2 {
  font-size: 36px;
  font-weight: 400;
}
.slider-wrap .heading.section-heading {
  padding-right: 320px;
}
.slider-wrap .heading::after {
  content: "";
  background-color: #00b69d;
  width: 130px;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.slider-wrap .slider-bg {
  background-color: #e2f7f4;
  padding: 80px 0;
  margin-top: 100px;
}
.slider-wrap .slider-bg .slide-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .slider-bg .title {
  font-weight: 400;
}
.slider-wrap .slider-bg .description {
  font-size: 20px;
  font-weight: 300;
}
.slider-wrap .slider-bg .carousel-control-next-icon, .slider-wrap .slider-bg .carousel-control-prev-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #000;
  align-self: flex-end;
  background-image: unset;
  align-items: center;
  display: flex;
}
.slider-wrap .slider-bg .carousel-control-next-icon img, .slider-wrap .slider-bg .carousel-control-prev-icon img {
  width: 40px;
  transform: translateX(-15px);
}
.slider-wrap .slider-bg .carousel-control-prev-icon {
  rotate: 180deg;
}
.slider-wrap .slider-bg .carousel-control-prev-icon img {
  transform: translateX(-15px);
}
.slider-wrap .tab-wraper {
  padding-top: 30px;
}
.slider-wrap .tab-wraper .nav-link {
  color: #000;
  background-color: #e2f7f4;
  margin: 0 5px;
  padding: 5px 30px;
  border-radius: 30px;
}
.slider-wrap .tab-wraper .nav-link.active {
  background-color: #000073;
  color: #fff;
}
.slider-wrap .tab-wraper .tab-content .title {
  font-size: 20px;
  text-align: center;
}
.slider-wrap .tab-wraper .tab-content .row {
  margin-top: 50px;
}
.slider-wrap .tab-wraper .tab-content .row .numbers .heading {
  padding-top: 10px;
  color: #00b69d;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0;
}
.slider-wrap .tab-wraper .tab-content .row .numbers .heading::after {
  content: "";
  top: 0;
  height: 1px;
  width: 70%;
}
.slider-wrap .tab-wraper .tab-content .row .numbers span {
  font-size: 14px;
  font-weight: 300;
}

.news-wraper {
  padding-bottom: 100px;
}
.news-wraper .item-row {
  margin-top: 50px;
}
.news-wraper .item-row img {
  height: 230px;
}
.news-wraper .item-row a {
  color: #000;
  text-decoration: none;
}

.product-wraper {
  padding-bottom: 100px;
}
.product-wraper .product-item {
  background-color: #e2f7f4;
  text-align: center;
  padding: 30px;
  text-align: left;
  /* min-height: 554px; */
}
.product-wraper .product-item .content {
  margin-top: 20px;
}
.product-wraper .product-item .content h5 {
  color: #00b69d;
  font-weight: 500;
}
.product-wraper .product-item .content p {
  margin-bottom: 0;
  font-weight: 500;
}
.product-wraper .product-item .content .bottom-content p {
  line-height: 20px;
}

.title-wrap {
  padding: 60px 0;
}

.banner-img {
  background-image: url("../images/value-banner.webp");
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: bottom;
}
.banner-img.history-banner {
  background-image: url("../images/news-img3.webp");
}
.banner-img.marketing-banner {
  background-image: url("../images/marketing.webp");
}
.banner-img.distribution-banner {
  background-image: url("../images/distribution.jpg");
}
.banner-img.dropdown-banner {
  background-image: url("../images/dropdown.png");
  background-position: center;
}

.banner-contennt {
  padding: 60px 0;
}
.banner-contennt .title {
  padding-right: 200px;
}
.banner-contennt p {
  font-size: 24px;
}

.our-values {
  background-color: #00b69d;
  padding: 60px 0;
}
.our-values .section-title {
  text-align: center;
  color: #fff;
}
.our-values .section-title .sub-title {
  font-size: 30px;
  font-weight: 300;
}
.our-values .section-title .title {
  padding-top: 30px;
}
.our-values .value {
  font-size: 20px;
  font-weight: 500;
}
.our-values .value img {
  width: 120px;
}

.other-content {
  padding: 160px 0;
}
.other-content h1 {
  font-size: 80px;
  padding: 0 150px;
  font-weight: 300;
}

.history-content {
  padding: 80px 0 160px 0;
}
.history-content .title {
  font-size: 40px;
  font-weight: 300;
  padding: 0;
}
.history-content p {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 26px;
}
.history-content .section-title.heading::after {
  width: 140px;
}
.history-content .history-slider {
  margin-top: 100px;
}
.history-content .history-slider .history-item {
  background-color: #e2f7f4;
}
.history-content .history-slider .history-item .content {
  padding: 50px;
}
.history-content .history-slider .history-item .content h1 {
  font-size: 70px;
  font-weight: 400;
}
.history-content .history-slider .history-item .content p {
  font-size: 14px;
  margin-bottom: 0;
}
.history-content .history-slider .history-item img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.history-content .history-slider .owl-dots {
  display: none;
}
.history-content .history-slider .owl-nav {
  margin-top: 50px;
}
.history-content .history-slider .owl-nav button {
  background-color: #00b69d !important;
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  color: #fff !important;
  border: 1px solid #00b69d !important;
}
.history-content .history-slider .owl-nav button.owl-prev {
  background-color: transparent !important;
  color: #00b69d !important;
}
.history-content .history-slider .owl-nav button span {
  font-size: 48px;
  line-height: 35px;
}

.marketing-content {
  padding: 40px 0 80px 0;
}

.mission-title h1 {
  font-size: 60px;
  font-weight: 300;
}
.mission-title.heading::after {
  width: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mission-content {
  padding: 30px 0 150px 0;
}
.mission-content img {
  width: 100%;
}
.mission-content .row.reverse {
  margin: 90px 0;
}
.mission-content .row.reverse .description {
  padding-right: 0;
  text-align: right;
  padding-left: 160px;
}
.mission-content .row.reverse .description::after {
  right: 0;
  left: unset;
}
.mission-content .row {
  gap: 30px 0;
}
.mission-content .row .description {
  font-size: 34px;
  position: relative;
  padding-bottom: 40px;
  padding-right: 160px;
}
.mission-content .row .description p {
  margin: 0;
}
.mission-content .row .description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00b69d;
  width: 130px;
  height: 4px;
}

.vision-content img {
  width: auto;
}
.vision-content .description::after {
  display: none;
}

.search-bar {
  position: relative;
}
.search-bar .form-control {
  border-radius: 0;
  padding-left: 80px;
  font-size: 20px;
  color: #b9b9b9;
  font-weight: 300;
}
.search-bar .form-control::-moz-placeholder {
  color: #b9b9b9;
}
.search-bar .form-control::placeholder {
  color: #b9b9b9;
}
.search-bar .btn {
  position: absolute;
  left: 10px;
  top: 9px;
}
.search-bar .btn img {
  width: 30px;
}

.health-wrap {
  padding: 80px 0 150px 0;
}
.health-wrap .health-item-row {
  gap: 80px 0;
}
.health-wrap .health-item-row .health-col {
  padding: 0 25px;
}
.health-wrap .health-item-row .health-col .health-item {
  background-image: url("../images/health1.jpg");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding: 0 50px;
}
.health-wrap .health-item-row .health-col .health-item::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 182, 157, 0.8);
  width: 100%;
  height: 100%;
  z-index: -8;
  top: 0;
  left: 0;
}
.health-wrap .health-item-row .health-col .health-item h4 {
  font-size: 36px;
  font-weight: 300;
}
.health-wrap .health-item-row .health-col .health-item.health-item-2 {
  background-image: url("../images/health2.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-3 {
  background-image: url("../images/health3.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-4 {
  background-image: url("../images/health4.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-5 {
  background-image: url("../images/health5.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-6 {
  background-image: url("../images/health6.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-7 {
  background-image: url("../images/health7.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-8 {
  background-image: url("../images/health8.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-9 {
  background-image: url("../images/health9.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-10 {
  background-image: url("../images/health10.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-11 {
  background-image: url("../images/health11.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-12 {
  background-image: url("../images/health12.jpg");
}
.health-wrap .health-item-row .health-col .health-item.health-item-13 {
  background-image: url("../images/health13.jpg");
}
.health-wrap.health-product-wrap .title {
  font-size: 40px;
  font-weight: 400;
}
.health-wrap.health-product-wrap .product-row {
  gap: 40px 0;
}
.health-wrap.health-product-wrap .product-row .product-col {
  padding: 0 20px;
}
.health-wrap.health-product-wrap .product-row .product-col .product-item {
  border: 1px solid #00b69d;
  padding: 20px;
}
.health-wrap.health-product-wrap .product-row .product-col .product-item img {
  height: 160px;
}
.health-wrap.health-product-wrap .product-row .product-col .product-item h5 {
  color: #00b69d;
  font-size: 24px;
  font-weight: 400;
}
.health-wrap.health-product-wrap .product-row .product-col .product-item p {
  margin: 0;
  font-size: 14px;
}
.health-wrap.health-product-wrap .product-row .product-col .product-item .primary-btn {
  margin-top: 20px;
}
.health-wrap.health-product-wrap .product-row .product-col .product-item .primary-btn a {
  color: #fff;
  text-decoration: none;
}
.health-wrap.health-product-wrap .carousel .carousel-control-prev {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  transform: translate(-30px, 30px);
}
.health-wrap.health-product-wrap .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../images/left-chevron.png");
  border-radius: 100%;
  border: 1px solid #00b69d !important;
  background-size: 50%;
  width: 40px !important;
  height: 40px !important;
}
.health-wrap.health-product-wrap .carousel .carousel-control-next {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(30px, 30px);
}
.health-wrap.health-product-wrap .carousel .carousel-control-next .carousel-control-next-icon {
  background-color: #00b69d !important;
  border-radius: 100%;
  border: 1px solid #00b69d !important;
  background-size: 50%;
  width: 40px !important;
  height: 40px !important;
}
.health-wrap.health-product-wrap .product-detail-wrap .container {
  border: 1px solid #00b69d;
  max-width: 1000px;
}
.health-wrap.health-product-wrap .product-detail-wrap .product-detail {
  padding: 35px 0;
}
.health-wrap.health-product-wrap .product-detail-wrap .product-detail .product-heading {
  font-size: 60px;
  font-weight: 400;
}
.health-wrap.health-product-wrap .product-detail-wrap .product-detail .product-title .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
}
.health-wrap.health-product-wrap .product-detail-wrap .product-detail .product-title p {
  font-size: 26px;
  font-weight: 300;
}
.health-wrap.health-product-wrap .product-detail-slider .container {
  max-width: 1030px;
}

.distribution-content .img-wrap {
  height: 100%;
}
.distribution-content .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.distribution-content .secondary-btn {
  padding: 7px 70px;
}
.distribution-content .distribution-list {
  padding-left: 50px;
}
.distribution-content .distribution-list ul li {
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
.distribution-content .distribution-list ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00b69d;
  position: absolute;
  left: -26px;
  top: 10px;
  border-radius: 100%;
}

.dropdown-wrap {
  padding: 60px 0;
}
.dropdown-wrap .dropdown .btn {
  width: 100%;
  text-align: left;
  background-color: #e2f7f4;
  color: #000;
  border: 0;
  border-radius: 0;
  padding: 12px 40px;
  font-size: 24px;
  font-weight: 300;
}
.dropdown-wrap .dropdown .dropdown-toggle::after {
  right: 24px;
  position: absolute;
  font-size: 40px;
  top: 23px;
  color: #000073;
}
.dropdown-wrap .dropdown-menu {
  width: 100%;
}

.contact-wrap .section-title {
  margin-bottom: 30px;
}
.contact-wrap .section-title .title {
  font-size: 30px;
}
.contact-wrap .contact-details ul {
  width: 390px;
}
.contact-wrap .contact-details ul a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #000;
  text-decoration: none;
}
.contact-wrap .contact-details ul a img {
  width: 20px;
}
.contact-wrap .contact-details ul a span {
  margin-left: 20px;
}
.contact-wrap .contact-form .form-control-wrap {
  margin-bottom: 20px;
  width: 400px;
}
.contact-wrap .contact-form .form-control-wrap .form-control {
  border-radius: 0;
  background-color: #f4f4f4;
  border: 0;
  padding: 12px 20px;
  font-size: 24px;
  font-weight: 300;
}
.contact-wrap .contact-form .form-control-wrap .form-control::-moz-placeholder {
  font-size: 24px;
  font-weight: 300;
  color: #909090;
}
.contact-wrap .contact-form .form-control-wrap .form-control::placeholder {
  font-size: 24px;
  font-weight: 300;
  color: #909090;
}
.contact-wrap .contact-form .secondary-btn {
  width: 400px;
}

.news-section .news-row {
  margin-top: 60px;
  gap: 50px 0;
}
.news-section .news-row .news-content {
  background-color: #e2f7f4;
}
.news-section .news-row .news-content img {
  height: 254px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section .news-row .news-content .title {
  font-size: 32px;
  padding: 20px 15px;
}

.career-section .heading::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.career-section .career-row {
  padding-top: 100px;
  gap: 30px 0;
}
.career-section .career-row .col-md-6.career-col {
  padding-left: 25px;
  padding-right: 25px;
}
.career-section .career-row .career {
  background-color: #e2f7f4;
  padding: 30px 20px;
}
.career-section .career-row .career .career-title {
  color: #00b69d;
  font-weight: 400;
  font-size: 32px;
}
.career-section .career-row .career p {
  font-weight: 400;
  font-size: 24px;
}
.career-section .career-row .career .secondary-btn {
  font-size: 20px;
  padding: 3px 30px;
  margin-left: auto;
  display: block;
  margin-top: 30px;
}

.site-footer {
  background-color: #000073;
  color: #fff;
  padding: 80px 0;
}
.site-footer .logo {
  font-weight: 400;
}
.site-footer a {
  text-decoration: none;
}
.site-footer img {
  width: 200px;
}
.site-footer .contact-row .footer-menu-list {
  color: #fff;
  height: 100%;
}
.site-footer .contact-row .footer-menu-list h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.site-footer .contact-row .footer-menu-list ul li a {
  color: #fff;
  margin: 7px 0;
  font-size: 16px;
}
.site-footer .contact-row .footer-menu-list ul li a:hover {
  color: #00b69d;
}
.site-footer .social-icon ul {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}
.site-footer .social-icon ul li i {
  font-size: 30px;
}
.site-footer .social-icon ul li:not(:first-child) i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  color: #000073;
  padding: 5px 6px;
}
.site-footer .social-icon ul li:not(:first-child) i:hover {
  background-color: #00b69d;
}
.site-footer .social-icon .btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 50px;
  border-radius: 90px;
  width: 100%;
  margin-top: 42px;
}
.site-footer .social-icon a {
  color: #fff;
  margin: 0 !important;
}
.site-footer .footer-bottom .footer-menu ul {
  display: flex;
  margin-top: 30px;
}
.site-footer .footer-bottom .footer-menu a {
  color: #fff;
  margin: 20px 5px;
  font-size: 13px;
}
.site-footer .footer-bottom .footer-menu a:hover {
  color: #00b69d;
}
.site-footer .footer-bottom .rights {
  font-size: 14px;
}

@media (max-width: 1599px) {
  .banner-content {
    padding-top: 48vh !important;
  }
}
@media (max-width: 1400px) {
  .health-wrap .health-item-row .health-col .health-item {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
  }
  .navbar-expand-lg {
    padding: 8px 90px;
  }
}
@media (max-width: 1199px) {
  .mission-title h1 {
    font-size: 55px;
  }
  .banner-content {
    padding-top: 35vh !important;
  }
  .product-wraper .product-item {
    padding: 15px;
  }
  .navbar .bottom-menu .navbar-nav li a {
    padding: 4px 5px;
  }
  .banner-contennt .title {
    padding-right: 0;
  }
  .other-content h1 {
    font-size: 60px;
  }
  .health-wrap .health-item-row .health-col .health-item h4 {
    font-size: 28px;
    font-weight: 300;
  }
  .health-wrap.health-product-wrap .product-row .product-col {
    padding: 0 15px;
  }
  .health-wrap.health-product-wrap .product-row {
    gap: 30px 0;
  }
  .health-wrap.health-product-wrap .product-detail-wrap .container {
    max-width: 80%;
  }
  .health-wrap.health-product-wrap .product-detail-slider .container {
    max-width: 85%;
  }
  .health-wrap.health-product-wrap .product-row .product-col .product-item h5 {
    font-size: 22px;
  }
  .health-wrap.health-product-wrap .product-detail-wrap .product-detail .product-heading {
    font-size: 52px;
  }
  .health-wrap.health-product-wrap .product-detail-wrap .product-detail .product-title p {
    font-size: 20px;
  }
  .health-wrap.health-product-wrap .product-detail-wrap .product-detail .product-title .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .header-wrap .navbar-nav {
    margin-bottom: 0 !important;
  }
  .header-wrap.sticky-header .navbar-nav {
    margin-left: 0;
  }
  .header-wrap.sticky-header .navbar-nav .nav-link {
    color: #fff;
  }
  .header-wrap.sticky-header .navbar-nav .nav-item {
    padding: 0px 0;
  }
  .header-wrap.sticky-header .navbar-nav .nav-item.active::after {
    width: 50px;
  }
  .slider-wrap {
    padding: 60px 0;
  }
  .slider-wrap .heading.section-heading {
    padding-right: 0;
  }
  .slider-wrap .heading h2 {
    font-size: 26px;
    font-weight: 400;
  }
  .slider-wrap .slider-bg {
    padding: 50px 0;
    margin-top: 40px;
  }
  .slider-wrap .slider-bg .description {
    font-size: 16px;
    font-weight: 300;
  }
  s .slider-wrap {
    padding: 40px 0;
  }
  .slider-wrap .slider-bg .carousel-control-next-icon, .slider-wrap .slider-bg .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
  }
  .news-wraper {
    padding-bottom: 60px;
  }
  .news-wraper .item-row img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-wraper .item-row .row {
    gap: 30px 0;
  }
  .news-wraper .item-row .row img {
    width: 100%;
  }
  .header-wrap.sticky-header .navbar-expand-lg {
    justify-content: space-between !important;
  }
  .navbar-expand-lg {
    justify-content: flex-end !important;
  }
  .navbar-expand-lg .navbar-toggler {
    border: 0;
    padding: 0;
    position: relative;
    z-index: 999;
  }
  .navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
    width: 50px;
    height: 50px;
    background-size: 80%;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    z-index: 99;
  }
  .navbar-expand-lg .navbar-collapse {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgb(0, 0, 0);
    width: 100%;
    padding: 50px 20px;
    z-index: 9;
    height: 100%;
  }
  .navbar-expand-lg .navbar-collapse li.nav-item {
    margin-bottom: 15px;
  }
  .header-wrap .banner-content .heading h1 {
    font-size: 42px;
  }
  .header-wrap .banner-content .search-bar .search-list {
    right: 50px;
  }
  .product-wraper .product-row {
    gap: 30px 0;
  }
  .product-wraper {
    padding-bottom: 60px;
  }
  .title-wrap .section-title .title {
    font-weight: 300;
    font-size: 30px;
  }
  .banner-contennt p {
    font-size: 16px;
  }
  .banner-contennt .section-title .title {
    font-weight: 300;
    font-size: 30px;
  }
  .other-content h1 {
    font-size: 36px;
  }
  .mission-content {
    padding: 20px 0 100px 0;
  }
  .mission-title h1 {
    font-size: 52px;
  }
  .mission-content .row .description {
    font-size: 21px;
    padding-bottom: 5px;
  }
  .health-wrap .health-item-row {
    gap: 40px 0;
  }
  .health-wrap .health-item-row .health-col {
    padding: 0 15px;
  }
  .health-wrap .health-item-row .health-col .health-item h4 {
    font-size: 21px;
  }
  .distribution-content .distribution-list ul li {
    font-size: 18px;
  }
  .contact-wrap .contact-form .form-control-wrap, .contact-wrap .contact-details ul, .contact-map iframe, .contact-wrap .contact-form .secondary-btn {
    width: 100%;
  }
  .site-footer img {
    width: 100px;
  }
  .site-footer .bottom-menu .navbar-nav li a {
    padding: 4px;
  }
  .site-footer .contact-row {
    gap: 30px 0;
  }
  .history-content {
    padding: 60px 0 60px 0;
  }
  .history-content .history-slider {
    margin-top: 60px;
  }
  .history-content .history-slider .history-item .content h1 {
    font-size: 40px;
  }
  .history-content .history-slider .history-item .content {
    padding: 50px 20px;
  }
  .news-section .news-row .news-content .title {
    font-size: 24px;
    padding: 15px 15px;
  }
  .career-section .career-row .career p {
    font-size: 20px;
  }
  .career-section .career-row .career .career-title {
    font-size: 27px;
  }
  .career-section .career-row .col-md-6.career-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .career-section .career-row {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .navbar-expand-lg {
    justify-content: space-between !important;
  }
  .navbar-expand-lg .logo img {
    width: 160px;
  }
  .header-wrap .banner-content .search-bar .search-list {
    right: 20px;
    gap: 15px;
  }
  .header-wrap .banner-content .search-bar .search-list span {
    font-size: 14px;
  }
  .banner-content .logo {
    display: none;
  }
  .slider-wrap .heading h2 {
    font-size: 20px;
    font-weight: 400;
  }
  .mission-content .row.reverse {
    margin: 40px 0;
  }
  .slider-wrap .slider-bg .carousel-control-next-icon, .slider-wrap .slider-bg .carousel-control-prev-icon {
    align-self: center;
  }
  .header-wrap .banner-content .heading h1 {
    font-size: 36px !important;
  }
  .slider-wrap .tab-wraper .tab-content .row {
    gap: 30px 0;
  }
  .title-wrap .section-title .title {
    font-weight: 300;
    font-size: 24px;
  }
  .title-wrap .section-title .sub-title {
    font-weight: 300;
    font-size: 20px;
  }
  .other-content h1 {
    padding: 0 15px;
  }
  .mission-title h1 {
    font-size: 38px;
  }
  .health-wrap.health-product-wrap .title {
    font-size: 30px;
  }
  .distribution-content .row {
    gap: 20px;
  }
  .distribution-content img {
    width: 100%;
  }
  .distribution-content .distribution-list {
    padding-left: 30px;
  }
  .distribution-content .distribution-list ul li {
    font-size: 16px;
  }
  .distribution-content .secondary-btn {
    padding: 7px 20px;
  }
  .site-footer .navbar-nav {
    padding-top: 20px !important;
    flex-wrap: wrap;
  }
  .site-footer .navbar-nav li {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .vision-content img {
    width: 50%;
  }
  .site-footer {
    padding: 60px 0;
  }
  .site-footer .footer-menu ul {
    flex-wrap: wrap;
  }
  .header-wrap .banner-content .search-bar {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .header-wrap .banner-content .search-bar .search-list {
    position: unset;
  }
  .header-wrap .banner-content .search-bar .search-list span {
    color: #fff;
  }
  .mission-content .row .description {
    font-size: 16px;
  }
  .mission-content .row.reverse {
    flex-direction: column-reverse;
    margin: 30px 0;
  }
  .mission-title h1 {
    font-size: 24px;
  }
  .mission-content {
    padding: 0px 0 60px 0;
  }
  .mission-content .row {
    gap: 15px 0;
  }
  .vision-content .description p {
    margin-bottom: 0 !important;
  }
  .health-wrap.health-product-wrap .title {
    font-size: 26px;
  }
  .health-wrap.health-product-wrap .product-detail-wrap .container {
    max-width: 90%;
  }
  .health-wrap.health-product-wrap .product-detail-wrap .product-detail .product-heading {
    font-size: 36px;
  }
  .contact-row {
    gap: 30px 0;
  }
  .contact-row .form-control {
    font-size: 20px !important;
  }
  .contact-row .form-control::-moz-placeholder {
    font-size: 20px !important;
  }
  .contact-row .form-control::placeholder {
    font-size: 20px !important;
  }
  .news-section .news-row {
    gap: 30px 0;
  }
}
@media (max-width: 480px) {
  .dropdown-wrap .dropdown .btn {
    padding: 12px 10px;
    font-size: 20px;
    font-weight: 300;
  }
}
@media (max-width: 360px) {
  .banner-content {
    padding-top: 30vh !important;
  }
  .header-wrap .banner-content .heading h1 {
    font-size: 30px !important;
  }
  .dropdown-wrap .dropdown .dropdown-toggle::after {
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */