.bg-gradient-light {
    background: linear-gradient(180deg, white, #F5F5F5);
    border: 1px solid #F5F5F5;
}
.bg-light-gray{
    background: #F5F5F5 !important;
}
.border-bottom-red{
    border-bottom: 4px solid #AF0E0E !important;
}
.location-address-box {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}
.padding-12{
    padding-top: 12px ;
    padding-bottom: 12px ;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.padding-40{
    padding: 2.5rem;
}
.btn-size{
    padding: 16px 24px 16px 24px !important;
}
.equipment-rent-card:hover{
    border: 1px solid #0066CC !important;
}
@media screen and (max-width:991px) {
    section.bg-body-tertiary.p-5 {
        padding: 2rem 1rem !important;
    }
}

@media screen and (max-width:576px) {
    .equipment-rent-card .font-16 {
        font-size: 12px;
    }

    .location-address-box .p-5 {
        padding: 2rem 1.2rem !important;
    }
    .font-mobile-14.fs-6{
        font-size: 14px !important;
        font-weight: 700 !important;
    }
    

}
@media screen and (max-width:400px){
    .padding-40 {
        padding: 32px 6px !important;
    }
   
}