h1, h2, h3, h4, h5, h6 {
  font-family: "Alexandria", sans-serif;
  color: #000;
}

p, ul, li, span, a, i, strong, div, body {
  font-family: "Poppins", sans-serif;
  color: #453d3d;
}

.bg-blue {
  background: #24748c !important;
}

.bg-yellow {
  background: #f9f2eb !important;
}

body {
  background: #f7f7f7;
}
body p, body h3, body h3, body h1, body span {
  background-color: transparent !important;
}

a {
  color: #453d3d;
  text-decoration: none !important;
}

p {
  margin-bottom: 0px !important;
  font-size: 1rem !important;
}

.prev-arrow, .next-arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  font-size: 21px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  left: -1px;
  padding: 10px 20px;
}

.next-arrow {
  right: 0px;
  left: auto;
}

.prev-arrow:hover, .next-arrow:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.globalbtn {
  background: #24748c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  display: inline-block;
  font-size: 1rem;
  z-index: 2;
}
.globalbtn:hover {
  background: #000;
}

.badge-section {
  background: #eaf7ff !important;
  padding: 20px 0px;
}
.badge-section a {
  color: #000 !important;
}

@media only screen and (max-width: 768px) {
  .globalbtn {
    font-size: 16px !important;
  }
  .prev-arrow, .next-arrow {
    top: 46%;
    z-index: 999;
    font-size: 9px;
    background: transparent;
    color: #fff;
    border: 2px solid #b8b6b6;
    padding: 5px 5px;
  }
}
.footer {
  background: #f6e9e6;
  background: #eaf7ff;
  padding: 60px 0 30px;
  color: #4b403c;
  font-family: "Times New Roman", serif;
  position: relative;
  z-index: 99;
}

.footer a {
  color: #4b403c;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 30px;
  margin-top: -123px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #eaf7ff;
  border-radius: 15px;
  padding: 15px;
}

.footer-logo img {
  max-width: 300px;
}

.footer-menu {
  border-top: 1px solid #d9c8c3;
  border-bottom: 1px solid #d9c8c3;
  margin-bottom: 45px;
}

.footer-menu .col {
  border-right: 1px solid #d9c8c3;
}

.footer-menu .col:last-child {
  border-right: 0;
}

.footer-menu a {
  display: block;
  padding: 14px 10px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

.footer-content {
  border-bottom: 1px solid #d9c8c3;
  padding-bottom: 40px;
}

.footer-box {
  padding: 0 35px;
  border-right: 1px solid #d9c8c3;
}

.footer-box:last-child {
  border-right: none;
}

.footer-box h5 {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-box p,
.footer-box li {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 0;
}

.footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom {
  padding-top: 35px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-connect {
  font-size: 34px;
  font-family: cursive;
  margin-right: 15px;
}

.footer-social a {
  font-size: 24px;
  transition: 0.3s;
}

.footer-social a:hover {
  opacity: 0.7;
}

.footer-news-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.footer-newsletter {
  position: relative;
}

.footer-newsletter input {
  width: 100%;
  height: 48px;
  border: 1px solid #d3c3be;
  background: transparent;
  padding: 0 55px 0 15px;
  outline: none;
}

.footer-newsletter button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 48px;
  border: none;
  background: transparent;
  color: #7f726d;
  font-size: 18px;
}

.footer-newsletter input:focus {
  border-color: #8d736b;
}

.copyright {
  padding: 5px;
  background: #277691;
}
.copyright p, .copyright a {
  color: #fff !important;
  font-size: 14px !important;
}

#bookAppointment {
  display: none;
}

.book-an-appointment {
  background: rgba(0, 0, 0, 0.9019607843) !important;
  padding: 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-an-appointment .inner-rows {
  width: 900px;
  display: flex;
  justify-content: center;
  background: #fff;
}
.book-an-appointment .inner-rows .both-clms {
  width: 50% !important;
}
.book-an-appointment .inner-rows .left-clm img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.book-an-appointment .inner-rows .right-clm {
  position: relative;
  padding: 30px;
}
.book-an-appointment .inner-rows .right-clm h2 {
  margin-bottom: 20px;
}
.book-an-appointment .inner-rows .right-clm input, .book-an-appointment .inner-rows .right-clm select, .book-an-appointment .inner-rows .right-clm textarea {
  border: 1px solid rgba(0, 0, 0, 0.3333333333);
}
.book-an-appointment .inner-rows .right-clm button {
  background: #24748c;
  padding: 10px 20px !important;
  font-weight: bold;
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 1px;
}
.book-an-appointment .inner-rows .right-clm button:hover {
  background: #000 !important;
  border-color: #000 !important;
}
.book-an-appointment .inner-rows .right-clm button i {
  color: #fff !important;
  margin-right: 5px;
}
.book-an-appointment .inner-rows .right-clm #closebookAppointmentbtn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.book-an-appointment .inner-rows .right-clm #closebookAppointmentbtn i {
  font-size: 20px;
}

@media (max-width: 991px) {
  .footer {
    padding: 45px 0;
  }
  .footer-menu .row {
    row-gap: 0;
  }
  .footer-menu .col {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #d9c8c3;
  }
  .footer-menu .col:last-child {
    border-bottom: none;
  }
  .footer-box {
    border-right: none;
    border-bottom: 1px solid #d9c8c3;
    text-align: center;
    padding: 30px 15px;
  }
  .footer-box:last-child {
    border-bottom: none;
  }
  .footer-social {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .footer-connect {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-news-title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 35px 0;
  }
  .footer-connect {
    font-size: 28px;
  }
  .footer-social a {
    font-size: 20px;
  }
  .footer-menu a {
    font-size: 13px;
  }
  .footer-box h5 {
    font-size: 16px;
  }
  .footer-box p,
.footer-box li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .book-an-appointment .inner-rows {
    width: 100%;
    display: block;
  }
  .book-an-appointment .inner-rows .both-clms {
    width: 100% !important;
  }
  .book-an-appointment .inner-rows .left-clm {
    display: none;
  }
}/*# sourceMappingURL=footer.css.map */