nitin css start */

.cancel_amount {
    margin-bottom: 20px;
}
.cancel_amount h2 {
    font-size: 16px;
    color: #4a4a4a;
}
.cancel_amount p {
    padding-top: 6px;
    font-size: 16px;
    font-weight: 700;
}
.cancel_amount p span {
    font-size: 12px;
    color: #ccc;
    font-weight: 400;
}
.pending_payment {
    margin-bottom: 20px;
}
.booking_summary {
    margin: 20px 0;
}
.booking_description {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.description_heading {
    border-bottom: 1px solid #ccc;
    padding: 12px;
}
.drop_off {
    font-size: 14px;
    color: #065492;
    padding: 4px;
    font-weight: 700;
}
.pickup_delivery_container{
    margin: 20px;
}
.booking_description address {
    padding: 10px;
    background: #fafafa;
    border: 1px solid #ccc;
    // margin: 16px;
    font-size: 12px;
    border-radius: 3px;
    position: relative;
}
.booking_description address a {
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px 8px;
    border-radius: 0 3px 0 3px;
    color: #065492;
    font-weight: 700;
    -webkit-transition:all 0.1s ease-in-out;
    -moz-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out;
}
.booking_description address a:hover {
    text-decoration: none;
    opacity: 1;
}
.booking_description address span {
    font-weight: 700;
}
.delivery_details {
    padding: 0 16px 16px;
}
.delivery_details h2 {
    font-size: 14px;
    color: #4a4a4a;
    padding-bottom: 8px;
}
.delivery_details h1 {
    font-size: 18px;
    color: #4a4a4a;
    padding-bottom: 10px;
}
.delivery_details h2 span {
    font-weight: 600;
}
.delivery_details h1 span {
    font-weight: 700;
    color: #445870;
    font-size: 12px;
}
.promocode{
    border-top: 1px solid #ccc;
    padding: 12px;
}
.total_cost {
    border-top: 1px solid #ccc;
    padding: 12px;
}
.total_cost h2 {
    color: #4a4a4a;
    font-size: 16px;
}
.total_cost h2 span {
    font-size: 12px;
    color: #ccc;
}
.vasItem{
    padding: 10px;
    background: #fafafa;
    border: 1px solid #ccc;
    font-size: 12px;
    border-radius: 3px;
}

.vas-active{
    border: 1px solid #12aeeb;
}

.packing-label{
    color: #46afec;
}
.vasItem p{
    padding-bottom: 5px;
}

:focus ~ .error-message {
    display:none;
}

input::placeholder {
    font-size: 0.88em;
}
/* nitin css end