.footer{
    background: none !important;

    padding-bottom: 0 !important;
}


.footer-first{
    position: relative !important;
}

.footer_city_state {
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 1px solid #fff
}

.footer .footer_state_url h3,
.footer_city_state a {
    color: #585858;
    font-size: 15px;
}

.footer_city_state a span {
    padding: 0 6px;
}



.footer .footer_city_state a:hover{
    color: #000 !important;
    text-decoration: underline !important;
}

.footer .footer_state_url .city_state_name_add {
    display: block;
    clear: both
}

.footer .cpr-btm{
 
    background: #232323;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   
}

.footer h3 {
    margin: 0;
    font-size: 14px
}


.footer-bg-color {
    background-color: #f2f2f2;
}


.footer-inspection-guide h3 {
    font-size: 18px;
  font-weight: 600;
    text-transform: uppercase;
    color: #000;
   margin-bottom: 8px;
}

.footer-inspection-guide ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-inspection-guide ul li {
    color: #787878;
    font-size: 15px;
}

.footer-third {
    background: #232323f2;
}

.footer-third .footer-title h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;

}



.footer-third .footer-title ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-third ul span.straight {
    display: none;
}


.footer-third .footer-title ul li a {
    color: #fff;
    text-decoration: none;
}


.nearby-section .nearbyloc{
    overflow-y: hidden !important;
}

@media (max-width: 767px) {
    .footer-third .footer-title h3, .footer-inspection-guide h3 {
        font-size: 14px;
    }

    .footer-inspection-guide ul li, .footer-inspection-guide-sub ul li {
        font-size: 12px;
    }

    .footer-third .footer-title ul li a {
        font-size: 12px;
    }

    .footer-third ul span.straight {
        color: #fff;
        display: block;
    }

    .footer-third .footer-title ul {
        gap: 5px;
        flex-wrap: wrap;
        flex-direction: row;
    }


    .footer-title {
        margin-bottom: 15px;
    }
    .copyright  p{
        text-align: center !important;
    }
}
