/* Header Starts */

.main_header {
  background-image: url(../images/contact-us/contact-us-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 105px;
  box-shadow: inset 0 0 0 2000px rgba(40, 52, 98, 0.7);
  padding-top: 210px;
  padding-bottom: 170px;
}

.types_of_visa .slick-dots {
  padding: 0;
}

.contact_us .contact_us_title h1 {
  padding-bottom: 50px;
  margin: 0;
}

.contact_us .contact_us_title p {
  color: var(--gray-color);
  text-align: center;
  /* font-size: 1rem; */
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0;
  padding-bottom: 50px;
}


.types_of_visa {
  padding-bottom: 100px;
}

/* Header Ends */

@media (max-width: 992px) {
  .contact_us .contact_us_title h1 {
    padding-bottom: 20px;
  }

  .contact_us .contact_us_title p {
    font-size: 0.875rem;
    padding-bottom: 30px;
  }
}
