/*
Theme Name:   MediCenter Child
Theme URI: https://1.envato.market/medicenter-responsive-medical-wordpress-theme
Description:  MediCenter Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     medicenter
Version:      1.2
Text Domain:  medicenter
*/


.page-margin-top-section .services-details-page
{
	    width: 95% !important;
}

.header {
    /* display: table; */
    padding: 5px 0;
}

.header img {
	width: 120px;
}


.form-row  {
    margin-bottom: 0;
   
	width: 40% !important;
}
 .form-row input{
	width: 100%;
	height: 40px;
    background: lightcyan;
}
.form-row textarea {
	width: 100%;
	height: 100px;
    background: lightcyan;
}
.form-row label{
color: black;
}
.form-row .wpcf7-form-control.wpcf7-submit {
	width: 50%;
	background: #42b3e5;
}
.text-align .box-header {
	text-align: center;
}
.text-align .box-header::after, .text-align .box_header::after {
    content: "";
    display: block;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #42B3E5;
    margin-top: 7px;
    left: 48%;
	position: absolute;}
