.execuCarBookingWidgetPlugin {
    overflow: auto !important;
    font-family: "proxima-nova",sans-serif;
    background-color: #fff;
}

/* Nav Tabs*/

.nav-tabs {
    border: 0;
    padding: 0rem;
    margin-left: -0.5rem;
    margin-right: 0rem;
    margin-bottom: 0px;
    z-index: 2;
    position: relative;
}

    .nav-tabs .nav-item + .nav-item, .tabs-5 li {
        margin-left: 0;
    }

    .nav-tabs .nav-link {
        border: 0;
        color: #fff;
        padding: 15px 25px;
    }

        .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
            background-color: rgba(255,255,255,.2);
            color: #fff;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -ms-transition: all 1s;
            transition: all 1s;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            cursor: pointer;
        }




/* General */
.wrapper {
    width: 540px;
    margin: 0 auto;
    display: table;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: left;
}

.clearfix {
    clear: both;
}

.displayNone{display:none;}

.header {
    width: 100%;
    padding: 35px 0px 20px 0px;
}

    .header .left {
        width: 36%;
    }

        .header .left h4.title {
            margin: 0px;
            font-size: 25px;
            font-weight: 300;
            color: #616161;
        }

    .header .right {
        width: 64%;
    }

.toplinks {
    font-size: 14px;
    text-align: right;
    padding: 4px;
    color: #c8c8c8;
    font-weight: 300;
}

    .toplinks a {
        color: #c8c8c8;
        text-decoration: none;
        border: none;
        font-weight: 600;
        letter-spacing: normal;
        text-transform: none;
    }

        .toplinks a:hover {
            color: #000000;
            text-decoration: none;
            border: none;
        }

.tabs-header {
    margin-bottom: 30px;
}

.tab-content {
    position: relative !important;
    max-height: none;
    padding: 0px !important;
}


.divider {
    margin: 30px 0px;
}

.entry-content a {
    box-shadow: none;
}

.fa {
    font-size: 20px;
}

.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
    display: inherit;
}
.bookingSetting{
position: absolute;
right: -52px;
top: 20px;
}

/* Tab Icon */
.tabIcon {
    width: 23px;
    height: 23px;
    margin: 0 auto 5px auto;
    display: block;
}

/* Toggle Button */
.toggle.btn {
    border: none;
}

.toggle-handle.btn {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    background: white;
    padding: 17px;
}

.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

.toggle {
    position: relative;
    overflow: hidden;
}

    .toggle input[type=checkbox] {
        display: none;
    }

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px;
}

.toggle-on.btn {
    padding: 12px 20px 0px 12px;
    top: 0px;
}

.toggle-off.btn {
    padding: 10px;
    top: 30px;
    left: 98px;
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px;
}

.toggle-on.btn-lg {
    padding-right: 31px;
}

.toggle-off.btn-lg {
    padding-left: 31px;
}

.toggle-handle.btn-lg {
    width: 40px;
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px;
}

.toggle-on.btn-sm {
    padding-right: 20px;
}

.toggle-off.btn-sm {
    padding-left: 20px;
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
}

.toggle-on.btn-xs {
    padding-right: 12px;
}

.toggle-off.btn-xs {
    padding-left: 12px;
}

.toggle-group.btn-default:active {
    background-color: #e6e6e6;
}

.toggle.btn-default {
    background-color: #f6f6f6;
}

.toggle .toggle-group label.toggle-off {
    color: #000000;
    line-height: normal !important;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
}

.toggle .toggle-group label.toggle-on {
    color: #ffffff;
    line-height: normal !important;
    /*background: #da9a39;*/
    cursor: pointer;
}

.md-form.returnTrip label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}


/* MDB Forms*/
.md-pills li {
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
}

.md-pills .nav-link {
    color: #666;
    text-align: center;
}

.md-pills .nav-item .nav-link {
    border-radius: 2px;
}

    .md-pills .nav-item .nav-link, .md-pills .nav-item .nav-link.active {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        background-color: #f6f6f6;
    }

        .md-pills .nav-item .nav-link:hover {
            background-color: rgba(158,158,158,.3);
            transition: all .4s;
        }

        .md-pills .nav-item .nav-link.active, .md-pills .nav-item .nav-link:hover {
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -ms-transition: all .4s;
        }

        .md-pills .nav-item .nav-link.active {
            color: #fff;
            border-radius: 2px;
            transition: all .4s;
        }

.md-pills.pills-primary .nav-item .nav-link.active {
    background-color: #4285F4;
}


.md-pills.pills-default .nav-item .nav-link.active {
    /*background-color: #da9a39;*/
}


.md-pills.pills-ins .nav-item .nav-link.active {
    background-color: #3F729B;
}

.btn-amber.active, .btn-blue-grey.active, .btn-brown.active, .btn-cyan.active, .btn-danger.active, .btn-dark-green.active, .btn-deep-orange.active, .btn-deep-purple.active, .btn-default.active, .btn-elegant.active, .btn-floating.btn-flat.active, .btn-floating:hover, .btn-indigo.active, .btn-info.active, .btn-light-green.active, .btn-lime.active, .btn-mdb.active, .btn-orange.active, .btn-pink.active, .btn-purple.active, .btn-secondary.active, .btn-secondary.dropdown-toggle, .btn-success.active, .btn-unique.active, .btn-warning.active, .btn-yellow.active, .card .form-header, .colorful-select .dropdown-content li.active span, .comments-list .label, .inline-ul-img li img, .md-pills .nav-item .nav-link.active, .media img, .pager li a:hover, .picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover, .pricing-card .header, .reply-form .label, .tooltip .tooltip-inner, .z-depth-1-half {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.18),0 2px 3px 0 rgba(0,0,0,.15);
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

[type=checkbox] + label {
    position: relative;
    height: 25px;
}

    [type=checkbox] + label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #5a5a5a;
        border-radius: 1px;
        margin-top: 2px;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }

[type=checkbox]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0,0,0,.46);
}

[type=checkbox]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285F4;
    border-bottom: 2px solid #4285F4;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type=checkbox]:checked:disabled + label:before {
    border-right: 2px solid rgba(0,0,0,.46);
    border-bottom: 2px solid rgba(0,0,0,.46);
}

[type=checkbox]:indeterminate + label:before {
    left: -10px;
    top: -11px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4285F4;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type=checkbox]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0,0,0,.46);
    background-color: transparent;
}

[type=checkbox].filled-in + label:after {
    border-radius: 2px;
}

[type=checkbox].filled-in + label:after, [type=checkbox].filled-in + label:before {
    content: '';
    left: -32px;
    position: absolute;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
}

[type=checkbox].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type=checkbox].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: #f6f6f6;
    border: 0px solid #5a5a5a;
    top: 0;
    z-index: 0;
}

[type=checkbox].filled-in:checked + label:before {
    top: 0;
    left: -31px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type=checkbox].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    /*border: 0px solid #da9a39;
    background-color: #da9a39;*/
    z-index: 0;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD;
}

[type=checkbox].filled-in:disabled:checked + label:before {
    background-color: transparent;
}

[type=checkbox].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD;
}

[type=checkbox].filled-in-danger + label:after {
    border-radius: 2px;
}

[type=checkbox].filled-in-danger + label:after, [type=checkbox].filled-in-danger + label:before {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
}

[type=checkbox].filled-in-danger:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type=checkbox].filled-in-danger:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0;
}

[type=checkbox].filled-in-danger:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type=checkbox].filled-in-danger:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    background-color: red;
    z-index: 0;
}

/* Error Message */
.errorMessage {
    background-color: #FFFFFF;
    color: #C3080A;
    font-size: 14px;
    font-weight: 400;
    width: 300px;
}

/* Setting Popup */
.settingValues {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #333333;
    padding: 0.625em 0.4375em;
    width: 100%;
    font-size: 15px;
}

.divSuccessMessage {
    color: rgba(39, 119, 58, 0.95);
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

/* Modal Popup */
.modal-content {
    width: 300px;
    margin: 0px auto;
}

#divARServiceAreas, #divATServiceAreas, #divHRServiceAreas {
    font-weight: 500;
    font-family: "proxima-nova",sans-serif;
    font-size: 15px;
}


.modal-header {
    background-color: rgb(218, 154, 57);
    color: rgb(255, 255, 255);
    font-size: 18px;
    border: none;
    padding: 10px;
    font-family: "proxima-nova",sans-serif;
}

.modal-body {
    border-bottom: 6px solid rgb(218, 154, 57);
    font-family: "proxima-nova",sans-serif;
    line-height: 22px;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 18px;
    margin-top: 3px;
}


/* Airport */
.airport {
    width: 100%;
    margin-top: -17px;
}

    .airport .row1, .airport .row2, .airport .row3 {
        margin-bottom: 50px;
    }

        .airport .row2 .left, .airport .row4 .left {
            width: 70%;
            padding-right: 20px;
        }

        .airport .row3 .left {
            width: 50%;
            padding-right: 20px;
        }

        .airport .row3 .right {
            width: 50%;
        }

        .airport .row2 .right, .airport .row3 .right, .airport .row4 .right {
            width: 30%;
            position: relative;
        }

    .airport .row4 .md-form label {
        color: #616161;
        left: 35px;
        font-size: 16px;
        font-weight: 300;
        cursor: pointer;
    }

    .airport .row4 .right .btnContinue {
        position: absolute;
        top: -108px;
        left: -105px;
    }

    .airport .row2 .left span {
        top: -8px;
        float: right;
        right: 0px;
        position: absolute;
        cursor: pointer;
        /*color: #da9a39;*/
        font-size: 27px;
        background-color: #fff;
        padding: 0px 0px 0px 8px;
    }

#airport input[type=text]:focus:not([readonly]) {
    color: inherit;
}


/* Aroundt Town */
.aroundtown {
    width: 100%;
}

    .aroundtown .row1, .aroundtown .row2{
        margin-bottom: 50px;
    }

.aroundtown .row3 {
        margin-bottom: 0px;
    }

        .aroundtown .row1 .tripinfo, .hourly .row1 .tripinfo, .airport .seviceAdvisoryNote .tripinfo, .aroundtown .seviceAdvisoryNote .tripinfo, .hourly .seviceAdvisoryNote .tripinfo {
            color: #a3a3a3;
            font-size: 15px;
            font-weight: 400;
        }

            .aroundtown .row1 .tripinfo a, .hourly .row1 .tripinfo a, .airport .seviceAdvisoryNote .tripinfo a, .aroundtown .seviceAdvisoryNote .tripinfo a, .hourly .seviceAdvisoryNote .tripinfo a {
                color: #a3a3a3;
                text-decoration: underline;
                font-weight: 700;
            }

                .aroundtown .row1 .tripinfo a:hover, .hourly .row1 .tripinfo a:hover, .airport .seviceAdvisoryNote .tripinfo a:hover, .aroundtown .seviceAdvisoryNote .tripinfo a:hover, .hourly .seviceAdvisoryNote .tripinfo a:hover {
                    color: #000000;
                }

        .aroundtown .row2 .left, .aroundtown .row3 .left, .aroundtown .row4 .left {
            width: 60%;
            padding-right: 20px;
        }

        .aroundtown .row2 .right, .aroundtown .row3 .right, .aroundtown .row4 .right {
            width: 40%;
            position: relative;
        }

    .aroundtown .row4 .md-form label {
        color: #616161;
        left: 35px;
        font-size: 16px;
        font-weight: 300;
        cursor: pointer;
    }

    .aroundtown .row4 .right .btnContinue {
        position: absolute;
        top: -57px;
        left: 0px;
    }

    .aroundtown .row2 .left span, .aroundtown .row2 .right span, .aroundtown .row3 .left span {
        top: -8px;
        float: right;
        right: 0px;
        position: absolute;
        cursor: pointer;
        /*color: #da9a39;*/
        font-size: 27px;
    }

/* Hourly */
.hourly {
    width: 100%;
}

    .hourly .row1, .hourly .row2{
        margin-bottom: 50px;
    }

    .hourly .row3 {
        margin-bottom: 25px;
    }

        .hourly .row2 .left, .hourly .row3 .left {
            width: 60%;
            padding-right: 20px;
        }

        .hourly .row2 .right, .hourly .row3 .right {
            width: 40%;
        }

            .hourly .row3 .right .left {
                width: 50%;
                padding-right: 20px;
            }

            .hourly .row3 .right .right {
                width: 50%;
            }

    .hourly .row4 .left {
        width: 60%;
        padding-right: 20px;
        padding-top: 23px;
    }

    .hourly .row4 .right {
        width: 40%;
    }

    .hourly .row4 .md-form label {
        color: #616161;
        left: 35px;
        font-size: 15px;
        font-weight: 300;
        cursor: pointer;
    }

    .hourly .row2 .left span, .hourly .row2 .right span, .hourly .row3 .left span, .hourly .row3 .right span {
        top: -8px;
        float: right;
        right: 0px;
        position: absolute;
        cursor: pointer;
        /*color: #da9a39;*/
        font-size: 27px;
    }

/* Footer */
.footer {
    width: 100%;
}

    .footer div.rezlinks {
        display: inline-block;
        margin-right: 22px;
    }

        .footer div.rezlinks:last-child {
            margin-right: 0px;
        }

        .footer div.rezlinks a {
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 1px;
            font-size: 14px;
            color: #a3a3a3;
            font-weight: 600;
        }

            .footer div.rezlinks a:hover {
                /*color: #da9a39;*/
            }

            .footer div.rezlinks a img.ico {
                vertical-align: middle;
            }

.ui-autocomplete {
    height: 96px;
    overflow-y: scroll;
    z-index: 99999;
    background-color: #fff;
    border: 1px solid silver;
    margin-top: -2px !important;
    font-family: "proxima-nova",sans-serif;
    color: #000;
}


.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 10px;
        cursor: pointer;
        min-height: 0;
        border-bottom: 1px solid #EDEDED;
        background-color: #fff;
        font-size: 17px;
        font-weight: 400;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        color: #ffffff;
        /*background-color: #da9a39;*/
    }

/* Low-res Monitors */
@media only screen and (max-width: 767px) and (min-width: 600px) {

    .header {
        display: none;
    }

    .left, .right {
        display: block;
        float: none;
    }

    .aroundtown .row2, .aroundtown .row3, .hourly .row2, .hourly .row3, .aroundtown .row4 .right {
        margin-bottom: 0px;
    }

    .airport .row2 .left, .airport .row2 .right, .airport .row4 .left {
        padding: 0px;
        width: 70%;
        margin-bottom: 33px;
    }


    .airport .row3 {
        margin-bottom: 20px;
    }

    .aroundtown .row3 .right {
        margin-bottom: -15px;
    }

    .airport .row4 .left {
        margin-bottom: 23px;
    }

    .airport .row3 .left {
        padding: 0px;
        width: 70%;
        margin-bottom: 17px;
    }

    .airport .row4 .left, .airport .row4 .right, .aroundtown .row4 .right {
        width: 100%;
        padding-right: 0px;
    }

        .airport .row4 .right .btnContinue, .aroundtown .row4 .right .btnContinue {
            position: relative;
            top: auto;
            left: auto;
        }

    .btn-unique {
        width: 100%;
    }

    .aroundtown .row2 .left,
    .aroundtown .row2 .right,
    .aroundtown .row3 .left,
    .aroundtown .row4 .left,
    .hourly .row2 .left,
    .hourly .row2 .right,
    .hourly .row3 .left,
    .hourly .row3 .right,
    .hourly .row4 .left {
        padding: 0px;
        width: 70%;
        margin-bottom: 50px;
    }

    .aroundtown .row4 .left, .hourly .row4 .left {
        margin-bottom: 20px;
display:none;
    }

    .hourly .row3 .right, .hourly .row4 .right {
        width: 100%;
    }

        .hourly .row3 .right .left, .hourly .row3 .right .right {
            float: left;
            width: 35%;
            position: relative;
            top: auto;
        margin-bottom:30px;
        }


    .aroundtown .row2 .right, .hourly .row2 .right, .hourly .row3 .right {
        position: relative;
        top: 77px;
        z-index: 99;
    }

    .aroundtown .row3, .hourly .row3 {
        position: relative;
        top: -77px;
    }

    .nav-tabs .nav-link {
        padding: 15px 38px;
    }

    .airport .row2 .right {
        top: 20px;
        margin-bottom: 75px;
    }

    .airport .row4 .md-form label, .aroundtown .row4 .md-form label, .hourly .row4 .md-form label {
        font-size: 14px;
    }

    #divARServiceAreas, #divATServiceAreas, #divHRServiceAreas {
        font-weight: 500;
        font-family: "proxima-nova",sans-serif;
        height: 350px;
        overflow-y: scroll;
        font-size: 15px;
    }
}

/* Tablet/Phone */
@media only screen and (max-width: 599px) {
    .wrapper {
        width: 95%;
        margin: 0 auto;
        padding: 0px;
    }

    .nav-tabs .nav-link {
        padding: 10px 0;
        font-size: 12px;
    }

    .btn-group {
        width: 100%;
    }
    .btn-group .btn {
        width: 50%;
        padding: 12px 0;
        font-size: 12px;
    }

    .header {
        display: none;
    }

    .tabs-header {
        margin-bottom: 5px;
    }

    .nav-tabs {
        margin-left: 0;
        margin-bottom: 5%;
    }
        .nav-tabs .nav-item {
            width: 31%;
        }
            .nav-tabs .nav-item:nth-child(2) {
                margin-left: 3.5%;
                margin-right: 3.5%;
            }
    .md-pills li {
        padding: 5% 0 0;
    }

    .left, .right {
        display: block;
        float: none;
    }

    .aroundtown .row2, .aroundtown .row3, .hourly .row2, .hourly .row3, .aroundtown .row4 .right {
        margin-bottom: 0px;
    }

    .airport .row2 .left, .airport .row2 .right, .airport .row4 .left {
        padding: 0px;
        width: 95%;
        margin-bottom: 33px;
    }

    .airport .row3 {
        margin-bottom: 20px;
    }

    .aroundtown .row3 .right {
        margin-bottom: -15px;
    }

    .airport .row4 .left {
        margin-bottom: 23px;
    }

    .airport .row3 .left {
        padding: 0px;
        width: 95%;
        margin-bottom: 17px;
    }

    .airport .row4 .left, .airport .row4 .right, .aroundtown .row4 .right {
        width: 100%;
        padding-right: 0px;
    }

        .airport .row4 .right .btnContinue, .aroundtown .row4 .right .btnContinue {
            position: relative;
            top: auto;
            left: auto;
            width: 98%;
        }

    .btn-unique {
        width: 100%;
    }

    .aroundtown .row2 .left,
    .aroundtown .row2 .right,
    .aroundtown .row3 .left,
    .aroundtown .row4 .left,
    .hourly .row2 .left,
    .hourly .row2 .right,
    .hourly .row3 .left,
    .hourly .row3 .right,
    .hourly .row4 .left {
        padding: 0px;
        width: 95%;
        margin-bottom: 50px;
    }

    .aroundtown .row4 .left, .hourly .row4 .left {
        margin-bottom: 20px;
display:none;
    }

    .hourly .row3 .right, .hourly .row4 .right {
        width: 100%;
    }

        .hourly .row3 .right .left, .hourly .row3 .right .right {
            float: left;
            width: 49%;
            position: relative;
            top: auto;
        margin-bottom:30px;
        }


    .aroundtown .row2 .right, .hourly .row2 .right, .hourly .row3 .right {
        position: relative;
        top: 77px;
        z-index: 99;
    }

    .aroundtown .row3, .hourly .row3 {
        position: relative;
        top: -77px;
    }

    .airport .row2 .right {
        top: 20px;
        margin-bottom: 75px;
    }

    .airport .row4 .md-form label, .aroundtown .row4 .md-form label, .hourly .row4 .md-form label {
        font-size: 14px;
    }

    #divARServiceAreas, #divATServiceAreas, #divHRServiceAreas {
        font-weight: 500;
        font-family: "proxima-nova",sans-serif;
        height: 350px;
        overflow-y: scroll;
        font-size: 15px;
    }

    .divider {
        margin: 30px 30px 15px !important;
    }

    .footer div.rezlinks {
        display: block;
        padding: 2%;
        margin-right: 0;
        text-align: center;
    }

        .footer div.rezlinks a img.ico {
            display: inline-block;
            margin: 0 10px 0 0;
        }
}


.seviceAdvisoryNote
{
    margin-bottom: 50px;
    margin-top: -26px;
}