.section {
    position: relative;

}


.section-slim{
    position: relative;
    margin-bottom:20px;
    margin-top:100px;
    min-height:145px;
    height:auto;
}


@media only screen and (max-width: 768px) {
    .section-slim {
        position: relative;
        margin: 0;
        padding: 0;
        margin-top:70px;
        margin-bottom:20px;
    }
}

.section .section-center {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-115%);
    transform: translateY(-115%);
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .section .section-center {
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        margin: 0;
        -webkit-transform: translateY(18%);
        transform: translateY(18%);
        z-index: 1;
    }
}


/*@media (min-width: 768px) and (max-width: 991.98px) {
    .airport-swap {
        left: 362px;
        bottom: 30px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .airport-swap {
        left: 472px;
        bottom: 27px;
    }
}*/

.section .section-center-slim {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
}




#booking {
    font-family: 'Montserrat', sans-serif;
    /*background-image: url('../img/background.jpg');*/
    background-size: cover;
    background-position: center;
 
}

#booking::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(47, 103, 177, 0.6);
}

.booking-form {
    background-color: rgba(255,255,255,0.95);
    padding: 20px 20px;
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;

}

    .booking-form .form-group {
        position: relative;
        margin-bottom: 20px;
    }



@media only screen and (max-width: 768px) {
    .booking-form .form-group {
        position: relative;
        margin-bottom: 0px;
    }
}
.donuscheck {
    height: 26px;
    display: flex;
  
}
 
@media only screen and (max-width: 768px) {
    .bk-pl10 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .donuscheck {
        height: 26px;
        display: flex;
        margin-top: 6px;

    }
}

.booking-form .form-control {
    /*background-color: #ebecee;*/
    border-radius: .125rem;
    border: 1.5px solid #ddd;
    border-color: #7cb900;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3e485c;
    font-size: 14px;
    cursor:pointer;
}


@media only screen and (max-width: 768px) {
    .booking-form .form-control {
        /*background-color: #ebecee;*/
        border-radius: .125rem;
        border: 1.5px solid #ddd;
        border-color: #7cb900;
        height: 30px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #3e485c;
        font-size: 14px;
    }
}

.bookingicon {
    font-size: 18px;
    padding-top: 2px;
}
.bookingicon2 {
    font-size: 18px;
    padding-top: 8px;
}

@media only screen and (max-width: 768px) {
    .bookingicon {
        font-size: 16px;
        padding:0px;
    }
    .bookingicon2 {
        font-size: 18px;
        padding-top: 4px;
    }
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 4px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(62, 72, 92, 0.3);
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	display: inline-block;
	color: #3e485c;
	font-weight: 500;
	margin-bottom: 6px;
	margin-left: 7px;
}

@media only screen and (max-width: 768px) {

    .booking-form .form-label {
        display: inline-block;
        color: #3e485c;
        font-weight: 500;
        margin-top: 6px;
        margin-left: 4px;
    }
}

    .booking-form .submit-btn {
        display: inline-block;
        color: #fff;
        background-color: #7cb900;
        font-weight: 700;
        padding-top: 12px;
        padding-bottom: 12px;

        border-radius: 4px;
        border: none;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        text-align: center;

        width:100%;
        height:42px;
        margin-top:4px;
         
    }

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
	opacity: 0.9;
}

.booking-cta {
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    width: 500px;
    text-align: left;
    padding-left: 40px;
    padding-bottom:20px;
    font-family: 'Titillium Web', sans-serif;
}

    .booking-cta h1 {
        font-size: 30px;
 
        color: #fff;
        font-weight: 700;
        text-shadow: 2px 2px 5px #000000;
 
    }

    .booking-cta p {
        font-size: 16px;
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
    }


/*autocomplate*/
.ui-menu {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: block;
    width: 560px;
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

    .ui-menu .ui-menu {
        margin-top: -3px;

    }

    .ui-menu .ui-menu-item {
        width: 560px;
        margin: -10px;
        padding: 10px 0px 10px 25px;
        background-image: url('../img/site/location.png');
        background-repeat: no-repeat;
        background-origin: content-box;
        background-position: -20px 0px;
        height: 40px;
    }
        .ui-menu .ui-menu-item:hover {
            height:40px;
            width: 560px;
            margin: -10px;
            padding: 10px 0px 10px 25px;
            font-weight:600;
        }
 




/*autocomplate*/
/* GUEST SELECT */
.select-box {
    width: 100%;
    height: 20px;
    float: left;
    border: 2px solid #bfc3cd;
    border-radius: 2px;
    padding: 0 10px;
    position: relative;

}

 
    .select-box input[type="text"] {
        width: 16px;
        height: 36px;
        float: left;
        border: none;
        padding: 0 !important;
    }

@media only screen and (max-width: 768px) {

    .select-box input[type="text"] {
        width: 12px;
        height: 26px;
        float: left;
        border: none;
        padding: 0 !important;
    }
}
 

        .select-box input[type="text"]::-webkit-input-placeholder {
            color: #303338;
        }

        .select-box input[type="text"]:-moz-placeholder {
            color: #303338;
        }

        .select-box input[type="text"]::-moz-placeholder {
            color: #303338;
        }

        .select-box input[type="text"]:-ms-input-placeholder {
            color: #303338;
        }

    .select-box span {
        float: left;
        line-height: 36px;
        margin-right: 1px;
    }


@media only screen and (max-width: 768px) {

    .select-box span {
        float: left;
        line-height: 26px;
        margin-right: 1px;
    }

}

    .select-box .select-arrow {
        float: right;
        line-height: 36px;
        color: #595d67;
    }

@media only screen and (max-width: 768px) {

    .select-box .select-arrow {
        float: right;
        line-height: 30px;
        color: #595d67;
    }
}

        .select-box .select-arrow:hover {
            color: #1caf4d;
        }

    .select-box .dropdown-menu {
        width: 100%;
        float: left;
        top: 60px;
        border: none;
        box-shadow: 0 0 20px rgba(0,0,0,0.20);
        padding: 15px;
    }

        .select-box .dropdown-menu .qty-box {
            width: 100%;
            float: left;
        }

            .select-box .dropdown-menu .qty-box:nth-child(1n+1) {
                margin-bottom: 10px;
            }



.select-box .dropdown-menu .qty-box span {
    float: left;
    line-height: 29px;
    font-size: 16px;
}

            .select-box .dropdown-menu .qty-box input[type="text"] {
                width: 29px;
                height: 29px;
                float: right;
                text-align: center;
                font-size: 16px;
            }



            .select-box .dropdown-menu .qty-box input[type="button"] {
                width: 29px;
                height: 29px;
                float: right;
                border-radius: 50%;
                background: #7cb900;
                border: none;
                color: #fff;
                font-size: 20px;
                font-weight: 600;
                line-height: 25px;
            }

                .select-box .dropdown-menu .qty-box input[type="button"]:hover {
                    background: #ff9900;
                }





.airport-swap {
    display: inline-block;
    position: absolute;
    left: 278px;
    bottom: 27px;
 
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .airport-swap {
        left: 362px;
        bottom: 30px;
    }
}

 
@media (min-width: 992px) and (max-width: 1199.98px) {
    .airport-swap {
        left: 472px;
        bottom: 27px;
    }
}

.fa-swap {
    font-size: 1.25em;
}

.updatePanel {
    background-color: rgba(255,255,255,0.95);
    padding: 20px 20px;
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-bottom: 20px;
}