.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

#get_in_touch_section .get-in-touch-area .get-in-touch-title-contents h2 {
  font-size: 58px;
}
#get_in_touch_section .get-in-touch-area .get-in-touch-title-contents p {
  line-height: 35px;
}
#get_in_touch_section .get-in-touch-area .get-in-touch-address {
  position: relative;
  padding-left: 65px;
}
#get_in_touch_section .get-in-touch-area .get-in-touch-address img {
  position: absolute;
  left: 0;
}
#get_in_touch_section .get-in-touch-area .get-in-touch-address h2 {
  font-size: 34px;
}
#get_in_touch_section .get-in-touch-area .get-in-touch-address p {
  margin-bottom: 5px;
}
#get_in_touch_section .get-in-touch-area .get-in-touch-address p b {
  color: #000;
}
#get_in_touch_section .get-in-touch-area .get-in-touch-phone-mail-area {
  background-color: #f2f8f8;
  border-radius: 15px;
  padding: 30px;
}

#make_appointment_section .make-appointment-area {
  background-color: #f2f8f8;
  border-radius: 30px;
  padding: 30px 50px;
}
#make_appointment_section .make-appointment-area img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#make_appointment_section .make-appointment-area .make-appointment-form {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 60px;
}
#make_appointment_section .make-appointment-area .make-appointment-form .make-appointment-form-title {
  margin-bottom: 30px;
}
#make_appointment_section .make-appointment-area .make-appointment-form .make-appointment-form-title h4 {
  color: #008b9f;
  font-size: 24px;
}
#make_appointment_section .make-appointment-area .make-appointment-form .make-appointment-form-title h2 {
  font-size: 34px;
}
#make_appointment_section .make-appointment-area .make-appointment-form .form-label {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Inter-Regular";
  color: #000;
}
#make_appointment_section .make-appointment-area .make-appointment-form .form-control {
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  font-family: "Inter-Regular";
}
#make_appointment_section .make-appointment-area .make-appointment-form .form-check {
  margin-top: 15px;
  margin-bottom: 15px;
}
#make_appointment_section .make-appointment-area .make-appointment-form .form-check .checkbox {
  border-color: #000;
}
#make_appointment_section .make-appointment-area .make-appointment-form .form-check .form-check-label {
  font-family: "Inter-Regular";
  color: #000;
}
#make_appointment_section .make-appointment-area .make-appointment-form .form-check .form-check-label span {
  color: #008b9f;
  text-decoration: underline;
}
#make_appointment_section .make-appointment-area .make-appointment-form button {
  margin-top: 15px;
  background-color: #f9aa1c;
  border-radius: 4px;
  color: #fff;
  padding: 15px 70px;
  font-family: "Inter-Regular";
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
}
#make_appointment_section .make-appointment-area .make-appointment-form button:focus {
  background-color: #005866 !important;
}
#make_appointment_section .make-appointment-area .make-appointment-form button:hover {
  background-color: #008b9f !important;
}

#near_by_places_section .near-place-title h2 {
  font-size: 28px;
}
#near_by_places_section .near-places-boxes-area .near-places-box {
  background-color: #f2f8f8;
  padding: 20px 35px;
  border-radius: 10px;
}
#near_by_places_section .near-places-boxes-area .near-places-box .near-place-icon-name {
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}
#near_by_places_section .near-places-boxes-area .near-places-box .near-place-icon-name h2 {
  font-size: 22px;
  line-height: 35px;
}
#near_by_places_section .near-places-boxes-area .near-places-box .near-place-icon-name p {
  color: #636364;
}

#contact_social_section {
  padding-bottom: 60px;
}
#contact_social_section .social-title h2 {
  font-size: 28px;
}
#contact_social_section .social-title-contents p {
  color: #636364;
  line-height: 35px;
}
#contact_social_section .social-icons a {
  margin-right: 30px;
}
@media only screen and (max-width: 1600px) {
  #get_in_touch_section .get-in-touch-area .get-in-touch-title-contents h2 {
    font-size: 40px;
  }
  #get_in_touch_section .get-in-touch-area .get-in-touch-address h2 {
    font-size: 30px;
  }
  #make_appointment_section .make-appointment-area {
    padding: 30px;
  }
  #make_appointment_section .make-appointment-area .make-appointment-form .make-appointment-form-title h2 {
    font-size: 28px;
  }
  #make_appointment_section .make-appointment-area .make-appointment-form .make-appointment-form-title h4 {
    font-size: 20px;
  }
  #make_appointment_section .make-appointment-area .make-appointment-form .form-label {
    font-size: 14px;
  }
  #make_appointment_section .make-appointment-area .make-appointment-form {
    padding: 40px;
  }
  #near_by_places_section .near-places-boxes-area .near-places-box .near-place-icon-name h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  #get_in_touch_section .get-in-touch-area .get-in-touch-address h2 {
    font-size: 26px;
  }
  #near_by_places_section .near-places-boxes-area .near-places-box .near-place-icon-name h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1260px) {
  #get_in_touch_section .get-in-touch-area .get-in-touch-address h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  #get_in_touch_section .get-in-touch-area .get-in-touch-address h2 {
    font-size: 18px;
  }
  #near_by_places_section .near-places-boxes-area .near-places-box {
    padding: 15px 20px;
  }
  #near_by_places_section .near-places-boxes-area .near-places-box .near-place-icon-name h2 {
    font-size: 17px;
    line-height: 28px;
  }
  #near_by_places_section .near-places-boxes-area .near-places-box .near-place-icon-name img {
    width: 50px;
  }
  #make_appointment_section .make-appointment-area {
    padding: 0px 10px;
    border-radius: 8px;
  }
  #make_appointment_section .make-appointment-area .make-appointment-form {
    padding: 20px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #make_appointment_section .make-appointment-area .make-appointment-form .make-appointment-form-title h2 {
    font-size: 22px;
  }
  #make_appointment_section .make-appointment-area .make-appointment-form .make-appointment-form-title h4 {
    font-size: 16px;
  }
  #near_by_places_section .near-places-boxes-area .near-places-box .near-place-icon-name {
    gap: 10px;
  }
}
@media only screen and (max-width: 576px) {
  #near_by_places_section .near-places-boxes-area .near-places-box .near-place-icon-name h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
