/* Minification failed. Returning unminified contents.
(3471,2): run-time error CSS1030: Expected identifier, found 'appearance('
(3471,2): run-time error CSS1019: Unexpected token, found 'appearance('
(3471,29): run-time error CSS1031: Expected selector, found ';'
(3471,29): run-time error CSS1025: Expected comma or open brace, found ';'
(3472,24): run-time error CSS1031: Expected selector, found ';'
(3472,24): run-time error CSS1025: Expected comma or open brace, found ';'
(3473,21): run-time error CSS1031: Expected selector, found ';'
(3473,21): run-time error CSS1025: Expected comma or open brace, found ';'
(3474,20): run-time error CSS1031: Expected selector, found ';'
(3474,20): run-time error CSS1025: Expected comma or open brace, found ';'
(3475,19): run-time error CSS1031: Expected selector, found ';'
(3475,19): run-time error CSS1025: Expected comma or open brace, found ';'
(3476,1): run-time error CSS1019: Unexpected token, found ')'
(3482,16): run-time error CSS1030: Expected identifier, found '8'
(3482,16): run-time error CSS1031: Expected selector, found '8'
(3482,16): run-time error CSS1025: Expected comma or open brace, found '8'
 */
h4, h5, h6, h3 {
    margin: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, wheat 0px, #fff 203px) repeat scroll 0 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

    body p {
        font-family: 'Open Sans', sans-serif;
    }
/*--fonts--*/
h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url(../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf) format('truetype');
}
/*--status-bar--*/


@media (max-width: 1024px) {
    .topBodyContainer {
        background: #f7f7f7;
        font-family: 'Open Sans', sans-serif;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1025px) {
    .topBodyContainer {
        background: #f7f7f7;
        font-family: 'Open Sans', sans-serif;
        margin: 0 auto;
        width: 100%;
        max-width: 700px;
    }
}



.wrap {
    position: relative;
}

.Profile-mid {
    float: left;
    width: 33.333%;
    text-align: center;
}

.profile-left {
    float: left;
    width: 33.3333%;
    text-align: left;
}

h5.pro-link a {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

    h5.pro-link a:hover {
        text-decoration: none;
    }

.Profile-right {
    float: right;
    width: 33.3333%;
    text-align: right;
}

    .Profile-right i {
        font-size: 20px;
        color: #C7A44B;
    }

.profile-left i {
    font-size: 20px;
    color: #fff;
}

.Profile-right span {
    color: #C7A44B;
    font-size: 15px;
    right: 0;
}

.menu-notify {
    padding: 12px 0;
    background: #000;
}

.panel {
    margin-bottom: 0px;
    width: auto;
    height: auto !important;
    width: auto !important;
    border-radius: 4px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left;
    padding: 0px 0px 0px;
    z-index: 999999;
}

.profile-menu img {
    width: 46%;
}

.profile-menu {
    margin: 0px 0;
}

    .profile-menu h3 {
        color: #fff;
        font-size: 18px;
        margin: 20px 0 10px;
    }

.wrap-content {
    width: 100%;
    margin: 0 auto;
}

.pro-menu {
    margin-top: 30px;
}

.logo .link {
    outline: none;
    text-decoration: none;
    position: relative;
    line-height: 1;
    color: #d0b267;
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #333333;
}

.form-control::-moz-placeholder {
    color: #000;
}

.form-control::-webkit-placeholder {
    color: #000;
}

.form-control::placeholder {
    color: #000;
}

/* Yaku */
.logo .link--yaku {
    overflow: hidden;
}

    .logo .link--yaku::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        -webkit-transform: translate3d(-101%, 0, 0);
        transform: translate3d(-101%, 0, 0);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    .logo .link--yaku:hover::before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .logo .link--yaku span {
        display: inline-block;
        position: relative;
        -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
        transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
        -webkit-transition: -webkit-transform 0.5s, color 0.5s;
        transition: transform 0.5s, color 0.5s;
    }

    .logo .link--yaku:hover span {
        color: #2ad2c9;
        -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
        transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
    }

        .logo .link--yaku span:nth-child(4), .logo .link--yaku:hover span:first-child {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        .logo .link--yaku span:nth-child(3), .logo .link--yaku:hover span:nth-child(2) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .logo .link--yaku span:nth-child(2), .logo .link--yaku:hover span:nth-child(3) {
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .logo .link--yaku span:first-child, .logo .link--yaku:hover span:nth-child(4) {
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

.logo a.active {
    color: #2ad2c9;
}

.logo li {
    list-style: none;
}
/*-- --*/
/*-- properties --*/
.w3agile {
    padding: 1em 1em;
}

h3.w3ls-title {
    font-size: 2.5em;
    color: #252627;
    margin-bottom: .2em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

p {
    line-height: 1.8em;
    color: #000;
    font-weight: 400;
    margin-bottom: 1em;
    font-size: 12px;
}
/*-- //banner-text--*/
.details-right {
    margin: 0 auto;
    text-align: center;
}

.details-grid {
    background: url(../../images/banner-h.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.details-shade {
    padding: 58px 0 0;
    background: rgba(22, 21, 23, 0.6);
}

.details-shade, .details-grid {
    min-height: 275px;
}

.details-right h3 {
    color: #fff;
    font-size: 22px;
    margin: 12px 0 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.details-right h4 {
    color: #2ad2c9;
    font-size: 16px;
    margin-bottom: 13px;
}

.banner_search {
    border: 2px solid #fff;
    width: 28%;
    margin: 0 auto;
}

    .banner_search input[type="search"] {
        border: none;
        outline: none;
        padding: 6px 0px 6px 12px;
        font-size: 14px;
        color: #777;
        background: none;
        width: 82%;
        background: #fff;
    }

    .banner_search form input[type="submit"] {
        background: #020202 url(../../images/search.png) no-repeat 17px 8px;
        width: 50px;
        height: 32px;
        border: none;
        margin: 0 0 0 -4px;
        padding: 0;
        border: none;
        outline: none;
    }
/*-- banner --*/
.banner-bottom ul li {
    display: inline-block;
    margin-right: 0em;
    width: 23%;
}

    .banner-bottom ul li a {
        font-size: .8em;
        text-transform: uppercase;
        padding: 0;
        border-radius: 4px;
        width: 100%;
        height: 40px;
        line-height: 1.5em;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        color: #000;
        background: #C7A44B;
        display: table-cell;
        border: 1px solid #C7A44B;
    }

.banner-bottom {
    text-align: center;
}
/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2ad2c9;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-radial-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #020202;
        border-radius: 3%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
        color: #C7A44B;
    }

        .hvr-radial-out:hover:before, .hvr-radial-out:active:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .hvr-radial-out:focus:before {
            outline: none;
        }

.w3agile.banner-bottom h6 {
    margin-top: 1em;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #020202;
}

.w3agile.banner-bottom ul li i {
    font-size: 2em;
    line-height: 70px;
}
/*-- image-transition--*/
/*-- banner-bottom --*/
.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 100%;
}

.view-tenth .mask {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth img {
    filter: alpha(opacity=1);
    opacity: 1;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view {
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 1em 1em 2em;
    background: #f5f5f5;
    width: 320px;
    height: 320px;
}

    .view .mask {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

.agile_text_box {
    text-align: center;
    padding: 6em 2em;
    background: rgba(0, 0, 0, 0.66);
}

.view img {
    display: block;
    position: relative;
}

.agile_text_box p {
    line-height: 1.8em;
    width: 75%;
    margin: 0 auto;
    color: #efecec;
}

.agile_text_box i {
    color: #fff;
    font-size: 4em;
}

.agile_text_box h3 {
    font-size: 1.2em;
    color: #2ad2c9;
    line-height: 1.5em;
    margin: 1em 0 .5em;
    text-transform: uppercase;
    font-weight: 800;
}

.banner_bottom_right_grid {
    padding-right: 0;
}

.wthree_banner_bottom_right_grids:nth-child(2) {
    margin: 1em 0 0;
}

.banner_bottom_left h3 {
    font-size: 2em;
    color: #212121;
    text-transform: capitalize;
}

.banner_bottom_left p i {
    color: #2ad2c9;
    display: block;
    margin: .5em 0 1em;
}

.banner_bottom_left {
    text-align: right;
    margin-top: 4em;
}

    .banner_bottom_left p {
        color: #999;
        line-height: 2em;
        margin-bottom: 3em;
    }

.wthree_more a {
    padding: 10px 30px;
    border: 1px solid #999;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #999;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
}
/* Wayra */
.button--wayra {
    overflow: hidden;
    width: 35%;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    margin: 0 auto;
}

    .button--wayra::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #2ad2c9;
        z-index: -1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    }

    .button--wayra:hover {
        color: #fff;
        border-color: #2ad2c9;
    }

        .button--wayra:hover::before {
            opacity: 1;
            background-color: #2ad2c9;
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
            -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        }
/*-- brands --*/
/*--flights--*/
/*--flights--*/
/*-- /hotel --*/
/*-- /destination --*/
/* Filter controls */
/*-- img-hover-effect --*/
.mask a:hover {
    text-decoration: none;
}
/*-- //img-hover-effect --*/
/*-- /bus --*/
/*--/about--*/
/*--//about--*/
/*-- /short-codes --*/
/*-- //short-codes --*/
/*--/hotel-single--*/
/*--//hotel-single--*/
/*-- seat reservation --*/
/*-- w3layouts --*/
/*-- //seat reservation --*/
/*--tab-starts--*/
/*-- tabs-responsive --*/
@media(max-width:736px) {
    .banner_search {
        border: 2px solid #fff;
        width: 40%;
        margin: 0 auto;
    }
}
/*--tab-end--*/
/*-- footer --*/
.w3agile.footer {
    background: #000;
}

.w3agile_footer_grid h3 {
    font-size: 1.7em;
    color: #fff;
    padding-bottom: .5em;
    margin-bottom: 0.4em;
    position: relative;
}

    .w3agile_footer_grid h3:before {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 0%;
        background: #2ad2c9;
        width: 25%;
        height: 2px;
    }

h3.logo {
    text-align: left;
    font-size: 2em;
    color: #fff;
    margin-bottom: 0.4em;
    font-weight: bold;
    text-transform: uppercase;
}

    h3.logo a {
        color: #fff;
        text-decoration: none;
    }

    h3.logo span {
        color: #2ad2c9;
    }

.w3agile_footer_grid {
    color: #999;
    line-height: 2em;
    margin-top: 1.1em;
}

    .w3agile_footer_grid ul li {
        list-style-type: none;
        margin-bottom: 1.5em;
    }

        .w3agile_footer_grid ul li a {
            color: #999;
            text-decoration: none;
        }

            .w3agile_footer_grid ul li a:hover {
                color: #2ad2c9;
            }

    .w3agile_footer_grid:nth-child(2) {
        border-left: 1px solid #5c5c5c;
        border-right: 1px solid #5c5c5c;
        padding-left: 4em;
    }

    .w3agile_footer_grid:nth-child(3) {
        padding-left: 3em;
        border-right: 1px solid #5c5c5c;
    }

    .w3agile_footer_grid:nth-child(4) {
        padding-left: 3em;
    }

ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #999;
    line-height: 1.9em;
    margin-bottom: 1em;
}

    ul.w3agile_footer_grid_list li span {
        display: block;
        margin: 0.5em 0 0;
    }

        ul.w3agile_footer_grid_list li span i {
            font-size: 1.1em;
            margin-right: 10px;
            color: #1da1f2;
        }

.w3agile_footer_grid form input[type="text"] {
    width: 72%;
    padding: 9px 10px;
    float: left;
    color: #9C9C9C;
    outline: none;
    border: none;
    background: #fff;
    font-size: 0.9em;
}

.w3agile_footer_grid form input[type="submit"] {
    width: 23%;
    font-size: 1em;
    color: #fff;
    border: none;
    outline: none;
    padding: 9px 12px;
    background: #2ad2c9;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    float: left;
    text-transform: uppercase;
}

    .w3agile_footer_grid form input[type="submit"]:hover {
        background: #020202;
    }

.agileinfo_copy_right {
    background: #1d1c1c;
    padding: 0px !important;
}

.agileinfo_copy_right_left {
    text-align: center;
}

.agileinfo_copy_right_right {
    background: red;
}

.agileinfo_copy_right_left {
    color: #888888;
    font-size: 12px;
    line-height: 0;
    padding: 18px 0;
    margin: 0px;
}

ul.social li {
    color: #999999;
    display: block;
    float: left;
    font-size: 1em;
    margin: 0 0;
    width: 14.28%;
}

.social a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 8px 0;
}

.social-facebook {
    background: #3C5995;
    color: #ffffff;
}

.social-twitter {
    background: #1D9EF9;
    color: #ffffff;
}

.social-linkedin {
    background: #007BB6;
    color: #ffffff;
}

.social-google {
    background: #DE4D3C;
    color: #ffffff;
}

.social-play {
    background: #DE2825;
    color: #ffffff;
}

.social-instagram {
    background: #A83EA3;
    color: #ffffff;
}

.social-tripadviser {
    background: #00a680;
    color: #ffffff;
}


.social a:hover {
    color: #fff;
}

    .social a:hover .tooltip {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }

.social a:active {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.social .tooltip {
    opacity: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 1;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .social .tooltip span {
        position: relative;
        left: -50%;
        padding: 6px 8px 5px 8px;
        color: #fff;
        font-size: .9em;
        line-height: 1;
        z-index: 1;
        background: #202020;
        color: #fff;
    }

        .social .tooltip span:after {
            position: absolute;
            content: " ";
            width: 0;
            height: 0;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            border: 7px solid transparent;
            border-top-color: #202020;
        }

.social i {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
}

/*-- //footer --*/
/*-- Magnific Popup CSS --*/
.mfp-hide {
    display: none !important;
}
/**
 * Fade-zoom animation for first dialog
 */

/* start state */
/* animate in */
/*-- //Magnific Popup CSS --*/
/*-- modal-login-form --*/

.booking-info h3 {
    font-size: 2.1em;
    color: #1e9c95;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

    .booking-info h3 span {
        color: #2ad2c9;
    }

    .booking-info h3 a {
        color: #020202;
        text-decoration: none;
    }

        .booking-info h3 a:hover {
            text-decoration: none;
        }

.login-form {
    padding: 2em 2em;
    background: #f4f4f4;
    margin-top: 1em;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

    .login-form input[type="text"], .login-form input[type="password"] {
        font-size: 1em;
        color: #555;
        padding: 0.5em 1em;
        border: 0;
        width: 100%;
        border: 1px solid #999;
        background: none;
        -webkit-appearance: none;
        outline: none;
    }

    .login-form p {
        font-size: 1em;
        margin: 1em 0 1em 0;
        text-align: left;
        color: #020202;
        font-weight: 600;
        text-transform: uppercase;
    }

        .login-form p a {
            color: #2ad2c9;
            margin-left: 5px;
            -webkit-transition: .5s all;
            -moz-transition: .5s all;
            transition: .5s all;
            text-decoration: none;
        }

            .login-form p a:hover {
                color: #555;
            }
/*-- checkbox --*/
.wthree-text input[type="checkbox"] {
    display: none;
}

    .wthree-text input[type="checkbox"] + label {
        position: relative;
        padding-left: 1.8em;
        border: none;
        outline: none;
        font-size: 1em;
        color: #333;
        cursor: pointer;
        display: block;
        font-weight: 600;
    }

        .wthree-text input[type="checkbox"] + label span:first-child {
            width: 16px;
            height: 16px;
            border: 2px solid #2ad2c9;
            position: absolute;
            left: 0;
            top: 1px;
        }
/*-- //checkbox --*/
.wthree-text {
    margin: 2em 0;
    text-align: center;
}

    .wthree-text ul li {
        display: inline-block;
    }

        .wthree-text ul li:nth-child(2) {
            margin-top: 1em;
            display: block;
        }

        .wthree-text ul li a {
            font-size: 1em;
            color: #333;
            font-weight: 600;
        }

            .wthree-text ul li a:hover {
                color: #1e9c95;
            }

.login-form input[type="submit"] {
    text-transform: capitalize;
    background: #020202;
    color: #FFFFFF;
    padding: .8em 2em;
    border: none;
    font-size: 1em;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    -webkit-appearance: none;
}

    .login-form input[type="submit"]:hover {
        background: #2ad2c9;
    }

.login-form.signup-form label {
    text-align: left;
}
/*-- //modal-login-form --*/
/*-- responsive media queries --*/
@media (max-width: 800px) {
    .banner_bottom_right_grid {
        padding-right: 0;
        float: left;
    }

    .banner_bottom_left {
        text-align: center;
        margin: 4em 0 3em 0;
    }

    .button--wayra {
        width: 25%;
    }

    .banner_search {
        border: 2px solid #fff;
        width: 36%;
        margin: 0 auto;
    }

    .banner_search {
        border: 2px solid #fff;
        width: 36%;
        margin: 0 auto;
    }

    .w3agile_footer_grid:nth-child(2) {
        border-left: 1px solid #5c5c5c;
        border-right: 1px solid #5c5c5c;
        padding-left: 1em;
        border: none;
    }

    .w3agile_footer_grid:nth-child(3) {
        padding-left: 1em;
        border-right: none;
    }

    .w3agile_footer_grid:nth-child(4) {
        padding-left: 1em;
    }
}

@media (max-width: 768px) {
    .banner_search {
        border: 2px solid #fff;
        width: 37%;
        margin: 0 auto;
    }
}

@media (max-width: 667px) {
    .banner_search {
        border: 2px solid #fff;
        width: 45%;
        margin: 0 auto;
    }

    .view {
        padding: 1em 1em 2em;
        width: 256px;
        height: 259px;
    }

    h3.w3ls-title {
        font-size: 2em;
    }

    .banner_bottom_right_grid {
        padding-right: 0;
        float: none;
        margin-bottom: 0em;
        width: 100%;
        padding: 0;
    }

    .banner_bottom_right {
        padding: 0;
    }

    .button--wayra {
        width: 66%;
    }

    .agileinfo_copy_right_left {
        float: none;
        text-align: center;
    }

    .agileinfo_copy_right_left {
        float: none;
        text-align: center;
    }

    .agileinfo_copy_right_right {
        float: none;
        text-align: center;
    }

    .banner_bottom_left p {
        line-height: 1.9em;
        margin-bottom: 2em;
    }

    .banner_bottom_left h3 {
        font-size: 1.4em;
    }

    .banner_bottom_left {
        text-align: center;
        margin: 1em 0 2em 0;
    }

    h3.w3ls-title {
        font-size: 1.5em;
    }

    .w3agile_footer_grid h3 {
        font-size: 1.2em;
    }

    .w3agile {
        padding: 1em 1em;
    }

        .w3agile.footer {
            padding: 2em 0.5em;
        }

    .details-right h4 {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .w3agile_footer_grid form input[type="text"] {
        width: 66%;
        padding: 9px 10px;
    }

    .w3agile_footer_grid form input[type="submit"] {
        width: 34%;
    }

    h3.logo {
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .w3agile_footer_grid ul li {
        list-style-type: none;
        margin-bottom: 0.5em;
    }

    .view {
        padding: 1em 1em 2em;
        width: 281px;
        height: 281px;
        float: left;
        margin-right: 13px;
    }

    .agile_text_box {
        padding: 3em 2em;
        background: rgba(0, 0, 0, 0.66);
    }
}

@media (max-width: 640px) {
    .button--wayra {
        width: 31%;
    }

    .agile_text_box {
        padding: 5em 2em;
        background: rgba(0, 0, 0, 0.66);
    }
}

@media (max-width: 600px) {
    .banner_search {
        border: 2px solid #fff;
        width: 48%;
        margin: 0 auto;
    }

    .view {
        padding: 1em 1em 2em;
        width: 264px;
        height: 264px;
        float: left;
        margin-right: 13px;
    }
}

@media (max-width: 568px) {
    .banner_search {
        border: 2px solid #fff;
        width: 51%;
        margin: 0 auto;
    }

    .view {
        padding: 1em 1em 2em;
        width: 256px;
        height: 256px;
        float: left;
        margin-right: 13px;
    }

    .banner_search {
        border: 2px solid #fff;
        width: 60%;
        margin: 0 auto;
    }
}

@media (max-width:480px) {
    .button--wayra {
        width: 36%;
    }

    .view {
        padding: 1em 1em 1em;
        width: 214px;
        height: 214px;
        float: left;
        margin-right: 7px;
    }

    .agile_text_box p {
        font-size: 0.9em;
    }

    .agile_text_box {
        padding: 3em 1em;
    }

    .w3agile.banner-bottom h6 {
        margin-top: 1em;
        font-size: 0.95em;
    }

    .details-right h3 {
        font-size: 20px;
    }
}

@media (max-width:414px) {
    .banner_search {
        border: 2px solid #fff;
        width: 68%;
        margin: 0 auto;
    }

    .view {
        padding: 1em 1em 1em;
        width: 381px;
        height: 381px;
        float: left;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .agile_text_box {
        padding: 9em 4em;
    }

    .wthree_banner_bottom_right_grids:nth-child(2) {
        margin: 0em 0 0;
    }

    .button--wayra {
        width: 48%;
    }
}

@media (max-width: 384px) {
    .banner_search {
        border: 2px solid #fff;
        width: 75%;
        margin: 0 auto;
    }

    .view {
        padding: 1em 1em 1em;
        width: 352px;
        height: 352px;
        float: left;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .agile_text_box {
        padding: 8em 4em;
    }

    .details-shade {
        padding: 36px 0 0;
    }

    .details-shade, .details-grid {
        min-height: 244px;
    }

    .agile_text_box p {
        width: 95%;
    }
}

@media (max-width:375px) {
    .banner_bottom_right_grid {
        padding-right: 0;
        float: none;
        margin-bottom: 1em;
        width: 100%;
        padding: 0;
    }

    .banner_bottom_right {
        padding: 0;
    }

    .view {
        padding: 1em 1em 2em;
        width: 340px;
        height: 340px;
    }

    .button--wayra {
        width: 66%;
    }

    .agileinfo_copy_right_left {
        float: none;
        text-align: center;
    }

    .agileinfo_copy_right_left {
        float: none;
        text-align: center;
    }

    .agileinfo_copy_right_right {
        float: none;
        text-align: center;
    }

    .banner_bottom_left p {
        line-height: 1.9em;
        margin-bottom: 2em;
    }

    .banner_bottom_left h3 {
        font-size: 1.4em;
    }

    .banner_bottom_left {
        text-align: center;
        margin: 1em 0 2em 0;
    }

    h3.w3ls-title {
        font-size: 1.5em;
    }

    .w3agile_footer_grid h3 {
        font-size: 1.2em;
    }

    .w3agile {
        padding: 1em 1em;
    }

        .w3agile.footer {
            padding: 0.5em 0.0em;
        }

    .details-right h4 {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .w3agile_footer_grid form input[type="text"] {
        width: 66%;
        padding: 9px 10px;
    }

    .w3agile_footer_grid form input[type="submit"] {
        width: 34%;
    }

    h3.logo {
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .w3agile_footer_grid ul li {
        list-style-type: none;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 360px) {
    h3.w3ls-title {
        font-size: 1.4em;
    }

    .w3agile.banner-bottom {
        padding: .2em .2em;
    }

    .details-shade {
        padding: 28px 0 0;
    }

    .banner_search {
        width: 80%;
        margin: 0 auto;
    }

    .banner-bottom ul li a {
        font-size: 1em;
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }

    .w3agile.banner-bottom ul li i {
        font-size: 1.7em;
        line-height: 58px;
    }

    .w3agile.banner-bottom h6 {
        margin-top: 1em;
        font-size: 0.9em;
    }

    .details-shade, .details-grid {
        min-height: 232px;
    }

    .banner-bottom ul li a {
        font-size: 0.8em;
        border-radius: 3%;
        width: 100%;
        height: 33px;
    }

    .w3agile.banner-bottom ul li i {
        font-size: 1.7em;
        line-height: 51px;
    }

    .banner_bottom_left h3 {
        font-size: 1.3em;
    }

    .view {
        padding: 1em 1em 2em;
        width: 322px;
        height: 322px;
    }

    .agile_text_box {
        padding: 6em 5em;
    }
}

@media (max-width:320px) {
    .banner_search {
        width: 89%;
        margin: 0 auto;
    }

    .view {
        padding: 1em 1em 2em;
        width: 290px;
        height: 290px;
    }

    .agile_text_box {
        padding: 5em 2em;
    }

    h5.pro-link a {
        font-size: 15px;
    }
}

@media (max-width:360px) {
    .Profile-right span {
        color: #c7a44b;
        font-size: 12px;
        right: 0;
    }

    .pro-link.brands > a {
        font-size: 12px;
    }

    #topLogo img {
        width: 60px !important;
    }

    .pro-link.brands h1 {
        font-size: 12px;
        line-height: 22px;
        margin: 0;
    }
}

/*==================== LOGIN CSS =================*/

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: fixed;
    width: 100%;
    height: inherit;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background-size: cover;
    padding: 0 !important;
    overflow-y: scroll;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content {
    width: 95%;
    cursor: auto;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #333;
    font-style: normal;
    font-size: 35px;
    outline: none;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

.mfp-close-btn-in .mfp-close {
    background: none;
}
/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in #small-dialog {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    padding: 0em 0;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/*-- //Magnific Popup CSS --*/
/*-- modal-login-form --*/

.booking-info h3 {
    font-size: 2.1em;
    color: #1e9c95;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

    .booking-info h3 span {
        color: #2ad2c9;
    }

    .booking-info h3 a {
        color: #020202;
        text-decoration: none;
    }

        .booking-info h3 a:hover {
            text-decoration: none;
        }

.login-form {
    padding: .5em .5em;
    background: #FDF9F1;
    margin-top: .2em;
    border: 1px solid #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

    .login-form input[type="text"], .login-form input[type="password"] {
        font-size: 1em;
        color: #555;
        padding: 0.5em 1em;
        border: 0;
        width: 100%;
        border: 1px solid #999;
        background: none;
        -webkit-appearance: none;
        outline: none;
    }

    .login-form p {
        font-size: 1em;
        margin: .2em 0 .2em 0;
        text-align: left;
        color: #020202;
        font-weight: 600;
        text-transform: uppercase;
    }

        .login-form p a {
            color: #C7A44B;
            margin-left: 5px;
            -webkit-transition: .5s all;
            -moz-transition: .5s all;
            transition: .5s all;
            text-decoration: none;
        }

            .login-form p a:hover {
                color: #555;
            }
/*-- checkbox --*/
.wthree-text input[type="checkbox"] {
    display: none;
}

    .wthree-text input[type="checkbox"] + label {
        position: relative;
        padding-left: 1.8em;
        border: none;
        outline: none;
        font-size: 1em;
        color: #333;
        cursor: pointer;
        display: block;
        font-weight: 600;
    }

        .wthree-text input[type="checkbox"] + label span:first-child {
            width: 16px;
            height: 16px;
            border: 2px solid #C7A44B;
            position: absolute;
            left: 0;
            top: 1px;
        }
/*-- //checkbox --*/
.wthree-text {
    margin: 1em 0;
    text-align: center;
}

    .wthree-text ul li {
        display: inline-block;
    }

        .wthree-text ul li:nth-child(2) {
            margin-top: 1em;
            display: block;
        }

        .wthree-text ul li a {
            font-size: 1em;
            color: #333;
            font-weight: 600;
        }

            .wthree-text ul li a:hover {
                color: #1e9c95;
            }

.login-form input[type="submit"] {
    text-transform: capitalize;
    background: #020202;
    color: #FFFFFF;
    padding: .8em 2em;
    border: none;
    font-size: 1em;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    -webkit-appearance: none;
}

    .login-form input[type="submit"]:hover {
        background: #C7A44B;
    }
/*=============================== end of css ========================*/
a {
    color: #C7A44B;
}

    a:focus, a:hover {
        color: #C7A44B;
    }
/*top header css*/
#topHeaderForMobile {
    padding: 8px 10px;
    width: 100%;
    background: #fff;
}

.Profile-right-top.contactDLT {
    text-align: right;
    width: 100%;
    color: #000;
}

.paddingcell {
    padding: 5px 10px;
}

.paddingcell2 {
    padding: 8px 10px;
}

.contactDLT a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

#topLogo img {
    max-width: 70px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
}

#topHeaderNavigation .profile-left, #topHeaderNavigation .Profile-right {
    width: 50%;
}

.pro-link.brands {
    text-align: right;
}

.outerContainer {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f5deb3 0px, #ffffff 203px) repeat scroll 0 0;*/
    background: #c7a44b;
    padding-top: 0px;
}

.input-group {
    margin-bottom: 4px;
}

input.form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
    outline: none;
}

/*trip tab css*/
.tabAccordian.active {
    background: #C7A44B none repeat scroll 0 0;
    color: #000;
}

.tabAccordian {
    border-right: 2px solid #C7A44B;
    display: inline-block;
    margin: -2px;
    padding: 5px 5.3%;
    text-align: center;
    width: 49.8% !important;
    border-radius: 0px;
    white-space: nowrap;
    font-size: 12px;
    color: #C7A44B;
    height: 25px;
}

    .tabAccordian:nth-child(1) {
        border-left: 2px solid #C7A44B;
    }

.tripTableAccordian {
    border: 2px solid #C7A44B;
    display: inline;
    padding: 4px 0;
    border-radius: 4px;
}

.pickupAdd {
    background: #f6e0b7;
    border-radius: 3px;
    padding: 10px;
}

.dropoffAdd {
    background: #f6e0b7;
    border-radius: 3px;
    padding: 10px;
}

.pickupDetails {
    text-align: center;
}

    .pickupDetails p {
        color: #000000;
        margin: 0px;
        font-size: 18px;
    }

.addStop.col-md-2.col-xs-2 {
    background: #c7a44b none repeat scroll 0 0;
    border: 2px solid #000000;
    border-radius: 50%;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
    left: 0;
    margin: 33px auto;
    padding: 3px 8px;
    position: absolute;
    right: 0;
    width: 45px;
    z-index: 999;
}

.input-group-addon {
    background-color: #f6e0b7;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

#tripPickupAndDropoff {
    margin-bottom: 4px;
}

.form-control {
    height: 35px;
    border: 0px;
    font-size: 12px;
    padding: 4px 3px;
}

.fa-2x {
    font-size: 1.1em !important;
}

.quoteBtn, .btn.more-trigger {
    -moz-appearance: none;
    background: #c7a44b none repeat scroll 0 0;
    border: 1px solid #c7a44b;
    border-radius: 3px;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin: 0 auto 5px;
    padding: 5px 2px;
    text-align: center;
    width: auto;
}

    .quoteBtn:hover, .btn.more-trigger:hover {
        background: #000000 none repeat scroll 0 0;
        border: 1px solid #c7a44b;
        color: #c7a44b;
    }

.banner-bottom li h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    display: table;
    width: 100%;
}

.w3agile.banner-bottom {
    background: #000000 none repeat scroll 0 0;
    margin-bottom: 0px;
    margin-top: 5px;
}
/*whychoose block css*/
.banner-right {
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
}

.whychooseBtn, .contactusInfo {
    background: #000000 none repeat scroll 0 0;
    color: #c7a44b;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 10px;
    height: 40px;
}

    .whychooseBtn > a {
        color: #c7a44b;
    }

.whychooseList {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    padding: 0;
}

    .whychooseList ul li {
        color: #3a3a3a;
        font-size: 14px;
        line-height: 17px;
    }

        .whychooseList ul li a {
            background: #f5deb3 none repeat scroll 0 0;
            color: #000000;
        }

        .whychooseList ul li a {
            border-bottom: 1px solid #8a8a89;
            display: block;
            line-height: 18px;
            padding: 7px 10px;
        }

.knowmoreBtn a {
    background: #000000 none repeat scroll 0 0;
    color: #c7a44b;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 8px 10px;
    text-align: center;
}

.w3agile.banner-whychooseBtn {
    padding: 0px;
}

.box-form {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 4px;
    margin-bottom: 7px;
    margin-top: 5px;
    padding: 2px;
}

.dropoffAdd_flightIcon .fa-plane {
    transform: rotate(68deg);
}

.whychooseBtn a .fa {
    border: 2px solid #c7a44b;
    border-radius: 60px;
    float: right;
    font-size: 10px;
    padding: 5px;
}

.contactusInfo a .fa {
    border-radius: 60px;
    float: right;
    font-size: 15px;
    padding: 5px;
}

.contactusInfo > a {
    text-decoration: none;
    color: #C7A44B;
}

.whychooseList ul li a:hover {
    background: #000000 none repeat scroll 0 0;
    color: #f5deb3;
    text-decoration: none;
}

.whychooseBtn > a {
    display: block;
    text-decoration: none;
}

.infoLink > span {
    display: block;
}

.org {
    display: block;
    font-size: 18px;
}

.vcard.footAdd {
    color: #C7A44B;
}

.infoLink span a {
    color: #F5DFB5;
    text-decoration: none;
}

.social {
    margin: 0 auto;
    text-align: center;
}

.green-right {
    color: #008000;
    float: right;
    text-align: right;
}

.hideAndShowFooter {
    text-align: center;
    background: #000;
    border: 2px solid #C7A44B;
}

.clickforFooter {
    border-right: 2px solid #C7A44B;
    /*border-radius: 106px 106px 0 0;*/
    color: #C7A44B;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px 14.8px;
    position: relative;
    z-index: 999;
    text-transform: capitalize;
}

.clickforFooter1 {
    border-right: 2px solid #C7A44B;
    /*border-radius: 106px 106px 0 0;*/
    color: #C7A44B;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px 14.8px;
    position: relative;
    z-index: 999;
    text-transform: capitalize;
}

.clickforFooter2 {
    border-right: 0px;
    /*border-radius: 106px 106px 0 0;*/
    color: #C7A44B;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px 14.8px;
    position: relative;
    z-index: 999;
    text-transform: capitalize;
}

.clickActive {
    background: #000000 none repeat scroll 0 0;
    border-radius: 106px 106px 0 0;
    color: #C7A44B;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px 15px;
    position: relative;
    z-index: 999;
    text-transform: capitalize;
}

.pickupDetails input.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    height: 45px;
}

.handshake {
    padding: 6px;
}

.input-group-addon.calendar, .input-group-addon.usersPass {
    padding: 6px 9px;
}

.input-group-addon.markerLoc {
    padding: 6px 15px;
}

.in-gp-tl {
    padding-right: 2px;
}

.in-gp-tb {
    padding-left: 2px;
}

@media (max-width:699px) {
    #searchBlock {
        background-image: url("../../images/bgColor.jpg");
        background-position: right center;
        background-repeat: repeat;
        background-size: cover;
    }
}

@media (max-width:360px) {
    .whychooseBtn > a {
        display: block;
        font-size: 13px;
        text-decoration: none;
    }

    .whychooseList ul li a {
        font-size: 12px;
    }

    .contactusInfo > a {
        color: #c7a44b;
        font-size: 12px;
        text-decoration: none;
    }

    .contactusInfo {
        border-left: 1px solid;
    }

    .clickforFooter2, .clickforFooter1, .clickforFooter {
        padding: 5px 4px;
    }
}

.contactusInfo {
    border-left: 1px solid;
}

@media (min-width:361px) {
    .pro-link.brands h1 {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }
}

/*css 10.06.2018*/
@media (min-width:600px) {
    .tripInfoForm {
        width: 100%;
        max-width: 420px;
    }

    #searchBlock {
        background-image: url("../../Images/bgColor.jpg");
        background-position: right center;
        background-repeat: repeat;
        background-size: cover;
    }
}
/*end of css*/
@media (min-width:600px) {
    .addStop.col-md-2.col-xs-2 {
        right: 33%
    }
}


@media (min-width:700px) {
    .addStop.col-md-2.col-xs-2 {
        right: 39%
    }
}

@media (min-width:800px) {
    .addStop.col-md-2.col-xs-2 {
        right: 45%
    }
}

@media (min-width:1024px) {
    .addStop.col-md-2.col-xs-2 {
        right: 56%
    }
}

@media (min-width:1025px) {
    .addStop.col-md-2.col-xs-2 {
        right: 36%
    }
}


/*================breadcrumb css==============*/
ol.breadcrumb.breadcrumb-arrow {
    padding: 0px;
    margin-bottom: 10px;
}
/*.breadcrumb-arrow {
    height: 25px;
    padding: 0;
    line-height: 25px;
    list-style: none;
    background-color: #FBF5E8;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
  vertical-align: top;
	font-size:12px;
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 25px;
    padding: 0 10px 0 25px;
    line-height: 25px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: #C7A44B;
    border: 1px solid #C7A44B;
	font-size:12px;
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #C7A44B;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #C7A44B
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #000;
    border: 1px solid #000;
	color:#C7A44B;
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #000
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}
.breadcrumb-arrow li span {
    color: #000
}*/
/*================ end breadcrumb css==============*/
.panel-heading {
    padding: 5px 8px;
}

    .panel-heading h2 {
        font-size: 15px;
        margin: 0;
    }

.panel-default {
    border-color: #f4f4f4;
}

    .panel-default > .panel-heading {
        background-color: #fbf5e8;
        border-color: #f4f4f4;
        color: #000000;
    }

.about-page-content {
    text-align: justify;
}

    .about-page-content p span {
        color: #000000;
        font-weight: 700;
    }

#hideFooter .quoteBtn.label-success {
    display: inline-block;
    float: right;
    background: #C7A44B;
    text-decoration: none;
}

    #hideFooter .quoteBtn.label-success:hover {
        background: #000;
        color: #C7A44B;
    }

#hideFooter .allRating.clearfix {
    display: inline-block;
}

.outerContainer.innerPage {
    background: none;
}

.leftPanel {
    background: #000000 none repeat scroll 0 0;
    z-index: 2147483647;
}

.headingContainer h1 {
    background-color: #c7a44b;
    border-radius: 3px;
    font-size: 14px;
    padding: 6px;
}

.panel.panel-default {
    margin-bottom: 5px;
}

.btn.more-trigger {
    margin: 0 auto;
    text-align: center;
    width: 120px;
}

/*fleets css*/
.fleetsProductsBlock {
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    margin: 0px !important;
}

.bodytypeDLT strong {
    display: block;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}

.icons-person h3 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
}

.rating-star .fa {
    color: #008000;
}
/*ribbon design css*/
.ribbon span::after {
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #c7a44b;
    right: 0;
}

.ribbon span::after, .ribbon span::before {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid #c7a44b;
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
}

.ribbon {
    height: 75px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    width: 75px;
    z-index: 1;
}

    .ribbon > span {
        font-size: 14px;
    }

    .ribbon span {
        background: rgba(0, 0, 0, 0) linear-gradient(#a98930 0px, #c7a44b 100%) repeat scroll 0 0;
        box-shadow: 0 3px 10px -5px #000000;
        color: #000000;
        display: block;
        font-weight: 700;
        line-height: 20px;
        position: absolute;
        right: -21px;
        text-align: center;
        top: 19px;
        transform: rotate(45deg);
        width: 100px;
    }

    .ribbon span {
        text-transform: uppercase;
    }

.icons-person.per1.andDLT > p {
    font-size: 14px;
    margin: 0;
}

.veiwmoreBTTN {
    padding: 10px;
}

/*slider css*/

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    background: #c7a44b none repeat scroll 0 0;
    border-radius: 15px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-51%);
    width: 24px;
    z-index: 4;
}

.nbs-flexisel-nav-left {
    left: 1px;
}

    .nbs-flexisel-nav-left:before {
        content: "«"
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 1px;
}

    .nbs-flexisel-nav-right:before {
        content: "»"
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-item > img {
    border: none !important;
}

.contentShowAndHide p span {
    color: #000000;
    font-weight: bold;
}

/* services list css*/
.serviceList .listBg > h2 {
    font-size: 14px;
    color: #C7A44B;
    margin: 0px;
}

.serviceList .col-lg-6.in-gp-tl, .serviceList .col-lg-6.in-gp-tb {
    margin-bottom: 4px;
}

.listBg {
    background: #000000 none repeat scroll 0 0;
    cursor: pointer;
    padding: 10px;
}

.serviceList .col-lg-6.in-gp-tb {
    padding-right: 0px;
}

.serviceList .col-lg-6.in-gp-tl {
    padding-left: 0px;
}

.serviceDet {
    background: #f5deb3 none repeat scroll 0 0;
    border: 1px solid #f5deb3;
    color: #000000;
    line-height: 18px;
    padding: 10px;
    text-align: justify;
    font-size: 13px;
}

.serviceList .serviceDet > h3 {
    display: inline;
    font-size: 13px;
    margin: 0 auto;
}

.serviceDet a {
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
    display: block;
}

.toggleIcons {
    border: 2px solid #C7A44B;
    border-radius: 50px;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 12px;
    padding: 5px;
    position: relative;
    text-align: right;
    top: -4px;
    width: 25px;
}

.homeheading.black > h2 {
    color: #000000;
    font-size: 18px;
    margin: 0;
    text-align: center;
}

.homeheading.black {
    text-align: center;
}

/*location css design*/
.locationsTrip .fleetsItems {
    cursor: pointer;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .locationsTrip .fleetsItems img {
        left: 0;
        position: absolute;
        transition: all 300ms ease-out 0s;
        width: 100%;
    }

    .locationsTrip .fleetsItems .simple-caption {
        bottom: 0px;
        display: block;
        height: 30px;
        line-height: 30pt;
        text-align: left;
        width: 100%;
    }

    .locationsTrip .fleetsItems .caption {
        background-color: rgba(0, 0, 0, 0.8);
        color: #ffffff;
        left: 0;
        position: absolute;
        transition: all 300ms ease-out 0s;
        z-index: 100;
    }

.locationsTrip .caption.simple-caption h2 {
    color: #c7a44b;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
    line-height: 30px;
}

.locationsTrip .caption.simple-caption .fa {
    display: inline-block;
    float: right;
    padding: 0 10px 0;
    text-align: right;
    line-height: 30px;
    font-size: 20px;
    background: #C7A44B;
    color: #000;
}

.caption.simple-caption a {
    display: block;
}

.form-check-inline {
    display: inline-block;
}

    .form-check-inline .form-check-label {
        vertical-align: middle;
    }

.form-check-label {
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 1.25rem;
}

    .form-check-label:nth-child(1) {
        padding-left: 0px;
    }

.colorDarkGold, .removestop {
    color: #C7A44B;
    font-size: 12px;
}

.addStop .addstopbtn {
    color: #000000;
    text-decoration: none;
}

.padding-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.stopadd .fa {
    color: #000;
}

.errorList.alert.alert-danger {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

#ErrorInfo.errorList.alert-danger > ul {
    margin: 8px;
    padding: 10px;
}

.tripInfo.tripDistinguish {
    background: #fbf5e8 none repeat scroll 0 0;
    border-radius: 3px;
    clear: both;
}

.buttons.AddonTrip {
    background: #000000;
    display: block;
    font-size: 12px;
    margin: 0 0 3px;
    text-align: left;
    width: 100%;
    z-index: 214;
}

.trip_delete_button {
    border-right: 2px solid #C7A44B;
    padding-right: 5px;
}

.trip_add_button {
    padding-left: 2px;
}

.multiTripHeading {
    background: #c7a44b none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 4px 0;
    padding: 10px;
}

.select-wrapper {
    display: inline-block;
    border: #fff solid 1px;
    background: #ffffff url(../../images//dropdown-arrow.png) right center no-repeat;
    cursor: pointer;
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #666;
    height: 35px;
    border-radius: 0 3px 3px 0;
    width: 100%
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    padding: 10px;
    left: 0;
    z-index: 999 !important;
    top: 0;
    position: absolute
}

.ui-datepicker-calendar tr th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 5px 10px
}

.ui-datepicker-calendar tr td {
    border: 1px solid #999;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center
}

    .ui-datepicker-calendar tr td.ui-datepicker-other-month {
        opacity: 0
    }

.ui-datepicker-today {
    background: #bc5800 !important
}

    .ui-datepicker-today a {
        color: #fff !important
    }

.ui-datepicker-title {
    display: inline-block;
    margin: 0 auto 5px 15px
}

    .ui-datepicker-title select {
        width: 60px !important;
        margin: 0px 3px
    }

.ui-datepicker-next {
    float: right;
    background: #ccc;
    padding: 3px 10px;
    color: #000;
    border: #666 solid 1px;
    cursor: pointer
}

.ui-datepicker-prev {
    float: left;
    background: #ccc;
    padding: 3px 10px;
    color: #000;
    border: #666 solid 1px;
    cursor: pointer
}

.loginBx {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border: 1px solid #c7a44b;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 500px;
}

.form-login-heading {
    background: #C7A44B none repeat scroll 0 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.login-Innbx {
    padding: 0 10px;
}

    .login-Innbx .form-control {
        margin-top: 10px !important;
        padding-left: 10px;
    }

.checkbox a, .expiredate-R {
    float: right;
    color: #f5deb3;
    font-size: 12px;
}

.login-Innbx .checkbox input {
    margin: 4px 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}

.login-Innbx .checkbox > label {
    color: #C7A44B;
    font-size: 12px;
}

.btn-Login {
    background: #c7a44b none repeat scroll 0 0;
    border: 1px solid #c7a44b;
    border-radius: 3px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 100px;
    padding: 3px 0;
    width: 100%;
}

.btn-google-plus {
    background-color: #d34332;
    background-image: linear-gradient(to bottom, #dd4b39, #c53727);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-google-plus:hover, .btn-facebook:hover {
        color: #ffffff;
    }


.btn-facebook {
    background-color: #3b5997;
    background-image: linear-gradient(to bottom, #3b5997, #3b5997);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.btn-google-plus, .btn-facebook {
    border-radius: 3px;
    font-size: 16px;
    margin: 10px auto !important;
    width: auto;
}

.loginOr {
    margin: 20px 0;
}

    .loginOr span {
        border: 1px solid #c7a44b;
        border-radius: 50%;
        color: #c7a44b;
        display: block;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        text-transform: uppercase;
        width: 40px;
    }

.loginBot {
    background: #c7a44b none repeat scroll 0 0;
    border-top: 1px solid #c7a44b;
    color: #000000;
    font-size: 15px;
    padding: 5px;
    white-space: nowrap;
}

    .loginBot a {
        color: #000000;
        font-weight: 700;
    }

.btn-Login, .btn-google-plus, .loginBot, .loginOr, .orangeBtn, .underConts {
    text-align: center;
}

.dropdownList.profileLogoutNew {
    background: #c7a44b none repeat scroll 0 0;
    border: 1px solid #000000;
    position: absolute;
    right: 0;
    text-align: left;
    border-radius: 5px;
    z-index: 99;
}

.dropdownList ul.clearfix li {
    border-bottom: 1px solid;
    list-style: outside none none;
    padding: 8px 20px;
}

.Profile-right-top.contactDLT > div#dashboardDLT {
    display: inline;
}

@media (min-width:700px) {
    .frm-tooltip2 {
        position: absolute;
        border: 2px solid #C7A44B;
        width: 100%;
        height: 150px;
        left: -21%;
        top: -40px;
        margin: 0 auto;
        background-color: #000;
        color: wheat;
        line-height: 20px;
        font-size: 10px;
        border-radius: 5px;
        padding: 10px;
        z-index: 9999;
        right: 0;
        max-width: 270px;
    }
}

@media (min-width:768px) {
    .frm-tooltip2 {
        position: absolute;
        border: 2px solid #C7A44B;
        width: 100%;
        height: 150px;
        left: -41%;
        top: -40px;
        margin: 0 auto;
        background-color: #000;
        color: wheat;
        line-height: 20px;
        font-size: 10px;
        border-radius: 5px;
        padding: 10px;
        z-index: 9999;
        right: 0;
        max-width: 270px;
    }
}

@media (min-width:1020px) {
    .frm-tooltip2 {
        position: absolute;
        border: 2px solid #C7A44B;
        width: 100%;
        height: 150px;
        left: -56%;
        top: -40px;
        margin: 0 auto;
        background-color: #000;
        color: wheat;
        line-height: 20px;
        font-size: 10px;
        border-radius: 5px;
        padding: 10px;
        z-index: 9999;
        right: 0;
        max-width: 270px;
    }
}

@media (min-width:1200px) {
    .frm-tooltip2 {
        position: absolute;
        border: 2px solid #C7A44B;
        width: 100%;
        height: 150px;
        left: -21%;
        top: -40px;
        margin: 0 auto;
        background-color: #000;
        color: wheat;
        line-height: 20px;
        font-size: 10px;
        border-radius: 5px;
        padding: 10px;
        z-index: 9999;
        right: 0;
        max-width: 270px;
    }
}


@media (max-width:699px) {
    .frm-tooltip2 {
        position: absolute;
        border: 2px solid #C7A44B;
        width: 100%;
        height: 150px;
        left: 0;
        top: -40px;
        margin: 0 auto;
        background-color: #000;
        color: wheat;
        line-height: 20px;
        font-size: 10px;
        border-radius: 5px;
        padding: 10px;
        z-index: 9999;
        right: 0;
        max-width: 270px;
    }
}

.frm-tooltip2.pickup-tooltip::after {
    z-index: 9999;
    color: wheat;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #C7A44B;
    content: "";
    position: absolute;
    left: 13%;
    bottom: -10px;
    margin-left: -10px
}

.frm-tooltip2.dropoff-tooltip::after {
    z-index: 9999;
    color: wheat;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #C7A44B;
    content: "";
    position: absolute;
    left: 87%;
    bottom: -10px;
    margin-left: -10px
}


.frm-tooltip2::after {
    border-right: 10px solid transparent
}

.frm-tooltip2 ul {
    list-style: none;
}

#ContainerReturn.returnTxt { /*background: rgba(51, 51, 51, 0.8) none repeat scroll 0 0;*/
    border-radius: 5px;
    padding: 1px 0;
}
/*drop start*/
.pac-container {
    left: 0 !important;
    min-width: 90%;
    margin-left: 4.9%;
    margin-right: 4.9%;
}

    .pac-container:after {
        content: none !important;
    }

@media (min-width:700px) and (max-width:1023px) {
    .pac-container {
        left: 0 !important;
        margin-left: 2.1%;
        margin-right: 6.5%;
        min-width: 54%;
    }
}


/* Landscape */
@media only screen and (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: landscape) {
    .pac-container {
        left: 0 !important;
        margin-left: 1.6% !important;
        margin-right: 17.4% !important;
        min-width: 40.6% !important;
    }
}

@media only screen and (min-device-width: 1024px) {
    .pac-container {
        left: 0 !important;
        margin-left: 1.6% !important;
        margin-right: 4.9% !important;
        min-width: 40.6% !important;
    }
}

@media only screen and (min-device-width: 1025px) {
    .pac-container {
        left: 0 !important;
        margin-left: 23.6% !important;
        margin-right: 23.6% !important;
        min-width: 32.9% !important;
    }
}

/*end*/
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(199, 164, 75, 1);
    margin: 0px 0px 0px 0px;
    border: 1px solid rgba(199, 164, 75, 1);
}

.btn.btn-primary {
    background: #c7a44b none repeat scroll 0 0;
    border-color: #c7a44b;
    color: #000;
}

.addCallPhone > a {
    font-size: 12px;
    font-weight: bold;
}

/*login css*/
.dashNav {
    padding: 0;
    background: #eee;
    width: 100%;
    margin-top: 0;
    border-radius: 5px 5px 0 0
}

    .dashNav ul li {
        float: left;
        width: 20%;
        position: relative
    }

        .dashNav ul li a {
            display: block;
            padding: 5px 0px 8px;
            min-height: auto;
            color: #C7A44B;
            text-align: center;
            border-right: #C7A44B solid 1px;
            font-size: 11px;
            text-transform: capitalize;
            background: #000;
            border-bottom: #C7A44B solid 1px
        }

    .dashNav ul.clearfix {
        margin: 0
    }

    .dashNav ul li.active a, .dashNav ul li:hover a {
        background: #C7A44B;
        color: #000
    }

    .dashNav ul li a i {
        display: block;
        text-align: center;
        padding-bottom: 5px
    }

        .dashNav ul li a i img {
            margin: 0 auto
        }

    .dashNav ul li a .img {
        display: block
    }

    .dashNav ul li a .over, .dashNav ul li.active a .img, .dashNav ul li:hover a .img {
        display: none
    }

    .dashNav ul li.active a .over, .dashNav ul li:hover a .over, .madashnav-L ul li {
        display: block
    }

    .dashNav ul li.active a:after, .dashNav ul li:hover a:after {
        border-left: transparent solid 10px;
        border-right: transparent solid 10px;
        border-bottom: #000 solid 10px;
        bottom: 0;
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -10px
    }

    .dashNav ul li:last-child a {
        border-right: 0
    }

    .dashNav ul li:last-child:hover a {
        border-radius: 0 5px 0 0
    }

    .dashNav ul li.active:first-child a, .dashNav ul li:first-child a:hover {
        border-radius: 5px 0 0
    }

.mydashBx {
    padding: 15px 10px;
    background: #000;
    border-bottom: #C7A44B solid 3px
}

.madashnav-L {
    background: #000;
}

.tripBx {
    background: wheat none repeat scroll 0 0;
    padding: 8px 6px;
}

.madashnav-L ul li a {
    display: block;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #C7A44B;
}

.madashnav-L ul li.active a, .madashnav-L ul li:hover a {
    background: wheat;
    color: #000;
}

.signInfoHd {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0 5px;
    color: #000;
    border-bottom: #C7A44B solid 2px;
    margin-bottom: 10px
}

.upcmTripList {
    padding: 10px 0
}

.norec-Trip {
    padding: 10px;
    font-size: 13px;
    color: red;
}

.appearance( appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
-ms-appearance:none;
-o-appearance:none;
) .searchForm input[type=radio] {
    display: inline;
    width: auto;
    height: auto
}

stylesheet.css:8 #donate {
    position: relative
}

@font-face {
    font-family: FontAwesome;
    src: url(../../fonts/fontawesome-webfont.eot);
    src: url(../../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../../fonts/fontawesome-webfont.woff2) format('woff2'), url(../../fonts/fontawesome-webfont.woff) format('woff'), url(../../fonts/fontawesome-webfont.ttf) format('truetype'), url(../../fonts/fontawesome-webfont.svgfontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

/*.dashNav.ng-hide {
    display: block !important;
}
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

ul.clearfix {
    list-style: none;
}

.mydashBx.ng-scope .madashnav-L ul li {
    background: #000 none repeat scroll 0 0;
    border: 1px solid wheat;
    display: block;
    float: left;
    width: 33.3333%;
}

.madashnav-R {
    clear: both;
}

.rewardsHd {
    background: #000000 none repeat scroll 0 0;
    border: 0 none;
}

.rewardsHd, .tele-phone-massase.col-md-3 {
    margin-bottom: 10px;
}

    .rewardsHd h2 {
        color: #c7a44b;
        font-size: 18px;
        font-weight: 600;
    }

.ng-scope .ng-binding {
    color: #c7a44b;
    font-size: 12px;
}

.rewardsTble tr th {
    background: #000000 none repeat scroll 0 0;
    color: #c7a44b;
    padding: 7px !important;
    text-align: center;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #c7a44b;
    color: #000000;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #000000;
}

@media (max-width:500px) {
    .dashNav span {
        display: none;
    }

    .rewtble {
        overflow: auto;
    }

    .ng-scope .ng-binding {
        font-size: 12px;
        white-space: nowrap;
    }

    .rewardsTble tr th {
        background: #000000 none repeat scroll 0 0;
        color: #c7a44b;
        padding: 7px !important;
        text-align: center;
        white-space: nowrap;
    }

    .dashNav.ng-hide .clearfix li a span {
        display: none;
    }

    .madashnav-L ul li a {
        display: block;
        font-size: 11px;
        line-height: 20px;
        padding: 3px;
        text-align: center;
    }

    .transList {
        float: left;
        padding: 0;
        width: 100% !important;
    }
}

.dealsBx {
    background: #f5deb3 none repeat scroll 0 0;
    border: 2px solid #C7A44B;
    text-align: center;
}

.clearfix.infoFull .lblTxt {
    color: #000;
    display: block;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.profileInp {
    background: #ffffff none repeat scroll 0 0;
}

.profileInp, .profileInp2 {
    border: 1px solid #e4e4e4;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

.chngpass > label {
    color: #c7a44b;
}

.underConts {
    padding-top: 10px;
}

.about-page-content p {
    font-size: 12px;
}

.contentShowAndHide > p {
    font-size: 12px;
}

#itemsShowAndHide.clearfix.item-list {
    clear: both;
    padding-top: 10px;
}

/*FAQ css*/
.faqList ul li {
    background: #fbf5e8 url("../../images/faq-plus.png") no-repeat scroll 10px center;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 3px;
    padding: 5px 5px 5px 30px;
    list-style: none;
    background-size: 10px;
}

.faqDetail {
    background: #fbf5e8 none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    color: #000;
    display: none;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
    padding: 10px 0 0;
}

.faqList ul li.active {
    background: #fbf5e8 url("../../images/faq-negative.png") no-repeat scroll 10px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px 3px 0 0;
    color: #000;
    margin-bottom: 3px;
    background-size: 10px;
}

.form-group .btn.btn-default {
    background: #d0b267 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #000;
    font-size: 14px;
}

    .form-group .btn.btn-default:hover {
        background: #000 none repeat-x scroll 0 0;
        border: medium none !important;
        color: #d0b267;
        font-weight: 700;
    }

.form-horizontal li div strong {
    font-size: 13px;
}

.form-horizontal label {
    font-size: 13px;
}

.careersBlk h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 9px;
}

[dir] .cp-snippet-jobCount > span {
    background: #c7a44b !important;
    color: #fff !important;
}

.mainHeading {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.link-FadeBg.hyperLink {
    background: #000000 none repeat scroll 0 0;
    display: table;
    height: 30px;
    margin-bottom: 18px;
    vertical-align: middle;
    width: 100%;
}

    .link-FadeBg.hyperLink > h2 a {
        color: #c7a44b;
        padding: 20px 0;
    }

.col-md-3.altColor {
    display: inline-block;
    float: none;
    padding: 0;
    width: 24%;
    text-align: center;
}

.link-FadeBg.hyperLink > h2 {
    display: table-cell;
    font-size: 13px;
    vertical-align: middle;
    width: 100%;
}

#landingPageLayout .container {
    width: auto;
}

.transList:nth-child(2n+2) {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff !important;
}

    .transList:nth-child(2n+2) a {
        color: #c7a44b;
        font-size: 13px;
        font-weight: bold;
    }

.transferList {
    margin-top: 0px;
    padding: 15px 0;
}

.transList {
    float: left;
    padding: 0;
    width: 33.33%;
}

    .transList > a::before {
        content: "»";
        font-size: 20px;
        font-weight: bold;
        padding-left: 7px;
        padding-right: 7px;
    }

    .transList > a::before {
        content: "»";
        font-size: 20px;
        font-weight: bold;
        padding-left: 7px;
        padding-right: 7px;
    }

    .transList:nth-child(2n+1) {
        background: #c7a44b none repeat scroll 0 0;
    }

        .transList:nth-child(2n+1) a {
            color: #000000;
            font-size: 13px;
            font-weight: bold;
        }

            .transList:nth-child(2n+1) a:hover {
                background: #000000 none repeat scroll 0 0;
                border: 1px solid #c7a44b;
                color: #c7a44b;
            }

    .transList:nth-child(2n+2) a:hover {
        background: #c7a44b none repeat scroll 0 0;
        border: 1px solid #000;
        color: #000000;
    }

    .transList a {
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        display: block;
        margin-bottom: 0;
        padding: 5px 0;
    }

.transferList.clearfix > h2 {
    font-size: 14px;
    font-weight: bold;
}

.headingContainer.innerPageHead > h1 {
    margin: 0px;
    background: none;
    font-weight: bold;
}

.headingContainer.innerPageHead {
    padding: 0px !important;
}
/*testimonials css*/
#client-testimonial-blog {
    padding-bottom: 10px;
}

.client-name a, .client-name > a, .client-name > h2 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
}

.client-name .quoteNumber {
    color: #000;
    display: inline-block;
    font-weight: 700;
    text-align: right;
    width: 87%;
}

.minsetting .col-md-cell label h3 {
    color: #000;
}

.minsetting .col-md-cell label h3, .table-condensed .btn.active > h2 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.block-text-feed .col-md-4 {
    padding: 0px;
}

.client-cate-head > h3, .rating-head > h3 {
    font-size: 12px;
    margin: 3px 0;
}

.client-testimonial-rating .mark {
    border-top: 1px solid #000;
    margin: 1px;
}

.mark {
    padding: 12px 0 !important;
}

.rating-input.five-star > h3 {
    font-size: 14px;
    margin: 5px 0;
}

.client-cate-head > h3 {
    font-weight: bold;
}

.block-text-feed.rel.zmin > a {
    background-color: #d0b267;
    color: #000;
}

    .block-text-feed.rel.zmin > a, .block-text-feed.rel.zmin > a:hover {
        border-radius: 30px;
        cursor: pointer;
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        padding: 6px;
        text-align: right;
        text-decoration: none;
        margin-bottom: 10px;
    }

.testimonail-block {
    padding: 4px;
}

.minsetting {
    padding-top: 8px;
}

.col-md-cell {
    padding-bottom: 8px;
}

.headingContainer h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

.head-rating {
    border-bottom: 1px solid #333;
    display: block;
}

.dropoff, .head-rating, .time {
    display: block;
    font-weight: 700;
}

@media (max-width:500px) {
    .block-text-feed-cell .col-md-4:nth-child(2) .head-rating {
        text-align: center;
    }

    .col-md-12cell {
        padding-bottom: 11px;
    }

    .col-md-12cell, .col-md-cell {
        padding-top: 10px;
    }

    .block-text-feed-cell .col-md-4 {
        float: left;
        padding: 3px;
        width: 33%;
    }

    .client-travele-date-and-time .col-md-6 {
        float: left;
        width: 50%;
    }

    .client-testimonial-reviw .col-md-6 {
        padding: 3px 0;
    }

    .client-testimonial-reviw .date, .client-testimonial-reviw .time {
        font-size: 24px;
        color: #000;
        font-weight: bold;
    }

    .client-testimonial-reviw .time {
        text-align: right;
        color: #000;
    }

    .rating-head {
        display: inline-block;
        font-size: 10px;
        width: auto;
        white-space: normal;
    }

    .col-md-12cell.panel-body.about-page-content {
        padding: 3px;
    }

    .contentInfobox .col-md-4:nth-child(2) .rating-input {
        font-size: 10px;
        text-align: center;
    }

    .block-text-feed-cell .col-md-4 {
        float: left;
        padding: 3px;
        width: 33%;
    }

    .client-testimonial-rating .col-md-4 {
        float: left;
        width: 33%;
    }

    .mark .rating-input.five-star > h3, .rating-head > h3 {
        display: inline-block;
        font-size: 10px;
    }

    .rating-head > h3 {
        font-size: 10px;
        margin: 3px 0;
    }

    .client-testimonial-rating .col-md-4:nth-child(3) {
        text-align: right;
    }

    .client-testimonial-rating .col-md-4:nth-child(2) {
        text-align: center;
    }

    .client-name .quoteNumber {
        color: #000;
        display: inline-block;
        font-weight: 700;
        text-align: right;
        width: 78%;
    }

    .client-name a, .client-name > a, .client-name > h2 {
        color: #000;
        font-size: 11px;
        font-weight: 700;
        margin: 0px;
    }

    .headingContainer.innerPageHead > h1 {
        font-size: 12px;
    }

    .client-testimonial .client-name {
        padding: 4px !important;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 6px 6px;
    }

    ul.pagination.bootpag {
        margin: 0px;
    }

    #dynamicUrlPrices .dynamicUrlPricesUrls {
        background: #000 none repeat scroll 0 0;
        border-right: 1px solid #fff;
        display: block;
        float: left;
        margin-bottom: 2px;
        width: 100%;
    }

    .pac-container.pac-logo {
        width: 100%;
        max-width: 150px;
    }

    select#ServiceType1 option {
        max-width: 252px;
        overflow: hidden;
        white-space: normal;
        width: 100%;
    }

    .locationListing .nested_locationNav > a {
        width: 91% !important;
    }

    .locationListing a {
        background: #000 none repeat scroll 0 0;
        border: 1px solid #000;
        display: inline-block;
        font-size: 12px;
        margin-bottom: 2px;
        padding: 3px 11px;
        width: 91% !important;
        height: 24px;
    }
}

.block-text-feed-cell .col-md-4 {
    float: left;
    padding: 3px;
    width: 33%;
}

.client-testimonial-reviw .date, .client-testimonial-reviw .time {
    color: #000;
}

.headingContainer .quoteNumber {
    float: right;
}

.headingContainer h2 a {
    color: green;
    text-decoration: underline #000 !important;
}

.heading-overall-rating, .heading-star {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.heading-overall-rating {
    text-align: right;
}

.col-md-12New .col-md-6 {
    padding: 0;
}

.heading-overall-rating .fa-star {
    color: green;
}

.col-md-cell > label {
    font-size: 13px;
}

.five-star {
    color: #006400;
}

.heading-category .head-rating {
    font-size: 13px;
}

.col-md-12cell .col-md-4 {
    padding-left: 2px;
    padding-right: 2px;
}

#client-testimonial-blog .headingContainer h1 {
    font-weight: bold;
}

/*theme park css*/
#-menu li {
    display: inline-block;
}

    #-menu li a {
        padding: 5px;
        font-size: 13px;
        font-weight: 600;
    }

/*profile css*/
.PrifBanBg {
    background: #c7a44b;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    max-width: 420px;
    padding: 6px;
    width: 100%;
}

.containerNew .profileHd.ng-binding {
    font-weight: bold;
    color: #000;
}

.w3agile.banner-aboutus > h2 {
    font-size: 13px;
    font-weight: bold;
}

/*fleet css*/
#slideshow3_thumbs.list-inline > li {
    display: block;
    float: left;
    width: 12.5%;
    padding: 0px;
}

.productImg .clr {
    clear: both;
}

#slideshow3_thumbs img {
    width: 100%;
}

.fleetContent {
    clear: both;
    padding-top: 10px;
}

.dropdownList.profileLogoutNew::after {
    border-bottom: 10px solid #c7a44b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    right: 10px;
    top: -10px;
}

.dropdownList.profileLogoutNew::after {
    content: "";
}

#itemsShowAndHide .contentShowAndHide > h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*price listing css*/
.dynamicUrlPricesUrls {
    background: #000 none repeat scroll 0 0;
    border-right: 1px solid #fff;
    display: block;
    float: left;
    margin-bottom: 2px;
    width: 50%;
}

    .dynamicUrlPricesUrls > a {
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 0 0 10px;
    }

    .dynamicUrlPricesUrls .fa-angle-double-right {
        background: #c7a44b none repeat scroll 0 0;
        color: #000;
        float: right;
        padding: 8px;
    }

/* location css */
.locationListing > ul > li > span {
    border-radius: 0 3px 3px 0;
    height: 30px;
    width: 30px;
}

.locationListing a {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 2px;
    padding: 3px 11px;
    width: 96%;
    height: 24px;
}

.locationListing > ul > li > span {
    background: #c7a44b none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    height: 30px;
    padding: 4px 8px;
    width: 30px;
}

.locationListing ul.locationNav li a {
    width: 99.8%;
    background: #c7a44b;
    color: #000;
    border: 1px solid #c7a44b;
}

.locationListing ul.locationNav {
    padding: 0px;
}

@media (min-width:501px) {
    .locationListing .nested_locationNav > a {
        width: 96% !important;
    }
}

.locationListing .nested_locationNav > span {
    background: #000;
    border-radius: 0;
    color: #c7a44b;
    cursor: pointer;
    height: 30px;
    padding: 4px 8px;
    width: 30px;
}



#home.phone-box.wrap.push {
    left: 0 !important;
    overflow: hidden;
}

#menu.leftPanel.active {
    position: absolute !important;
    z-index: 2147483647;
}

#menu.leftPanel {
    position: absolute !important;
    z-index: 2147483647;
}

@media (min-width:601px) {
    .transferListLinkForHotel .transferListLink {
        display: block;
        float: left;
        font-size: 12px;
        white-space: nowrap;
        width: 50%;
    }
}

@media (max-width:600px) {
    .transferListLinkForHotel .transferListLink {
        display: block;
        float: left;
        font-size: 12px;
        width: 100%;
    }
}

input.form-control[type="date"] {
    width: 100% !important;
    font-size: 12px;
}

@media (min-width:300px) {
    .input-min-width-100p {
        min-width: 125px;
    }
}

@media (min-width:600px) {
    .input-min-width-100p {
        min-width: 140px;
    }
}

@media (min-width:700px) {
    .input-min-width-100p {
        min-width: 160px;
    }
    #divNoPassenger.input-group.ExactPassBox {
        float: left;
        width: 66%;
    }

    #divExactPass.filedBox {
        display: inline-flex;
        width: 34%;
    }
}
#divNoPassenger.input-group.ExactPassBox {
    float: left;
    width: 56%;
}

#divExactPass.filedBox {
    display: inline-flex;
    width: 44%;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none
    }

    .innerPage h2, .innerPage h3 {
        font-size: 13px;
        font-weight: bold;
        margin-top: 3px;
    }

    .innerPage h1 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 3px;
    }

.backBg{background:rgba(0, 0, 0, 0.8);width:100%;height:100%;left:0;top:0;display:none;position:fixed;z-index:10}.loginMain{width:100%;position:fixed;left:0;top:0;right:0;bottom:0;display:none;z-index:999}.logonBx{position:relative;width:100%;max-width:500px;background:#fff;padding:15px;margin:0 auto;border-radius:5px;z-index:999}.close{position:absolute;right:10px;top:5px}.close a{display:inline-block;color:#666;font-size:13px}.LoginLogo{text-align:center;line-height:0;padding-top:10px}.loginHD{font-size:15px;font-weight:bold;text-align:center;color:#000;padding:10px 0 10px 0;text-transform:uppercase}.loginLabel{font-size:13px;display:block;padding-bottom:5px;color:#333}.LoginInp{width:100%;height:40px;border:#ccc solid 1px;padding:0 10px;border-radius:3px;margin-bottom:15px}.LoginInp:focus{box-shadow:#36F 0 0 1px 1px}.RemembBx{position:relative;top:-5px;font-size:13px;color:#333}.RemembBx label{vertical-align:middle}.RemembBx a{display:inline-block;float:right;color:#06F}.RemembBx a:hover{text-decoration:underline;color:#af2904}.loginBtn{background:#C7A44B;width:100%;display:block;text-align:center;font-size:20px;padding:10px 0;text-align:center;line-height:20px;color:#000;cursor:pointer;border:0;border-radius:3px;border-bottom:#450700 solid 0px !important;margin:10px auto;text-transform:uppercase}.loginBtn:hover{background:#000;border-bottom:#652b1b solid 0px !important;color:#C7A44B;}.clickHere{font-size:14px;text-align:center;color:#666;font-style:color;padding-bottom:10px}.clickHere a{color:#06F;text-decoration:underline}.clickHere a:hover{color:#af2904}
.msgtxtarea{width:100%;height:50px;border:#ccc solid 1px;padding:10px;border-radius:3px;margin-bottom:15px;resize:none}.msgtxtarea:focus{box-shadow:#36F 0 0 1px 1px}#divfix {bottom: 0;right: 0; position: fixed; z-index: 3000; color:white; background-color:orangered;}
#divfix.leavemsg{background: orangered;box-shadow: 0 1px 0 0 hsla(0, 0%, 0%, 0.4) inset, 0 2px 0 0 hsla(0, 0%, 100%, 0.7) inset;color: hsl(0, 0%, 100%);padding:10px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
#leavemsg .msg-Left > strong {color: hsl(0, 0%, 20%);font-weight: bolder;}
#leavemsg .msg-Left > a {color: #c7a44b !important;font-weight: bold;line-height: 2;}#leavemsg.loginMain{padding:10px;}#leavemsg > form{margin:0px !important;}
.leavemsgimg {
    display: none !important;
}
.msgsend {
    color: #398323 !important;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    vertical-align: top;
}
.green-right{display:inline-block;background:url(../../images/sprite-icon.png) no-repeat;overflow:hidden;text-indent:-9999px;text-align:left;vertical-align:top}.arrow-left{background-position:0 0}
.green-right{background-position:0 -564px;width:22px;height:17px}
.button.leaveAmassege.leavemsg > img {
    padding-top: 2px;
    vertical-align: top;
}
.leaveAmassege:hover, .searchForm .contactDetails .QuoteNowButton:hover{font-weight:normal !important;}
