/*
Theme Name: Fastrack
Author: Unitel Direct
Author URI: https://www.uniteldirect.co.uk/
Description: Description
Version: 2.0
*/
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;}
@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;}

  
}

.footer-badge {
   max-width: 100px;
   height: auto;
   background: white;
   padding: 10px;
   border-top: 3px solid var(--body-secondary-color);
   display: block;
}

.footer-content ul li i {
   color: var(--body-secondary-color);
   min-width: 20px;
   margin-right: 6px;
}

