.pos-rel {
    position:relative;
}
 .icon-blue {
    font-size:30px!important;
     color:#39C11D;
    height:30px!important;
    vertical-align:middle;
    margin-top:-2px;
}
 .icon-blue.fa-solid{
    position:absolute;
     left:0;
    right:0;
     top:0;
    bottom:0;
     text-align:center;
}
 .w100{
    width:100%;
}
 .hover-white{
     -webkit-transition: all 0.35s ease-in-out 0s;
     -moz-transition: all 0.35s ease-in-out 0s;
     -ms-transition: all 0.35s ease-in-out 0s;
     -o-transition: all 0.35s ease-in-out 0s;
     transition: all 0.35s ease-in-out 0s;
}
 .feature-s5:hover .hover-white{
    color:#fff!important;
}
 .icon-with-bg {
    font-size:30px!important;
    background:linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(98, 237, 78) 100%);
    border-radius:100%;
     padding:26px;
     color:#fff;
    height:26px!important;
    width:26px;
}
 .icon-with-bg.fa-solid{
    position:absolute;
     left:0;
    right:0;
     top:0;
    bottom:0;
     text-align:center;
}
 .veh-blurb {
     color:fff;
     width:80%;
     float:right;
}
 .social-icons-s1 li {
     color:#fff;
}
 .county {
     border:1px solid #05370a;
     border-bottom:none;
     background:#05370a;
     padding:10px 0;
}
 .county h3 {
    color:#fff!important;
}
 .cities {
     list-style-type: none;
     line-height: 1.7em;
     padding:0;
     margin:0 0;
     border-top:1px solid #05370a;
     border-left:1px solid #05370a;
}
 .cities:after {
     content: ' ';
     display: block;
     clear: both;
}
 .cities li {
     width: 20%;
     float: left;
     padding: 12px 4px;
     text-align:center;
     box-sizing: border-box;
     border-right:1px solid #05370a;
     border-bottom:1px solid #05370a;
     display:block;
}
.cities li a {color:#39C11D!important;}
 @media screen and (max-width:1199px) {
     .cities li {
         width: 25%;
    }
}
 @media screen and (max-width:991px) {
     .cities li {
         width: 33.333%;
    }
}
 @media only screen and (max-width: 767px) {
     .cities li {
         width: 50%;
    }
}
 @media only screen and (max-width: 600px) {
     .cities li {
         width: 100%;
    }
}