body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

form .form-group {
  margin-bottom: 10px;
}
form .form-group label {
  margin-bottom: 5px;
}
form .form-group .form-control:focus {
  box-shadow: none;
}

.section-title {
  text-align: center;
  font-weight: bold;
}

.btn-appointment {
  background-color: #ffea00;
  color: black;
  font-weight: bold;
}
.btn-appointment:hover {
  background-color: #ccbb00;
}

header .logo {
  width: 100%;
}
@media (max-width: 992px) {
  header #address {
    display: none;
  }
}
.hero-section {
  background-color: #ffefd3;
}
.hero-section .hero {
  height: 70vh;
  background: url("../img/banner.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  overflow: hidden;
}
.hero-section .hero .hero-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.hero-section .hero .top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
.hero-section .hero .top .top-inner {
  background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  width: 100%;
  height: 100%;
  padding: 10px 20px 20px;
}
.hero-section .hero .top .top-inner p {
  margin: 0;
  padding: 0;
}
.hero-section .hero .top .top-inner i {
  font-size: 1.5em;
}
.hero-section .hero .bottom {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
}
.hero-section .hero .bottom .title {
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .hero-section .hero {
    height: 80vh;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .hero-section .hero .top {
    display: none;
  }
}

.family-section {
  background-color: #ffefd3;
}
.family-section .item {
  text-align: center;
  margin-bottom: 20px;
}
.family-section .item img {
  width: 25%;
  margin-bottom: 10px;
}
.family-section .item .item-title {
  color: #0756b8;
  font-weight: bold;
}

.service-section {
  background-color: #f2f8ff;
}
.service-section .section-title {
  margin-bottom: 70px;
}
.service-section .service-col:not(:last-child) {
  margin-bottom: 60px;
}
.service-section .service-col .service-card {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 10px rgba(211, 211, 211, 0.2);
  border: 1px solid #90c0fb;
}
.service-section .service-col .service-card .service-header {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 50px;
}
.service-section .service-col .service-card .service-header .service-name {
  display: inline-block;
  margin-left: 10px;
}
.service-section .service-col .service-card .service-icon {
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  padding: 20px;
  border-radius: 45px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: 2px solid #90c0fb;
}
.service-section .service-col .service-card .service-icon img {
  width: 100%;
  height: 100%;
}
.service-section .service-col .service-card ul {
  margin: 0;
  list-style-type: none;
  padding: 0px;
}
.service-section .service-col .service-card ul li {
  background: url("../img/check-box.png") no-repeat left top;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.service-section .service-col .service-card .desc {
  line-height: 1.6rem;
}
@media (min-width: 768px) {
  .service-section .service-col .service-card {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .service-section .service-col .service-card {
    height: 30.6em;
  }
  .service-section .service-col .service-card .desc {
    line-height: 1.5em;
  }
}

.testimonial-section {
  background-color: lightgray;
}
.testimonial-section .carousel-wrapper {
  position: relative;
  max-width: 90vw;
  margin: auto;
}
.testimonial-section .carousel-inner .carousel-item {
  position: relative;
}
.testimonial-section .carousel-inner .carousel-item .testimonial-card {
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.testimonial-section .carousel-inner .carousel-item .testimonial-card .five-star {
  width: 50% !important;
}
@media (min-width: 768px) {
  .testimonial-section .carousel-inner .carousel-item .testimonial-card .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.5em;
    height: calc(2 * 1.5em);
  }
}
@media (max-width: 768px) {
  .testimonial-section .carousel-inner .carousel-item .testimonial-card .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    line-height: 1.5em;
    height: calc(4 * 1.5em);
  }
}
.testimonial-section .carousel-inner .carousel-item .testimonial-card .quote {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 70px;
  display: block;
  z-index: 10;
}
.testimonial-section .carousel-inner .carousel-item .testimonial-card .top {
  text-align: center;
}
.testimonial-section .carousel-inner .carousel-item .testimonial-card .top .five-star {
  width: 70%;
  margin-bottom: 20px;
}
.testimonial-section .carousel-inner .carousel-item .testimonial-card .avatar {
  width: 50px;
}
.testimonial-section .carousel-inner .carousel-item .testimonial-card .client-name {
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 10px;
}
.testimonial-section .carousel-inner .carousel-item .testimonial-card .designation {
  font-size: 0.8em;
}
.testimonial-section .carousel-control-prev,
.testimonial-section .carousel-control-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 1;
  color: white;
}
.testimonial-section .carousel-control-prev i,
.testimonial-section .carousel-control-next i {
  font-size: 1.8rem;
}
.testimonial-section .carousel-control-prev {
  left: -60px;
}
.testimonial-section .carousel-control-next {
  right: -60px;
}
.testimonial-section .carousel-indicators {
  bottom: -60px;
}
@media (max-width: 576px) {
  .testimonial-section .carousel-control-prev {
    left: -10px;
  }
  .testimonial-section .carousel-control-next {
    right: -10px;
  }
}
.testimonial-section .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0756b8;
  margin: 0 4px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.testimonial-section .carousel-indicators .active {
  opacity: 1;
}
@media (min-width: 576px) {
  .testimonial-section .carousel-wrapper {
    max-width: 40vw;
  }
}

.section-homecare .packages {
  background-color: #ffefd3;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-bottom: 0;
  overflow: hidden;
}
.section-homecare .packages .table-holder {
  padding: 20px;
  padding-bottom: 0;
}
.section-homecare .packages img {
  width: 100%;
}
.section-homecare .packages table tbody td {
  background-color: transparent;
}
.section-homecare .packages table tbody td i {
  font-size: 1.5rem;
  color: #053f87;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .section-homecare .packages {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
  }
  .section-homecare .packages table tbody td i {
    margin-right: 0px;
  }
}

.section-excellence .banner {
  min-height: 40vh;
  background-image: url("../img/excellence.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-excellence .banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-excellence .banner .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
}
.section-excellence .banner .text .section-title {
  text-align: start;
}
.section-excellence .procedure-card {
  display: flex;
  justify-content: start;
  padding: 15px;
  border-radius: 10px;
  border: 1.5px solid #0756b8;
  margin-bottom: 10px;
}
.section-excellence .procedure-card .title {
  font-weight: bold;
}
.section-excellence .procedure-card .step {
  width: 60px;
  height: 50px;
  border-radius: 5px;
  background-color: #0756b8;
  color: white;
  position: relative;
}
.section-excellence .procedure-card .step .num {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: bold;
}
.section-excellence .procedure-card .gap {
  width: 20px;
}
.section-excellence .procedure-card .content {
  width: 90%;
}
@media (min-width: 768px) {
  .section-excellence .banner {
    background-attachment: fixed;
  }
  .section-excellence .nabh {
    width: 150px;
  }
}

footer {
  background-color: #222222;
  color: white;
}
footer .footer-title {
  font-size: 1.5em;
  position: relative;
  margin-bottom: 40px;
}
footer .footer-title::after {
  content: "";
  position: absolute;
  width: 30vw;
  height: 3px;
  left: 0;
  top: 140%;
  background-color: #0756b8;
}
@media (min-width: 768px) {
  footer .footer-title::after {
    display: none;
  }
}
footer .footer-title.hide::after {
  display: none;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  color: white;
  text-decoration: none;
}
footer .table tr {
  border: none;
}
footer .table tr td {
  border: none;
  background-color: transparent;
  color: white;
  vertical-align: middle;
}
footer .table tr td a {
  text-decoration: none;
  color: white;
}
footer .social-icons a {
  color: white;
  font-size: 2rem;
}
footer .social-icons a:not(:last-child) {
  margin-right: 10px;
}

.btn-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}
.btn-whatsapp img {
  width: 50px;
}

#appointmentModal .modal-content {
  background: linear-gradient(to top, #002450, #0756b8, #006e2c);
  color: white;
}
#appointmentModal .modal-content .form-group {
  margin-bottom: 15px;
}
#appointmentModal .modal-header .btn-close {
  filter: brightness(0) invert(1);
}

.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mobile-bottom-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.mobile-bottom-bar ul li {
  display: block;
  flex: 1;
  padding: 0;
}
.mobile-bottom-bar ul li a {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 0.8rem;
  text-transform: capitalize;
}
.mobile-bottom-bar ul li a i {
  margin-right: 10px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .mobile-bottom-bar {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */