/*Gobal Css*/
h1,
h2,
h3,
h4,
h5,
ul {
    margin: 0;
}

.btn:focus,
a,
a:focus,
a:hover {
    text-decoration: none !important;
}

.btn-gray.btn-yellow,
.btn-green,
.btn-green-ghost:focus,
.btn-green-ghost:hover,
.btn-green:focus,
.btn-green:hover,
.btn-lg-green:focus,
.btn-lg-green:hover,
.btn-yellow,
.btn-yellow-ghost:focus,
.btn-yellow-ghost:hover,
.btn-yellow:focus,
.btn-yellow:hover {
    transition: 0.3s ease;
    color: #fff;
}

/*body {*/
/*    font-family: Raleway, sans-serif;*/
/*    -webkit-font-smoothing: antialiased;*/
/*}*/

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5,
p {
    font-size: 16px;
}

p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.bx-wrapper,
p:last-child {
    margin-bottom: 0;
}

a,
a:focus,
a:hover {
    color: #eea621;
    outline: 0;
}

.btn.btn-sm {
    width: auto;
}

.btn-xs {
    width: auto !important;
    padding: 8px 55px !important;
}

ul {
    padding: 0;
}

ul li {
    list-style: none !important;
}

figure {
    overflow: hidden;
}

.thumbnail {
    border-radius: 0 !important;
}

figure img {
    width: 100%;
}

textarea {
    height: auto !important;
}

.bx-wrapper {
    border: none;
    box-shadow: none;
}

.btn:focus {
    box-shadow: none !important;
}

.btn {
    border-radius: 0;
}

.section {
    position: relative;
    padding: 60px 0;
}

.title {
    color: #171616;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: 30px;
}

.bx-wrapper {
    max-width: 100%;
    background: 0 0;
    padding: 0;
    margin: 0;
}

.die {
    display: none;
}

.gray-color {
    color: #505050;
}

.yellow-color {
    color: #f3b136;
}

.lit-yellow-color {
    color: #f3b136;
}

.green-color {
    color: #2ea23c;
}

.form-control:focus {
    border-color: #f3b136;
    box-shadow: none;
    outline: 0;
}

.cstm-tooltip .tooltiptext {
    visibility: visible;
    width: 860px;
    background-color: #2b2b2b;
    color: #fff !important;
    text-align: center;
    border-radius: 0;
    padding: 8px 12px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -695px;
    right: auto;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.cstm-tooltip .tooltiptext li {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 0;
    text-align: left;
}

.cstm-tooltip .tooltiptext li .fa {
    font-size: 12px;
    padding-top: 5px;
    color: #2ea23c;
}

.cstm-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(100% - 40px);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2b2b2b transparent transparent transparent;
}

.cstm-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    display: block;
}

.is-flex {
    display: flex;
}

label {
    font-weight: 600;
}

.form-control {
    border: 1px solid #ddd;
    background: #fff;
    height: 40px;
    box-shadow: none;
    color: #1c1c1c;
    border-radius: 2px;
    font-size: 14px;
}

.form_utc {
    height: 100% !important;
    padding: 0 !important;
    margin-top: 10px;
}
.form_utc select{
    margin: 10px 0 !important;
    
}
.form-group {
    margin-bottom: 10px;
}
@media only screen and (max-width:767px){
    .form_utc{
         border: none !important;
         margin-top:0;
    }
}
hr {
    border-top: 1px solid #ddd !important;
}

.bg-gray {
    background-color: #f3f3f3;
}

.bg-dark-gray {
    background: #e4e4e4;
}

.hasbg {
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

.bg-white {
    background: #fff;
}

.bg-lit-gray {
    background: #fafafa;
}

.white-color {
    color: #fff !important;
}

.btn-green-ghost,
.btn-yellow-ghost {
    background: 0 0;
    color: #555;
    font-weight: 400;
}

.fi:before {
    margin: 0;
}

.btn {
    padding: 10px 24px;
}

.bord-btn {
    border-bottom: 2px solid #dcb001;
}

.btn-yellow-ghost {
    border: 1px solid #f3b136;
}

.btn-green-ghost {
    border: 1px solid #2ea23c;
}

.btn-green,
.btn-yellow {
    width: auto;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    font-family: "Source Sans Pro", sans-serif;
}

/*.btn-green,*/
/*.btn-lg-green {*/
/*    background: #2ea23c;*/
/*}*/

.btn-yellow {
    background: #f3b136;
}

.btn-gray.btn-yellow {
    background: #868686;
}

.btn-gray.btn-yellow:hover {
    background: #61625d;
    transition: 0.3s ease;
}

.btn-lg-green {
    width: 100%;
    display: block;
    color: #fff;
    letter-spacing: 0.25;
    text-transform: uppercase;
}

.modal-title,
.para-head {
    text-transform: capitalize;
}

.btn-green-ghost:focus,
.btn-green-ghost:hover,
.btn-green:focus,
.btn-green:hover,
.btn-lg-green:focus,
.btn-lg-green:hover {
    background-color: #50b552;
}

.btn-yellow-ghost:focus,
.btn-yellow-ghost:hover,
.btn-yellow:focus,
.btn-yellow:hover {
    background-color: #fcb200;
}

.para-head {
    color: #2c2c2c;
    font-size: 18px;
    line-height: normal;
    padding: 8px 0;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.para-txt p:last-child {
    margin-bottom: 0;
}

.para-txt p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
    color: #292929;
}

.font-allura {
    font-family: Allura, sans-serif;
}

section.pg-title.company.hasbg {
    background: url(../images/chauffeured-services/banner-new-img-n1.jpg) center top rgba(0, 0, 0, 0.5)!important;
    background-size: cover!important;
    background-position: center!important;
    padding: 100px 0;
}

.bg-overlay {
    background: url(../images/chauffeured-services/banner-new-img-n1.jpg) center top rgba(0, 0, 0, 0.5)!important;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -1;
}
/*section.pg-title.company.hasbg{*/
/*    background: url(../images/chauffeured-services/banner-new-img-n1.jpg) center top rgba(0, 0, 0, 0.5)!important;*/
/*    background-size: cover!important;*/
/*    background-position: center!important;*/
/*}*/
/*.bg-overlay {*/
/*    background: url(../images/chauffeured-services/banner-new-img-n1.jpg) center top rgba(0, 0, 0, 0.5)!important;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    opacity: 0.2;*/
/*    z-index: -1;*/
/*}*/

.row.cm-row,
.row.cm-row > .col-md-3,
.row.cm-row > .col-md-4,
.row.cm-row > .col-md-5,
.row.cm-row > .col-md-6,
.row.cm-row > .col-md-7,
.row.cm-row > .col-md-8,
.row.cm-row > .col-md-9 {
    margin: 0;
    padding: 0;
}

.flip-x {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.text-center {
    text-align: center !important;
}

.tabs {
    margin-top: 20px;
}

.spacer-top-lg {
    margin-top: 70px;
}

.btn-ghost:hover {
    background: #fff;
    color: #111;
    border-color: #fff;
    transition: 0.4s ease;
}

.btn-ghost {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.4s ease;
}

.pg-title {
    /*background-position-y: 80px !important;*/
    position: relative;
}

ul.tabs {
    margin-top: 30px;
}

.img-cover {
    height: 100%;
    width: auto;
}

.btn-green.btn-block,
.btn-yellow.btn-block {
    width: 100%;
    border-radius: 0;
    margin-top: 15px;
}

.note-txt {
    color: #000;
}

.col-sm-6.pad-5-left {
    padding-left: 5px;
}

.col-sm-6.pad-5-right {
    padding-right: 5px;
}

.modal {
    height: 100%;
    z-index: 9999;
}

.modal-header {
    padding: 0;
    background: rgba(243, 177, 54, 0.12);
    border-bottom: 1px solid rgba(206, 146, 35, 0.22);
    margin-bottom: 15px;
    border-left: 8px solid #f3b136;
}

.modal-content {
    position: relative;
    border-radius: 0;
}

.modal-header h5 {
    font-size: 14px;
    color: #555;
    margin: 8px 0;
    line-height: 16px;
    font-weight: 400;
}
  .modal-backdrop {
    opacity: 0.3 !important;
}
.modal-dialog {
    width: 100% !important;
    height: 0 !important;
}
.modal {
    top: 44px !important;
    right: 20px !important;
    left: 20px !important;
    
}
.modal-title {
    font-size: 22px;
    padding-top: 10px;
    color: #545050;
    font-weight: 400;
}

.modal-body label {
    text-align: left !important;
    font-size: 14px;
    color: #252525;
    font-weight: 500;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
}

.cstm-check input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 17px;
    visibility: hidden;
}

.cstm-check input[type="checkbox"]:after {
    content: " ";
    background-color: #fff;
    display: inline-block;
    margin-left: 5px;
    padding-bottom: 0;
    color: #2ea23c;
    width: 18px;
    height: 18px;
    visibility: visible;
    border: 1px solid #2ea23c;
    padding-left: 0;
    border-radius: 0;
}

.cstm-check input[type="checkbox"]:checked:after {
    content: "\2714";
}

.cstm-check .checkbox-inline {
    display: inline-block;
    margin-bottom: 12px;
    width: 45%;
    float: left;
    margin-left: 12px;
}

.cstm-check .checkbox-inline span {
    padding-left: 8px;
}

.form-control-static {
    height: auto;
    font-size: 14px;
    color: #333;
    padding: 0;
    min-height: 24px;
}

.pointer {
    cursor: pointer;
}

fieldset {
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 1px #eae9e9 solid !important;
}

fieldset legend {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    border: 0;
    width: auto;
    color: #383838;
    padding: 0 10px 0 0;
}

th.heading {
    background: #f5f5f5;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/*drawer css*/
.cd-img-replace,
.overflow-hidden {
    overflow: hidden;
}

.cd-img-replace {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
}

#cd-logo,
#cd-logo img {
    display: block;
}

.cd-main-content {
    min-height: 100%;
    background-color: #f5f4e9;
    z-index: 2;
    padding-top: 50px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

/*header.is-fixed {*/
/*    position: fixed;*/
/*}*/

#cd-logo {
    float: left;
    margin: 12px 0 0 20px;
}

@media only screen and (min-width: 768px) {
/*    .cd-main-content {*/
/*        padding-top: 70px;*/
/*    }*/

    /*header {*/
    /*    height: 70px;*/
    /*}*/

/*    #cd-logo {*/
/*        margin: 22px 0 0 30px;*/
/*    }*/
/*}*/

#cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
}

#cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
}

#cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
}

#cd-top-nav a {
    display: inline-block;
    padding: 0.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

#cd-top-nav a.current {
    background-color: #242e30;
}

.no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
    #cd-top-nav {
        display: block;
    }
}

#cd-menu-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 100px;
    background-color: #64807d;
    display: block;
}

#cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: none;
}

#cd-menu-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #fff;
}

#cd-menu-trigger .cd-menu-icon::before,
#cd-menu-trigger .cd-menu-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}

#cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
}

#cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after,
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    background-color: #fff;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
    #cd-menu-trigger {
        width: 110px;
        padding-left: 1.25em;
    }

    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 70px;
    }

    #cd-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

#cd-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 350px;
    background-color: #242e30;
    overflow-y: auto;
    z-index: 999;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 1.5s 0s, visibility 0s 0s;
    transition: transform 1.5s 0s, visibility 0s 0s;
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    transform: translateX(-350px);
}

#cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
}

#cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none;
}

#cd-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 32px;
    color: #aab5b7;
}

#cd-lateral-nav a.current {
    background-color: #3a4a4d;
    color: #fff;
}

.no-touch #cd-lateral-nav a:hover {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    #cd-lateral-nav .cd-navigation {
        margin: 20px 0;
    }
}

#cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 999;
    -webkit-transition: -webkit-transform 1.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 1.5s 0s, visibility 0s 0s;
    transition: transform 1.5s 0s, visibility 0s 0s;
    -webkit-overflow-scrolling: touch;
}

#cd-lateral-nav .item-has-children > a {
    position: relative;
    font-weight: 600;
}

#cd-lateral-nav .item-has-children > a::after {
    content: "";
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url(../img/cd-arrow.svg) center center no-repeat;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .socials {
    padding: 0 32px;
}

#cd-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both;
}

#cd-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    background-image: url(../img/cd-socials.svg);
    background-repeat: no-repeat;
    background-size: 128px 64px;
    background-color: #fff;
    margin-right: 0.5em;
    border-radius: 0.25em;
}

#cd-lateral-nav .socials a.cd-twitter {
    background-position: 0 0;
}

#cd-lateral-nav .socials a.cd-github {
    background-position: -32px 0;
}

#cd-lateral-nav .socials a.cd-facebook {
    background-position: -64px 0;
}

#cd-lateral-nav .socials a.cd-google {
    background-position: -96px 0;
}

.no-touch #cd-lateral-nav .socials a:hover {
    background-color: #4e6361;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
    background-position: 0 -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-github {
    background-position: -32px -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
    background-position: -64px -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-google {
    background-position: -96px -32px;
}

/*CSS main*/

.quote-details img,
.trustpilot-header,
.vec-li figure img {
    backface-visibility: hidden;
}

#cd-menu-trigger {
    position: absolute;
    left: 0;
    top: 4px;
    height: 100%;
    width: 100px;
    background: 0 0;
}

#cd-lateral-nav.lateral-menu-is-open {
    z-index: 999;
}

#cd-lateral-nav {
    left: 0;
    padding: 100px 0 50px;
    width: 320px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #e5e4e4;
}

#cd-menu-trigger .cd-menu-icon {
    width: 30px;
}

#cd-menu-trigger .cd-menu-icon::after {
    top: 8px;
}

#cd-menu-trigger .cd-menu-icon::before {
    bottom: 8px;
}

.cd-menu-icon {
    background: #333 !important;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after,
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    background-color: #333 !important;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: transparent !important;
}



.hd-tab {
    margin-top: 12px;
    padding-right: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.banner {
    background: url(../images/banner-achauff1.jpg) center top no-repeat fixed #f2f2f2;
    height: 580px;
    min-height: 100%;
    max-height: 100%;
    display: block;
    overflow: hidden;
    background-size: contain;
    background-position-y: -10px;
}

.fp-quote {
    width: 100%;
    margin-top: -10%;
}

.stop-add:focus,
.waiting-time:focus {
    box-shadow: none;
    outline: 0;
}

.stop-add {
    width: 70%;
    float: left;
    display: block;
    height: 48px;
    padding-left: 11px;
    padding: 30px 11px 12px;
    box-shadow: none;
    font-size: 15px;
    letter-spacing: 0.25px;
}

.waiting-time {
    float: right;
    width: 30%;
    display: block;
    border: none;
    height: 48px;
    border-left: 1px solid #ddd;
}

#quote {
    background: #f2f2f2;
    position: relative;
}

.return-way {
    display: none;
    margin-top: 15px;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.fp-quote .btn-lg-green {
    padding: 16px 0;
}

.fp-quote .panel-heading {
    padding: 0;
    border: none;
}

.fp-quote .nav-tabs,
.fp-quote .panel-default {
    border: none;
}

.fp-quote .custom-panel-heading,
.fp-quote .panel {
    background: 0 0 !important;
}

.fp-quote .nav-tabs > li {
    background: #eee;
    color: #666;
    width: 240px;
    margin-right: 2px;
}

.fp-quote .nav-tabs > li.active > a,
.fp-quote .nav-tabs > li.active > a:focus,
.fp-quote .nav-tabs > li.active > a:hover,
.fp-quote .nav-tabs > li > a {
    height: 56px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    border: none;
    border-radius: 0;
    font-weight: 400;
    margin-right: 0;
    border-top: 2px solid transparent;
    padding: 10px 15px;
    color: #717171;
    text-transform: uppercase;
}

.fp-quote .nav-tabs > li.active a {
    border-top: 2px solid #f3b136 !important;
}

.fp-quote .nav-tabs .btn-lg-green {
    color: #fff;
    padding: 15px;
    width: 200px;
    height: 55px;
    text-transform: capitalize;
    border: none;
    background: #ffc800;
    font-size: 18px;
}

.fp-quote .nav-tabs > li > a:focus,
.fp-quote .nav-tabs > li > a:hover {
    background: #fff;
    border-top: 2px solid #f3b136;
    outline: 0;
}

.nav-tabs > li.active > a {
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    background: #fff !important;
}

.fp-quote .panel-body {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.2);
}

.fp-contact {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}

.fp-contact .form-control {
    background: #f7f7f7;
}

.fp-quote form input {
    border: none;
}

.fp-contact .form-group,
.fp-quote .form-group {
    height: 50px;
    margin-bottom: 15px;
    background: 0 0;
    border: 1px solid #dedede;
}

.fp-quote .bookoverflow:hidden-btn .panel-group,
.fp-quote label {
    margin-bottom: 0;
}

.fp-quote .form-control {
    background: 0 0;
}

.time-pick.form-group {
}

.fp-quote .input-group-addon {
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-height: 65px;
}

.fp-quote .form-group {
    position: relative;
    /*padding-right: 35px*/
}

.fp-quote .form-group::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
    width: 15%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
}

.fp-quote .nav > li > a:focus,
.fp-quote .nav > li > a:hover {
    background-color: #fff;
}

.fp-quote .form-group:focus,
.fp-quote .form-group:hover {
    cursor: text;
}

.airport-opt-itm,
.stop-tab,
.support-links li a,
.switch-field label:hover {
    cursor: pointer;
}

.fo-quote .input-group {
    padding-top: 5px;
}

.fp-quote .form-group:focus {
    outline-offset: -1px;
    outline: #fedb00 solid 1px;
}

.fp-quote label {
    text-align: left;
    display: block;
    font-size: 14px;
    color: #545454;
    position: absolute;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 5px 0 0 12px;
    font-weight: 500;
}

.dr-login h4,
.fascinate,
.highlight-text,
.vec-li .para-head,
footer h5 {
    text-transform: uppercase;
}

.fp-quote .form-control {
    height: 50px;
    padding: 20px 11px 12px;
    box-shadow: none;
    font-size: 15px;
    position: absolute;
    letter-spacing: 0.25px;
    padding-right: 50px;
}

.fp-quote .form-control:focus {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.fp-quote select.form-control {
    position: relative;
}

.fp-quote .input-group .fa {
    font-size: 22px;
    color: #545454;
    top: 15px;
    right: 0px;
}

.fp-quote .input-group-addon {
    padding: 10px 12px;
}

.input_fields_wrap .input-group-addon .fa {
    width: 25px;
    height: 50px;
    left: 100%;
}

.remove_field .fa-close {
    font-size: 16px !important;
    color: #fff !important;
}

.fp-quote .input-group .fi:before {
    font-size: 24px;
    color: #c1c1c1;
}

.fp-quote button {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
}

.fp-quote .book-btn .panel,
.fp-quote .book-btn .panel-body,
.fp-quote .book-btn .panel-heading {
    box-shadow: none;
    border: none !important;
    background: 0 0;
}

.fp-quote .btn-primary {
    padding: 4px 12px;
    height: auto;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
    color: #a94442;
    background: 0 0;
    border: none;
}

.fp-quote .btn-primary:focus {
    border-color: transparent;
    outline: 0;
    background: 0 0 !important;
}

.fp-quote .btn-primary .fa {
    padding-right: 4px;
    font-size: 16px !important;
}

.ad-return label,
.fp-modal label {
    font-size: 14px;
    color: #1c1c1c;
    letter-spacing: 0;
    padding: 3px 0 0 10px;
    font-weight: 600;
}

.ad-return .form-group,
.fp-modal .form-group {
    height: 50px;
}

.ad-return .form-control,
.fp-modal .form-control {
    height: auto;
    padding: 0 12px;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.fp-modal .btn-yellow {
    padding: 5px 14px;
    width: auto;
    height: auto;
    font-size: 14px;
}

.ad-return .fa,
.fp-modal .fa {
    font-size: 24px !important;
}

.switch-field .fa {
    opacity: 0;
    transform: scale(3) rotateZ(-20deg);
    transition: all 0.2s ease-in;
}

.switch-field input:checked + label .fa {
    display: block;
    color: #fff !important;
    font-size: 18px !important;
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

#lead-passenger,
.stop-point {
    display: none;
}

.check-switch {
    width: 100%;
    margin-bottom: 40px !important;
    text-align: center;
}

.check-switch label {
    float: none !important;
}

.fp-modal .close {
    font-size: 35px;
    margin-top: -20px;
}

.duration .form-control {
    border: none;
}

.way-point {
    margin: 10px 0;
    text-align: right;
}

.fp-serv-txt,
.way-point a {
    margin-top: 15px;
}

.way-point a {
    color: #31708f;
    font-size: 15px;
    letter-spacing: -0.2px;
}

.way-point a:hover {
    border-bottom: 1px solid;
}

.way-point .fa {
    padding-right: 4px;
    font-size: 16px;
}

.stop-at .form-control {
    height: 50px;
    padding: 5px 12px;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 0.2px;
    border-radius: 0;
}

.stop-at .form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none;
}

.switch-field {
    padding: 0;
    overflow: hidden;
    float: left;
}

.ad-return p {
    padding-top: 5px;
}

.switch-field input {
    -webkit-appearance: none;
    visibility: hidden;
}

.switch-field label {
    font-size: 10px;
    float: left;
    position: static;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 24px;
    height: 24px;
    box-shadow: none;
    line-height: 24px;
    padding: 0;
    text-align: center;
    margin-right: 5px;
}

#cd-lateral-nav li a:hover,
footer a:hover {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}

.switch-field input:checked + label {
    background-color: #f3b136;
    color: #fff;
    padding: 2px;
}

.ad-return h5 {
    font-size: 14px;
    float: left;
    font-weight: 600;
    padding-top: 5px;
    color: #292929;
}

#cd-lateral-nav li {
    width: 100%;
    display: block;
    float: left;
    padding: 8px 0;
    position: relative;
    border-bottom: 1px solid #c0c0c1;
}

#cd-lateral-nav li:last-child {
    border-bottom: 0;
}

.fleet-titles,
.fp-service1 {
    border-bottom: 1px solid #e5e4e4;
}

#cd-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 32px;
    color: #1c1c1c;
    font-size: 15px;
}

#cd-lateral-nav li a:hover {
    font-weight: 600;
    transition: opacity 1s;
    opacity: 1;
    color: #1c1c1c !important;
    text-decoration: none;
    background-color: transparent;
}

.fp-service1 {
    background: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.fp-service2 {
    background: #f6f6f6;
    padding: 40px 0;
}

.fp-serv-img {
    height: 350px;
    overflow: hidden;
}

.fp-serv-img img {
    width: auto;
    height: 100%;
}

.fp-serv-txt .fa {
    color: #f3b136;
    font-size: 9px;
    padding-right: 8px;
}

.fp-serv-txt ul {
    margin-top: 10px;
}

.fp-serv-txt li {
    font-size: 15px;
    font-weight: 600;
    width: 48%;
    padding: 4px 0;
}

.fp-serv-txt p {
    font-size: 16px;
    padding: 8px 0;
    line-height: 24px;
}

.fp-service2 ul {
    margin-top: 30px;
}

.fleet-title-des p {
    margin-top: 15px;
}

.fleet-titles {
    border-top: 1px solid #e5e4e4;
}

.inr-parallax-effect {
    background: url(../images/achauff-fleet-bg.jpg) center top no-repeat fixed;
    background-size: cover;
}

.inr-effect-txt {
    padding: 60px 0;
}

.fleet-itm {
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0, rgba(0, 0, 0, 1)),
        color-stop(100%, rgba(56, 56, 56, 0.81))
    );
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
    padding: 20px 0;
}

.fleet-lft {
    min-height: 375px;
}

.fleet-img {
    width: 60%;
    float: left;
}

.fleet-img img {
    width: auto;
    margin-left: -60%;
}

.fleet-des {
    width: 40%;
    float: left;
    padding: 40px 10px 10px;
}

.fleet2 img {
    margin-left: 0;
}

.fleet-rit {
    height: 180px;
    overflow: hidden;
}

.fleet2 .fleet-des {
    text-align: left;
}

.last-fleet {
    margin-top: 29px;
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
    background: -webkit-gradient(
        right top,
        right top,
        color-stop(0, rgba(0, 0, 0, 1)),
        color-stop(100%, rgba(56, 56, 56, 0.81))
    );
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 1) 0, rgba(56, 56, 56, 0.81) 100%);
}

.cust-icon-wrapper .cust-icon img {
    margin-bottom: 20px;
}

.cust-icon-wrapper .cust-icon h3 {
    margin-bottom: 15px;
}

.cust-icon-wrapper .cust-icon {
    min-height: 220px;
    margin-top: 30px;
}

.off-itm {
    text-align: center;
    padding: 18px;
    margin-top: 30px;
    transition: 0.3s ease;
}

.off-itm:hover .fi {
    background: #f3b136;
    transition: 0.3s ease;
    border-color: #f3b136;
}

.off-itm:hover .fi:before {
    color: #fff;
}

.fp-offer .fi {
    height: 110px;
    width: 110px;
    background: 0 0;
    display: block;
    text-align: center;
    line-height: 110px;
    border: 1px solid #bbb;
    border-radius: 100%;
    margin: 0 auto;
}

.fp-offer .fi:before {
    color: #f3b136;
    font-size: 50px;
    padding: 0;
    margin: 0;
}

.off-itm p {
    font-size: 13px;
    color: #2d2d2d;
    font-weight: 500;
    line-height: 24px;
}

.transfers {
    background: #f2f2f2;
}

.transfers-itm {
    position: relative;
}

.transfers-itm .para-head {
    padding: 20px 0;
    transition: 0.3s ease;
    border-bottom: 2px solid #d2d2d2;
}

.transfers-itm:hover .para-head {
    transition: 0.3s ease;
    border-bottom: 2px solid #f3b136;
}

.overlay-content {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 72%;
    left: 0;
    top: 5%;
    right: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s ease-in;
    -webkit-transform: scale(0.95);
    -ms-transition: all 0.3s ease-in;
    -ms-transform: scale(0.95);
    -moz-transition: all 0.3s ease-in;
    -moz-transform: scale(0.95);
    transition: all 0.3s ease-in;
    transform: scale(0.95);
}

.rates-pg .overlay-content {
    background: #f3b136 !important;
}

.transfers-itm:hover .overlay-content {
    opacity: 1;
}

.transfers-itm .contents {
    top: 50%;
    position: relative;
    text-align: center;
    padding: 0 20px;
    color: #1e1e1e;
    font-weight: 500;
    line-height: 23.7px;
    font-size: 14px;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rates-list {
    position: relative;
    margin-top: 2px;
}

.rates-list .offer-price h2 {
    height: 70px;
    width: 70px;
    top: -6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 58px;
    background: #31708f;
    position: absolute;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.rates-list .offer-price h2 small {
    color: #fff;
    display: block;
    padding-top: 0;
    width: 100%;
}

.rates-list .offer-price h2 span {
    line-height: 1;
}

.offer-box {
    padding: 10px 10px 10px 60px;
    color: #484747;
    font-weight: 500;
    margin-left: 20px;
    min-height: 60px;
}

.offer-box p {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #333;
}

.fp-testimonials {
    background: url(../images/bg-black.jpg) center top no-repeat #333;
    background-size: cover;
    opacity: 0.8;
}

.fp-testimonials p .fa {
    color: #f3b136;
    margin-top: 15px;
    padding-right: 4px;
}

.fp-testimonials .content {
    position: relative;
}

.fp-testimonials .qt {
    font-size: 100px;
    font-weight: 300;
    top: 0;
    color: #757575;
    position: absolute;
    font-style: italic;
    font-family: UnifrakturCook, cursive;
}

.fp-testimonials .qt-left {
    left: -2%;
}

.fp-testimonials .qt-rit {
    right: -2%;
}

.fp-testimonials .bx-has-pager {
    padding-top: 40px;
}

.fp-testimonials .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.fp-testimonials .bx-wrapper .bx-pager.bx-default-pager a.active,
.fp-testimonials .bx-wrapper .bx-pager.bx-default-pager a:focus,
.fp-testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
}

#bxslider-associated li {
    padding: 0 !important;
    margin: 0 !important;
}

#bxslider-associated .uncial.block {
    font-size: 18px;
}

footer {
    background: #1c1c1d;
}

footer article {
    margin-bottom: 40px;
}

footer h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

footer li {
    line-height: 24px;
    font-size: 13px;
    color: #ababab;
}

footer a:hover {
    color: #fff;
    font-weight: 600;
    transition: opacity 1s;
    opacity: 1;
}

footer a,
footer p {
    color: #ababab;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

footer .title {
    font-size: 22px;
}

.foot-nav {
    padding: 30px 0;
}

.foot-nav li {
    padding: 0 15px;
    border-right: 1px solid #444;
}

.foot-nav li:last-child {
    border-right: none;
}

.ft-review {
    text-align: center;
    margin: 20px 0;
}

.foot-title {
    position: relative;
}

.foot-title::after,
.foot-title::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100px;
    top: 45%;
    background: #4e4e4e;
}

.foot-title::before {
    left: -100px;
}

.foot-title::after {
    right: -100px;
}

footer .fi:before {
    color: #f3b136;
    padding: 0 10px;
    font-size: 18px;
}

footer .cm-row {
    margin: 40px 0 !important;
}

.copyright p {
    font-size: 13px;
}

.item {
    height: 2000px;
}

.about-pg .fp-offer .fi {
    border: 0;
    height: auto;
    width: auto;
    line-height: 36px;
}

.highlight-text {
    width: 32%;
    float: left;
    text-align: right;
    font-size: 36px;
    font-weight: 800;
    margin-right: 30px;
    color: #1c1c1c;
}

.abt-txt-rit {
    width: 100%;
    text-align: justify;
}

.about-pg .fp-offer .fi:before {
    font-size: 30px;
    float: left;
    padding-right: 20px;
    color: #fcb200;
}

.about-pg .abt-lft {
    background: url(../images/company-offer-bg.jpg) center top no-repeat rgba(28, 28, 28, 0.45);
    padding: 50px;
    color: #fff;
}

.about-pg .abt-rit {
    height: 412px;
}

.about-pg .main-des {
    padding-top: 40px;
    font-size: 22px;
}

.pg-title.company {
    background: url(../images/image.jpg) center top no-repeat #f1c40f;
}

.about-pg .content-widget .content-widget-desc {
    width: 100%;
}

.pg-title.hasbg {
    z-index: 1;
   /* min-height: 515px;*/
    background-size: 100% 100% !important;
   /* background-attachment: fixed;*/
}

.pg-header {
    position: relative;
    z-index: 9;
    padding-top: 8%;
}

.pg-header h1.pg-title-heading,
.pg-header h2.pg-title-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    color: #fff !important;
}

.pg-header > p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.pg-des .foot-title:after,
.pg-des .foot-title:before {
    background: #f7f7f7;
}

.pg-des .foot-title:after {
    right: -120px;
}

.pg-des .foot-title:before {
    left: -120px;
}

.inn-pg .sec-up {
    background: #fff;
    padding: 30px 30px 50px;
    margin-top: -130px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.5);
    box-shadow: 0 2px 2px rgba(50, 50, 50, 0.5);
}

.sec-up .para-txt {
    margin-top: 30px;
}

.about-pg .fp-offer .para-head {
    color: #fff !important;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.about-pg .fp-offer .highlight-text {
    width: 100%;
    color: #eaeaea;
    margin-top: 170px;
    font-weight: 400;
    text-align: left;
    margin-left: 50px;
}

.about-pg .company-desc h3 {
    margin-bottom: 15px;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.pg-title.services {
    background: url(../images/services-pg.jpg) center top no-repeat fixed #2ea23c;
}

.service-img {
    float: right;
    margin: 15px !important;
    width: 50%;
}

.serv-top {
    margin-top: 40px;
}

.serv-des-wrap {
    border-top: 1px solid #e5e4e4;
    padding: 84px 0 56px;
}

.serv-des-wrap .btn-yellow,
.vec-des .btn-yellow {
    border-bottom: 2px solid #dcb001;
}

.strip-list {
    border-left: 2px solid #d0d0d0;
}

.strip-list li {
    position: relative;
    padding: 4px 0 4px 20px;
    font-size: 16px;
    color: #292929;
    font-weight: 600;
}

.strip-list li:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #7d7d7d;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto 0;
    border: 2px solid #fff;
}

.serv-pg .tabs {
    margin-top: 24px;
}

.serv-des {
    padding: 40px;
}

.serv-des .para-head {
    font-size: 24px;
}

.serv-des .para-txt {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
}

.serv-img {
    height: 308px;
}

.serv-list-sec .fp-serv-txt li {
    font-size: 18px;
    font-weight: 400;
    width: 33%;
    padding: 8px 0;
}

.serv-list-sec .para-head {
    width: 90%;
    margin: 0 auto;
}

.fleet.pg-title {
    background: url(../images/fleet-pg/fleet-main-bg.jpg) center top no-repeat fixed #fff;
    background-size: contain;
    min-height: 700px;
}

.fleet-pg .title {
    margin-bottom: 50px;
}

.vec-li .para-head {
    background: #757575;
    padding: 18px 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.vec-li figure {
    padding: 10px 20px;
    transition: 0.5s ease;
    min-height: 160px;
    filter: grayscale(0);
}

.vec-li a {
    display: block;
}

.vec-li h4 {
    color: 3333;
    font-weight: 600;
    padding-bottom: 8px;
}

.vec-li .fa {
    height: 32px;
    width: 32px;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #fcb200;
    line-height: 32px;
    color: #fcb200;
    margin-bottom: 30px;
    margin-right: 8px;
}

.fleet-pg .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%;
}

.fleet-pg .modal-content {
    border-radius: 0;
}

.fleet-pg .modal {
    padding: 0 !important;
}

.fleet-pg .modal-header {
    border-bottom: 0;
}

.fleet-pg .modal .close span {
    height: 32px;
    width: 32px;
    line-height: 24px;
    border: 2px solid #000;
    border-radius: 50%;
    display: block;
    font-size: 34px;
    margin: 0;
    color: #000;
}

.fleet-pg .modal-body {
    padding: 0;
}

.vec-li {
    width: 90%;
    margin: 15px auto;
    display: block;
    min-height: 320px;
    padding: 0 20px 30px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.04);
}

.vec-li .btn {
    width: auto;
    padding: 10px 25px;
    display: inline-block;
}

.vec-li:hover figure {
    padding-top: 5px;
    opacity: 0.75;
    filter: grayscale(100%);
    transition: 0.5s ease-in-out;
}

.price-tag {
    font-size: 18px;
    color: #333;
}

.price-tag strong {
    font-size: 28px;
    font-weight: 700;
    color: #fcb200;
}

.fleet-inn-img {
    padding-top: 5%;
    height: 650px;
}

.fleet-pg .bx-wrapper .bx-caption {
    background: rgba(8, 8, 8, 0.75);
    color: #fff;
    text-align: center;
    padding: 15px;
}

.fleet-tabs .nav-tabs li span {
    font-family: Righteous, sans-serif;
    color: #fcb200 !important;
}

.vec-li-des li:last-child {
    border-bottom: 0;
}

.vec-li-des li span {
    font-weight: 800;
    color: #555;
    font-size: 24px;
}

.vec-li-des li {
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
    padding: 8px 0;
}

.fleet-serv {
    border-top: 1px solid #ddd;
}

.pg-title.price {
    background: url(../images/fares.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
    height: 480px;
}

.price-cont-wrap {
    padding-top: 30px;
}

.price-cont {
    width: 24%;
    float: left;
    padding: 3px;
    transition: all 250ms ease-in-out;
    min-height: 220px;
    background: #fff;
    text-align: center;
    border: 1px solid #eaeaea;
    margin-right: 10px;
}

.rates-pg .main-des {
    margin-top: 20px;
}

.price-cont .title {
    padding-top: 80px;
}

.price-cont .overlay-content {
    height: 100%;
    top: 0;
    background-color: #fff;
}

.btn-plus {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    left: 50%;
    top: 64%;
    display: block;
    bottom: 110px;
    padding: 5px;
    background: #f3b136;
}

.fleet-serv-des {
    margin-top: 40px;
}

.fleet-serv-des .fa {
    font-size: 60px;
    color: #9e9e9e;
}

.fleet-serv-des h4 {
    font-size: 22px;
    padding: 12px 0;
}

.pg-title.faq {
    background: url(../images/faq-bg.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
}

.panel-group .panel {
    border-radius: 0;
}

.faq-pg .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #dbdbdb;
    padding: 18px 20px;
}

.faq-pg .panel-body {
    padding: 15px;
}

.faq-pg .panel-title {
    font-size: 18px;
}

.locations h4,
.specific-location-details h3 {
    font-size: 20px;
}

.faq-pg .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.faq-pg .panel-title .fa {
    float: right;
    color: #fcb200;
    border-left: 1px solid #dbdbdb;
    padding: 10px;
}

.tour .bg-overlay {
    background: 0 0;
}

.tours-type .row.cm-row > .col-md-4 {
    padding: 0 5px;
}

.pg-title.tour {
    background: url(../images/tour-main-bg.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
}

.pg-title.tour.half-tour {
    background: url(../images/half-tour-bg.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
}

.pg-title.tour.full-tour {
    background: url(../images/full-tour-bg.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
}

.pg-title.tour.uk-tour {
    background: url(../images/uk-tour-bg.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
}

.pg-title .btn-ghost {
    margin-top: 50px;
    background: #fff;
    border: 1px solid #fff;
    color: #1c1c1c;
    transition: 0.4s ease;
    border-bottom: 2px solid #acacac;
}

.tour.hasbg {
    height: 520px;
}

.locations article {
    width: 42%;
}

.locations h4 {
    font-weight: 700;
    width: 45%;
    margin: 0 auto;
}

.specific-location figure {
    height: 335px;
    overflow: hidden;
}

.specific-location .para-txt {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 20px;
}

.specific-location figure img {
    width: 100%;
}

.specific-location-details {
    background: #fff;
    padding: 40px;
    height: 335px;
}

.specific-location .col-md-6 {
    position: relative;
}

.trianlge,
.trianlge-right {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 48%;
}

.trianlge {
    border-right: 25px solid #fff;
    left: -25px;
}

.trianlge-right {
    border-left: 25px solid #fff;
    right: -25px;
    z-index: 999;
}

.airport-opt-itm,
.events-des,
.events-list {
    position: relative;
}

.location-list .tour-info-right {
    padding: 60px 100px;
}

.location-list .tour-info-right p {
    margin-bottom: 14px;
    line-height: 22px;
    text-align: justify;
}

.location-list li {
    color: #fff;
    font-size: 16px;
    margin: 4px 0;
}

.full-tour-des {
    border-bottom: 1px solid #ddd;
}

.tour-list {
    background: #e8e8e8;
}

.tour-list .cm-row {
    height: 335px;
}

.tour-list h2 {
    text-align: center;
    margin: 0;
    padding: 30px 0;
}

.tours-type {
    padding-bottom: 60px;
}

.tour-itm img {
    opacity: 1;
    transition: 1s ease-in-out;
}

.tour-itm:hover h4 {
    border-color: #7bd148;
    transition: 1s ease;
}

.tour-itm img:hover {
    transform: scale(1.05);
    margin: 0;
    display: block;
}

.tour-pg-intro .title {
    font-size: 24px;
}

.tour-pg-intro .para-txt {
    font-size: 16px;
}

.tour-pg .bg-lit-gray {
    background: #f8f8f9;
}

.tour-pg .tour-txt {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
}

.tour-pg ul li .fa {
    font-size: 10px;
    color: #fcb200;
    padding-top: 8px;
    padding-right: 5px;
}

.tour-pg ul li {
    font-size: 16px;
    padding: 5px 0;
}

.tour-pg .tour-txt p {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 8px;
    font-style: italic;
    color: rgba(110, 110, 110, 1);
}

.tour-itm h4 {
    font-size: 20px;
    color: #797979;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
}

.pg-title.airport-transfer {
    background: url(../images/airport-transfer.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
    height: 600px;
}

.airport-rates {
    height: 360px;
    overflow: visible;
    z-index: 9;
}

.airport-opt .title {
    color: #fff !important;
}

.airport-transfer-pg table {
    width: 100%;
    color: #323232;
    border-radius: 8px;
    overflow: hidden;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-collapse: initial;
}

.airport-transfer-pg table tr:nth-child(even) td {
    background-color: #f5f3f3;
}

.airport-transfer-pg table td {
    font-weight: 700 !important;
}

.airport-transfer-pg table td:first-child {
    font-weight: 500 !important;
}

.airport-transfer-pg table td,
.airport-transfer-pg table th {
    background-color: #fff;
    padding: 15px;
    font-weight: 500;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.airport-transfer-pg table th {
    font-size: 18px;
    background-color: #616161;
    font-weight: 600;
    color: #fff;
}

.airport-opt {
    background: url(../images/airport-terminal.jpg) center top no-repeat fixed;
    background-size: cover;
    padding-top: 22%;
}

.airport-opt-itm {
    transition: all 250ms ease-in-out;
    min-height: 320px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    border: 1px solid #eaeaea;
    margin-right: 10px;
    margin-top: 30px;
}

.airport-opt-itm .overlay {
    margin-top: 80px;
}

.airport-opt-itm h4 {
    font-size: 20px;
    margin-top: 30px;
    color: #fff;
    font-weight: 400;
}

.airport-opt-itm .fa {
    font-size: 50px;
    color: #fcb200;
    background: 0 0;
    height: 100px;
    width: 100px;
    border-radius: 70px;
    border: 2px solid #fff;
    line-height: 100px;
}

.airport-opt-itm .overlay-content {
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    padding: 15px;
    display: table;
    height: 320px;
    background: rgba(255, 255, 255, 1);
}

.airport-opt-itm p {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 0;
    display: table-cell;
    vertical-align: middle;
}

.airport-opt-itm:hover .overlay-content {
    opacity: 1;
}

.pg-title.events {
    background: url(../images/events/events-bg.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
    background-position-y: 80px !important;
}

.events-wrap {
    padding-bottom: 60px;
}

.events.hasbg {
    height: 520px;
}

.events-des {
    height: 350px;
    overflow: hidden;
    margin: 10px 0;
}

.events-des .events-img {
    position: absolute;
    left: 0;
    top: 0;
}

.events-des .title {
    color: #fff !important;
    font-size: 22px;
    margin: 0;
}

.events-des .hidden-txt,
.events-des .sub-txt {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    color: #fff;
    left: 0;
}

.events-des .sub-txt {
    padding: 20px;
    bottom: 0;
    opacity: 1;
}

.events-des:hover .sub-txt {
    opacity: 0;
    transition: linear 0.4s;
}

.events-des .hidden-txt p {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.5px;
    display: table-cell;
    vertical-align: middle;
}

.events-des:hover .hidden-txt {
    webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.events-des .hidden-txt {
    height: 100%;
    top: 0;
    padding: 30px 5%;
    display: table;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateY(350px);
    -moz-transform: translateY(350px);
    -ms-transform: translateY(350px);
    -o-transform: translateY(350px);
    transform: translateY(350px);
}

.pg-title.clients {
    background: url(../images/clients-bg.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
    height: 480px;
}

.clients-pg .client-intro .title {
    padding-bottom: 8px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.clients-pg .para-txt {
    line-height: 24px;
    text-align: center;
}

.clients-pg .para-txt a:hover {
    color: #fcb200;
}

.clients-pg .para-txt strong {
    font-size: 28px;
    margin: 8px 0;
    display: block;
}

.clients-ad-wrap {
    margin-top: 70px;
}

.clients-ad .fa {
    color: #3c763d;
    padding-right: 5px;
    padding-top: 5px;
}

.clients-ad li {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0;
}

.clients-name {
    margin-top: 50px;
}

.clients-name > ul {
    display: flex;
    flex-wrap: wrap;
}

.clients-name li.allura {
    font-family: Allura, sans-serif;
    font-size: 31px;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    font-weight: 200;
    background: #383838;
    border-radius: 0;
    border: 2px solid #989898;
}

.fascinate {
    font-family: "Fascinate Inline", cursive !important;
}

.fascinate span {
    border-left: 6px solid;
    padding-left: 8px;
}

.clients-name li.black-opt span {
    border-bottom: 3px solid #333;
}

.clients-name li.black-opt {
    font-family: "Black+Ops+One", sans-serif;
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: italic;
}

.chfn {
    background: 0 0 !important;
    font-family: Righteous, cursive !important;
}

.clients-name li {
    font-size: 26px;
    font-weight: 600;
    color: #464646;
    padding: 20px 0;
    width: 30%;
    float: left;
    list-style: none;
    letter-spacing: 2px;
    border-radius: 10px;
    text-align: center;
    margin: 18px auto;
    font-family: UnifrakturCook, cursive;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uncial {
    font-family: "Uncial Antiqua", cursive !important;
}

.clients-name .block {
    width: 100%;
}

.steps-wrap {
    flex-direction: row;
    margin: 30px auto 0;
}

.book-step .para-head {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #636363 !important;
}

.book-step {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    width: 16%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
}

.book-step:last-child {
    padding-right: 0;
}

.book-step:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 1em;
    left: 0;
    z-index: 0;
}

.content-widget,
.num {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.num {
    font-size: 16px;
    width: 40px;
    line-height: 40px;
    background: #3c763d;
    border-radius: 50%;
    font-weight: 600;
    margin-top: -9px;
    text-align: center;
    z-index: 1;
    color: #fff;
    justify-content: center;
}

.clients-quote {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    font-weight: 500;
    margin-top: 40px;
}

.testimonial-page {
    background: url(../images/achauffeurs-banner1.jpg) center top no-repeat fixed #1c1c1c;
    background-size: cover;
}

.pg-title.global-cov {
    background: url(../images/uk-coverage2.jpg) center top no-repeat fixed #1c1c1c;
    background-size: cover;
    height: auto;
}

.global-cov .pg-header {
    margin-bottom: 60px;
    min-height: 550px;
}

.global-cov p {
    text-align: center !important;
}

.top-city .highlight-text {
    font-size: 16px;
    color: #555;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.top-city-wrap {
    margin-top: 30px;
}

.top-city-wrap > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.top-city-wrap > .row > div[class*="col-"] {
    margin-top: 50px;
}

.top-city ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #3d3d3d;
}

.top-city ul li .fa {
    color: #fcb200;
    font-size: 14px;
    padding-right: 5px;
}

.centered-form .title {
    margin-bottom: 10px;
    font-size: 24px;
}

.centered-form .btn {
    border-radius: 0;
    padding: 10px 15px;
}

.centered-form ul.row {
    margin: 0 -5px;
}

.centered-form ul.row li.col-md-6 {
    padding: 0 5px;
}

.centered-form .btn-green.btn-block,
.centered-form .btn-yellow.btn-block {
    margin: 0;
    text-align: center;
}

.centered-form .fa {
    position: absolute;
    right: 25px;
    top: 30%;
    font-size: 15px;
    color: #fcb200;
}

.dr-login h5 span,
.enquiry {
    position: relative;
}

.centered-form {
    padding: 30px 10px;
    background: #f1f1f1;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.enquiry .btn-wrap {
    margin-top: 30px;
}

.enquiry {
    margin-top: 60px;
    z-index: 999;
}

.become-partner .pg-header {
    min-height: 500px;
    padding-top: 200px;
}

.pg-header .btn {
    border-radius: 0;
    padding: 10px 60px;
}

.pg-header .btn-green-ghost,
.pg-header .btn-yellow-ghost {
    color: #fefefe;
}

.pg-title.become-partner {
    background: url(../images/become-partner/become-partner-bg.jpg) center top no-repeat fixed #f1c40f;
    background-size: contain;
    background-position-y: 80px;
    height: auto;
}

.works-step .book-step {
    width: 25%;
}

.partners-des {
    border-bottom: 1px solid #ddd;
}

.partner-ad .title {
    color: #fff !important;
}

.partner-itm h4 {
    font-size: 16px;
}

.partner-itm .fa {
    font-size: 36px;
    color: #fcb200;
    background: 0 0;
    height: 80px;
    width: 80px;
    border-radius: 70px;
    border: 1px solid #fff;
    line-height: 80px;
    transition: 0.3s ease;
    margin-bottom: 15px;
}

.partner-itm:hover .fa {
    background: #fcb200;
    color: #fff;
    border-color: #fcb200;
    transition: 0.3s ease;
}

.partner-advantages .col-md-3 {
    width: 20%;
}

.select-vec-num {
    background: #f3b136;
    text-align: center;
    padding: 10px;
    color: #000;
    margin-bottom: 8px;
}

.pg-title.become-driver {
    background: url(../images/become-driver/become-driver-pg.jpg) center top no-repeat fixed #f1c40f;
    background-size: cover;
    height: auto;
}

.become-driver .pg-header {
    margin-bottom: 60px;
}

.driver-works {
    border-top: 1px solid #ddd;
}

.content-widget figure {
    width: 40%;
    height: 515px;
}

.content-widget figure img {
    width: auto;
    height: 100%;
}

.content-widget .content-widget-desc {
    padding: 60px 100px;
    width: 60%;
}

.content-widget .content-widget-desc.content-widget-desc-right {
    text-align: right;
}

.content-widget ul.feature-list {
    column-count: 2;
    column-gap: 30px;
}

.content-widget ul.feature-list li {
    padding: 0 0 10px;
    width: 100%;
    min-height: 100px;
}

.content-widget ul.simple-list li {
    padding: 10px 0;
}

.content-widget ul.feature-list li i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
    float: left;
    height: 80px;
    width: 50px;
}

.content-widget li i {
    color: #f3b136;
}

.dr-login,
.forgot-pass {
    text-align: center;
    width: 28%;
    margin: 8% auto 0;
    z-index: 9;
    position: relative;
}

.dr-login h4 {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 20px;
}

.dr-login .form-wrap,
.forgot-pass .form-wrap {
    margin-top: 15px;
}

.dr-login h5 span:after,
.dr-login h5 span:before {
    content: "";
    height: 1px;
    width: 100px;
    top: 50%;
    position: absolute;
    background: #ccc;
}

.dr-login h5 span:before {
    left: -110px;
}

.dr-login h5 span:after {
    right: -110px;
}

.forgot-password {
    background: url(../images/bg_line.png) center top no-repeat fixed #1c1c1c;
    background-size: cover;
    height: auto;
}

.forgot-pass {
    max-width: 450px;
}

.driver-phone {
    width: 50%;
}

.driver-faq .panel-title .fa {
    color: #f3b136;
    padding: 2px 11px;
    font-size: 12px;
}

.driver-list .count {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #2ea23c;
    font-weight: 500;
    font-size: 30px;
    color: #2ea23c;
    text-align: center;
    line-height: 60px;
    display: block;
    margin: 20px 0;
}

.driver-list h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #6e6e6e !important;
}

.driver-faq-list p {
    font-size: 16px;
    padding-top: 8px;
}

.driver-list:after {
    width: 90px;
    height: 13px;
    background: url(../images/become-driver/arrowright.png) center top no-repeat;
    top: 40px;
    right: 90px;
    content: "";
    display: block;
    position: absolute;
}

.arrow-none:after {
    display: none;
}

.become-driver-pg .panel-group .panel,
.quote-details .panel-group .panel {
    color: #fff;
    border: none;
    box-shadow: none;
    background: 0 0;
}

.become-driver .panel-default > .panel-heading,
.quote-details .panel-default > .panel-heading {
    background-color: transparent;
    color: #fff;
    padding: 10px 0;
}

.quote-details .panel-default > .panel-heading {
    padding: 0;
}

.driver-faq .title {
    margin-bottom: 40px;
}

.dr-pop {
    position: fixed;
    right: 0;
    top: 30%;
    color: #a4a4a4;
    border: 1px solid #444;
    background: #000;
    padding: 20px 25px;
    font-size: 20px;
}

.dr-signup-form {
    width: 18%;
    margin: 30px auto 0;
}

.dr-signup .btn-yellow {
    width: 100%;
    color: #fff;
    border: 1px solid #fcb200;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    background: #fcb200;
}

.dr-signup-form .input-group-addon {
    width: 100% !important;
}

.wizard > .content > .body {
    width: 100%;
}

.wizard .content {
    min-height: 100px;
}

.wizard .content > .body {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
}

.driver-signup-form hr {
    border-top: 1px solid #dadada;
}

.dr-signup {
    width: 28%;
    margin: 7% auto 0;
    padding: 30px 0 0;
    border-radius: 0;
    position: relative;
    z-index: 9;
}

.dr-signup .btn-gray {
    background: #3b3b3b;
    border-radius: 0;
    width: 90%;
    margin: 0 auto 20px;
    display: block;
    padding: 10px 0;
    color: #fff;
}

.dr-signup .register-info {
    margin-bottom: 30px;
}

.wizard > .content {
    background: 0 0 !important;
}

.wizard .actions > ul li {
    width: 100%;
}

.wizard .actions > ul {
    width: 96%;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    float: left;
}

.dr-signup .wizard .actions ul li:first-child {
    display: none;
}

.dr-signup .wizard .actions ul li a {
    border-radius: 0 !important;
    padding: 10px 0 !important;
    background: #2ea23c !important;
    margin-bottom: 20px !important;
}

#previous,
#steps-uid-0-h-0,
#steps-uid-0-h-1,
#steps-uid-0-h-2,
#steps-uid-0-t-0,
#steps-uid-0-t-1,
.steps {
    display: none !important;
}

.driver-signup-form .wizard > .steps .number,
.driver-signup-form form.registration-form fieldset {
    display: none;
}

#steps-uid-0-p-0 {
    background: 0 0;
}

.driver-signup-form .wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
    background: #e8821e;
}

.driver-signup-form .wizard > .steps .disabled a,
.driver-signup-form .wizard > .steps .disabled a:active,
.driver-signup-form .wizard > .steps .disabled a:hover,
.driver-signup-form .wizard > .steps .done a,
.driver-signup-form .wizard > .steps .done a:active,
.driver-signup-form .wizard > .steps .done a:hover {
    background: #eee;
    color: #666;
}

.driver-signup-form .control-label {
    color: #333;
    font-weight: 600;
    text-align: left;
}

.driver-signup-form .wizard > .steps a,
.driver-signup-form .wizard > .steps a:hover,
.wizard > .steps a:active {
    padding: 10px 30px;
}

.min {
    min-height: 300px;
}

.driver-signup-form form .form-bottom button.btn {
    min-width: 105px;
}

.driver-signup-form .wizard > .steps > ul > li {
    width: 33.33%;
}

.driver-signup-form form .form-bottom .input-error {
    border-color: #19b9e7;
}

.dr-signup .note-txt {
    padding: 0 15px !important;
}

.dr-signup .checkbox {
    margin-left: 5px;
}

.cstm-rad input[type="radio"] {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    position: relative;
    outline: 0;
}

.cstm-rad input[type="radio"]:before {
    content: "\f10c";
    font-family: fontawesome !important;
    font-size: 18px;
    color: #fcb200;
    display: inline-block;
    margin-right: 5px;
    display:none;
}

.cstm-rad input[type="radio"]:checked:before {
    content: "\f058";
}

.cs-rad {
    padding: 0 15px;
}

.cstm-rad li {
    display: inline-block !important;
    color: #1c1c1c;
    padding-right: 15px !important;
}

.pg-title.customer-login {
    background: url(../images/customer-login-pg.jpg) center top no-repeat fixed #333;
    background-size: cover;
    height: auto;
}

.customer-form .form-horizontal {
    padding: 0 20px 20px;
}

.pg-title.support {
    background: url(../images/customer-support-pg.jpg) center top no-repeat fixed #333;
    background-size: cover;
    min-height: 450px;
}

.support .pg-header {
    margin-bottom: 60px;
    min-height: 500px;
}

.support-service {
    margin-top: 50px;
}

.support-service p {
    text-align: justify;
}

.support-service .para-head {
    min-height: 66px;
}

.support-service .fa,
.support-service figure {
    float: left;
    min-height: 50px;
    width: 56px;
    font-size: 44px;
    color: #666;
    margin-right: 15px;
}

.support-links.yellow {
    background: #e0a32f;
}

.support-links.blue {
    background: #31708f;
}

.support-links.green {
    background: #3c763d;
}

.support-links .para-head {
    color: #fff;
    font-size: 20px;
    padding: 8px 0;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.support-links {
    margin-top: 30px;
    padding: 30px;
    min-height: 250px;
}

.support-links li {
    padding: 2px 0;
    transition: 0.2s ease;
}

.support-links li:hover .fa {
    padding-left: 5px;
    transition: 0.2s ease;
}

.support-links li:hover a {
    color: #fff;
    transition: 0.2s ease;
}

.support-links .fa {
    padding-right: 8px;
    color: #fff;
    font-size: 16px;
    transition: 0.2s ease;
}

.support-links li a {
    color: #fff;
    font-weight: 500;
    font-size: 14.5px;
}

.pg-title.support .tabs {
    margin-top: 40px;
}

.pg-title.support .btn-yellow-ghost:hover {
    color: #fff;
}

.pg-title.support .btn-yellow-ghost {
    color: #333;
    border-radius: 0;
    padding: 10px 45px;
}

.pg-title.make-payment {
    background: url(../images/make-payment-bg.jpg) center top no-repeat fixed #333;
    background-size: cover;
    height: auto;
}

.payment-method {
    position: relative;
    z-index: 99;
    margin-top: 100px;
}

.payment-details {
    padding: 30px;
}

.payment-details li:nth-child(2n + 2) {
    margin-right: 0;
}

.payment-details li span {
    color: #777;
    padding-left: 30px;
}

.payment-details .amt {
    font-weight: 600;
    font-size: 22px;
    color: #3c763d;
}

.payment-details li strong {
    width: 75px;
    display: inline-block;
}

.payment-details li {
    width: 46.8%;
    color: #555;
    border-bottom: 1px dashed #bbb;
    margin-right: 40px;
    padding-bottom: 5px;
    margin-bottom: 18px;
}

.payment-details li:last-child {
    width: 100%;
}

.payment-from {
    padding: 30px;
}

.contact .pg-header {
    background: none;
    padding-top: 0;
    min-height: 100%;
    background-size: cover;
}

.contact .pg-header h1 {
    font-size: 45px;
    margin-bottom: 30px;
    color: #fff !important;
}

.contact-pg .cont-form {
    padding-bottom: 60px;
}

.get-touch {
    padding-bottom: 30px;
}

.banner-cont .btn-green {
    border-radius: 0;
    padding: 10px 28px;
}

.banner-cont {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    color: #fff;
    background: #fff;
    box-shadow: 4px 4px 9px 5px #00000014;
    border-radius: 6px;
}

.banner-cont hr {
    border-top: 1px solid #323232 !important;
}

.banner-cont .para-head {
    color: #000;
}

.cont-head {
    margin-bottom: 30px;
}

.contact-pg h6 {
    margin: 0 0 8px;
}

.cont-add .fa,
.cont-hours .para-head {
    margin-top: 10px;
}

.map-container iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
}

.map-container iframe.clicked {
    pointer-events: auto;
}

.pco-img {
    float: left;
    width: 24%;
}

.cont-add a {
    color: #555;
    font-weight: 600;
    /*text-decoration: underline !important*/
}
.cont-add a img {
    width: 20px;
    margin: 0px;
}

.cont-add .fa {
    height: 42px;
    width: 42px;
    color: #555;
    line-height: 42px;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s ease;
    background: 0 0;
    border: 1px solid #ccc;
}

.cont-add .fa:focus,
.cont-add .fa:hover {
    background: #2ea23c;
    color: #fff;
    border-color: #2ea23c;
    transition: 0.3s ease;
}

.register.pg-title {
    background: url(../images/register-main-bg.jpg) center top no-repeat fixed #fff;
    background-size: contain;
    min-height: 375px;
}

.register .pg-header {
    padding-top: 10%;
}

.reg-tabs {
    margin-top: 30px;
}

.reg-tabs li {
    width: 22%;
}

.register-opt .opt-item {
    margin-top: 40px;
}

.register-opt .opt-item .svg-ico {
    height: 110px;
    width: 110px;
    margin: 0 auto;
}

.serv-providers {
    background: url(../images/serv-providers-bg.jpg) center top no-repeat fixed #fff;
    background-size: contain;
}

.serv-offer .title {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin: 30px 0;
}

.serv-offer {
    text-align: center;
}

.serv-offer .fa {
    font-size: 50px;
    color: #838789;
    margin-bottom: 8px;
}

.serv-providers-pg h2 span {
    font-weight: 400;
    font-size: 32px;
    color: #555;
}

.serv-providers-pg h2 {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #3d3d3d;
}

.serv-offer p {
    line-height: 22px;
    color: #4c4c4c;
    font-weight: 400;
}

.serv-providers-pg ul li .fa,
.terms-wrap .fa {
    color: #2ea23c;
    font-size: 15px;
    padding-right: 8px;
}

.serv-providers-pg ul li {
    font-size: 20px;
    padding: 3px 0;
    letter-spacing: 0.3px;
    color: #7e7e7e;
}

.serv-providers-pg .txt-des {
    margin-top: 30px;
}

.quote-title {
    font-size: 36px;
    margin: 40px 0;
    font-weight: 300;
    color: #555;
}

.quote-details .pg-header {
    padding-top: 60px;
}

.quote-details {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.quote-details .num {
    width: 40px;
    height: 40px;
    line-height: 27px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 18px;
    margin-top: -1px;
    text-align: center;
    z-index: 1;
    color: #555;
    display: flex;
    justify-content: center;
    border: 5px solid #ccc;
    background: linear-gradient(to bottom, #fff 0, #e0e0e0 100%) repeat-x #fff;
}

.quote-details .book-step .para-head {
    font-size: 15px;
}

.quote-details .book-step {
    width: 25%;
}

.quote-details .book-step:before {
    top: 18px;
    height: 5px;
}

.quote-details .active .num {
    background: #f3b136;
    color: #fff;
    border-color: #f3b136;
}

.quote-details .nav-tabs > li.active > a {
    border-left: 1px solid #ccc !important;
    background: #fff !important;
}

.quote-details .vehicles {
    margin-top: 0px;
    padding: 0;
}
form#select-car-form {
    border: 1px solid #eee;
    padding: 30px 15px;
}

.vehicles h6.color-green {
    color: #007f4d;
}

.quote-details .tab-content {
    border: 1px solid #ccc;
    padding: 20px;
    background: #fff;
    border-top: none;
    border-radius: 10px;
}

.quote-details .tab-content > h2 {
    font-weight: 600;
}

.quote-details .vehicles .title {
    font-weight: 600;
    text-transform: capitalize !important;
}

.book-btn li,
.form-title {
    text-transform: capitalize;
}

.quote-details .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
}

.quote-details .panel-heading h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    background: #ea8825;
    padding: 15px;
    position: relative;
}

.quote-details .panel-heading h3 span {
    height: 60px;
    width: 60px;
    color: #fff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #ea8825;
    position: absolute;
    top: 100%;
    left: 45%;
    z-index: 99;
}

.quote-details .panel-heading h3 span .fa {
    color: #fff;
    position: absolute;
    top: -32px;
    margin-left: -5px;
}

.book-option .cr .fa {
    padding: 0;
    color: #f3b136;
    transform: scale(2) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.book-option label {
    padding: 0;
}

fieldset {
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 1px #eae9e9 solid !important;
}

fieldset legend {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    border: 0;
    width: auto;
    color: #383838;
    padding: 0 10px 0 0;
}

.book-option input[type="radio"]:checked + .cr > .fa {
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.book-option .cr {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #d2d6de;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
    margin-right: 11px;
    border-radius: 50%;
}

.book-option .radio input[type="radio"],
.vec-listing input[type="checkbox"] {
    display: none;
}

.journey-wrap {
    background: rgb(187 131 37);
    padding: 30px 15px !important;
    transition: 0.4s ease;
}

.journey-wrap:hover {
    background:rgb(187 131 37);
    transition: 0.4s ease;
}

.payment-opt .btn {
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.quote-details .nav {
    border: 1px solid #ddd;
    margin-top: 45px;
}

.quote-details .nav li {
    border-right: 1px solid #ddd;
}

.quote-details .nav li:last-child {
    border-right: 0;
}

.quote-details .nav-justified > li.active a {
    background: #fff;
    border-top: 2px solid #ea8825;
}

.quote-details .nav-pills > li.active > a,
.quote-details .nav-pills > li.active > a:focus,
.quote-details .nav-pills > li.active > a:hover {
    color: rgba(56, 56, 56, 1);
}

.quote-details .navpills {
    margin-bottom: 30px;
}

.quote-details .nav-justified > li > a {
    margin-bottom: 0;
    padding: 5px 15px;
    line-height: 36px;
    font-size: 16px;
    color: rgba(56, 56, 56, 0.81);
    border-radius: 0;
    border-top: 2px solid transparent;
}

.book-informations h4 {
    color: #5a5a5a;
    font-weight: 400;
    margin-top: 15px;
    padding-left: 8px;
    border-left: 2px solid #ea8825;
}

.book-informations {
    padding: 6px 0;
    background: #eee;
}

.book-informations .infos-wrap {
    width: 100%;
    margin: 0 auto;
    border-right: 0;
    text-align: left;
}
.vec-img li {
    min-height: 18px !important;
}
.quote-details .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: 1px solid transparent;
}

.book-informations ul li p {
    line-height: 5px;
    color: #333;
    font-weight: 600;
}

.book-informations > .row > .bord-right {
    padding-right: 120px;
}

.quote-details-wrap .panel-collapse {
    height: auto !important;
}

.quote-details-wrap .book-informations li {
    font-size: 17px;
    font-weight: 500;
    color: #3c3c3c;
    line-height: 9px;
    margin: 22px 0;
    width: 50%;
    float: left;
    padding-left: 35px;
    line-height: 23px;
    padding: 0 35px;
    margin-bottom: 20px;
    min-height: 90px;
}

.vec-listing label {
    margin: 0;
    width: 100%;
}
.quote-details-wrap .book-informations .capacity {
    margin-left: 15px;
}
.quote-details-wrap .book-informations .capacity li {
    font-size: 16px;
    color: #333232;
    font-weight: 700;
    padding: 0;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 5px;
    width: auto;
}
.quote-details-wrap .book-informations .fare {
    margin-top: 50px;
    height: 70px;
    display: block;
    margin-left: 15px;
}
.quote-details-wrap .book-informations .fare li {
    width: 100%;
    padding: 0;
}

.vec-listing ul li {
    font-size: 18px;
    color: #423f3f;
    font-weight: 600;
    padding: 0;
    display: inline-block;
    margin: 0 5px;
}

.vec-listing ul li img {
    opacity: 0.85;
    margin-top: -10px;
    filter: grayscale(40%) contrast(100%);
}

.vec-listing input[type="checkbox"]:checked + span {
    border: 1px solid #f3b136;
}

.vec-listing .switch-field .fa {
    opacity: 0;
    transform: scale(3) rotateZ(-20deg);
    transition: all 0.2s ease-in;
}

.vec-listing h3 {
    font-weight: 500;
    color: rgba(56, 56, 56, 0.81);
}

.vec-listing .switch-field {
    height: 22px;
    margin: 8px 0 3px;
    width: 22px;
    line-height: 22px;
    background: #ea8825;
}

.vec-listing input[type="checkbox"]:checked + span .switch-field {
    border: transparent;
}

.vec-listing input[type="checkbox"]:checked + span .switch-field .fa {
    display: block;
    color: #fff;
    padding: 2px;
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.vec-listing input[type="checkbox"] + span {
    margin-top: 10px;
    display: block;
    padding: 15px 20px;
    cursor: pointer;
    border: 1px solid #eae9e9;
}

.vec-listing input[type="checkbox"] + span:hover {
    border: 1px solid #f3b136;
}

.vec-listing figure {
    width: 35%;
    float: left;
    padding-right: 15px;
}

.vec-listing article {
    width: 65%;
    float: left;
    margin-top: 0px;
}
.vec-listing .select-num {
    margin-top: 15px;
}
.vehicle-wrapper {
    width: 87%;
    margin: 0 auto 30px;
}
.vec-listing select {
    border: 1px solid #999 !important;
}
.vehicle-wrapper .txt-info {
    color: #000;
    margin-top: 20px;
}

.quote-details .fa.green-color {
    color: #2ea23c;
}

.quote-details .fa.yellow-color {
    color: #f3b136;
}

.quote-details .fa.red-color {
    color: #d9534f;
}

.quote-details img {
    opacity: 0.85;
}

.quote-details-wrap .bg-lit-gray {
    background: #f1f1f1;
}

.forms-wraps {
    width: 75%;
    float: left;
}

.two-way-journey .forms-wraps {
    margin: 0 auto;
}

.book-details p {
    font-size: 14px;
    font-weight: 500;
    color: #90887b;
}

.quote-details-wrap .fa {
    color: #2ea23c;
    font-size: 16px;
    padding-right: 8px;
}

.book-details h5 {
    font-size: 18px;
    font-weight: 400;
    color: #1c1c1c;
}

.book-details article {
    padding: 0 25px 10px;
    margin-top: 10px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.quote-details-wrap {
    padding-top: 30px;
}

.quote-details-wrap .nav-tabs img {
    width: 85%;
}

.quote-details-wrap .font-allura {
    font-size: 38px;
    color: #828282;
    margin-bottom: 30px;
}

.quote-details-wrap .nav-tabs > li {
    width: 23%;
    background: 0 0;
    height: 112px;
    overflow: hidden;
    border: none;
    margin-right: 15px;
    margin-bottom: 0;
}

.quote-details-wrap .nav-tabs > li span {
    font-size: 18px;
    font-weight: 700;
    color: #848c84;
}

.quote-details-wrap .nav-tabs > li:last-child {
    margin-right: 0;
}

.vehicles .nav-tabs .active {
    border-bottom: none;
}

.vehicles-wrap {
    padding: 0;
}

.vehicles .nav-tabs {
    border: none;
    width: 70%;
    margin: 40px auto 0;
}

.vec-info {
    width: 84%;
    padding: 5px 0;
    border: 1px solid #ccc;
}

.select-num .form-group {
    width: 47%;
    margin-right: 15px;
    float: left;
}

.select-num .form-group:last-child {
    margin-right: 0;
}

.select-num .form-control {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.vec-capacity {
    margin-top: 40px;
}

.vec-info .vec-pr {
    width: 40%;
    float: left;
    padding: 0 20px;
}

.vec-info .vec-pr h5 {
    color: #2d2d2d;
    padding-top: 4px;
}

.vec-info .vec-pr h5 span {
    font-weight: 700;
    color: #3c763d;
    font-size: 20px;
}

.quote-vec {
    padding: 20px 25px;
}

.quote-vec h4 {
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}

.quote-vec ul {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.total-fare li span {
    font-size: 24px;
    color: #f3b136;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    border-radius: 0;
    cursor: default;
    background-color: #f1f1f1;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    transition: 0.5s ease;
}

.nav-tabs > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

vehicle .nav-tabs {
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.quote-details-wrap .quote-cont-wrapper {
    padding: 0 30px 30px;
}

#checkboxes input[type="checkbox"] {
    display: none !important;
}

.quote-details-wrap .vec-list {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
}

.quote-details-wrap .vec-list:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.vec-list h3 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #555;
}

.vec-list article {
    margin: 10px 0;
    width: 100%;
}

.vec-list .form-control {
    background: #f4f4f4;
    font-size: 12px;
    margin-top: 8px;
    height: 30px;
    padding: 4px;
}

.vec-list article h3 {
    margin-bottom: 15px;
    font-size: 30px;
    color: #333;
}

.total-fare li {
    width: 45%;
}

.total-fare {
    padding: 0 25px 25px;
}

.vec-check label {
    cursor: pointer;
    margin-top: 7px;
}

.vec-list input[type="checkbox"] {
    display: none;
}

.vec-list label span {
    font-size: 12px;
    color: #555;
    float: left;
    font-weight: 600;
    margin-top: 4px;
}

.vec-list input[type="checkbox"] + label:before {
    font-family: FontAwesome;
    content: "\f096";
    letter-spacing: 10px;
    width: 24px;
    color: #3c763d;
    font-size: 18px;
    display: block;
    float: left;
}

.vec-list input[type="checkbox"]:checked + label:before {
    content: "\f046";
    letter-spacing: 5px;
}

.quote-details-wrap .btn-green .fa {
    color: #fff;
    padding-left: 5px;
}

.qt-form h5 {
    font-size: 13px;
    margin-top: 6px;
}

.quote-details .form-wrapper {
    padding-left: 40px;
}

.book-wrap .form-wrapper,
.book-wrap .panel-body,
.book-wrap .panel-heading {
    padding: 0;
}

.form-wrapper .panel,
.form-wrapper .panel-heading {
    background: 0 0;
    border: transparent;
    box-shadow: none;
}

.qt-form h5 span {
    font-size: 13px;
    line-height: 16px;
    color: #444;
    font-weight: 500;
    padding: 0;
    display: block;
    margin-left: 15px;
}

.vec-img {
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 36%;
    float: left;
    margin-right: 20px;
}

.vec-img h6 {
    color: #555;
}

.vec-img ul li {
    margin: 0 !important;
}

.vec-img ul li img {
    opacity: 0.85;
    margin-top: -10px;
    filter: grayscale(40%) contrast(100%);
}

.form-title {
    border-bottom: 1px dashed #999;
    padding-bottom: 8px;
    font-weight: 500;
    color: #232323;
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

.book-wrap {
    width: 450px;
    margin: 45px auto 0;
    padding: 15px;
    border: 1px solid #eee;
    background: #eee;
}
.book-wrap input[type="text"], .book-wrap input[type="email"], .book-wrap input[type="date"], .book-wrap input[type="number"], .book-wrap input[type="password"], .book-wrap input[type="tel"], .book-wrap input[type="time"], .book-wrap input[type="url"], .book-wrap input[type="week"], .book-wrap textarea, .book-wrap select {
    border: 1px solid #999;
    background: #fff;
}
.book-wrap label {
    text-align: left !important;
    font-weight: 400;
    color: #333;
}

.payment-cash-form {
    background: #f5f5f5;
    padding: 15px 20px;
    margin-top: 20px;
}

.payment-cash-form .form-control-static {
    padding-top: 5px;
}

.payment-cash {
    padding-top: 140px;
}

.payment-cash .book-wrap > .row > .col-md-6 {
    width: 100%;
}

.payment-cash.two-way-journey .book-wrap > .row > .col-md-6 {
    width: 50%;
}

.txt-small li {
    font-size: 12px;
    font-weight: 600;
}

.booking-info,
.form-section {
    margin-bottom: 30px;
}

.booking-info:last-child,
.form-section:last-child {
    margin-bottom: 0;
}

.booking-info .form-title .btn {
    padding: 0;
}

.returns-info {
    font-weight: 700;
}

.returns-info span {
    border-bottom: 1px dashed #999;
    line-height: 22px;
}

.return-way .input-group-addon .fa {
    height: 50px;
}

.book-wrap .bord-right {
    padding-right: 70px;
}

.bord-right {
    padding-right: 15px;
    border-right: 1px dashed #999;
}

.bord-left {
    border-left: 1px dashed #999;
    padding-left: 15px;
}

.form-details {
    margin: 15px 0;
}

.total-price {
    padding: 8px 0;
    border-top: 1px dashed #999;
}

.total-price span {
    font-weight: 700;
    color: #2ea23c;
    font-size: 22px;
}

.reg-tab .btn {
    width: 175px;
}

.fp-quote .book-btn li {
    width: 100%;
    font-size: 16px;
    color: #333;
}

.ad-return .cstm-rad .panel-title label {
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
}

.ad-return .cstm-rad label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.ad-return .cstm-rad input[type="radio"]:before {
    font-size: 24px;
    color: #2ea23c;
}

.fp-quote .book-btn .stop-tab .fa {
    color: #a94442;
    padding-right: 11px;
    font-size: 18px !important;
}

.book-btn > ul li a:hover {
    color: #2ea23c;
}

.book-btn > ul li a {
    color: #333;
}

.book-btn .login {
    margin-top: 30px;
}

#booking-form {
    display: none;
}

.book-btn li {
    padding: 4px 0;
    color: #555;
    font-weight: 600;
    margin: 4px;
    display: block;
    font-size: 17px;
}

.book-btn h5 {
    font-size: 16px;
}

.booking-info .vec-itm .car-img {
    width: 75%;
}

.overlay-icon .ico-btn {
    color: #999;
    cursor: pointer;
    padding: 0 3px;
}

.two-way-journey .book-informations .infos-wrap li strong {
    font-size: 17px;
    color: #31708f;
}

.two-way-journey .book-informations .infos-wrap {
    float: left;
    text-align: left;
    padding-left: 20px;
    width: 48.6%;
    border-right: 1px dashed #999;
}

.vec-img ul li {
    line-height: 24px;
    padding: 6px 0;
}

.two-way-journey .book-informations .infos-wrap:last-child {
    border-right: 0;
}

.two-way-journey .vehicle-wrapper {
    width: 100%;
}

.two-way-journey #journey_one {
    margin-right: 30px;
}

.two-way-journey #journey_one,
.two-way-journey #journey_return {
    width: 48%;
    float: left;
}

.two-way-journey .vehicle-wrapper:nth-child(2n) {
    margin-right: 0;
}

.two-way-journey .quote-details-wrap .book-informations li {
    width: 100%;
}

.two-way-journey .forms-wraps {
    width: 50;
    float: left;
    margin-right: 30px;
}

.two-way-journey .forms-wraps:nth-child(2n) {
    margin-right: 0;
}

.terms .pg-header {
    padding-top: 10%;
}

.terms-wrap p {
    margin: 15px 0;
}

.reviews-shr,
.reviews-wrap {
    margin-top: 30px;
}

.terms ul li {
    font-weight: 600;
    font-size: 15px;
    padding: 2px 0;
}

.remove_field {
    position: absolute;
    right: 9px;
    top: -5px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 13px;
    z-index: 9;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #a94442;
    background: #a94442;
}

.remove_field .fa {
    font-size: 16px;
    color: #a94442;
}

label.error {
    display: none !important;
}

input.error,
select.error,
textarea.error {
    border-color: red !important;
    border: 1px solid red !important;
}

input.error[type="radio"],
input.error[type="checkbox"] {
    -webkit-box-shadow: inset 12px 2px 2px rgba(255, 0, 0, 0.25);
    box-shadow: inset 12px 2px 2px rgba(255, 0, 0, 0.25);
}

.error {
    color: red;
    font-style: italic;
}

.acc-name {
    padding: 20px 0;
    cursor: pointer;
}

.acc-name .dropdown-menu li a {
    border-bottom: 1px solid #ddd;
    padding: 10px 50px;
}

.acc-name .dropdown-menu li:last-child a {
    border-bottom: none;
    text-align: center;
}

.acc-name .dropdown-menu {
    display: none;
    padding: 0;
    top: 75% !important;
}

.acc-name:hover .dropdown-menu {
    display: block;
}

.booking-packages-pg.pg-title {
    background: url(../images/tour-main-bg.jpg) center top no-repeat fixed #fff;
    background-size: contain;
}

.txt-info {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}

header .dropdown-backdrop {
    display: none;
}

.reviews-wrap {
    background: #fff;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 30px 0;
    width: 100%;
}

.reviews .review-img {
    height: 90px;
    width: 90px;
    border-radius: 90px;
}

.reviews .review-img img {
    width: auto;
    height: 100%;
}

.reviews .stars .fa {
    color: #ee8b00;
}

.reviews .time {
    color: #999;
    font-size: 15px;
    padding: 4px 0;
    font-weight: 600;
}

.reviews .stars {
    padding-right: 10px;
    line-height: 36px;
}

.select-multiple-wrap select {
    background: 0 0;
    border: none;
    width: 50%;
    float: left;
    padding: 0;
    height: 25px;
    line-height: 25px;
}

.select-multiple-wrap select:last-child {
    padding-right: 0;
}

.select-multiple-wrap select:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}

.text-menus {
    float: left;
    width: 30%;
}

.reviews-star {
    padding-right: 15px;
}

.reviews-star li {
    background: #007f4e;
    width: 24px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
}

.reviews-star li .fa {
    color: #fff;
}

.head-reviews {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 10px;
    width: 75%;
}

.rev-txt .fa {
    padding-right: 8px;
}

.rev-txt {
    font-size: 15px;
    color: #757575;
    font-weight: 500;
    padding-top: 8px;
    letter-spacing: 0;
}

.rev-txt:hover {
    color: #333;
}

.timepicker_wrap .meridian,
.timepicker_wrap .mins,
.timepicker_wrap .time {
    margin: 0 !important;
    width: 45px;
}

.pac-container .pac-item-query {
    color: #007f4d;
    font-weight: 600;
}

.pac-container .pac-item {
    color: #000;
    font-size: 14px;
}

#google_translate_element .goog-te-gadget-simple {
    white-space: nowrap;
    margin: 20px 30px auto;
    width: 80%;
    text-align: center;
    background: 0 0;
    box-shadow: none;
    border: none;
}

#google_translate_element .goog-te-gadget-simple img {
    display: none;
}

#google_translate_element .goog-te-gadget-simple a,
#google_translate_element .goog-te-gadget-simple a:focus,
#google_translate_element .goog-te-gadget-simple a:hover {
    background: #007f4d;
    border: 1px solid #ddd;
    padding: 4px;
    color: #fff;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
    margin: 0 3px;
}

.goog-te-menu2 {
    box-shadow: none !important;
}

.fp-quote .form-control {
    overflow: visible !important;
}

/*override css*/

.fp-quote .picker {
    width: 100%;
    position: absolute;
    left: 0;
    top: 120%;
    width: 280px;
}

.picker__list-item:hover,
.picker__list-item:focus,
.picker__list-item:visited {
    cursor: pointer;
    color: #fff;
    background: #089242;
    border-color: #089242;
    z-index: 10;
}

.picker__day--highlighted {
    border-color: #089242;
}

.picker__day--highlighted:hover,
.picker__day--highlighted:focus,
.picker__day--highlighted:visited,
.picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #fff;
    background: #089242;
}

.picker__day--today:before {
    border-top: 0.5em solid #fff;
}

.picker__button--today:before {
    border-top: 0.66em solid #089242;
}

.picker--time .picker__frame::-webkit-scrollbar {
    display: none;
}

.picker--time .picker__frame::-moz-scrollbar {
    display: none;
    overflow: -moz-scrollbars-none;
}

.picker--time .picker__frame::-ms-scrollbar {
    display: none;
}

.picker--time .picker__frame::-o-scrollbar {
    display: none;
}

.vehicles .text-blue {
    color: #da7b1c;
    font-size: 14px;
}

.page-header {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: top 0.6s;
    -moz-transition: top 0.6s;
    transition: top 0.6s;
    background: #fff;
    padding-bottom: 0;
    border-bottom: none;
}

.page-header.off-canvas {
    top: -89px;
}

.page-header.fixed {
    top: 0;
    z-index: 9999;
}

.pg-title {
    background-color: #fff !important;
}

.modal-header .close {
    z-index: 999;
    height: 50px;
    width: 50px;
    background: #f3b136;
    opacity: 1;
    margin: 0;
}

.modal-header .close span {
    font-size: 45px;
    opacity: 1;
    margin: 0;
    color: #fff;
    font-weight: 200;
    text-shadow: none;
}

footer .row > .col-md-3 {
    width: 20%;
}

#cd-menu-trigger {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100px;
    background: 0 0;
}

/* Landing Pages CSS */

.why-choose {
    background: rgba(27, 27, 27, 0.65);
    padding: 20px 0;
    border-top: 1px solid #464646;
    margin-top: -93px;
    position: relative;
    z-index: 998;
}

.why-choose .copy-sec {
    color: #fff;
}

.why-choose .image-sec img {
    opacity: 0.55;
}

.fleet-template .title-des .section-title {
    margin-bottom: 20px;
}

.fleet-template .title-des .btn-custom {
    margin-top: 40px;
}

.hm-fleet .fleet-slick figure {
    margin: 0 30px;
}

.slick-slide:focus {
    outline: 0;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.fleet-slick .slick-prev::before {
    content: "\f104";
}

.fleet-slick .slick-next::before {
    content: "\f105";
}

.fleet-slick .slick-next::before,
.fleet-slick .slick-prev::before {
    font-size: 36px;
    font-weight: 300;
    font-family: FontAwesome;
    height: 40px;
    width: 40px;
    background: transparent;
    display: block;
    line-height: 33px;
    color: #757575;
    text-align: center;
    border: 2px solid #757574;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.vec-li {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
    min-height: 350px;
}

.vec-li .vehicle-des h3,
.hm-fleet h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.landing-template .info-text {
    background: #333;
    color: #fff;
    padding: 15px;
    margin-top: 30px;
}

.landing-template .info-text h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.hm-fleet ul {
    padding: 8px 0;
}

.hm fleet li {
    font-size: 20px;
    font-weight: 500;
}

.hm-fleet figure ul li img {
    opacity: 0.35;
    padding-right: 5px;
}

.landing-banner {
    height: 600px !important;
    position: relative;
    overflow: hidden;
}

.landing-banner .pg-header .title {
    font-size: 45px;
    margin-bottom: 0;
}

.landing-banner .btn-green {
    margin-top: 30px;
}

.landing-banner .pg-header h5 {
    color: #fefefe;
    font-size: 22px;
    padding: 12px 0;
    font-weight: 300;
}

.landing-banner img {
    width: 100%;
}

.landing-banner .pg-header {
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
}

.landing-banner .overlay {
    opacity: 0.4;
}

.landing-banner #quote {
    background: #f2f2f2;
    position: relative;
    margin-top: 5%;
}

.landing-template .bg-lit-gray {
    background: #f9f9f9;
}

.landing-template .area-list {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.10); */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.landing-template .area-list h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #575757;
    font-weight: 500;
}

.landing-template .area-list li {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid #ededed;
}

.landing-template .area-list li a {
    color: #272727;
    font-size: 15px;
}

.landing-template .area-list li a:hover {
    text-decoration: underline !important;
}

.landing-template .off-itm {
    margin-top: 0;
}

.inn-quote {
    position: relative;
    z-index: 9999;
}

.pac-container {
    z-index: 99999999 !important;
}

/*Extra our cars */
.landing-template .bg-lit-gray .col-md-12 > .content {
    text-align: center;
}

.landing-template .abt-lft {
    background: url(../images/company-offer-bg.jpg) center top no-repeat rgba(28, 28, 28, 0.45);
    padding: 50px;
    color: #fff;
}

.landing-template .abt-lft .para-head {
    color: #fff !important;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.landing-template .fi::before {
    font-size: 30px;
    float: left;
    padding-right: 20px;
    color: #fcb200;
}

.landing-template .content1 .row > .col-md-5 {
    padding-right: 0;
    padding-left: 0;
}

.landing-template .content1 .row > .col-md-7 {
    padding-right: 50px;
}

.landing-template .content1 .row > .col-md-7 .para-head {
    margin-bottom: 15px;
}

.cstm-table {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.cstm-table .col-xs-12 {
    padding: 0;
}

.cstm-table table {
    width: 100%;
}

.cstm-table td {
    border: 1px solid #e7e8e8;
    color: #000;
    padding: 14px;
}

.cstm-table tr:nth-child(2n) {
    background-color: #f2f7fb;
}

.cstm-table th {
    background-color: #3f3f3e;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 8px;
    height: 50px;
}

.cstm-table th .fa-stack {
    margin-right: 5px;
}

.cstm-table th .fa-circle {
    color: #fff;
}

.cstm-table th .fa-chevron-down {
    color: #9bc2e2;
}

.cstm-table thead th {
    text-transform: uppercase;
    text-align: center;
    background-color: #f3b136;
    border: 1px solid #ffffff;
    color: #fff;
}

.cstm-table thead th:first-child {
    background-color: #fff;
    border: none;
}

.cstm-table tbody td {
    text-align: center;
    width: 25%;
}

.cstm-table tbody td:first-child {
    text-align: left;
}

.cstm-table tbody td .fa-circle {
    color: #f16365;
}

/*Responsive Css*/
@media (max-width: 1920px) {
    .banner {
        max-height: 100%;
        min-height: 720px;
    }

    .banner {
        background-position-y: -70px;
    }

    .serv-img {
        height: auto;
    }

    .hd-tab {
        padding-right: 0;
    }
}

@media (max-width: 1600px) {
    .about-pg .abt-lft {
        padding: 80px 120px;
        color: #fff;
    }

    .about-pg .fp-offer .para-head {
        padding: 10px 0;
    }

    .about-pg .fp-offer .highlight-text {
        margin-top: 200px;
    }

    .banner {
        background-position-y: -20px;
    }

    .fp-quote {
        margin-top: -3%;
    }

    .hd-tab {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .navpills {
        display: none;
    }
}

@media only screen and (max-width: 1280px) and (min-height: 801px) {
    .banner {
        max-height: 420px;
    }

    .inr-parallax-effect .image {
        background-attachment: inherit;
        background-size: cover;
    }
}

@media (max-width: 1280px) {
    .inr-parallax-effect .image {
        background-attachment: inherit;
        background-size: cover;
    }

    .highlight-text {
        width: 50%;
    }

    .about-pg .fp-offer .cm-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .about-pg .abt-lft {
        height: 100%;
        padding: 50px;
        background-size: cover;
    }

    .content-widget .content-widget-desc {
        padding: 50px;
    }

    #cd-menu-trigger {
        height: 50px;
    }

    .pg-title.hasbg {
        background-color: #fff !important;
    }

    .centered-form,
    .dr-login,
    .forgot-pass {
        width: 400px;
    }

    .airport-rates {
        height: auto;
    }

    .airport-opt {
        padding-top: 60px;
    }

    .airport-opt-itm {
        margin-right: 0;
    }

    .airport-opt-itm h4 {
        font-size: 18px;
    }

    .specific-location figure {
        height: 100%;
        overflow: hidden;
    }

    .specific-location figure img {
        width: auto;
        height: 100%;
    }

    .tour-list .cm-row {
        height: auto;
        background: #fff;
    }

    .specific-location-details {
        height: auto;
    }

    .banner {
        max-height: 560px;
        background-position-y: -20px;
    }

    .time_pick .timepicker_wrap {
        width: 180px;
    }
}
/*@media(min-width: 1200px){*/
/*.float-whatsapp{*/
/*display: none;*/
/*}*/
/*}*/
@media (min-width: 991px) and (max-width: 1199px) {
    .acc-name a,
    footer li {
        font-size: 12px;
    }
    .tour.hasbg {
        height: 350px;
    }
    header .biz-logo img {
        width: auto;
    }
    .quote-tab-rit {
        width: 100%;
    }

    header .biz-logo {
        float: left;
        width: 80%;
    }

    .head-reviews,
    .hide-small-device {
        display: none;
    }

    .hide-large-device {
        display: block !important;
    }

    .menu-wrapper .acc-name {
        width: 60%;
    }

    #quote .container {
        width: 100%;
        padding: 0;
    }
}

.stop-add {
    width: 62%;
}

.waiting-time {
    width: 36%;
}

footer li {
    line-height: 20px;
    padding-bottom: 4px;
}

.overlay-content {
    width: 94%;
    left: 2.5%;
    top: 3%;
}

.biz-logo {
    width: 105px;
    margin: 0 auto;
}

.hd-tab {
    padding-right: 0;
}

.hd-tab .btn {
    padding: 10px 15px;
}

.acc-name .dropdown-menu {
    right: 20%;
}

.banner {
    max-height: 560px;
    height: 500px;
}

@media (max-width: 992px) {
    .head-reviews,
    .hide-small-device {
        display: none;
    }

    .landing-banner .pg-header h5 {
        display: none;
    }

    .quote-tab-rit.col-sm-12 {
        width: 100%;
    }

    .inr-effect .container {
        padding: 0 15px !important;
    }

    .acc-name .dropdown-menu {
        right: 20%;
    }

    header .row .col-md-4:nth-child(2n) {
        order: 1;
        width: 30%;
    }

    header .biz-logo {
        float: none;
        width: 36%;
        margin: 0 auto;
    }

    #cd-menu-trigger {
        top: 0;
    }

    header .row .col-md-4:first-child {
        order: -1;
        width: 35%;
    }

    .hide-large-device {
        display: block !important;
    }

    .hd-tab {
        padding-right: 0;
    }

    header .row .col-md-4:last-child {
        order: 2;
    }

    .banner {
        max-height: 360px;
    }

    .fp-quote .nav-tabs > li {
        margin-right: 5px;
        width: 32.85%;
    }

    .fp-quote .nav-tabs > li:last-child {
        margin-right: 0;
    }

    .fp-quote .nav-tabs > li a,
    .fp-quote .nav-tabs > li.active > a {
        font-size: 13px;
        font-weight: 600;
    }

    .fp-quote label {
        font-size: 12px;
    }

    #quote {
        margin-bottom: -20px;
    }

    #quote .container {
        width: 100%;
        padding: 0;
    }

    #quote .col-sm-6 {
        width: 100%;
    }

    #quote .col-sm-6 .col-sm-6 {
        width: 50%;
    }

    #quote .nav-tabs {
        padding: 0 15px;
    }

    .fp-quote .panel-body {
        padding: 15px;
    }

    .fp-service1 .container,
    .fp-service2 .container {
        width: 100%;
    }

    .fp-service1,
    .fp-service2 {
        padding: 0;
    }

    .fp-service1 .row,
    .fp-service2 .row {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
    }

    .fp-serv-img {
        height: 100%;
    }

    .fp-serv-img img {
        width: auto;
        height: 100%;
    }

    .fp-service1 .row .col-md-5,
    .fp-service2 .row .col-md-5 {
        padding: 0;
        width: 40%;
    }

    .fp-service1 .row .col-md-7,
    .fp-service2 .row .col-md-7 {
        padding: 30px;
        width: 60%;
    }

    .fp-serv-txt li,
    .transfers .container {
        width: 100%;
    }

    .fp-service1 .row .col-md-5,
    .fp-service1 .row .col-md-7,
    .fp-service2 .row .col-md-5,
    .fp-service2 .row .col-md-7 {
        height: 480px;
        overflow: hidden;
    }

    .inr-effect {
        height: auto;
        padding: 0;
        border-top: 3px solid #f3b136;
    }

    .last-fleet {
        margin-top: 20px;
    }

    .transfers-itm .overlay-content {
        opacity: 1;
    }

    .transfers .row {
        display: flex;
        flex-flow: row wrap;
    }

    .fleet-img {
        width: 40%;
        height: 120px;
    }

    .fleet-des {
        width: 60%;
        text-align: center;
    }

    .inr-effect .container {
        width: 100%;
    }

    .inr-effect .row {
        display: flex;
    }

    .inr-effect .row > .col-md-6 {
        width: 50%;
        padding: 10px;
    }

    .fleet-img img {
        width: auto;
        height: 70%;
        margin-left: -120px;
    }

    footer .row > .col-md-3 {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #2d2d2d;
    }

    .fleet-wrap.fleet2 img {
        margin-left: 20px;
    }

    footer .row > .col-md-3 h5 {
        padding: 20px;
    }

    footer .row > .col-md-3 ul {
        transition: 0.3s ease;
    }

    footer ul {
        padding-top: 15px;
    }

    footer li {
        line-height: 30px;
        font-size: 14px;
    }

    footer h5 {
        margin: 0;
        cursor: pointer;
    }

    footer .cm-row {
        margin: 30px 0 !important;
    }

    footer.hasbg {
        padding: 40px 0;
    }

    .highlight-text {
        width: 100%;
        font-size: 30px;
        text-align: left;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .pg-title.hasbg {
        height: 350px;
        min-height: 200px;
        padding: 0;
        width: 100%;
        display: table;
        background-size: contain;
    }

    .pg-title.hasbg .pg-header {
        padding-top: 80px;
        display: table-cell;
        vertical-align: middle;
    }

    .about-pg .fp-offer .cm-row {
        display: block;
    }

    .strip-list {
        padding-top: 30px;
        border: none;
    }

    .strip-list li {
        float: left;
        width: 50%;
        padding-right: 15px;
    }

    .serv-des-wrap .cm-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .serv-des-wrap .com-row .col-md-5 {
        width: 50%;
    }

    .serv-des-wrap .com-row .col-md-7 {
        order: -1;
        width: 50%;
    }

    .content-widget .content-widget-desc,
    .serv-des {
        width: 100%;
    }

    .serv-des {
        padding: 15px;
    }

    .content-widget {
        display: block;
    }

    .price-cont-wrap .price-cont {
        width: 49%;
    }

    .price-cont-wrap .price-cont:nth-child(2n) {
        margin-right: 0;
    }

    .rates-pg .special-rates {
        margin-top: 50px;
    }

    .rates-pg .transfers-itm .overlay-content {
        opacity: 0;
    }

    .rates-pg .transfers-itm:hover .overlay-content {
        opacity: 1;
    }

    .clients-name li {
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    .dr-login,
    .dr-signup,
    .forgot-pass {
        margin: 140px auto 60px;
    }

    .partner-advantages .container {
        width: 100%;
    }

    .partner-advantages .col-md-3 {
        width: 20%;
        float: left;
    }

    .pg-title.become-partner {
        background-attachment: initial;
        background-size: contain;
    }

    .partner-advantages {
        background: #2d2d2d;
    }

    .become-partner .pg-header {
        min-height: 200px;
        padding-top: 160px;
        height: 350px;
    }

    .dr-signup {
        width: 50%;
    }

    .pg-title.customer-login {
        background-size: cover;
    }

    .specific-location.specific-location-odd {
        display: flex;
        flex-direction: row;
    }

    .specific-location.specific-location-even {
        display: flex;
        flex-direction: row-reverse;
    }

    .trianlge-right,
    footer .container > .row {
        display: none;
    }

    .tours-type .row.cm-row > .col-md-4 {
        padding: 0 5px;
        width: 60%;
        margin: 20px auto;
        float: none;
    }

    .enquiry .container,
    .events-des .events-img {
        width: 100%;
    }

    .global-cov .pg-header {
        display: block !important;
        min-height: 320px;
        height: 320px;
    }

    .global-cov .pg-header .pg-des,
    .global-cov .pg-header .pg-title-heading {
        display: none;
    }

    .pg-title.global-cov {
        background-attachment: initial;
        background-size: contain;
        display: block;
        height: auto !important;
    }

    .enquiry {
        background: #333;
        padding: 60px;
        margin: 0;
    }

    .top-city .highlight-text {
        font-size: 16px;
    }

    .register-opt .opt-item .svg-ico {
        height: 80px;
        width: 80px;
        margin: 0 30px -10px 0;
        float: left;
    }

    .reg-tabs li {
        width: 32%;
    }

    .pg-title .btn-ghost {
        margin-top: 0;
        padding: 10px 40px;
    }

    .register.pg-title {
        height: 250px;
    }

    .modal-dialog {
        margin: 20% auto;
    }

    .reviews .time {
        width: 100%;
        float: none;
    }

    .reviews-wrap .has-flex {
        display: block;
    }

    .driver-list::after,
    .global-cov .bg-overlay {
        display: none;
    }

    .reviews .stars {
        margin-left: 0;
    }

    .become-driver-pg .content-widget .content-widget-desc {
        width: 60%;
        float: left;
    }

    .become-driver-pg .content-widget figure {
        height: auto;
        max-height: 500px;
    }

    .content-widget.benefits figure {
        width: 40%;
        float: left;
    }

    .pg-title.terms.hasbg .pg-header {
        display: block;
        padding-top: 120px;
    }

    #select-car-form .font-allura,
    .contact .pg-title-heading,
    .dashboard-wrapper .bg-overlay,
    .forgot-password .bg-overlay,
    .pg-title.become-partner .bg-overlay {
        display: none;
    }

    .terms-wrap .container {
        width: 100%;
    }

    .terms-wrap .terms-txt {
        padding: 0 0 40px;
    }

    .book-informations ul li p {
        line-height: 5px;
        color: #333;
        font-weight: 600;
        margin: 0;
    }

    .quote-details-wrap .book-informations li {
        font-size: 14px;
        font-weight: 500;
        color: #696969;
        line-height: 22px;
        margin: 15px 0;
    }

    .quote-details-wrap .font-allura {
        text-align: center;
    }

    .quote-details .vehicles {
        margin: 0;
    }

    .quote-details .panel-heading h3 {
        font-size: 18px;
    }

    .quote-details .navpills li.active a,
    .quote-details .navpills li.active a:focus,
    .quote-details .navpills li.active a:hover {
        background-color: #ea8825;
        color: #fff;
    }

    .vehicle-wrapper {
        width: 100%;
        margin: 0 auto 30px;
    }

    .forms-wraps {
        width: 100%;
        float: left;
    }

    .journey-form .forms-wraps .col-sm-7 .col-sm-12 {
        padding: 0;
    }

    .two-way-journey #joureny_one,
    .two-way-journey #joureny_return {
        width: 100%;
        float: left;
        margin: 0;
    }

    .login-form,
    .regester-form {
        width: 50%;
    }

    .two-way-journey .forms-wraps {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .journey-wrap,
    .journey-wrap:hover {
        background: 0 0;
    }

    .payment-cash.two-way-journey .book-wrap > .row > .col-md-6 {
        margin: 0 auto;
        float: none;
        width: 100%;
    }

    .contact .banner-cont {
        width: 80%;
        margin: 40px auto;
    }

    .contact-pg {
        padding-top: 40px;
    }

    .map-container {
        margin-top: 40px;
    }

    .cd-nav-container {
        width: 300px;
    }

    .dashboard-wrapper .biz-logo {
        width: 105px;
    }

    .dash-pg-wrap {
        padding: 20px 30px;
    }

    .cd-nav-container .biz-logo {
        width: 60% !important;
        margin: 70px 50px auto;
    }

    .enquiry-form.centered-form {
        margin: 140px auto 60px;
    }

    .pg-title.make-payment {
        background-size: cover;
    }

    .payment-method {
        margin-top: 140px;
        margin-bottom: 60px;
    }

    .dash-pg-wrap .form-head article {
        width: 100%;
        margin-right: 0;
    }

    .two-way-journey #journey_one,
    .two-way-journey #journey_return {
        width: 100%;
    }

    .two-way-journey .book-informations .infos-wrap {
        width: 50%;
    }

    header .col-md-4 .biz-logo {
        display: none;
    }

    .pg-title.hasbg {
        height: 425px !important;
    }

    .why-choose {
        margin-top: 0;
    }

    .landing-template .info-text {
        margin-bottom: 30px;
    }

    .cstm-tooltip .tooltiptext {
        width: 725px;
        bottom: 112%;
        left: -560px;
        margin-left: -120px;
    }
}

@media (max-width: 768px) {
    #cd-menu-trigger {
        left: -10%;
        height: 60px;
    }

    header .biz-logo {
        width: 48%;
        margin: 0 auto;
    }

    .hd-tab .btn {
        padding: 10px 15px;
    }

    .banner {
        max-height: 370px;
        background-attachment: unset;
        background-size: cover;
        background-position: 27% -50px;
    }

    .quote-info .col-sm-6 {
        width: 100%;
        float: left;
    }

    .pg-title.hasbg {
        height: 330px !important;
    }

    .slick-next {
        right: 10px;
        z-index: 99999;
    }

    .slick-prev {
        left: 0;
        z-index: 99999;
    }

    .landing-banner .pg-header {
        top: 12%;
        left: 0;
    }
}

@media (max-width: 767px) {
    .dr-login.centered-form {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
}
    .cstm-tooltip .tooltiptext {
        width: 575px;
        bottom: 108%;
        left: -410px;
        margin-left: -120px;
    }
}

@media (min-width: 769px) and (max-width: 990px) {
    .quote-tab-rit .btn {
        padding: 10px 20px;
    }

    .pg-title.hasbg {
        height: 345px !important;
    }

    .landing-banner .pg-header {
        position: absolute;
        top: 12%;
        left: 0;
        width: 100%;
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 192dpi) {
    #cd-menu-trigger,
    header {
        height: 65px;
    }

    .pg-header h1.pg-title-heading {
        font-size: 36px;
    }

    .service-img {
        width: 90%;
    }

    .foot-nav li {
        padding: 0 5px;
    }

    h2.title {
        font-size: 22px;
    }

    .fp-serv-txt p,
    .para-txt,
    p {
        font-size: 14px;
    }

    /*p {*/
    /*    text-align: justify;*/
    /*}*/

    .fp-quote {
        width: 96%;
    }

    #quote .nav-tabs {
        padding: 0;
    }

    .mob-quote-btn .btn-yellow {
        height: 65px;
        line-height: 65px;
    }

    header .biz-logo {
        margin-left: -20px;
        padding: 0 !important;
        float: left;
        width: 100%;
        text-align:center;
    }

    header .row .col-md-4:first-child {
        width: 30%;
    }

    header .row .col-md-4:nth-child(2n) {
        order: 1;
        width: 36%;
    }

    header .row .col-md-4:last-child {
        width: 34%;
    }

    #quote {
        margin-bottom: 0;
    }

    .fp-quote .nav-tabs > li {
        width: 33.33%;
        margin-right: 0;
    }

    .fp-quote .nav-tabs > li.active > a,
    .fp-quote .nav-tabs > li.active > a:focus,
    .fp-quote .nav-tabs > li.active > a:hover,
    .fp-quote .nav-tabs > li > a {
        font-size: 13px;
        line-height: 14px;
        padding: 8px 5px;
    }

    #quote .col-sm-6 .col-sm-6 {
        width: 100%;
    }

    .quote-info .col-sm-6 .col-sm-6 {
        width: 50%;
    }

    .way-point {
        text-align: left;
    }

    .stop-add {
        width: 60%;
    }

    .fp-contact .form-group,
    .fp-quote .form-group {
        height: 48px;
        margin-bottom: 8px;
    }

    .strip-list li {
        width: 100%;
        padding-right: 0;
    }

    .vec-li figure {
        min-height: 120px;
    }

    .price-cont-wrap .price-cont {
        width: 100%;
        margin-bottom: 8px;
    }

    .clients-name li,
    .works-step .book-step {
        width: 100%;
    }

    .partner-advantages .col-md-3 {
        width: 100%;
        float: left;
        margin-bottom: 30px !important;
    }

    .pg-header .btn {
        padding: 10px 24px;
    }

    .centered-form,
    .dr-login,
    .forgot-pass {
        width: 95%;
    }

    .centered-form {
        margin: 100px auto 30px;
    }

    .specific-location-details {
        padding: 20px;
    }

    /*.pg-title.events {*/
    /*background-position-y: 0 !important*/
    /*}*/

    .events-des .events-img img {
        width: auto;
        height: 100%;
    }
    .events.hasbg {
        height: 365px;
    }
    .global-cov .pg-header {
        min-height: 160px;
        height: 160px;
    }

    .register .pg-header {
        padding-top: 33%;
    }

    .modal-dialog {
        width: 98%;
    }

    .v-pnt {
        height: auto !important;
    }

    .v-pnt .stop-add,
    .v-pnt .waiting-time {
        width: 100%;
    }

    .v-pnt .waiting-time {
        border-top: 1px solid #ddd;
        font-size: 16px;
        width: 120%;
        padding-left: 15px;
    }

    .mob-quote-btn .btn-yellow,
    .payment-opt .btn {
        font-size: 14px;
    }

    .v-pnt .input-group-addon .fa {
        height: 100px;
    }

    .quote-details .panel-heading h3 span {
        left: 43%;
    }

    .quote-details .nav li {
        height: 50px;
    }

    .quote-details .navpills li {
        height: auto;
    }

    .quote-details .navpills li a {
        padding: 10px 0;
    }

    .quote-details .nav li a {
        line-height: 20px;
    }

    .quote-details-wrap .book-informations li {
        width: 100%;
        padding-right: 0;
    }

    .vec-listing article,
    .vec-listing figure {
        width: 100%;
    }

    .vehicle-wrapper .txt-info {
        padding: 0;
        margin: 0;
    }

    .two-way-journey .navpills li {
        width: 49.6%;
    }

    .vec-img {
        width: 42%;
    }

    .dash-pg-wrap,
    .form-wrapper {
        padding: 10px;
    }

    .dashboard-wrapper header .biz-logo {
        margin-left: 0;
    }

    .modal-dialog {
        margin: 30% auto;
    }

    .dash-pg-wrap #btn-add-vehicle {
        float: left !important;
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .landing-banner .pg-header h5 {
        display: none;
    }

    .landing-banner .pg-header .title {
        font-size: 30px;
        margin-bottom: 0;
    }
    .float-whatsapp {
        bottom: 60px;
        right: 30px;
    }
    .pg-title.hasbg {
        height: 280px !important;
    }

    .why-choose {
        background: rgba(27, 27, 27, 0.84);
    }

    .why-choose .copy-sec {
        text-align: center;
        margin: 20px 0;
    }

    .fleet-des,
    .fleet2 .fleet-des {
        text-align: center;
    }

    .fleet-rit {
        overflow: hidden;
    }

    .fp-contact .form-group .input-group,
    .fp-quote .form-group .input-group {
        height: 55px;
    }

    .fp-contact .form-group,
    .fp-quote .fp-quote .form-group {
        height: 55px !important;
        margin-bottom: 8px;
    }

    .fp-quote form input {
        font-size: 16px;
    }

    .form-control {
        height: 50px;
        font-size: 16px !important;
    }

    label {
        font-size: 16px;
    }

    .fp-quote label {
        font-size: 16px;
        padding: 0 0 0 12px;
    }

    #cd-menu-trigger {
        height: 75px;
    }

    #quote {
        background: url(../images/banner-achauff1.jpg) center top no-repeat #fefefe;
        padding-bottom: 70px;
        background-size: cover;
        position: relative;
    }

    .fp-quote {
        width: 94%;
        margin: 0 auto;
        z-index: 999;
        margin-top: 20% !important;
    }

    .foot-nav li {
        margin: 10px 0;
        line-height: 13px;
    }

    .banner {
        display: none;
        max-height: 600px;
        background-size: cover;
    }

    header .biz-logo {
        width: 120px;
        float: left;
        margin: 2px auto;
    }

    .fp-serv-itm .col-md-7 {
        background: #fafafa;
    }

    .fp-quote .nav-tabs > li.active > a,
    .fp-quote .nav-tabs > li > a,
    .transfers .para-head {
        background: #fff;
    }

    .mob-quote-btn {
        display: block !important;
    }

    .fp-quote .clr-txt,
    .text-menus {
        display: none;
    }

    .mob-quote-btn .btn-yellow {
        width: 100%;
        height: 80px;
        line-height: 80px;
        padding: 0;
        font-size: 16px;
    }

    .fp-quote .nav-tabs > li a,
    .fp-quote .nav-tabs > li.active > a,
    .fp-quote .nav-tabs > li.active > a:focus,
    .fp-quote .nav-tabs > li.active > a:hover,
    .fp-quote .nav-tabs > li > a {
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
    }

    .quote-tab-rit.col-sm-12,
    header {
        padding: 0;
    }

    header .container {
        width: 100%;
        padding: 0;
    }

    header .row .col-md-4:nth-child(2n) {
        order: 1;
        width: 37.35%;
    }

    #quote .col-sm-6 .col-sm-6 {
        float: left;
    }

    .fp-service1 .row .col-md-5,
    .fp-service2 .row .col-md-5 {
        padding: 0;
        width: 50%;
    }

    .fp-service1 .row .col-md-5,
    .fp-service1 .row .col-md-7,
    .fp-service2 .row .col-md-5,
    .fp-service2 .row .col-md-7 {
        height: 680px;
        overflow: hidden;
    }

    .fp-service1 .row .col-md-7,
    .fp-service2 .row .col-md-7 {
        padding: 15px;
        width: 50%;
    }

    .fleet-img img {
        width: 80%;
        height: auto;
        margin-left: 0;
    }

    .fleet-img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        order: -1;
    }

    header .row .col-md-4:last-child {
        width: 27.5%;
    }

    .fleet-des {
        width: 100%;
        order: 1;
    }

    .fleet-wrap {
        display: flex;
        flex-flow: row wrap;
    }

    .fp-service2 ul li {
        padding: 4px;
    }

    .inr-effect .row > .col-md-6 {
        width: 50%;
        padding: 5px;
    }

    .last-fleet .fleet-wrap {
        display: block;
    }

    .fleet-rit {
        height: 232px;
    }

    .last-fleet {
        margin-top: 10px;
    }

    .transfers .row > .col-md-4 {
        margin: 0 auto 20px;
        width: 80%;
    }

    .transfers .row > .col-md-4:last-child .transfers-itm {
        height: auto;
    }

    .transfers .row > .col-md-4 .overlay-content {
        top: 5%;
        width: 93%;
        height: 72%;
        left: 4%;
    }

    .transfers .row > .col-md-4:last-child .overlay-content {
        top: 5%;
    }

    .fp-quote .nav-tabs > li {
        width: 32.5%;
        display: table;
    }

    .fp-quote .nav-tabs > li a {
        display: table-cell;
        vertical-align: middle;
    }

    .acc-name {
        width: 100%;
        display: block;
        background: #cecece;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .pg-title.hasbg,
    .pg-title.tour.full-tour,
    .pg-title.tour.half-tour,
    .pg-title.tour.uk-tour {
        background-size: cover;
    }

    .acc-name > a:hover {
        color: #333 !important;
    }

    .hide-large-device {
        display: none !important;
    }

    .acc-name .dropdown-menu {
        right: 0;
        position: static;
        width: 100%;
        border-radius: 0;
        border: none;
    }

    #cd-lateral-nav .acc-name li {
        border-bottom: 0;
    }

    #cd-lateral-nav .acc-name li a {
        padding: 8px 15px;
        text-align: left;
    }

    .pg-title {
        background-position-y: 0 !important;
    }

    .pg-header .pg-des {
        display: none;
    }

    .content-widget .content-widget-desc {
        padding: 15px;
    }

    .serv-des-wrap .cm-row {
        flex-flow: row wrap;
    }

    .serv-des-wrap .cm-row > .col-md-7 {
        order: -1;
    }

    .serv-des-wrap {
        padding: 30px 0;
    }

    .serv-des-wrap .container-fluid {
        padding: 0;
    }

    .serv-img {
        height: auto;
    }

    .faq-pg .panel-title {
        font-size: 16px;
    }

    .pg-title.become-partner {
        background-attachment: initial;
        background-size: cover;
        background-color: #fff;
    }

    .col-sm-6.pad-5-right {
        padding-right: 15px;
    }

    .col-sm-6.pad-5-left {
        padding-left: 15px;
    }

    .tours-type .row.cm-row > .col-md-4 {
        width: 100%;
    }

    .tour-pg-intro .para-txt {
        text-align: justify;
    }

    .contact-pg .cont-form p,
    .driver-works .driver-list,
    .driver-works .driver-list p,
    .driver-works .title {
        text-align: center;
    }

    .specific-location figure img {
        width: 100%;
        height: auto;
    }

    .specific-location figure {
        width: 100%;
    }

    .specific-location.specific-location-even,
    .specific-location.specific-location-odd {
        display: flex;
        flex-direction: column;
    }

    .location-list .specific-location.specific-location-even,
    .location-list .specific-location.specific-location-odd {
        display: flex;
        flex-direction: column-reverse;
    }

    .contact .banner-cont h6,
    .quote-details .nav li span,
    .quote-details .panel-heading h3 span .fa {
        display: none;
    }

    .pg-title.global-cov {
        background-size: contain;
    }

    .top-city-wrap .country li {
        margin-bottom: 20px;
    }

    .top-city-wrap .country,
    .top-city-wrap .country .highlight-text {
        text-align: center;
        margin-bottom: 0;
    }

    .enquiry {
        padding: 60px 0;
    }

    .register .pg-header {
        padding-top: 18%;
    }

    .pg-title .btn-ghost {
        padding: 10px 0;
        width: 200px;
    }

    .register.pg-title {
        background-size: cover;
    }

    .reg-tabs li {
        width: 100%;
    }

    .modal-dialog {
        width: 80%;
        margin: 20% auto;
    }

    .driver-works .driver-list .count {
        margin: 20px auto;
    }

    .become-driver-pg .simple-list li h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .become-driver-pg .content-widget .content-widget-desc,
    .become-driver-pg .content-widget figure {
        width: 100%;
    }

    .content-widget figure img {
        width: 100%;
        height: auto;
    }

    .dr-pop {
        top: 50%;
    }

    .pg-title.terms {
        padding-top: 100px;
    }

    .quote-details .panel-heading h3 {
        font-size: 18px;
    }

    .quote-details .panel-heading h3 span {
        height: 30px;
        width: 30px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 10px solid #ea8825;
        left: 45%;
    }

    .quote-details .nav li {
        width: 32.33%;
        float: left;
    }

    .quote-details .nav li a {
        font-size: 13px;
    }

    .quote-details .vehicles {
        margin: 0;
        padding: 30px 0;
    }

    .contact .cont-hours,
    .quote-details .nav {
        margin-top: 30px;
    }

    .quote-details-wrap .book-informations li {
        padding-left: 10px;
    }

    .vec-listing .form-control {
        height: 50px;
        font-size: 13px !important;
    }

    .login-form,
    .quote-details .navpills li,
    .regester-form {
        width: 100%;
    }

    .two-way-journey .navpills li {
        width: 49.75%;
    }

    .contact .banner-cont {
        width: 98%;
        padding: 10px;
    }

    .two-way-journey .book-informations .infos-wrap {
        border-right: 0;
        width: 100%;
    }

    .last-fleet .fleet-img img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .dash-pg-wrap #btn-add-vehicle {
        width: auto;
    }

    .time_pick .timepicker_wrap {
        width: 160px;
    }

    header {
        height: auto;
        overflow: visible !important;
    }

    .vehicle-wrapper .is-flex {
        display: block;
    }
    .vehicle-wrapper .cstm-tooltip {
        float: right !important;
    }
}

@media (max-width: 600px) {
    .cstm-tooltip .tooltiptext {
        width: 450px;
        bottom: 108%;
        left: -287px;
        margin-left: -120px;
    }

    .cstm-tooltip .tooltiptext::after {
        left: calc(100% - 35px);
    }
}

@media (max-width: 480px) {
    .fp-quote {
        margin-top: 28% !important;
    }

    header .biz-logo {
        float: left;
        width: 84%;
        padding: 5px 0;
    }

    header .row .col-md-4:last-child {
        width: 27.6%;
        float: left;
    }

    .mob-quote-btn .btn-yellow {
        height: 80px;
        line-height: 80px;
        width: 100%;
    }

    .fp-service1 .row .col-md-7,
    .fp-service2 .row .col-md-7 {
        padding: 15px;
        width: 100%;
        order: -1;
    }

    .fp-service1 .row .col-md-5,
    .fp-service1 .row .col-md-7,
    .fp-service2 .row .col-md-5,
    .fp-service2 .row .col-md-7 {
        height: auto;
    }

    .fp-service1 .row .col-md-5,
    .fp-service2 .row .col-md-5 {
        padding: inherit;
        width: 100%;
        height: auto;
        order: 1;
    }

    .fp-serv-img img {
        width: 100%;
        height: auto;
    }

    .inr-effect .row {
        display: flex;
        flex-flow: row wrap;
    }

    .inr-effect .row > .col-md-6 {
        width: 100%;
        padding: 0;
    }

    .last-fleet {
        margin-top: 0;
    }

    .fleet-img {
        width: 80%;
    }

    .fleet-wrap {
        margin-bottom: 15px;
        border-bottom: 1px solid #444;
        text-align: center;
    }

    .fleet-wrap .fleet-des {
        padding: 20px 0;
    }

    .fleet-rit {
        height: 215px;
    }

    .last-fleet .fleet-img {
        width: 100%;
    }

    .last-fleet .fleet-img img {
        width: 60%;
    }

    .transfers .row > .col-md-4 {
        width: 100%;
        margin-bottom: 10px;
    }

    .copyright p {
        font-size: 12px;
    }

    .price-cont-wrap .price-cont {
        width: 70%;
        margin: 5px auto;
        float: none;
    }

    .price-cont-wrap .price-cont:nth-child(2n) {
        margin: auto;
    }

    .become-partner .pg-header {
        padding-top: 120px;
    }

    footer article {
        margin-bottom: 0;
    }

    .landing-banner img {
        width: 150%;
    }

    .vehicle-wrapper .is-flex {
        display: block;
    }

    .vehicle-wrapper .cstm-tooltip {
        float: right;
    }
}

@media (max-width: 460px) {
    #cd-menu-trigger,
    header {
        height: 65px;
    }

    .pg-header h1.pg-title-heading {
        font-size: 36px;
    }

    .service-img {
        width: 90%;
    }

    .foot-nav li {
        padding: 0 5px;
    }

    h2.title {
        font-size: 22px;
    }

    .fp-serv-txt p,
    .para-txt,
    p {
        font-size: 14px;
    }

    p {
        text-align: justify;
    }

    .fp-quote {
        width: 96%;
    }

    #quote .nav-tabs {
        padding: 0;
    }

    .mob-quote-btn .btn-yellow {
        height: 65px;
        line-height: 65px;
    }

    header .biz-logo {
        margin-left: -20px;
        padding: 0 !important;
        float: left;
        width: 100%;
    }

    header .row .col-md-4:first-child {
        width: 30%;
    }

    header .row .col-md-4:nth-child(2n) {
        order: 1;
        width: 36%;
    }

    header .row .col-md-4:last-child {
        width: 34%;
    }

    #quote {
        margin-bottom: 0;
    }

    .fp-quote .nav-tabs > li {
        width: 33.33%;
        margin-right: 0;
    }

    .fp-quote .nav-tabs > li.active > a,
    .fp-quote .nav-tabs > li.active > a:focus,
    .fp-quote .nav-tabs > li.active > a:hover,
    .fp-quote .nav-tabs > li > a {
        font-size: 13px;
        line-height: 14px;
        padding: 8px 5px;
    }

    #quote .col-sm-6 .col-sm-6 {
        width: 100%;
    }

    .quote-info .col-sm-6 .col-sm-6 {
        width: 50%;
    }

    .way-point {
        text-align: left;
    }

    .stop-add {
        width: 60%;
    }

    .fp-contact .form-group,
    .fp-quote .form-group {
        height: 48px;
        margin-bottom: 8px;
    }

    .strip-list li {
        width: 100%;
        padding-right: 0;
    }

    .vec-li figure {
        min-height: 120px;
    }

    .price-cont-wrap .price-cont {
        width: 100%;
        margin-bottom: 8px;
    }

    .clients-name li,
    .works-step .book-step {
        width: 100%;
    }

    .partner-advantages .col-md-3 {
        width: 100%;
        float: left;
        margin-bottom: 30px !important;
    }

    .pg-header .btn {
        padding: 10px 24px;
    }

    .centered-form,
    .dr-login,
    .forgot-pass {
        width: 95%;
    }

    .centered-form {
        margin: 100px auto 30px;
    }

    .specific-location-details {
        padding: 20px;
    }

    .pg-title.events {
        background-position-y: 0 !important;
    }

    .events-des .events-img img {
        width: auto;
        height: 100%;
    }

    .global-cov .pg-header {
        min-height: 160px;
        height: 160px;
    }

    .register .pg-header {
        padding-top: 33%;
    }

    .modal-dialog {
        width: 98%;
    }

    .v-pnt {
        height: auto !important;
    }

    .v-pnt .stop-add,
    .v-pnt .waiting-time {
        width: 100%;
    }

    .v-pnt .waiting-time {
        border-top: 1px solid #ddd;
        font-size: 16px;
        width: 120%;
        padding-left: 15px;
    }

    .v-pnt .input-group-addon .fa {
        height: 100px;
    }

    .quote-details .panel-heading h3 span {
        left: 43%;
    }

    .quote-details .nav li {
        height: 50px;
    }

    .quote-details .navpills li {
        height: auto;
    }

    .quote-details .navpills li a {
        padding: 10px 0;
    }

    .quote-details .nav li a {
        line-height: 20px;
    }

    .quote-details-wrap .book-informations li {
        width: 100%;
        padding-right: 0;
    }

    .vec-listing article,
    .vec-listing figure {
        width: 100%;
    }

    .vehicle-wrapper .txt-info {
        padding: 0;
        margin: 0;
    }

    .payment-opt .btn {
        font-size: 14px;
    }

    .two-way-journey .navpills li {
        width: 49.6%;
    }

    .vec-img {
        width: 42%;
    }

    .dash-pg-wrap,
    .form-wrapper {
        padding: 10px;
    }

    .dashboard-wrapper header .biz-logo {
        margin-left: 0;
    }

    .modal-dialog {
        margin: 30% auto;
    }

    .dash-pg-wrap #btn-add-vehicle {
        float: left !important;
        margin-top: 20px;
    }
}

@media (max-width: 380px) {
    .landing-banner img {
        width: 200%;
    }

    .landing-banner .pg-header .title {
        font-size: 22px;
    }

    .pg-header h1.pg-title-heading {
        font-size: 36px;
    }

    .service-img {
        width: 90%;
    }

    .foot-nav li {
        padding: 0 5px;
    }

    h2.title {
        font-size: 22px;
    }

    .fp-serv-txt p,
    .para-txt,
    p {
        font-size: 14px;
    }

    p {
        text-align: justify;
    }

    .fp-quote {
        width: 96%;
        position: relative;
    }

    #quote .nav-tabs {
        padding: 0;
    }

    .mob-quote-btn .btn-yellow {
        height: 65px;
        line-height: 65px;
    }

    header .biz-logo {
        margin-left: -20px;
        padding: 0 !important;
        float: left;
        width: 100%;
    }

    header .row .col-md-4:first-child {
        width: 30%;
    }

    header .row .col-md-4:nth-child(2n) {
        order: 1;
        width: 36%;
    }

    header .row .col-md-4:last-child {
        width: 34%;
    }

    #quote {
        margin-bottom: 0;
    }

    .fp-quote .nav-tabs > li {
        width: 33.33%;
        margin-right: 0;
    }

    .fp-quote .nav-tabs > li.active > a,
    .fp-quote .nav-tabs > li.active > a:focus,
    .fp-quote .nav-tabs > li.active > a:hover,
    .fp-quote .nav-tabs > li > a {
        font-size: 13px;
        line-height: 14px;
        padding: 8px 5px;
    }

    #quote .col-sm-6 .col-sm-6 {
        width: 100%;
    }

    .quote-info .col-sm-6 .col-sm-6 {
        width: 50%;
    }

    .way-point {
        text-align: left;
    }

    .stop-add {
        width: 60%;
    }

    .fp-contact .form-group,
    .fp-quote .form-group {
        height: 48px;
        margin-bottom: 8px;
    }

    .strip-list li {
        width: 100%;
        padding-right: 0;
    }

    .vec-li figure {
        min-height: 120px;
    }

    .price-cont-wrap .price-cont {
        width: 100%;
        margin-bottom: 8px;
    }

    .clients-name li,
    .works-step .book-step {
        width: 100%;
    }

    .partner-advantages .col-md-3 {
        width: 100%;
        float: left;
        margin-bottom: 30px !important;
    }

    .pg-header .btn {
        padding: 10px 24px;
    }

    .centered-form,
    .dr-login,
    .forgot-pass {
        width: 95%;
    }

    .centered-form {
        margin: 100px auto 30px;
    }

    .specific-location-details {
        padding: 20px;
    }

    .pg-title.events {
        background-position-y: 0 !important;
    }

    .events-des .events-img img {
        width: auto;
        height: 100%;
    }

    .global-cov .pg-header {
        min-height: 160px;
        height: 160px;
    }

    .register .pg-header {
        padding-top: 33%;
    }

    .modal-dialog {
        width: 98%;
    }

    .v-pnt {
        height: auto !important;
    }

    .v-pnt .stop-add,
    .v-pnt .waiting-time {
        width: 100%;
    }

    .v-pnt .waiting-time {
        border-top: 1px solid #ddd;
        font-size: 16px;
        width: 120%;
        padding-left: 15px;
    }

    .mob-quote-btn .btn-yellow,
    .payment-opt .btn {
        font-size: 14px;
    }

    .v-pnt .input-group-addon .fa {
        height: 100px;
    }

    .quote-details .panel-heading h3 span {
        left: 43%;
    }

    .quote-details .nav li {
        height: 50px;
    }

    .quote-details .navpills li {
        height: auto;
    }

    .quote-details .navpills li a {
        padding: 10px 0;
    }

    .quote-details .nav li a {
        line-height: 20px;
    }

    .quote-details-wrap .book-informations li {
        width: 100%;
        padding-right: 0;
    }

    .vec-listing article,
    .vec-listing figure {
        width: 100%;
    }

    .vehicle-wrapper .txt-info {
        padding: 0;
        margin: 0;
    }

    .two-way-journey .navpills li {
        width: 49.6%;
    }

    .vec-img {
        width: 42%;
    }

    .dash-pg-wrap,
    .form-wrapper {
        padding: 10px;
    }

    .dashboard-wrapper header .biz-logo {
        margin-left: 0;
    }

    .modal-dialog {
        margin: 30% auto;
    }

    .dash-pg-wrap #btn-add-vehicle {
        float: left !important;
        margin-top: 20px;
    }

    .dashboard-wrapper header #cd-nav .biz-logo {
        padding: 0 !important;
        float: none;
        margin: 60px auto 0;
    }

    .last-fleet .fleet-img img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .dash-main .partner-dash .form-head article {
        width: 100%;
    }

    .dashboard-wrapper .picker__wrap {
        width: 100%;
        height: auto;
    }

    .return-way .dates {
        overflow: visible;
    }

    .select-num .form-control {
        height: 50px;
    }

    .cstm-tooltip .tooltiptext {
        width: 320px;
        bottom: 108%;
        left: -158px;
        margin-left: -120px;
    }
}

@media (max-width: 320px) {
    .ft-review li {
        padding: 0;
    }

    header .biz-logo {
        width: 100px !important;
        margin-left: -30px;
    }

    .select-num .form-group {
        width: 45%;
    }

    .mob-quote-btn {
        display: none !important;
    }

    .cstm-tooltip .tooltiptext {
        width: 289px;
        bottom: 108%;
        left: -126px;
        margin-left: -120px;
    }
}

@media (min-width: 1280px) {
    .hide-large-device {
        display: none;
    }
}

@media (max-width: 1600px) {
    .banner {
        min-height: 100%;
    }
}

/*.cars {
    width: auto !important;

}*/
.landing-template .content p {
    text-align: justify;
}

.fp-quote .alert-info {
    color: rgb(101, 63, 6);
    background-color: rgba(252, 151, 0, 0.8);
    border-color: #c57701;
    border-radius: 5px;
    padding: 16px 30px;
    font-size: 16px;
    position: absolute;
    top: -30px;
}

.error-page {
    width: 100%;
    padding: 130px 0;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding-bottom: 85px;
}

.error-page .error-info figure {
    width: 450px;
    margin: 0 auto;
}

.error-page .error-info .main-title {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 500;
    color: #f3b136;
}

.error-page .error-info .title {
    margin-bottom: 15px;
    font-size: 28px;
    color: #5d5d5d;
    text-transform: capitalize;
    font-family: 600;
}

.error-page .error-info .btn-custom {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #2ea23c;
    border-radius: 0;
}

/*blog*/
.pg-title.blog {
    background: url(../images/blog.png) center top no-repeat #f1c40f;
}

.blog-pg .blog-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

.blog-pg .blog-wrapper:last-child {
    border-bottom: 0;
}

.blog-pg .blog-wrapper figure img {
    width: 80%;
}

.blog-pg .blog-wrapper figure {
    text-align: center;
}

.blog-pg .blog-wrapper h2 {
    font-size: 28px;
    margin: 35px 0;
}

.blog-pg .blog-wrapper span {
    margin-right: 20px;
}

.blog-pg .blog-wrapper span .fa {
    color: #f3b136;
    padding-right: 5px;
}

.blog-pg .blog-wrapper p {
    margin: 25px 0;
    text-align: justify;
}

.blog-pg .blog-wrapper a {
    color: #57ad68;
    font-size: 16px;
    font-weight: 500;
}

.blog-details .pg-header {
    padding-top: 8%;
}

.blog-details .pg-header h1.pg-title-heading,
.pg-header h2.pg-title-heading {
    margin-top: 40px;
    color: #3e3e3e !important;
    font-size: 36px;
    margin-bottom: 20px;
}

.pg-title.hasbg.blog-details {
    height: 590px;
}

.blog-details .pg-header span {
    margin-right: 20px;
    font-weight: 600;
}

.blog-details .pg-header span .fa {
    color: #f3b136;
    padding-right: 5px;
}

.blog-detail .blog-wrapper {
    width: 100%;
}

.blog-detail .blog-wrapper p {
    text-align: justify;
    padding-right: 30px;
}

.blog-detail .recent-blog {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0px 4px 6px #ddd;
}

.blog-detail .recent-blog h3 {
    padding-bottom: 20px;
}

.blog-detail .recent-blog li {
    margin-bottom: 10px;
}

.blog-detail .recent-blog li a {
    color: #565555;
}

.blog-detail .recent-blog li:before {
    content: "\f101";
    font-family: fontawesome;
    margin-right: 5px;
    color: #eea621;
}

.extra-fleet {
    margin-top: 90px;
}

.extra-fleet .heading-title {
    font-weight: 400;
    margin-bottom: 15px;
}

.extra-fleet article {
    width: 70%;
    margin: 0 auto;
    margin-bottom: -70px;
}

.extra-fleet figure img {
    width: 80%;
}

.extra-fleet figcaption {
    font-weight: 600;
    font-size: 18px;
}

.extra-fleet .btn-green {
    position: relative;
    z-index: 999999;
}

.cstm-tooltip {
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #008fd8;
}
.tipped-logo {
    text-align: center !important;
    display: block;
    margin-top: 14px;
}
.capacity img {
    height: 25px;
    width: 30px;
    text-align: center;
    overflow: hidden;
    opacity: 0.85;
    margin-top: -10px;
    filter: grayscale(40%) contrast(100%);
}
.partner-logo {
    text-align: center;
    margin: 50px 0;
}
.partner-logo img {
    width: 250px;
    margin: 0 auto;
}

.call a {
    position: relative;
}
.call a:before {
    content: " ";
    background-image: url(../images/flag-british.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 10px;
    width: 16px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 3px;
    margin-left: 0px;
}
.menu-wrapper {
    display: inline;
}
.float-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999999999;
}
.float-whatsapp img {
    width: 60px;
}
#assign-driver-modal {
    z-index: 1050;
}

#view-more-daily-booking a {
    color: #31708f;
    font-weight: 800;
    display: block;
    letter-spacing: 0.3px;
    animation: beat 0.5s infinite alternate;
}

@keyframes beat {
    to {
        transform: scale(0.95);
    }
}
.profile-img-zoom:hover {
    -ms-transform: scale(3); /* IE 9 */
    -webkit-transform: scale(3); /* Safari 3-8 */
    transform: scale(3);
}

.circular-profile {
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.lboarder-info {
    border-left: 3px solid #00c0ef !important;
}
.lboarder-primary {
    border-left: 3px solid #337ab7 !important;
}
.lboarder-success {
    border-left: 3px solid #00a65a !important;
}

.lboarder-warning {
    border-left: 3px solid #f39c12 !important;
}

.lboarder-danger {
    border-left: 3px solid #dd4b39 !important;
}
.banner_caption {
    position: absolute;
    top: 30vh;
    text-align: center;
    left: 0;
    right: 0;
}
.banner_caption h3 {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.63);
}
.banner_caption a {
    background: #f3b136;
    border-color: #f3b136;
    font-weight: 700;
    padding: 12px 45px;
    color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.24);
}
