/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Setting */

p {
	margin-bottom: 0px !important;
}

/* Header Style Start */

.main_menu .elementor-nav-menu li {
	border-radius: 44px;
}

.main_menu .elementor-nav-menu li:hover {
	background: #E2ECFD;
}

.main_menu .elementor-nav-menu li.current-menu-item {
	background: #E2ECFD;
}

/* Home Page Style Start */

.well_bus_grid_col:hover {
	background: #E2ECFD;
	box-shadow: 7px 24px 34px 0 rgba(38, 42, 47, 0.10);
}

.well_bus_grid_col:hover .elementor-widget-icon {
	background: #0E5CDE;
}

.well_bus_grid_col:hover .elementor-widget-icon svg path {
	fill: #fff;
}

.well_bus_grid_col:hover a.elementor-button  {
	background: #0E5CDE;
	color: #fff;
}

.main_popup_sec {
	height: 560px;
	overflow: auto;
}

.main_popup_sec::-webkit-scrollbar {
	width: 8px;
	border-radius:50px;
}

.main_popup_sec::-webkit-scrollbar-track {
	background: #fff;
	border: 1px solid #0E5CDE !important;
	border-radius:50px;
}

.main_popup_sec::-webkit-scrollbar-thumb {
	background: #0E5CDE;
	border-radius:50px;
}

.main_popup_sec::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* For Chiropractors & Medical Clinics */

.number_hide span.elementor-counter-number {
	display: none;
}

.we_solve_col:hover h2, .we_solve_col:hover p, .we_solve_col:hover .elementor-widget-text-editor {
	color: #fff;
}

/* Contact Us Page Stye Start */

.contact_con .w-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 17px;
	margin-bottom: 14px;
}

.contact_con label {
	color: #010813;
	font-family: "Be Vietnam Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	margin-bottom: 8px !important;
}

.contact_con input[type="text"], .contact_con input[type="email"], .contact_con input[type="tel"],.contact_con select {
	border-radius: 44px;
	background: #F5F5F5;
	border: 0px;
	padding: 12px 20px;
}

.contact_con select, .contact_con textarea  {
	margin-bottom: 14px;
}

.contact_con textarea {
	border-radius: 20px;
	background: #F5F5F5;
	height: 150px;
	resize: none;
}

.contact_con .agree span.wpcf7-list-item {
	margin: 0px;
	margin-bottom: 20px;
}

.contact_con .btn input[type="submit"] {
	border-radius: 60px;
	background: #0171F5;
	height: 60px;
	padding: 20px 30px;
	color: #FFF;
	font-family: "Be Vietnam Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.36px;
	border: 0px;
	width: 100%;
}

.contact_con .btn {
	position: relative;
}

.contact_con .btn span.wpcf7-spinner {
	position: absolute;
}

.pat_con input[type="text"]:focus, .pat_con input[type="email"]:focus, .pat_con input[type="tel"]:focus, .pat_con textarea:focus {
	border: 1px solid #0E5CDE;
	background: #FFF;
	outline: none;
}

.pat_con input[type="text"], .pat_con input[type="email"], .pat_con input[type="tel"] {
	border-radius: 90px;
	background: rgba(255, 255, 255, 0.80);
	border: 0px;
	height: 52px;
	margin-bottom: 14px;
	color: #030A1E;
	font-family: "Be Vietnam Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

.pat_con textarea {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.80);
	height: 173px;
	font-family: "Be Vietnam Pro";
}

.pat_con input[type="submit"] {
	border-radius: 44px;
	background: #0171F5;
	padding: 17px 24px;
	border: 0px;
	width: 100%;
	color: #FFF;
	font-family: "Be Vietnam Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.36px;
}

.pat_con .btn span.wpcf7-spinner {
	position: absolute;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

}


@media screen and (max-width: 820px) {

}

@media screen and (max-width: 600px) {
	.contact_con .w-50 {
		grid-template-columns: 1fr;
	}

}