/*
Theme Name: Fastrack
Author: Unitel Direct
Author URI: https://www.uniteldirect.co.uk/
Description: Description
Version: 2.1
*/
h1,.h1{font-size: 55px; font-weight: 600;}
h2,.h2{font-size: 40px; font-weight: 600;}
h3,.h3{font-size: 30px; font-weight: 600;}
h4,.h4{font-size: 22px; font-weight: 600;}
.contact_right .wpcf7-checkbox .wpcf7-list-item{margin: 0px;}
.social_icon a:hover{color: var(--primary-color) !important;}
.bottom_footer{margin-top: 30px;}

.mobile_form{ padding: 40px 0 20px 0;}
.mobile_form .form-control{
	margin-bottom: 3px;
	padding-block: 12px;
	border: 0;
	border-bottom: 1px solid #aaa;
	border-radius: 0;
}

.mobile_form textarea.form-control {
  height: 60px;
}



@media only screen and (max-width: 991px) {
  .footer-content h4{border: none;}
.footer-content .links-ul ul{justify-content: center;}
  
}
@media only screen and (max-width: 767px) {
h1,.h1{font-size: 45px;}
h2,.h2{font-size: 35px;}
h3,.h3{font-size: 25px; }
h4,.h4{font-size: 18px;}

  
}




