/* Hero Carousel */
.hero-carousel .carousel-item {
  position: relative;
}
#leftOverlayCarousel img {
     width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/7;
}

.title.text-start:before{display: none;}
/* Overlay Content */
.hero-overlay {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 45%;
}

/* Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 20px;
}
.carousel-controls {
  position: absolute;
  bottom: 15px;
  right: 2%;
  background: rgba(255,255,255,0.7);
  border-radius: 50px;
  height: 35px;
  width: 130px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* Product Section */
.bg-light2{  background: #f1f3ff;}
.webpulse_home_product.bg-light1 {
  background: #f1f3ff;
  padding-top: 65px;
}
.webpulse_home_product.bg-light1 .image.h-auto {
  padding:16px 25px 0;
}
.webpulse_home_product.bg-light1 .singleProduct {
  background: #fff;
  border-radius: 28px;
  box-shadow: none;
}
.singleProduct .service_info .title3 a { 
    font-weight: 600;    color: #313c8c;
}
.webpulse_home_product.bg-light1 .singleProduct .service_info {
    background: #fff;
    padding: 10px 10px 25px;
    text-align: center;
}

.webpulse_home_product.bg-light1 .singleProduct .service_info .title3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.75rem;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Typography */
.fs-10.title1 {
font-size: 50px;
    font-weight: 600;
    color: #0a0a0a;
    line-height: 55px;
    margin-bottom: 10px;
}
.text-start.title {
  color: #282828;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0;
}
.header_appointment_btn:hover span.ms-0.bg-white.text-dark {
    color: #fff !important;
}
.hero-overlay.text-center {
    bottom: 0px;
    top: inherit;
    left: 26%;
    transform: translateY(-20%);
}
/* Swiper Buttons */
.swiper-button-next, .swiper-button-prev {
  color: #646464;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #646464;
  top: 65px;
  z-index: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px;
}
.webpulse_home_product.bg-light1 .swiper-button-prev {
  right: 135px;
  left: auto;
}
.webpulse_home_product.bg-light1 .swiper-button-next {
  right: 55px;
}
.navigation .menu ul li.cs_mega ul.cs-dropdown ul.cs-dropdown {
    width: 760px;
    left: inherit;
    top: 87px;
    padding: 0px;
    margin-top: 0px;
}
/* .navigation .menu ul li.cs_mega ul.cs-dropdown ul.cs-dropdown li {width: auto;} */
.navigation .menu ul li.cs_mega ul.cs-dropdown ul.cs-dropdown li a{display: flex;}
.navigation .menu ul li.cs_mega ul.cs-dropdown ul.cs-dropdown li a svg{width:25px;height: 25px;}
.navigation .menu ul li.cs_mega ul.cs-dropdown ul.cs-dropdown li{width: auto;display: inline-block;}

/* Responsive */
@media (max-width: 768px) {
  .hero-overlay {
    max-width: 90%;
    left: 5%;
  }
}

@media (min-width:1024px) {
  .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    background: #fff0;
    color: #313c8c;
}
.col-12.col-lg-12.order-lg-0.position-relative .swiper_wrap {
    padding: 0px 35px;
}
}

.evotaAlter .cate-img .mySwiperEco,
    .mySwiperPro,
    .mySwiperProPlus {
        margin-top: 0px;
    max-height: inherit;
    height: inherit;
    }

    .evotaAlter .col-12.col-lg-2.order-lg-0.position-relative .swiper-slide {
        height: 100%;
        opacity: 1;
        cursor: pointer;    
    padding: 10px;
    border: 2px solid #d7d7d7;
    }

    .evotaAlter .product_right_image {
        max-width: 100%;
    }

    .evotaAlter .swiper-slide-thumb-active {
         opacity: 1 !important;
    border: 2px solid #313c8c !important;
    }

    .evotaAlter .cate-img img {
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
        width: 100%;
    }

    .evotaAlter .cate-img img {
        border-radius: 5px;
    }

    .evotaAlter.py-5 ul li {
        margin-bottom: 5px;
    }

    .evotaAlter.py-5 ul {
        margin-bottom: 30px;
    }

    .evotaAlter .ritlew {
        background: #eee;
        display: inline-block;
        padding: 10px 20px;
        font-weight: 600;
    }

    .evotaAlter .col-xxl-3.col-xl-3.col-lg-3.col-md-6.col-sm-12.col-12 .exploreInfo .image {
        height: 170px;
        position: relative;
        display: block;
        width: 170px;
        margin: auto;
        overflow: hidden;
        margin-top: 20px;
        border: 1px solid #eee;
        border-radius: 10px;
        margin-bottom: 30px;
        background: #f9f9f9;
    }

    .evotaAlter .swiper-next,
    .evotaAlter .swiper-prev {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #333;
        opacity: 0.5;
        color: white;
        width: 34px;
        height: 34px;
        border-radius: 100%;
    }

 /* tab */
    body {
      scroll-behavior: smooth;
    }
    .section.w-100.float-start.myHeader.w-100.bg-light2.py-3.position-fixed.top-0.start-0.shadow-sm .nav-tabs {
      position: sticky;
      top: 0;
      background: #f8f9fa;
      z-index: 9;
      border-bottom: 2px solid #ddd;
    }
    .myHeader .nav-tabs .nav-link {
      border: none;
      color: #000;
      font-weight: 500;
    }
    .myHeader .nav-tabs .nav-link.active {
         color: #313c8c;
    border-bottom: 2px solid #313c8c;
    background: none;
    font-weight: 600;
    }
    
   .myHeader .nav-tabs li a:hover {
    border: 0px solid #eeeeee00;
    color: #1d2a4d;
    border-radius: 0;
    background: #eeeeee00;
    font-weight: 600;
    border-bottom: 2px solid #1d2a4d !important;
}
  .section.w-100.float-start.myHeader.w-100.bg-light2.py-3 { 
    position: relative;
}
.section.w-100.float-start.myHeader.w-100.bg-light2.py-3.position-fixed.top-0.start-0.shadow-sm {
    z-index: 9;
}
.swiper-slide1.col-lg-3 .singleProduct {
    display: block;
    transition: all .3s 
ease;
    box-shadow: none;
    border-radius: 12px;
    overflow: hidden;
    margin: 15px 0 20px;
}
.swiper-slide1.col-lg-3 .singleProduct figure {
    background: #fff;
    border-radius: 15px;
}
.swiper-slide1.col-lg-3 .singleProduct .service_info { 
    background-color: #ffffff00;
    padding: 15px 15px 10px 15px; 
}
.heading_banner .cat_title { 
    line-height: 45px;    max-width: 800px;
    margin: auto;
}
.testimonialSlider3 .swiper-slide1.col-lg-3 .singleProduct .service_info {
    padding: 27px;
}
.webpulse_home_product.bg-light1 .testimonialSlider3 .service_info .title3 {
    font-size: 26px;
    font-weight: 500;
    display: block;
    padding: 0px;
    text-align: left;
    margin-bottom: 0px;display: flex
;
    align-items: center
}
.testimonialSlider3 .swiper-slide1.col-lg-3 p.text-start {
    font-size: 16px;
}
.d-flow-root{display: flow-root;}
.testimonialSlider3 .swiper-slide1.col-lg-3 .singleProduct {

    margin: 15px 0 0px;
    height: 100%;
}
.testimonialSlider3 .swiper-slide1.col-lg-3 .singleProduct .service_info .d-flex.align-items-center.justify-content-between {
    margin-bottom: 15px;
}
.singleProduct.border-muted.border p.text-start {
    min-height: 130px;
}
.height-scroll {
    width: 100%;
    float: left;
}
/* video */
/* .videoFeedback { float: left; width: 100%; margin: 0; padding: 0; position: relative; margin-bottom: 5px; }  */
/* .videoFeedback .image { position: relative; height: 350px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 24px; object-fit: cover; margin-bottom: 15px; } 
.videoFeedback .image img { object-fit: cover; width: 100%; aspect-ratio: 1 / 1; }  */
.carousel-item1 .image span { display: flex; justify-content: center; align-items: center; inset: 0; position: absolute; z-index:1; } 
.carousel-item1 .image span svg { color: #fff; width: 2.75rem; height: 2.75rem; border: 1px solid rgb(255 255 255 / 1); border-radius: 100%; padding: 5px; } 
.carousel-item1 .image:before { position: absolute; z-index: 1; pointer-events: none; content: ''; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.4; -webkit-transition: opacity 180ms ease; transition: opacity 180ms ease; } 
.carousel-item1 .image:after { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;    border-radius: inherit;    display: block;    right: 0; bottom: 0; background: linear-gradient(10deg, rgb(121 173 248 / 37%) 0, rgba(17, 17, 17, .01) 99%, #508de11c 100%); } 

.cat_title2.text-dark.fs-4 {
    font-weight: 500;
    margin-top: 9px;
    font-size: 20px !important;    line-height: 25px;
}
.relatided-banner .testimonialSlider1 .swiper-slide1.col-lg-3 .singleProduct {
    box-shadow: 0px 0px 6px 1px #a1a1a16b;
}
@media (max-width:767px) {
  #leftOverlayCarousel img {
    width: 100%;
    height: auto; 
}
.fs-10.title1 {
    font-size: 22px; 
    line-height: 20px;
    margin-bottom: 10px;
}
.cat_title2.text-dark.fs-4 {
    font-size: 18px !important;
}
.section.w-100.float-start.myHeader.w-100.bg-light2.py-3 .col-lg-3.text-end {
    display: none;
}
.webpulse_home_product.bg-light1.heading_banner .text-end a.read_more_1.bg_btn_1.mb-0 {
    display: none;
}
.section.w-100.float-start.myHeader.w-100.bg-light2.py-3 .title2.fs-3.fw-bold {
    text-align: center;
}
.cat_title.text-dark.fs-1 {
    font-size: 25px !important;
    line-height: 30px;
    padding: 0px;
}
}