@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");

:root {
  --font-Gabarito: "Gabarito", sans-serif;
  --font16: 16px;
  --font18: 18px;
  --font20: 20px;
  --font24: 24px;
  --font26: 26px;
  --font28: 28px;
  --font30: 30px;
  --font32: 32px;
  --font36: 36px;
  --font38: 38px;
  --font40: 40px;
  --font48: 48px;
  --font58: 58px;
  --font64: 64px;
  --font72: 72px;
  --light-cream: #ffede7;
  --sky-blue: #00a0e3;
  --gray54: #545454;
  --dark1c: #1c1c1c;
  --dark-blue: #003044;
  --white: #fff;
  --py100: 100px 0;
  --py60: 60px 0;
  --py64: 64px 0;
  --py40: 40px 0;
  --py30: 30px 0;
  --mb16: 16px;
  --mb8: 8px;
}
* {
  font-family: var(--font-Gabarito);
}
.top-banner {
  background-image: url(/images/contact-us/top-banner.png);
  position: relative;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.get-in-touch {
  padding: var(--py100);
}

.get-in-touch .get-in-touch-text .get-in-touch-text-header {
  padding: 20px 0;
}

.get-in-touch .get-in-touch-text .get-in-touch-text-header h4 {
  font-size: var(--font20);
  font-weight: 500;
  color: var(--sky-blue);
}
.get-in-touch .get-in-touch-text .get-in-touch-text-header h2 {
  font-size: var(--font36);
  font-weight: 600;
  color: var(--dark1c);
}
.get-in-touch .get-in-touch-text .get-in-touch-text-header p {
  font-size: var(--font18);
  font-weight: 400;
  color: var(--gray54);
}

.get-in-touch .get-in-touch-text .get-in-touch-text-body {
  padding: 20px 0;
}

.get-in-touch .get-in-touch-text .get-in-touch-text-body .adderss {
  display: flex;
  align-items: start;
  margin-top: 16px;
}
.get-in-touch
  .get-in-touch-text
  .get-in-touch-text-body
  .adderss
  .adderss-text {
  margin-left: 15px;
}
.get-in-touch
  .get-in-touch-text
  .get-in-touch-text-body
  .adderss
  .adderss-text
  h4 {
  font-weight: 400;
  font-size: var(--font20);
  color: #000;
}
.contact-us-numbers {
  display: flex;
  flex-direction: column;
}
.get-in-touch
  .get-in-touch-text
  .get-in-touch-text-body
  .adderss
  .adderss-text
  span
  a {
  text-decoration: none;
  color: var(--gray54);
  font-weight: 500;
  font-size: var(--font16);
}
.get-in-touch .get-in-touch-text .get-in-touch-footer h4 {
  padding: 20px 0;
  font-weight: 500;
  font-size: var(--font20);
  color: var(--sky-blue);
  margin: 0;
}
.get-in-touch .get-in-touch-text .get-in-touch-footer .social-media {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.get-in-touch .get-in-touch-card {
  padding: 30px;
  box-shadow: 0px 7px 29px 0px #64646f33;
  border-radius: 20px;
}
.get-in-touch .get-in-touch-card .info h4 {
  font-weight: 500;
  font-size: var(--font20);
  color: var(--sky-blue);
}
.get-in-touch .get-in-touch-card .info a {
  font-weight: 400;
  font-size: var(--font18);
  color: var(--sky-blue);
}
.get-in-touch .get-in-touch-card .info p {
  font-weight: 400;
  font-size: var(--font18);
  color: var(--gray54);
}
.get-in-touch .get-in-touch-card .form-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.get-in-touch .get-in-touch-card .form-items label {
  font-size: var(--font16);
  font-weight: 500;
  color: var(--gray54);
}
.get-in-touch .get-in-touch-card .form-items input,
.get-in-touch .get-in-touch-card .form-items textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #dddddd;
  padding: 10px 16px;
  border-radius: 4px;
  color: var(--gray54);
  outline: 0;
}

.get-in-touch .get-in-touch-card button {
  border-radius: 38px;
  border: 0;
  background-color: var(--sky-blue);
  color: var(--white);
  padding: 8px 20px;
  font-weight: 400;
  margin-top: 20px;
  font-size: var(--font18);
  transition: all 0.3s linear;
}
.get-in-touch .get-in-touch-card button:hover img {
  transform: rotate(38deg);
  transition: all 0.3s linear;
}
.get-in-touch .get-in-touch-card button:hover {
  background-color: #0082b9;
  box-shadow: 0px 8px 24px 0px #959da533;
  transition: all 0.3s linear;
}
.internation-number {
  width: 100% !important;
  margin-top: 6px !important;
}

.iti {
  display: block !important;
}

.imp-contact-nos {
  padding: var(--py100);
  background-color: #243e99;
}
.imp-contact-nos h2 {
  color: var(--white);
  font-size: var(--font36);
  font-weight: 600;
  text-align: center;
}
.imp-contact-nos .emergency-services {
  margin-top: 40px;
  display: flex;
}

.imp-contact-nos .emergency-services .service-img {
  width: 42%;
}
.imp-contact-nos .emergency-services .service-img img {
  width: 100%;
}
.imp-contact-nos .emergency-services .line {
  border-right: 1px solid var(--white);
  /* height: 100%; */
  width: 5px;
  padding: 0 10px;
}
.imp-contact-nos .emergency-services .service-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.imp-contact-nos .emergency-services .service-contact span {
  margin-left: 20px;
  font-size: var(--font24);
  font-weight: 500;
  padding: 8px 0;
  color: var(--white);
}
.imp-contact-nos .for-appointments {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.imp-contact-nos .for-appointments span:nth-child(2) {
  background-color: var(--sky-blue);
  color: var(--white);
  padding: 16px 24px;
  border-radius: 128px;
  margin: 0 10px;
}
.imp-contact-nos .for-appointments span:first-child,
.imp-contact-nos .for-appointments span:last-child {
  border-top: 1px solid var(--sky-blue);
  width: 33%;
  height: 100%;
}

/*      ####################################################
                   LOADER
        ####################################################
*/
.loading-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /*  Initially hide the loading effect   */
}

.loading-effect .loader {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 2000;
}

.loading-effect .loader img {
  height: 100px;
}

@media (1024px <=width <=1199px) {
  .imp-contact-nos .emergency-services {
    justify-content: center;
  }
  .imp-contact-nos .emergency-services .service-img {
    width: 40%;
  }
  .imp-contact-nos .for-appointments {
    display: flex;
    justify-content: center;
  }
  .imp-contact-nos .for-appointments span:nth-child(2) {
    margin: 10px;
    padding: 10px 20px;
  }
  .adderss-text {
    display: flex;
    flex-direction: column;
  }
  .get-in-touch-text-body .col-lg-6 {
    width: 100%;
  }
}
@media (768px <=width <=1023px) {
  .imp-contact-nos .emergency-services {
    margin-top: 24px;
  }
  .imp-contact-nos h2 {
    font-size: var(--font28);
  }
  .imp-contact-nos .emergency-services .service-contact span {
    font-size: var(--font20);
  }
  .imp-contact-nos {
    padding: var(--py60);
  }
  .get-in-touch {
    padding: var(--py60);
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header h2 {
    font-size: var(--font28);
  }
  iframe {
    height: 400px;
  }
  .imp-contact-nos .emergency-services {
    justify-content: center;
  }
  .imp-contact-nos .emergency-services .line {
    display: none;
  }
  .imp-contact-nos .for-appointments span:first-child,
  .imp-contact-nos .for-appointments span:last-child {
    width: 20%;
  }
  .imp-contact-nos .for-appointments {
    display: flex;
    justify-content: center;
  }
  .adderss-text {
    display: flex;
    flex-direction: column;
  }
  /* loader */
  .loading-effect .loader img {
    height: 80px;
  }
}

@media (568px <=width <=767px) {
  .top-banner {
    background-position: right;
  }
  .imp-contact-nos .for-appointments {
    margin-top: 16px;
  }
  .imp-contact-nos .emergency-services {
    margin-top: 16px;
  }
  .imp-contact-nos h2 {
    font-size: var(--font20);
  }
  .imp-contact-nos .emergency-services .service-contact span {
    font-size: var(--font16);
  }
  .imp-contact-nos {
    padding: var(--py40);
  }
  .get-in-touch {
    padding: var(--py60);
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header h2 {
    font-size: var(--font28);
  }
  iframe {
    height: 300px;
  }
  .imp-contact-nos .emergency-services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .imp-contact-nos .emergency-services .line {
    display: none;
  }
  .imp-contact-nos .for-appointments span:first-child,
  .imp-contact-nos .for-appointments span:last-child {
    display: none;
  }
  .imp-contact-nos .for-appointments {
    display: flex;
    justify-content: center;
  }
  .adderss-text {
    display: flex;
    flex-direction: column;
  }
  /* loader */
  .loading-effect .loader img {
    height: 60px;
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header p {
    font-size: var(--font16);
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header {
    padding: 0;
  }
}

@media (480px <=width <=567px) {
  .top-banner {
    background-position: right;
  }
  .imp-contact-nos .for-appointments {
    margin-top: 16px;
  }
  .imp-contact-nos .emergency-services {
    margin-top: 16px;
  }
  .imp-contact-nos h2 {
    font-size: var(--font20);
  }
  .imp-contact-nos .emergency-services .service-contact span {
    font-size: var(--font16);
  }
  .imp-contact-nos {
    padding: var(--py40);
  }
  .get-in-touch {
    padding: var(--py40);
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header h2 {
    font-size: var(--font20);
  }
  iframe {
    height: 300px;
  }
  .imp-contact-nos .emergency-services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .imp-contact-nos .emergency-services .line {
    display: none;
  }
  .imp-contact-nos .for-appointments span:first-child,
  .imp-contact-nos .for-appointments span:last-child {
    display: none;
  }
  .imp-contact-nos .for-appointments {
    display: flex;
    justify-content: center;
  }
  .adderss-text {
    display: flex;
    flex-direction: column;
  }
  /* loader */
  .loading-effect .loader img {
    height: 60px;
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header p {
    font-size: var(--font16);
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header {
    padding: 0;
  }
}

@media (320px <=width <=479px) {
  .top-banner {
    background-position: right;
  }
  .imp-contact-nos .for-appointments {
    margin-top: 16px;
  }
  .imp-contact-nos .emergency-services {
    margin-top: 16px;
  }
  .imp-contact-nos h2 {
    font-size: var(--font20);
  }
  .imp-contact-nos .emergency-services .service-contact span {
    font-size: var(--font16);
  }
  .imp-contact-nos {
    padding: var(--py40);
  }
  .get-in-touch {
    padding: var(--py40);
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header h2 {
    font-size: var(--font20);
  }
  iframe {
    height: 300px;
  }
  .imp-contact-nos h2 {
    text-align: left;
  }
  .imp-contact-nos .emergency-services {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .imp-contact-nos .emergency-services .line {
    display: none;
  }
  .imp-contact-nos .for-appointments span:first-child,
  .imp-contact-nos .for-appointments span:last-child {
    display: none;
  }
  .imp-contact-nos .for-appointments {
    display: flex;
    justify-content: center;
  }
  .imp-contact-nos .for-appointments span:nth-child(2) {
    margin: 0;
    padding: 10px 20px;
  }
  /* loader */
  .loading-effect .loader img {
    height: 50px;
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header p {
    font-size: var(--font16);
  }
  .get-in-touch .get-in-touch-text .get-in-touch-text-header {
    padding: 0;
  }
}
