.banner-section {
  height: auto;
  padding:120px 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

/* Contatct-section */
.contact-sec {
  padding: 30px 0;
  background-color: rgb(221, 221, 221);
}
.contact-box {
  padding: 15px 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.7);
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-box h2 {
  margin-bottom: 20px;
}
.contact-form label {
  margin-bottom: 10px;
}
.form-in {
  outline: 0;
  padding: 5px 10px;
  margin-bottom: 15px;
}
textarea.form-in {
  height: 75px !important;
}
.submit-btn {
  padding: 8px 40px;
  background-color: rgb(32, 177, 235);
  color: white;
  border-radius: 25px;
  border: 0;
  outline: 0;
  margin-bottom: 10px;
}
.submit-btn:hover {
  background-color: rgb(3, 63, 87);
  transition: all 0.3s ease-in;
}
.contact-cont {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
  border: 1px solid white;
  background-color: rgb(253, 255, 247);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding: 7px 8px 7px 12px;
}
h3,
.title3 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  /* margin-bottom: 30px !important; */
  color: #060633;
  text-transform: capitalize;
}
.sub-para {
  font-size: 14px;
  color: black;
  text-align: left;
}
.contact-cont p,
.sub-para {
  margin-bottom: 10px;
}
.contact-cont a {
  color: black;
}
.contact-cont .title3 {
  text-align: left;
}
.location-map {
  margin-top: 40px;
  padding: 6px;
  padding-bottom: 0;
  background-color: #060633;
}
.map {
  width: 100%;
  height: 200px;
  /* bor
  der-radius: 8px; */
}
.icon {
  padding: 10px;
  border-radius: 50%;
  background-color: #0e469f;
  text-align: center;
}
.icon:hover {
  background-color: rgb(22, 51, 83) !important;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.icon i {
  font-size: 18px;
  color: white;
}
@media screen and (max-width: 576px) {
  .banner-section {
    min-height: 40px;
  }
  .contact-box {
    padding: 12px;
    min-height: 450px;
    height: 100%;
    margin-bottom: 15px;
  }
  .contact-sec .row {
    gap: 30px;
  }
  .submit-btn {
    width: 100%;
  }
}
