/*========================================
            INDEX PAGE STYLE
=========================================*/
.home-index-slider .dandik {
  right: 30px;
}

.home-index-slider .bamdik {
  left: 30px;
}

.home-index-slider .slick-dots {
  bottom: 50px;
}

.banner-part {
  position: relative;
  z-index: 1;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .banner-part {
    position: relative;
    z-index: 1;
    height: 160px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.banner-content h1 {
  text-transform: capitalize;
  margin-bottom: 22px;
}

.banner-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

.banner-btn .btn {
  margin-right: 15px;
}

.banner-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .banner-img {
    display: none;
  }

  .banner-btn .btn {
    margin: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-content h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-btn .btn {
    padding: 14px 22px;
    margin-right: 10px;
  }
}

.suggest-slider li {
  margin: 0px 10px;
}

@media (max-width: 575px) {
  .suggest-slider li {
    margin: 0px 5px;
  }
}

.promo-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.promo-img a {
  width: 100%;
}

.promo-img a img {
  width: 100%;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.promo-img a img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .promo-img {
    margin: 12px 0px;
  }
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.testimonial-slider .slick-slide {
  opacity: 0.3;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .dandik,
.testimonial-slider .bamdik {
  opacity: 1;
  visibility: visible;
}

.testimonial-slider .dandik {
  right: 50px;
}

.testimonial-slider .bamdik {
  left: 50px;
}

.brand-slider .dandik,
.brand-slider .bamdik {
  top: 35%;
}

.blog-slider .blog-card {
  box-shadow: 2px 2px 8px #06060618;
  margin: 0px 15px 25px;
  background: white;
  padding: 0 0 30px 0;
  border-radius: 8px;
}

.blog-slider .dandik,
.blog-slider .bamdik {
  top: 43%;
}

@media (max-width: 767px) {
  .blog-slider .blog-card {
    margin: 0px 10px 25px;
  }
}

/* custom css starts */
.home-about-section {
  margin: 80px 0;
}

@media (max-width: 767.98px) {
  .home-about-section {
    margin: 40px 0;
  }
}


.home-choose-us {
  margin: 80px 0 0 0;
}

@media (max-width: 767.98px) {
  .home-choose-us {
    margin: 40px 0 0 0;
  }
}

/* home about section starts */
.about-img img {
  object-fit: cover;
  height: 550px !important;
  width: 100% !important;
}

@media (max-width: 767.98px) {
  .about-img img {
    height: 300px !important;
  }
}

.labeling-image img {
  border-radius: 8px;
  object-fit: cover;
  height: 460px !important;
  width: 100% !important;
}

@media (max-width: 767.98px) {
  .labeling-image img {
    height: 345px !important;
  }

  .md-image-content {
    margin-bottom: 20px;
  }
}

/* home about section ends */


/* product section starts*/
.home-page-product {
  position: relative;
}

.home-page-product-next,
.home-page-product-prev {
  z-index: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary);
  background: var(--white);
  text-shadow: var(--primary-tshadow);
  -webkit-box-shadow: var(--primary-bshadow);
  box-shadow: var(--primary-bshadow);
  transition: 0.3s;

}

.home-page-product-next:hover,
.home-page-product-prev:hover {
  color: var(--white);
  background: var(--primary);

}

.home-page-product-next::after,
.home-page-product-prev::after {
  font-size: 17px;
  font-weight: 700;
}

.swiper-container {
  overflow-x: hidden;
}

/* product sectioin ends */

/* testimonials section starts */

.client-section-content {
  width: 350px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  position: relative;
}

.client-section-content blockquote {
  padding: 30px 20px 10px;
  font-style: italic;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.client-section-content .wave {
  position: relative;
  height: 80px;
  overflow: hidden;
}

.client-section-content .wave svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.client-section-content .client-profile {
  background: #00cba9;
  padding: 40px 20px 20px;
  color: #fff;
  position: relative;
}

.client-section-content .client-profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.client-section-content .client-profile h4 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.client-section-content .social-icons {
  margin-top: 10px;
}

.client-section-content .social-icons a {
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.home-testimonial-heading-content {
  margin-bottom: 50px;
}

/* testimonials section ends */


.blog-part {
  padding: 80px 0;
  background-color: #c2efeb8c;
}

@media (max-width: 767.98px) {
  .blog-part {
    padding: 40px 0;
  }
}
.home-testimonials-para-content {
  max-height: 135px;
  overflow-y: auto;
}

@media (min-width: 768px) {

  .facility-para {
    max-height: 100px;
    overflow-y: auto;
  }

  .home-choose-para-content {
    max-height: 100px;
    overflow-y: auto;
  }



}

/* custom css ends */