@media (min-width: 1200px) {
    .booking-confirmation header{
        display: none;
    }

    .booking-confirmation .booking-confirmation-step .wrapper {
        width: 83.33333333%;
        margin: 0 auto;
    }

    .booking-confirmation section.form .container {
        position: relative;
        padding: 0 50px;
    }

    .booking-confirmation section.form {
        padding-bottom: 100px
    }

    /* BOOKING SUMMARY */
        .booking-confirmation .booking-summary {
            position: absolute;
            width: 380px;
            top: 0;
            right: 0;
        }

    /* RELATED ACCOMMODATIONS */
        .booking-confirmation .related-accommodation {
            top: 546.5px;
            right: 50px;
        }


    /* BOOKING-2-3 */
        .booking-summary > .head {
            padding: 0 25px;
        }
        .booking-confirmation .container {
            width: 100%;
        }
        .booking-confirmation .container > .row {
            width: 100%;
            margin: 0;
        }
        .booking-confirmation .all-details {
            width: 685px;
        }
        .booking-confirmation .bookers-wrapper {
            width: 685px;
        }
}
