/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 05 2023 | 02:19:33 */
/* Header */

#complete-the-form label{
	line-height:initial;
	font-weight: 400;
	
}
#know-more{
	color: var(--e-global-color-primary);
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	line-height: normal;
	text-align: center;
}
#complete-the-form{
	color: #707070;
	text-align: center;
}
#microform input[type="submit"] {
    display: block;
    margin: auto;
}
.microsubmit{
	position: relative;
}
#microform .wpcf7-spinner {
    position: absolute;
    top: 5px;
    right: 10px;
}
#microform .wpcf7 form .wpcf7-response-output{
	margin: 0;
    border: none;
    font-size: 14px;
    text-align: center;
	line-height: 1;
    color: green;
}
#microform .wpcf7 form.invalid .wpcf7-response-output{
    color: red;
	display: block;
}
/* services */
.inner-list::marker {
	content: '– ';
}
.heading-list .heading-item::marker{
	content:'\2714'' '; 
}
.heading-list .heading-item{
	color: #034D7D;
	font-weight: 700;
}
.services-desc ul{
	margin: 0px 0px 0px 2em;
}
/* Free quotation*/

#numbers a{
	color: #FFFFFF;
	text-decoration: none;
}
.free-quote .elementor-icon-list-item {
    align-items: flex-start!important;
}
@media only screen and (max-width: 767px){ 
	.header-num-email .elementor-icon-list-text{
		display: none;
	}
	#numbers{
		width:90%;
	}
}
