/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact-page {
  width: 100%;
  background-image: url(/images/2.png);
  background-size: cover;
}

.maps {
  width: 100%;
}

#map {
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 15px rgba(254, 196, 1, 0.75);
  box-shadow: 0px 0px 15px rgba(254, 196, 1, 0.75);
}

.contact-page #map {
  margin-top: 100px;
}

.contact-page.section {
  margin-top: 0px;
  padding-top: 48px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  margin-right: 280px;
}

.contact-page .section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-page .section-heading h2 {
  color: #d92b0e;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.contact-page .item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(254, 196, 1, 0.75);
  box-shadow: 0px 0px 15px rgba(254, 196, 1, 0.75);
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 360px;
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item .icon {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: flex;
  text-align: center;
  background-color: var(--primaryRed);
  border-radius: 50%;
  transition: all 0.4s;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #3a3a3a;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 15px rgba(254, 196, 1, 0.75);
  box-shadow: 0px 0px 15px rgba(254, 196, 1, 0.75);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: rgba(254, 196, 1, 0.9);
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: rgba(254, 196, 1, 0.9);
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form textarea:focus,
.contact-page #contact-form input:focus {
  background-color: rgba(254, 196, 1, 0.75);
  color: #000;
}

.contact-page #contact-form button {
  background-color: #d92b0e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
}

.contact-page #contact-form button:hover {
  background-color: #e07a31;
}

@media (max-width: 992px) {
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
}

@media (max-width: 1200px) {
  .contact-page .section-heading {
    margin-right: 100px;
  }
}
