.slider-content-and-image-wrapper {
  padding: 0 15px;
  margin-bottom: 15px;
}
.slider-content-and-image-wrapper .slider-content-and-image-header {
  text-align: center;
  padding: 40px 0 20px;
}
.slider-content-and-image-keep-main-img-wrapper .carousel-indicators-wrapper,
.slider-content-and-image-wrapper .carousel-indicators-wrapper {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin: 10px 0;
}
.slider-content-and-image-keep-main-img-wrapper .carousel-indicators-wrapper .carousel-indicators,
.slider-content-and-image-wrapper .carousel-indicators-wrapper .carousel-indicators {
  position: inherit;
  margin: 0;
  align-items: center;
  gap: 5px;
}
.slider-content-and-image-keep-main-img-wrapper .carousel-indicators-wrapper .carousel-indicators li,
.slider-content-and-image-wrapper .carousel-indicators-wrapper .carousel-indicators li {
  height: 10px;
  background-color: #184354;
  width: 10px;
  border-radius: 20px;
  border: 0;
}
.slider-content-and-image-keep-main-img-wrapper .carousel-indicators-wrapper .carousel-indicators .active,
.slider-content-and-image-wrapper .carousel-indicators-wrapper .carousel-indicators .active {
  width: 25px;
}
.slider-content-and-image-keep-main-img-wrapper .carousel-indicators-wrapper .carousel-control-prev-1 svg,
.slider-content-and-image-keep-main-img-wrapper .carousel-indicators-wrapper .carousel-control-next-1 svg,
.slider-content-and-image-wrapper .carousel-indicators-wrapper .carousel-control-prev-1 svg,
.slider-content-and-image-wrapper .carousel-indicators-wrapper .carousel-control-next-1 svg {
  width: 13px;
}
.slider-content-and-image-wrapper .carousel {
  padding: 20px 50px 0;
}
.slider-content-and-image-wrapper .carousel .carousel-control-next,
.slider-content-and-image-wrapper .carousel .carousel-control-prev {
  width: 35px;
  opacity: 1;
}
.slider-content-and-image-wrapper .carousel .slider-img {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.slider-content-and-image-wrapper .carousel .slider-img img {
  border-radius: 20px;
}
.slider-color-pink .carousel-control-next-1 svg path,
.slider-color-pink .carousel-control-prev-1 svg path,
.slider-color-pink .carousel-control-next svg path,
.slider-color-pink .carousel-control-prev svg path {
  stroke: #BE1B83;
}
.slider-hide-next-prev .carousel-control-prev,
.slider-hide-next-prev .carousel-control-next {
  display: none;
}
.slider-content-and-image-wrapper .carousel .slider-item-content-wrapper {
  padding-left: 12%;
  padding-bottom: 15px;
}
.slider-content-and-image-wrapper .carousel .carousel-item .carousel-item-wrapper {
  background: linear-gradient(to top, #DD8586, transparent);
  border-radius: 20px;
}
.slider-content-and-image-wrapper .carousel .carousel-item .carousel-item-wrapper .slider-item-content-title {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .slider-content-and-image-wrapper .slider-item-content-title p {
    font-size: 1rem !important;
  }
  .slider-content-and-image-wrapper .carousel {
    padding: 20px 0 0;
  }
  .slider-content-and-image-wrapper .carousel .carousel-control-prev,
  .slider-content-and-image-wrapper .carousel .carousel-control-next {
    display: none;
  }
  .slider-content-and-image-wrapper .slider-content-and-image-header p {
            font-size: 1rem !important;
        }
}

 @media (min-width: 375px) and (max-width: 430px) {
        .slider-content-and-image-wrapper .slider-content-and-image-header {
            text-align: center;
            padding: 40px 0 0px;
        }
    }
@media (max-width: 767px) {
  .slider-content-and-image-wrapper .slider-item-content-title p {
    text-align: center;
    width: 100%;
  }
  .slider-content-and-image-wrapper .carousel .slider-item-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slider-content-and-image-keep-main-img-wrapper {
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 0 20px 30px;
  background-size: cover;
}
.slider-content-and-image-keep-main-img-wrapper .slider-content-and-image-keep-main-img-header {
  text-align: center;
  margin-bottom: 15px;
}
.slider-content-and-image-keep-main-img-wrapper .slider-item-content-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 30px;
  position: relative;
  text-align: center;
  margin-top: 50px;
  min-height:192px;
}
.slider-content-and-image-keep-main-img-wrapper .slider-item-img {
  position: absolute;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.slider-content-and-image-keep-main-img-wrapper .slider-item-content-wrapper .slider-item-content-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.slider-content-and-image-keep-main-img-wrapper .slider-item-content-wrapper .slider-item-content-description {
  font-weight: 500;
}




@media screen and (max-width: 767px) {
  .slider-content-and-image-keep-main-img-wrapper .slider-item-content-wrapper .main-img {
    margin-bottom: 15px;
  }
  .slider-content-and-image-keep-main-img-wrapper .slider-content-and-image-keep-main-img-header {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-and-image-keep-main-img-wrapper {
    padding-top: 30px;
  }
  .slider-content-and-image-keep-main-img-wrapper .slider-content-and-image-keep-main-img-header p{
    font-size: 37px!important;
  }

  
}
