/* Themify Customize Styling */
body {	
	font-family: "Poppins";	font-weight:400;
	font-size:16px;

	color: #080808; 
}
h1 {	
	font-family: "Tahoma", "Geneva", sans-serif;	font-weight:400;

	color: #056bb3; 
}
h2 {	
	font-family: "Tahoma", "Geneva", sans-serif;	font-weight:400;

	color: #056bb3; 
}
h3 {	
	font-family: "Tahoma", "Geneva", sans-serif;	font-weight:400;

	color: #056bb3; 
}
h4 {	
	font-family: "Tahoma", "Geneva", sans-serif;
	color: #056bb3; 
}
h5 {	
	font-family: "Tahoma", "Geneva", sans-serif; 
}
h6 {	
	font-family: "Tahoma", "Geneva", sans-serif; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #cdebd7; 
}
#footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {	
	color: #00b700; 
}

/* Themify Custom CSS */


/* ================================
   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: 3px;
}

/* 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;
  }
}
body-font{
font-family: 'Roboto', sans-serif !important;
}







