@media (max-width: 991px)
{
	.hotel-detail-wrapper {
		padding: 20px 0 50px;
	}
}

@media (min-width: 576px) and (max-width: 991px)

{
	.booking-head h5 {
		font-size: 18px;
	}
	.book-detail h5 {
		padding: 5px 10px;
		font-size: 14px;
	}

	.book-detail h5:first-child::after {
		top: 10px;
	}
}

@media (max-width: 575px)

{
    .hotel-detail-wrapper {
        padding: 0 0 30px;
    }

    .tour_details_boxed_inner p {
        font-size: 14px;
    }

    .room-card-left,
    .room-card-right
    {
        width: 100%;
    }

    .room-card-header {
        font-size: 14px;
    }

    #user-signin-booking {
        width: 100%;
    }

    .text-box h6 {
        font-size: 14px;
    }

    .text-box p {
        font-size: 12px; 
        line-height: 22px;
    }
    .cs_check .form-group {
        margin-bottom: 0;
    }

    .hotel-booking-input-checkbox .mb-3{
        margin-bottom: 0 !important
    }

    .theme-box-img , .theme-common-box-lg .theme-box-img {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .theme-box-img img {
        width: 100%;
        border-radius: 4px;
        object-fit: cover;
        height: 120px;
    }

    .theme-box-text {
        padding-left: 0;
        padding-top: 10px;
    }

    .room-list-row span {
        font-size: 14px;
    }

    .box-checkbox a {
        font-size: 12px;
    }

    .cs_check .form-group label, .danger-msg {
        font-size: 12px;
    }

     .danger-msg h6{
        font-size: 14px;
    }

    .booking-text p ,
    .fs14 {
        font-size: 14px;
    }

    .book-detail h5, .book-detail h5 span {
        font-size: 12px;
        padding: 0;
    }
    .book-detail h5:first-child::after{
        display: none;
    }

	.facility-list li .tour-list-data {
		font-size: 12px;
        line-height: normal;
        align-items: start;
    }

	.hotel-detail-wrapper {
		padding: 20px 0 20px;
	}
    .theme_two_box_content.box-1, 
    .theme_two_box_content.box-2 , 
    .theme_three_box_content.box-3{
        width: 100%;
        border-left : 0;
        border-right : 0;
    } 

    .flight_hotel_wrap .location-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .flight_hotel_wrap #tour_details_main .location-wrapper {
        flex-wrap: nowrap;
    }

    .theme_two_box_content.box-2 .sel-flight {
        justify-content: start;
    }

    .theme_two_box_content h3 a {
        font-size: 14px;
    }

    .card-rating svg {
        width: 16px;
        height: 16px;
    }

    .facilities_wrap{
        padding-bottom: 0;
    }

    .theme_two_box_content.box-2{
        padding-top: 0;
    }

    .flight_hotel_wrap  .theme_two_box_content.box-2 .flight_main_detail {
        margin-top: 0;
    }

    .flight_hotel_wrap .theme_two_box_content .flight_detail_bx {
        min-height: auto;
    }
    
    .flight_hotel_wrap .theme_two_box_content .btns {
        margin: 0;
    }

    .theme_search_form_area .oneway_search_form #package-oneway-form .form-group .field-inner.child1
    {
        margin-bottom: 20px;
    }

    form .inner_box .form-group.r_date .field-inner.child2 .c_name.return_label span {
        font-size: 15px;
    }
}