/* 
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
*/

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

/* Home Page Style Start */

.strategic_sec {
	position: relative;
}

.strategic_sec::before {
	content: "";
	position: absolute;
	width: 912px;
	height: 119px;
	background: rgba(217, 217, 217, 0.50);
	filter: blur(32px);
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	top: 30px;
}

.com_acc details:not(:last-child) {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}

.free_con_form .w-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 22px;
	margin-bottom: 16px;
}

.free_con_form input[type="text"], .free_con_form input[type="email"], .free_con_form input[type="tel"] {
	background: #F5F5F5;
	padding: 12px;
	color: #1C1C1C;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	border: 0;
	border-radius: 0px;
}

.free_con_form p.lable {
	color: #060E0A;
	font-family: Caudex;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	margin-bottom: 10px !important;
}

.free_con_form textarea {
	height: 150px;
	padding: 12px;
	background: #F5F5F5;
	border: 0px;
	border-radius: 0;
	color: #1C1C1C;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

.free_con_form .radio {
	margin-bottom: 34px;
}

.free_con_form .radio .wpcf7-radio {
	display: flex;
	flex-direction: row;
	gap: 22px;
}

.free_con_form .radio .wpcf7-radio span.wpcf7-list-item {
	margin: 0;
}

.free_con_form .radio .wpcf7-radio span.wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.free_con_form .radio .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label {
	color: #141414;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

.free_con_form small {
	color: #1C1C1C;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 21px */
	letter-spacing: -0.28px;
	margin-bottom: 12px !important;
	display: block;
}

.free_con_form .radio br {
	display: none;
}

.free_con_form .radio .wpcf7-checkbox {}

.free_con_form .radio .wpcf7-checkbox span.wpcf7-list-item {
	margin: 0;
}

.free_con_form .radio .wpcf7-checkbox span.wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 10px;
}

.free_con_form .radio .wpcf7-checkbox span.wpcf7-list-item label span.wpcf7-list-item-label {
	color: #141414;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

.free_con_form  input[type="submit"] {
	padding: 20px 30px;
	background: #545454;
	display: block;
	width: 100%;
	color: #FFF;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.36px;
	border: 0px;
	border-radius: 0px;
}

.free_con_form {
	position: relative;
}

.free_con_form span.wpcf7-spinner {
	position: absolute;
}

/* Responsivness Style Start */

@media screen and (max-width:1024px) {
	.strategic_sec::before {
		width: 100%;
		height: 200px;
	}
}

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

}

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

}

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

}