.contactForm input#formsubmit,
.contactForm input.zcwf_button:nth-of-type(2) {
  position: relative !important;
  display: inline-block !important;
  padding: 15px !important;
  background:  linear-gradient(91.27deg, #4558A7 1.09%, #1DA47A 30.87%, #D59A04 65.22%, #ED2224 97.16%);
  z-index: 1 !important;
}
.contactForm input#formsubmit::before,
.contactForm input.zcwf_button:nth-of-type(2):before {
  content: "" !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
}
.contactPage {
  position: relative;
  height: 640px;
}
.contactPage .images {
  width: 100%;
  height: 100%;
}
.contactPage .bannerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.contactPage .bannerText .contact_heading h4 {
  color: var(--bs-white);
  font-weight: var(--font-0B600);
  font-size: 3rem;
  letter-spacing: 2px;
}
.contactPage .bannerText .contact_heading p {
  font-weight: 500;
  color: #ddd;
  letter-spacing: 5px;
  font-size: 2.5rem;
}
.contactForm input#formsubmit,
.contactForm input.zcwf_button:nth-of-type(2),
.contactForm input.zcwf_button:nth-of-type(2):hover {
  text-align: center !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: Poppins, sans-serif !important;
  line-height: 14px !important;
  text-transform: capitalize !important;
  transition: color 0.5s, background-color 0.5s !important;
}
.contactPage .bannerText .contact_heading .btn-outline-success {
  border-color: var(--bs-white);
  border: 1px solid;
  line-height: 0.6;
  font-size: 20px;
  padding: 18px;
  width: 100%;
  border-radius: 15px;
  color: var(--bs-white);
  font-weight: var(--font-0B600);
  transition: var(--transition);
}
.contactPage .bannerText .contact_heading .btn-outline-success:hover {
  background: #d02047;
}
.contactForm .contactTitle {
  background: #f4f4f4;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 48px;
  font-weight: 700;
  color: var(--title-color);
}
.contactForm {
  padding: 60px 0;
}
.contactForm .formData form .zcwf_row .zcwf_col_fld,
.contactForm .formData form .zcwf_row:nth-of-type(10),
.contactForm .formData form .zcwf_row:nth-of-type(11),
.contactForm .formData form .zcwf_row:nth-of-type(12) {
  width: 100%;
}
.contactForm input#formsubmit {
  color: #fff;
  border-radius: 50px !important;
  width: 139px !important;
}
.contactForm input#formsubmit::before {
  position: absolute !important;
  top: -1px !important;
  left: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  border-radius: 50px !important;
  padding: 2px !important;
  background: linear-gradient(91.27deg, #4558A7 1.09%, #1DA47A 30.87%, #D59A04 65.22%, #ED2224 97.16%) !important;
  -webkit-mask-composite: destination-out !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
}
.contactForm input#formsubmit:hover {
  background: 0 0 !important;
  color: #4658A7 !important;
}
.contactForm input.zcwf_button:nth-of-type(2) {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #4658A7 !important;
  background-clip: text !important;
  border-radius: 50px !important;
  width: 139px !important;
}
.contactForm input.zcwf_button:nth-of-type(2):before,
.contactForm input.zcwf_button:nth-of-type(2):hover {
  background: linear-gradient(91.27deg, #4558A7 1.09%, #1DA47A 30.87%, #D59A04 65.22%, #ED2224 97.16%) !important;
  border-radius: 50px !important;
  width: 139px !important;
}
.contactForm input.zcwf_button:nth-of-type(2):before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 1px !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  z-index: -1 !important;
}
.contactForm input.zcwf_button:nth-of-type(2):hover {
  color: #fff;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: white !important;
  background-clip: border-box !important;
  z-index: 1 !important;
  padding: 15px !important;
}
.contactForm .formData form .zcwf_row:nth-of-type(12) {
  text-align: center;
}
section.contact-banner.sub-banners {
  padding-top: 120px;
}
.contactForm .card:hover {
  transform: none;
}
.contactForm .touch {
  color: var(--commonBG-orange);
}
.contactForm .formData form {
  width: var(--width-0100);
  display: flex;
  flex-wrap: wrap;
}
.contactForm .formData form .zcwf_row {
  width: 50%;
}
.zcwf_lblLeft .zcwf_col_fld input[type="text"],
.zcwf_lblLeft .zcwf_col_fld select,
.zcwf_lblLeft .zcwf_col_fld textarea {
  width: 100%;
  border: 1px solid #d0d0d0 !important;
  resize: vertical;
  border-radius: 5px;
  float: left;
  height: 46px;
}
.contactForm .formData form .btn-submit:hover {
  background: var(--commonBG-orange);
  border-color: var(--commonBG-orange);
  transition: var(--transition);
}
.contactForm .formData form .zcwf_row:nth-of-type(10) textarea#Description {
  height: 100px;
}
.contactForm .formData {
  color: #000;
  box-shadow: 0 0 15px #ccc;
  border-radius: 20px;
  background: #fff;
}
.contactForm .contactCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: none;
  border: none;
  border-radius: 0.25rem;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: var(--font-00D14) !important;
}
::-moz-placeholder {
  font-size: var(--font-00D14) !important;
}
.contactBtn {
  width: var(--width-0100);
  line-height: 2 !important;
  border: 0;
  background-color: #1268b3 !important;
  font-size: 1rem;
  color: #fff !important;
}
.contactBtn:hover {
  background-color: #0d508b !important;
}
.maps iframe {
  width: var(--width-0100);
  height: 450px;
}
#crmWebToEntityForm.zcwf_lblLeft {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#crmWebToEntityForm.zcwf_lblLeft * {
  box-sizing: border-box;
}
#crmWebToEntityForm {
  text-align: left;
}
#crmWebToEntityForm * {
  direction: ltr;
}
.zcwf_lblLeft .zcwf_title {
  word-wrap: break-word;
  padding: 0 6px 10px;
  font-weight: 700;
}
.zcwf_lblLeft .zcwf_privacy {
  padding: 6px;
}
.zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}
.dIB {
  display: inline-block;
}
.zcwf_lblLeft .zcwf_col_fld_slt {
  width: 60%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  float: left;
  resize: vertical;
  padding: 2px 5px;
}
.zcwf_lblLeft .zcwf_col_fld:after,
.zcwf_lblLeft .zcwf_row:after {
  content: "";
  display: table;
  clear: both;
}
.zcwf_lblLeft .zcwf_col_help {
  float: left;
  margin-left: 7px;
  font-size: 12px;
  max-width: 35%;
  word-break: break-word;
}
.zcwf_lblLeft .zcwf_help_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #ccc;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 50%;
}
.zcwf_lblLeft .zcwf_privacy_txt {
  width: 90%;
  font-size: 12px;
  font-family: Arial;
  display: inline-block;
  vertical-align: top;
  color: #333;
  padding-top: 2px;
  margin-left: 6px;
}
.zcwf_lblLeft .zcwf_tooltip_over {
  position: relative;
}
.zcwf_lblLeft .zcwf_tooltip_ctn {
  position: absolute;
  background: #dedede;
  padding: 3px 6px;
  top: 3px;
  border-radius: 4px;
  word-break: break-word;
  min-width: 100px;
  max-width: 150px;
  color: #333;
  z-index: 100;
}
.zcwf_lblLeft .zcwf_ckbox {
  float: left;
}
.zcwf_lblLeft .zcwf_file {
  width: 55%;
  box-sizing: border-box;
  float: left;
}
.clearB:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 600px) {
  .zcwf_lblLeft .zcwf_col_help {
    width: 40%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .contactPage {
    height: 450px;
  }
  .contactPage .bannerText .contact_heading h4 {
    font-size: 2.5rem;
  }
  .contactPage .bannerText .contact_heading p {
    letter-spacing: 3px;
    font-size: 2rem;
  }
  section.contact-banner.sub-banners {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 565px) {
  .maps iframe {
    width: var(--width-0100);
    height: 350px;
  }
  .contactForm {
    padding: 30px 0;
  }
  .contactPage .contact_heading {
    padding: 100px 0;
  }
  .contactPage {
    height: 360px;
  }
  .contactPage .bannerText .contact_heading h4 {
    font-size: 2.5rem;
  }
  .contactPage .bannerText .contact_heading p {
    letter-spacing: 3px;
    font-size: 1.8rem;
  }
  section.contact-banner.sub-banners {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 564px) and (min-width: 300px) {
  .maps iframe {
    width: var(--width-0100);
    height: 250px;
  }
  .contactForm {
    padding: 24px 0;
  }
  .contactPage .contact_heading {
    padding: 80px 0;
  }
  .contactForm .formData {
    padding: 20px 0;
  }
  .contactPage {
    height: 270px;
  }
  .contactPage .bannerText .contact_heading h4 {
    font-size: 2rem;
  }
  .contactPage .bannerText .contact_heading p {
    letter-spacing: 3px;
    font-size: 1.4rem;
  }
  section.contact-banner.sub-banners {
    padding-top: 0 !important;
  }
}
