/*
Contact Area Style
======================================================*/
.fww-contact-form {
  margin-bottom: 30px;
}
.fww-contact-form h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.fww-contact-form .form-group {
  margin-bottom: 25px;
}
.fww-contact-form .form-group label {
  color: var(--headingColor);
  margin-bottom: 5px;
}
.fww-contact-form .form-group .form-check .form-check-input {
  height: 16px;
  width: 16px;
  background-color: unset;
  border-radius: 0;
  box-shadow: unset;
  border-color: var(--headingColor);
}
.fww-contact-form .form-group .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../images/icon/check-icon.svg);
  background-size: 10px;
}
.fww-contact-form .form-group .form-check label {
  color: var(--headingColor);
  position: relative;
  top: 1px;
}
.fww-contact-form .form-group .form-check label a {
  color: var(--redColor);
}
.fww-contact-form .list-unstyled {
  color: var(--redColor);
}
.fww-contact-form .text-danger {
  font-size: 16px;
}

.fww-contact-info {
  padding-left: 100px;
  margin-bottom: 30px;
}
.fww-contact-info h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.fww-contact-info .info-list {
  padding-left: 0;
  margin-bottom: 0;
}
.fww-contact-info .info-list li {
  list-style-type: none;
  margin-bottom: 18px;
}
.fww-contact-info .info-list li:last-child {
  margin-bottom: 0;
}
.fww-contact-info .info-list li h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.fww-contact-info .info-list li .social-info a {
  color: var(--paragraphColor);
  margin-right: 15px;
  font-size: 18px;
}
.fww-contact-info .info-list li .social-info a:last-child {
  margin-right: 0;
}
.fww-contact-info .info-list li a {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.fww-contact-info .info-list li a:hover {
  color: var(--redColor);
}
.fww-contact-info .info-list li span {
  display: block;
  margin-bottom: 4px;
}

.fww-map-area .map iframe {
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 767px) {
  .fww-map-area .map iframe {
    height: 400px;
  }
  .fww-contact-form h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .fww-contact-info {
    padding-left: 0;
  }
  .fww-contact-info h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fww-map-area .map iframe {
    height: 450px;
  }
  .fww-contact-form h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .fww-contact-info {
    padding-left: 0;
  }
  .fww-contact-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fww-map-area .map iframe {
    height: 450px;
  }
  .fww-contact-form h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .fww-contact-info {
    padding-left: 0;
  }
  .fww-contact-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=contact.css.map */