@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1600px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin: auto;
}
.ffp {
  font-family: "Playfair Display", serif;
}

.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #221f1f !important;
}
.bg-secondary {
  background-color: #221f1f !important;
}
.text-danger {
  color: #ca9176 !important;
}
.bg-light {
  background-color: #f5efed !important;
}
.text-light {
  color: #545454 !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.2em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-600 {
  letter-spacing: 0.06em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 50px;
  line-height: 1.2;
}
.fs-12 {
  font-size: 12px;
}

.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-35 {
  font-size: 35px;
}
.fs-40 {
  font-size: 40px;
}

.fs-50 {
  font-size: 50px;
}


/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-1 {
  line-height: 1.1;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 0;
  width: 121px;
  height: 38px;
  border: 1px solid;
  border-radius: 0;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-warning {
  background-color: #ca9176;
  border-color: #ca9176;
  color: #fff;
}
.btn-warning:hover {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}
.white-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000 !important;
}

button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #ca9176;
  z-index: 99;
  color: #ca9176;
}

button#ScrollToTop:hover {
  background: #ca9176;
  color: #fff;
}

.site-logo a {
  display: inline-block;
  width: 123px;
}
.scroll header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
/* .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
} */
.banner-text h1 {
  color: #d3b2a7 !important;
}
.welcome-img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  height: 70%;
  width: 100%;
  background-color: #f5efed;
  z-index: -1;
}
.doctor-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  height: 50%;
  width: 100%;
  background-color: #fff;
}
.choose-img {
  margin-top: -70px;
}
.welcome-text ul,
.protect-text ul {
  list-style: disc;
  padding-left: 20px;
}
.protect-text ul li {
  width: fit-content;
  margin: auto;
}

.slick-slide {
  padding: 0 150px;
}

.testimonial-wrap::before,
.testimonial-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
  display: inline-block;
  background-image: url(../images/before-quote.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial-wrap::after {
  left: auto;
  right: 0;
  background-image: url(../images/after-quote.png);
}
.slick-dots li button:before {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: #ca9176;
  border: 2px solid #ca9176;
  border-radius: 50%;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: transparent;
}
.book-heading {
  width: fit-content;
}
.nav-tabs .nav-link {
  background-color: transparent;
  border-color: #ca9176;
  color: #ca9176;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #ca9176;
  border-color: #ca9176;
  color: #fff;
}
.nav-tabs .nav-link:hover,
.book-btn:hover {
  border-color: #ca9176;
  color: #b06744;
}
.book-sec .book-btn {
  background-color: transparent;
  /* border:1px solid #ca9176; */
  /* border-bottom: 0; */
  color: #ca9176;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.consultation-tabs {
  border-color: #ca9176 !important;
}
select.form-control {
  appearance: auto;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eedbd2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 145, 118, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(202, 145, 118, 0.25);
}
.booking-btn {
  width: fit-content;
  height: auto;
  padding: 15px 20px;
}
.map-sec {
  height: 750px;
}

span.wpcf7-list-item {
    margin-right: 10px;
}
span.wpcf7-list-item input{
	margin-right: 5px;
}
span.wpcf7-spinner {
	display: none !important;
}

@media (max-width: 1500px) {
  .fs-12 {
    font-size: 10px;
  }
  .btn {
    width: 115px;
    height: 35px;
    font-size: 10px;
  }
  .fs-15 {
    font-size: 12px;
  }
  .fs-16, .form-control {
    font-size: 14px;
  }
  h1,
  .h1,
  .fs-50 {
    font-size: 40px;
  }
  .fs-40 {
    font-size: 35px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-20 {
    font-size: 17px;
  }
  .fs-35 {
    font-size: 30px;
  }
  .fs-17 {
    font-size: 15px;
  }
  .map-sec {
    height: 650px;
  }
}
@media (max-width: 1199px) {
  h1,
  .h1,
  .fs-50 {
    font-size: 35px;
  }
  .fs-40 {
    font-size: 30px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-20 {
    font-size: 15px;
  }
  .fs-16, .form-control {
    font-size: 12px;
  }
  .fs-35 {
    font-size: 25px;
  }
  .fs-17 {
    font-size: 13px;
  }
  .testimonial-wrap::before,
  .testimonial-wrap::after {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 991px) {
  .slick-slide {
    padding: 0 70px;
  }
  .map-sec {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .site-logo a {
    width: 100px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
  h1,
  .h1,
  .fs-50 {
    font-size: 30px;
  }
  .fs-40 {
    font-size: 28px;
  }
  .fs-24 {
    font-size: 16px;
  }
  .map-sec {
    height: 320px;
  }
  h1,
  .h1,
  .fs-50 {
    font-size: 25px;
  }
  .fs-40 {
    font-size: 22px;
  }
  .banner-text p {
    width: 100% !important;
  }
  .fs-24 {
    font-size: 14px;
  }
  .btn {
    width: 100px;
  }
  .fs-35 {
    font-size: 20px;
  }
  .testimonial-wrap::before,
  .testimonial-wrap::after {
    height: 30px;
    width: 30px;
  }
  .slick-slide {
    padding: 0 30px;
  }
  .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
