/* h1, h2, h3, h4, h5, h6 {
    color: #0640a4 !important;
} */

.myheading {
	    color: #ffffff !important;

}
.smallerfont {
	    font-size: 14px !important;

}
/* Custom heading */
.child_column .wpb_wrapper h2.vc_custom_heading{
	color:#ffffff !important;
	
}

/* Span Tag */
.link_wrap .link_text .text{
	color:#ffffff;
	
}

.covidlist {
	font-size: 24px !important;
}

.customertest {
font-size: 20px !important;}

.saliva {
font-size: 24px !important;}

@media (min-width:1000px){

	/* Row */
	#footer-widgets .row{
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
	
}

.footnote{
	font-size:12px !important;}

/* code to reduce header starts here */
#top .container{
	height:130px;
	min-height:0px;
	max-height:100px;
}

/* Row */
#top .row{
	max-height:115px;
}

/* Header space */
#header-space{
	
}

/* 1000px and above screen sizes */
@media (min-width:1000px){


	/* Image */
	#logo img{
		margin-top:-20px;
	}
	
	/* Header space */
	/* code to reduce header ends here */

	#header-space{
		height:150px !important;
	}
	
}

/* remove opacity for form placeholder text */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #676767;
	opacity: 1 !important; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #676767;
	opacity: 1 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #676767;
	opacity: 1 !important;
}

.gform_wrapper li.hidden_label input {
	margin-top: 0px;
}


input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea, span.wpcf7-not-valid-tip, .woocommerce input#coupon_code, body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search, .select2-search input, body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date] {
    border: 1px solid #0640a4;
	color: #676767;
}

.gform_wrapper form {
     margin-top: -20px
}

