.wac-owl-slides-wrap .care-bottom {
    padding-top: 65px;
    transition-delay: 0.3s;
    position: relative;
}
@media (max-width: 1599.98px) {
    .wac-owl-slides-wrap .care-bottom {
        padding-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .wac-owl-slides-wrap .care-bottom {
        padding-top: 20px;
    }
}
.wac-owl-slides-wrap .care-bottom:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.wac-owl-slides-wrap .care-bottom:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), #ffffff);
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    display: none;
}
.wac-owl-slides-wrap .care-bottom .care-begin-slider .care-box figure {
    height: 400px;
    margin-bottom: 45px;
}
@media (max-width: 1599.98px) {
    .wac-owl-slides-wrap .care-bottom .care-begin-slider .care-box figure {
        height: 320px;
        margin-bottom: 30px;
    }
}
@media (max-width: 1199.98px) {
    .wac-owl-slides-wrap .care-bottom .care-begin-slider .care-box figure {
        height: 280px;
    }
}
@media (max-width: 767.98px) {
    .wac-owl-slides-wrap .care-bottom .care-begin-slider .care-box figure {
        margin-bottom: 20px;
		height: 220px;
    }
}
.wac-owl-slides-wrap .care-bottom .care-begin-slider .care-box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wac-owl-slides-wrap .care-bottom .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.wac-owl-slides-wrap .care-bottom .owl-carousel {
    z-index: auto;
}
.wac-owl-slides-wrap .care-bottom .owl-nav {
    position: absolute;
    top: 170px;
    right: -120px;
    z-index: 2;
}
@media (max-width: 1599.98px) {
    .wac-owl-slides-wrap .care-bottom .owl-nav {
        top: 150px;
        right: -80px;
    }
}
@media (max-width: 1199.98px) {
    .wac-owl-slides-wrap .care-bottom .owl-nav {
        right: -30px;
        top: 120px;
    }
}
@media (max-width: 575.98px) {
    .wac-owl-slides-wrap .care-bottom .owl-nav {
        display: none;
    }
}
.wac-owl-slides-wrap .care-bottom .owl-nav .owl-prev {
    display: none;
}
.wac-owl-slides-wrap .care-bottom .owl-nav .owl-next {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 50%;
    position: relative;
    transition: 0.3s ease-in-out;
}
@media (max-width: 1599.98px) {
    .wac-owl-slides-wrap .care-bottom .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }
}
.wac-owl-slides-wrap .care-bottom .owl-nav .owl-next span {
    font-size: 0;
}
.wac-owl-slides-wrap .care-bottom .owl-nav .owl-next span:after {
    position: absolute;
    content: "";
    background: url("img/search-arr.svg");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
	background-repeat: no-repeat;
  	background-size: contain;
}
.wac-owl-slides-wrap .care-bottom .owl-nav:hover .owl-next {
    opacity: 1;
}
.wac-owl-slides-wrap .care-bottom .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translatex(-50%);
    display: none;
}

.wac-owl-slides-wrap .care-bottom .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0D1834;
    margin: 0 10px;
    opacity: 0.5;
    transition: 0.5s ease-in-out;
}
.wac-owl-slides-wrap .care-bottom .owl-dots .owl-dot.active span {
    opacity: 1;
}
.wac-owl-slides-wrap .care-bottom .slide-progress {
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #158825;
}
.wac-owl-slides-wrap .care-bottom .progress-wheel {
    margin-top: 60px;
    height: 2px;
    border-bottom: 1px solid rgba(177, 177, 177, 0.4);
}
@media (max-width: 1599.98px) {
    .wac-owl-slides-wrap .care-bottom .progress-wheel {
        margin-top: 40px;
    }
}
@media (max-width: 767.98px) {
    .wac-owl-slides-wrap .care-bottom .progress-wheel {
        margin-top: 20px;
    }
}

.home-care-begins .care-bottom .care-begin-slides {
    transition: all 0.3s ease-in-out;
    padding-bottom: 60px;
  }
  @media (max-width: 1199.98px) {
    .home-care-begins .care-bottom .care-begin-slides {
      padding-bottom: 50px;
    }
  }
  @media (max-width: 767.98px) {
    .home-care-begins .care-bottom .care-begin-slides {
      padding-bottom: 30px;
    }
  }
  .home-care-begins .care-bottom .care-begin-slides::-webkit-scrollbar {
    height: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .home-care-begins .care-bottom .care-begin-slides:hover::-webkit-scrollbar {
    height: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home-care-begins .care-bottom .care-begin-slides .care-box figure {
    height: 400px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #D0D1D2;
  }
  
  
  @media (max-width: 1599.98px) {
    .home-care-begins .care-bottom .care-begin-slides .care-box figure {
      height: 320px;
    }
  }
  @media (max-width: 1199.98px) {
    .home-care-begins .care-bottom .care-begin-slides .care-box figure {
      height: 280px;
    }
  }
  @media (max-width: 767.98px) {
    .home-care-begins .care-bottom .care-begin-slides .care-box figure {
      margin-bottom: 20px;
      height: 220px;
    }
  }
  .home-care-begins .care-bottom .care-begin-slides .care-box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.8s cubic-bezier(0.5,0,0,1);
  }
  .home-care-begins .care-bottom .care-begin-slides .care-box:hover figure img{
    transform: scale(1.1);
  }
  .home-care-begins .care-bottom .swiper-scrollbar {
    background: rgba(177, 177, 177,  40%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .home-care-begins .care-bottom .swiper-scrollbar-drag {
    background: transparent;
    position: absolute;
    height: 34px !important;
  }
  .home-care-begins .care-bottom .swiper-container-horizontal > .swiper-scrollbar {
    height: 34px !important;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: transparent;
    /* &:hover {
        height: 10px;
    } */
  }
  .home-care-begins .care-bottom .swiper-scrollbar-drag::before {
    content: '';
    display: block;
    position: absolute;
    background: #158825;
    border-radius: 5px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .home-care-begins .care-bottom .swiper-container-horizontal > .swiper-scrollbar::before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(177, 177, 177,  40%);
    border-radius: 5px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    transition: all linear .3s;
  }
  .home-care-begins .care-bottom .swiper-container-horizontal > .swiper-scrollbar:hover .swiper-scrollbar-drag::before {
    height: 6px;
  }
  .home-care-begins .care-bottom .swiper-wrapper img {
    width: 100%;
  }
  .home-care-begins .care-bottom .swiper-button-prev, .home-care-begins .care-bottom .swiper-button-next {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
  }
  .home-care-begins .care-bottom .swiper-button-prev.swiper-button-disabled, .home-care-begins .care-bottom .swiper-button-next.swiper-button-disabled {
    display: none;
  }
  @media (max-width: 1599.98px) {
    .home-care-begins .care-bottom .swiper-button-prev, .home-care-begins .care-bottom .swiper-button-next {
      width: 50px;
      height: 50px;
    }
  }
  @media (max-width: 1199.98px) {
    .home-care-begins .care-bottom .swiper-button-prev, .home-care-begins .care-bottom .swiper-button-next {
      top: calc(50% - 22px);
    }
  }
  @media (max-width: 767.98px) {
    .home-care-begins .care-bottom .swiper-button-prev, .home-care-begins .care-bottom .swiper-button-next {
      top: calc(50% - 15px);
    }
  }
  .home-care-begins .care-bottom .swiper-button-prev:after, .home-care-begins .care-bottom .swiper-button-next:after {
    position: absolute;
    content: "";
    background: url("img/search-arr.svg");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  @media (max-width: 767.98px) {
    .home-care-begins .care-bottom .swiper-button-prev, .home-care-begins .care-bottom .swiper-button-next {
      display: none;
    }
  }
  .home-care-begins .care-bottom .swiper-button-prev {
    /* display: none; */
  }
  .home-care-begins .care-bottom .swiper-button-prev::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .home-care-begins .care-bottom .swiper-button-next {
    right: -120px;
    z-index: 2;
  }
  @media (max-width: 1599.98px) {
    .home-care-begins .care-bottom .swiper-button-next {
      right: -80px;
    }
  }
  @media (max-width: 1199.98px) {
    .home-care-begins .care-bottom .swiper-button-next {
      right: -30px;
    }
  }
  .home-care-begins .care-bottom .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .home-care-begins .care-bottom .owl-carousel {
    z-index: auto;
  }
  .home-care-begins .care-bottom .owl-nav {
    position: absolute;
    top: 170px;
    right: -120px;
    z-index: 2;
  }
  @media (max-width: 1599.98px) {
    .home-care-begins .care-bottom .owl-nav {
      top: 150px;
      right: -80px;
    }
  }
  @media (max-width: 1199.98px) {
    .home-care-begins .care-bottom .owl-nav {
      right: -30px;
      top: 120px;
    }
  }
  @media (max-width: 575.98px) {
    .home-care-begins .care-bottom .owl-nav {
      display: none;
    }
    
  }
  .home-care-begins .care-bottom .swiper-container{
    overflow: visible;
}
  .home-care-begins .care-bottom .owl-nav .owl-prev {
    display: none;
  }
  .home-care-begins .care-bottom .owl-nav .owl-next {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 50%;
    position: relative;
    transition: 0.3s ease-in-out;
  }
  @media (max-width: 1599.98px) {
    .home-care-begins .care-bottom .owl-nav .owl-next {
      width: 50px;
      height: 50px;
    }
  }
  .home-care-begins .care-bottom .owl-nav .owl-next span {
    font-size: 0;
  }
  .home-care-begins .care-bottom .owl-nav .owl-next span:after {
    position: absolute;
    content: "";
    background: url("img/search-arr.svg");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home-care-begins .care-bottom .owl-nav:hover .owl-next {
    opacity: 1;
  }
  .home-care-begins .care-bottom .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translatex(-50%);
    display: none;
  }
  .home-care-begins .care-bottom .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0D1834;
    margin: 0 10px;
    opacity: 0.5;
    transition: 0.5s ease-in-out;
  }
  .home-care-begins .care-bottom .owl-dots .owl-dot.active span {
    opacity: 1;
  }
  .home-care-begins .care-bottom .slide-progress {
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #158825;
  }
  .home-care-begins .care-bottom .progress-wheel {
    margin-top: 60px;
    height: 2px;
    border-bottom: 1px solid rgba(177, 177, 177, 0.4);
  }
  @media (max-width: 1599.98px) {
    .home-care-begins .care-bottom .progress-wheel {
      margin-top: 40px;
    }
  }
  @media (max-width: 767.98px) {
    .home-care-begins .care-bottom .progress-wheel {
      margin-top: 15px;
    }
  }








  .home-care-begins .care-bottom .swiper-button-prev, .home-care-begins .care-bottom .swiper-button-next {
    top: 43%;
  }
  /* .home-care-begins .care-bottom .swiper-button-next {
    right: 15px;
  } */

  .home-care-begins .care-bottom  .swiper-slider-0:hover .swiper-scrollbar-drag,.home-care-begins .care-bottom .swiper-slider-0 .swiper-scrollbar-drag:active,.home-care-begins .care-bottom .swiper-slider-0:active .swiper-scrollbar-drag {
    height: 2px;
    /* top: -2px; */
}

.home-care-begins .care-bottom .swiper-button-prev:hover, .home-care-begins .care-bottom .swiper-button-next:hover {
  opacity: 1;
}

