

.all_service , .working_hours{
    background: #eff1f5;
}

.all_service .service_ul li{
    border-bottom: 1px solid rgb(209, 209, 209);
}
.working_hours .working_ul li{
    background: #fff;
}
.working_hours .working_ul li:nth-last-child(1){
    color: #0e5af2;
}


.query_text_box{
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 26, 62, 0.7);
    color: #fff;
}
.query_text{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-74%);
}

.query_text_box .btn_hover_box{
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 51px);
}
.btn_hover_style{
    padding: 13px 48px 12px 19px
 }
/* .query_text_box .get_a_quote{
    color: #fff;
    background: #0e5af2;
    position: absolute;
    
    top: 50%;
    left: 50%;
    transform: translate(-50%, 51px);
 } */


 /* ------------------------ */

 .service_feature_box{
     background: #eff1f5;
 }

/* -------------------------- */

 .accordion-button{
    background-color: #0e5af2 !important;
    color: #fff !important;
 }

.collapsed{
    background-color: #eff1f5 !important;
    color: #1a1a1a !important;
    outline: 0 !important;
}
.accordion-button::after{
    display: none;
}
.accordion-button:focus {
    outline: none;
    box-shadow: none; 
    border-color: transparent; 
}