.online_services_box{
    display: inline-flex;
    align-items: center;
    width: 33.333%;
    margin-bottom: 1rem;
}
.online_services_box_icon{
    margin-bottom: 1.5rem;
}
.online_services_box_icon i{
    font-size: 2.8rem;
    color: #323232;
}
.online_services_box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
}
.online_services_box_title h2{}

.online_services_box a{
    color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 6px;
    font-size: .9rem;
    padding: 7rem 1.5rem;
    border: 1px solid #f4f6ff;
    border-radius: 6px;
    background: #f4f6ff;
    height: 100%;
    width: 100%;
}
.location_landing_title{
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
.static_page .container{position:relative}
.vehicle_spinner.active{display:flex;}
.vehicle_spinner{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffd1;
    z-index: 999;
    justify-content: center;
    /* align-items: center; */
}
