/* line spacing and spacing between the characters throughout the site except menu and form*/
body {
  line-height: 1.5; /* line-height */
  letter-spacing: 0.5px; /* letter-spacing */
}

/* line spacing and spacing between the characters in mobile menu */
.mobileMenu {
  line-height: 1.4; /* line-height */
  letter-spacing: 0px; /* letter-spacing */
}

.emailContact {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.emailContact img {
  height: 24px;
  vertical-align: top;
}
.hoverContImg {
  display: none;
}
.emailContact:hover .contImg {
  display: none;
}
.emailContact:hover .hoverContImg {
  display: block;
}
#contact_form_pop {
  max-width: 400px;
  width: 100%;
  display: block;
  overflow: initial;
  max-height: none;
}

.address_lists {
  display: flex;
}

.address_lists div:first-child {
  margin-right: 50px;
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff;
}

.form-wrap {
  margin-top: 53px;
} 
.form-title {
  text-align: center;
  font-size: 30px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.form-wrap .wpcf7 .ajax-loader {
  top: 6px;
}
.form-wrap p {
  margin: 0;
}
.form-wrap form {
  padding: 0;
}
.form-wrap form label span {
  margin-top: 3px;
}
.form-wrap form label,
.form-wrap form .label {
  font-weight: normal;
}
.form-wrap form .thankMg {
  display: none !important;
}
.form-wrap form input[type="radio"] {
  margin-right: 10px;
}
.form-wrap form input[type="text"],
.form-wrap form input[type="email"],
.form-wrap form textarea {
  background-color: #fff;
  border: 1px solid #3d3e67;
}

.form-wrap form .wpcf7-response-output {
  display: none !important;
}

.animated-modal {
  max-width: 400px !important;
  overflow: initial;
  max-height: none !important;
  transform: translateY(-80px);
  transition: all 0.5s; /* Should match `data-animation-duration` parameter */
}

/* #fancybox-wrap {
  max-width: 417px;
}
#fancybox-content {
  max-width: 100%;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
} */
.mb5 {
  text-align: left;
}
