@charset "UTF-8";
html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 70vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 60%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.g-recaptcha {
  transform: scale(0.72);
  transform-origin: 0 0;
}
@media (min-width: 375px) {
  .g-recaptcha {
    transform: scale(0.89);
  }
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(0.97);
  }
}
.g-recaptcha > div {
  width: 100% !important;
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 50px 0 70px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: revert;
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: center;
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}

.garden {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/garden-hope.jpg);
  background-position: center;
}
@media (min-width: 768px) {
  .garden {
    background-position: center;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.pres-request-bg {
  background: url("../../images/request-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  main.pres-request-bg .overlay-title {
    padding: 37px 0 40px 0;
  }
}
main.logo-bg {
  background: url("../../images/butterfly-watermark.png") no-repeat left;
  background-position: right bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 35%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 25%;
  }
}

main.logo-bg-left {
  background: url("../../images/butterfly-watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg-left {
    background-size: 35%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg-left {
    background-size: 25%;
  }
}

.strip-line {
  background: linear-gradient(to right, #3559ad 0, #3559ad 33%, #3E67C4 33%, #3E67C4 66%, #b4c8e3 66%, #b4c8e3 100%);
  width: 100%;
  height: 20px;
}

.strip-image-one {
  background-image: url(../../images/flower-line.png);
  background-color: #b4c8e3;
  height: 150px;
  background-size: 103%;
}
@media (min-width: 768px) {
  .strip-image-one {
    height: 150px;
    background-size: 50%;
  }
}
@media (min-width: 1024px) {
  .strip-image-one {
    height: 150px;
    background-size: 50%;
  }
}
@media (min-width: 1200px) {
  .strip-image-one {
    height: 150px;
    background-size: 25%;
  }
}

.strip-image-par {
  background-image: url(../../images/strip-image-par.jpg);
  background-position: center;
  background-color: #b4c8e3;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .strip-image-par {
    height: 80px;
  }
}
@media (min-width: 1024px) {
  .strip-image-par {
    height: 100px;
    background-size: 100%;
  }
}
@media (min-width: 1200px) {
  .strip-image-par {
    height: 150px;
    background-size: 100%;
  }
}
@media (min-width: 1500px) {
  .strip-image-par {
    height: 190px;
    background-size: 100%;
  }
}

.strip-image-adop {
  background-image: url(../../images/strip-image-adop.jpg);
  background-position: center;
  background-color: #b4c8e3;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 120%;
}
@media (min-width: 768px) {
  .strip-image-adop {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .strip-image-adop {
    height: 145px;
    background-size: 100%;
  }
}
@media (min-width: 1200px) {
  .strip-image-adop {
    height: 150px;
    background-size: 100%;
  }
}
@media (min-width: 1500px) {
  .strip-image-adop {
    height: 240px;
    background-size: 100%;
  }
}

.strip-image-ultra {
  background-image: url(../../images/ultrasound-strip.jpg);
  background-position: center;
  background-color: #b4c8e3;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 120%;
}
@media (min-width: 768px) {
  .strip-image-ultra {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .strip-image-ultra {
    height: 150px;
    background-size: 50%;
  }
}
@media (min-width: 1200px) {
  .strip-image-ultra {
    height: 150px;
    background-size: 50%;
  }
}
@media (min-width: 1500px) {
  .strip-image-ultra {
    height: 240px;
    background-size: 100%;
  }
}

main.abortion-bg .overlay-title {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/abortion.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  main.abortion-bg .overlay-title {
    padding: 107px 0 40px 0;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  main.abortion-bg .overlay-title {
    padding: 67px 0 80px 0;
  }
}

main.adoption-bg .overlay-title {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/adoption-banner.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  main.adoption-bg .overlay-title {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  main.adoption-bg .overlay-title {
    padding: 67px 0 80px 0;
  }
}

main.parenting-bg .overlay-title {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/parenting-banner.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  main.parenting-bg .overlay-title {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  main.parenting-bg .overlay-title {
    padding: 67px 0 80px 0;
  }
}

main.app-bg {
  background: url("../../images/app-request-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem 1rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #e8efff;
  background: #e8efff;
  color: #122949 !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
  border-radius: 5px;
}
.btn-main:hover {
  background: #fff;
  border: 1px solid #b4c8e3;
  color: #000 !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #a7c4e9;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #E8FFC6;
  border: 1px solid #E8FFC6;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #3559ad;
  background: #3559ad;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #3559ad;
  border: 1px solid #3559ad;
  color: #fff;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #3559ad;
  background: #3559ad;
  color: #000;
  text-shadow: none;
  white-space: normal;
  border-radius: 5px;
}
.link-pdf:hover {
  background: #3559ad;
  border: 1px solid #3559ad;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #3559ad;
  background: #3559ad;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border-radius: 5px;
}
.submit-btn:hover {
  background: #b4c8e3;
  border: 1px solid #3559ad;
  color: #000 !important;
  text-decoration: underline;
}

.header-contact button {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #e8efff;
  border: 2px solid #e8efff;
  color: #122949;
  text-align: center;
  font-size: 15px;
  padding: 3px;
  width: 142px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
@media (min-width: 768px) {
  .header-contact button {
    font-size: 15px;
  }
}
.header-contact button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.header-contact button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}
.header-contact button:hover span {
  padding-right: 15px;
}
.header-contact button:hover span:after {
  opacity: 1;
  right: 0;
}

.medical-service-area .team-info-details .theme-btn {
  display: inline-block;
  background: #3559ad;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 4px 15px;
  position: relative;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .medical-service-area .team-info-details .theme-btn {
    font-size: 15px;
    padding: 4px 25px 4px 50px;
    line-height: 23px;
  }
}
.medical-service-area .team-info-details .theme-btn::before {
  display: none;
}
@media (min-width: 1024px) {
  .medical-service-area .team-info-details .theme-btn::before {
    display: block;
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border: 4px solid #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
  }
}

header {
  background-color: #fff;
}
header img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  header img {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  header img {
    width: 90%;
  }
}
header .header-contact .header-number {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  header .header-contact .header-number {
    margin-bottom: 0;
  }
}
header .header-contact .header-number a {
  color: #122949;
}
header .header-contact .header-number a i {
  margin-right: 12px;
  color: #000;
}

.navbar {
  background-color: #3559ad;
}
.navbar .nav-link {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 1194px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .navbar .nav-link {
    font-size: 16px;
  }
}
.navbar .dropdown-menu {
  background-color: #3559ad;
}
.navbar .dropdown-menu li:hover {
  background-color: #e7e1da;
}
.navbar .dropdown-menu a {
  color: #fff;
  text-transform: uppercase;
}
.navbar .dropdown-menu a:hover {
  background: #3559ad;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 61%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
  /*Resize the wrap to see the search bar change!*/
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 0px;
    margin-top: -210px;
    text-align: left;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    padding-left: 0px;
    margin-top: -280px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -390px;
    padding-left: 0px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -350px;
    padding-left: 0px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -410px;
    padding-left: 0px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 55px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text h1 {
    font-size: 50px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text h1 {
    font-size: 55px;
  }
}
.slideshow-home .slider-text .btn-main {
  font-size: 20px;
  border: 1px solid #fff;
  background: #d6001c;
  color: #fff;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text .btn-main {
    font-size: 25px;
  }
}
.slideshow-home .slider-text .btn-main:hover {
  border: 1px solid #3559ad;
}
.slideshow-home .slider-text small {
  font-size: 16px;
  position: relative;
  top: -30px;
}
.slideshow-home .slider-text .search {
  width: 100%;
  position: relative;
  display: flex;
}
.slideshow-home .slider-text .search .searchTerm {
  width: 100%;
  border: 3px solid #3559ad;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #575757;
}
.slideshow-home .slider-text .search .searchTerm:focus {
  color: #00B4CC;
}
.slideshow-home .slider-text .search .searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #3559ad;
  background: #3559ad;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
.slideshow-home .slider-text .wrap {
  width: 30%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .slideshow-home .slider-text .wrap {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 378px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 528px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item img {
  animation: zoom 25s;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.medical-service-area .container-fluid {
  padding: 75px 35px 45px;
}

.medical-service {
  background: transparent;
  margin-bottom: 30px;
}
.medical-service .team-img {
  position: relative;
}
.medical-service .team-img::before {
  position: absolute;
  content: "";
  height: 100%;
  background-color: #203240;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.medical-service .team-img a img {
  width: 100%;
}
.medical-service .team-img .medi-service-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.7s ease;
  height: 60px;
  width: 60px;
  background: #3559ad;
  color: #fff;
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medical-service .team-img .medi-service-icon i {
  justify-content: center;
  display: flex;
}
.medical-service .team-info-details {
  background: #e8efff;
  background-image: url(../../images/focus-bg.png);
  background-size: cover;
  background-size: 160%;
}
@media (min-width: 1024px) {
  .medical-service .team-info-details {
    background-size: 160%;
  }
}
.medical-service .team-info-details .row {
  display: -ms-inline-grid;
  display: inline-grid;
}
@media (min-width: 768px) {
  .medical-service .team-info-details .row {
    display: -ms-inline-grid;
    display: inline-grid;
  }
}
@media (min-width: 1024px) {
  .medical-service .team-info-details .row {
    display: -ms-inline-grid;
    display: inline-grid;
  }
}
@media (min-width: 1900px) {
  .medical-service .team-info-details .row {
    display: block;
  }
}
.medical-service .team-title {
  font-size: 22px;
}
.medical-service .team-title a {
  text-transform: uppercase;
}
.medical-service .medi-info-details {
  border: 1px solid #b4c8e3;
  border-top: none;
  padding: 30px 35px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .medical-service .medi-info-details {
    padding: 30px 25px;
  }
}
.medical-service .medi-info-details .team-title {
  padding-top: 0;
  margin-bottom: 10px;
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}
.medical-service .medi-info-details .team-title a {
  padding: 0;
  color: #122949;
  transition: all 0.3s ease;
  margin-bottom: 0px;
  display: block;
  font-weight: 700;
  font-size: 23px;
  text-shadow: 0 0 3px white;
}
@media (min-width: 768px) {
  .medical-service .medi-info-details .team-title a {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .medical-service .medi-info-details .team-title a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .medical-service .medi-info-details .team-title a {
    font-size: 24px;
  }
}
.medical-service .medi-info-details .team-info {
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  color: #636363;
  margin-bottom: 25px;
}
.medical-service .medi-info-details .theme-btn {
  float: right;
}
@media (min-width: 768px) {
  .medical-service .medi-info-details .theme-btn {
    float: right;
  }
}
.medical-service:hover .team-img::before {
  visibility: visible;
  opacity: 0.49;
  width: 50%;
}
.medical-service:hover .team-img .medi-service-icon {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #e8efff;
}
.medical-service:hover .team-img .medi-service-icon a {
  background: #122949;
}
.medical-service:hover .team-img .medi-service-icon i {
  color: #122949;
}
.medical-service:hover .medi-info-details {
  box-shadow: 0px 0px 14.76px 3.24px rgba(0, 0, 0, 0.18);
}
.medical-service:hover .medi-info-details .team-title a {
  color: #122949;
}
.medical-service:hover .service-more-btn {
  background: #b4c8e3;
}
.medical-service:hover .theme-btn {
  background: #b4c8e3;
  color: #000;
  border: 1px solid #e8efff;
}
.medical-service:hover .theme-btn::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border: 4px solid #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.pregnant {
  background-color: #e8efff;
  background-image: none;
  padding: 55px 0;
}
@media (min-width: 768px) {
  .pregnant {
    background: url(../../images/logo-watermark.png);
    background-color: #e8efff;
    background-size: 25%;
    background-position: right;
    background-repeat: no-repeat;
  }
}
.pregnant .container-fluid {
  padding: 15px 15px 15px 15px;
}
@media (min-width: 1200px) {
  .pregnant .container-fluid {
    padding: 15px 215px 15px 35px;
  }
}
.pregnant h2 {
  color: #122949;
}
.pregnant p {
  color: #122949;
}
@media (min-width: 768px) {
  .pregnant p {
    padding-right: 165px;
  }
}
@media (min-width: 1180px) {
  .pregnant p {
    padding-right: 165px;
  }
}
@media (min-width: 1200px) {
  .pregnant p {
    padding-right: 15px;
  }
}
.pregnant span {
  font-style: italic;
}

.testimonials {
  background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.3) 100%), url(../../images/testimonials-para.jpg);
  background-attachment: inherit;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 92px 0;
}
@media (min-width: 768px) {
  .testimonials {
    background-attachment: inherit;
  }
}
@media (min-width: 1300px) {
  .testimonials {
    background-attachment: fixed;
  }
}
.testimonials blockquote {
  padding: 0;
  margin: 0;
}
.testimonials .container-fluid {
  padding: 15px 35px 15px;
}
.testimonials .test-item {
  position: relative;
}
@media (min-width: 768px) {
  .testimonials .test-item .t-bq-quote-paul-pattern {
    flex-basis: 80px;
    background: url("../../images/testimonial-side.jpg") repeat;
    border-radius: 0px 10px 10px 0px;
    background-size: cover;
    background-position: -69px 0px;
  }
}
@media (min-width: 768px) {
  .testimonials .test-item .pattern-two {
    flex-basis: 80px;
    background: url("../../images/pattern-two.jpg") repeat;
    border-radius: 0px 10px 10px 0px;
    background-size: cover;
    background-position: -59px 0px;
  }
}
@media (min-width: 768px) {
  .testimonials .test-item .pattern-three {
    flex-basis: 80px;
    background: url("../../images/pattern-three.jpg") repeat;
    border-radius: 0px 10px 10px 0px;
    background-size: cover;
    background-position: -69px 0px;
  }
}
.testimonials .test-item .t-bq-quote-paul-base {
  background: #ffffff;
  padding: 40px 30px 50px 80px;
  font-size: 11pt;
  line-height: 1.62em;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .testimonials .test-item .t-bq-quote-paul-base {
    flex-basis: calc(100% - 80px);
    border-radius: 10px 0px 0px 10px;
  }
}
.testimonials .test-item .t-bq-quote-paul-qmark {
  position: absolute;
  top: 50px;
  left: 35px;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 42pt;
  color: #999999;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .testimonials .test-item .t-bq-quote-paul-qmark {
    left: 35px;
  }
}
@media (min-width: 1024px) {
  .testimonials .test-item .t-bq-quote-paul-qmark {
    left: 35px;
  }
}
.testimonials .test-item .t-bq-quote-paul-meta {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px dotted #777777;
}
.testimonials .test-item .t-bq-quote-paul-meta .t-bq-quote-paul-author {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 10pt;
  font-weight: bold;
}
.testimonials .t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author,
.testimonials .t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
  color: #777777;
}
@media screen and (max-width: 768px) {
  .testimonials .t-bq-quote-paul .t-bq-quote-paul-pattern {
    flex-basis: 20px;
  }
  .testimonials .t-bq-quote-paul .t-bq-quote-paul-base {
    flex-basis: calc(100% - 20px);
    padding: 100px 30px 50px 30px;
  }
  .testimonials .t-bq-quote-paul .t-bq-quote-paul-userpic {
    width: 50px;
    height: 50px;
    left: 40px;
    top: 20px;
  }
  .testimonials .t-bq-quote-paul .t-bq-quote-paul-qmark {
    left: 100px;
    top: 45px;
  }
}

.footer {
  background-color: #122949;
  background-image: url(../../images/footer-bg.png);
  color: #fff;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer img {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .footer img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer img {
    width: 100%;
  }
}
.footer .contact-info {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .contact-info {
    text-align: right;
  }
}
.footer .contact-info .phone, .footer .contact-info .address {
  font-size: 15px;
  margin-right: 10px;
}
.footer .contact-info a {
  color: #fff;
}
.footer ul {
  columns: 1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 4;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}
.footer .quote-contact {
  display: block;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .quote-contact {
    display: grid;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .footer .quote-contact {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .quote-contact > div {
  display: block;
}
@media (min-width: 768px) {
  .footer .quote-contact > div {
    display: block;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .footer .quote-contact > div {
    display: grid;
    align-items: center;
  }
}
.footer .disclaimer {
  font-size: 15px;
  text-align: center;
}

.about-page img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .about-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 40%;
  }
}

.preg-ultra img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .preg-ultra img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .preg-ultra img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 30%;
  }
}
.preg-ultra ul {
  list-style-position: inside;
}

.support-page .card {
  border-left: 22px solid #b4c8e3;
  background: #e8efff94;
}
.support-page .link-pdf {
  color: #fff;
}

.testimonial-page .test-video-section iframe {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .testimonial-page .test-video-section iframe {
    width: 80%;
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .testimonial-page .test-video-section iframe {
    width: 50%;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .testimonial-page .test-video-section iframe {
    width: 60%;
    height: 440px;
  }
}
.testimonial-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .testimonial-page .card-columns {
    column-count: 2;
  }
}
.testimonial-page .card {
  background: #b4c8e3;
}
.testimonial-page .test-name h2 {
  text-align: right;
  font-size: 17px;
}

.option-pages .text-padding {
  padding-top: 20%;
}
@media (min-width: 768px) {
  .option-pages .text-padding {
    padding-top: 24%;
  }
}
@media (min-width: 1024px) {
  .option-pages .text-padding {
    padding-top: 17%;
  }
}
@media (min-width: 1080px) {
  .option-pages .text-padding {
    padding-top: 18%;
  }
}
@media (min-width: 1180px) {
  .option-pages .text-padding {
    padding-top: 15%;
  }
}
@media (min-width: 1200px) {
  .option-pages .text-padding {
    padding-top: 16%;
  }
}

.volunteer-page .card .front, .volunteer-page .card .back {
  will-change: transform;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background-color: #e8efff;
  backface-visibility: hidden;
}
.volunteer-page .card .front .image, .volunteer-page .card .back .image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-size: cover;
  background-position: 0px 66px;
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  height: 56px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .volunteer-page .card .front .image, .volunteer-page .card .back .image {
    float: left;
    width: 10%;
    background-position: 1742px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 240px;
  }
}
.volunteer-page .card .front .heading, .volunteer-page .card .back .heading {
  font-weight: bold;
}
.volunteer-page .card .link-pdf {
  color: #fff;
}

.donate-link a {
  font-size: 20px;
}

.events-page .event-card {
  background-color: #b4c8e3;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 5px;
}
.events-page event-card-image {
  flex-shrink: 0;
  float: right;
}
.events-page .event-card-image-inner {
  position: relative;
  float: right;
}
.events-page .event-card-meta {
  display: flex;
}
.events-page .event-meta-number {
  background-color: #e8efff;
  padding: 8px 12px;
}
.events-page .event-meta-number span {
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.events-page .event-meta-date span {
  background-color: #3E67C4;
  color: #fff;
  padding: 12px 19px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.events-page .event-card-content span {
  font-weight: bold;
}

.events-detail-page .card {
  background: #e8efff;
  display: flow-root;
}
.events-detail-page .card .code-img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .events-detail-page .card .code-img {
    float: right;
    width: 20%;
    margin-bottom: 0;
  }
}
.events-detail-page .link-pdf {
  color: #000;
  background: #fff;
}
.events-detail-page .location {
  font-size: 18px;
}

.request-tour-page {
  padding-top: 20%;
}
@media (min-width: 768px) {
  .request-tour-page {
    padding-top: 15%;
  }
}
@media (min-width: 1024px) {
  .request-tour-page {
    padding-top: 10%;
  }
}
@media (min-width: 1200px) {
  .request-tour-page {
    padding-top: 8%;
  }
}
.request-tour-page .card {
  background: #ffffff8c;
}
.request-tour-page .video iframe {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .request-tour-page .video iframe {
    width: 80%;
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .request-tour-page .video iframe {
    width: 50%;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .request-tour-page .video iframe {
    width: 60%;
    height: 440px;
  }
}

.garden-hope .link-pdf {
  color: #fff;
  font-size: 16px;
}

.garden-image {
  background: url(../../images/interiorbanners/garden-hope.jpg);
  background-attachment: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 92px 0;
}
@media (min-width: 768px) {
  .garden-image {
    background-attachment: inherit;
    padding: 242px 0;
  }
}
@media (min-width: 1300px) {
  .garden-image {
    background-attachment: fixed;
  }
}

.request-app .card {
  background: #ffffffe8;
}
.request-app .btn-main {
  font-size: 20px;
  background: #3559ad;
  border: 1px solid #3559ad;
  color: #fff !important;
}

.contact-map iframe {
  width: 100%;
  height: 265px;
}

.contact-us-page .card {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../../images/contact-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-us-page .btn-main {
  font-size: 20px;
}

/*# sourceMappingURL=design.css.map */
