/*
 Theme Name:   LMS Education Elementor Child
 Theme URI:    [Your website or theme URL]
 Description:  Child theme for LMS Education Elementor
 Author:       Sabin Nepal
 Author URI:   http://nepalsabin.com.np
 Template:     lms-education-elementor
 Version:      0.1.0
 License:      GNU General Public License v3.0 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  lms-education-elementor-child
*/

.header_social_media{
	display:flex;
}
.header_social_media a{
	
	margin-right:10px;
}
.header_social_media.social_link a i{
	font-size:20px;
}
.map_section iframe{
	width:300px;
	height:300px;
}
.img-responsive-logo{
    width:120px;
    height:120px;
}

.wpcf7-textarea{
	height:100px;
}

/* button.wpforms-submit{
	background-color:#BC2B2A !important;
} */
.appointemt-form .wpcf7-submit{
	width:50%;
	background:#28aae3 !important;

}
.wpforms-submit{
	background:#28aae3 !important;
}
.hotline_number label{
	color:#a7cfff;
}

.appointemt-form label{
	color:#fff;
}
.appointment-title{
	color:#fff !important;
	padding:10px;
	padding-left:20px;
}
.appointemt-form .wpcf7-form-control{
	padding-left:30px;
	padding-right:30px;
}
.appointemt-form{
	border:10px solid #28aae3;
	margin:0 10px 0 20px;
}
.appointemt-form{
	text-align:center;
}
.appointemt-form label{
	text-align:left;
}
.appointemt-form .wpforms-submit-container{
	margin-bottom:40px;
	padding-left:30px;
	padding-right:30px;
}
.call-now-button{
	background-color:#28aae3 !important;
}

@media only screen and (max-width: 450px) {
	.appointemt-form{
		padding:20px;
	}
	.appointemt-form input,.appointemt-form textarea{
		max-width:80%;
	}
}
.footer-widget figure{
	margin-right:-30px !important;
}