
.wraper .ptagmsg.not_allowed_booking{
    position: absolute;
    text-align: center;
    font-size: 11px;
    margin-right: 20px;
    color: red;
    bottom:155px;
    width: 100%;
    left: 0;
}
.quote-form a.return-btn-one{
    margin-top: -5px;
}
.quote-form .wraper button{
    margin-top: 5px;
    margin-bottom:0px;
}
.quote-form .form-wraper input, 
.quote-form .form-wraper select{
    margin-top: 5px;
    margin-bottom: 20px!important;
}

/*````````Time start````````````*/

.popover.timepicker-popover table{border-width:0px;margin-bottom:0px;}
.popover.timepicker-popover table tbody td{border-width:0; padding:4px; vertical-align:middle;}
.popover.timepicker-popover table tbody td input{padding:8px 0;width:40px;}

.popover.timepicker-popover .popover-body{padding:10px 5px;}

.popover.timepicker-popover table tbody td .px-1{padding-top:0px; padding-bottom:0px;}


/*````````Time End````````````*/

@media only screen and (max-width: 430px) {
        .wraper .ptagmsg.not_allowed_booking {
            bottom: 157px;
            width:82%;
            left: 24px;
        }
        .quote-form .wraper button{
            margin-top: 23px;
        }
}
@media only screen and (max-width: 320px) {
    .wraper .ptagmsg.not_allowed_booking{
        bottom: 52px;
        width: 100%;
        left: -2px;
    }
}