
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #d8d8d8 !important;
}
span {
  font-weight: bold;
}
.aqRPF {
  max-width: 1164px;
  width: 100%;
  margin: auto;
  background-color: transparent;
}
.navbar {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  color: #343a40 !important;
  padding: 15px;
}
.nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.nav p {
  font-size: 20px;
}
.text-main {
  text-align: center;
  padding-top: 10px;
  font-size: 32px;
}
.banner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  background-color: #f8f9fa !important;
  border: white;
  border-radius: 30px;
  padding: 30px;
}
.thanks {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  background-color: #f8f9fa !important;
  border: white;
  border-radius: 30px;
  padding: 68px;
}
.over-div {
  max-width: 1443px;
  margin: 0 auto;
  width: 50%;
  border: 1px solid black;
}
.heading {
  text-align: center;
  background-color: #6c757d !important;
  padding: 10px;
  color: white;
}
.heading-mid {
  padding: 20px;
}
.heading-mid p {
  font-size: 15px;
  line-height: 1.5;
}
.heading p {
  font-size: 25px;
}
.main {
  display: flex;
  justify-content: space-between;
}
.right {
  width: 55%;
  margin-top: 50px;
}
.right p {
  font-size: 16px;
  color: #212529;
  line-height: 1.5rem;
}
.form-text {
  text-align: center;
  background-color: #6c757d !important;
  padding: 2px;
  padding-top: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.p1 {
  font-size: 28px;
  color: white;
  display: inline;
  line-height: 1.5;
}
.p2 {
  font-size: 16px;
  color: white;
  line-height: 1.5;
}
.form-container {
  width: 40%;
  box-sizing: border-box;
  margin-top: 50px;
}
#appointment-form {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid black;
}
.input-group {
  margin-bottom: 15px;
}
.input-group-mid {
  margin-bottom: 15px;
  text-align: center;
  border: solid #d0d0d0 1px;
  background: #f0f0f0;
  border-radius: 5px;
  font-weight: bolder;
  padding: 10px;
}
label {
  display: block;
  margin-bottom: 5px;
}
input,
select,
textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-right: 78px;
}
button {
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.btn {
  width: 100%;
  text-align: center;
  background-color: #6c757d;
  border-color: #6c757d;
}
.text-container {
  width: 45%;
  text-align: center;
  color: #333;
}
#icon {
  color: #6c757d;
}
.duo-input {
  display: flex;
  justify-content: space-between;
}
.footer {
  text-align: center;
  font-size: 0.85em;
  line-height: 1.5rem;
  color: #343a40 !important;
}
.footer-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.g-recaptcha {
  text-align: center;
  display: flex;
  justify-content: center;
}
.contact-link {
  font-size: 20px;
  color: #343a40;
  text-decoration: none;
}
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.burger-menu div {
  width: 100%;
  height: 3px;
  background-color: #343a40;
}
.mobile-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #f8f9fa;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.mobile-menu a {
  font-size: 20px;
  color: #343a40;
  text-decoration: none;
  display: block;
  padding: 10px;
}
.mobile-menu.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .aqRPF,
  .banner,
  .thanks,
  .form-container,
  .right,
  .text-container {
    width: 100% !important;
  }
  .main {
    flex-direction: column;
  }
  .right,
  .text-container {
    margin-top: 0;
  }
  .form-container {
    margin-top: 20px;
  }
  .duo-input {
    flex-direction: column;
  }
  .footer-btn {
    flex-direction: column;
    gap: 5px;
  }
  .nav p {
    font-size: 16px;
  }
  .text-main {
    font-size: 24px;
  }
  .input-group label {
    font-size: 14px;
  }
  .heading p {
    font-size: 20px;
  }
  .heading-mid p {
    font-size: 14px;
  }
  .footer {
    font-size: 12px;
  }
  input,
  select,
  textarea {
    padding: 10px;
    font-size: 16px;
  }
  textarea {
    min-height: 100px;
  }
  .banner {
    padding: 15px;
  }
  .thanks {
    padding: 30px;
  }
  .over-div {
    width: 100% !important;
  }
  .input-group {
    margin-bottom: 20px;
  }
  body {
    overflow-x: hidden;
  }
  .g-recaptcha {
    transform-origin: center;
    padding: 0 10px;
    box-sizing: border-box;

  }
  .g-recaptcha > div {
    width: 100% !important;
    max-width: 304px;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
  }
  .contact-link {
    display: none;
  }
  .burger-menu {
    display: flex;
  }
}
@media only screen and (max-width: 360px) {
  .g-recaptcha {
    transform: scale(0.67);
    transform-origin: center;
  }
  .g-recaptcha > div {
    max-width: 260px !important;
  }
}
