/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 Concordsoft
Author URI:	 https://concordsoft.solutions/
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/

.below-hero-right ul li {
    color: #3B5A7E;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.hero-section.hero-contact {
	max-width: 1330px;
}

.wpcf7-form li, .wpcf7-form li p {
	margin-bottom: 0;
}

.wpcf7-form li {
	margin-bottom: 25px;
}

.wpcf7-form li input,
.wpcf7-form li select,
.wpcf7-form li textarea {
	border-radius: 10px;
	border-color: #A2B1C2;
	height: 50px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Lato";
}

.wpcf7-form li textarea {
	height: 140px;
	resize: none;
	padding: 15px;
}

.wpcf7-form li textarea::placeholder {
	color: #A2B1C2;
}

.wpcf7-form li label {
	color: #1B3F69;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
}

.wpcf7-form li input[type="submit"] {
	background: #38D6AC;
	border-color: #38D6AC;
	color: #fff;
	width: 148px;
	height: 54px;
	font-weight: 600;
	margin-top: 20px;
}

.wpcf7-form li input[type="submit"]:hover {
	background: none;
	color: #38D6AC;
}

.contact-textbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 50px;
}

.contact-textbox ul li {
	font-size: 18px;
	line-height: 28px;
	color: #1B3F69;
	font-weight: 700;
}
.contact-textbox ul li strong {
	display:block;
}

.contact-textbox ul li a {
	color: #38D6AC;
	text-decoration: underline;
}