.Ride_details_modal .modal-body{
    padding: 0px;
}
.Ride_details_modal .modal-body .titt{
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 13px;
    text-align: center;
    border-radius: 6px 6px 0px 0px;
}
.Ride_details_modal .modal-body .innesec{
    background-color: #fff;
    padding: 20px 50px;
}
.Ride_details_modal .modal-body   .textp{
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}
.Ride_details_modal .modal-body .textp-b{
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
}
.Ride_details_modal .modal-body .bdcenter {
    border-bottom-style: dashed;
    padding: 15px 0px;
    margin-bottom: 10px;

} 
.Ride_details_modal .modal-body .totall-b{
    font-weight: 500;
    font-size: 18px;
    color: #fe0000;
    
}
.Ride_details_modal .modal-body .proceedbtn{
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 8px;
    width: 100%;
    color: #000;
}

@media (min-width:0px) and (max-width:575px){
    .Ride_details_modal .modal-body .innesec {
        padding: 15px 15px;
    }
    .Ride_details_modal .modal-body .totall-b {
        font-size: 15px;
    }
    .Ride_details_modal .modal-body .proceedbtn {
        font-size: 14px;
    }
}