.contact__banner {
  background: url("./assests/banner_footer.png");
  /* background-position: 25%; */
  background-repeat: no-repeat;
  background-size: top;
}

.sub__heading {
  width: 70%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 40px;
}

.contact__icon {
  width: 20px;
  padding: 0px;
  margin: 0px;
}

.contact-form,
.visit-us {
  background-color: transparent;
}

/* Change input border to only bottom and set color to #50DBE6 */
.form-group input,
.custom-select,
.form-group textarea {
  border: none;
  border-bottom: 2px solid #50dbe6;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
  color: #311275;
  outline: none;
}

.form-group input:focus,
.custom-select:focus,
.form-group textarea:focus {
  outline: none;
}

/* Change placeholder color to #311275 */
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #311275;
}

.form-check-input ~ .form-check-label {
  color: #311275;
}

/* Remove checkbox background and change checkbox color */
.form-check-input:checked ~ .form-check-label:before {
  border-color: #007bff;
  background-color: #007bff;
}

/* Change submit button gradient colors */
.btn-primary {
  background: linear-gradient(to right, #26cbff, #ff4eaa);
  border-radius: 29px 29px 29px 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.image__box {
  max-width: 300px;
  overflow: hidden;
}

.map__img {
  width: 300px;
}

.map__img:hover {
  width: 350px;
  transition: ease 0.5s;
}

/* Change title and subtitle text color */
.section-title,
.section-subtitle {
  color: #311275;
}

/* Icon styles */
.icon {
  margin-right: 10px;
  color: #311275;
}

/* Divider style */
.divider {
  height: 1px;
  background-color: #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .contact__banner {
    background: url("./assests/img86f.png");
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sub__heading {
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 40px;
  }

  .map__img {
    width: 100%;
  }
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
  .sub__heading {
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 40px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
