.contact-hd {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #353535;
  line-height: initial;
  margin-bottom: 0;
}

.contact-sub-hd {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
  line-height: initial;
  margin-bottom: 0;
}

.contact-address-cont {
  background-color: #f4f4f4;
}

.contact-list {
  padding-left: 0;
  list-style-type: none;
}
.contact-list li {
  padding-left: 35px;
  position: relative;
  margin-top: 20px;
}
.contact-list li:first-child {
  margin-top: 0;
}
.contact-list .fa {
  color: #353535;
  font-size: 20px;
}
.contact-list .fa.fa-envelope {
  margin-top: -3px;
}
.contact-list .icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.contact-list .text {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
}

.contact-information-cont {
  display: flex;
  flex-flow: row wrap;
  margin-top: 17px;
  margin-bottom: 80px;
}

.contact-inform-left-cont {
  background-color: #f4f4f4;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .contact-inform-left-cont {
    width: 397px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inform-left-cont {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-inform-left-cont {
    width: 100%;
  }
}

.social-link {
  margin-top: 20px;
}
.social-link a {
  font-size: 20px;
  color: #353535 !important;
}
.social-link a:hover {
  color: #000000;
}

.contact-inform-right-cont {
  border: 1px solid #f4f4f4;
}
@media only screen and (min-width: 992px) {
  .contact-inform-right-cont {
    width: calc(100% - 397px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inform-right-cont {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-inform-right-cont {
    border-left: none;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-inform-right-cont {
    border-top: none;
    width: 100%;
    padding: 20px;
  }
}

#form-contact-us .iti {
  display: block !important;
  width: 100%;
}
#form-contact-us input:-moz-placeholder, #form-contact-us textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#form-contact-us input::-webkit-input-placeholder, #form-contact-us textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#form-contact-us input::-moz-placeholder, #form-contact-us textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#form-contact-us input:-ms-input-placeholder, #form-contact-us textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#form-contact-us input {
  background: #ffffff;
  border: 1px solid #e2e0d7;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #343538;
  width: 100%;
}
#form-contact-us select {
  width: 100%;
  background: transparent;
  border: 0px solid #e2e0d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #343538;
}
#form-contact-us option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}
#form-contact-us input:focus {
  background: transparent;
  outline: none;
}
#form-contact-us textarea {
  resize: vertical;
  background: #ffffff;
  border: 1px solid #e2e0d7;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}
#form-contact-us textarea:focus {
  background: transparent;
  border: 1px solid #4FC1F0;
  outline: none;
}
#form-contact-us .btn {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  padding: 0 !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #1b1b1c;
  border: transparents;
  border-radius: 0;
  width: 152px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  #form-contact-us .btn {
    padding: 10px 40px;
  }
}
#form-contact-us .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#form-contact-us .btn.btn-style-outline {
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  line-height: 26px;
}
#form-contact-us .btn.outline-2 {
  border-width: 2px;
}
#form-contact-us .btn.btn-large {
  padding: 15px 35px;
}
#form-contact-us .btn.btn-size-sm {
  padding: 15px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #form-contact-us .btn.btn-size-sm {
    padding: 10px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #form-contact-us .btn.btn-size-sm {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  #form-contact-us .btn.btn-size-sm {
    padding: 7px 20px;
  }
}
#form-contact-us .btn.btn-size-lg {
  padding: 15px 60px;
  font-size: 14px;
}
#form-contact-us .btn.btn-color-white {
  border-color: #fff;
  color: #fff;
}
#form-contact-us .btn.btn-color-white:hover {
  border-color: #1b1b1c;
  background-color: #1b1b1c;
  color: #fff;
}
#form-contact-us .btn.btn-color-gray {
  border-color: #9d9d9d;
  color: #343538;
}
#form-contact-us .btn.btn-color-gray:hover {
  border-color: #1b1b1c;
  background-color: #1b1b1c;
  color: #fff;
}
#form-contact-us .btn.btn-bg-color-white {
  background-color: #fff;
  color: #343538;
}
#form-contact-us .btn.btn-outline-bigger {
  border-width: 3px;
  width: 100%;
  max-width: 520px;
  font-size: 24px;
  padding: 30px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  #form-contact-us .btn.btn-outline-bigger {
    padding: 20px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #form-contact-us .btn.btn-outline-bigger {
    padding: 20px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  #form-contact-us .btn.btn-outline-bigger {
    padding: 15px;
    max-width: 200px;
  }
}
#form-contact-us .btn.btn-outline-bigger:hover {
  border-color: #1b1b1c;
  background-color: #1b1b1c;
  color: #fff;
}
#form-contact-us .btn.btn-color-black {
  border-color: #e2dcd5;
  color: #343538;
}
#form-contact-us .btn.btn-color-black:hover {
  border-color: #1b1b1c;
  background-color: #1b1b1c;
  color: #fff;
}
#form-contact-us .contact_us_page input, #form-contact-us .contact_us_page textarea {
  background: 0 0;
}

.contact-form-style {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  #recaptcha_login_popup {
    width: 100%;
    margin-bottom: 24px;
  }
  #recaptcha_login_popup > div {
    width: 100% !important;
  }
  #recaptcha_login_popup > div > div iframe {
    width: 338.51px;
    height: 100px;
  }
}