﻿
/*header */
.header {
    background-image: linear-gradient(90deg, rgb(255 255 255 / 50%), rgb(255 255 255 / 50%)), url(../../../../../../Images/Buyers/buyers-BIS-page.jpeg);
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header .content {
    height: 300px;
}

/*end*/

/*check booking*/
.check-booking .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    text-align: center;
    padding: 1.5rem;
    border-top: solid #f3b720 16px;
}

.check-booking h3 {
    color: #f3b720;
    font-weight: bold;
    margin-bottom: 1.5rem;
}


@media only screen and (max-width: 768px) {
    .check-booking.w-50 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    .check-booking .w-50 {
        width: 85% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .check-booking .w-50 {
        width: 65% !important;
    }
}
/*end*/

