/* Contact-page */
.lh-contact {
  height: 100%;
  padding: 24px;
  background-color: #f7f5f1;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lh-contact .lh-contact-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
}
.lh-contact .lh-contact-image img, .lh-contact .lh-contact-image svg {
  width: 60px;
  height: 60px;
}
.lh-contact .lh-contact-detalis {
  text-align: center;
}
.lh-contact .lh-contact-detalis h4.lh-contact-detalis-heading {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  padding: 12px 0;
}
.lh-contact .lh-contact-detalis .lh-contact-detalis-buttons {
  padding-top: 12px;
}
.lh-contact .lh-contact-detalis .lh-contact-detalis-buttons .main, .lh-contact .lh-contact-detalis .lh-contact-detalis-buttons a {
  text-decoration: none;
  color: #0943a0;
}

.lh-contact-touch {
  padding: 24px;
  background-color: #f7f5f1;
  border-radius: 15px;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-contain .lh-contact-touch-contain-heading {
  font-size: 28px;
  color: #000;
  padding-bottom: 15px;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form {
  padding-top: 30px;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp .lh-form-control {
  border: none;
  outline: none;
  height: 50px;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  padding-left: 20px;
  margin: 0;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp .mr-30 {
  margin-right: 30px;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp:not(:last-child) {
  margin-bottom: 30px;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp textarea {
  height: 150px !important;
  padding: 10px;
}
.lh-contact-touch .lh-contact-touch-ifrem {
  height: 100%;
}
.lh-contact-touch .lh-contact-touch-ifrem iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -10px;
  border-radius: 15px;
}

.section-contact {
  position: relative;
}
.section-contact::before {
  content: "";
  background: url("../img/theme/4.png") no-repeat;
  background-size: 100%;
  width: 400px;
  height: 700px;
  position: absolute;
  left: -100px;
  bottom: 0;
  z-index: -1;
}
.section-contact::after {
  content: "";
  background: url("../img/theme/9.png") no-repeat;
  background-size: 100%;
  width: 500px;
  height: 700px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}

/* Responsive */
@media screen and (max-width: 1550px) {
  .section-contact::after {
    width: 352px;
    height: 400px;
    top: 42px;
    right: 0;
  }
  .section-contact::before {
    width: 154px;
    height: 300px;
    left: -10px;
  }
}
@media screen and (max-width: 1399px) {
  .section-contact::before {
    width: 134px;
    height: 250px;
    left: 0px;
  }
  .section-contact::after {
    width: 360px;
    right: 0;
    top: 30px;
  }
  .lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-contain .lh-contact-touch-contain-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp:not(:last-child) {
    margin-bottom: 15px;
  }
  .lh-contact .lh-contact-detalis h4.lh-contact-detalis-heading {
    font-size: 20px;
  }
  .lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-contain .lh-contact-touch-contain-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .lh-contact .lh-contact-detalis h4.lh-contact-detalis-heading {
    font-size: 18px;
  }
  .lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-contain .lh-contact-touch-contain-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-contain .lh-contact-touch-contain-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-contain .lh-contact-touch-contain-heading {
    font-size: 18px;
  }
}
.mb-24 {
    margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
    .rs-pb-24 {
        padding-bottom: 24px;
    }
}