.home-slider {
  position: relative;
  z-index: 1;
}

.home-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-slider .carousel-control-prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 50px;
  height: 30px;
  margin: auto;
}

.home-slider .carousel-control-prev i {
  font-size: 2rem;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 0 15px 0 0;
  background-color: #f05b72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-slider .carousel-control-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 50px;
  height: 30px;
  margin: auto;
}

.home-slider .carousel-control-next i {
  font-size: 2rem;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 15px 0 0 0;
  background-color: #f05b72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-slider .carousel-item {
  padding: 250px 0 280px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slider .carousel-item .mobile-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0;
}

.home-slider .carousel-item.banner-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(70%, rgba(59, 59, 59, 0.1)), to(rgba(0, 52, 120, 0.1)));
  background: linear-gradient(90deg, white 0%, rgba(59, 59, 59, 0.1) 70%, rgba(0, 52, 120, 0.1) 100%);
  background-color: transparent;
}

.home-slider .carousel-item .carousel-caption {
  position: relative;
  bottom: auto;
  top: auto;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.home-slider .carousel-item .carousel-caption h1 {
  color: #403f99;
  font-weight: 700;
  font-size: 5rem;
  line-height: 6rem;
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}

.home-slider .carousel-item .carousel-caption h1 i {
  color: #f05b72;
  font-style: normal;
}

.home-slider .carousel-item .carousel-caption p {
  font-size: 20px;
  line-height: 30px;
  color: #102037;
  margin-bottom: 3.2rem;
  font-family: "Quicksand", sans-serif;
}

.home-service.service-upper {
  padding-bottom: 50px;
  margin-top: -100px;
}

.service.service-upper {
  position: relative;
  z-index: 1;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #403f99;
  background: linear-gradient(63deg, rgb(64, 63, 153) 0%, rgb(88, 54, 150) 25%, rgb(156, 31, 145) 100%) !important;
  border-radius: 0 50px 0 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding: 2rem 1rem;
  position: relative;
  margin: 30px 0 0;
  min-height: calc(100% - 30px);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 3px;
  background-color: #f05b72;
  z-index: 1;
}

.service-box:hover::before {
  width: 100%;
}

.service .service-box img {
  width: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service .service-box .icon {
  width: 80px;
  height: 80px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service .service-box h5 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  margin-top: 1.5rem;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #fff;
}

.service .service-box h5 span {
  color: #f05b72;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.hover-service .service-box:hover {
  background-color: #403f99;
}
.hover-service .service-box:hover .icon {
  background-color: #fff;
}
.hover-service .service-box:hover a {
  color: #f05b72;
}
.hover-service .service-box:hover h5 {
  color: #fff;
}

.team-section {
  position: relative;
}

.team-section .our-team {
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
}

.team-section .our-team .team-details {
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 0 45px 0 0;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  min-height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 18px;
}

.team-section .our-team .team-details h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}

.team-section .our-team .team-details p {
  margin: 0;
}

.check-list li {
  position: relative;
  margin-left: 30px;
  line-height: 3.2rem;
}

.check-list li::before {
  position: absolute;
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-size: 2rem;
  top: 0;
  left: -30px;
  font-weight: 600;
  color: #f05b72;
}

.wrp-section .heading::before {
  margin: 0;
}

.wrp-section h3 {
  font-size: 2rem;
  line-height: 3rem;
}

.ex-1 {
  border-radius: 70px 0 0 0;
}

.ex-2 {
  border-radius: 0 0 70px 0;
  margin-top: 50px;
}

.ex-3 {
  border-radius: 0 70px 0 0;
}

.home-tikker-img {
  position: relative;
}

.home-tikker-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  --background-overlay: "";
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, rgba(0, 0, 0, 0)), to(#000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, #000 100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.home-tikker-img:hover::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(#000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000 100%);
}

.home-tikker-img img {
  border-radius: 5px;
}

.home-tikker-img .action-video-wave.ripple,
.doctor-title {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
}

.home-tikker-img .action-video-wave.ripple i {
  background-color: #f05b72;
  color: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  border-radius: 50%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.home-tikker-img:hover .action-video-wave.ripple i {
  background-color: #403f99;
}

.home-tikker-img .action-video-wave.ripple p,
.doctor-title p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  margin-top: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.why-choose p {
  font-size: 1.8rem;
  font-weight: 2.8rem;
  font-weight: 500;
}

.choose-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 70px 0 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  margin: 30px 0 0;
  min-height: calc(100% - 30px);
}

.choose-service::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 3px;
  background-color: #f05b72;
  z-index: 1;
}

.choose-service:hover::before {
  width: 100%;
}

.choose-service:hover .srv-icon {
  background: #403f99;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.choose-service .srv-icon img {
  width: 60px;
}

.choose-service .srv-icon {
  padding: 2rem;
  background: #fff;
  width: 150px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 40px 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.choose-service .srv-content {
  padding: 3rem;
}
.choose-service .srv-content h3 {
  font-size: 2rem;
  line-height: 3rem;
}
.choose-service .srv-content .check-list li a {
  position: relative;
}
.choose-service .srv-content .check-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #f05b72;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.choose-service .srv-content .check-list li a:hover {
  color: #f05b72;
}
.choose-service .srv-content .check-list li a:hover:after {
  width: 100%;
}

.fintess-box {
  background-color: #fff8f9;
}

.fintess-box .fitness {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  border-radius: 0 220px 0 0;
  position: relative;
  z-index: 1;
}

.fintess-box .fitness::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  z-index: -1;
  border-radius: 0 220px 0 0;
}

.fintess-box .fitness .fitness-content {
  padding: 160px 0;
}

.fintess-box .fitness .fitness-content p {
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
}

.testimonials ::-webkit-scrollbar {
  width: 10px;
}

.testimonials ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #ddd;
  box-shadow: inset 0 0 1px #ddd;
  border-radius: 10px;
}

.testimonials ::-webkit-scrollbar-thumb {
  background: #f05b72;
  border-radius: 10px;
}

.testimonials ::-webkit-scrollbar-thumb:hover {
  background: #444;
}

.testimonials .item {
  padding: 1rem;
}

.testimonials .item .testimonials-details {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem 4rem 2rem 2rem;
  border-radius: 0 60px 0 0;
  background-color: #fff;
}

.testimonials .item .testimonials-details .star-icon {
  border-bottom: 1px solid #e7e7ec;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

.testimonials .item .testimonials-details .star-icon::before {
  position: absolute;
  top: 10px;
  right: 0;
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  font-size: 3.5rem;
  font-weight: 600;
  color: #b2b2b2;
  background-color: #fff;
}

.testimonials .item .testimonials-details .star-icon i {
  color: #f05b72;
  margin-right: 5px;
}

.testimonials .item .testimonials-details .test-review {
  height: 260px;
  overflow-y: auto;
}

.testimonials .item .testimonials-details .name {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #f05b72;
  font-weight: 600;
  padding-top: 1.5rem;
}

.testimonials .item .testimonials-details .message-date {
  line-height: 0.2rem;
  color: #f05b72;
}

.home-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

.sub-head {
  font-size: 2.8rem;
  line-height: 3.58rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sub-head span {
  color: #403f99;
}

.top-section {
  background-color: #fff8f9;
  padding: 8rem 0 18rem 0;
  border-radius: 0 0 220px 0;
}

.top-section .f-block-wrp .title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #f05b72;
}

.top-section .f-block-wrp img {
  width: 30px;
  margin-top: 1rem;
}

.top-section .f-block-wrp .f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15rem;
}

.top-section .f-block-wrp .f-box .add-text {
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.top-section .f-block-wrp .f-box p {
  margin: 0;
}

.top-section .f-block-wrp .f-box p a {
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: #102037;
  font-weight: 500;
}

.top-section .f-block-wrp .f-box p a:hover {
  color: #f05b72;
}

.cta {
  padding: 50px;
  background-color: #403f99;
  border-radius: 0 60px 0 0;
  margin-top: -10rem;
  z-index: 1;
  position: relative;
}

.cta p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  margin: 0;
}

.cta .subscribe {
  position: relative;
}

.cta .subscribe input {
  height: 5.5rem;
  width: 100%;
  border-radius: 30px;
  padding: 25px;
  border: none;
  padding-right: 175px;
}

.cta .subscribe .btn-subscribe {
  position: absolute;
  top: 6px;
  right: 5px;
  border: none;
  background: #f05b72;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
}

.cta .subscribe .btn-subscribe:hover {
  background-color: #102037;
}

.appoinment-form {
  background-color: #fff;
  padding: 4rem 3rem 3rem 3rem;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 0 50px 0 0;
}
.appoinment-form h4 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 1500px) {
  .home-slider .carousel-item {
    padding: 150px 0 250px;
  }
}
@media (max-width: 1366px) {
  .top-section .f-block-wrp .f-box {
    gap: 5rem;
  }
  .home-service.service-upper {
    margin-top: -130px;
  }
}
@media (max-width: 1024px) {
  .fintess-box .fitness {
    background-position: right;
  }
  .top-section {
    padding: 5rem 0 15rem 0;
  }
  .top-section .f-block-wrp .f-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 990px) {
  .home-slider .carousel-item {
    padding: 100px 0 170px;
  }
  .personalised-solutions .choose-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .home-slider .carousel-item {
    padding: 0;
    background-size: 0;
  }
  .home-slider .carousel-item .mobile-banner {
    padding: 50px 0 150px;
    background-size: cover;
  }
  .home-slider .carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .home-slider .carousel-item .mobile-banner::before {
    background: rgba(255, 255, 255, 0.9);
  }
  .heading {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .fintess-box .fitness {
    background-position: right;
    border-radius: 0 100px 0 0;
  }
  .fintess-box .fitness::before {
    border-radius: 0 100px 0 0;
  }
  .top-section {
    text-align: center;
    padding: 4rem 0 14rem 0;
    border-radius: 0 0 150px 0;
  }
  .top-section .f-block-wrp .f-box {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-section .appoinment-form h4 {
    text-align: left;
    font-size: 2rem;
  }
  .cta {
    padding: 25px;
  }
  .subscribe {
    position: relative;
  }
  .subscribe .btn-subscribe {
    top: 5px;
  }
  .service-box {
    background: #fff !important;
    border: 1px solid #403f99 !important;
  }
  .service .service-box .icon {
    border: 1px solid #403f99 !important;
  }
  .service .service-box h5 {
    color: #403f99 !important;
  }
  .service .service-box h5 span {
    color: #403f99 !important;
  }
}
/*new css 25-10-2022*/
.home-blogs .blog-post-wrp {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
}
.home-blogs .blog-post-wrp .post-content {
  padding: 20px;
}
.home-blogs .blog-post-wrp .post-content h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.home-blogs .blog-post-wrp .post-content .read-more {
  color: #241f21;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.home-blogs .blog-post-wrp .post-content .read-more i {
  margin-left: 10px;
}
.home-blogs .owl-carousel .owl-prev, .home-blogs .owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  background-color: #f05b72;
}
.home-blogs .owl-carousel .owl-prev i, .home-blogs .owl-carousel .owl-next i {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
.home-blogs .owl-carousel .owl-prev {
  left: -30px;
}
.home-blogs .owl-carousel .owl-next {
  right: -30px;
}

.training-video {
  position: relative;
}
.training-video .owl-carousel .owl-prev, .training-video .owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  background-color: #f05b72;
}
.training-video .owl-carousel .owl-prev i, .training-video .owl-carousel .owl-next i {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
.training-video .owl-carousel .owl-prev {
  left: -30px;
}
.training-video .owl-carousel .owl-next {
  right: -30px;
}

@media (max-width: 1024px) {
  .training-video .owl-nav,
  .home-blogs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .training-video .owl-carousel .owl-prev, .training-video .owl-carousel .owl-next,
  .home-blogs .owl-carousel .owl-prev,
  .home-blogs .owl-carousel .owl-next {
    position: static;
    margin: 5px;
  }
}
/*****************/
.owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}

.owl-dots .owl-dot {
  width: 9px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #f05b72;
  margin: 0 5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.owl-dots .owl-dot.active {
  width: 25px;
  background-color: #f05b72;
}

.rep-testimonial-slider-main {
  margin: 0 !important;
  padding: 50px 0 0;
}

.rep-testimonial-slider-single {
  position: relative;
  background-color: #fff8f9 !important;
  border-radius: 0 40px 0px 0;
  padding: 40px 30px 20px !important;
}

.rep-testimonial-slider-single::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: 30px;
  top: -50px;
  background-image: url(https://cdn.openviowebsites.com/source/sites/d908ba44-f0f8-4f5b-a408-e1c53dad68d6/images/quotes.webp);
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 2;
  background-size: 80px;
}

.rep-testimonial-stars,
.rep-testimonial-head p,
.rep-testimonial-txt p,
.rep-testimonial-footer p {
  color: #102037 !important;
}

.rep-testimonial-footer p strong:last-child {
  color: #f05b72 !important;
}

.rep-testimonial-footer {
  border-color: #403f99 !important;
}

.rep-container {
  padding: 0 !important;
}

#powby {
  padding: 20px 0 0 !important;
}

.tns-nav {
  margin-top: 20px !important;
}

.rep-testimonial-head p {
  color: #403f99 !important;
}

.tns-nav button {
  width: 9px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #403f99 !important;
  margin: 0 5px;
  border-radius: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.tns-nav .tns-nav-active {
  width: 25px !important;
  background-color: #403f99 !important;
}

@media (min-width: 1200px) {
  .rep-container {
    max-width: 1210px !important;
  }
}
/****home-blog*****/
.blog-single {
  margin: 30px 0 0;
}

.blog-single p,
.blog-single a {
  font-size: 14px;
  line-height: 24px;
}

.blog-single img {
  border-radius: 0 50px 0 0;
}

.blog-single .blog-inner {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: -40px 20px 0;
  z-index: 9;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 0 50px 0 0;
}

.blog-single .blog-inner .blog-single-head {
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 0 10px;
}

.blog-single:hover .blog-inner {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}