.home-slider .carousel-caption {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  opacity: 0;
  text-align: left;
  padding: 300px 0 260px;
}
.home-slider .carousel-caption h1 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  margin: 30px 0 15px;
  text-transform: capitalize;
  font-weight: 700;
  color: #03166d;
}
.home-slider .carousel-caption h1 i {
  color: #d8171d;
  font-style: normal;
}
.home-slider .carousel-caption p {
  font-size: 2rem;
  line-height: 3rem;
  color: #3a3a3a;
}
.home-slider .mob-banner {
  background-size: 0;
  width: 100%;
}
.home-slider .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: table;
  -webkit-animation: animatedBackground 20s linear infinite;
          animation: animatedBackground 20s linear infinite;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.home-slider .carousel-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(32%, rgba(255, 255, 255, 0.8463760504)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8463760504) 32%, rgba(255, 255, 255, 0) 100%);
}
.home-slider .carousel-item.active .carousel-caption {
  opacity: 1;
}
.home-slider .carousel-item.active .carousel-caption h1, .home-slider .carousel-item.active .carousel-caption h2, .home-slider .carousel-item.active .carousel-caption p, .home-slider .carousel-item.active .carousel-caption .home-cta a {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.home-slider .carousel-indicators {
  bottom: 100px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.home-slider .carousel-indicators [data-bs-target] {
  height: 5px;
  background-color: #03166d;
}

.dr-name {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #d8171d;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.custom-wow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.custom-wow.animated {
  visibility: visible;
  opacity: 1;
}

.custom-wow.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.custom-wow.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.custom-wow.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.custom-wow.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.animated.delay-1-2s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.animated.delay-1-3s {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.animated.delay-1-4s {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.animated.delay-1-6s {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.pattern-bottom {
  position: absolute;
  margin: 0 auto;
  bottom: -1px;
  z-index: 1;
}

/************ Home service *******/
.service-wrap {
  background-color: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 0 0 30px;
  padding: 20px;
  text-align: center;
  min-height: calc(100% - 30px);
  border-radius: 10px;
  border: 2px solid transparent;
}
.service-wrap:hover {
  border: 2px solid #03166d;
}
.service-wrap .title {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.service-wrap .title span {
  font-size: 14px;
}
.service-wrap .title i {
  color: #03166d;
  font-style: normal;
}
.service-wrap .service-text {
  color: #3a3a3a;
}

.review-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 60%;
  overflow: hidden;
  background-color: #03166d;
  opacity: 0.85;
}
.review-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 60%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/images/testimonial-bg.webp);
}

.review-bg .container {
  position: relative;
  z-index: 9;
}

.rep-testimonial-slider-single {
  background-color: #fff !important;
  border: none !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.05);
}

.rep-testimonial-footer p strong:last-child {
  color: #03166d !important;
}

.tns-controls {
  display: none;
}

div#powby {
  padding: 0 !important;
}

.rep-container {
  max-width: 1320px !important;
  padding: 0 !important;
  margin: 0 -10px !important;
}

.dr-title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 700;
}
.dr-title i {
  font-style: normal;
}

.our-expertise {
  z-index: 1;
}
.our-expertise:before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 50%;
  background-image: url(/images/parency-ivf.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: center;
  z-index: -1;
  pointer-events: none;
}
.our-expertise:after {
  content: "";
  position: absolute;
  width: 15%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  z-index: -1;
  background-image: url(/images/logo-side.webp);
  pointer-events: none;
}

.about-img {
  position: relative;
  padding-left: 30px;
  z-index: 1;
}
.about-img::before {
  content: "";
  position: absolute;
  background-color: #03166d;
  border-radius: 150px 30px 150px 30px;
  width: 90%;
  height: 100%;
  left: 0;
  bottom: -30px;
  z-index: -1;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}
.about-img .dr-akhil-img {
  text-align: center;
}
.about-img .dr-akhil-img img {
  border-radius: 150px 30px 150px 30px;
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*********** Single steps ********/
.cta-box {
  position: relative;
  background-color: #03166d;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-box .left-clip {
  -webkit-clip-path: polygon(66% 0, 100% 0, 0 100%, 0 63%);
          clip-path: polygon(66% 0, 100% 0, 0 100%, 0 63%);
  height: 200px;
  width: 200px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
.cta-box .right-clip {
  -webkit-clip-path: polygon(100% 0, 100% 36%, 35% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 36%, 35% 100%, 0 100%);
  height: 200px;
  width: 200px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -1px;
}

.form_block {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
}

.map_block {
  line-height: 0;
  border: 2px solid #03166d;
}

.experience-box-single {
  padding: 20px;
  background-color: #f7f7f7;
  margin-top: 20px;
  min-height: calc(100% - 20px);
  border-radius: 10px;
}

/********latest News ***********/
.news-single {
  background-color: #fff;
  min-height: calc(100% - 30px);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  margin: 30px 0 0;
}

.news-single:hover {
  -webkit-box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
}

.news-single .news-img-block {
  position: relative;
  display: block;
}

.news-single .news-img-block .date {
  position: absolute;
  bottom: -20px;
  left: 15px;
  background-color: #03166d;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  height: 35px;
  margin: 0;
  min-width: 120px;
  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;
}

.news-single .news-txt-block {
  padding: 40px 30px 25px;
}

.news-single .news-txt-block .head {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #03166d;
  margin: 0 0 15px;
}

.owl-nav {
  margin-top: 30px;
  margin-top: 30px;
  position: static !important;
  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;
  top: 0 !important;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  margin: 0 5px;
  color: #333;
  border: 1px solid #03166d;
  background-color: #fff;
  border-radius: 8px;
  left: 0;
  font-size: 1.5rem;
  line-height: 3rem;
  opacity: 1;
  z-index: 2;
  position: static;
  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;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin: 0 8px;
  background-image: none !important;
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #03166d;
}

.latest-update {
  border-radius: 10px;
  border: 2px solid #03166d;
  padding: 80px 35px;
  background-color: #fff6fb;
  min-height: calc(100% - 0px);
}
.latest-update .form-control:focus,
.latest-update .form-select:focus {
  border-color: #fff;
}
.latest-update .form-control,
.latest-update .form-select {
  border: 1px solid #fff;
}
.latest-update .input-group {
  border: 1px solid #eee;
  border-radius: 10px;
}

/********** faq -block ************/
.faq-block .accordion-item {
  border: none;
  background-color: transparent;
  margin: 0 0 10px;
}
.faq-block .accordion-button {
  color: #3a3a3a;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  background-color: #fff6fb;
  padding: 10px 20px;
  border: none;
  position: relative;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.faq-block .accordion-button:after {
  position: absolute;
  content: "\f0d8";
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-weight: 500;
  display: table;
  background-image: none !important;
  color: #3a3a3a;
}
.faq-block .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #03166d;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.faq-block .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fff;
}
.faq-block .accordion-button:hover {
  color: #fff;
  background-color: #3a3a3a;
}
.faq-block .accordion-button:hover:after {
  color: #fff;
}
.faq-block .accordion-body {
  padding: 20px;
  background-color: #fff6fb;
}

@media (max-width: 1366px) {
  .home-slider .carousel-caption {
    padding: 250px 0 170px;
  }
}
@media (max-width: 1024px) {
  .home-slider .carousel-caption {
    padding: 200px 0 120px;
  }
  .home-slider .carousel-item::before {
    width: 100%;
    background: #fff;
    opacity: 0.8;
  }
}
@media (max-width: 990px) {
  .cta-box .right-clip, .cta-box .left-clip {
    display: none;
  }
  .map_block iframe {
    min-height: 300px !important;
  }
}
@media (max-width: 767px) {
  .home-slider .carousel-caption {
    text-align: center;
    padding: 160px 0 60px;
  }
  .home-slider .carousel-caption h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin: 10px 0 0;
  }
  .home-slider .carousel-item {
    background-size: 0;
  }
  .home-slider .mob-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
  }
  .about-img {
    padding-left: 15px;
  }
  .about-img::before {
    border-radius: 60px 20px 60px 20px;
    bottom: -15px;
  }
  .about-img .dr-akhil-img img {
    border-radius: 60px 20px 60px 20px;
  }
}