/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Sep 14, 2020, 08:09:30 AM
    Author     : Sanjiv Shrestha
*/


/* font-weight*/

html {
    scroll-behavior: smooth !important;
}

body {
    max-width: 1600px;
    margin: 0 auto;
    font-family: 'Muli', sans-serif;
    color: #000000;
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
    overflow-x: hidden;
}

body.modal-open {
    overflow: scroll !important;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

.slick-slide:hover,
.slick-slide:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}

a {
    transition: 0.3s;
}

a:hover,
a:focus,
a:active,
a:visited {
    transition: 0.3s;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

a:focus {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

figure {
    overflow: hidden;
}

figure img {
    width: 100%;
}

img {
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #faffbd !important;
    background-image: none !important;
    color: black !important;
}

.no-border {
    border: 0 !important;
}

.no-gutter {
    margin: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-gutter>[class*='col-'] {
    padding-right: 1px;
    padding-left: 1px;
}

/* .section-break {
    padding: 70px 0;
} */

.is-relative {
    position: relative;
}

.is-absolute {
    position: absolute;
}

.input_fields_wrap {
    z-index: 999;
}

.is-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
}

.no-margin {
    margin: 0 !important;
}

.white-bg {
    background: #ffffff;
}

.center-block {
    float: none;
}

.unselectable {
    /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
    /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
    -moz-user-select: none;
    /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none;
    /* From IE10 only */
    user-select: none;
    /* Not valid CSS yet, as of July 2012 */
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
}

.dim-bg {
    background: #eeeeee;
}


/* top header */
.topbar {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

/* LEFT SIDE CALL */

.topbar-call {
    color: #777;
    display: flex;
    align-items: center;
    font-weight: bold;

}

/* -------- MOBILE -------- */

@media (max-width:768px) {

    .topbar-inner {
        padding: 10px 0;
    }

    .call-number {
        font-size: 16px;
    }

    .email-btn,
    .divider {
        display: none;
    }

    .book-btn {
        font-size: 14px;
        font-weight: 600;
    }

}

.topbar-call i {
    color: #CB9801;
    font-size: 18px;
    margin-right: 8px;
}

.call-text {
    font-size: 14px;
    margin-right: 6px;
}

.call-number {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

/* RIGHT SIDE */

.topbar-actions {
    font-size: 14px;
}

.topbar-actions a {
    color: #777;
    text-decoration: none;
    margin-left: 12px;
}

.topbar-actions i {
    margin-right: 5px;
    color: #CB9801;
}

.book-btn {
    font-weight: 600;
}

.divider {
    margin: 0 8px;
    color: #ccc;
}

.topbar-actions a:hover {
    color: #000;
}

.navigation ul li .btn-custom {
    font-size: 14px;
    padding: 10px 15px;
    justify-content: end;
}

.navigation ul li .gry {
    background: #7f7f81;
    border: 1px solid #7f7f81;
}

.btn-custom {
    padding: 10px 24px;
    background: #CB9801;
    color: #222;
    transition: 0.4s;
}

.dropdown-menu {
    display: none;
    margin-top: 14px;
    border: none;
    border-radius: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover {
    color: #CB9801;
    background: none;
}

.open>.dropdown-menu li {
    margin: 5px 0;
}

.dropdown-menu li {
    margin: 5px;
}

.btn-custom:hover,
.btn-custom:focus {
    transition: 0.4s;
    background: #CB9801;
    color: #f5f5f5;
}

.btn-ghost {
    padding: 10px 35px;
    border: 1px solid #CB9801;
    color: #f5f5f5;
    transition: linear 0.3s;
}

.btn-ghost:hover,
.btn-ghost:focus {
    transition: linear 0.3s;
    background: #CB9801;
    color: #000;
}


/*toggle swtich*/


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block !important;
    width: 40px;
    height: 20px;
    display: block;
    vertical-align: sub;
    margin-left: 19px;
}


/* Hide default HTML checkbox */

.switch input {
    visibility: hidden;
}


/* The slider */

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    border: 1px solid #cccccc;
    transition: 0.4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 1.5px;
    background-color: #9f9f9f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked+.slider {
    background-color: #436391;
    border: 1px solid #3b5780;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #0b3167;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background-color: #ffffff;
}


/* Rounded sliders */

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

#cd-lateral-nav .lang .goog-te-gadget-simple {
    border: 0;
    background: none;
}

#cd-lateral-nav .lang .goog-te-gadget-simple>img {
    display: none;
}

#cd-lateral-nav .lang .goog-te-menu-value {
    background: #265089;
    padding: 0 60px;
    color: #fff;
}

#cd-lateral-nav .lang .goog-te-menu-value span {
    color: #fff !important;
}

.cstm-radio label {
    margin-bottom: 12px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

.cstm-radio input[type=radio],
.cstm-radio .vec-listing input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
}

.cstm-radio input[type=radio]:checked+.cr>.fa {
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.cstm-radio .cr {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #cdcdcd;
    width: 25px;
    height: 25px;
    line-height: 25px;
    /*float: left;*/
    text-align: center;
    margin-right: 11px;
    border-radius: 50%;
}

.cstm-radio .cr .fa {
    padding: 0;
    color: #4b6fa2;
    transform: scale(2) rotateZ(-20deg);
    opacity: 0;
    font-size: 16px;
    transition: all 0.3s ease-in;
}


/*.slider-handle.custom {
        background: transparent none;
         You can customize the handle and set a background image 
}*/


/* Or display content like unicode characters or fontawesome icons */

.slick-prev::before {
    content: '' !important;
    background: url('../images/icon/left-arrow.png') no-repeat;
    height: 100px;
    width: 35px;
    background-size: 45px;
    position: absolute;
    top: -20px;
    left: -15px;
}

.slick-slider .slick-next:before {
    content: '';
    background: url('../images/icon/right-arrow.png') no-repeat;
    height: 100px;
    width: 35px;
    background-size: 45px;
    position: absolute;
    top: -20px;
    left: -15px;
}

#login .modal-dialog {
    width: 400px;
}

#login .modal-header .modal-title {
    padding: 10px 0 0;
}

.modal-dialog {
    margin: 120px auto;
}

.modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
}

.modal-dialog .modal-content .modal-header {
    background: #fff;
    border: none;
}

.modal-dialog .modal-content .modal-header p {
    color: #343434;
}

.modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    color: #383838;
    font-weight: 600;
}

.modal-dialog .modal-content .modal-header .close {
    color: #ff5722 !important;
    opacity: 0.95 !important;
    float: right !important;
}

.side-nav li a:hover,
.side-nav li a:hover i {
    background-color: #f5f5f5 !important;
    color: #2a2a2a !important;
}

.modal-dialog .modal-content .modal-footer {
    border-top: 0;
}

.modal-dialog .form-control {
    height: 50px;
    border-radius: 0;
}

.modal-dialog .form-control:focus {
    outline: none;
    box-shadow: none;
}

.modal-dialog .btn {
    padding: 10px 24px;
    border-radius: 0;
    margin: 0;
    color: #000;
}

.modal-dialog .register-group {
    background: #fff;
    padding: 0 0 30px;
}

.modal-dialog .register-group .register-content {
    width: 90%;
    margin: 0 auto;
}

.modal-dialog .register-group .form-group {
    margin-bottom: 30px;
}

.modal-dialog .register-group .form-group:last-child {
    margin-bottom: 0;
    padding-top: 15px;
}

.modal-dialog .register-group .form-group label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9c9999;
}

.modal-dialog .register-group .form-group .form-control {
    border: none;
    font-size: 20px;
    border-bottom: 2px solid #d8d8d8;
    background-color: transparent;
    padding: 8px 10px;
    height: auto;
    box-shadow: none;
}

.modal-dialog .register-group .form-group .forget {
    float: right;
    color: #737171;
    font-weight: 600;
}

.modal-dialog .register-group .form-group button {
    background-color: #CB9801;
    border: 0;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 13px 50px;
    color: #000;
    border: 1px solid #1c4d17;
}

#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;
    background: #333 !important;
    left: 0;
    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: 31px;
    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: 0;
        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 .item-has-children .sub-menu {
    position: static;
}

#cd-lateral-nav .item-has-children .sub-menu li {
    border: 0;
    position: relative;
    padding: 5px 0;
}

#cd-lateral-nav .item-has-children .sub-menu li:before {
    content: '\f0da';
    font-family: "FontAwesome";
    position: absolute;
    left: 7%;
    top: 26%;
}

.top-head-btn .btn-custom {
    padding: 10px 15px;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    background-color: #CB9801;
    color: #fff;
    border: none;
    /* border-radius: 5px; */
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}

#cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
}

.navigation {
    /*position: absolute;*/
    width: 100%;
    background: rgba(0, 0, 0, 0.83);
}

.sidenav-wrap ul {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.sidenav-wrap ul li a {
    padding: 15px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}

.sidenav-wrap ul li a:hover {
    color: #009587;
}


/*.sidenav-wrap ul li span{*/


/*font-size: 15px;*/


/*color: red;*/


/*}*/

.menu-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#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: #4c5e6b;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

#cd-lateral-nav a:hover {
    color: #CB9801;
}

#cd-lateral-nav .btn {
    line-height: 2em;
    padding: 0 16px 0 32px;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
}

#cd-lateral-nav .dropdown-menu {
    position: static;
}


/*#cd-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 32px;
    color: #aab5b7
}*/

#cd-lateral-nav li {
    width: 100%;
    display: block;
    float: left;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #c0c0c138;
}

#cd-lateral-nav .dropdown .dropdown-menu {
    margin: 0;
    min-width: auto;
    width: 100%;
    left: 0;
    padding-left: 18px;
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
}

#cd-lateral-nav .dropdown .dropdown-menu a {
    padding: 0 16px 0 32px;
    color: #1c1c1c;
}

#cd-lateral-nav .dropdown .dropdown-menu a:hover {
    background: transparent;
    color: #436391;
}

#cd-lateral-nav .dropdown .dropdown-menu li {
    position: relative;
    padding: 5px 0;
}


/*#cd-lateral-nav .dropdown .dropdown-menu li:before {*/


/*content: '\f105';*/


/*font-family: "FontAwesome";*/


/*position: absolute;*/


/*left: 20px;*/


/*top: 22%;*/


/*}*/

#cd-lateral-nav .dropdown .dropdown-menu li {
    border: 0;
    /*padding: 0;*/
}

#cd-lateral-nav .dropdown li a {
    padding: 7px 15px;
    width: 100%;
    font-size: 14px;
}

#cd-lateral-nav .dropdown li a:hover {
    background: #436391;
    color: #fff;
}

#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;
}

.note-text {
    margin: 0;
    color: #151515;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    align-items: center;
    display: flex;
    justify-content: center;
    /*border-bottom: 3px solid #009486;*/
}

.note-text span {
    background: #faf6f6;
    /*margin-bottom: -11px;*/
    /*padding: 0 10px;*/
}

.menu-wrapper {
    height: 79px;
}

#cd-menu-trigger {
    position: absolute;
    left: 20%;
    top: 0;
    height: 79px;
    width: 100px;
    background: 0 0;
    line-height: 79px;
    padding-left: 48px;
}

#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: #f8f8f8;
}

#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;
}

@media(min-width: 1200px) {
    .hide-large-device {
        display: none;
    }

    #cd-lateral-nav a .caret {
        display: inline-block !important;
    }
}

@media(max-width: 1199px) {
    .sidenav-wrap .cd-navigation>li.dropdown {
        position: relative;
    }

    .sidenav-wrap .cd-navigation>li span.caret-ico {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 47px;
        display: block;
        z-index: 3;
        cursor: pointer;
    }

    .sidenav-wrap .cd-navigation>li span.caret-ico::before {
        content: " ";
        position: absolute;
        border: solid transparent;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: transparent;
        height: 0;
        width: 0;
        margin-left: -5px;
        border-width: 5px;
        pointer-events: none;
        top: 21px;
        right: 14px;
        display: block;
        z-index: 2;
    }

    .sidenav-wrap .cd-navigation>li span.caret-ico::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 46px;
        background-color: #d3d3d3;
        z-index: 1;
        -webkit-transition: background-color 0.2s ease-in;
        transition: background-color 0.2s ease-in;
    }

    .sidenav-wrap .cd-navigation>li span.caret-ico.down::before {
        border-top-color: #323232;
    }

    .sidenav-wrap .cd-navigation>li span.caret-ico.up::before {
        border-bottom-color: #323232;
        top: 16px;
    }
}

.rangeslider-wrap {
    /*padding-top: 100px;*/
    padding: 50px 0 75px;
}

.rangeslider {
    position: relative;
    height: 4px;
    height: 12px;
    /*border-radius: $roundness;*/
    width: 91%;
    display: inline-block;
    vertical-align: middle;
    background-color: #a4a4a4;
}

.rangeslider__handle {
    transition: background-color 0.2s;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -24px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white;
    background: url('../assets/images/user1.png') #29a042 no-repeat center;
    background-size: 72%;
}

.rangeslider__handle:after {
    display: none;
}

.rangeslider__handle__value {
    transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
    box-sizing: border-box;
    width: 90px;
    text-align: center;
    padding: 10px;
    background-color: #29a042;
    border-radius: 5px;
    color: white;
    left: -23px;
    bottom: -55px;
    position: absolute;
    white-space: nowrap;
    border-bottom: 1px solid #CB9801;
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.07), 0 5px 20px rgba(0, 0, 0, 0.3);
}

.rangeslider__handle__value:before {
    transition: border-top-color 0.2s;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
    border-bottom-color: #29a042;
}

.rangeslider__handle__value:after {
    content: " People";
}

.rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #33c953;
    border-radius: 5px;
}

.rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 39px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rangeslider__labels__label {
    font-size: 0.75em;
    position: relative;
    /*padding-top: 15px;*/
    color: #111;
    width: 1%;
    /*            &:first-child:before,
                          &:last-child:before{
                          height: $labelMarkerHeight;
                          width: 2px;
                      }

                      &:first-child:before { background-color: $primary }
                      &:last-child:before { background-color: $secondary }*/
}

.rangeslider__labels__label:before {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5);
}

.rangeslider__labels__label:first-child {
    transform: translateX(-48%);
}

.rangeslider__labels__label:last-child {
    transform: translateX(48%);
}

.rangeslider.rangeslider--active .rangeslider__handle {
    background: url('../assets/images/user1.png') #29a042 no-repeat center;
    background-size: 72%;
}

.rangeslider.rangeslider--active .rangeslider__handle,
.rangeslider.rangeslider--active .rangeslider__handle * {
    background-color: #33c953;
}

.rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: #33c953;
}

.rangeslider.rangeslider--active .rangeslider__handle__value {
    transform: translateY(-5px);
    background-color: #33c953;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
}

.rangeslider.rangeslider--active .rangeslider__handle__value:before {
    border-bottom-color: #33c953;
}

.quote-widget {
    margin-top: -160px;
    position: relative;
}

.exchange-input {
    position: absolute;
    top: 115px;
    right: -45px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.exchange-input img {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #d4af37 0%, #cb9800 100%);
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(203, 152, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: block;
}

.exchange-input:hover img {
    transform: scale(1.1) rotate(180deg);
    box-shadow: 0 6px 16px rgba(203, 152, 0, 0.4), 0 3px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 500px) {
    .exchange-input {
        right: -35px;
    }
}

.quote-widget .row div[class*='col-']:last-child .form-group {
    margin-bottom: 10px;
}

.quote-widget .return-wrap {
    margin: 5px 0;
}

.quote-widget .form-group {
    margin-bottom: 10px;
}

.quote-widget .form-group a {
    font-size: 13px;
    letter-spacing: 0.1px;
    font-weight: 600;
    color: #3c3c3c;
    display: block;
}

.quote-widget .form-group a:hover,
.quote-widget .form-group a:focus {
    text-decoration: underline;
}

.quote-widget .form-group a img {
    vertical-align: middle;
    margin-left: 10px;
    width: 16px;
    float: right;
}

.quote-widget .form-group label {
    font-size: 13px;
    letter-spacing: 0.1px;
    font-weight: 600;
    color: #3c3c3c;
}

.quote-widget .form-group .form-control {
    height: 50px;
    border-radius: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 15px;
    background: white;
    font-weight: 600;
    padding-left: 20px;
    box-shadow: 0 0 50px 0 #0a3a641c;
}

.quote-widget .page_header {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0a0a0a;
    height: 43px;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.quote-widget .form-group .form-control:focus {
    /*border-color: #fff;*/
    background: #fff;
}

.quote-widget .form-group .btn-custom {
    background-color: #CB9801;
    border: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 13px 24px;
    /*border-radius: 5px;*/
    width: 100%;
    height: 50px;
}

.quote-widget .form-group .btn-custom:hover {
    background: #CB9801;
}

.quote-widget .form-group .dropdown button {
    background: none;
    border: 0;
}

.quote-widget .form-group .dropdown button:focus img {
    -webkit-filter: contrast(1);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: contrast(1);
    transition: 0.3s;
}

.quote-widget .form-group .dropdown img {
    width: 24px;
    padding-top: 5px;
    transition: 0.3s;
    -webkit-filter: contrast(0);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: contrast(0);
}

.quote-widget .form-group .dropdown .dropdown-menu {
    padding: 0;
}

.quote-widget .form-group .dropdown .dropdown-menu li a {
    padding: 8px 21px;
}

.quote-widget .form-group .dropdown .dropdown-menu li a:hover,
.quote-widget .form-group .dropdown .dropdown-menu li a:focus {
    background: #CB9801;
    color: #000000;
}


/************booking-inner css*************/

.slick-slider .slick-next:before {
    content: '' !important;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 25px;
}

.slick-slider .slick-prev:before {
    content: '\f053';
    font-family: "FontAwesome";
    color: #000;
    font-size: 25px;
}

.booking-header .header-btn {
    margin-top: -8px;
    margin-left: 0;
}

.booking-templete {
    margin-top: 0;
    /*background: #eee;*/
}

.booking-templete .breadcrumb-wrap {
    background: rgba(0, 0, 0, 0.8);
}

.booking-templete .breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
    background: 0;
    padding: 10px 0;
    margin-left: 20px;
}

.booking-templete .location-info {
    width: 65%;
    margin: 0 auto;
}

.booking-templete .location-info ul {
    margin-left: 0;
}

.booking-templete .location-info ul li {
    text-align: center;
    width: 33%;
}

.booking-templete .location-info ul li figure img {
    width: 30px;
}

.booking-templete .add-via-wrapper {
    margin-bottom: 30px;
}

.booking-templete .add-via-wrapper .btn-ghost {
    padding: 10px 26px;
    display: inline-block;
    background: #CB9801;
    color: #000;
    font-weight: 500;
    border: 1px solid #CB9801;
}

.booking-templete .add-via-wrapper .btn-ghost:hover {
    background: #ca9c00;
}

.booking-templete .add-via-wrapper .btn-danger {
    padding: 10px 26px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 500;
    background: #c12e2a;
}

.booking-templete .add-via-wrapper .btn-danger:hover {
    background: #972421;
}

.booking-templete .location-wrapper {
    padding-top: 50px;
}

.booking-templete .location-wrapper .location-details {
    position: relative;
    padding: 10px;
}

.booking-templete .location-wrapper .location-details figcaption {
    font-weight: 600;
    font-size: 16px;
}

.booking-templete .location-wrapper .location-details #diamond {
    -webkit-box-sizing: content-box;
    display: inline-block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    border: none;
    color: black;
    -o-text-overflow: clip;
    text-overflow: clip;
    /*background: #F1EFEA;*/
    background: #009587;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.booking-templete .location-wrapper .location-details figure {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 5%;
    z-index: 1;
    transform: rotateZ(43deg);
    /*@include filter(invert(1));*/
    text-align: center;
}

.booking-templete .location-wrapper .location-details figure img {
    width: 30px;
}

.booking-templete .location-wrapper .location-details ul {
    position: relative;
    margin: 0 auto;
    width: 75%;
    display: flex;
    justify-content: center;
}

.booking-templete .location-wrapper .location-details ul:before {
    position: absolute;
    content: '';
    /*border-bottom: 18px solid #F1EFEA;*/
    border-bottom: 25px solid #c6e3e0;
    width: 80%;
    /* top: calc(50% - 24%); */
    top: 32.4px;
    left: calc(50% - 40%);
    /*z-index: 0;*/
}

.booking-templete .location-wrapper .location-details ul:after {
    border-radius: 0 0 60% 60%;
    height: 76px;
    position: absolute;
    content: '';
    border-bottom: 4px dashed #dadada;
    width: 73%;
    top: 11px;
    /*top: calc(50% - 43%);*/
    left: calc(50% - 36%);
}

.booking-templete .location-wrapper .location-details ul li {
    text-align: left;
    width: calc(50% - 2px);
}

.booking-templete .location-wrapper .location-details ul li:last-child {
    text-align: right;
}

.booking-templete .location-wrapper .location-details ul li:last-child #diamond {
    margin: 0 0 0 auto;
}

.booking-templete .location-wrapper .location-details ul li p {
    margin-top: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.booking-templete .location-wrapper .location-details .mileage {
    position: absolute;
    text-align: center;
    /*top: calc(50% - 33%);*/
    top: 45px;
    left: calc(50% - 15%);
    z-index: 3;
    font-size: 15px;
}

.booking-templete .location-wrapper .location-details .mileage a {
    display: inline-block;
    /*margin-top: 15px;*/
    color: #303030;
}

.booking-templete .location-wrapper .location-details .mileage a .fa {
    font-size: 25px;
    border-radius: 50%;
    width: 45px;
    background: #436391;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
}

.booking-templete .location-wrapper .location-details .mileage p {
    font-weight: 500;
    font-size: 15px;
}

.booking-templete .location-wrapper .location-details .mileage p strong {
    font-weight: 600;
    color: #436391;
}

.selected-fleet {
    margin-top: 20px;
}

.booking-templete .booking-wrap {
    width: 65%;
    padding: 38px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    /*box-shadow: 0 0 7px 0 rgba(0,0,0,0.09);*/
    border-radius: 4px;
}

.booking-templete .booking-wrap h2 {
    font-size: 18px;
    color: #436391;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.booking-templete .booking-wrap h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: '';
    bottom: 0;
}

.booking-templete .booking-wrap h2.text-center:before {
    left: calc(50% - 20px);
}

.booking-templete .booking-wrap label {
    text-align: left;
    display: block;
    color: #45423c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.booking-templete .booking-wrap .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    height: 38px;
    border-radius: 4px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    /*border: 1px solid #eaeaea;*/
    box-shadow: none;
    font-weight: 500;
    font-size: 13px;
}

.booking-templete .booking-wrap .form-control:hover,
.booking-templete .booking-wrap .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #436391;
}

.booking-templete .booking-wrap .btn-custom {
    border: 0;
    display: inline-block;
    outline: 0;
    /* width: 100%; */
    text-align: center;
    width: calc(50% - 15px);
    padding: 10px;
    background: #CB9801;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border: 1px solid #CB9801;
}

.booking-templete .booking-wrap .btn-custom .fa {
    padding-left: 10px;
    transition: 0.3s;
}

.booking-templete .booking-wrap .btn-custom:hover {
    background: #CB9801;
}

.booking-templete .dim-bg {
    /*background: #F1EFEA;*/
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
}

.booking-templete .booking-info {
    background: #fff;
    padding: 17px 30px 30px;
    border-radius: 4px;
    /*background: #f7f6f4;*/
    border-radius: 4px;
    margin: 30px;
    margin: 30px 30px 30px 0;
}

.booking-templete .booking-info h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #eac648;*/
    font-size: 18px;
}

.booking-templete .booking-info h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.booking-templete .booking-info h6 {
    font-size: 15px;
    color: #565656;
    font-weight: 600;
    padding: 0 0 5px;
}

.booking-templete .booking-info .fa {
    color: #009486;
    font-size: 16px;
}

.booking-templete .booking-info ul li {
    padding-bottom: 5px;
}

.booking-templete .booking-info ul li:last-child {
    padding-bottom: 0;
}

.booking-templete .booking-info ul li p {
    font-weight: 500;
    color: #565656;
}

.booking-templete .booking-info figure {
    /*text-align: center;*/
}

.booking-templete .booking-info figure img {
    width: 60%;
}

.booking-templete .booking-info h6 a {
    margin-left: 10px;
    color: #ffffff;
    background: #009486;
    padding: 5px;
    border-radius: 4px;
}

.booking-templete .booking-info .total {
    margin-top: 21px;
    border-top: 1px solid #436391;
    padding-top: 12px;
}

.booking-templete .booking-info .total h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 75px;
}

.booking-templete .booking-info .total h3 span {
    float: right;
    color: #ffffff;
    font-size: 27px;
    text-align: center;
    width: 80px;
    height: 75px;
    border-radius: 50%;
    line-height: 75px;
    background: #009486;
}

.booking-templete .form-control-static {
    font-weight: 600;
    padding-top: 0;
}

.vehicle-template .vehicle-wrapper {
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 30px;
    border-radius: 4px;
}

.vehicle-template .vehicle-wrapper h2 {
    font-size: 18px;
    color: #436391;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.vehicle-template .vehicle-wrapper h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: '';
    bottom: 0;
}

.vehicle-template .vehicle-wrapper h2.text-center:before {
    left: calc(50% - 20px);
}

.vehicle-template .vehicle-wrapper .vehicle-wrap {
    width: 85%;
    margin: 0 auto;
}

.vehicle-template .vehicle-wrapper .vehicle-wrap>.row {
    margin-bottom: 30px;
}

.vehicle-template .vehicle-wrapper .vehicle-wrap>.row:last-of-type {
    margin-bottom: 0;
}

.vehicle-template .vehicle-wrapper .vehicle-group {
    text-align: center;
    position: relative;
    padding: 30px 0 0;
    background: #fff;
    margin: 35px 10px 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.01);
}

.vehicle-template .vehicle-wrapper .vehicle-group figure {
    position: relative;
    z-index: 4;
}

.vehicle-template .vehicle-wrapper .vehicle-group figure img {
    width: 75%;
    margin: 0 auto;
}

.vehicle-template .vehicle-wrapper .vehicle-group figure figcaption {
    font-size: 18px;
    font-weight: 600;
    margin: 23px 0 10px;
    line-height: 1;
}

.vehicle-template .vehicle-wrapper .vehicle-group figure figcaption span {
    color: #29a042;
    margin-left: 8px;
}

.vehicle-template .vehicle-wrapper .vehicle-group ul {
    margin: 14px 0;
}

.vehicle-template .vehicle-wrapper .vehicle-group ul li {
    font-weight: 700;
    font-size: 16px;
    width: 26%;
}

.vehicle-template .vehicle-wrapper .vehicle-group ul img {
    -webkit-filter: invert(1);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: invert(1);
    width: 30px;
    display: inline-block;
    /*margin-left: 4px;*/
    vertical-align: text-bottom;
}

.vehicle-template .vehicle-wrapper .vehicle-group>span {
    position: absolute;
    top: -8%;
    right: calc(50% - 30px);
    font-size: 18px;
    background: #1291b8;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    width: 60px;
    line-height: 60px;
    height: 60px;
    z-index: 99999;
}

.vehicle-template .vehicle-wrapper .vehicle-group>span .fa {
    font-weight: 500;
}

.vehicle-template .vehicle-wrapper .vehicle-group .btn-custom {
    width: calc(100% - 12px);
    margin: 6px;
    display: inline-block;
    background: #CB9801;
    color: #000;
    font-weight: 500;
    border: 1px solid #CB9801;
}

.vehicle-template .vehicle-wrapper .vehicle-group .btn-custom:hover {
    background: #ca9c00;
}

.vehicle-template .vehicle-wrapper .vehicle-group form {
    padding: 0 20px;
}

.vehicle-template .vehicle-wrapper .vehicle-group form .form-group {
    margin: 15px 0;
}

.vehicle-template .vehicle-wrapper .vehicle-group form .form-control {
    border: 0;
    border-bottom: 1px solid #adadad;
    box-shadow: none;
    background: #f1f1f1;
    color: #000;
    font-weight: 500;
}

.vehicle-template .vehicle-wrapper form h4 {
    margin-bottom: 6px;
}

.vehicle-template .vehicle-wrapper form p {
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #333;
}

.vehicle-template .vehicle-wrapper form img {
    width: 40px;
    margin-right: 20px;
}

.vehicle-template .vehicle-wrapper form .fa {
    margin-right: 46px;
    vertical-align: middle;
    text-rendering: auto;
    font-size: 33px;
}

.vehicle-template .email-quote {
    margin-top: 30px;
}

.vehicle-template .info-wrapper:first-child h3 {
    margin-top: 0;
}

.vehicle-template .info-wrapper h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 6px;
    color: #303030;
}

.vehicle-template .info-wrapper label {
    text-align: left;
    display: block;
    color: #45423c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.vehicle-template .info-wrapper .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    height: 38px;
    border-radius: 4px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: none;
    font-weight: 500;
    font-size: 13px;
}

.vehicle-template .info-wrapper .form-control:hover,
.vehicle-template .info-wrapper .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #436391;
}

.vehicle-template .info-wrapper textarea.form-control {
    height: auto;
}

.vehicle-template .info-wrapper .switch {
    margin-bottom: 10px;
}

.vehicle-template .info-wrapper .btn-custom {
    background-color: #29a042;
    border: 0;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 12px;
    padding: 13px 71px;
}

.vehicle-template .info-wrapper .btn-custom:hover {
    background: #CB9801;
}

.vehicle-template .info-wrapper .checkbox a {
    color: #000;
    text-decoration: underline;
}

.info-template .booking-wrapper h2 {
    font-size: 18px;
    color: #383838;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.info-template .booking-wrapper h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: '';
    bottom: 0;
}

.info-template .info-wrapper {
    /*border-bottom: 1px solid #ccc;*/
    /*padding-bottom: 20px;*/
}

.info-template .info-wrapper:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.info-template .info-wrapper:first-child h3 {
    margin-top: 0;
}

.info-template .info-wrapper:first-child .form-group {
    /*margin-bottom: 0;*/
}

.info-template .info-wrapper h3 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 25px;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 6px;
    color: #4c5e6b;
    font-weight: 600;
}

.info-template .info-wrapper label {
    text-align: left;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    color: #474747;
    margin-right: 20px;
    margin-top: 10px;
}

.info-template .info-wrapper input[type=checkbox] {
    margin-right: 5px;
}

.info-template .info-wrapper .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    height: 45px;
    border-radius: 0;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
}

.info-template .info-wrapper textarea.form-control {
    height: auto;
}

.info-template .info-wrapper .add_via_field {
    display: none;
}

.info-template .info-wrapper .switch {
    margin-bottom: 10px;
}

.info-template .info-wrapper .btn-custom {
    font-size: 15px;
    letter-spacing: 0.2px;
    /*text-transform: uppercase;*/
    margin-top: 12px;
    padding: 13px 25px;
    background: #CB9801;
    color: #fff;
    font-weight: 500;
}

.info-template .info-wrapper .btn-custom:hover {
    background: #CB9801;
}

.info-template .info-wrapper .btn-ghost {
    padding: 13px 25px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.info-template .info-wrapper .checkbox a {
    color: #000;
    text-decoration: underline;
}

.info-template .location-wrapper .location-details ul:after {
    display: none;
}

.info-template .location-wrapper .location-details .mileage a {
    display: none;
}

.meeting-template h2 {
    font-size: 18px;
    color: #436391;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.meeting-template h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: '';
    bottom: 0;
}

.meeting-template h2.text-center:before {
    left: calc(50% - 20px);
}

.meeting-template .meeting-wrapper {
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 30px;
    border-radius: 4px;
}

.meeting-template .meeting-wrapper h3 {
    color: #303030;
    margin-bottom: 20px;
}

.meeting-template .btn-custom {
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
    background: #CB9801;
    color: #000;
    font-weight: 500;
    border: 1px solid #CB9801;
}

.meeting-template .btn-custom:hover {
    background: #CB9801;
}

.meeting-template .btn-custom .fa {
    margin-left: 10px;
}


/**header css**/

header.page-header {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    background-color: #F8F8F8;
}

header .container-fluid {
    /*padding: 0;*/
}

header a {
    font-size: 15px;
    color: #202021;
    font-weight: 500;
}

header a:hover {
    color: #436391;
}

header .row {
    display: flex;
    align-items: center;
}

header .nav-custom {
    vertical-align: middle;
}

header .nav-custom a {
    letter-spacing: 0.1px;
    font-weight: 500;
    padding: 28px 0;
    display: block;
}

header .nav-custom span {
    width: 31px;
    height: 2px;
    background: #CB9801;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 18px;
}

header .nav-custom span:before,
header .nav-custom span:after {
    position: absolute;
    width: 31px;
    height: 2px;
    background: #CB9801;
    content: '';
}

header .nav-custom span:before {
    top: -8px;
}

header .nav-custom span:after {
    bottom: -8px;
}

header .header-btn {
    margin-left: 30px;
}

header .header-btn a {
    display: inline-block;
}

.btn-ghost,
.btn-custom {
    padding: 10px 15px;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    background-color: #CB9801;
    color: #f5f5f5;
    border: 1px solid #CB9801;
    /*border-radius: 5px;*/
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}

header .header-btn .btn-custom {
    border: none;
    background: #265089;
}

header .header-btn .btn-custom:focus,
header .header-btn .btn-custom:hover {
    background: #436391;
    color: #fff;
}

.btn-ghost:focus,
.btn-ghost:hover {
    background: #000;
    color: #fff;
}

header .header-btn .dropdown-menu {
    left: 5px;
    width: 190px;
    min-width: 0;
}

header .header-btn .dropdown-menu a {
    width: 100%;
    padding: 10px 20px;
}

header .header-btn .dropdown-menu a:hover,
header .header-btn .dropdown-menu a:focus {
    background: #CB9801;
    color: #000000;
}

header .header-btn button {
    background: none;
    border: 0;
}

header .header-btn button:focus {
    outline: 0;
    box-shadow: none;
}

header .logo {
    /*text-align: center;*/
    display: block;
    padding: 5px 0;
    width: 80%;
}

header .logo img {
    width: 100%;
    margin-top: 0;
}

header .header-phone ul li:last-child {
    margin-left: 16px;
}

header .header-phone ul li:last-child a {
    position: relative;
}


/*header .header-phone ul li:last-child a:before {*/


/*position: absolute;*/


/*height: 14px;*/


/*width: 1px;*/


/*background: #aaa;*/


/*left: -15px;*/


/*content: '';*/


/*top: calc(50% - 6px);*/


/*}*/

header .header-phone ul a {
    letter-spacing: 0;
    padding: 30px 2px;
    font-size: 14px;
    font-weight: 600;
    color: #373737;
}

header .header-phone ul a:hover {
    color: #CB9801;
}

.header-phone svg {
    height: 24px;
    width: 24px;
    margin-right: 5px;
    position: relative;
    top: 7px;
}

.header-phone svg path {
    fill: #CB9801;
}

.header-phone ul li img {
    height: 24px;
    width: 24px;
}

header .header-phone ul a img:last-of-type {
    margin-right: 10px;
    margin-left: 2px;
}

header .header-phone .ion {
    font-size: 20px;
    margin-right: 10px;
    color: #202021;
}

#cd-menu-trigger {
    position: absolute;
    left: 20%;
    top: 0;
    height: 70px;
    width: 100px;
    background: 0 0;
    line-height: 79px;
    padding-left: 48px;
    font-size: 15px;
    color: #202021;
    font-weight: 500;
}

.header-phone .fa {
    font-size: 18px;
    color: #153c73;
}

.menu-btn ul {
    justify-content: flex-end;
}

.menu-btn li {
    margin: 15px 25px;
}


.ft-template {


    margin-top: 50px;

}

.ft-template h2 {
    letter-spacing: 0.1px;
    font-size: 23px;
    color: #303030;
    text-align: center;
    font-weight: 500;
}

.ft-banner-slider {
    position: relative;
    height: 500px;
}

.ft-banner-slider h1 {
    opacity: 0;
}

.ft-banner-slider h1.banner-text p {
    font-size: 18px;
    padding: 0;
    line-height: 24px;
    font-weight: 400;
}


/*.ft-banner .overlay{*/


/*position: absolute;*/


/*background: rgba(0, 0, 0, 0.2);*/


/*height: 500px;*/


/*width: 100%;*/


/*z-index: 11;*/


/*top: 0;*/


/*}*/

.ft-banner-slider h1.banner-text {
    z-index: 333;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #fff;
    width: 100%;
}

.ft-banner-slider img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.ft-banner {
    position: relative;
    height: 480px !important;
    overflow: hidden;
}

.banner-quote {
    background: #fff;
    margin-bottom: 20px;
}

.ft-banner img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.via-point {
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
    font-weight: 600;
    padding: 0 5px 7px;
}

.via-point a {
    font-size: 14px;
    color: #202020;
}

.via-point .fa {
    color: #202020;
}

.remove_field {
    position: absolute;
    right: 10px;
    top: 0;
}


/*.via-point {*/


/*position: absolute;*/


/*top: 20px;*/


/*right: -10px;*/


/*}*/

.remove_field .fa {
    width: 18px;
    height: 18px;
    background: #ff3131;
    color: #fff;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
}

.quote-widget .input-group-addon {
    padding: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    color: #CB9801;
    text-align: center;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 4;
}

.quote-widget .input-group {
    width: 100%;
}

.quote-widget .input-group-addon img {
    width: 15px;
    opacity: 0.85;
}

section {
    position: relative;
    overflow: hidden;
}


/*.overlay {*/


/*position: absolute;*/


/*left: 0;*/


/*right: 0;*/


/*top: 0;*/


/*bottom: 0;*/


/*!*background: #2c343a9c;*!*/


/*height: 100%;*/


/*width: 100%;*/


/*}*/


/*ft-banner*/

.ft-banner .ft-banner-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-inner {
    /* min-height: 440px; */
}

.ft-banner .ft-banner-wrapper .banner-inner>.row {
    display: flex;
    align-items: flex-end;
}

.ft-banner .ft-banner-wrapper .banner-inner>.row>.col-md-4 {
    width: 36%;
}

.ft-banner .ft-banner-wrapper .banner-inner>.row>.col-md-8 {
    margin: auto;
}

.ft-banner .ft-banner-wrapper .banner-des h1 {
    font-size: 35px;
    color: #303030;
    font-weight: 700;
}

.ft-banner .ft-banner-wrapper .banner-des p {
    color: #353535;
    font-size: 18px;
    font-weight: 600;
}

.ft-banner .ft-banner-wrapper .ft-testimonial {
    margin: 0 15px 4px 32px;
    color: #ffffff;
}

.ft-banner .ft-banner-wrapper .ft-testimonial>p {
    border-bottom: 1px solid #fefefe;
}

.ft-banner .ft-banner-wrapper .ft-testimonial>p span {
    font-weight: 700;
    float: right;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.ft-banner .ft-banner-wrapper .ft-testimonial>p span big {
    font-size: 28px;
}

.ft-banner .ft-banner-wrapper .ft-testimonial .ft-test p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.59);
    margin-bottom: 2px;
}

.ft-banner .ft-banner-wrapper .ft-testimonial .ft-test h6 {
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.59);
    display: inline-block;
    color: #d6d6d6;
}

.ft-banner .ft-banner-wrapper .ft-testimonial .ft-test ul {
    display: inline-block;
    margin-left: 12px;
}

.ft-banner .ft-banner-wrapper .ft-testimonial .ft-test ul li {
    padding: 0;
    color: #f9d010;
}

.banner-inner {
    background: rgba(250, 250, 250, 0.67);
    box-shadow: 0 0 4px 0 #6562627a;
    width: 80%;
    margin: 0 auto;
}

.ft-banner .ft-banner-wrapper .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    height: 50px;
    border-radius: 0;
}

.quote-widget {
    margin-top: 0;
}

.trip-details {
    background: #e6e6e6;
    padding: 15px 0;
}

.trip-details h4,
.trip-more-details h4 {
    font-size: 13px;
    margin-bottom: 10px;
}

.trip-details p,
.trip-more-details p {
    font-size: 16px;
    font-weight: 600;
}

.trip-more-details {
    padding: 20px;
    display: none;
    background: #ffffff;
    border-bottom: 2px solid #cecece;
}

.trip-details .show-more,
.trip-details .show-more:hover,
.trip-details .show-more:visited,
.trip-details .show-more:focus,
.trip-details .show-more:active {
    background: #CB9801;
    color: #fff;
    padding: 10px 25px;
    margin-top: 8px;
    display: block;
}

.quote-widget .form-group {
    margin-bottom: 15px;
}

.quote-widget .form-group .ion {
    font-size: 20px;
    color: #797373;
}

label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}

.input-group-addon {
    border-radius: 0;
}

.quote-widget .form-group label {
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 700;
    color: #2a2a2a;
    margin: 0;
}



.why-us {
    border-bottom: 1px solid #e6e3e3;
    background: #FFF;
}

h1.sec_title,
h2.sec_title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    color: #4c5e6b;
    text-align: center;
}

.why-us .why-content ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.ft-content {
    display: none;
}

.slick-current.slick-center .ft-content {
    display: block;
}

.slick-list {
    padding: 0 !important;
    /*margin: 0 30px; */
    margin: 0 !important;
}

.why-us .why-content .media {
    list-style: none;
    font-size: 16px;
    width: 80%;
    background: #fff;
    padding: 10px;
    margin: 0 auto 10px;
    box-shadow: 0 0 50px 0 #0a3a640d;
}

.why-us .why-content .media img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
}

.why-us .why-content .ion {
    color: #29a042;
    font-size: 20px;
    margin-right: 10px;
}


/*ft-why*/

.ft-why {
    padding: 70px 0;
}

.ft-why .container>.row>div[class*='col-']:first-child {
    padding-right: 18px;
}

.ft-why h2 {
    margin-bottom: 40px;
}

.ft-why .why-wrapper {
    padding: 25px 20px;
    box-shadow: 0 1px 6px 0 #b6cae3;
    min-height: 266px;
}

.ft-why .why-wrapper ul {
    color: #303030;
    font-size: 16px;
}

.ft-why .why-wrapper ul img {
    width: 21px;
    margin-right: 9px;
}

.ft-why .why-wrapper ul .fa {
    width: 30px;
    color: #29a042;
}

.ft-why .why-wrapper ul li {
    padding: 8px 0;
}

.ft-why .why-wrapper ul li:first-child {
    padding-top: 0;
}

.ft-why .why-wrapper ul li:last-child {
    padding-bottom: 0;
}

.ft-why .why-wrapper .why-wrap {
    text-align: center;
}

.ft-why .why-wrapper figure img {
    width: auto;
}

.ft-why .why-wrapper figure figcaption {
    margin: 15px 0 8px;
    font-weight: 500;
    font-size: 18px;
    color: #303030;
}

.ft-why .why-wrapper p {
    font-size: 13px;
    color: #636363;
    line-height: 20px;
}

.service {
    background-image: url('../images/services/service-banner.png');
    background-repeat: no-repeat;
    padding-top: 70px;
    background-position: center 0;
    color: #fff;
    background-size: cover;
}

.service h2 {
    color: #fff;
}

.service article {
    position: relative;
    z-index: 4;
}

.service-wrapper figure {
    height: 270px;
    overflow: hidden;
    position: relative;
}

/* .service-wrap {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    padding: 40px 0 65px;
} */

.service-wrap p {
    margin: 0 0 25px;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
    color: #5a6572;
}

.service-cont .row {
    margin: 0 -12px;
}

.service-cont .col-md-4 {
    padding: 0 12px;
}

.service-wp {
    border: 1px solid #e3e8ee;
    border-radius: 16px;
    background: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 8px 20px rgba(36, 50, 74, 0.07);
}

.service-wp:hover {
    transform: translateY(-6px);
    border-color: #b2c3d5;
    box-shadow: 0 14px 30px rgba(36, 50, 74, 0.12);
}

.service-wrapper .service-wp-itemcaption p {
    margin: 0 0 10px;
}

.service-wrapper img,
.service-wp figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.service h3::before {
    height: 1px;
    width: 70px;
    content: "";
    position: absolute;
    top: 20px;
    right: 35%;
    background: #ffffff;
}

.service h3::after {
    height: 1px;
    width: 70px;
    content: "";
    position: absolute;
    top: 20px;
    left: 35%;
    background: #fff;
}

.service-wp figure {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.service-wp h3 {
    text-align: left;
    padding: 18px 16px 8px;
    font-size: 21px;
    color: #1f3042;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2px;
}

.service-wp p {
    padding: 0 16px 18px;
    line-height: 1.7;
    font-size: 14.7px;
    color: #57606a;
    margin-bottom: 0;
}

.service-wp a {
    color: #0d88a2;
    font-weight: 600;
    text-decoration: none;
}

.service-wp a:hover {
    color: #007b9f;
    text-decoration: underline;
}

.service-wp .view-details {
    font-weight: 600;
    color: #00a5c5;
    text-decoration: none;
}

.service-wp .view-details:hover {
    color: #007b9f;
    text-decoration: underline;
}

.service-wp figure {
    height: 320px;
}

.service-wp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-cont {
    margin-bottom: 20px;
}

.fleet p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #474747;
    font-weight: 400;
    margin: 0 0 30px;
}

.ft-fleet {
    text-align: center;
    color: #303030;
    background: #f5f5f5;
}

.ft-fleet h2 {
    margin-bottom: 40px;
}

.ft-fleet figure img {
    margin: 0 auto;
    width: 74%;
}

.ft-fleet figure figcaption {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-top: 20px;
    text-transform: capitalize;
}


/* ft-services-big*/

.ft-services-big .ft-service-big-wrapper {
    border-top: 1px solid #d4d4d4;
    color: #000000;
}

.ft-services-big .ft-service-big-wrapper h2 {
    margin-bottom: 50px;
}

.ft-services-big .ft-service-big-wrapper article {
    margin-bottom: 35px;
    padding-right: 35px;
}

.ft-services-big .ft-service-big-wrapper article:last-child {
    margin-bottom: 0;
}

.ft-services-big .ft-service-big-wrapper h3 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}

.ft-services-big .ft-service-big-wrapper p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.fleet-item {
    margin-top: 30px;
}

.fleet-item article {
    padding: 10px;
    text-align: center;
}

.fleet-item h3 {
    margin-bottom: 10px;
    color: #4c5e6b;
    font-size: 20px;
    font-weight: 500;
}

.fleet-item p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #474747;
    font-weight: 500;
    margin: 0 20px 35px;
}

.fleet-item .fleet-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fleet-item .fleet-wrapper ul li {
    margin: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #5e5b5b;
    display: flex;
}

.fleet-wrapper figure {
    margin: auto;
}

.fleet-wrapper ul li img {
    width: 15px;
    height: 17px;
    margin: 0 10px;
}


/*ft-divider*/

.ft-divider {
    background: #eceded;
    padding: 40px 0;
}

.ft-content {
    padding: 10px;
    width: 345px;
    margin: 20px auto 0;
}

.ft-content p {
    font-size: 15px;
    margin: 3px;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #474747;
    font-weight: 500;
}

.ft-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ft-content ul li {
    font-size: 15px;
    font-weight: 600;
    color: #5e5b5b;
    display: flex;
}

.ft-content figure {
    width: 260px;
    margin: auto;
}

.ft-content ul li img {
    width: 15px;
    height: 17px;
    margin: 0 10px;
}

.ft-divider h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    color: #303030;
}

.ft-divider h2 p {
    font-size: 16px;
    color: #fff;
    margin: 8px;
}


/*ft-services-small*/

.ft-services-small h2 {
    margin-bottom: 44px;
}

.ft-services-small .ft-services-small-wrapper {
    position: relative;
}

.ft-services-small .ft-services-small-wrapper:hover figcaption {
    color: #CB9801;
    transition: 0.3s;
}

.ft-services-small .ft-services-small-wrapper figure {
    position: relative;
    height: 270px;
}

.ft-services-small .ft-services-small-wrapper figure figcaption {
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(48, 48, 48, 0.8);
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.1px;
    padding: 8px 0;
    content: '';
}

.ft-services-small .ft-services-small-wrapper figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ft-services-small .ft-services-small-wrapper .overlay a {
    display: block;
    width: 100%;
    height: 100%;
}


/*ft-client*/

.ft-feedback h2 {
    margin-bottom: 5px;
}

.ft-feedback h2~figure {
    text-align: center;
}

.ft-feedback h2~figure img {
    width: 9%;
}

.ft-feedback .client-slider {
    margin-top: 32px;
}

.ft-feedback .client-slider .client-des {
    padding: 25px;
    background: #ffffff;
    border-radius: 4px;
    margin: 15px;
    box-shadow: 0 0 50px 0 #0a3a640d;
}

.ft-feedback .client-slider .client-des i {
    font-size: 15px;
    margin: 0 2px;
    color: #ee8b00;
}

.ft-feedback .client-slider .client-des ul {
    display: inline-block;
}

.ft-feedback .client-slider .client-des ul li {
    padding: 0;
    color: #0f3469;
}

.ft-feedback .client-slider .client-des p {
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 300;
    margin-top: 10px;
}

.client-des h3 {
    font-size: 14px;
    padding: 10px 0;
}

.ft-feedback .client-slider .client-info {
    margin: 0 15px;
}

.ft-feedback .client-slider .client-info figure img {
    border-radius: 50%;
    width: 62px;
    display: inline-block;
}

.ft-feedback .client-slider .client-info figure figcaption {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.05;
    color: #4c5e6b;
}

.ft-feedback .client-slider .client-info figure figcaption span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    color: #333;
}


/*footer*/

footer {
    background: #202020;
    color: #a7a7a7;
}

footer .col-md-12>.row {
    display: flex;
    justify-content: space-evenly;
}

footer .col-md-12>.row>div[class^='col-'] {
    width: auto;
}

footer .col-md-12>.row>div[class^='col-'] .foot-airport {
    margin-left: 0;
}

footer.section-break {
    padding-bottom: 0;
    padding-top: 60px;
}

footer h4 {
    color: #e0b212;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 500;
    margin-bottom: 20px;
}

footer a {
    color: #a7a7a7;
    font-weight: 500;
}

footer a:hover,
footer a:focus {
    color: #dfdfdf;
}

footer ul li {
    font-size: 13px;
    padding: 4px 0;
}

footer .foot-about {
    color: #e8e8e8;
}

footer .foot-about figure {
    margin-bottom: 20px;
}

footer .foot-about figure img {
    width: auto;
}

footer .foot-about ul li {
    font-size: 14px;
    padding: 4px 0;
}

footer .foot-contact ul.list-inline {
    margin-top: 6px;
    margin-left: 0;
}

footer .foot-contact ul.list-inline li {
    padding: 0 2px;
}

footer .foot-contact ul.list-inline li:first-child a {
    background-position: top left;
}

footer .foot-contact ul.list-inline li:nth-child(2) a {
    background-position: 20% 0;
}

footer .foot-contact ul.list-inline li:nth-child(3) a {
    background-position: 60% 0;
}

footer .foot-contact ul.list-inline li:nth-child(4) a {
    background-position: 80% 0;
}

footer .foot-contact ul.list-inline li a {
    width: 29px;
    height: 29px;
    display: inline-block;
    background: url('../assets/images/banner/ad.jpg');
}

footer .foot-contact ul.list-inline li a:hover {
    background-position-y: 100%;
}

footer .foot-contact p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 2;
    font-weight: 500;
}

footer .xs-review {
    margin-bottom: 15px;
}

footer .xs-review ul li a img {
    height: 30px;
    border-radius: 20%;
}

.paypal {
    margin: 20px 0;
}

.paypal figure {
    width: 280px;
}

.bootstrap-datetimepicker-widget {
    top: 38px !important;
}

.licence {
    margin: 20px 0;
}

.licence figure {
    width: 235px;
}

footer .xs-review h3 {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

footer .foot-airport {
    margin-left: 55px;
}

footer .foot-nav {
    padding: 18px 0;
    margin-left: 0;
}

footer .foot-nav li {
    padding: 0;
}

footer .foot-nav li:last-child a:before {
    display: none;
}

.footer-menu .list-inline>li {
    display: flex;
    flex-wrap: wrap;
}

footer .foot-nav li a {
    font-size: 13px;
    display: block;
    padding: 0 5px;
    position: relative;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
}

footer .foot-nav li a:hover:before {
    color: #a7a7a7;
}

footer .copyright {
    padding: 15px 0;
}

footer .copyright p {
    /*display: inline-block;*/
    text-align: center;
    vertical-align: middle;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

footer .copyright figure {
    display: none;
    float: right;
}

footer .copyright figure img {
    width: auto;
}

.footer-menu h3 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-menu h4 {
    text-transform: uppercase;
    color: #009486;
    margin: 0;
    padding: 15px 0 0;
    font-size: 16px;
}

.foot-nav li .fa {
    margin-top: 3px;
    font-size: 13px;
}

.breadcrumb {
    margin-bottom: 0;
    background: 0;
    padding: 10px 0;
    margin-left: 20px;
}

.breadcrumb li a {
    color: #009486;
}

.breadcrumb li .fa {
    font-size: 22px;
    margin-right: 8px;
}

.breadcrumb li.active {
    color: #ffffff;
}

.breadcrumb>li+li:before {
    color: #ffffff;
}

.inner-banner {
    position: relative;
}

.inner-banner figure {
    margin-bottom: 0;
}

.inner-banner img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
    object-position: center;
}

.inner-banner .banner-text h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


/*about-templates*/

.about-template .about-banner {
    background: url('assets/images/banner/about-banner.jpg') center;
}

.about-template .about-wrapper {
    letter-spacing: 0.4px;
}

.about-template .inr-banner.about-hero,
.contact-template .inr-banner.contact-hero {
    position: relative;
    height: 390px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-template .inr-banner-img,
.contact-template .inr-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.about-template .inr-banner.about-hero::before,
.about-template .inr-banner.about-hero::after,
.contact-template .inr-banner.contact-hero::before,
.contact-template .inr-banner.contact-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.about-template .inr-banner.about-hero::before,
.contact-template .inr-banner.contact-hero::before {
    background: rgba(10, 18, 28, 0.58);
}

.about-template .inr-banner.about-hero::after,
.contact-template .inr-banner.contact-hero::after {
    background-image: linear-gradient(180deg, rgba(11, 35, 70, 0.30) 0%, rgba(74, 125, 153, 0.12) 100%);
}

.about-template .inr-banner-content,
.contact-template .inr-banner-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    padding: 0 18px;
    color: #fff;
}

.about-template .inr-banner-content h1,
.contact-template .inr-banner-content h1 {
    margin: 0 0 10px;
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: .25px;
    color: #fff;
}

.about-template .inr-banner-content p,
.contact-template .inr-banner-content p {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.about-template .inr-banner.about-hero .booking-link {
    position: absolute;
    right: 30px;
    bottom: 23px;
    z-index: 2;
    left: auto;
    top: auto;
    transform: none;
}

.about-template .about-wrapper {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.about-template .about-split {
    background: #ffffff;
    border: 1px solid #e3eaf2;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 16px 36px rgba(22, 44, 63, 0.08);
}

.about-template .about-copy {
    color: #4f5967;
    font-size: 15px;
    line-height: 1.85;
}

.about-template .about-cta {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-template .about-media figure {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e3eaf2;
    box-shadow: 0 12px 26px rgba(22, 44, 63, 0.06);
    background: #0f2233;
}

.about-template .about-media img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.about-template .about-section-title {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 900;
    color: #203147;
}

.about-template .about-mission {
    background: #f7fbff;
}

.about-template .about-mission-inner {
    max-width: 900px;
    margin: 0 auto;
}

.about-template .about-mission-inner h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 900;
    color: #203147;
}

.about-template .about-mission-inner p {
    margin: 0 0 10px;
    color: #4f5967;
    line-height: 1.75;
    font-size: 15px;
}

.about-template .about-head {
    max-width: 900px;
    margin: 0 auto 24px;
}

.about-template .about-head h2 {
    margin: 0 0 10px;
    color: #203147;
    font-weight: 900;
    letter-spacing: .25px;
}

.about-template .about-head p {
    margin: 0;
    color: #4f5967;
    line-height: 1.75;
    font-size: 15px;
}

.about-template .about-cards .col-md-4,
.about-template .about-cards .col-md-6 {
    margin-bottom: 14px;
}

.about-template .about-cards .col-md-offset-2 {
    margin-bottom: 14px;
}

.about-template .about-card {
    background: #ffffff;
    border: 1px solid #e3eaf2;
    border-radius: 16px;
    padding: 18px 16px;
    box-shadow: 0 12px 26px rgba(22, 44, 63, 0.06);
    height: 100%;
}

.about-template .about-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 165, 197, 0.16) 0%, rgba(203, 152, 1, 0.16) 100%);
    border: 1px solid rgba(0, 165, 197, 0.22);
    color: #0b4d63;
    margin-bottom: 12px;
}

.about-template .about-card-icon i {
    font-size: 20px;
}

.about-template .about-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 900;
    color: #203147;
}

.about-template .about-card p {
    margin: 0;
    color: #4f5967;
    line-height: 1.7;
    font-size: 14.75px;
}

.about-template .about-why {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.about-template .about-why-grid .col-md-3 {
    margin-bottom: 14px;
}

.about-template .about-why-item {
    background: #ffffff;
    border: 1px solid #e3eaf2;
    border-radius: 16px;
    padding: 16px 14px;
    text-align: left;
    height: 100%;
    box-shadow: 0 12px 26px rgba(22, 44, 63, 0.06);
}

.about-template .about-why-item i {
    color: #007e9a;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
}

.about-template .about-why-item h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900;
    color: #203147;
}

.about-template .about-why-item p {
    margin: 0;
    color: #4f5967;
    line-height: 1.7;
    font-size: 14.5px;
}

.about-template .about-areas {
    background: #ffffff;
    padding: 1rem;
}

.about-template .about-areas-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.about-template .area-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 12px;
    border-radius: 999px;
    border: 1px solid rgba(31, 48, 66, 0.18);
    background: #fbfdff;
    color: #1f3042;
    font-weight: 800;
    text-decoration: none;
}

.about-template .area-pill i {
    color: #cb9800;
}

.about-template .area-pill:hover {
    border-color: rgba(0, 126, 154, 0.35);
    color: #007e9a;
    text-decoration: none;
}

.about-template .about-final-cta {
    padding: 1rem;
}

.about-template .about-final-inner {
    border-radius: 18px;
    padding: 22px 18px;
    background: #ffffff;
    border: 1px solid #e3eaf2;
    box-shadow: 0 12px 26px rgba(22, 44, 63, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.about-template .about-final-inner h2 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 900;
    color: #203147;
}

.about-template .about-final-inner p {
    margin: 0 0 10px;
    color: #4f5967;
    line-height: 1.7;
    font-size: 14.75px;
}

.about-template .about-final-phone a {
    font-weight: 900;
    color: #007e9a;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .about-template .about-areas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-template .about-final-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* contact template refresh */
.contact-template .contact-wrapper {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.contact-template .contact-grid {
    align-items: stretch;
}

.contact-template .contact-card,
.contact-template .contact-form-card {
    background: #ffffff;
    border: 1px solid #e3eaf2;
    border-radius: 18px;
    padding: 18px 16px;
    box-shadow: 0 12px 26px rgba(22, 44, 63, 0.06);
}

.contact-template .contact-cards {
    display: grid;
    gap: 14px;
}

.contact-template .contact-card h2,
.contact-template .contact-form-card h2 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
    color: #203147;
}

.contact-template .contact-form-sub {
    margin: -2px 0 14px;
    color: #4f5967;
    line-height: 1.7;
    font-size: 14.75px;
}

.contact-template .contact-card-name {
    margin: 0 0 6px;
    font-weight: 800;
    color: #1f3042;
}

.contact-template .contact-card-address {
    margin: 0 0 10px;
    color: #4f5967;
    line-height: 1.7;
}

.contact-template .contact-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-template .contact-links li {
    margin: 8px 0;
}

.contact-template .contact-links a {
    color: #1f3042;
    font-weight: 700;
    text-decoration: none;
}

.contact-template .contact-links a i {
    margin-right: 10px;
    color: #007e9a;
}

.contact-template .contact-hours {
    margin: 0 0 6px;
    font-weight: 900;
    color: #1f3042;
}

.contact-template .contact-hours-sub {
    margin: 0;
    color: #4f5967;
    line-height: 1.7;
}

.contact-template .contact-form-card .btn-custom {
    width: 100%;
}

@media (max-width: 767.98px) {
    .about-template .inr-banner.about-hero .booking-link {
        right: 18px;
        bottom: 18px;
    }

    .about-template .about-split {
        padding: 16px;
    }

    .about-template .about-media img {
        height: 240px;
    }
}

.about-template .about-wrapper h1 {
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
}

.about-template .about-wrapper p strong {
    font-weight: 500;
    color: #00a5c5;
}

.about-template .about-wrapper .about-content p {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 400;
    padding: 20px;
}

.how-work-content article p {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
    padding: 0 10px 15px;
}

.about-template .about-bg {
    background: url('../assets/images/about-inner.jpg') no-repeat right #dedede;
    background-size: 60%;
    color: #1a1a1a;
    letter-spacing: 0.4px;
}

.about-template .about-bg h2 {
    margin-bottom: 30px;
}

.about-template .about-bg ul {
    margin-left: 20px;
}

.about-template .about-bg ul li {
    position: relative;
    padding: 4px 0;
    font-weight: 500;
}

.about-template .about-bg ul li:before {
    position: absolute;
    content: '\f0da';
    left: -15px;
    font-family: "FontAwesome";
    color: #CB9801;
}

.about-template .about-full {
    border: 1px solid #dddd;
    background: #fff;
}

.about-template .about-full h2 {
    margin-bottom: 30px;
}

.about-content {
    background: #eeeeee;
}

.how-work-content h4 {
    font-weight: 500;
    color: #ffffff;
    padding: 15px 10px;
}

.how-work-content figure {
    height: 220px;
}

.how-work-content figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.how-work-content {
    background: #009587;
}

.how-work p {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    color: #474747;
    font-weight: 400;
    padding: 0 0 25px;
}

.about-template .about-full .about-box ul {
    color: #303030;
    font-size: 16px;
}

.about-template .about-full .about-box ul .fa {
    width: 30px;
    color: #29a042;
}

.about-template .about-full .about-box ul img {
    width: 21px;
    margin-right: 9px;
}

.about-template .about-full .about-box ul li {
    padding: 8px 0;
}

.about-template .about-full .about-box ul li:first-child {
    padding-top: 0;
}

.about-template .about-full .about-box ul li:last-child {
    padding-bottom: 0;
}


/*reviews-template*/

.reviews-templete .reviews-banner {
    background: url('../assets/images/banner/reviews.jpg') center;
}

.reviews-templete h1 {
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
    border-bottom: 1px solid #dfdede;
    padding: 0 0 15px;
}

.reviews-templete .reviews-wrap figure {
    margin-bottom: 30px;
}

.reviews-templete .reviews-wrap figure img {
    width: 40%;
}

.reviews-templete .reviews-wrap figure~p {
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.reviews-templete .reviews-wrap figure~p:first-child {
    margin-bottom: 15px;
}

.reviews-templete .reviews-wrapper .reviews-group {
    margin: 30px 0 0;
    padding: 15px;
    border: 1px solid #edebeb;
}

.reviews-templete .reviews-wrapper .reviews-group ul {
    display: inline-block;
}

.reviews-templete .reviews-wrapper .reviews-group ul li {
    padding: 0;
    color: #4c4844;
}

.reviews-templete .reviews-wrapper .reviews-group p {
    margin: 10px 0 6px;
    font-weight: 300;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.reviews-templete .reviews-wrapper .reviews-group span {
    font-size: 12px;
    color: #212121;
}

.reviews-templete .reviews-wrapper .reviews-group h6 {
    color: #436391;
    font-weight: 600;
}

.views-wrapper .fa {
    color: #FF9000;
    font-size: 18px;
}

.views-wrapper {
    display: flex;
}

.views-wrapper h3 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 25px;
}

.views-wrapper li {
    margin-right: 3px;
}

.review-name .fa {
    font-size: 16px;
    color: #009587;
    margin-right: 10px;
}

.review-name li {
    margin-right: 10px;
}

.review-name .date {
    color: #000;
}

.review-right-side {
    padding: 25px 0 5px;
}

.social-media {
    padding: 20px 0;
    border-top: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
    margin: 10px 0 25px;
}

.social-media li {
    margin: 10px;
}

.social-media img {
    height: 40px;
    width: 40px;
}

.review-form .btn-custom {
    text-transform: capitalize;
    width: 100%;
    font-size: 15px;
}

.review-form {
    border: 1px solid #edebeb;
    padding: 15px;
}


/* tours-tempalte*/

.tours-templete .tours-banner {
    background: url('../assets/images/banner/tour-bg.jpg') center fixed;
    height: 500px;
    align-items: center;
}

.tours-templete .tours-banner h1,
.tours-templete .tours-banner p {
    color: #ffffff;
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}

.tours-templete .tours-banner h1 {
    font-size: 41px;
    margin-bottom: 20px;
}

.tours-templete .tours-banner p {
    font-size: 19px;
    width: 50%;
    margin-bottom: 0;
}

.tours-templete .tours-wrapper {
    padding-top: 50px;
}

.tours-templete .tours-wrapper h1 {
    margin-bottom: 35px;
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
}

.tours-templete .tours-wrapper h2 {
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 20px;
}

.tours-templete .tours-wrapper article p {
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.tours-templete .tours-wrapper article p strong {
    font-weight: 500;
    color: #00a5c5;
}

.tours-templete .tours-wrapper .tour-wrap {
    padding: 50px 0;
    border-top: 1px dotted #aaaaaa;
    margin-top: 50px;
}

.tours-templete .tours-wrapper .tour-wrap .tour-type>.row {
    margin-bottom: 30px;
}

.tours-templete .tours-wrapper .tour-wrap .tour-type>.row:last-of-type {
    margin-bottom: 0;
}

.tours-templete .tours-wrapper .tour-wrap .tour-group {
    position: relative;
    padding-bottom: 30px;
    background: #fff;
}

.tours-templete .tours-wrapper .tour-wrap .tour-group figure {
    height: 350px;
}

.tours-templete .tours-wrapper .tour-wrap .tour-group ul {
    padding: 0 30px;
    margin: 20px 0 0;
}

.tours-templete .tours-wrapper .tour-wrap .tour-group ul li {
    padding: 5px 0;
    font-style: italic;
    color: #436391;
    font-size: 16px;
}

.tours-templete .tours-wrapper .tour-wrap .tour-group p {
    padding: 0 30px;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 20px 0;
}

.tours-templete .tours-wrapper .tour-wrap .tour-group .btn-custom {
    margin: 0 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 13px 24px;
    border-radius: 4px;
    background: #CB9801;
    color: #000;
    border: 1px solid #CB9801;
}

.tours-templete .tours-wrapper .tour-wrap .tour-group .btn-custom:hover {
    background: #000;
}


/*term& conditon template*/

.term-template .terms-banner {
    background: url('../assets/images/banner/terms.jpg') center;
}

.term-template h1 {
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
}

.term-template .term-wrap {
    padding: 38px;
    background: #f4f4f4;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
}

.term-template .term-wrap h1 {
    text-align: left;
}

.term-template .term-wrapper {
    font-size: 15px;
}

.term-template .term-wrapper p {
    line-height: 22px;
    margin-bottom: 18px;
}

.term-template .term-wrapper h3 {
    color: #436391;
    margin: 15px 0 10px;
}

.term-template .term-wrapper a {
    color: #000000;
}

.term-template .term-wrapper a:hover {
    color: #CB9801;
}

.term-template .term-wrapper ol {
    margin-left: 30px;
    margin-bottom: 18px;
}

.term-template .term-wrapper ol li {
    list-style: decimal;
    margin-bottom: 8px;
}

.term-template .term-wrapper ol li:last-child {
    margin-bottom: 0;
}

.term-template .useful-widget h2 {
    font-size: 20px;
    font-weight: 500;
    color: #2a2a2a;
    font-family: 'Muli', sans-serif;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
}

.term-template .useful-widget ul li {
    font-size: 16px;
    padding: 8px;
    color: #2a2a2a;
    margin: 10px 0;
}

.term-template .useful-widget ul li:hover {
    color: #CB9801;
}

.term-template .useful-widget ul li:hover:before {
    transition: all ease-in 0.3s;
    margin-right: 5px;
}

.term-template .useful-widget a {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
}


/*fleet template*/

.fleet-template .fleet-banner {
    background: url('../assets/images/banner/fleet.jpg') center;
}

.fleet-template h1 {
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
}

.fleet-wrapper .container-fluid {
    padding: 0 50px;
}

.fleet-wrapper .nav-pills {
    background-color: #CB9801;
    padding: 5px;
    border-radius: 50px;
}

.fleet-wrapper .fleet-tabs .nav-pills>li>a {
    margin: 0;
    color: #313131;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 10px 5px;
}

.fleet-wrapper .fleet-tabs .nav-pills>li>a:hover {
    color: #fff;
    background-color: #CB9801;
}

.fleet-wrapper .fleet-tabs .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding-bottom: 5px;
}

.fleet-wrapper ul {
    margin-top: 15px;
}

.fleet-wrapper ul li {
    font-size: 13px;
}

.fleet-wrapper h1 {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
}

.fleet-wrapper p {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: left;
}

.fleet-wrapper h5 {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;
}

.fleet-template .fleet-wrapper ul li {
    padding: 5px;
    color: #4c5e6b;
    font-size: 14px;
    font-weight: 300;
    display: inline-flex;
    width: auto;
}

.fleet-template .fleet-wrapper ul li .fa {
    margin-right: 10px;
    font-size: 20px;
}

.fleet-template .fleet-wrapper h2 {
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.1px;
    font-weight: 600;
    color: #4c5e6b;
}

/* fleet page refresh */
.fleet-template .inr-banner.fleet-hero {
    position: relative;
    height: 200px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fleet-template .inr-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.fleet-template .inr-banner.fleet-hero::before,
.fleet-template .inr-banner.fleet-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.fleet-template .inr-banner.fleet-hero::before {
    background: rgba(10, 18, 28, 0.60);
}

.fleet-template .inr-banner.fleet-hero::after {
    background-image: linear-gradient(180deg, rgba(11, 35, 70, 0.28) 0%, rgba(74, 125, 153, 0.12) 100%);
}

.fleet-template .inr-banner-content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    padding: 0 18px;
    color: #fff;
}

.fleet-template .inr-banner-content h1 {
    margin: 0 0 10px;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: .25px;
    color: #fff;
    text-align: center;
}

.fleet-template .inr-banner-content p {
    margin: 0;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
    font-size: 2rem;
}

.fleet-template .fleet-hero .booking-link {
    position: absolute;
    right: 30px;
    bottom: 23px;
    z-index: 2;
    left: auto;
    top: auto;
    transform: none;
}

.fleet-template .fleet-intro {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
}

.fleet-template .fleet-intro-inner {
    background: #ffffff;
    border: 1px solid #e3eaf2;
    border-radius: 18px;
    padding: 18px 18px;
    box-shadow: 0 12px 26px rgba(22, 44, 63, 0.06);
}

.fleet-template .fleet-showcase {
    background: #f7fbff;
}

.fleet-template .fleet-tabs-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 18px;
}

.fleet-template .fleet-tabs-title {
    margin: 0 0 8px;
    font-weight: 900;
    color: #203147;
    letter-spacing: .2px;
}

.fleet-template .fleet-tabs-subtitle {
    margin: 0;
    color: #4f5967;
    line-height: 1.75;
    font-size: 15px;
}

.fleet-template .fleet-tabs-nav.nav-pills {
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 22px 0 22px;
}

.fleet-template .fleet-tabs .fleet-tabs-nav.nav-pills>li {
    float: none;
    width: auto !important;
}

.fleet-template .fleet-tabs .fleet-tabs-nav.nav-pills>li>a {
    background: #ffffff;
    border: 1px solid rgba(31, 48, 66, 0.18);
    border-radius: 999px;
    padding: 10px 16px;
    color: #1f3042;
    font-weight: 800;
    text-transform: none;
    box-shadow: 0 10px 22px rgba(22, 44, 63, 0.06);
}

.fleet-template .fleet-tabs .fleet-tabs-nav.nav-pills>li>a:hover {
    color: #007e9a;
    border-color: rgba(0, 126, 154, 0.35);
    background: #fbfdff;
}

.fleet-template .fleet-tabs .fleet-tabs-nav.nav-pills>li.active>a,
.fleet-template .fleet-tabs .fleet-tabs-nav.nav-pills>li.active>a:hover,
.fleet-template .fleet-tabs .fleet-tabs-nav.nav-pills>li.active>a:focus {
    background: linear-gradient(135deg, #d4af37 0%, #cb9800 100%);
    color: #102131;
    border-color: rgba(203, 152, 1, 0.45);
}

.fleet-template .fleet-tab-content {
    margin-top: 0;
}

.fleet-template .fleet-panel {
    background: #ffffff;
    border: 1px solid #e3eaf2;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 16px 36px rgba(22, 44, 63, 0.08);
}

.fleet-template .fleet-panel-row {
    align-items: stretch;
}

.fleet-template .fleet-gallery .inr-fleet-slider figure {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #0f2233;
}

.fleet-template .fleet-gallery .inr-fleet-slider img {
    width: 100%;
    height: 380px;
    object-fit: contain;
    display: block;
}

.fleet-template .fleet-details {
    padding: 8px 6px 6px 14px;
}

.fleet-template .fleet-details h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 900;
    color: #203147;
}

.fleet-template .fleet-details p {
    margin: 0 0 14px;
    color: #4f5967;
    line-height: 1.75;
    font-size: 14.75px;
}

.fleet-template .fleet-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.fleet-template .fleet-spec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid #edf2f7;
    background: #fbfdff;
    color: #1f3042;
    font-weight: 800;
    font-size: 13px;
}

.fleet-template .fleet-spec i {
    color: #007e9a;
    font-size: 16px;
}

.fleet-template .fleet-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fleet-template .fleet-actions .btn-custom {
    padding: 12px 22px;
}

.fleet-template .fleet-actions .btn-ghost {
    padding: 12px 22px;
    border: 1px solid rgba(31, 48, 66, 0.22);
    background: #ffffff;
    color: #1f3042;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .fleet-template .fleet-gallery .inr-fleet-slider img {
        height: 260px;
    }

    .fleet-template .fleet-details {
        padding: 14px 6px 6px;
    }

    .fleet-template .fleet-hero .booking-link {
        right: 18px;
        bottom: 18px;
    }
}

.bg-gray {
    background: #f8f8f8;
}

.fleet-template .fleet-wrapper .white-bg.text-center {
    border-top: 1px solid #ddd;
    width: 85%;
    margin: 15px auto;
    display: block;
    min-height: 310px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.04);
}

.fleet-template .fleet-wrapper .white-bg.text-center p {
    margin: 23px 0;
}

.fleet-template .fleet-wrapper .white-bg.text-center li {
    padding: 10px;
    color: #666;
    font-weight: 600;
    font-size: 15px;
}

.fleet-template .fleet-wrapper figure {
    padding: 20px 0;
    transition: 0.5s ease;
}

.fleet-template .fleet-wrapper figure img {
    width: 100%;
}

.fleet-template .fleet-wrapper h4 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px;
    font-size: 17px;
    color: #4c5e6b;
}

.fleet-template .fleet-wrapper h4 span {
    color: #212121;
    margin-left: 8px;
}

.driver-info {
    margin-bottom: 20px;
}

.driver-info h3 {
    font-weight: 600;
    color: #4c5e6b;
    margin: 0 0 20px;
}

.driver-info .fa {
    font-size: 40px;
    color: #009384;
}

.driver-info h5 {
    font-weight: 500;
    margin: 0 0 10px;
    color: #4c5e6b;
}

.driver-info p {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 300;
}

.fleet-template .fleet-wrapper .btn-ghost {
    width: auto;
    display: inline-block;
    border: 0;
    font-size: 14px;
    font-weight: 600;
}

.fleet-template .ft-fleet .fa {
    color: #436391;
}

.driver-wrapper {
    padding: 10px 0 0;
}

.driver-content {
    padding: 30px 0;
}

.contact-wrapper .form-control {
    border-radius: 0;
    border: none;
    outline: 0;
    font-size: 15px;
    background: white;
    font-weight: 400;
    padding-left: 20px;
    box-shadow: 0 0 50px 0 #0a3a641c;
}


/*contact template*/

.contact-wrap {
    background: #e2e2e2
}

.contact-template .contact-wrapper h1 {
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #313131;
    font-weight: 300;
    text-transform: uppercase;
}

.contact-banner {
    height: 600px !important;
    position: relative;
}

.contact-template .contact-wrapper h3 {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #303030;
}

.contact-template .contact-wrapper h3:last-of-type {
    border-bottom: 0;
}

.contact-template .contact-wrapper h3 .fa {
    color: #436391;
    margin-right: 10px;
}

.contact-template .contact-wrapper a {
    color: #444;
}

.contact-template .contact-wrapper a:hover,
.contact-template .contact-wrapper a:focus {
    color: #436391;
}

.contact-template .contact-wrapper ul {
    margin-bottom: 20px;
}

.contact-template .contact-wrapper ul li {
    font-weight: 500;
    font-size: 15px;
    padding: 3px 0;
}

.contact-template .contact-wrapper ul li a {
    color: #444;
}

.contact-template .contact-wrapper ul li a:hover,
.contact-template .contact-wrapper ul li a:focus {
    color: #436391;
}

.contact-template .contact-wrapper ul li span {
    color: #436391;
}

.contact-template .contact-wrapper ul.list-inline {
    margin-top: 6px;
    margin-left: 0;
}

.contact-template .contact-wrapper ul.list-inline a {
    width: 29px;
    height: 29px;
    margin-right: 6px;
    display: inline-block;
    background: url('../assets/images/social_share.png');
}

.contact-template .contact-wrapper ul.list-inline a:hover {
    filter: grayscale(1);
}

.contact-template .contact-wrapper ul.list-inline li {
    padding: 0;
}

.contact-template .contact-wrapper ul.list-inline li:first-child a {
    background-position: left;
}

.contact-template .contact-wrapper ul.list-inline li:nth-child(2) a {
    background-position: 34%;
}

.contact-template .contact-wrapper ul.list-inline li:nth-child(3) a {
    background-position: 67%;
}

.contact-template .contact-wrapper ul.list-inline li:nth-child(4) a {
    background-position: 100%;
}

.contact-template .contact-wrapper form {
    text-align: left;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.60);
    padding: 30px;
}

.contact-template .contact-wrapper form label {
    font-weight: 400;
}

.contact-template .contact-wrapper form .form-control {
    border-radius: 0;
    transition: 0.3s;
    color: #000000;
}

.contact-template .contact-wrapper form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #00999e;
    transition: 0.3s;
}

.contact-template .contact-wrapper form .btn-custom {
    border: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 15px 24px;
}

.contact-template .contact-wrapper form .btn-custom .fa {
    margin-right: 8px;
}

.contact-template .map {
    width: 100%;
    height: 400px;
}

.contact-template .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-info-content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.contact-info-content p {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 500;
}

.contact-info-content li {
    margin: 5px;
}

.contact-info-content li a {
    font-size: 14px;
    color: #4c5e6b;
    font-weight: 500;
}

.contact-info-content li .fa {
    margin-right: 10px;
    font-size: 20px;
}

.contact-info-content h2 {
    font-weight: 500;
    letter-spacing: 0;
    color: #4c5e6b;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/*register template*/

.register-template .register-wrapper {
    background: #f5f5f5;
}

.register-template .register-wrapper .register-wrap-width {
    width: 80%;
    margin: 79px auto 0;
}

.register-template .register-wrapper h1 {
    margin-bottom: 80px;
    font-weight: 400;
    color: #303030;
    font-size: 32px;
    text-align: center;
}

.register-template .register-wrapper .row .col-md-6:last-child {
    border-left: 1px solid #ddd;
}

.register-template .register-wrapper h2 {
    color: #8c887d;
    font-size: 21px;
    margin: 0 0 45px;
    text-align: center;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.register-template .register-wrapper .register-inner {
    color: #45423c;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: center;
}

.register-template .register-wrapper .register-login {
    width: 62%;
    margin: 0 auto;
}

.register-template .register-wrapper .register-login a {
    display: block;
    padding-bottom: 8px;
    font-size: 13px;
    color: #436391;
}

.register-template .register-wrapper .register-login label {
    text-align: left;
    display: block;
    color: #45423c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.register-template .register-wrapper .register-login .form-control {
    border: 0;
    border-bottom: 1px solid #adadad;
    box-shadow: none;
    background: #f1f1f1;
    color: #000;
    font-weight: 500;
}

.register-template .register-wrapper .register-login .form-control:hover,
.register-template .register-wrapper .register-login .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #436391;
}

.register-template .register-wrapper .register-login .btn-custom {
    border: 0;
    display: inline-block;
    outline: 0;
    /* width: 100%; */
    min-width: 155px;
    text-align: center;
    padding: 10px;
    background: #29a042;
    font-size: 16px;
    font-weight: 500;
}

.register-template .register-wrapper .register-login .btn-custom:hover {
    background: #CB9801;
}

.register-template .register-wrapper .register-sign .btn-custom {
    background: #CB9801;
    color: #000000;
}

.register-template .register-wrapper .register-sign .btn-custom:hover {
    background: #1a4515;
}

.register-template .register-wrapper .register-group {
    background: #fff;
    padding: 35px 30px 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.register-template .register-wrapper .register-group .register-content {
    width: 80%;
    margin: 0 auto;
}

.register-template .register-wrapper .register-group .form-group {
    margin-bottom: 30px;
}

.register-template .register-wrapper .register-group .form-group:last-child {
    margin-bottom: 0;
    padding-top: 15px;
}

.register-template .register-wrapper .register-group .form-group label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9c9999;
}

.register-template .register-wrapper .register-group .form-group .form-control {
    border: none;
    font-size: 20px;
    border-bottom: 2px solid #d8d8d8;
    background-color: transparent;
    padding: 8px 10px;
    height: auto;
    box-shadow: none;
}

.register-template .register-wrapper .register-group .form-group .forget {
    float: right;
    color: #737171;
    font-weight: 600;
}

.register-template .register-wrapper .register-group .form-group button {
    background-color: #29a042;
    border: 0;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 13px 50px;
}

.register-template .register-wrapper .sign-in-why {
    position: relative;
}

.register-template .register-wrapper .sign-in-why .sign-in-why-wrapper {
    position: absolute;
    background: url('../assets/images/sign.jpg') 86% 0;
    background-size: cover;
    width: 100%;
    height: 450px;
    top: -58px;
    padding: 30px;
    color: #fff;
}

.register-template .register-wrapper .sign-in-why h2 {
    color: #fff;
    margin-top: 9px;
    margin-bottom: 16px;
}

.register-template .register-wrapper .sign-in-why p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.register-template .register-wrapper .sign-in-why ul {
    padding: 10px 36px 0;
}

.register-template .register-wrapper .sign-in-why li {
    padding: 7px 0 7px 12px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.register-template .register-wrapper .sign-in-why li:before {
    position: absolute;
    content: '\f00c';
    left: -12px;
    font-family: "FontAwesome";
    color: #CB9801;
}

.register-template .register-wrapper .sign-in-why .btn-custom {
    border: 0;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 13px 0;
    color: #000;
    display: block;
    text-align: center;
    width: 53%;
    margin: 16px auto 0;
}

.trip {
    border: 2px solid #7addd4;
    padding: 10px;
}

.trip figure {
    width: 115px;
}

.trip figure img {
    width: 100%;
}

.trip h4 {
    font-size: 14px;
    font-weight: 600;
    color: #b0b8be;
    padding: 5px 0;
}

.trip h2 {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    text-decoration: underline;
    padding: 0 0 10px;
}

.trip-wrap {
    border-bottom: 1px solid #b4afaf;
    padding: 10px 0 0;
}

.trip-wrap figure {
    width: 75px;
}

.trip-wrap figure img {
    width: 100%;
}

.trip-wrap h3 {
    font-size: 14px;
    font-weight: 600;
    color: #49494b;
    padding: 0 0 5px;
}

.trip-wrap span {
    color: #009587;
    font-size: 14px;
    font-weight: 600;
}

.trip-wrap p {
    font-size: 13px;
    font-weight: 500;
    color: #282626;
}

.list-view ul {
    display: flex;
    flex-wrap: wrap;
}

.list-view ul li {
    margin: 5px;
}

.list-view ul li a {
    font-weight: 600;
    color: #0a4289;
    font-size: 13px;
}

.copy-right p {
    font-size: 14px;
    color: #b1c0d1;
    padding: 5px 0;
    margin: 0;
}


/*sign template*/

.sign-template .register-wrapper .register-group .form-group:last-child {
    padding-top: 0;
    margin-bottom: 30px;
}

.sign-template .register-wrapper h2 {
    margin: 0 0 20px 45px;
    text-align: left;
}

.sign-template .register-wrapper h2:last-of-type {
    margin-top: 45px;
}

.sign-template .register-wrapper .register-content:last-child .form-group {
    margin-bottom: 0;
}

.sign-template .register-wrapper .sign-in-why h2 {
    margin: 0 0 16px;
    text-align: center;
}

.sign-template .register-wrapper .sign-in-why .sign-in-why-wrapper {
    height: 940px;
}

.sign-template .register-wrapper .why-wrapper {
    text-align: center;
}

.sign-template .register-wrapper .why-wrapper .why-wrap {
    padding: 0 0 20px;
    margin: 0 15px 25px;
    border-bottom: 1px solid #6d6d6d;
}

.sign-template .register-wrapper .why-wrapper .why-wrap:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.sign-template .register-wrapper .why-wrapper figure img {
    width: 80px;
    filter: grayscale(1) brightness(3);
    backface-visibility: hidden;
}

.sign-template .register-wrapper .why-wrapper figure figcaption {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #CB9801;
}

.sign-template .register-wrapper .why-wrapper p {
    font-size: 15px;
    font-weight: 500;
}

.sign-template .checkbox label {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
}


/*airport-template*/

.airport-template .airport-banner {
    background: url('../assets/images/banner/airport.jpg') center;
}

.airport-template .airport-wrapper {
    letter-spacing: 0.4px;
}

.airport-template .airport-wrapper p {
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.airport-template .airport-wrapper p strong {
    font-weight: 500;
    color: #00a5c5;
}

.airport-template .airport-wrapper .airport-content p {
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.airport-template .airport-bg {
    background: url('../assets/images/about-inner.jpg') no-repeat bottom right #fbfbfb;
    background-size: contain;
    color: #1a1a1a;
    letter-spacing: 0.4px;
}

.airport-template .airport-bg h2 {
    margin-bottom: 30px;
}

.airport-template .airport-bg ul {
    margin-left: 20px;
}

.airport-template .airport-bg ul li {
    position: relative;
    padding: 7px 0;
    font-weight: 500;
}

.airport-template .airport-bg ul li:before {
    position: absolute;
    content: '\f0da';
    left: -15px;
    font-family: "FontAwesome";
    color: #1a4515;
}

.airport-template .airport-bg ul li a {
    color: #444;
    font-size: 16px;
}

.airport-template .airport-bg ul li a:hover {
    color: #000;
}

.airport-content h3 {
    font-weight: 600;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e0e0;
    margin: 0 0 10px;
    color: #4c5e6b;
}

.location-box h5 {
    margin-bottom: 10px;
}

.location-box {
    margin: 10px;
}

.location-box a {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.location-box a:hover {
    color: #009587;
}

.location-box .fa {
    font-size: 15px;
    margin-right: 10px;
    color: #009587;
}


/*services template*/

/* .services-template .inr-banner {
    position: relative;
    height: 390px;
    margin-bottom: 35px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('../assets/images/service-banner.png');
}

.services-template .inr-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.services-template .inr-banner::before,
.services-template .inr-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.services-template .inr-banner::before {
    backdrop-filter: blur(5px);
    background-color: rgba(10, 18, 28, 0.58);
}

.services-template .inr-banner::after {
    background-image: linear-gradient(180deg, rgba(11, 35, 70, 0.35) 0%, rgba(74, 125, 153, 0.17) 100%);
}

.services-template .inr-banner-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
    color: #fff;
    padding: 0 18px;
}

.services-template .inr-banner-content h1 {
    margin-bottom: 12px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    color: #fff;
}

.services-template .inr-banner-content p {
    margin: 0;
    font-size: 1.14rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
    max-width: 667px;
    margin: 0 auto;
}

.services-template .booking-link {
    position: absolute;
    right: 30px;
    bottom: 23px;
    z-index: 2;
    left: auto;
    top: auto;
    transform: none;
}

.services-template .booking-link .btn-custom {
    padding: 12px 24px;
    background: #00a5c5;
    border-color: #0096b5;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 125, 160, 0.35);
}

.services-template .booking-link .btn-custom:hover {
    background: #007e9a;
} */
/* 
.services-template .service-wrap {
    background: #f4f9ff;
    padding: 55px 0 80px;
} */

.services-template .service-cont .row {
    margin: 0 -13px;
}

.services-template .service-cont .col-md-4 {
    padding: 0 13px 28px;
}

.services-template .service-wp {
    border: 1px solid #dee4ea;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(102, 128, 158, 0.08), 0 14px 25px rgba(22, 44, 63, 0.08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.services-template .service-wp:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 36px rgba(23, 56, 86, 0.15);
    border-color: #bfd3de;
}

.services-template .service-wp figure {
    height: 220px;
    overflow: hidden;
}

.services-template .service-wp figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.services-template .service-wp:hover figure img {
    transform: scale(1.06);
}

.services-template .service-wp h3 {
    text-align: left;
    padding: 16px;
    font-size: 20px;
    color: #1f3042;
    text-transform: none;
}

.services-template .service-wp h3 a {
    color: #1f3042;
    transition: color .2s ease;
}

.services-template .service-wp h3 a:hover {
    color: #007c9b;
}

.services-template .service-wp p {
    padding: 0 16px 16px;
    color: #5f6b78;
    line-height: 1.65;
    font-size: 14.75px;
}

.services-template .service-wp p a {
    font-weight: 600;
    color: #00a5c5;
}

.services-template .service-wp p a:hover {
    color: #007b9f;
    text-decoration: underline;
}

.services-template .services-wrap .container-fluid {
    padding: 0;
}

.services-template .services-wrapper,
.services-template .services-wrap {
    letter-spacing: 0.33px;
}

.services-template .services-wrapper h1 {
    margin-bottom: 42px;
    color: #203147;
    font-weight: 700;
    letter-spacing: .7px;
}

.services-template .services-wrapper p,
.services-template .services-wrap .services-inner p {
    line-height: 1.7;
    font-size: 15px;
    color: #4f5967;
}

.services-template .services-wrap .services-inner .btn-custom {
    padding: 10px 34px;
    border: 1px solid #1291b8;
    background: #1291b8;
    color: #ffffff;
    transition: .3s ease;
}

.services-template .services-wrap .services-inner .btn-custom:hover {
    background: #0f7ea5;
    border-color: #0f7ea5;
}

.page-title .services-head {
    padding: 6.5rem 0px;

}

.page-title .services-title {
    margin: 0 0 10px;
    color: #203147;
    font-weight: 800;
    letter-spacing: .4px;
}

.page-title .services-subtitle {
    margin: 0;
    color: #526172;
    font-size: 15.25px;
    line-height: 1.75;
}

.services-template .service-wp .view-details {
    display: inline-block;
    padding: 0 16px 18px;
    color: #00a5c5;
    font-weight: 700;
    text-decoration: none;
}

.services-template .service-wp .view-details:hover {
    color: #007b9f;
    text-decoration: underline;
}

.services-template .service-list {
    margin-top: 18px;
}

.services-template .service-row {

    border-radius: 18px;
    background: #ffffff;
    margin-bottom: 35px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.services-template .service-row .row {
    margin: 0;
    display: flex;
    align-items: center;

}

.services-template .service-row .col-md-6 {
    padding: 0;
}

.services-template .service-media {
    display: block;
    height: auto;
    background: transparent;
}

.services-template .service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    aspect-ratio: 16 / 9;
    max-height: 240px;
}

.services-template .service-row--event .service-media img {
    object-position: center;
}

.services-template .service-body,
.services-template .service-media {
    transition: opacity .25s ease;
}

.services-template .service-row:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(23, 56, 86, 0.12);
    border-color: #bfd3de;
    background-color: #fbfdff;
}


.services-template .service-row:hover .service-body {
    opacity: 1;
}

.services-template .service-body {
    height: 100%;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-template .service-body h2 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .25px;
    color: #1f3042;
}

.services-template .service-body p {
    margin: 0 0 18px;
    color: #5f6b78;
    line-height: 1.75;
    font-size: 14.75px;
}

.services-template .service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.services-template .service-actions .btn-custom {
    padding: 11px 18px;
    border: 1px solid #cfa116;
    background: #cfa116;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(0, 125, 160, 0.22);
}

.services-template .service-actions .btn-custom:hover {
    background: #ffffff;
    border-color: #cfa116;
    color: #cfa116;
}

.services-template .service-actions .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 4px;
    border: 1px solid #cfa116;
    color: #cfa116;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6);
}

.services-template .service-actions .btn-ghost:hover {
    border-color: #cfa116;
    color: #ffffff;
    background: #cfa116;
    text-decoration: none;
}

/* .services-template .service-row--reverse .row {
    flex-direction: row-reverse;
} */

@media (max-width: 767.98px) {
    .services-template .service-row .row {
        flex-wrap: wrap;
    }
    
    .services-template .service-media {
        padding: 12px 12px 0;
    }

    .services-template .service-body {
        padding: 14px 14px 18px;
    }

    .services-template .service-body h2 {
        font-size: 21px;
    }

    .services-template .service-media img {
        max-height: none;
        aspect-ratio: 16 / 10;
    }
}

.services-template .services-process {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    padding: 70px 0;
}

.services-template .process-intro h2 {
    margin: 0 0 12px;
    color: #203147;
    font-weight: 800;
    letter-spacing: .35px;
}

.services-template .process-intro p {
    margin: 0;
    color: #526172;
    line-height: 1.75;
}

.services-template .process-card {
    height: 200px;
    border: 1px solid #cfa116;
    background: #fff;
    border-radius: 18px;
    padding: 18px 16px;
    box-shadow: 0 14px 26px rgba(22, 44, 63, 0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.services-template .process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 34px rgba(23, 56, 86, 0.12);
    border-color: #bfd3de;
}

.services-template .process-step {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #0b4d63;
    background: linear-gradient(135deg, rgba(0, 165, 197, 0.18) 0%, rgba(203, 152, 1, 0.18) 100%);
    border: 1px solid rgba(0, 165, 197, 0.22);
    margin-bottom: 12px;
}

.services-template .process-card h3 {
    margin: 0 0 8px;
    color: #1f3042;
    font-size: 18px;
    font-weight: 800;
}

.services-template .process-card p {
    margin: 0;
    color: #5f6b78;
    line-height: 1.7;
    font-size: 14.75px;
}

.services-template .services-cta {
    padding: 3rem 0;
}

.services-template .services-cta-inner {
    border-radius: 22px;
    padding: 26px 22px;
    background: radial-gradient(900px 240px at 10% 0%, rgba(0, 165, 197, 0.16) 0%, rgba(0, 165, 197, 0.03) 60%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(135deg, #1b2f46 0%, #0f4d63 45%, #0b2f43 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.services-template .services-cta-inner h1 {
    margin: 0 0 6px;
    font-weight: 900;
    letter-spacing: .35px;
    color: #fff;
}

.services-template .services-cta-inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    font-size: 10pt;
}

.services-template .services-cta-inner .btn-custom {
    background: #CB9801;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #102131;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(203, 152, 1, 0.32);
    padding: 12px 24px;
}

.services-template .services-cta-inner .btn-custom:hover {
    background: #d4a202;
    color: #102131;
}

@media (max-width: 991.98px) {
    .services-template .services-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .services-template .booking-link {
        right: 18px;
        bottom: 18px;
    }
}


/* 404 page template */

.template-404 {
    min-height: 85vh;
}

.template-404 h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

.template-404 h1 span {
    color: #CB9801;
}

.template-404 .btn-ghost {
    margin-top: 30px;
}


/**inner-template***/

.inner-template .ft-banner-wrapper .banner-des h1 {
    margin-bottom: 20px;
    font-size: 32px;
}

.inner-template h1 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    color: #4c5e6b;
    text-align: center;
}

.banner-quote {
    overflow: visible;
}

.banner-des {
    padding: 20px;
}

.fleet {
    background: #fff;
    padding: 8rem 0;
}

.driver-info {
    margin-top: 10px;
}

.inner-template .ft-fleet {
    padding: 50px 0;
}

.inner-template .inner-des {
    border-top: 1px solid #eee;
    padding: 60px 0;
}

.inner-template .inner-des .area-list {
    background: #fbfbfb;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.inner-template .inner-des .area-list h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #575757;
    font-weight: 500;
}

.inner-template .inner-des .area-list ul li {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid #eaeaea;
}

.inner-template .inner-des .area-list ul a {
    color: #272727;
    font-size: 15px;
}

.inner-template .inner-info h2,
.inner-template .inner-info h3 {
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}

.inner-template .inner-info h3 {
    margin-bottom: 10px;
}

.inner-template .inner-info p {
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.ft-price h2 {
    margin-bottom: 35px;
}

.ft-price ul {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
    border-radius: 6px;
    margin: 0 20px;
}

.ft-price ul li:last-child a {
    border-bottom: 0;
}

.ft-price ul a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 12px 4px;
    margin-bottom: 2px;
    border-bottom: 1px dotted #dedede;
}

.ft-price ul a:hover {
    color: #436391;
}

.ft-price ul a span {
    float: right;
    color: #436391;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}

.ft-price ul a p {
    display: inline-block;
    margin-bottom: 0;
}

.ft-price ul a p .fa {
    margin-right: 10px;
    color: #999;
}


/***child-seat***/

.child-templete .child-banner {
    background: url('../assets/images/banner/child-seat.jpg') center;
}

.child-templete .child-wrapper h1 {
    letter-spacing: 0.1px;
    color: #303030;
    text-align: center;
    font-weight: 400;
    margin-bottom: 35px;
}

.child-templete .child-wrapper p {
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.child-templete .child-wrapper .btn-ghost {
    display: inline-block;
    margin-top: 30px;
}

.child-templete .child-wrapper figure {
    text-align: center;
    width: 62%;
    margin: 0 auto;
}

.child-templete .seat-type {
    padding: 50px 0 0;
    /*border-top: 1px solid #ddd;*/
}

.child-templete .seat-type>.row div[class*='col-'] {
    border-right: 1px solid #ddd;
}

.child-templete .seat-type>.row div[class*='col-']:last-child {
    border: 0;
}

.child-templete .seat-type .avail-seat {
    padding: 40px 30px;
    background: #fff;
    /*margin: 34px;*/
    text-align: left;
}

.child-templete .seat-type .checked-svg {
    width: 16%;
    margin: 0 auto;
}

.child-templete .seat-type h2 {
    letter-spacing: 0.1px;
    color: #303030;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}

.child-templete .seat-type ul {
    margin-left: 20px;
}

.child-templete .seat-type li {
    position: relative;
    padding: 5px 0;
}

.child-templete .seat-type li:before {
    position: absolute;
    content: '\f0a4';
    font-family: "FontAwesome";
    color: #29a042;
    left: -20px;
}

.child-templete .seat-type article {
    text-align: center;
}

.child-templete .seat-type article h4 {
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.child-templete .ft-feedback .client-slider .client-des {
    background: #ffffff;
}


/***faq***/

.useful-widget h3 {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 600;
    color: #4c5e6b;
    font-family: 'Muli', sans-serif;
}

.faq-template .faq-banner {
    background: url('../assets/images/banner/faq.jpg') center top;
}

.faq-template .panel-default>.panel-heading {
    background: none;
    color: #303030;
    border-radius: 0;
    height: 50px;
    border: 1px solid #1291b8;
}

.faq-template .panel-default>.panel-heading a {
    padding-top: 5px;
    display: block;
    font-size: 20px;
}

.faq-template .panel-default>.panel-heading a:hover,
.faq-template .panel-default>.panel-heading a:active,
.faq-template .panel-default>.panel-heading a:focus,
.faq-template .panel-default>.panel-heading a:visited {
    color: #000000;
}

.faq-template .panel {
    border: 0;
    box-shadow: none;
    background: #009587;
    border-radius: 0;
    margin: 5px 0;
}

.faq-template .panel .panel-heading h4 a {
    display: block;
}

.faq-template .panel .panel-heading h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: 'Muli', sans-serif;
}

.faq-template .panel .panel-body p {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 300;
}

.panel-body {
    padding: 15px;
    background: #fff;
    border: 1px solid #e5dcdc;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}


/***blog***/

.blog-template {
    margin-top: 79px;
}

.inner-template .breadcrumb-wrap {
    background: rgba(0, 0, 0, 0.8);
}

.blog-template .breadcrumb-wrap {
    background: rgba(68, 68, 68, 0.8);
}

.blog-template .breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
    background: 0;
    padding: 10px 0;
    margin-left: 20px;
}

.blog-template .blog-wrapper .post {
    margin-bottom: 30px;
}

.blog-template .blog-wrapper .post:last-child {
    margin-bottom: 0;
}

.blog-template .blog-wrapper .post .post-thumbnail {
    float: left;
    margin: 0 10px 10px 0;
}

.blog-template .blog-wrapper .post .post-thumbnail img {
    width: 220px;
    height: 144px;
}

.blog-template .blog-wrapper .post p {
    color: #666;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.688em;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.blog-template .blog-wrapper .post-title {
    margin-bottom: 8px;
}

.blog-template .blog-wrapper .post-title p {
    font-size: 16px;
    line-height: 1.688em;
    letter-spacing: 0.03em;
    margin: 0;
}

.blog-template .blog-wrapper .post-title h2 {
    margin: 3px 0 8px;
    font-weight: 600;
    font-size: 1.9875em;
    line-height: 0.96em;
    width: 100%;
}

.blog-template .blog-wrapper .post-title h2 a {
    color: #010101;
}

.blog-template .blog-wrapper .post-title time {
    font-size: 0.85em;
    font-style: italic;
    color: #333;
}

.blog-template .blog-wrapper .sidebar .sidebar-widget {
    margin-bottom: 30px;
}

.blog-template .blog-wrapper .sidebar .sidebar-widget h2 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 1em;
    color: #010101;
    text-transform: uppercase;
    border-bottom: 6px solid #ececec;
    padding-bottom: 7px;
}

.blog-template .blog-wrapper .sidebar .sidebar-widget ul {
    counter-reset: item;
}

.blog-template .blog-wrapper .sidebar .sidebar-widget ul li {
    line-height: 1.15em;
    min-height: 20px;
    padding: 0 0 15px;
}

.blog-template .blog-wrapper .sidebar .sidebar-widget ul li:before {
    content: counter(item);
    margin-right: 10px;
    color: #9c9c9c;
    width: 1.2em;
    float: left;
    height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.25em;
    counter-increment: item;
}

.blog-template .blog-wrapper .sidebar .sidebar-widget ul li a {
    color: #9c9c9c;
    font-weight: 500;
}

.blog-template .blog-wrapper .sidebar .sidebar-widget ul li a:hover {
    color: #000;
}


/***corporate***/

.corporate-template .corporate-banner {
    background: url('../assets/images/banner/corporate.jpg') center;
}

.corporate-template .ft-divider h2 {
    text-align: center;
}

.corporate-template article p:last-of-type {
    margin-top: 10px;
}

.corporate-template .corporate-content {
    text-align: center;
}

.corporate-template .corporate-content .btn-ghost {
    display: inline-block;
    margin-top: 20px;
}

.corporate-template .ft-feedback .client-slider .client-des {
    background: #fff;
}

.corporate-template h2 {
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
}

.corporate-template .ft-fleet {
    padding: 50px 0;
}

.how-we-work {
    padding: 60px 0;
}

.how-we-work .works-wrapper {
    background: #fff;
}

.how-we-work figure {
    border: 1px solid #e8e8e8;
}

.how-we-work figure figcaption {
    text-align: center;
    padding: 10px;
}

.how-we-work figure figcaption h3 {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    color: #303030;
    text-transform: capitalize;
}

.how-we-work figure figcaption p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 22px;
}

.benefit-icon {
    margin: 0 57px;
}

.benefit-icon h2 {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #CB9801;
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
}

.benefit-icon img {
    width: 8%;
    margin-right: 15px;
}

.benefit-icon li {
    padding: 6px 0 7px;
    font-weight: 500;
}

.why-icon {
    text-align: center;
}

.why-icon .why-icon-wrapper figure img {
    width: 12%;
}

.why-icon .why-icon-wrapper figure figcaption {
    letter-spacing: 0.1px;
    color: #436391;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}

.why-icon .why-icon-wrapper p {
    line-height: 18px;
    font-size: 15px;
    width: 72%;
    margin: 5px auto 0;
    letter-spacing: 0.5px;
}

.panel-heading {
    padding: 13px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#google_translate_element img {
    display: none !important;
}

#google_translate_element a {
    padding: 3px !important;
    font-size: 14px;
    font-weight: 500;
}

.goog-te-menu-value span {
    border-left: none !important;
}

.review-name .date {
    font-size: 14px;
    color: #000 !important;
}

.review-name .views {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.review-name {
    border-top: 1px solid #edebeb;
    padding: 15px 0 0 10px;
}

.stars {
    overflow: hidden;
}

.star {
    background-image: url('../images/icon/star.png');
    background-position: left -2px;
    display: block;
    width: 20px;
    height: 16px;
    line-height: 16px;
    float: left;
    cursor: pointer;
    zoom: 1;
}

.head-title {
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
}

.daytrip {
    background: #f7f7f7;
}

.daytrip p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 500;
}

.daytrip-content figure {
    height: 220px;
}

.daytrip-content figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.daytrip-content {
    border: 4px solid #eee;
    background-color: #f5f5f5;
    text-align: center;
}

.daytrip-content h4 {
    font-weight: 600;
    color: #474747;
    padding: 15px 10px;
}

.daytrip-content p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 500;
    padding: 0 10px 15px;
}

.area-cover-wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    color: #474747;
    padding: 15px 0;
}

.area-cover-wrapper li {
    margin: 5px 0;
}

.area-cover-wrapper li a {
    font-size: 15px;
    color: #474747;
}

.area-cover-wrapper li a:hover {
    font-size: 15px;
    color: #009587;
}

.area-cover-wrapper li .fa {
    margin-right: 10px;
    font-size: 16px;
    color: #009587;
}

.transfer-area-content h1 {
    margin-bottom: 25px;
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 400;
}

.transfer-area-content p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 500;
}

.fleet-rate table tr th {
    font-weight: 600;
    color: #222222;
    font-size: 15px;
    padding: 10px;
}

.fleet-rate {
    border: 1px solid #dddddd;
}

.fleet-rate td a {
    font-size: 15px;
    font-weight: 600;
    color: #303030;
}

.transfer-area h3 {
    margin: 30px 0;
}

.fleet-card-item {
    background: #dddd;
    padding: 10px;
    margin: 10px;
}

.fleet-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin: 15px 10px;
    padding: 10px;
}

.fleet-image {
    width: 28%;
}

.fleet-image figure {
    width: 145px;
}

.fleet-image figure img {
    width: 100%
}

.fleet-card-wrap .fleet-detail .fleet-price {
    width: 45%;
    text-align: right;
}

.fleet-card-main .fleet-image h5 {
    margin: 15px 0 0;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    color: #4d4d4d;
}

.fleet-card {
    padding-top: 0;
}

.fleet-detail {
    width: 30%;
    margin: 15px 14px;
}

.fleet-detail li .fa {
    font-size: 18px;
    color: #009587;
}

.fleet-detail strong {
    font-size: 24px;
    padding: 0 8px;
    color: #009486;
    line-height: 24px;
}

.fleet-detail li span {
    font-size: 16px;
    font-weight: 600;
}

.total-price {
    width: 18%;
}

.total-price h4 {
    font-size: 18px;
    color: #4d4d4d;
    margin: 14px 0 5px;
    font-weight: 700;
    letter-spacing: 0;
}

.total-price span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.total-price h5 {
    color: #00c851;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}

.fleet-btn .btn {
    padding: 8px 20px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.transfer-service-content figure {
    width: 45px;
    margin: auto;
    height: 35px;
}

.transfer-service-content figure img {
    width: 100%;
    height: 100%;
}

.transfer-service-content h4 {
    font-weight: 600;
    margin: 20px;
    color: #4c5e6b;
    text-transform: capitalize;
}

.transfer-service-content {
    margin-top: 40px;
}

.tansfer-service-content p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 500;
}

.transfer-service-content article {
    text-align: center;
}

.trip-details span a {
    color: #009587;
}

.fleet-desc h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    color: #353535;
}

.fleet-desc li {
    font-size: 15px;
    font-weight: 600;
    color: #353535;
    margin: 5px 0;
}

.fleet-desc li p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 500;
}

.quote-inr-wrap .quote-fleet:last-child {
    border-bottom: 0;
}

.booking-info-sidebar h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

.booking-info-sidebar .list-unstyled {
    padding: 15px;
    background: #F7CB52;
    box-shadow: 0 0 8px 1px #ababab;
}

.booking-info-sidebar .list-unstyled li {
    font-size: 14px;
    padding-bottom: 15px;
}

.booking-info-sidebar .list-unstyled li .fa {
    padding-right: 5px;
    color: #DF5841;
}

.booking-info-sidebar p a {
    color: #CB9801;
    text-decoration: underline;
    padding-top: 10px;
    display: inline-block;
}

.booking-info-sidebar .list-unstyled li p {
    font-size: 15px;
    font-weight: 500;
}

.booking-info-sidebar .list-unstyled li p strong {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 5px;
}

.quote-fleet {
    padding: 35px 0;
    margin: 35px 0 0;
    border-bottom: 1px solid #d9d9d9;
}

.price-car .btn-custom {
    color: #000001;
    font-weight: 700;
}

.desc .rate {
    padding: 10px;
    font-weight: 800;
    color: #2a2a2a;
    font-size: 28px;
}

.desc .rate sup {
    font-size: 12px;
    top: -1.5em;
    font-weight: 700;
}

.fleet-desc .fleet-name-list {
    font-style: italic;
    font-weight: 600;
}

.fleet-desc .list-inline.details strong {
    font-weight: 800;
    font-size: 16px;
}

.desc .rate sup.cents {
    font-size: 22px;
    top: -0.5em;
    font-weight: 800;
}

.sitemap-wrap ul li {
    font-size: 15px;
    font-weight: 600;
    margin: 10px;
}

.sitemap-wrap ul li a {
    color: #4c5e6b;
}

.sitemap-wrap ul li a:hover {
    color: #009486;
}

.inside-map {
    padding: 5px;
    border-left: 1px solid #dddd;
    /* margin: 0 35px; */
}

.trip-more-details h4.fare {
    font-size: 22px;
    color: #919191;
    font-weight: 700;
}

.quote-inr-wrap .sec_title {
    font-size: 28px;
    font-weight: 700;
    color: #3d3d3d;
}

.trip-more-details p.fare {
    font-size: 26px;
    color: #CB9801;
}

.online-booking p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 500;
    text-align: center;
}

.online-booking-wrapper h3 {
    color: #4c5e6b;
    font-weight: 500;
    padding: 15px 0;
    font-size: 18px;
}

.online-booking-wrapper h4 {
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    text-decoration: underline;
    color: #009587;
    background: #fff;
    border-left: 2px solid #009587;
    margin-bottom: 20px;
}

.journey-wrap {
    padding: 10px 0 0;
    background: #fcfafa;
    border: 1px solid #cfc4c4;
}

.journey-wrap .radio-inline {
    padding-left: 40px;
}

.journey-type {
    margin-bottom: 20px;
}

.online-booking-wrapper {
    padding: 20px;
    background: #f8f8f8;
}

.form-check a {
    color: #009587;
}

.vehicle-group {
    display: flex;
    padding: 15px 0;
}

.vehicle-group figure {
    width: 190px;
}

.vehicle-group figcaption {
    font-size: 18px;
    font-weight: 600;
    color: #4c5e6b;
}

.vehicle-group li {
    font-size: 14px;
    font-weight: 600;
    color: #4c5e6b;
    margin: 5px 0;
}

.vehicle-group li .fa {
    margin-left: 5px;
}

.vehicle-group span {
    padding: 10px;
    font-weight: 600;
    color: #474747;
    font-size: 18px;
}

.booking-wrapper h3.title {
    font-size: 24px;
    font-weight: 300;
    padding: 10px 15px;
    color: #4c5e6b;
    border-left: 1px solid #ddd;
    margin-bottom: 15px;
}

.booking-wrapper .route-wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
}

.booking-wrapper .route-wrapper span {
    float: left;
    padding: 25px;
    line-height: 24px;
    font-size: 24px;
    color: #b5b5b5;
    width: 20%;
}

.booking-wrapper .route-wrapper article {
    float: left;
    padding: 17px 10px;
    line-height: 24px;
    width: 80%;
}

.booking-wrapper .route-wrapper article h5 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
}

.booking-wrapper .route-wrapper h6 {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.booking-wrapper .route-wrapper p {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #009486;
}

.booking-wrapper .route-wrapper p.fare {
    font-size: 28px;
    font-weight: 700;
    color: #009486;
}

label.error {
    color: #ff5722 !important;
    padding-top: 5px;
    font-size: 13px;
    margin-bottom: 0;
}

input.error {
    border-bottom: 1px solid #ff5722 !important;
}

#CDSWIDCOE.widCOE .widCOEImg {
    width: 110px !important;
}

.list-column-2 {
    column-count: 2;
    column-fill: auto;
}

.login-page .account-wrap {
    width: 80%;
    margin: 0 auto;
}

.login-page .account-wrap .create-account h5 {
    color: #2a2a2a;
    font-size: 16px;
    margin-bottom: 10px;
}

.login-page .account-wrap .create-account a {
    color: #009486;
    font-weight: 600;
    font-size: 20px;
}

.login-page .account-wrap .create-account {
    padding: 20px;
    text-align: center;
    background-color: rgba(123, 123, 123, 0.2);
    margin-left: 7%;
    margin-top: 5%;
}


/* 
.account-wrap.register-page {
    background: #fff;
} */

#login-form a {
    color: #CB9801;
    display: block;
    margin-bottom: 20px;
}

.inr-form.login-form {
    background-color: #f8f8f8;
    border-radius: 9px;
    padding: 40px 20px;
    box-shadow: 2px 2px 7px 0 rgba(175, 175, 175, 0.6);
}

.inr-form.login-form a {
    color: #313131;
    margin-bottom: 15px;
}

.inr-form.login-form p {
    color: #313131;
}

.inr-form.login-form .logo {
    width: 150px;
    margin-bottom: 20px;
}

.inr-form.login-form a.forget {
    text-align: center;
    display: block;
    margin-bottom: 0;
    color: rgb(50, 28, 151);
}

.inr-form.login-form .btn-white {
    background-color: #fff;
    color: #1c0d5f;
    font-weight: 700;
}

.inr-form.login-form h1 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #232323;
    font-weight: 700;
}

.term-wrap h4,
.term-wrap h5 {
    margin-bottom: 15px;
}

.term-wrap h5 {
    font-size: 16px !important;
    font-family: 'Muli', sans-serif;
    line-height: 1.42857143 !important;
    color: #CB9801 !important;
    text-align: left !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
}

.term-wrap p,
.term-wrap span {
    font-size: 14px !important;
    font-family: 'Muli', sans-serif;
    line-height: 1.42857143 !important;
    margin: 0 0 10px !important;
    color: #000 !important;
    text-align: left !important;
}

.review-btn-wrapper .btn-outline {
    border: 1px solid #CB9801;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}

.review-btn-wrapper {
    margin-top: 40px;
}

.homepage-services-wrapper .container>p {
    margin-bottom: 50px;
}

.homepage-services-wrapper {
    text-align: center;
}

.homepage-services-wrapper figure img {
    height: 220px;
    object-fit: cover;
}

.homepage-services-wrapper figure {
    background: #CB9801;
    text-align: left;
}

.homepage-services-wrapper figure figcaption h4 {
    margin-bottom: 10px;
}

.homepage-services-wrapper figure figcaption {
    padding: 20px 15px;
    color: #fff;
}


/*mobile navigation*/

.mob-side-nav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -250px;
    background-color: #2b2b2b;
    overflow-x: hidden;
    transition: 0.5s ease;
    padding-top: 60px;
}

.mob-side-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #e6e6e6;
    display: block;
    transition: 0.3s;
}

.mob-side-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.quote-inr-wrap .sec_title {
    text-align: left !important;
    display: inline-block;
}

.quote-inr-wrap .sec_title {
    text-align: left !important;
    display: inline-block;
}

.quote-inr-wrap small {
    position: absolute;
    font-size: 13px;
    right: 75px;
    top: 15px;
    font-weight: 500;
}

.quote-inr-wrap a.login-modal {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 0;
}

.quote-inr-wrap a.login-modal {
    background: #CB9801;
    padding: 10px 15px;
    color: #fff;
}

.TA_certificateOfExcellence {
    margin-bottom: 15px;
}

.map-canvas {
    width: 100%;
    height: 300px;
}

.text-primary {
    color: #313131;
}

.map-canvas img {
    max-width: inherit !important;
}

.landing-page {
    background: #eee;
}

.landing-page>.container>.row {
    background: #fff;
    padding: 50px 20px;
}

.single-tour-wrapper {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 2px 3px rgba(152, 152, 152, 0.45);
}

.single-tour-wrapper figure {
    padding: 15px;
}

.single-tour-wrapper .tour-details {
    padding: 15px 10px;
}

.single-tour-wrapper .tour-details h3 {
    font-size: 16px;
    border-bottom: 1px solid #bababa;
    text-align: center;
    line-height: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.single-tour-wrapper span {
    font-size: 18px;
    display: block;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
}

.single-tour-wrapper .price-tag {
    padding: 30px 30px 20px;
    font-size: 36px;
    font-weight: 600;
    color: #106607;
    text-align: center;
}

.single-tour-wrapper figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.single-tour-wrapper .price-btn-holder {
    background: #eee;
}

.single-tour-wrapper .btn-wrapper {
    padding: 20px 30px;
    text-align: center;
}

.booking-info-wrapper .input-group,
.online-booking .input-group {
    width: 100%;
}

.booking-info-wrapper .input-group-addon {
    background: none;
    padding: 0 10px !important;
}

.booking-info-wrapper .input-group-addon a {
    /* color: #CB9801; */
    color: #000000;
    font-size: 20px;
}

.booking-info-wrapper .input-group-addon input {
    width: 70px;
    height: 43px;
    border: 0;
    padding-left: 10px;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.booking-info-wrapper .input-group-addon {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 0;
    background: #ddd;
}

.register-page .input-group-addon input,
.online-booking .input-group-addon input {
    width: 70px;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-right: 0;
}

.register-page .input-group-addon,
.online-booking .input-group-addon {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 0;
}

#show-distance,
#show-duration {
    padding: 15px 10px 10px;
}

.city-list {
    column-count: 2;
}

.account-details-list li strong {
    color: #009486;
}

.account-details-list li {
    margin-bottom: 10px;
}

.account-details-list {
    text-align: left;
    margin-top: 30px;
}

.intl-tel-input {
    width: 100%;
}

.error-msg {
    color: red !important;
    padding-top: 10px;
    text-align: left !important;
}

input.call-code {
    background: transparent;
}

select.rating {
    color: #FF9000;
    font-size: 20px;
}


/*.stripe-button-el:hover, .stripe-button-el:focus {*/


/*transition: linear 0.3s;*/


/*background: #1a4515;*/


/*color: #ffffff;*/


/*}*/

.col-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.paginate-pagination ul>li>a.page.active {
    opacity: 1 !important;
    color: #CB9801;
    background: #ddd !important;
}

.paginate-pagination ul>li>a.page:active,
.paginate-pagination ul>li>a.page:focus,
.paginate-pagination ul>li>a.page:visited,
.paginate-pagination ul>li>a.page:hover {
    opacity: 1 !important;
    color: #CB9801;
}

.bootbox.modal.fade.bootbox-alert .modal-content {
    width: 80% !important;
}

.bootbox.modal.fade.bootbox-alert {
    z-index: 999999999999999999 !important;
}

.modal-backdrop {
    opacity: 0 !important;
}

.bootbox.modal.fade.bootbox-alert .modal-footer {
    padding: 12px 10px;
    text-align: center;
}

.bootbox.modal.fade.bootbox-alert .bootbox-body {
    padding: 20px !important;
}

.bootbox.modal.fade.bootbox-alert .bootbox-body h4 {
    font-size: 15px;
    line-height: 27px;
}

.bootbox.modal.fade.bootbox-alert .modal-footer button {
    color: #fff;
}

.fleet-tabs ul.nav-pills.nav-justified {
    display: flex;
    justify-content: center;
}

.cc-banner.cc-bottom {
    z-index: 99999999999999;
}

.loader-map p {
    font-size: 24px;
    background: #f5f5f5c2;
}

.loader-map {
    position: absolute;
    top: 33%;
    left: 10%;
    width: 480px;
    height: 133px;
    z-index: 10;
    text-align: center;
}

.quote-widget .nav-tabs>li.active>a {
    color: #fff;
    background-color: #010101;
    border: 0;
    border-radius: 0;
    border-bottom-color: transparent;
    padding: 13px 45px;
}

.quote-widget .nav-tabs>li>a {
    color: #101010;
    background-color: #eee;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    padding: 13px 45px;
    font-weight: 700;
}

.quote-widget .nav-tabs {
    border-bottom: 0;
    margin-bottom: 10px;
}


/* custom-radio */

.radio label {
    padding-left: 0;
}

.radio input[type="radio"],
.radio input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"]+.radio-label:before,
.radio input[type="checkbox"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 0;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before,
.radio input[type="checkbox"]:checked+.radio-label:before {
    background-color: #CB9801;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before,
.radio input[type="checkbox"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before,
.radio input[type="checkbox"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before,
.radio input[type="checkbox"]+.radio-label:empty:before {
    margin-right: 0;
}

.counter-wrap label {
    display: block;
    width: 100%;
}

.counter-wrap .form-control {
    display: inline-block !important;
    width: 75% !important;
    text-align: center;
}

.counter-wrap.counter-wrap-sm .form-control {
    width: 45% !important;
}

.counter-wrap .sub,
.counter-wrap .add {
    height: 45px;
    width: 45px;
    padding-left: 14px;
    color: #000;
    font-size: 24px;
    border: 1px solid #ddd;
    display: inline-block !important;
}

.booking-info-wrapper {
    padding-right: 30px;
}

.login-page {
    background: url('../../assets/images/login-banner.jpg');
    background-size: 100%;
}

.cards-wrapper {
    width: 170px;
    margin-left: 20px;
}

.secure-logo {
    width: 140px;
    margin-top: 40px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
    border: 0;
}

.mob-header {
    box-shadow: none;
    border: none;
    margin: 0;
    background-color: #0A0A0A;
    padding: 10px 0;
    position: relative;
}

.mob-header a.logo {
    width: 50%;
    display: inline-block;
    float: left;
}

.mob-header .mob-btn-wrap {
    position: absolute;
    right: 3%;
    top: 25px;
}

.dropdown-menu {
    margin-left: -70px;
}

@media screen and (max-device-width: 500px) {
    .dropdown-menu {
        margin-left: 0px;
    }
}

.thank-you-wrappper {
    min-height: 81vh;
}

.hp-banner .banner-text {
    position: absolute;
    width: 100%;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0, 0.37);
}

.hp-banner .banner-text h1 {
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 50px;
}

/* .hp-features .media {
    /* margin-bottom: 30px; */


/* } */

/* .hp-features .media img {
    margin-right: 30px;
    width: 60px;
    /* margin-top: 30px; */
/* } */

/* .hp-features .media h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #CB9801;
    font-size: 20px;
} */


.hp-features {
    display: flex;
    flex-direction: column;
    gap: px;
}

.hp-features .media {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 20px;
    border-radius: 10px;
    background: #fff;
    transition: all .25s ease;
    /* border:1px solid #eee; */
}

.hp-features .media:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.hp-features .media img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.hp-features .media-body {
    flex: 1;
}

.hp-features .media h5 {
    margin-bottom: 8px;
    font-weight: 700;
    color: #CB9801;
    font-size: 20px;
}

.hp-features .media p {
    margin: 0;
    line-height: 1.6;
    color: #555;
    font-size: 15px;
}

.fleet h2 {
    color: #313131;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 800;
}

.fleet h5 {
    color: #313131;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}

/* homepage fleet cards */
.fleet-home .heading {
    margin-bottom: 26px;
}

.fleet-home .fleet-home-subtitle {
    max-width: 760px;
    margin: -30px auto 0;
    color: #4f5967;
    line-height: 1.75;
    font-size: 15px;
}

.fleet-home .client-wrapper a {
    text-decoration: none;
}

.fleet-home .fleet-home-card {

    padding: 10px 20px;
}

.fleet-home-head {
    padding: 16px 16px 12px;
    text-align: center;
}


.fleet-home-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fleet-home-body {
    padding: 12px 16px 16px;
    text-align: left;
}

.fleet-home-title {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .2px;
    color: #1f3042;
}

.fleet-home-desc {
    margin: 8px 0 0;
    color: #5f6b78;
    line-height: 1.7;
    font-size: 14px;
    height: 40px;
}

.fleet-home-specs-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfdff;
    flex-wrap: nowrap;
    overflow: hidden;
}

.fleet-home-specs-row .spec {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
    color: #1f3042;
    white-space: nowrap;
    flex: 1 1 0;
    justify-content: center;
}

.fleet-home-specs-row .spec i {
    color: #007e9a;
    font-size: 14px;
}

.fleet-home-cta {
    margin-top: 14px;
    text-align: center;
}

.fleet-home-cta .btn-ghost {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid rgba(31, 48, 66, 0.22);
    background: #ffffff;
    color: #1f3042;
    font-weight: 900;
    letter-spacing: .35px;
    text-transform: uppercase;
    text-decoration: none;
}

.fleet-home-actions {
    margin-top: 22px;
}

.fleet-home-actions .btn-custom {
    padding: 12px 28px;
    border: 1px solid #CB9801;
}

@media (max-width: 767.98px) {
    .fleet-home-media {
        height: 170px;
    }
}

/* homepage why us */
.hp-whyus {
    background: #f4f5f7;
    padding: 5rem 0;

}

.hp-whyus-heading {
    margin: 0 0 22px;
    font-size: 26px;
    font-weight: 800;
    color: #203147;
}

.hp-whyus-features {
    margin-bottom: 24px;

}

.hp-whyus-feature {
    padding: 20px 18px 18px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(22, 44, 63, 0.08);
    text-align: left;
    height: 100%;
}

.hp-feature-bullets {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.hp-feature-bullets li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #4f5967;
}

.hp-feature-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4af37 0%, #cb9800 100%);
}


.hp-whyus-feature .icon-wrap i {
    font-size: 60px;
    color: #e0e1e2;
}

.why-us-row {
    height: 200px !important;
}

.hp-whyus-feature .icon-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hp-whyus-feature h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
    color: #203147;
}

.hp-whyus-feature p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.75;
    color: #4f5967;
}

.hp-whyus-cta {
    max-width: 720px;
    margin: 0 auto;
}

.hp-whyus-cta h2 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    color: #203147;
}

.hp-whyus-cta p {
    margin: 0 0 14px;
    color: #4f5967;
    font-size: 14.75px;
    line-height: 1.7;
}

.hp-whyus-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hp-whyus-actions .btn-custom {
    padding: 11px 22px;
}

.hp-whyus-actions .btn-ghost {
    padding: 11px 22px;
    border-radius: 4px;
    border: 1px solid rgba(31, 48, 66, 0.22);
    background: #ffffff;
    color: #1f3042;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .hp-whyus-heading {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .hp-whyus-feature {
        margin-bottom: 12px;
    }
}

.hp-about {
    padding: 8rem 0;
}

.hp-about h1 {
    font-size: 28px;
    font-weight: 800;
}

.hp-about h2 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}

.hp-about .why-wrapper img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.hp-services-list {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}

.hp-services-more {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(31, 48, 66, 0.10);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.hp-services-more p {
    margin: 0 0 12px;
    color: #4f5967;
    line-height: 1.7;
    font-size: 15px;
}

/* SEO landing pages */
.seo-page .seo-hero {
    background: linear-gradient(135deg, #1b2f46 0%, #0f4d63 50%, #0b2f43 100%);
    color: #ffffff;
    padding: 140px 0 80px 0;
}

.seo-page .seo-hero h1 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 900;
    letter-spacing: .25px;
    text-align: left;
}

.seo-page .seo-hero p {
    margin: 0 0 18px;
    max-width: 820px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.75;
    font-size: 15.5px;
}

.seo-page .seo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.seo-page .seo-section {
    background: #ffffff;
    padding: 20px 0;

}

.seo-page .seo-section-alt {
    background: #f7fbff;
}

.seo-page .seo-card {

    padding: 18px 16px;
    height: 100%;
}

.seo-page .seo-card h2 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
    color: #203147;
}

.seo-page .seo-card p {
    margin: 0 0 12px;
    color: #4f5967;
    line-height: 1.75;
    font-size: 14.75px;
}

.seo-page .seo-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-page .seo-bullets li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: #4f5967;
    font-size: 14.5px;
    line-height: 1.65;
}

.seo-page .seo-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4af37 0%, #cb9800 100%);
}

.seo-page .seo-cta {
    margin-top: 24px;
}

.seo-page .seo-cta-inner {
    border-radius: 18px;
    padding: 20px 18px;
    background: #ffffff;
    border: 1px solid #e3eaf2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 12px 26px rgba(22, 44, 63, 0.06);
}

.seo-page .seo-cta-inner h2 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 900;
    color: #203147;
}

.seo-page .seo-cta-inner p {
    margin: 0;
    color: #4f5967;
    line-height: 1.7;
    font-size: 14.75px;
}

.seo-page .seo-benefits-media {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e3eaf2;
    box-shadow: 0 12px 26px rgba(22, 44, 63, 0.06);
    background: #0f2233;
}

.seo-page .seo-benefits-media img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.seo-page .seo-benefits .seo-card {
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .seo-page .seo-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .seo-page .seo-benefits-media img {
        height: 220px;
    }
}

.heading {
    margin-bottom: 50px;
    text-align: center;
}

.heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #313131;
    position: relative;
    display: inline-block;
}

.heading h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #d4af37 0%, #cb9800 100%);
    border-radius: 2px;
}


.hp-services-list .single-services-list a {
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.hp-services-list .single-services-list img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.4s ease;
    margin-bottom: 15px;
}



.hp-services-list .single-services-list h4 {
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #313131;
    margin: 0;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.hp-services-list .single-services-list:hover h4 {
    color: #cb9800;
}

.hp-services-list .single-services-list .btn {
    margin-top: 10px;
    transition: all 0.3s ease;
    width: 100%;
}

.hp-services-list .single-services-list .btn-custom {
    background: linear-gradient(135deg, #d4af37 0%, #cb9800 100%);
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hp-services-list .single-services-list .btn-custom:hover {
    background: linear-gradient(135deg, #cb9800 0%, #a67a00 100%);
    box-shadow: 0 6px 20px rgba(203, 152, 0, 0.35);
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .hp-services-list {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hp-services-list .heading h2 {
        font-size: 28px;
    }

    .hp-services-list .single-services-list {
        margin-bottom: 20px;
    }
}

.hp-testimonial {
    background: #fff;
    padding: 4rem 0;
}

.hp-testimonial .heading {
    margin-bottom: 60px;
}

.hp-testimonial h2 {
    color: #313131;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.hp-testimonial h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #d4af37 0%, #cb9800 100%);
    border-radius: 2px;
}

.hp-testimonial .review-slider {
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.hp-testimonial .review-slider>div {
    flex: 1;
    padding: 20px;
    border-radius: 15px;
    padding: 35px 30px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}



.hp-testimonial .review-slider>div::after {
    content: '❝';
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 80px;
    color: rgba(203, 152, 0, 0.15);
    z-index: 0;
    font-family: Georgia, serif;
}

.hp-testimonial .review-slider>div:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(203, 152, 0, 0.2);
}

.hp-testimonial .review-slider h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #313131;
    position: relative;
    z-index: 1;
}

.hp-testimonial .review-slider h4::before {
    content: '★★★★★';
    display: block;
    color: #d4af37;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.hp-testimonial .review-slider p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.hp-testimonial .review-slider h6 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #cb9800;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .hp-testimonial {
        padding: 2.5rem 0;
    }

    .hp-testimonial h2 {
        font-size: 28px;
    }

    .hp-testimonial .review-slider>div {
        min-width: 100%;
        max-width: 100%;
    }
}

/* qoute form */
.field-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    margin-bottom: 4px;
    display: block;
}

.quote-widget .input-group {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
}

.quote-widget .input-group-addon {
    background: #fafafa;
    border: none;
    color: #CB9801;
}

.quote-widget .form-control {
    border: none;
    box-shadow: none;
}

.quote-widget .form-control:focus {
    box-shadow: none;
}

.quote-widget .form-group {
    margin-bottom: 14px;
}


footer {
    padding-top: 60px;
}

footer h5 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #CB9801;
}

footer .social-icons a {
    padding-right: 20px;
    font-size: 18px;
}

footer .copyright {
    margin-top: 30px;
    background: #313131;
}

.my-alert {
    background: #f7e629;
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px 85px;
}

.my-alert h1,
.my-alert h2,
.my-alert h3,
.my-alert h4,
.my-alert h5,
.my-alert h6 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px;
}

.my-alert .close,
.my-alert .close:focus,
.my-alert .close:hover {
    color: #ffffff;
    opacity: 1;
    font-size: 38px;
    font-weight: 200;
}

.main-banner .slick-slide img {
    display: block;
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.book-by-phone {
    position: fixed;
    top: 35%;
    z-index: 99999;
    display: inline-block;
    left: -142px;
    background: #cb9801;
    color: #fff;
    padding: 10px;
    border-radius: 0 50px 50px 0;
    transition: all 0.3s;
}

.book-by-phone:hover {
    left: 0;
    transition: all 0.3s;
}

.book-by-phone a {
    font-size: 18px;
    color: #fff;
}

.book-by-phone a i {
    font-size: 26px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 5px 7px;
    margin-left: 13px;
}

.pb-5 {
    margin-bottom: 50px;
    font-weight: 700;
}

header .dropdown-toggle:focus {
    color: #000 !important;
}

.whatsapp-fix {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 80px;
}

nav .navbar-brand img {
    width: 180px;
}

.navbar-brand {
    height: auto;
    padding: 0 0 0 10px;
}

nav .nav.navbar-nav {
    float: right !important;
}

nav.navbar {
    background: #F8F8F8;
    padding: 15px 0;
}

nav.navbar li {
    padding: 15px;
}

nav.navbar .dropdown-menu li {
    padding: 5px;
}

.navbar {
    margin-bottom: 0;
}

nav.navbar li a {
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
}

nav.navbar li.active a {
    color: #CB9800
}

nav.navbar li a:hover {
    background-color: transparent;
}

nav.navbar li a.btn-custom {
    color: #fff;
}

nav.navbar li a.btn-custom:hover {
    color: #CEA014;
}

.navbar-toggle .icon-bar {
    background: #414141;
}

.navbar-toggle {
    margin-top: 25px;
}

.landing-page img {
    width: 100% !important;
    height: auto !important;
}

.inner-template .ft-banner {
    height: auto !important;
}

.inner-template .ft-banner img {
    height: auto;
}

/* global booking-link is used on other banners; avoid breaking Services hero */
.booking-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.booking-link a {
    padding: 20px 40px;
    font-size: 18px;
}

@media screen and (max-device-width: 500px) {
    .booking-link {
        margin-top: 30px
    }
}

.book-now-fix {
    position: fixed;
    top: 115px;
    right: 40px;
    z-index: 9999;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #d4af37 0%, #CB9800 100%);
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(203, 152, 0, 0.35), 0 4px 8px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    cursor: pointer;
}

.book-now-fix:hover {
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 12px 32px rgba(203, 152, 0, 0.45), 0 6px 12px rgba(0, 0, 0, 0.15);
}

.book-now-fix a {
    color: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.book-now-fix a i {
    font-size: 18px;
    display: block;
    transition: transform 0.3s ease;
}

.book-now-fix:hover a i {
    transform: scale(1.2);
}

.fleet-wrapper.section-break.bg-gray {
    padding-top: 0;
}

.fixed {
    position: fixed;
    top: 30px !important;
    width: 264px;
}

.navbar-header {
    position: relative;
}

.logo-call,
.logo-call:hover {
    /* position: absolute;
    bottom: -13px;
    left: 7px; */
    font-size: 18px;
    font-weight: 700;
    color: #cb9801;
    display: inline-block;
    white-space: nowrap;
    margin-left: 5px;
}

.pt-2 {
    padding-top: 20px;
}

.btn-outline-seo {
    background-color: transparent !important;
    border: 2px solid #cb9801 !important;
    color: #cb9801 !important;
    font-weight: 600;
}

.btn-outline-seo:hover {
    background-color: #cb9801 !important;
    color: white !important;
}

/* Premium Vehicle Select Cards */
.premium-fleet-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.premium-fleet-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    border-color: #cb9801;
}

.premium-fleet-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pfc-image-wrap {
    flex: 0 0 30%;
    padding: 15px;
    text-align: center;
}

.pfc-image-wrap img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.premium-fleet-card:hover .pfc-image-wrap img {
    transform: scale(1.05);
}

.pfc-details-wrap {
    flex: 1;
    padding: 20px 15px;
    border-left: 1px solid #f5f5f5;
}

.pfc-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
}

.pfc-desc {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
    line-height: 1.4;
}

.pfc-info {
    color: #999;
    font-size: 14px;
    margin-left: 5px;
}

.pfc-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.pfc-badge-square {
    background: #fdfaf1;
    border: 1px solid #f2e9c9;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #555;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.pfc-badge-square i {
    margin-right: 6px;
    color: #cb9801;
}

/* DESKTOP STYLES (Default) */
.pfc-action-wrap {
    flex: 0 0 25%;
    background: #fafafa;
    padding: 20px;
    text-align: center;
    border-left: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 160px;
}

.pfc-desktop-price {
    margin-bottom: 18px;
    color: #222;
}

.pfc-desktop-price .pfc-currency {
    font-size: 18px;
    font-weight: 600;
    vertical-align: top;
    margin-right: 2px;
}

.pfc-desktop-price .pfc-amount {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.pfc-desktop-price .pfc-price-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    margin-top: 5px;
}

.btn-select-vehicle {
    background: transparent;
    color: #cb9801;
    border: 2px solid #cb9801;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-select-vehicle:hover {
    background: #cb9801;
    color: #fff;
    box-shadow: 0 5px 15px rgba(203, 152, 1, 0.4);
}

.mobile-btn-price {
    display: none;
}

/* Used on mobile only */


/* MOBILE STYLES (Compact Reference Style) */
@media (max-width: 991px) {
    .premium-fleet-card {
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #e0e0e0;
    }

    .premium-fleet-card:hover {
        transform: none;
        box-shadow: 0 2px 10px rgba(203, 152, 1, 0.2);
    }

    .premium-fleet-card:hover .pfc-image-wrap img {
        transform: none;
    }

    .premium-fleet-form {
        flex-wrap: nowrap;
        min-height: 90px;
        align-items: stretch;
    }

    .pfc-image-wrap {
        flex: 0 0 90px;
        padding: 10px;
        border-bottom: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pfc-details-wrap {
        flex: 1;
        padding: 15px 10px;
        text-align: left;
        border-left: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pfc-title {
        font-size: 15px;
        font-weight: 500;
        margin: 0 0 4px 0;
        line-height: 1.2;
    }

    .pfc-desc {
        font-size: 11px;
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .pfc-badges {
        justify-content: flex-start;
        gap: 6px;
    }

    .pfc-badge-square {
        border: 1px solid #ccc;
        padding: 2px 6px;
        font-size: 11px;
        border-radius: 2px;
        background: #fafafa;
        color: #666;
    }

    .pfc-badge-square i {
        margin-right: 4px;
        color: #999;
    }

    .pfc-action-wrap {
        flex: 0 0 100px;
        border-left: none;
        border-top: none;
        padding: 0;
        min-height: auto;
        background: transparent;
    }

    .btn-select-vehicle {
        width: 100%;
        height: 100%;
        background: #fff;
        border: none;
        border-left: 1px solid #e0e0e0;
        border-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        color: #222;
        padding: 10px 2px;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-transform: none;
        letter-spacing: normal;
    }

    .btn-select-vehicle:hover,
    .btn-select-vehicle:focus,
    .btn-select-vehicle:active {
        background: #cb9801;
        border-left-color: #cb9801;
        color: #fff;
        box-shadow: none;
    }

    .mobile-select-label {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        color: #cb9801;
        letter-spacing: 1px;
        margin-bottom: 2px;
        display: block;
    }

    .btn-select-vehicle:hover .mobile-select-label,
    .btn-select-vehicle:focus .mobile-select-label,
    .btn-select-vehicle:active .mobile-select-label {
        color: #fff;
    }

    .mobile-btn-price {
        display: block !important;
    }

    .mobile-btn-price .pfc-currency {
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-btn-price .pfc-amount {
        font-size: 18px;
        font-weight: 700;
    }

    .mobile-btn-price .pfc-price-label {
        font-size: 10px;
        color: #888;
        text-transform: uppercase;
        margin-top: 3px;
        line-height: 1;
    }

    .btn-select-vehicle:hover .pfc-price-label {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .pfc-image-wrap {
        flex: 0 0 80px;
        padding: 5px;
    }

    .pfc-action-wrap {
        flex: 0 0 80px;
    }

    .mobile-btn-price .pfc-amount {
        font-size: 16px;
    }

    .pfc-title {
        font-size: 14px;
    }
}

/* Layout Overhaul */
.premium-bg {
    background-color: #f7f9fc;
}

.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.premium-page-title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.modern-page-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-accent-line {
    width: 60px;
    height: 4px;
    background: #cb9801;
    margin: 0 auto;
    border-radius: 2px;
}

/* Flex Mobile Order Reversal */
.premium-quote-row {
    display: flex;
    flex-wrap: wrap;
}

.quote-cars-column {
    width: 66.66666667%;
}

.quote-sidebar-column {
    width: 33.33333333%;
}

@media (max-width: 991px) {
    .premium-quote-row {
        flex-direction: column-reverse;
        /* Puts cars under sidebar */
    }

    .quote-cars-column,
    .quote-sidebar-column {
        width: 100%;
    }
}

/* Premium Booking Sidebar */
.premium-summary-sidebar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
}

.pss-header {
    background: #222;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pss-header h3 {
    margin: 0;
    color: #cb9801;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pss-edit-btn {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.pss-edit-btn:hover {
    color: #cb9801;
    text-decoration: none;
}

.pss-body {
    padding: 0;
}

.pss-list {
    margin: 0;
    padding: 0;
}

.pss-list>li {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
}

.pss-icon {
    width: 30px;
    font-size: 18px;
    padding-top: 3px;
}

.flag-start {
    color: #4CAF50;
}

.flag-via {
    color: #FF9800;
}

.flag-end {
    color: #F44336;
}

.text-primary {
    color: #007bff;
}

.pss-info {
    flex: 1;
}

.pss-label {
    display: block;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.pss-value {
    display: block;
    font-size: 15px;
    color: #222;
    line-height: 1.4;
}

.pss-sub-details {
    background: #fafafa;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #555;
    border-bottom: 1px solid #e0e0e0;
}

.pss-sub-item strong {
    color: #222;
}

.pss-map-container {
    padding: 0 !important;
}

.premium-map {
    width: 100%;
    height: 250px;
}