@media only screen and (max-width: 991px) {
    .p_4 {
        padding: 10px !important;
        width: 85px;
        font-size: 10px !important;
    }

    .m_nav {
        font-size: 12px !important;
        padding: 3px !important;
    }

    .b_border {
        border-bottom: 5px solid #fdb813 !important;
    }

    .f_10 {
        font-size: 10px !important;
    }
    .f_12{
        font-size:10px !important;
    }
    .dis_none{
        display:none !important;
    }
    
    .mal_35 {
        margin-left: -19px !important;
    }
    .pb_5{
    padding:10px !important;
}
}

@media only screen and (min-width: 991px) {
    .modal_width {
        width: 360px !important;
    }


}

.mr_5 {
    margin-right: 5px !important;
}

.f_15 {
    font-size: 15px !important;
}

.p_12 {
    padding: 12px !important;
}

.pb0 {
    padding: 0px !important
}

.form-border input[type=text],
.form-border input[type=email],
.form-border input[type=number],
.form-border textarea,
.form-underline input[type=email],
.form-border input[type=password],
.form-border input[type=date],
.form-border select {
    padding: 8px;
    margin-bottom: 10px;
    border: none;
    border: solid 2px #eeeeee;
    background: rgba(0, 0, 0, .025);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #333;
}

.c_app {
    padding: 6px !important;
    background: #fdb813 !important;
}

.note {
    font-size: 18px !important;
    color: #fdb813 !important;
    border: 0px !important;
}

.home_mobile {
    width: 100%;
    height: 45px;
    background: white !important;
    color: black !important;

}

.mt_50 {
    margin-top: 50px !important;
}

.add_btn {
    background-color: green !important;
    color: white !important;
}

.remove {
    color: white !important;
    background-color: red !important;
}

.lable-cust {
    color: #fdb813;
    font-weight: 900;
}

.span-cust {
    color: black !important;
    font-weight: 900 !important;
    font-size: 15px !important;
}

.fare {
    background: #fdb813;
    color: white;
    padding: 5px;
    border-radius: 15px;
}

.menu_active {
    color: #fdb813 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.req_footer {
    background: #fdb813 !important;
    color: white !important;
}

.rout_btn {
    padding: 1px !important;
    border-radius: 30px !important;
    height: 27px !important;
    width: 80px !important;
}

.border-remove {
    border: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mt__10 {
    margin-top: -10px !important;
}

.ml_5 {
    margin-left: 5px !important;
}
.top_button_1 {
    position: fixed;
    width: 50px;
    height: auto;
    bottom: 120px;
    right: 5px;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-size: 40px;
    padding-top: 10px;
    z-index: 100;
    font-weight: bold;
}
.top_button {
    position: fixed;
    width: 50px;
    height: auto;
    bottom: 65px;
    right: 5px;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-size: 40px;
    padding-top: 10px;
    z-index: 100;
    font-weight: bold;
}
.fl_right {
    float: right !important;
}

.mt_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.pop {
    background: #f1f1f1 !important;
    color: #74787c !important;
    height: 45px !important;
    font-size: 15px !important;
    font-weight:400 !important;
}
.c1{
    color:red !important;
}
.l_width{
    width:100% !important;
}
.mobile {
    border: 1px solid;
    margin-left: -10px;
    padding: 5px;
    border-radius: 15px;
}
.mat-10 {
    margin-top: 15px !important;
}
.pad_5 {
    padding: 7px 35px !important;
    margin-left: 5px;
}
@media only screen and (max-width: 991px) {
   .mobile_none {
        display: none !important;
    }
}
