/* Generated from page: contact */
.themify_builder_content-476 .tb_v5op349{background-position:0% 0%;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;background-image:url(https://liverpoolclinics.ae/wp-content/uploads/2026/01/liverpool-clinic-about-img_1.webp);background-color:#074a7d}
.themify_builder_content-476 .tb_v5op349>div.row_inner{padding-bottom:7%;padding-top:7%}
.themify_builder_content-476 .tb_9flf349.module-text{margin-top:30px}
.themify_builder_content-476 .tb_9flf349.module-text.module h2{font-size:60px}
.themify_builder_content-476 .tb_9flf349.module-text.module .tb_text_wrap h2,.themify_builder_content-476 .tb_csg2715.module-text.module .tb_text_wrap h2{background-clip:border-box;background-image:none;color:#fff}
.themify_builder_content-476 .tb_zzrv714{margin-top:55px;margin-bottom:55px}
.themify_builder_content-476 .tb_zitl714{border:none;box-shadow:0 0 2px 0 rgba(0, 184, 0, .49);border-radius:5px;--col:.946fr 1.054fr;--align_content:var(--align_center)}
.themify_builder_content-476 .tb_zitl714>.builder_row_cover::before,.themify_builder_content-476 .tb_zitl714>:is(.tf_lax, .tf_lax_done) > .builder_row_cover::before,.themify_builder_content-476 .tb_iad5714>.builder_row_cover::before,.themify_builder_content-476 .tb_iad5714>:is(.tf_lax, .tf_lax_done) > .builder_row_cover::before{background-position:0% 0%;background-repeat:repeat}
.themify_builder_content-476 .tb_zitl714>.builder_row_cover,.themify_builder_content-476 .tb_zitl714>:is(.tf_lax, .tf_lax_done) > .builder_row_cover,.themify_builder_content-476 .tb_iad5714>.builder_row_cover,.themify_builder_content-476 .tb_iad5714>:is(.tf_lax, .tf_lax_done) > .builder_row_cover,.themify_builder_content-476 .tb_iad5714,.themify_builder_content-476 .tb_859t714>.builder_row_cover,.themify_builder_content-476 .tb_859t714>:is(.tf_lax, .tf_lax_done) > .builder_row_cover{-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:repeat;mask-repeat:repeat}
.themify_builder_content-476 .tb_zitl714:hover{box-shadow:0 0 11px 0 rgba(4, 106, 179, .19)}
.themify_builder_content-476 .tb_vugq715.module-text{margin-bottom:10px;margin-top:25px}
.themify_builder_content-476 .tb_csg2715.module-text{margin-bottom:10px}
.themify_builder_content-476 .tb_859t714>.builder_row_cover::before,.themify_builder_content-476 .tb_859t714>:is(.tf_lax, .tf_lax_done) > .builder_row_cover::before{background-position:0% 0%;background-size:cover;background-repeat:no-repeat}
.themify_builder_content-476 .tb_859t714{border-radius:10px;padding:40px 20px;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:repeat;mask-repeat:repeat}
.themify_builder_content-476 .tb_vh3j715.module-icon span,.themify_builder_content-476 .tb_rgzg715.module-icon span,.themify_builder_content-476 .tb_0n8z714.module-icon span{color:#474645}
.themify_builder_content-476 .tb_vh3j715.module-icon .module-icon-item em,.themify_builder_content-476 .tb_rgzg715.module-icon .module-icon-item em,.themify_builder_content-476 .tb_0n8z714.module-icon .module-icon-item em{font-size:25px}
.themify_builder_content-476 .tb_bedm714{padding-top:15px;padding-right:25px;padding-bottom:15px}

@media(max-width:1024px){
.themify_builder_content-476 .tb_zitl714{--col:none}
}
@media(max-width:600px){
.themify_builder_content-476 .tb_v5op349{background-position:22.48% 0%}
.themify_builder_content-476 .tb_9flf349.module-text{margin-top:20px}
.themify_builder_content-476 .tb_9flf349.module-text.module h2{font-size:30px}
.themify_builder_content-476 .tb_zzrv714{margin-top:40px;margin-bottom:40px}
.themify_builder_content-476 .tb_zitl714{--area:var(--aream2_auto)}
.themify_builder_content-476 .tb_859t714{padding-bottom:30px}
.themify_builder_content-476 .tb_bedm714{padding-right:20px;padding-left:20px}
}/*Builder Custom CSS START*/
/* ================================
   WPForms – Appointment Form Style
================================ */

/* Form Wrapper */
.wpforms-container {
  max-width: 520px;
  margin: 0 auto;
}

/* Input & Select Fields */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container select,
.wpforms-container textarea {
  width: 100%;
  background:#e0f1e5 !important;
  border: none;
  border-radius: 14px;
  padding: 18px 20px;
  font-size: 16px;
  color: #333;
  margin-bottom: 18px;
}

/* Placeholder Color */
.wpforms-container ::placeholder {
  color: #777;
  font-size: 16px;
}

/* Textarea Height */
.wpforms-container textarea {
  min-height: 150px;
  resize: none;
}

/* Remove Focus Outline */
.wpforms-container input:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus {
  outline: none;
  box-shadow: none;
}

/* Submit Button */
.wpforms-container button.wpforms-submit {
  width: 100%;
  background: #00507f !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 18px;
  border-radius: 12px;
  border: none;
  margin-top: 10px;
  transition: background 0.3s ease;
}

/* Button Hover */
.wpforms-container button.wpforms-submit:hover {
  background: #00507f!important;
}

/* Hide Labels (Using Placeholder Style) */
.wpforms-container .wpforms-field-label {
  display: none;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .wpforms-container {
    max-width: 100%;
  }

  .wpforms-container button.wpforms-submit {
    font-size:18px !important;
  }
}
/*Builder Custom CSS END*/