/********Contact Us***************/
.contact-headd {
  color: #005670;
  font-size: 16px;
  font-weight: 600;

}

.contact-form {
  width: 95%;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 60px;
  margin-bottom: 70px;
}

.contact-infoo i {
  color: #fff;
}
/* 
.contact-display {
  display: flex;
} */

.form-group label {
  color: #005670;
 font-size: 14px;
  font-weight: 600;
}

.form-control {
  background-color: #fff;
  width: 98%;
  border-bottom: 2px solid #d9d9d9;
  border-top: 0;
  padding: 10px 0px;
  border-left: 0;
  border-right: 0;
  font-size: 11px;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-controls {
  background-color: #fff;
  width: 98%;
  border-bottom: 2px solid #d9d9d9;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.contact-formarea {
  width: 95%;
  /* height: 100%; */
  margin: auto;
  margin-top: 50px;
  box-shadow: 2px 2px 4px 3px rgba(172, 172, 172, .12);

}

.Contact-Info {
  padding: 20px;
  border: 1px solid #cccccc6e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
span {
  font-size: 14px;
  font-weight: 400;
  /* margin: 10px 0px 0px 0px; */
}
.Contact-Info h3 {
  margin: auto;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #555;
}

.btn-send {
  background-color: #00a78e;
  color: #ffff;
  font-size: 16px;
  width: 99%;
  font-weight: 500;
  text-align: center;
  margin: auto;
  margin-top: auto;
  margin-top: 15px;
  width: 19%;
  border-radius: 40px;
}

.btn-send:hover {
  background-color: #01a78e;
  color: #ffff;
}

.map-responsive {
  margin-top: 50px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.icons-contact {
  color: #005670
}

.headingg {
  font-weight: 500;
  text-align: center;
  color: #444;
  padding: 10px 0px 0px 0px;
  margin: 23px 0px 0px 0px;
  font-size: 23px;
  list-style: none;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 420px;
  width: 1276px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 420px;
  width: 100%;

}

@media only screen and (min-width: 280px) and (max-width:480px) {
  .btn-send {
    width: 55%;
  }
}

@media only screen and (min-width: 480px) and (max-width:576px) {
  .btn-send {
    width: 35%;
  }
}

@media only screen and (min-width: 576px) and (max-width:768px) {
  .btn-send {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .btn-send {
    width: 30%;
  }
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  border-bottom: 2px solid #d9d9d9;
  outline: none;
  box-shadow: none;
}

.form-controls:focus-visible {
  border: none;
}

/* .contact-subheader {
  margin-bottom: 20px;
} */

@media only screen and (min-width: 280px) and (max-width:991px) {
  .contact-formarea {
    margin-top: 26px;
  }

  .headingg {
    margin: 15px 0px 0px 0px;
  }
}

h4.cont_haed {
  font-size: 20px;
  padding: 0px 0px 20px 0px;
  font-weight: 500;
  color: #2c2a2a;
}