@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.contact-banner {
  background: url(../img/contact-banner.jpg);
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 579px) {
  .contact-banner {
    max-height: 60vw;
    background-position: center center;
  }
}
.contact-banner .page-subtitle {
  max-width: 25.95em;
}
.contact-banner .crisis-info {
  display: flex;
  align-items: center;
}
.contact-banner .crisis-info .phone-item .tel {
  color: #ffffff;
}

.phone-item {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.phone-item .tel {
  font-size: 19px;
  font-weight: bold;
  color: #0C3B4B;
  text-decoration: none;
}
@media (max-width: 1679px) {
  .phone-item .tel {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .phone-item .tel {
    font-size: 14px;
  }
}
.phone-item .txt {
  padding-left: 15px;
}
@media (max-width: 1679px) {
  .phone-item .txt {
    padding-left: 10px;
  }
}
@media (max-width: 1481px) {
  .phone-item .txt {
    padding-left: 8px;
  }
}
@media (max-width: 1481px) {
  .phone-item {
    padding-right: 20px;
  }
}
@media (max-width: 1281px) {
  .phone-item {
    padding-right: 15px;
  }
}
.phone-item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
@media (max-width: 1679px) {
  .phone-item .ico {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1481px) {
  .phone-item .ico {
    width: 36px;
    height: 36px;
  }
}
.phone-item .ico img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-title.contact-title {
  font-weight: 400;
}
.page-title.contact-title span {
  color: #FFA30D;
  font-weight: bold;
}

@media (min-width: 1680px) {
  .container-contact {
    max-width: 1400px;
  }
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: clip;
  position: relative;
}
@media (max-width: 1679px) {
  .contact-form {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1481px) {
  .contact-form {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1281px) {
  .contact-form {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .contact-form {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.contact-form:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 144px;
  max-width: 7vw;
  aspect-ratio: 0.288;
  background: url(../img/leaf-side.svg) no-repeat;
  background-position: 0 center;
  background-size: cover;
}
.contact-form:before {
  display: block;
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 144px;
  max-width: 7vw;
  aspect-ratio: 0.288;
  background: url(../img/leaf-side.svg) no-repeat;
  background-position: 0 center;
  background-size: cover;
  transform: rotate(180deg);
}

.contact-wrp {
  padding: 100px 60px 90px;
  background: transparent linear-gradient(180deg, #FFF8EE 0%, #E1F9F8 100%) 0% 0% no-repeat padding-box;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1679px) {
  .contact-wrp {
    padding: 60px 40px 50px;
    border-radius: 30px;
  }
}
@media (max-width: 1481px) {
  .contact-wrp {
    padding: 50px 30px 40px;
  }
}
@media (max-width: 1281px) {
  .contact-wrp {
    padding: 30px 30px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .contact-wrp {
    padding: 20px 20px 10px;
    border-radius: 20px;
  }
}
.contact-wrp .title {
  font-size: 33px;
  margin-bottom: 1.5em;
}
@media (max-width: 1679px) {
  .contact-wrp .title {
    font-size: 26px;
    margin-bottom: 1.2em;
  }
}
@media (max-width: 1481px) {
  .contact-wrp .title {
    font-size: 22px;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 1281px) {
  .contact-wrp .title {
    font-size: 20px;
  }
}

.info-col {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
}
@media (max-width: 1679px) {
  .info-col {
    padding-left: 80px;
  }
}
@media (max-width: 1481px) {
  .info-col {
    padding-left: 70px;
  }
}
@media (max-width: 1281px) {
  .info-col {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .info-col {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .info-col {
    padding-top: 30px;
  }
}
.info-col .info-phones {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .info-col .info-phones .phone-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.info-col .info-img {
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 1679px) {
  .info-col .info-img {
    margin-bottom: 28px;
  }
}
@media (max-width: 1281px) {
  .info-col .info-img {
    margin-bottom: 24px;
  }
}
.info-col .info-img img {
  width: 100%;
  max-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 1679px) {
  .info-col .info-img img {
    max-height: 400px;
  }
}
@media (max-width: 1281px) {
  .info-col .info-img img {
    max-height: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .info-col .info-img img {
    max-width: 360px;
  }
}
.info-col .info-address {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2196078431);
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .info-col .info-address {
    margin-bottom: 16px;
  }
}
@media (max-width: 1281px) {
  .info-col .info-address {
    margin-bottom: 12px;
  }
}
.info-col .info-address .address {
  font-size: 24px;
  font-weight: 700;
  color: #0C3B4B;
}
@media (max-width: 1679px) {
  .info-col .info-address .address {
    font-size: 20px;
  }
}
@media (max-width: 1481px) {
  .info-col .info-address .address {
    font-size: 16px;
  }
}
.info-col .info-address .loc {
  font-size: 19px;
  margin-bottom: 0.5em;
  color: #0C3B4B;
}
@media (max-width: 1679px) {
  .info-col .info-address .loc {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .info-col .info-address .loc {
    font-size: 14px;
  }
}
.info-col .phone-item {
  padding-right: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1481px) {
  .info-col .phone-item {
    padding-right: 20px;
  }
}
@media (max-width: 1281px) {
  .info-col .phone-item {
    padding-right: 15px;
    margin-bottom: 10px;
  }
}
.info-col .phone-item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
@media (max-width: 1679px) {
  .info-col .phone-item .ico {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1481px) {
  .info-col .phone-item .ico {
    width: 36px;
    height: 36px;
  }
}
.info-col .phone-item .ico img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-col .phone-item .type {
  font-size: 14px;
}
@media (max-width: 1481px) {
  .info-col .phone-item .type {
    font-size: 12px;
  }
}