.footer-col-item.site-address .col-item > span {
    margin-bottom: 10px;
}
.footer-col-item.site-address .col-item > span:last-child {
    margin-bottom: 0;
}
.footer-col-item.site-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background-color: #ffffff;
    border-radius: 10px;
}
.footer-col-item.custom-footer-html a {
    text-decoration: underline;
    color: #f4f4f4;
}
#footer-count4 .social-media {
    display: flex;
    gap: 7px;
}
.mob-item.site-location > span:first-child {
    display: block;
    margin-bottom: 5px;
}
.hero-slider .hero-caption-item .caption-item {
    background-color: rgba(0, 0, 0, 0.7)!important;
}
.contact-info > span:first-child {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) and (min-width: 1024px) {
    .service-pages .service-item .service-title {
        font-size: 19px!important;
    }
}
@media only screen and (min-width: 1023px) {
    #footer-count2 {
        width: 26%;
    }
    #footer-count3 {
        width: 17%;
    }
}