@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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-wrap {
  padding: 100px 0 30px 0;
}
@media (max-width: 1679px) {
  .contact-wrap {
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .contact-wrap {
    padding: 40px 10px 20px 10px;
  }
}
.contact-wrap .head-wrap {
  padding-bottom: 55px;
}
@media (max-width: 1679px) {
  .contact-wrap .head-wrap {
    padding-bottom: 40px;
  }
}
.contact-wrap .head-wrap .para-wrp {
  text-align: center;
}
.contact-wrap .form-wrap {
  width: 815px;
  margin: 0 auto;
}
@media (max-width: 1679px) {
  .contact-wrap .form-wrap {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .form-wrap {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .form-wrap {
    width: 95%;
  }
}
.contact-wrap .form-wrap .input-wrap {
  position: relative;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .contact-wrap .form-wrap .input-wrap {
    padding-bottom: 25px;
  }
}
.contact-wrap .form-wrap .input-wrap .value {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 0 0 10px 0;
  margin: 0;
  display: block;
}
@media (max-width: 1679px) {
  .contact-wrap .form-wrap .input-wrap .value {
    font-size: 14px;
  }
}
.contact-wrap .form-wrap .input-wrap .txt,
.contact-wrap .form-wrap .input-wrap .txtarea {
  height: 55px;
  width: 100%;
  display: block;
  border: 1px solid #373737;
  border-radius: 30px;
  background: #000;
  outline: 0;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}
@media (max-width: 1679px) {
  .contact-wrap .form-wrap .input-wrap .txt,
  .contact-wrap .form-wrap .input-wrap .txtarea {
    height: 45px;
    padding: 10px 15px;
    font-size: 13px;
  }
}
.contact-wrap .form-wrap .input-wrap .txt::placeholder,
.contact-wrap .form-wrap .input-wrap .txtarea::placeholder {
  opacity: 1;
  color: #404046;
}
.contact-wrap .form-wrap .input-wrap .txtarea {
  height: 225px;
  resize: none;
}
@media (max-width: 1679px) {
  .contact-wrap .form-wrap .input-wrap .txtarea {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .form-wrap .input-wrap .txtarea {
    border-radius: 20px;
  }
}
.contact-wrap .form-wrap .input-wrap .error {
  position: absolute;
  color: #ff0000;
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
}
.contact-wrap .form-wrap .btn-wrap {
  padding: 0;
  justify-content: end;
}

.custom-phone-wrapper {
  position: relative;
}
@media (max-width: 1679px) {
  .custom-phone-wrapper .parsley-required, .custom-phone-wrapper .parsley-length {
    bottom: -56px;
  }
}
.custom-phone-wrapper .select-wrap {
  position: relative;
}
.custom-phone-wrapper .select-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
}
.custom-phone-wrapper .custom-select-code {
  background: #000;
  position: relative;
  appearance: none; /* Remove default arrow (Webkit) */
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 55px;
  width: 80px;
  padding: 10px 20px;
}
@media (max-width: 1679px) {
  .custom-phone-wrapper .custom-select-code {
    height: 45px;
    padding: 10px 15px;
  }
}
.custom-phone-wrapper .custom-phone-input {
  flex: 1;
}
.custom-phone-wrapper .parsley-length {
  position: absolute;
  left: 0px;
  bottom: -64px;
}
@media (max-width: 1679px) {
  .custom-phone-wrapper .parsley-length {
    bottom: -55px;
  }
}

/*# sourceMappingURL=contact.css.map */
