.theme-light .navbar-brand .logo-light {
  height: 65px;
}
.counter-wrap {
  padding: 60px 0px 30px;
}
.appointment-wrap.style1 .appointment-content .content-feature-list li i,
.appointment-wrap.style3 .appointment-content .content-feature-list li i {
  top: 4px;
  left: 0px;
}
.appointment-wrap.style1 .appointment-content .content-feature-list li,
.appointment-wrap.style3 .appointment-content .content-feature-list li {
  background-color: unset;
  padding: 0px 0px 0px 25px;
  box-shadow: unset;
  border-radius: unset;
  margin: 0 0 10px;
}
.appointment-wrap.style1 .appointment-content .content-feature-list,
.appointment-wrap.style3 .appointment-content .content-feature-list {
  -moz-columns: 2;
  columns: unset;
}
.appointment-content .btn.style1 {
  padding: 8px 20px;
}
.appointment-wrap.style1 .appointment-content {
  padding-bottom: unset;
}
.appointment-wrap {
  padding-top: 50px;
}
.appointment-img {
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #0000002b;
}
.appointment-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rowMargin {
  align-items: center;
  margin-bottom: 40px;
}
.rowReverse {
  flex-direction: row-reverse;
}
.whyChooseSection {
  padding: 50px 0px 50px;
}
.whyChooseSection .titleBlock {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial-wrap {
  padding: 50px 0px 40px;
}
.testimonial-wrap .cta-wrap {
  padding-top: 60px;
}
.contact-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.contact-form .btn.disabled {
  opacity: 1;
  color: #fff;
  display: block;
  margin: auto;
  padding: 10px 22px;
}
.locationMap {
  height: 220px;
  border-radius: 12px;
  border: 4px solid #fff;
}
.footerRow {
  padding-top: 50px;
  padding-bottom: 40px;
}
.footer-wrap .footer-widget .footer-logo {
  height: 80px;
}
.footer-wrap .footer-widget .footer-logo img {
  height: 100%;
  width: auto;
}
