.booking-form-with-location-details .custom_padding {
    padding: 70px 0px 30px;
}
.booking-form-with-location-details .pr {
    padding-right: 15px;
}
.booking-form-with-location-details .pl {
    padding-left: 15px;
}
.booking-form-with-location-details .light-grey_background {
    padding: 40px 60px;
}
.booking-form-with-location-details .black_background {
    padding: 40px;
}
.booking-form-with-location-details .black_background .subheading-margin-bottom {
    color: var(--white);
    margin-bottom: 30px;
}
.booking-form-with-location-details .black_background p,
.booking-form-with-location-details .black_background a {
    color: var(--light-grey);
}
.booking-form-with-location-details p.address,
.booking-form-with-location-details a.contact-number,
.booking-form-with-location-details a.email-address {
    display: block;
    position: relative;
    padding-left: 57px;
    margin-bottom: 20px;
    text-decoration: none;
}
.booking-form-with-location-details a.email-address {
    margin-bottom: 0px;
}
.booking-form-with-location-details p.address:before {
    content: '';
    background-image: url('assets/location-pin.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 27px;
    height: 24px;
}
.booking-form-with-location-details a.contact-number:before {
    content: '';
    background-image: url('assets/phone.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23px;
    height: 21px;
}
.booking-form-with-location-details a.email-address:before {
    content: '';
    background-image: url('assets/email.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23px;
    height: 21px;
}
.booking-form-with-location-details p.address:before,
.booking-form-with-location-details a.contact-number:before,
.booking-form-with-location-details a.email-address:before {
    background-size: 20px;
    width: 39px;
    height: 39px;
    background-color: var(--davys-grey);
    border-radius: 100%;
}
.booking-form-with-location-details input[type="submit"] {
    margin: 0px;
}
.booking-form-with-location-details a.contact-number,
.booking-form-with-location-details a.email-address {
    display: flex;
    align-items: center;
    min-height: 39px;
    color: var(--black);
}
.booking-form-with-location-details .ice_background.global-border-radius {
    border-radius: 30px;
}
.booking-form-with-location-details .contact-form-area {
    margin-top: -25px;
}
.booking-form-with-location-details .contact-form-area .container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Track */
.booking-form-with-location-details .contact-form-area .container::-webkit-scrollbar-track {
    background: var(--cadet-grey);
}

/* Handle */
.booking-form-with-location-details .contact-form-area .container::-webkit-scrollbar-thumb {
    background: var(--davys-grey);
    width: 30px;
}

/* Handle on hover */
.booking-form-with-location-details .contact-form-area .container::-webkit-scrollbar-thumb:hover {
    background: var(--davys-grey);
}


.booking-form-with-location-details .contact-form-area iframe body::-webkit-scrollbar-track {
    background: red;
}

/* Handle */
.booking-form-with-location-details .contact-form-area  iframe body::-webkit-scrollbar-thumb {
    background: red;
    width: 30px;
}

/* Handle on hover */
.booking-form-with-location-details .contact-form-area  iframe body::-webkit-scrollbar-thumb:hover {
    background: red;
}
/*.booking-form-with-location-details * {*/
    /*overflow-x: hidden;*/
/*}*/

@media(max-width: 1365.98px){
    .booking-form-with-location-details p.address::before, .booking-form-with-location-details a.contact-number::before, .booking-form-with-location-details a.email-address::before {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
    .booking-form-with-location-details p.address, .booking-form-with-location-details a.contact-number, .booking-form-with-location-details a.email-address {
        padding-left: 40px;
    }
    .booking-form-with-location-details a.contact-number, .booking-form-with-location-details a.email-address {
        min-height: 30px;
    }
}
@media(max-width: 1199.98px){
    .booking-form-with-location-details .light-grey_background,
    .booking-form-with-location-details .black_background {
        padding: 30px;
    }
    .booking-form-with-location-details .custom_padding {
        padding: 60px 0px 30px;
    }
    .booking-form-with-location-details .contact-details-area {
        order: 1;
    }
    .booking-form-with-location-details .contact-form-area {
        margin-top: 0px;
        margin-bottom: 0px;
        order: 2;
    }
}
@media(max-width: 991.98px){
    .booking-form-with-location-details .contact-form-area {
        margin-bottom: 30px;
    }
    .booking-form-with-location-details .custom_padding {
        padding: 40px 0px 30px;
    }
}
@media(max-width: 767.98px) {
    .booking-form-with-location-details .custom_padding {
        padding: 30px 0px;
    }
}
@media(max-width: 575.98px){
    .booking-form-with-location-details .pr {
        padding-right: 0px;
    }
    .booking-form-with-location-details .pl {
        padding-left: 0px;
    }
    .booking-form-with-location-details .contact-form-area {
        margin-bottom: 15px;
    }
    .booking-form-with-location-details .custom_padding {
        padding: 15px 0px;
    }
    .booking-form-with-location-details p.address::before, .booking-form-with-location-details a.contact-number::before, .booking-form-with-location-details a.email-address::before {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
    .booking-form-with-location-details p.address, .booking-form-with-location-details a.contact-number, .booking-form-with-location-details a.email-address {
        padding-left: 40px;
    }
    .booking-form-with-location-details a.contact-number, .booking-form-with-location-details a.email-address {
        min-height: 30px;
    }
}