@media screen and (max-width: 1199px) {
    .booking-box p {
        font-size: 15px !important;
        line-height: 18px;
    }

    .tour-booking-pay-comp-image {
        width: 100px;
        height: 40px;
    }

    .tour-booking-pay-comp-image {
        width: 70px;
        height: 50px;
    }

    .booking-box label {
        font-size: 19px !important;
        line-height: 28px;
        margin-bottom: 2px;
    }

}

@media screen and (max-width: 991px) {
    .booking-box label {
        font-size: 17px !important;
        line-height: 26px;
        margin-bottom: 1px;
    }

    .booking-box input {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
        font-family: "Roboto Condensed", sans-serif;
    }
}


@media screen and (max-width: 767px) {
    .tour-booking-btn {
        display: block !important;
    }

    .tour-booking-section {
        margin: 200px auto 80px;
    }


}

@media screen and (max-width: 575px) {
    .book-form {
        padding: 12px !important;
    }

    .book-form p {
        font-size: 20px;
        line-height: 28px;
    }

    .booking-box p {
        font-size: 16px !important;
        margin-bottom: 4px;
        line-height: 24px;
    }

    .booking-box label {
        font-size: 17px !important;
        line-height: 24px;
    }

    .booking-box input {
        font-size: 16px;
        line-height: 24px;
    }

    .tour-booking-section {
        margin: 25px auto 40px;
    }

    .tour-booking-wrapper {
        width: 95%;
        margin: 0 auto !important;
    }

    .tour-booking-btn {
        padding: 8px 18px !important;
        font-size: 16px !important;
    }

    .tour-booking-from {
        width: 100%;
    }

    .package-payment-box h2 {
        font-size: 24px;
        line-height: 36px;
    }

}