body {
    background: #efefef;
    font-size: 14px;
    color: #333333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.additional_info {
    background: #fff;
    padding-bottom: 30px;
}

.additional_info .top_header {
    border-bottom: 1px solid #e0e0e0;
    padding: 16px 0;
    text-align: right;
    margin-bottom: 37px;
}

.additional_info .top_header .logo_form {
    display: inline-block;
    padding: 0 26px 0 14px;
    max-width: 150px;
}
.logo_form img { width: 100%;}

.additional_info .top_header a.log_home_btn {
    background: #f5ac11;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 8px 32px;
    margin: 0 4px;
    font-weight: bold;
}

.additional_forms {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.additional_forms_title {
    padding: 0 15px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    margin: 0 20px;
}

.additional_forms_title h4 {
    background: #fff;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    top: 18px;
}

.required_form {
    padding: 61px 0 0 0;
}

.required_form .form-group {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 28px;
}

.required_form .form-group label {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}

.required_form .form-control {
    border: 1px slid #cccccc;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    background-image: -moz-linear-gradient( 90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    height: 38px;
    border-radius: 0px;
    box-shadow: none;
}

.question {
    position: absolute;
    top: 0;
    right: 0px;
}

.custom-select,
.custom-input {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-flex;
    overflow: hidden;
    background: #fff;
    background-image: url(../images/down_arrow.png), -webkit-linear-gradient(#fff 0%, #f3f3f3 96%);
    background-image: url(../images/down_arrow.png), -o-linear-gradient(#fff 0%, #f3f3f3 96%);
    background-image: url(../images/down_arrow.png), linear-gradient(#fff 0%, #f3f3f3 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    /* IE6-9 */
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.custom-select select,
.custom-input input,
.custom-input textarea {
    padding: 8px 8px;
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select .arrow_select {
    position: absolute;
    top: 0;
    right: 0;
}

.custom-select select:focus {
    outline: none;
}

.bottom_info {
    padding: 30px 0 40px 0;
    text-align: center;
}

.bottom_info a.log_home_btn {
    background: #f5ac11;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 8px 32px;
    margin: 0 4px;
    font-weight: bold;
}

.footer_copy {
    padding: 15px 0;
}


/* ===== New Reservation ===== */

.form_title {
    width: 100%;
    float: left;
    /*position: relative;*/
    font-family: arial;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 15px 20px;
}

.form_title .question {
    position: static;
    margin-left: 3px;
}

.custom-input {
    background-image: -webkit-linear-gradient(#fff 0%, #f3f3f3 96%);
    background-image: -o-linear-gradient(#fff 0%, #f3f3f3 96%);
    background-image: linear-gradient(#fff 0%, #f3f3f3 96%);
}

.form_seprator {
    width: 100%;
    float: left;
}

.form_seprator {
    margin: 0px 0px 28px;
}

.pickup_date {
    position: relative;
}

.pickup_date .custom-input {
    width: calc(100% - 30px);
    float: left;
}

.pickup_date .calendar_icon {
    width: 30px;
    float: left;
    text-align: center;
    padding: 8px 0px;
}

.custom-input textarea {
    height: 60px;
    resize: none;
}

.checkbox {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0px;
    margin: 0px 0px !important;
}

.checkbox .question {
    position: static;
}

.new_reservation_btn {
    text-align: left;
    padding: 0px 15px 0px;
}

.information_popup_block {
    width: 100%;
    display: none;
    transition: all 0.5s ease-out;
    position: absolute;
    left: 0px;
    top: 15%;
    z-index: 99;
}

.information_popup_block.popup_show {
    display: block;
    position:fixed;
}

.information_popup_overlay {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.information_popup {
    width: 40%;
    text-transform: initial;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    padding: 15px;
    margin: 0px auto;
}

.ppopup_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.ppopup_close img {
    max-width: 100%;
    display: inline-block;
}

.point_heading {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    padding: 0px 0px 5px;
}

.point_desc {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.popup_point_listing {
    display: block;
    padding: 0px 0px;
    margin: 10px 0px 25px;
}

.popup_point_listing li {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 15px;
    margin: 8px 0px;
}

.popup_point_listing li:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f5ac11;
    position: absolute;
    top: 6px;
    left: 0px;
    content: '';
}

.search_section {
    padding: 60px 20px 0 20px;
}

.required_form_home {
    padding: 30px 0 0 0;
}

.search_section a.log_home_btn {
    background: #f5ac11;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 8px 32px;
    margin: 25px 4px 0 4px;
    font-weight: bold;
}

.reservations {
    background: #efefef;
    padding: 15px;
}

.reservations_title {
    border-bottom: 1px solid #d2c2aa;
    margin-bottom: 20px;
}

.reservations_title p {
    margin-bottom: 6px;
    font-size: 14px;
}

.reservations_title p strong {
    margin-bottom: 8px;
    font-size: 14px;
    color: #f5ac11;
}

.reservations_title a.log_home_btns {
    background: #f5ac11;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 4px 15px;
    font-weight: bold;
}

.reservations p {
    font-size: 13px;
    color: #606060;
}

.reservations p strong {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.custom_bnt{
    background: #f5ac11;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    border-radius: 0px;
    color: white;
    padding: 8px 32px;
    margin: 0px 4px 0 4px;
    font-weight: bold;
}
