/*
Theme Name:   Medical Exam Associates
Description:  Medical Exam Associates specialize in providing administrative services and support for California’s most respected and qualified Medical Legal examiners. Our mission is to develop and maintain strategic business relationships with Insurance Providers, Law firms & Third Party Payers by implementing our executive team’s vast knowledge, experience, vision in healthcare, managed care, and jurisdictional understanding of medical legal and insurance issues. MEA, Inc., offers a comprehensive range of medical legal services in the areas of Workers’ Compensation, Personal Injury, and Disability. We specialize in med-legal evaluations, which are designed to meet the needs of both the Patient and our Clients.
Author: Sreekanto Mondal
Author URI:   https://www.linkedin.com/in/sreekanto-mondal-59386b143/
Version:      1.0.0
Tag: Producer, Representation, Film Festival, Strategy Marketing, Theatrical Booking, Blu-ray & DVD
*/
.wpcf7-form-control-wrap{
	display: block;
}
form .custom-control-wrapper{
	
}
form .custom-control-wrapper-col-4 .wpcf7-list-item{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
@media screen and (max-width: 991px){
	form .custom-control-wrapper-col-4 .wpcf7-list-item{
		flex-basis: 33.333333%;
	    max-width: 33.333333%;
	}
}
@media screen and (max-width: 767px){
	form .custom-control-wrapper-col-4 .wpcf7-list-item{
		flex-basis: 50%;
	    max-width: 50%;
	}
}
@media screen and (max-width: 575px){
	form .custom-control-wrapper-col-4 .wpcf7-list-item{
		flex-basis: 100%;
	    max-width: 100%;
	}
}

form .custom-control-wrapper-col-5 .wpcf7-list-item{
    flex-basis: 20%;
    max-width: 20%;
}
@media screen and (max-width: 1199px){
	form .custom-control-wrapper-col-5 .wpcf7-list-item{
		flex-basis: 25%;
    	max-width: 25%;
	}
}
@media screen and (max-width: 991px){
	form .custom-control-wrapper-col-5 .wpcf7-list-item{
		flex-basis: 33.333333%;
    	max-width: 33.333333%;
	}
}
@media screen and (max-width: 767px){
	form .custom-control-wrapper-col-5 .wpcf7-list-item{
		flex-basis: 50%;
	    max-width: 50%;
	}
}
@media screen and (max-width: 575px){
	form .custom-control-wrapper-col-5 .wpcf7-list-item{
		flex-basis: 100%;
	    max-width: 100%;
	}
}
form .wpcf7-list-item{
	margin: 0;
}
form .wpcf7-list-item label{
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	width: 100%;
	padding-right: 1rem;
	margin-bottom: 1rem;

}
form .wpcf7-list-item label .wpcf7-list-item-label{
	font-size: 18px;
    font-weight: 500;
    color: #1c232a;
    cursor: pointer;
	margin-left: 10px;
}
form .wpcf7-list-item label input[type="checkbox"]{

}