@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    padding: 0 !important;
    margin: 0;

}

.container {
    max-width: 1200px !important;
    position: relative;
}

ul {
    list-style: none;
}

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

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

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

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

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

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

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

.no-borderright {
    border-right: hidden !important;
}

.no-borderleft {
    border-left: hidden;
}

.no-bordertop {
    border-top: hidden !important;
}

.no-borderbottom {
    border-bottom: hidden !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
}

.top-search::-moz-placeholder {
    color: #aaa !important;
    opacity: 1;
}

.custom-nav .dropdown:hover>.dropdown-menu {
    display: block;
}

.sidebar ul {
    list-style: none;
    padding: 30px 0;
    margin: 50px auto 0;
    max-width: 440px;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 0;
}

.sidebar li {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    border-bottom: none;
}

.sidebar li a {
    display: block;
    color: #aaa;
    padding: 12px 25px;
}

.sidebar.open .nav-btn.nav-slider {
    float: right;
    width: 30px;
    margin: 8px 8px 0 0;
    height: 30px;
    text-align: center;
    line-height: 31px;
    border-radius: 26px;
    cursor: pointer;
}

.sidebar.open .nav-btn.nav-slider i {
    color: #bababa;
}

.sidebar li:hover a,
.sidebar li.active a {
    background-color: transparent;
    color: #fff;
}








header,
header * {
    transition: all 0.8s ease 0s;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #fff;
}

.inner-header {
    background-color: #fff;
}

.fixed-header {
    background-color: #000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.8s ease 0s;
    padding: 8px 0;
}

.fixed-header .nav-btn.nav-slider span {
    background-color: #000;
}

.logo {
    float: left;
    transition: all 0.8s ease 0s;
}

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.285);
    z-index: 1001;
}

header .nav-btn {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 12px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-btn.nav-slider {
    cursor: pointer;
    float: left;
    margin: 30px 0 0;
    width: 40px;
}

/* -----------------------------------------------------
   Nav
-------------------------------------------------------- */
nav {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -250px;
    width: 250px;
    height: 100%;
    color: #fff;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
}

nav.open {
    right: 0px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    opacity: 1;
    width: 100%;
    background-color: #000;
}

.nav-btn.nav-slider span {
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 0 0 10px;
    border-radius: 3px 0 0 3px;
    float: right;
    cursor: pointer;
}

#toggle2 {
    width: 70%;
}

#toggle3 {
    width: 100%;
}


.navbar {
    background-color: #fff !important;
    border-bottom: medium hidden;
    margin: 0;
    padding: 0 0 !important;
    top: 0;
}

.navbar-collapse li {
    margin: 0 0;
    padding: 0;
}

.navbar-brand {
    background-image: url("../images/logo-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 0 -32px;
    padding: 7px 15px 5px;
}

.user li.dropdown {
    margin: 6px 10px 0 0;
}

.navbar-collapse li a {
    color: #ec9630 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px !important;
    position: relative;
    transition: all 1s ease-out 0s;
}

.navbar-collapse li a.active {
    color: #222 !important;
}

.collapse.navbar-collapse {
    margin: 0 0 0;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

#navbarResponsive .navbar-nav li.active a {
    color: #fff;
}

.custom-nav .nav-item .dropdown-menu {
    border: medium hidden;
    border-radius: 0;
    top: 84px;
}

.custom-nav .nav-item .dropdown-item {
    color: #777 !important;
    padding: 8px 15px;
}

.top-menu li.active a {
    background-color: #04c9be;
}

.custom-nav {
    position: relative;
}

.top-bar {
    background-color: #f0f0f0;
    font-family: "Roboto", sans-serif;
    padding: 0 0 6px;
}

.top-left p {
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 0 0 30px;
}

.phone {
    background-image: url(../images/phone.png);
}

.email {
    background-image: url("../images/direct.png");
    margin: 0 0 0 20px;
}

.top-right li {
    display: inline-block;
    margin: 5px 8px 0;
}

.top-right ul {
    margin: 0;
}

.top-right li a {
    color: #777;
    transition: all 0.3s ease 0s;
}

.top-right li a:hover {
    color: #ec9630;
}

.sticky {
    background-color: #fff !important;
    position: fixed;
    transition: all 0.9s ease 0s;
    width: 100%;
    z-index: 999;
    padding: 10px 0 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.sticky .navbar-brand {
    background-color: #fff;
    background-image: none;
    border-radius: 0 0 45px 45px;
    transition: all 0.5s ease 0s;
}

.sticky .navbar-brand img {
    width: 120px;
    transition: all 0.5s ease 0s;
}

.sticky .custom-nav {
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);*/
    padding: 0 !important;
}

.sticky .top-bar {
    display: none;
}

.sticky .main-logo img {
    margin: 8px 0 0;
    width: 110px;
}

.sticky .login {
    padding: 15px 0;
}

.sticky .nav-btn.nav-slider {
    margin: 13px 0 0;
}

.sticky .call-now-btn {
    padding: 18px 0;
}

.appoint-btn {
    background-color: #ec9630;
    border-radius: 32px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 17px 35px;
    transition: all 0.5s ease 0s;
}

.appoint-btn:hover {
    background-color: transparent;
    box-shadow: 0 0 0 2px #ec9630 inset, 0 0 0 1px transparent;
    color: #ec9630;
}

/*.content-wrapper {
    padding: 96px 0 0;
}*/
.banner-content {
    padding: 130px 0 0;
}

.banner {
    background-size: cover;
    padding: 0;
    position: relative;
}

.banner-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}

.caption {
    text-align: left;
}

.caption-cover {
    left: 0;
    position: absolute;
    top: 130px;
    width: 100%;
}

/*.carousel-inner img {
      width: 100%;
      height: 100%;
  }*/
.banner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin: 35px 0;
    padding: 0 0 0;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
}

.banner-form {
    flex: 0 0 38%;
    max-width: 38%;
}

.caption span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 15px 0;
}

.caption p {
    color: #fff;
    font-size: 15px;
    line-height: 2.3;
    font-weight: 300;
    width: 90%;
    margin: 0 0 40px;
}

.caption p span {
    display: block;
    font-weight: 700;
    margin: 15px 0 25px;
}

.caption a {
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0 0;
    padding: 15px 35px 15px 35px;
    transition: all 0.3s ease 0s;
    letter-spacing: 3px;
}

.send-enq {
    background-color: #fff;
    text-transform: uppercase;
    position: relative;
}

.send-enq:hover {
    transition: all 0.3s ease 0s;
    background-color: #000;
}

.send-enq span {
    background-image: url("../images/angle-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 10px;
}

.reserve-form {
    background-color: transparent;
}

.reserve-form .tab-content {
    background-color: #fff;
}

.reserve-btn {
    background-color: #cba35f;
    border-radius: 29px;
    color: #fff;
    display: block;
    margin: 20px 0 0;
    padding: 12px 0 12px 20px;
    width: 147px;
}

.reserve-btn i.fa {
    font-size: 17px;
    margin: 0 0 0 15px;
}

.reserve-form input[type="text"] {
    border: medium hidden;
    border-radius: 0;
    color: #7b7b7b;
    height: 43px;
    margin: 0 0 15px;
    padding: 0 15px;
    width: 100%;
}

#content {
    height: 50px;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 40%;
    width: auto;
}

#content.on {
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    outline: 0 none;
    transform: translate(-100%, -50%);
    transition-delay: 0.4s;
    transition-duration: 0.4s, 0.8s, 0.2s;
    transition-property: width, border-radius, padding;
    transition-timing-function: ease-in-out, ease-in-out, ease;
    width: 20px;
}

.search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: inherit;
    cursor: pointer;
    height: 50px;
    left: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translate(-91%, -49%);
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
}

.search::before {
    background-color: #fff;
    content: "";
    height: 2px;
    margin-left: 15px;
    margin-top: 12px;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out 0s;
    width: 10px;
}

.close {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.head-right .close::before {
    background-color: #fff;
    content: "";
    height: 2px;
    margin-left: -13px;
    margin-top: -1px;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out 0s;
    width: 20px;
}

.head-right .close::after {
    background-color: #fff;
    content: "";
    cursor: pointer;
    height: 2px;
    margin-left: -13px;
    margin-top: -1px;
    position: absolute;
    transform: rotate(-45deg);
    width: 20px;
}

.square {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    outline: 0 none;
    padding: 0 40px 0 10px;
    transform: translate(-100%, -50%);
    transition: width 0.4s ease-in-out 0.4s, border-radius 0.4s ease-in-out 0s, padding 0.2s ease 0.4s;
    width: 300px;
}

.head-right {
    float: right;
    margin: 0 30px 0 0;
    position: relative;
}

.login {
    /* border-left: 1px solid #9f9f9f; */
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 30px 0;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}

.login span {
    display: inline-block;
    padding: 0 12px;
    border-right: solid 1px #33455f;
    line-height: 15px;
}

.flatpickr-time .flatpickr-am-pm {
    width: 30% !important;
}

.flatpickr-time .numInputWrapper {
    width: 30% !important;
}

.flatpickr-calendar {
    width: 149.875px !important;
}

.reserve-form input[type="radio"] {
    display: none;
}

.reserve-form input[type="radio"]+label span,
input[type="radio"]:checked+label span {
    transition: background-color 0.4s linear 0s;
}

.reserve-form input[type="radio"]+label span {
    border: 1px solid #494949;
    position: relative;
}

.reserve-form input[type="radio"]:checked+label span::before {
    background-color: #494949;
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 9px;
}

.reserve-form input[type="radio"]+label span {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: -2px 8px 0 0;
    vertical-align: middle;
    width: 15px;
}

.reserve-form section label {
    color: #494949;
    font-size: 14px;
    margin: 5px 18px !important;
}

.reserve-form .tab-pane .form-group.row {
    margin: 0 -15px 15px;
}

.reserve-form .tab-pane .form-group {
    margin: 0 0 15px;
}

.reserve-form .tab-pane .divider {
    display: none;
}

.reserve-form .nav-link {
    font-size: 14px;
    font-weight: 700;
}

.reserve-form ul#myTab {
    margin: 0 -5px;
    border: none;
}

.reserve-form .nav-link {
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 15px;
    text-align: center;
}

.reserve-form .nav-link.active {
    background-color: #fff;
    color: #000;
    border: solid 1px #fff;
}

.reserve-form .nav-item {
    width: 33.3333%;
    padding: 10px 5px;
}

.search-input input[type="text"] {
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: -3px auto;
    padding: 0;
    width: 100%;
}

input:focus {
    outline: none;
}

.btn-default {
    border: solid .5px #e5e5e5;
    display: inline;
    margin: 3px;
    width: 400px;
    color: black;
    background-color: beige;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bolder;
    display: inline-block;
    font-size: 18px;
}

.btn-default:hover {
    border: solid .5px darkgray;
    color: blueviolet;
}

.reserve-form .tab-pane input[type="text"],
.reserve-form .tab-pane select {
    background-color: transparent;
    border: medium hidden;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: -3px auto 0;
    padding: 5px 0;
    width: 100%;
}

.reserve-form .tab-pane select:focus {
    box-shadow: none;
}

.reserve-form .tab-pane select option {
    width: 100%
}

.reserve-form .tab-pane select {
    /*-moz-appearance: none;
    background-image: url("../images/down-arrow.png");
    background-position: right 0.46rem center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding-right: 30px;*/
}

.reserve-form .tab-pane label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.radio_check {
    margin: 0 0 20px;
}

.divider {
    display: block;
    height: 20px;
    width: 100%;
}

.reserve-form .tab-pane {
    padding: 25px 25px;
}

.pick-date .form-control {
    border: medium hidden;
    display: inline-block;
}

.pick-date .form-control:focus {
    box-shadow: none;
}

.pick-date span {
    background-image: url("../images/date.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 31px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 32px;
}

.pick-date>div {
    color: #777;
    display: block;
    font-size: 14px;
    position: relative;
}

.pick-time>div {
    color: #777;
    display: block;
    font-size: 14px;
    position: relative;
}

.pick-time span {
    background-image: url("../images/time.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 31px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 32px;
}

.ui-menu .ui-menu-item-wrapper {
    color: #777;
    font-size: 14px !important;
    padding: 3px 1em 3px 0.4em;
    position: relative;
}

.select-car {
    border: none;
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 35px;
    background-color: #000;
    letter-spacing: 2px;
    margin: 20px 0 0;
}

.select-car:hover {
    transition: all 0.3s ease 0s;
    background-color: #000;
    color: #fff;
}

/*Chosen style*/
.chosen-wrapper {
    margin: 0 auto;
    max-width: 400px;
    position: relative;
}

.chosen-wrapper::after {
    border-left: 8px solid transparent;
    border-radius: 3px;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff5a5f;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 13px;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 0;
    z-index: 9;
}

.chosen-wrapper.is-active:after {
    border-top: 8px solid #ff5a5f;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chosen-wrapper .chosen-container .chosen-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #d2d2d2;
    border-image: none;
    border-radius: 0;
    border-style: hidden hidden solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.chosen-wrapper .chosen-container .chosen-single b {
    display: none !important;
}

.chosen-wrapper .chosen-container .chosen-single span {
    letter-spacing: 0;
    padding: 0;
    line-height: inherit;
}

.chosen-wrapper .chosen-container.chosen-with-drop .chosen-single {
    background-image: none;
    border-color: #fbb1b3;
    border-width: 1px;
    color: #000;
}

.chosen-wrapper .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chosen-wrapper .chosen-container.chosen-container-single-nosearch .chosen-search {
    display: none;
}

.chosen-wrapper .chosen-container .chosen-drop {
    border-color: #ddd;
    border-radius: 0;
    border-width: 0 1px 1px;
    box-shadow: none;
    letter-spacing: 0;
    margin-top: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.chosen-wrapper .chosen-container .chosen-results {
    font-size: 22px;
    color: #000;
    max-height: 245px;
    margin: 0;
    padding: 0;
}

.chosen-wrapper .chosen-container .chosen-results li {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 5px 10px;
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.chosen-wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #ddd !important;
    color: #000;
    background-image: none;
}

.chosen-wrapper--style2:after {
    right: 0;
}

.chosen-wrapper--style2:before {
    content: '';
    width: 0;
    border-top: 2px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s cubic-bezier(0.06, 1, 0.89, 0.85);
}

.chosen-wrapper--style2.is-active:before {
    width: 100%;
}

.chosen-wrapper--style2 .chosen-container .chosen-single {
    border-width: 0 0 2px;
    padding: 0;
}

.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-single {
    border-width: 0 0 2px;
}

.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

.chosen-wrapper--style2 .chosen-container .chosen-drop {
    border-color: #d9d9d9;
    border-top: 2px solid #d9d9d9;
}

.chosen-wrapper--style2 .chosen-container .chosen-results li {
    padding: 16px 15px 18px;
}

/*ScrollBox style*/
.nicescroll-rails {
    border-left: 1px solid #d9d9d9;
    transform: translate(-2px);
    top: 0 !important;
}

.nicescroll-rails .nicescroll-cursors {
    width: 6px !important;
    margin-right: 2px;
}

.pkg-right-inner .chosen-container-single .chosen-single span {
    margin-right: 0 !important;
}

.chosen-wrapper .nicescroll-cursors {
    background-color: #ff5a5f !important;
    border-radius: 3px !important;
    height: 50px !important;
}

.connect-with {
    background-color: #001c2f;
    background-image: url("../images/connect-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px 0 0;
}

.connect section p span {
    color: #fff;
    display: block;
    margin: 15px 0 0;
}

.connect section p {
    color: #9d9d9d;
    font-size: 18px;
    margin: 0;
}

#connect-2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.connect section {
    margin: 0 0 20px;
}

.experience {
    padding: 50px 0 30px;
}

.exp {
    margin: 0 0 20px;
}

.experience h3 small {
    color: #757575;
    display: block;
    font-size: 16px;
    font-style: italic;
    margin: 10px 0 0;
}

.experience h3 {
    font-size: 30px;
    font-weight: 800;
    margin: 30px 0 0;
}

.exp span {
    height: 71px;
    width: 71px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.exp-1,
.exp-2,
.exp-3 {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 71px;
    position: relative;
    width: 71px;
    z-index: 9;
}

.exp span .round-1 {
    background-color: #007DFF;
    border-radius: 50%;
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    right: -20px;
    top: 15px;
    width: 35px;
}

.exp span .round-2 {
    background-color: #ff9696;
    border-radius: 50%;
    bottom: 15px;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    right: -15px;
    top: auto;
    width: 22px;
}

.exp-1 {
    background-image: url(../images/experience-1.png);
}

.exp-2 {
    background-image: url(../images/experience-2.png);
}

.exp-3 {
    background-image: url(../images/experience-3.png);
}

#exp-year .round-1 {
    right: -10px;
}

#exp-year .round-2 {
    right: -5px;
}

.package {
    background-color: #f5f5f5;
    padding: 75px 0;
    background-image: url(../images/package_bg.png);
    position: relative;
    background-size: cover;
}

.pkg-box section {
    background-color: #fff;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-wrap: wrap;
}

.pkg-box section:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.pkg-box article p {
    color: #222f3e;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0;
    min-height: 45px;
    text-transform: uppercase;
    text-align: left;
}

.pkg-details li h5 {
    font-size: 15px;
}

.pkg-details ul {
    margin: 10px 0 !important;
}

.pkg-pic {
    max-height: 140px;
    /* min-height: 165px; */
    overflow: hidden;
    position: relative;
    width: 220px;
}

.package-price-sec {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    left: auto;
    margin: 0;
    padding: 2px 15px;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
}

.package-name-sec {
    font-weight: 800;
}

.package-short_description-sec {
    font-size: 13px !important;
}

.pkg-box:hover .pkg-pic img {
    transform: scale(1.1);
}

/*.pkg-box article a {
    background-color: #5f971b;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 10px 0;
    padding: 5px 30px;
}*/


.view-btn-sec:hover {
    background-color: #6ab411;
}

.pkg-box article {
    padding: 10px 15px;
    width: calc(100% - 220px);
    position: relative;
}

.pkg-pic img {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.col-xs-5th-1,
.col-xs-5th-2,
.col-xs-5th-3,
.col-xs-5th-4 {
    float: left !important;
}

.col-xs-5th-5 {
    float: left !important;
    width: 100% !important;
}

.col-xs-5th-4 {
    width: 80% !important;
}

.col-xs-5th-3 {
    width: 60% !important;
}

.col-xs-5th-2 {
    width: 40% !important;
}

.col-xs-5th-1 {
    width: 20% !important;
}

.col-xs-5th-pull-5 {
    right: 100% !important;
}

.col-xs-5th-pull-4 {
    right: 80% !important;
}

.col-xs-5th-pull-3 {
    right: 60% !important;
}

.col-xs-5th-pull-2 {
    right: 40% !important;
}

.col-xs-5th-pull-1 {
    right: 20% !important;
}

.col-xs-5th-pull-0 {
    right: auto !important;
}

.col-xs-5th-push-5 {
    left: 100% !important;
}

.col-xs-5th-push-4 {
    left: 80% !important;
}

.col-xs-5th-push-3 {
    left: 60% !important;
}

.col-xs-5th-push-2 {
    left: 40% !important;
}

.col-xs-5th-push-1 {
    left: 20% !important;
}

.col-xs-5th-push-0 {
    left: auto !important;
}

.col-xs-5th-offset-5 {
    margin-left: 100% !important;
}

.col-xs-5th-offset-4 {
    margin-left: 80% !important;
}

.col-xs-5th-offset-3 {
    margin-left: 60% !important;
}

.col-xs-5th-offset-2 {
    margin-left: 40% !important;
}

.col-xs-5th-offset-1 {
    margin-left: 20% !important;
}

.col-xs-5th-offset-0 {
    margin-left: 0% !important;
}

@media (min-width: 768px) {

    .col-sm-5th-1,
    .col-sm-5th-2,
    .col-sm-5th-3,
    .col-sm-5th-4 {
        float: left !important;
    }

    .col-sm-5th-5 {
        float: left !important;
        width: 100% !important;
    }

    .col-sm-5th-4 {
        width: 80% !important;
    }

    .col-sm-5th-3 {
        width: 60% !important;
    }

    .col-sm-5th-2 {
        width: 40% !important;
    }

    .col-sm-5th-1 {
        width: 20% !important;
    }

    .col-sm-5th-pull-5 {
        right: 100% !important;
    }

    .col-sm-5th-pull-4 {
        right: 80% !important;
    }

    .col-sm-5th-pull-3 {
        right: 60% !important;
    }

    .col-sm-5th-pull-2 {
        right: 40% !important;
    }

    .col-sm-5th-pull-1 {
        right: 20% !important;
    }

    .col-sm-5th-pull-0 {
        right: auto !important;
    }

    .col-sm-5th-push-5 {
        left: 100% !important;
    }

    .col-sm-5th-push-4 {
        left: 80% !important;
    }

    .col-sm-5th-push-3 {
        left: 60% !important;
    }

    .col-sm-5th-push-2 {
        left: 40% !important;
    }

    .col-sm-5th-push-1 {
        left: 20% !important;
    }

    .col-sm-5th-push-0 {
        left: auto !important;
    }

    .col-sm-5th-offset-5 {
        margin-left: 100% !important;
    }

    .col-sm-5th-offset-4 {
        margin-left: 80% !important;
    }

    .col-sm-5th-offset-3 {
        margin-left: 60% !important;
    }

    .col-sm-5th-offset-2 {
        margin-left: 40% !important;
    }

    .col-sm-5th-offset-1 {
        margin-left: 20% !important;
    }

    .col-sm-5th-offset-0 {
        margin-left: 0% !important;
    }
}

@media (min-width: 992px) {

    .col-md-5th-1,
    .col-md-5th-2,
    .col-md-5th-3,
    .col-md-5th-4 {
        float: left !important;
    }

    .col-md-5th-5 {
        float: left !important;
        width: 100% !important;
    }

    .col-md-5th-4 {
        width: 80% !important;
    }

    .col-md-5th-3 {
        width: 60% !important;
    }

    .col-md-5th-2 {
        width: 40% !important;
    }

    .col-md-5th-1 {
        width: 20% !important;
    }

    .col-md-5th-pull-5 {
        right: 100% !important;
    }

    .col-md-5th-pull-4 {
        right: 80% !important;
    }

    .col-md-5th-pull-3 {
        right: 60% !important;
    }

    .col-md-5th-pull-2 {
        right: 40% !important;
    }

    .col-md-5th-pull-1 {
        right: 20% !important;
    }

    .col-md-5th-pull-0 {
        right: auto !important;
    }

    .col-md-5th-push-5 {
        left: 100% !important;
    }

    .col-md-5th-push-4 {
        left: 80% !important;
    }

    .col-md-5th-push-3 {
        left: 60% !important;
    }

    .col-md-5th-push-2 {
        left: 40% !important;
    }

    .col-md-5th-push-1 {
        left: 20% !important;
    }

    .col-md-5th-push-0 {
        left: auto !important;
    }

    .col-md-5th-offset-5 {
        margin-left: 100% !important;
    }

    .col-md-5th-offset-4 {
        margin-left: 80% !important;
    }

    .col-md-5th-offset-3 {
        margin-left: 60% !important;
    }

    .col-md-5th-offset-2 {
        margin-left: 40% !important;
    }

    .col-md-5th-offset-1 {
        margin-left: 20% !important;
    }

    .col-md-5th-offset-0 {
        margin-left: 0% !important;
    }
}

@media (min-width: 1200px) {

    .col-lg-5th-1,
    .col-lg-5th-2,
    .col-lg-5th-3,
    .col-lg-5th-4 {
        float: left !important;
    }

    .col-lg-5th-5 {
        float: left !important;
        width: 100% !important;
    }

    .col-lg-5th-4 {
        width: 80% !important;
    }

    .col-lg-5th-3 {
        width: 60% !important;
    }

    .col-lg-5th-2 {
        width: 40% !important;
    }

    .col-lg-5th-1 {
        width: 20% !important;
    }

    .col-lg-5th-pull-5 {
        right: 100% !important;
    }

    .col-lg-5th-pull-4 {
        right: 80% !important;
    }

    .col-lg-5th-pull-3 {
        right: 60% !important;
    }

    .col-lg-5th-pull-2 {
        right: 40% !important;
    }

    .col-lg-5th-pull-1 {
        right: 20% !important;
    }

    .col-lg-5th-pull-0 {
        right: auto !important;
    }

    .col-lg-5th-push-5 {
        left: 100% !important;
    }

    .col-lg-5th-push-4 {
        left: 80% !important;
    }

    .col-lg-5th-push-3 {
        left: 60% !important;
    }

    .col-lg-5th-push-2 {
        left: 40% !important;
    }

    .col-lg-5th-push-1 {
        left: 20% !important;
    }

    .col-lg-5th-push-0 {
        left: auto !important;
    }

    .col-lg-5th-offset-5 {
        margin-left: 100% !important;
    }

    .col-lg-5th-offset-4 {
        margin-left: 80% !important;
    }

    .col-lg-5th-offset-3 {
        margin-left: 60% !important;
    }

    .col-lg-5th-offset-2 {
        margin-left: 40% !important;
    }

    .col-lg-5th-offset-1 {
        margin-left: 20% !important;
    }

    .col-lg-5th-offset-0 {
        margin-left: 0% !important;
    }
}

.features-cover .col-sm-4 {
    flex: 1 1 auto;
}

.feature-box section {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px;
}

.feature-box .feat-round {
    background-color: #007DFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    border-radius: 50%;
    display: inline-block;
    height: 75px;
    width: 75px;
}

.features {
    padding: 50px 0 30px;
}

.feature-box h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 15px 0 0;
}

.f-round2 {
    background-color: #000000;
    border-radius: 50%;
    bottom: 13px;
    content: "";
    display: none;
    height: 20px;
    position: absolute;
    right: 12px;
    top: auto;
    width: 20px;
}

.f-round3 {
    background-color: #777;
    border-radius: 50%;
    bottom: 22px;
    content: "";
    display: none;
    height: 10px;
    position: absolute;
    right: 15px;
    top: auto;
    width: 10px;
}

.feat-1 .feat-round {
    background-image: url(../images/feature-1.png);
}

.feat-2 .feat-round {
    background-image: url(../images/feature-2.png);
}

.feat-3 .feat-round {
    background-image: url(../images/feature-3.png);
}

.feat-4 .feat-round {
    background-image: url(../images/feature-4.png);
}

.feat-5 .feat-round {
    background-image: url(../images/feature-5.png);
}

.feat-6 .feat-round {
    background-image: url(../images/feature-6.png);
}

.feature-box {
    margin-bottom: 20px;
}

.testimonials {
    background-color: #f5f5f5;
    padding: 50px 0 30px;
}

.testimonials article {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 10px 20px;
}

.testimonials article div p {
    font-size: 14px;
    font-style: italic;
    line-height: 1.8;
    margin: 0;
    min-height: 100px;
}

.testimonials article div {
    padding: 30px 30px 15px;
    text-align: center;
}

.testimonials article strong section {
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    margin: 10px 0 -30px;
    overflow: hidden;
    width: 50px;
}

.testimonials article strong section img {
    width: 100%;
}

.testimonials article strong span {
    display: block;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.testimonials article strong {
    display: block;
    text-align: center;
}

.quote {
    background-image: url("../images/quotes.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 40px;
    margin: 10px auto 20px;
    width: 40px;
}

.testimonials .carousel-inner {
    overflow: visible;
}

.testimonials h3 {
    color: #007DFF;
    font-size: 21px;
    margin: 0 0 40px;
}

.testimonials h3 span {
    display: block;
    color: #000;
    font-size: 39px;
    font-weight: 800;
}

.testimonials .carousel-control-next,
.carousel-control-prev {
    background-color: #cccccc;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    opacity: 1;
    padding: 4px 0;
    position: relative;
    width: 30px;
}

.testimonials .carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: #007DFF;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    opacity: 1;
    padding: 4px 0;
    position: relative;
    width: 30px;
}

.owl-item .cloned {
    flex-basis: 33.3333%;
}

.ca-controls {
    margin: 45px 0 20px;
}

footer {
    background-color: #161616;
    padding: 50px 0 0;
}

footer h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 25px;
}

footer p {
    color: #fff;
    font-size: 15px;
}

.sec-1 li {
    display: inline-block;
    margin: 0 10px;
}

.sec-1 li a {
    color: #007DFF;
    transition: all 0.3s ease 0s;
}

.sec-1 li a:hover {
    color: #fff;
}

.sec-1 ul {
    margin: 45px 0 0;
}

.sec-2 li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.sec-2 li a:hover {
    transition: all 0.3s ease 0s;
    color: #ddd;
}

.sec-2 li {
    border-bottom: none;
    padding: 7px 0;
}

.sec-2 li i {
    font-size: 0;
    margin: 0 10px 0 0;
    color: #ddd;
    width: 12px;
    height: 12px;
    border: solid 2px #fff;
    border-radius: 30px;
    position: relative;
    top: -9px;
}

.sec-2 ul {
    float: left;
    width: 44%;
}

.links {
    margin: 0 0 0 25px;
}

.sec-3 li a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 0 22px;
    position: relative;
}

.sec-3 li {
    margin: 0 0 15px;
}

.sec-3 li i {
    color: #007DFF !important;
    left: 0;
    position: absolute;
    top: 3px;
}

.sec-3 ul {
    margin: 30px 0 0;
}

.copyright {
    background-color: #0c0c0c;
    margin: 20px 0 0;
    padding: 20px 0;
}

.copy-text p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    text-align: center;
}

.sec-1,
.sec-2,
.sec-3 {
    margin-bottom: 20px;
}

/**************search page************/
.inner-banner {
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 410px;
    position: relative;
    background-image: url(../images/innerpage_banner.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 12, 30, 0.7);
}

.inner-banner h2 {
    color: #fff;
    position: relative;
    font-size: 50px;
    margin: 50px 0 0;
}

#search-banner {
    background-image: url(../images/search-banner.png);
}

.search-crumbul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

.search-crumb ul.breadcrumb li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    margin: 10px 0;
    text-align: left;
}

.search-crumb ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

.search-crumb ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.search-crumb {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.crumb-1 {
    margin: 10% 0 0;
}

.crumb-1 .breadcrumb {
    background-color: transparent;
    margin: 0 0 10px;
    padding: 0;
}

.crumb-1 .breadcrumb li a,
.crumb-1 .breadcrumb li i {
    color: #bbb !important;
}

.crumb-1 .breadcrumb li {
    color: #007DFF;
}

.crumb-1 .breadcrumb li i {
    margin: 3px 5px 0;
}

.crumb-2 .breadcrumb {
    background-color: #fff;
    border-left: 6px solid #000;
    border-radius: 0;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    position: relative;
}

.crumb-2 ul::before {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 100%;
    left: 20px;
    position: absolute;
    top: 0;
    width: 1px;
}

.crumb-2 li::before {
    background-color: #8dc703;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-style: normal;
    height: 10px;
    left: -20px;
    position: absolute;
    top: 5px;
    width: 10px;
}

.crumb-2 li:nth-child(2)::before {
    background-color: #ff8400 !important;
}

.crumb-2 li:last-child::before {
    background-color: #f00 !important;
}

.current-info section {
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.current-info p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.current-info p span {
    display: block;
    font-weight: 600;
}

.modify-btn a {
    background-color: #000;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 15px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.modify-btn a:hover {
    background-color: transparent;
    box-shadow: 0 0 0 2px #000 inset, 0 0 0 1px transparent;
    color: #000;
}

.current-info {
    padding: 50px 0;
}

.pickup p,
.return p {
    background-image: url(../images/date.png);
}

.time p {
    background-image: url(../images/time.png);
}

.modify-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
}

.modify-mod .close {
    display: initial;
    position: absolute;
    right: 5px !important;
    top: 10px;
    width: 30px;
    z-index: 999;
}

.modal .close span {
    font-weight: 300;
}

.image-car {
    /*background-color: #fff;*/
    box-sizing: border-box;
    display: block;
    max-height: 135px;
    min-height: 135px;
    overflow: hidden;
    padding: 0;
}

.image-car img {
    width: 100%;
}

.fleet-box:hover .image-car img {
    transform: scale(1.2);
    transition: all 0.5s ease 0s;
}

.fleet-box .card-header {
    padding-bottom: 0;
    padding-top: 1.25rem;
}

.fleet-box .card,
.fleet-box .card-header,
.fleet-box .card-footer {
    background-color: #f9f9f9 !important;
    border: medium hidden;
    border-radius: 0 !important;
    position: relative;
}

.fleet-box .card {
    margin: 0 0 30px;
    transition: all 0.5s ease 0s;
    border-bottom: 2px solid #000;
    min-height: 350px;
}

.fleet-box .card:hover .offer-label {
    border-radius: 0;
}

/*.fleet-box .card:hover{
	box-shadow:0px 5px 10px rgba(0,0,0,0.1);
}*/
.offer-label {
    background-color: #007DFF;
    border-radius: 0 0 100px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 15px 20px 20px 10px;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: 9;
}

.fleet-bg .card-body h4 {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}

.fleet-bg .card-body h5 {
    font-size: 13px;
    margin: 5px 0 5px;
    color: #777;
}

.fleet-bg .card-body p {
    font-size: 13px;
    margin: 0;
    color: #45c407;
}

.fleet-bg .card-body p span {
    color: #777;
    padding: 0 0 0 10px;
    text-decoration: line-through;
}

.hr {
    background-color: #cbcbcb;
    display: block;
    height: 1px;
    margin: 10px 0 0;
}

.fleet-bg .card-footer h4 {
    color: #000;
    font-size: 15px;
    font-weight: 800;
}

.fleet-bg .card-footer h4 span {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin: 5px 0 0;
}

.fleet-bg .card-footer .select {
    background-color: #000;
    border: medium hidden;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.fleet-bg .card-footer .select:hover {
    background-color: transparent;
    box-shadow: 0 0 0 2px #000 inset, 0 0 0 1px transparent;
    color: #000;
}

.faredetail-btn {
    color: #000;
    display: inline-block;
    font-size: 13px;
    text-decoration: underline !important;
    transition: all 0.3s ease 0s;
}

.faredetail-btn:hover {
    color: #007DFF;
}

.fleet-box .card-footer {
    padding-top: 0;
}

.modify-mod .reserve-form {
    border: 1px solid #ddd;
}

/************booking page**************************/
#booking-banner {
    background-image: url(../images/booking-banner.png);
}

.booking-left section article div {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    margin: 0 10px 0 0;
    padding: 3px 13px;
}

.booking-left section article {
    color: #000;
    font-size: 20px;
    font-weight: 300;
}

.booking-bg {
    padding: 50px 0;
}

.detailform-inner {
    margin: 40px 0 0;
    padding: 30px;
}

.detail-form label,
.driverRequest-modal label {
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.detail-form input[type="text"],
.detail-form input[type="email"],
.driverRequest-modal input[type="text"],
.driverRequest-modal input[type="email"] {
    background-color: transparent;
    border: hidden;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: -3px auto 0;
    padding: 5px 0;
    width: 100%;
    border-radius: 0;
}

.detail-form input[type="text"]:focus,
.detail-form input[type="email"]:focus,
.detail-form input[type="password"]:focus {
    box-shadow: none;
}

.driverRequest-modal input[type="text"]:focus,
.driverRequest-modal input[type="email"]:focus,
.driverRequest-modal input[type="password"]:focus {
    box-shadow: none;
}

.detail-form .chosen-wrapper {
    max-width: none;
}

.mobile-num {
    margin: 30px 0 0;
}

.detail-form .chosen-wrapper .chosen-container .chosen-single {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.booking-left .search-input {
    margin: 0 0 20px;
}

.booking-left .detail-form {
    margin: 0 0 20px;
}

.area span {
    background-image: url("../images/navigation.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    bottom: auto;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 24px;
}

.area {
    position: relative;
}

.airport-pick-btn {
    display: inline-block;
    font-size: 14px;
    margin: 20px 0 20px;
    text-decoration: underline !important;
}

.check input[type="checkbox"] {
    display: none;
}

.check input[type="checkbox"]+label span {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 18px;
}

.check input[type="checkbox"]+label span,
input[type="checkbox"]:checked+label span {
    transition: background-color 0.4s linear 0s;
}

.check input[type="checkbox"]:checked+label span {
    background-image: url("../images/checked.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    border-color: #8cc405;
}

.check label {
    font-style: normal;
}

.proceed-btn {
    background-color: #000;
    border: medium hidden;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    margin: 20px 0 0;
    padding: 10px 58px;
}

.proceed-btn:hover {
    background-color: #fff;
    color: #000;
}

.booking-right h3 {
    border-bottom: medium hidden;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin: 25px 0 20px;
    padding: 0;
}

.booking-right h3 span {
    color: #000;
}

.booking-details {
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    font-size: 14px;
    padding: 20px 15px 5px;
}

.toll-free>li {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
}

.toll-free {
    margin: 0;
}

.feild2 {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 5px 10px;
}

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

.fare-modal .modal-header {
    background-color: #000;
    padding-top: 15px;
    border-radius: 0;
}

.fare-modal .modal-title {
    color: #fff;
}

.select-mod {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
}

.fare-modal .close {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 15px;
}

.fare-modal .close span {
    color: #fff;
}

.fare-modal thead {
    background-color: #f9f9f9;
}

.fare-modal th {
    border: medium hidden !important;
    font-size: 14px;
}

.fare-modal td {
    font-size: 14px;
}

.kilometer span {
    color: #888;
    display: block;
    font-weight: 400;
}

.kilometer {
    font-weight: 600;
}

.include {
    font-size: 12px;
}

.fare-modal .modal-footer h4 {
    font-size: 15px;
    font-weight: 600;
}

.fare-modal .modal-footer {
    display: block;
}

.fare-modal .modal-footer ul {
    margin: 0;
}

.fare-modal .modal-footer li {
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0 0 0 17px;
    position: relative;
}

.fare-modal .modal-footer li i {
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 5px;
}

.fare-modal table {
    margin: 0;
}

/*******sep-05-2018****************/
.contact-modal .modal-header h5 {
    font-size: 17px;
}

.confirm-otp-modal .modal-header h4 {
    font-size: 25px;
    font-weight: 700;
}

.contact-modal .modal-header,
.confirm-otp-modal .modal-header {
    color: #000;
    margin: 0 0 20px;
}

.contact-modal input[type="text"],
input[type="email"],
select,
.confirm-otp-modal input[type="text"],
input[type="email"],
select {
    background-color: #f9f9f9;
    border: medium hidden;
    border-radius: 1px !important;
    font-size: 14px !important;
    height: 30px !important;
}

.confirm-otp-modal .mobile-num {
    margin: 20px 0 0;
}

.contact-modal .modal-header,
.confirm-otp-modal .modal-header {
    text-align: center;
    display: block;
}

.contact-modal .close,
.confirm-otp-modal .close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 14px;
}

.contact-modal .close span,
.confirm-otp-modal .close span {
    color: #aaa;
    font-size: 20px;
}

.contact-modal .modal-body {
    background-image: url("../images/otp-send.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 215px;
}

.confirm-otp-modal .modal-body {
    background-image: url("../images/otp-send-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 215px;
}

.contact-modal .modal-footer,
.confirm-otp-modal .modal-footer {
    display: block;
    text-align: center;
}

.contact-modal .mod-cancel {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
}

.contact-modal .mod-cancel:hover {
    background-color: #000 !important;
    color: #fff;
}

/*.contact-modal .mod-submit:hover{
	 color: #f00;
}*/
.contact-modal .mod-submit {
    background-color: #f00;
    border: 2px solid #f00;
    border-radius: 0;
    padding: 6px 25px;
}

.confirm-otp-modal .resend-otp {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
}

.confirm-otp-modal .resend-otp:hover {
    background-color: #000 !important;
    color: #fff;
}

/*.confirm-otp-modal .confirm-otp:hover{
	 color: #f00;
}*/
.confirm-otp-modal .confirm-otp {
    background-color: #f00;
    border: 2px solid #f00;
    border-radius: 0;
    padding: 6px 25px;
}

.contact-modal select {
    background-color: #f9f9f9;
    border: medium hidden;
}

.my-ajax-loader {
    background-image: url("../images/loader.gif");
    background-color: rgba(255, 255, 255, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    z-index: 9999;
    text-align: center;
}

.reserve-form label.error {
    color: #f00;
    font-size: 12px !important;
}

.flatpickr-time-separator {
    background-image: none !important;
    position: relative !important;
    top: -3px !important;
}

.flatpickr-am-pm {
    background-image: none !important;
    position: relative !important;
    top: -2px !important;
}

.flatpickr-time input[type="text"] {
    border: medium hidden !important;
    height: 40px !important;
}

.numInputWrapper span {
    background-image: none !important;
}

.contact-modal label.error {
    color: #007DFF;
    font-size: 12px;
}

.confirm-otp-modal .modal-header {
    display: block;
}

.confirm-otp-modal .modal-title {
    color: #007DFF;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}

.confirm-otp-modal .modal-body p {
    font-size: 14px;
    margin: 0 0 5px;
}

label.error {
    color: #007DFF;
    font-size: 12px;
}

.ui-widget-header {
    background: #f9f9f9 none repeat scroll 0 0 !important;
    border: medium hidden !important;
    color: #000 !important;
    font-weight: bold !important;
}

.ui-datepicker td {
    font-size: 13px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #f7f7f7 none repeat scroll 0 0 !important;
    border: 1px solid #eee !important;
}

.ui-datepicker th {
    font-size: 12px !important;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 13px !important;
}

.ui-timepicker-list li:hover {
    background: #000 !important;
    color: #fff !important;
}

.thank-bg h2 {
    color: #000;
    font-size: 58px;
    font-weight: 900;
    margin: -10px 0 0;
}

.thank-bg p {
    font-size: 25px;
    font-weight: 300;
}

.thank-bg {
    padding: 70px 0;
}

@media (min-width:250px) and (max-width:690px) {
    .thank-pic img {
        width: 100%;
    }

    .thank-bg p {
        font-size: 18px;
    }

    .thank-bg h2 {
        font-size: 40px;
    }
}

.sec-title h2 {
    font-weight: 800;
}

.desc-text {
    font-size: 14px;
}

.inner-box h3 {
    font-size: 22px;
    font-weight: 600;
}

.sec-title {
    margin: 0 0 50px;
}

.content-column {
    margin: 50px 0 0;
}

.service-block {
    margin: 0 0 50px;
}

.service-block .text {
    font-size: 14px;
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 800;
    margin: 50px 0 10px;
}

.row.clearfix .col-lg-12 p {
    font-size: 14px;
}

.row.clearfix .section-heading h3 {
    font-size: 20px;
    font-weight: 600;
}

.row.clearfix .section-heading li,
.content-data li {
    background-image: url("../images/check (2).png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 14px auto;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
}

.row.clearfix .section-heading h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 40px 0 10px;
}

.col-lg-12.content-data p {
    font-size: 14px;
}

.content-data li {
    font-size: 14px;
    margin: 0 0 5px;
}

.content-data h3 {
    font-size: 25px;
    font-weight: 800;
}

.section-heading h3 {
    margin: 35px 0 10px;
}

.content-data {
    margin: 50px 0;
}

#sq-ccbox {
    float: none !important;
    font-weight: inherit !important;
    margin: 5px;
    padding: 25px 10px 10px !important;
    text-align: inherit !important;
    vertical-align: top;
}

#sq-ccbox td {
    padding-bottom: 4%;
    vertical-align: top;
}

#sq-ccbox table {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0 0;
}

.button-credit-card {
    background-color: #000 !important;
    border: medium hidden !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    color: #fff !important;
    padding: 10px 0 !important;
}
a.view-reward-point-link {
    color: #000;
    font-weight: 700;
    text-decoration: underline !important;
}
#sq-ccbox table iframe {
    height: 35px !important;
}

input[type="tel"] {
    font-size: 14px !important;
    height: 35px !important;
    padding: 0 10px !important;
}

#sq-walletbox {
    border-top: 1px solid #ddd !important;
    float: none !important;
    font-weight: bold;
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
}

.button-masterpass {
    background-color: transparent !important;
    border: medium hidden !important;
    border-radius: 2px !important;
    min-width: 155px !important;
}

.wallet-not-enabled {
    background-color: transparent !important;
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 30px !important;
    margin: 0 !important;
    min-height: 30px !important;
}

.booking-left section article {
    margin: 20px 0 0;
}

.booking-bg {
    padding: 30px 0 0;
}

.trp-cnt span {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 0;
    vertical-align: top;
}

.trp-cnt {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #fff;
    float: left;
    margin: 10px 8px;
    padding: 15px 10px;
    width: 23%;
}

.trp-cnt>h3 {
    color: #f00;
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
}

.home-btn {
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
}

.home-btn:hover {
    background-color: #f00;
    color: #fff;
}

.modal {
    padding-right: 0 !important;
}

.booking-bg {
    padding: 70px 0 30px;
}

/*********service page****************************/
.service-bg h1 {
    font-size: 35px;
    font-weight: 300;
    margin: 0 0 20px;
}

.service-bg h1 span {
    font-size: 35px;
    font-weight: 700;
    color: #f00;

}

.serve-section h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.serve-section p {
    font-size: 14px;
    color: #6E7488;
}

.serve-section article {
    padding: 0 63px 0 0;
    position: relative;
    margin: 0 0 30px;
}

.serve-section article {
    padding: 0 0 0 90px;
    position: relative;
    margin: 25px 0;
    min-height: 62px;
    display: flex;
    align-items: center;
}

.serve-section article img {
    position: absolute;
    top: 0;
}

.serve-section article img {
    right: 0;
}

.serve-section article img {
    left: 0;
    width: 65px;
}

.service-bg {
    padding: 50px 0;
}

.meeting-bg {
    background-color: #222;
    padding: 80px 0 50px;
    background-image: url(../images/footer-map-blue.png);
    background-repeat: no-repeat;
    background-position: center;
}

.meeting-bg h1 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0 0 35px;
}

.meeting-bg h1 span {
    font-size: 30px;
    font-weight: 700;
    color: #f00;
    display: block;

}

.meeting-bg p {
    text-align: center;
    color: #ddd;
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
    line-height: 28px;
}

.meeting-pic img {
    width: 100%;
}

@media (min-width:250px) and (max-width:767px) {
    .meeting-pic img {
        width: 100%;
    }

    .service-bg {
        padding: 50px 0 20px;
    }
}

/*********aboutpage*************************/
.about-fill {
    background-color: #f9f9f9;
}

.about {
    padding: 50px 0;
}

/*.welcome h1 {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 0;
    padding: 0;
}
.welcome h1 span{
    font-size: 47px;
    font-weight: 700;
	color:#ff0000;
	display:block;
}*/
.about-content h2 {
    font-size: 31px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    color: #007DFF;
}

.about-content p,
.welcome p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 2;
}

.lg-image img {
    width: 100%;
}

.welcome {
    padding: 50px 0 30px;
}

.support-bg {
    min-height: 383px;
    padding: 50px 0 0;
    position: relative;
}

.flow-img {
    padding: 0;
    position: absolute;
    right: 0;
    top: 30px;
}

@media (min-width:250px) and (max-width:830px) {
    .flow-img {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        position: relative;
        right: 0;
        top: 0;
    }

    .support-bg {
        min-height: auto;
    }
}

.flow-img img {
    width: 100%;
}

/***********RESPONSIVE STARTS****************************/
@media (min-width:250px) and (max-width:1140px) {
    .banner h1 {
        font-size: 40px;
    }
}

@media (min-width:250px) and (max-width:890px) {
    .banner-form {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .caption {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .banner h1 {
        font-size: 25px;
    }

    .modify-form {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width:250px) and (max-width:690px) {
    .banner-form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .caption {
        display: none;
    }
}

@media (min-width:250px) and (max-width:350px) {
    .reserve-form .nav-link {
        font-size: 13px;
        padding: 20px 5px;
    }

    .reserve-form section label {
        margin: 25px 5px !important;
    }
}

@media (min-width:250px) and (max-width:690px) {
    .banner-form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .caption {
        display: none;
    }
}

@media (min-width:250px) and (max-width:350px) {
    .reserve-form .nav-link {
        font-size: 13px;
        padding: 20px 5px;
    }

    .reserve-form section label {
        margin: 25px 5px !important;
    }
}

@media (min-width:250px) and (max-width:360px) {
    .ui-widget-content {
        left: 15px !important;
    }

    .ui-datepicker-title {
        font-size: 12px !important;
    }

    .ui-datepicker-calendar thead span {
        font-size: 11px !important;
    }

    .ui-datepicker-calendar tbody td {
        font-size: 11px !important;
    }

    .ui-widget-content {
        left: 15px !important;
        width: 90.4444% !important;
    }
}

@media (min-width:250px) and (max-width:1210px) {

    .fleet-bg .card-footer h4,
    .fleet-bg .card-body h4 {
        font-size: 14px;
    }

    .fleet-bg .card-footer h4 span,
    .faredetail-btn,
    .modify-btn a {
        font-size: 11px;
    }

    .fleet-bg .card-footer a.select {
        font-size: 12px;
        padding: 8px 13px;
    }

    .search-crumb ul.breadcrumb li,
    .current-info p {
        font-size: 12px;
    }

    .image-car {
        max-height: 135px;
        min-height: 135px;
    }

    .fleet-price {
        padding-right: 0;
    }

    .fleet-select {
        padding-left: 0;
    }
}

@media (min-width:250px) and (max-width:1120px) {
    .image-car {
        max-height: 120px;
        min-height: 120px;
    }
}

@media (min-width:250px) and (max-width:1020px) {
    .image-car {
        max-height: 125px;
        min-height: 125px;
    }
}

@media (min-width:250px) and (max-width:960px) {
    .fleet-box {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .current-info .col-md-2.col-sm-12 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width:250px) and (max-width:767px) {
    .image-car {
        max-height: 145px;
        min-height: 145px;
    }

    .fleet-box {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pickup,
    .return,
    .time {
        padding-right: 0;
    }

    .current-info section {
        padding: 5px;
    }

    .search-crumb ul.breadcrumb li {
        display: block;
    }

    .fleet-price,
    .fleet-select {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .crumb-2 ul.breadcrumb li+li::before {
        padding: 0;
    }

    .crumb-2 ul.breadcrumb li+li::before {
        padding: 0;
    }

    .crumb-2 .breadcrumb {
        padding: 10px 10px 10px 25px;
    }

    .col-md-9.mobile-num {
        flex: 0 0 60%;
        max-width: 60%;
        padding-left: 0;
    }

    .col-md-3.mobile-num {
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 0;
    }
}

@media (min-width:250px) and (max-width:615px) {
    .image-car {
        max-height: 125px;
        min-height: 125px;
    }
}

@media (min-width:250px) and (max-width:545px) {
    .image-car {
        max-height: 110px;
        min-height: 110px;
    }
}

@media (min-width:250px) and (max-width:515px) {

    .pickup,
    .return,
    .time {
        padding-right: 15px;
        margin: 0 0 3px;
    }

    .current-info .col-md-2.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fleet-box {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .image-car {
        max-height: 200px;
        min-height: auto;
        padding: 0 0;
    }

    .nav-btn.nav-slider {
        width: 20px;
    }

    .nav-btn.nav-slider span {
        height: 2px;
        margin: 0 0 5px;
        width: 100%;
    }

    #toggle2 {
        width: 100%;
    }

    #toggle3 {
        width: 100%;
    }

    .login {
        font-size: 12px;
    }

    #content {
        height: 50px;
        left: auto;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

    .square {
        height: 35px;
        outline: 0 none;
        transform: translate(0%, -31%);
        width: 200px;
    }

    .login {
        background-color: #007DFF;
        border: medium hidden;
        margin: 0 30px 0 0;
        padding: 5px 10px;
        position: relative;
        text-decoration: none !important;
        display: block;
        border-radius: 2px;
    }

    .input {
        background-color: #000;
        position: relative;
        transform: translate(-5%, -30%);
        z-index: 9;
    }

    .search {
        left: auto;
        top: -3px;
        transform: translate(-91%, -35%);
        z-index: 99;
    }

    .sidebar li a {
        font-size: 12px;
        font-weight: 600;
        padding: 12px 15px;
    }

    .book-now .detailform-inner {
        padding: 15px;
    }

    .head-right {
        margin: 25px 0 0;
    }
}

@media (min-width:250px) and (max-width:325px) {
    .image-car {
        max-height: 130px;
        min-height: 130px;
        padding: 0 0;
    }

    footer p {
        font-size: 14px;
    }

    .sec-2 li a {
        font-size: 14px;
    }
}

/***********RESPONSIVE ENDS****************************/


/*packages************/
.pkg-details article p {
    color: #222f3e;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.pkg-details section {
    background-color: #fff;
    margin: 0 0 20px;
}

.pkg-img {
    overflow: hidden;
    padding: 15px 15px 0;
}

.pkg-details article small {
    font-size: 15px;
}

.pkg-img img {
    transition: all 0.3s ease 0s;
    width: 100%;
}

.pkg-details article {
    padding: 10px 15px;
}

.detail-bg {
    background-color: #f5f5f5;
    padding: 135px 0 50px;
}

.book-now .detail-form {
    background-color: #fff;
}

.book-now .search-input {
    margin: 0 0 20px;
}

.book-now .detailform-inner {
    margin: 0;
}

.start-from {
    background-color: #000;
    border-radius: 0 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    position: relative;
    top: -6px;
}

.pkg-price h3 {
    color: #007DFF;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.per-person {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    top: -5px;
}

.pkg-price {
    border-top: 1px solid #eee;
    margin: 10px 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.detail-bg .mobile-num {
    margin: 0;
}

/********packages***/
.pac-container {
    z-index: 99999;
}

/*********************payment**************/
.submit>a {
    color: #fff;
    float: none;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 35px;
    background-color: #000;
    border-radius: 0;
    letter-spacing: 2px;
    margin: 0px 0;
    border: none;
    text-transform: uppercase;
}

.submit>a span {
    position: relative;
    z-index: 99;
}

.submit>a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.submit>a:hover::before {
    opacity: 1;
    background-color: #000;
    width: 99%;
    border-radius: 0;
}

.payment-bg {
    background-color: #f5f5f5;
}

.methods {
    background-color: #fff;
    border: 1px solid #eee;
}

.methods .nav-pills::before {
    background-color: #007DFF;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 9;
}

.methods .nav-pills {
    height: 100%;
    position: relative;
}

.tab-links .nav-link.active {
    background-color: #007DFF;
    color: #fff;
    font-weight: 600;
}

.tab-links .nav-link.active::after {
    background-color: #007DFF;
    box-shadow: 7px 2px 15px #999;
    border-radius: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: auto;
    position: absolute;
    right: -9px;
    top: 0;
    width: 9px;
    z-index: 9;
}

.tab-links .nav-link.active::before {
    border-color: transparent transparent transparent #cb0202;
    border-style: solid;
    border-width: 8px 0 0 8px;
    bottom: -8px;
    content: "";
    left: auto;
    position: absolute;
    right: -8px;
    top: auto;
    transform: rotate(90deg);
    z-index: 99;
}

.tab-links .nav-link {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 13px 30px;
    position: relative;
}

.tab-links section {
    background-color: #000;
    height: 100%;
    position: relative;
}

.methods .tab-container section {
    padding: 20px 15px 20px 0;
}

.partner-img img {
    width: 50px;
}

.methods .table thead th {
    border-bottom: 1px solid #dee2e6;
    color: #000;
    vertical-align: bottom;
}

.methods .detail-form {
    background-color: transparent;
}

.methods .detailform-inner {
    padding: 0 0;
}

.your-transaction h3 {
    font-size: 21px;
    font-weight: 900;
}

.your-transaction label {
    font-size: 14px;
    margin: 0;
}

.your-transaction input[type="text"] {
    background-color: transparent;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: -3px auto 0;
    padding: 5px 0;
    width: 100%;
}

.accumulate {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    text-align: center;
}

.displaying {
    padding: 15px 0;
}

.displaying .pagination {
    margin: 0;
}

.displaying p {
    margin: 5px 0 0;
}

.displaying nav {
    display: inline-block;
}

.displaying .page-link {
    border: 1px solid #ddd;
    color: #007DFF;
    font-weight: 600;
    padding: 5px 10px;
}

.your-transaction>a {
    background-color: #007DFF;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 6px 10px;
}

.status-main>h3 {
    font-size: 21px;
    font-weight: 800;
}

.status-cat {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px 15px;
}

.status-cat h4 {
    font-weight: 300;
    margin: 0;
}

.status-cat h4 .badge {
    color: #fff;
}

.status-cat h5 {
    color: #007DFF;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
}

.status-cat li {
    display: inline-block;
}

.status-cat li a {
    font-size: 25px;
}

.status-cat p {
    font-weight: 600;
    margin: 0;
}

.status-cat ul {
    margin: 0;
}

.stat-text>h4 {
    font-size: 18px;
    font-weight: 400;
}

.stat-text>p {
    font-size: 14px;
}

.stat-text {
    border: 1px solid #eee;
    margin: 10px 0 0;
    padding: 15px 15px 0;
}

.status {
    margin: 20px 0 0;
}

.label {
    background-color: #007DFF;
    border-radius: 0 25px;
    color: #fff;
    font-size: 13px;
    height: 40px;
    left: 15px;
    line-height: 1.3;
    padding: 3px 0 0;
    position: absolute;
    top: 0;
    width: 150px;
}

.benefit a {
    background-color: transparent;
    border: 2px solid #007DFF;
    color: #007DFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 5px 10px;
}

.benefit a:hover {
    background-color: #007DFF;
    color: #fff;
}

.progress.blue .progress-value {
    background-color: #f07961;
}

.progress.yellow .progress-value {
    background-color: #89d3ea;
}

.progress.green .progress-value {
    background-color: #9dd55a;
}

.progress {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    height: 150px;
    line-height: 150px;
    margin: 0 auto 20px;
    position: relative;
    width: 150px;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #e8e8ea;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    background: #44484b none repeat scroll 0 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40%;
    left: 30%;
    line-height: 63px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 40%;
}

.progress.blue .progress-bar {
    border-color: #ef7961;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #8ad2ea;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #9cd45a;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

.booking-details p::before {
    background-color: #8dc703;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-style: normal;
    height: 7px;
    left: -15px;
    position: absolute;
    top: 6px;
    width: 7px;
}

.strt-2::before {
    background-color: #ff8400 !important;
}

.strt-3::before {
    background-color: #f00 !important;
}

.strt-1::after,
.strt-2::after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 20px;
    left: -12px;
    position: absolute;
    top: 17px;
    width: 1px;
}

.booking-details p {
    border-bottom: 1px dashed #ddd;
    margin: 0 0 10px;
    padding: 0 0 5px 10px;
    position: relative;
}

.book-map {
    margin: 20px 0 0;
}

.booking-details .divider {
    height: 15px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3>input {
    display: none !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    height: 29px !important;
    width: 110px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
    padding-left: 70px !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 12px;
}

.intl-tel-input #phone_code1 {
    padding-left: 70px !important;
}

#payment-sec {
    margin: 10px 0 0;
    padding: 20px;
}

.coupon-code-btn {
    background-color: #000 !important;
    border: medium hidden !important;
    border-radius: 0 !important;
    color: #fff !important;
    display: block;
    font-size: 14px !important;
    width: 100%;
}

.coupon-code-btn:hover {
    background-color: #000 !important;
}

#payment-sec .cc_code {
    height: 36px;
}

.error-sec {
    color: #f00;
    font-size: 12px;
}

#payment-sec>label {
    font-weight: 800;
}

.check-inner {
    border: 1px solid #ddd;
    padding: 8px 7px;
}

.booking-left .mobile-num {
    margin: 20px 0 0;
}

.reward-information-section {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    padding: 5px;
}

.reward-information-section p span {
    color: #f00;
    font-weight: 800;
}

.reward-information-section p {
    background-image: url("../images/pay.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: 45px auto;
    font-size: 16px;
    margin: 0;
    padding: 2px 0 30px 52px;
}

.reward-information-section h5 {
    border-top: 1px solid;
    font-size: 17px;
    font-weight: 800;
    margin: 8px 0 5px;
    padding: 10px 0 0;
}

.reward-information-section .form-check {
    margin: 0 0 0 10px;
}

.reward-information-section p small {
    display: block;
    font-size: 14px;
}

.percent .ldBar {
    width: 200px !important;
}

.ldBar.label-center>.ldBar-label {
    background-color: #f07961 !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 85px !important;
    left: 50%;
    padding: 31px 0 0 !important;
    position: absolute;
    text-shadow: 0 0 3px #999 !important;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85px !important;
}

.percent p {
    font-size: 14px;
}

.percent p strong {
    font-size: 17px;
}

.percent-blue .ldBar.label-center>.ldBar-label {
    background-color: #89d3ea !important;
}

.percent-green .ldBar.label-center>.ldBar-label {
    background-color: #9cd45a !important;
}

.info-hide-sec {
    margin: 0 0 15px;
    width: 100%;
}

.cus-row {
    display: flex;
    width: 100%;
}

.contact-modal .col-md-3.mobile-num {
    padding-right: 0 !important;
}

.contact-modal .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 110px;
}

#booking-banner .crumb-1 {
    bottom: 10px;
    margin: 0;
    position: absolute;
    top: auto;
}

.intl-tel-input .country-list {
    top: 31px;
}

#phone_code1 {
    display: none;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 110px !important;
    height: 29px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 110px !important;
}

.country-list li {
    font-size: 13px !important;
}

.clock {
    position: relative !important;
    z-index: 9 !important;
}

.selected-flag {
    height: 29px !important;
}

.modify-mod .flatpickr-wrapper {
    display: block;
}

.banner-form {
    position: relative;
    z-index: 9;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.jconfirm .jconfirm-box {
    text-align: center;
}

.jconfirm-title {
    color: #f00;
    font-size: 28px !important;
    font-weight: 700;
}

.jconfirm-title-c {
    background-image: url("../images/recieve-otp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 190px auto;
    padding: 190px 0 10px !important;
}

.jconfirm-buttons .btn-default {
    display: inline-block !important;
    padding: 8px 40px !important;
    background-color: #cbcbcb !important;
    width: auto;
}

.jconfirm-buttons {
    float: none !important;
}

.jconfirm .jconfirm-box {
    padding: 30px 0 15px !important;
}

.contact-modal .modal-header h5 span {
    color: #f00;
    display: block;
    font-size: 22px;
    font-weight: 700;
}

#ph_code.form-control {
    display: none;
}

.contact-modal .intl-tel-input .flag-container {
    position: relative;
}

.contact-modal .mobile-num {
    margin: 0;
}

.driverRequest-modal .modal-header {
    border: medium hidden;
    display: block;
    text-align: center;
}

.driverRequest-modal .modal-title {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 10px;
}

.driverRequest-modal .modal-body {
    background-image: url("../images/become-driver.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 130px;
}

.driverRequest-modal textarea {
    border: hidden;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    margin: -3px auto 0;
    padding: 5px 0;
    width: 100%;
    border-radius: 0;
    resize: none;
}

.driverRequest-modal .modal-footer .btn-success {
    background-color: #f00;
    border: medium hidden !important;
    border-radius: 2px;
    display: inline-block;
    padding: 7px 30px;
}

.driverRequest-modal .modal-footer {
    display: block;
    text-align: center;
    border: hidden;
    padding-top: 0;
}

.time-clock:focus {
    box-shadow: none;
}

@media (min-width:250px) and (max-width:960px) {
    .progress {
        height: 90px;
        width: 90px;
    }

    .progress .progress-value {
        font-size: 13px;
        line-height: 35px;
    }

    .benefit a {
        font-size: 13px;
    }

    .label {
        height: 55px;
        width: 113px;
    }

    .percent p {
        font-size: 13px;
    }
}

@media (min-width:250px) and (max-width:767px) {
    .label {
        display: inline-block;
        height: 43px;
        left: auto;
        margin: 0 0 20px;
        position: relative;
        width: 170px;
    }

    .percent.benefit {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .progress .progress-value {
        font-weight: 900;
    }

    .methods .tab-container section {
        padding: 20px 15px;
    }

    .status-cat .col-md-6.col-sm-12.text-right {
        margin: 5px 0 0;
        text-align: left !important;
    }

    .chosen-wrapper {
        max-width: none;
    }

    .your-transaction .col-md-6.col-sm-12 {
        margin-top: 20px !important;
    }

    .payment-bg .tab-container table {
        font-size: 13px;
    }

    .itinerar {
        font-weight: bold;
        margin: 0 0 10px;
    }
}

@media (min-width:250px) and (max-width:980px) {
    .trp-cnt span {
        font-size: 13px;
    }
}

@media (min-width:250px) and (max-width:860px) {
    .trp-cnt span {
        font-size: 12px;
    }
}

@media (min-width:250px) and (max-width:767px) {
    .trp-cnt {
        margin: 0 0 20px;
        width: 100%;
    }

    .confirm-otp-modal .modal-body p {
        margin: 0 0 15px;
    }

    .confirm-otp-modal .modal-header h4 {
        font-size: 16px;
    }

    .confirm-otp-modal .modal-body {
        background-size: 150px auto;
        padding-top: 145px;
        padding-bottom: 0;
    }

    .confirm-otp-modal .modal-body p {
        font-size: 13px;
    }

    .confirm-otp-modal .resend-otp {
        font-size: 12px;
        padding: 8px 10px;
    }
}

.sign-form .intl-tel-input {
    display: block;
    position: relative;
}

.main-logo img {

    margin: 10px 0 0;
    /*width: 220px;*/
}


@media (min-width:250px) and (max-width:575px) {
    .booking-left .trip-type .col-sm-3 {
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 0;
    }

    .booking-left .trip-type .col-sm-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .booking-left .form-control {
        font-size: 13px;
    }

    .booking-left .detailform-inner {
        padding: 15px;
    }

    .booking-left section article {
        font-size: 16px;
    }

    .proceed-btn {
        display: block;
        font-size: 15px;
        padding: 10px 30px;
        text-align: center;
    }

    .col-sm-6.pick-date {
        margin: 0 0 20px;
    }
}

@media (min-width:250px) and (max-width:1030px) {
    .booking-details .col-md-4 {
        padding-right: 0;
    }

    .booking-details {
        font-size: 13px;
        padding: 25px 20px;
    }
}

@media (min-width:250px) and (max-width:810px) {
    .booking-details {
        font-size: 12px;
        padding: 20px 15px;
    }
}

@media (min-width:250px) and (max-width:767px) {
    .booking-details {
        font-size: 13px;
        padding: 20px 25px;
    }

    .booking-details .col-md-4 {
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 0;
    }

    .booking-details .col-md-8 {
        flex: 0 0 60%;
        max-width: 60%;
        padding-left: 0;
    }
}

@media (min-width:250px) and (max-width:400px) {
    .booking-details {
        font-size: 12px;
        padding: 20px 15px;
    }
}

@media (min-width:250px) and (max-width:515px) {
    .main-logo img {
        width: 160px;
    }

    .head-right {}

    .head-right {
        display: block;
        float: none;
        margin: 5% 0 0;
        text-align: right;
    }

    .login {
        display: inline-block;
        margin: 0;
        padding: 5px 10px;
    }

    header .nav-btn {
        height: 20px;
    }
}

@media (min-width:250px) and (max-width:1080px) {
    .coupon-code-btn {
        font-size: 12px !important;
        padding: 7px 0;
    }

    .payment-options .col-md-4 {
        margin: 5px 0 0;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .payment-options .form-check-label {
        font-size: 12px;
    }

    #payment-sec .form-group.row .col-md-3 {
        padding-left: 0;
    }

    .payment-options .form-check-input {
        margin-top: 1px;
    }

    .payment-options .col-md-4 {
        padding-right: 0;
    }
}

@media (min-width:250px) and (max-width:922px) {
    .payment-options .col-md-4 {
        flex: 0 0 100%;
        margin: 5px 0 0;
        max-width: 100%;
        padding-right: 15px;
    }
}

@media (min-width:250px) and (max-width:767px) {
    #payment-sec .form-group.row .col-md-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    #payment-sec .form-group.row .col-md-9 {
        flex: 0 0 70%;
        max-width: 70%;

    }

}

@media (min-width:250px) and (max-width:365px) {
    #payment-sec .form-group.row .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
    }

    #payment-sec .form-group.row .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;

    }
}

@media (min-width:250px) and (max-width:455px) {
    .percent.benefit {
        flex: 0 0 100%;
        margin: -50px 0 0;
        max-width: 100%;
    }
}

@media (min-width:250px) and (max-width:767px) {
    .pkg-pic {
        max-height: none;
        min-height: auto;
    }

    .search-banner-pic {
        text-align: right;
    }

    .search-banner-pic img {
        width: 60%;
    }

    #search-banner {
        background-color: #212121;
        background-image: none;
        height: 350px;
    }

    .crumb-2 li {
        font-size: 13px !important;
    }

    .contact-modal .col-md-3.mobile-num {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .contact-modal .col-md-9.mobile-num {
        flex: 0 0 70%;
        max-width: 70%;

    }

    .booking-banner-pic {
        text-align: right;
    }

    .booking-banner-pic img {
        width: 40%;
    }

    .booking-banner-pic {
        bottom: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: auto;
    }

}

@media (min-width:250px) and (max-width:470px) {
    .contact-modal .col-md-9.mobile-num {
        padding-left: 15px;
    }
}

@media (min-width:250px) and (max-width:410px) {
    .contact-modal .col-md-9.mobile-num {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .contact-modal .col-md-3.mobile-num {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (min-width:250px) and (max-width:370px) {
    .booking-banner-pic {
        display: none;
    }
}

@media (min-width:250px) and (max-width:351px) {
    .contact-modal .col-md-9.mobile-num {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .contact-modal .col-md-3.mobile-num {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width:250px) and (max-width:500px) {
    .intl-tel-input .country-list {
        width: 268px;
    }
}

@media (min-width:250px) and (max-width:1010px) {
    .sign-form .form-group.row .col-md-8 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .sign-form .form-group.row .col-md-4 {
        flex: 0 0 45%;
        max-width: 45%;
    }

}

@media (min-width:250px) and (max-width:785px) {
    .sign-form .form-group.row .col-md-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sign-form .form-group.row .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (min-width:250px) and (max-width:767px) {
    .sign-form .form-group.row .col-md-8 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .sign-form .form-group.row .col-md-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    #connect-2 {
        border: hidden;
    }

    .feature-box {
        margin-bottom: 40px;
    }

    .feature-box h4 {
        margin: 5px 0 0;
    }

    .features {
        padding: 50px 0 15px;
    }

    .pkg-box article p {
        min-height: auto;
    }
}

@media (min-width:250px) and (max-width:465px) {
    .sign-form .form-group.row .col-md-8 {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .sign-form .form-group.row .col-md-4 {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (min-width:250px) and (max-width:410px) {
    .sign-form .form-group.row .col-md-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sign-form .form-group.row .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
        width: 100px !important;
    }
}

/*contact us iframe map*/
.contact-map {
    margin: 50px 0 0;
}

.contact-map iframe {
    width: 100%;
}

@media (min-width:250px) and (max-width:1145px) {
    #airport.tab-pane section label {
        margin: 10px 5px !important;
        /*min-width: 153px;*/
        text-align: left;
    }

    #airport.tab-pane section {
        margin: 20px 0 30px !important;
    }
}

@media (min-width:250px) and (max-width:1140px) {
    .reserve-form .nav-link {
        padding: 20px 5px;
        font-size: 13px;
    }
}

@media (min-width:250px) and (max-width:920px) {
    .reserve-form .nav-link {
        font-size: 12px;
    }
}

@media (min-width:250px) and (max-width:330px) {
    .reserve-form .nav-item {
        width: 32%;
    }

    .reserve-form .nav-tabs li:nth-child(2) {
        width: 39%;
    }

    .reserve-form .nav-tabs li:last-child {
        width: 29%;
    }
}

/* datepicker */

.ui-state-default.ui-state-highlight.ui-state-active {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff;
}

.ui-state-default.ui-state-highlight {
    background-color: #007DFF !important;
    border-color: #007DFF !important;
}

/* payment reward point link */

.view-reward-point-sec {
    padding: 2px 0 8px 5px;
}


/*package btn*/

.view-btn-sec {
    background-color: #000;
    color: #fff !important;
    display: flex !important;
    font-size: 17px !important;
    margin: 0 !important;
    padding: 0 0 !important;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    position: absolute;
    right: -15px;
    bottom: -15px;
    border: solid 3px #fff;
}

.reserve-form .chosen-container {
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    border: medium hidden !important;
    border-bottom: solid #d2d2d2 1px !important;
    background: transparent !important;
    border-radius: 0 !important;
    height: 30px !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.chosen-results li.highlighted {
    background: #f00 !important;
}

.chosen-container .chosen-drop {
    border-color: -moz-use-text-color #d2d2d2 #d2d2d2 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
}

.pick-time .clock-timepicker {
    display: block !important;
}

.search-btn {
    background-color: #f00;
    background-image: url("../images/search-2.png");
    background-position: right 0.5625rem center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    border-radius: 3px;
    color: #fff;
    font-size: 13px !important;
    margin: 10px 0 0;
    padding: 5px 35px 5px 10px;
    text-align: left;
    text-transform: capitalize;
    display: none;
}

.search-btn:hover {
    background-color: #cd1030;
    color: #fff;
}

@media (min-width:250px) and (max-width:690px) {
    .banner-form {
        margin: 15px 0 0;
    }

    .caption {
        display: block !important;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20% 0 0;
        text-align: center;
    }

    .caption a {
        margin: 0;
    }

    .banner h1 {
        margin: 0 0 10px;
    }

    .caption p {
        font-size: 14px;
        line-height: 1.6;
    }

    .head-right {
        display: block;
        float: none;
        margin: 5% 0 0;
        text-align: right;
    }

    .login {
        background-color: transparent;
        border-radius: 3px;
        display: inline-block;
        float: none;
        font-size: 11px;
        margin-left: 11px;
        padding: 5px 0;
        text-decoration: none !important;
    }

    .login:hover {
        color: #f00;
    }

    .banner {
        height: 700px;
        overflow: hidden;
    }

    .login.book-btn {
        margin: 0 !important;
    }
}

@media (min-width:250px) and (max-width:500px) {
    .search-btn {
        display: block;
    }

    .banner-content {
        padding: 185px 0 0;
    }

    .banner-form {
        margin: 0 0 0;
    }
}

/* numile points popup*/

.mile-pop-bg {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    padding: 90px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mile-inner {
    background-color: #f5f5f5;
    background-image: url("../images/numile-pic.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    max-width: 465px;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.mile-close {
    color: #777;
    display: inline-table;
    height: 20px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 5px;
    transform: scaleX(1.3);
    width: 20px;
}

.mile-inner>h4 {
    font-size: 17px;
    font-weight: 400;
    padding: 60px 0 0;
    text-align: center;
    margin: 0;
}

.mile-inner>h2 {
    font-size: 25px;
    font-weight: 800;
    margin: 0;
    text-align: center;
}

@media (min-width:250px) and (max-width:371px) {
    .mile-inner>h2 {
        font-size: 19px;
    }

    .banner-content {
        padding: 175px 0 0;
    }
}

/*luxuary bus*/

#bus-banner {
    background-image: url(../images/booking-banner.png);
}

#bus-banner h3 {
    color: #fe3c3c;
    font-size: 25px;
    font-weight: 300;
    margin: 25% 0 0;
}

#bus-banner h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.bus-image img {
    margin: 20% 0 0;
}

.wizard-leftbar {
    background-color: #fff;
    float: left;
    height: 100%;
    left: 0;
    max-height: none;
    opacity: 1;
    overflow: visible;
    padding: 20px;
    position: absolute !important;
    top: 15px;
    visibility: visible;
    width: 300px;
    z-index: 99;
    display: none;
}

.wizard-bg {
    overflow: hidden;
    position: relative;
}

.wizard-leftbar section {
    position: relative;
}

.wizard-leftbar a {
    color: #fa6262;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0 40px 0 0;
    position: relative;
}

.wizard-leftbar ul::before {
    background-color: #e1e1e1;
    border-radius: 24px;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    width: 3px;
    top: 2px;
}

.wizard-leftbar li {
    margin: 0 0 15px;
    position: relative;
    text-align: right;
}

.wizard-leftbar li a::before {
    background-color: #fa6262;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 12px;
    position: absolute;
    right: -4px;
    width: 12px;
    top: 2px;
}

.wizard-leftbar li.dot-lg a::before {
    height: 22px;
    right: -9px;
    width: 22px;
}

.wizard-leftbar li.dot-md a::before {
    height: 14px;
    right: -5px;
    width: 14px;
}

.wizard-leftbar li.grey-dot a::before {
    background-color: #aaa;
}

/*.wizard-bg {
    background-color: #f3f5f7  ;
}*/
.wizard-content {
    /*background-color: #f3f5f7;*/
    margin-left: auto;
    min-height: 100vh;
    padding: 60px 8% 0 9%;
}

#step1 a,
#step3 a {
    font-size: 17px;
}

#step2 a,
#step4 a {
    font-size: 13px;
}

#step5 a,
#step6 a {
    font-size: 12px;
    color: #aaa;
}

#step7>a,
#step8>a {
    color: #aaa;
    font-weight: 400;
}

.wizard-leftbar ul li a.active::before {
    background-color: #fff;
    border: 3px solid #fa6262;
}

#step4 {
    margin: 35px 0;
}

#section-1>h3 {
    color: #007DFF;
    font-size: 24px;
    margin: 0 0 5px;
}

#section-2 h6,
#section-3 h6,
#section-4 h6 {
    font-weight: 600;
}

.wizard-content-inner section {
    margin: 0 0 55px;
}

.wizard-content-inner input[type="radio"] {
    display: none;
}

.wizard-content-inner input[type="radio"]+label span {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    width: 16px;
}

.wizard-content-inner input[type="radio"]+label span {
    border: 2px solid #007DFF;
    position: relative;
}

.wizard-content-inner input[type="radio"]+label span,
input[type="radio"]:checked+label span {
    transition: background-color 0.4s linear 0s;
}

.wizard-content-inner input[type="radio"]:checked+label span::before {
    background-color: #007DFF;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 8px;
}

.wizard-content-inner section p {
    font-size: 14px;
}

#section-2 label {
    color: #777;
    font-size: 14px;
    min-width: 245px;
}

#section-2>p {
    color: #777;
    margin: 15px 0 0;
}

.wizard-content-inner input[type="text"] {
    border: medium hidden;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: -3px auto 0;
    padding: 5px 0;
    width: 100%;
    border-radius: 0;
}

.wizard-content-inner input[type="text"]:focus {
    box-shadow: none;
}

.space {
    display: block;
    height: 35px;
}

.date-pick span {
    background-image: url("../images/date.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 31px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 32px;
}

.time-pick span {
    background-image: url("../images/time.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 31px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 32px;
}

.date-pick div,
.time-pick div {
    position: relative;
}

.next-step {
    background-color: #fa6262;
    border: medium hidden;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: right;
    margin: 0 0 40px;
    padding: 12px 30px;
}

.next-step:hover {
    background-color: #f00;
    color: #fff;
    transition: all 0.8s ease 0s;
}

#section-5 .check {
    float: left;
    margin: 0;
    min-width: 245px;
}

#section-5 .check input[type="checkbox"]+label span {
    border: 2px solid #fa6262;
    border-radius: 3px;
    width: 16px;
    height: 16px;
}

#section-5>h6,
#section-6>h6 {
    font-weight: 600;
}

.submit-btn {
    border: 2px solid #57ac03;
    border-radius: 50%;
    color: #57ac03;
    display: inline-block;
    font-size: 14px;
    line-height: 31px;
    margin: 25px 10px 0 0;
    text-align: center;
    transition: all 0.8s ease 0s;
    width: 39px;
}

.submit-btn:hover {
    background-color: #57ac03;
    color: #fff;
}

.cancel-btn {
    border: 2px solid #f00;
    border-radius: 50%;
    color: #f00;
    display: inline-block;
    font-size: 14px;
    line-height: 31px;
    margin: 25px 0 0;
    text-align: center;
    transition: all 0.8s ease 0s;
    width: 39px;
}

.cancel-btn:hover {
    background-color: #f00;
    color: #fff;
}

#step8 a {
    font-size: 13px;
}

#step9 a {
    color: #aaa;
}

#section-5 label {
    color: #777;
    font-size: 14px;
}

.add-section>input[type="text"] {
    margin: 30px 15px 0 0;
}

.add-section {
    display: flex;
}

@media (min-width:250px) and (max-width:870px) {
    .login {
        font-size: 12px;
    }

    #bus-banner h2 {
        font-size: 18px;
    }

    #bus-banner h3 {
        font-size: 16px;
    }

    .bus-image img {
        margin: 30% 0 0;
        width: 290px;
    }

    .main-logo img {
        width: 170px;
    }
}

@media (min-width:250px) and (max-width:768px) {

    #section-4 .pick-date,
    #section-4 .time-pick {
        flex: 0 0 50%;
        margin: 10px 0 0;
        max-width: 50%;
    }

    .wizard-content {
        padding: 60px 15px 0;
    }

    .bus-caption {
        display: none;
    }

    .bus-image {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

    .bus-image img {
        margin: 14% 0 0;
        width: 290px;
    }

    .login {
        margin: 0 0 0 10px;
    }
}

@media (min-width:250px) and (max-width:690px) {
    .login.book-btn {
        margin: 0 0 0 10px !important;
    }
}

@media (min-width:250px) and (max-width:705px) {
    .bus-image img {
        margin: 23% 0 0;
        width: 230px;
    }

}

@media (min-width:250px) and (max-width:525px) {
    .bus-image img {
        margin: 31% 0 0;
    }

    .login {
        border: 1px solid #f00;
        margin-bottom: 10px !important;
        padding: 0 10px;
    }
}

@media (min-width:250px) and (max-width:445px) {
    .bus-image img {
        margin: 41% 0 0;
        width: 200px;
    }
}

@media (min-width:250px) and (max-width:370px) {
    .bus-image img {
        margin: 160px 0 0;
    }
}

/* luxuary bus end*/


/*tips*/

.row.tips-section input {
    display: inline-block;
    margin: 0 8px 0 0;
    width: auto;
}

@media (min-width:250px) and (max-width:395px) {
    #airport.tab-pane section {
        border-bottom: 1px solid #ddd;
        margin: 0;
        padding: 5px 0;
        text-align: inherit !important;
    }

    #airport #airport_from_div {
        margin: 20px 0 0;
    }
}

@media (min-width:250px) and (max-width:690px) {
    .banner {
        overflow: visible;
    }
}








@media (min-width:250px) and (max-width:450px) {
    a.search-btn {
        display: none !important;
    }

    .banner-content {
        padding: 80px 0 0 !important;
    }

    .reserve-form .tab-pane label {
        font-size: 13px !important;
    }

    .reserve-form input[type="radio"]+label span {
        height: 15px !important;
        width: 15px !important;
    }

    .reserve-form input[type="radio"]:checked+label span::before {
        height: 11px !important;
        left: 1px;
        top: 1px;
        width: 11px !important;
    }

    #airport.tab-pane section {
        margin: 0px 0 10px !important;
    }

    .reserve-form .tab-pane {
        padding: 0 10px;
    }
}




@media (min-width:250px) and (max-width:380px) {
    .reserve-form .tab-pane label {
        font-size: 11px !important;
    }
}

/*review*/
section.review_content {
    width: 45%;
    float: left;
}

.review_page {
    font-family: 'Roboto', sans-serif;
}

.review_image {
    height: auto;
    width: 55%;
    float: left;
}

.review_image img {
    width: 100%;
}

.review_content h3 {
    font-size: 45px;
    color: #343d48;
    margin: 55px 0 40px;
}

.review_content p {
    font-size: 18px;
    color: #676b72;
    font-weight: 300;
    line-height: 30px;
}

.review_content a.bak-btns {
    display: block;
    background-color: #343d48;
    width: 150px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    margin: 0 0 30px;
}

.clear {
    clear: both;
}

.review_page .starrr {
    margin: 0 0 30px;
}

@media (min-width:250px) and (max-width: 980px) {
    .review_content h3 {
        font-size: 35px;
        margin: 20px 0 30px;
    }

    .review_content p {
        font-size: 16px;
        line-height: 25px;
    }

    .review_content a {
        width: 135px;
        padding: 13px 0;
        font-size: 13px;
    }
}

@media (min-width:250px) and (max-width: 730px) {
    section.review_content {
        width: 50%;
        float: left;
    }

    .review_image {
        width: 50%;
        float: left;
    }

    .review_content h3 {
        font-size: 25px;
        margin: 20px 0 15px;
    }

    .review_content p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
}

@media (min-width:250px) and (max-width: 550px) {
    section.review_content {
        width: 100%;
        float: none;
    }

    .review_image {
        width: 100%;
        float: none;
    }
}

.review_page {
    margin: 120px 0 0;
    position: relative;
}

@media (min-width:250px) and (max-width: 980px) {
    .review_page .starrr a {
        width: auto;
    }
}

@media (min-width:250px) and (max-width: 767px) {
    .review_page .starrr a {
        background-color: transparent;
        display: inline-block;
        width: auto;
        font-size: 50px;
    }

    .review_content h3 {
        font-size: 25px;
        margin: 20px 0;
    }
}

@media (min-width:250px) and (max-width: 742px) {
    .review_page {
        margin: 120px 0 0;
        position: relative;
    }
}

@media (min-width:250px) and (max-width: 600px) {
    section.review_content {
        padding-top: 240px;
        width: 100%;
        text-align: center;
    }

    .review_image {
        float: none;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }

    .review_image img {
        width: 330px;
    }

    .review_content a.bak-btns {
        margin: 25px auto;
    }
}

@media (min-width:250px) and (max-width: 525px) {
    .review_page {
        margin: 160px 0 0;
    }
}

@media (min-width:250px) and (max-width: 380px) {
    .review_image img {
        width: 250px;
    }

    section.review_content {
        padding-top: 190px;
    }

    .review_content h3 {
        font-size: 20px;
    }
}

.ui-autocomplete {
    z-index: 9999 !important;
}

/*******video*******/
#video-bg {
    background-color: #f9f9f9;
    height: 73vh;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 0;
    position: relative;
}

.videoOuter {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}

.video-inner {
    margin: 50px 0 0;
    text-align: center;
}

.video-inner video {
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    height: auto;
    position: relative;
    width: 800px;
}

.easyhtml5video {
    display: none;
}

.easyhtml5video>div {
    display: none !important;
}

@media (min-width:250px) and (max-width: 865px) {
    .video-inner video {
        width: 100%;
    }

    .video-inner {
        padding: 0 15px;
    }
}

@media (min-width:250px) and (max-width: 740px) {
    #video-bg {
        height: auto;
    }
}

@media (min-width:250px) and (max-width: 575px) {
    .banner {
        height: 765px;
    }
}

@media (min-width:250px) and (max-width: 414px) {
    .video-inner video {
        display: none;
    }

    .easyhtml5video>div {
        display: none !important;
    }

    .easyhtml5video {
        display: block;
    }
}

.call-now-btn {
    color: #000;
    float: left;
    font-size: 14px;
    margin: 0;
    cursor: default;
    padding: 33px 0;
}















.service_wrapper {
    padding: 65px 0;
}

.service_wrapper h2 {
    font-size: 48px;
    color: #090B19;
    text-align: center;
    margin: 0 0 30px;
}

.service_wrapper h2 span {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 0 0 10px;
}

.service_wrapper section {
    padding: 25px;
    margin: 20px 0 40px 0;
    min-height: 350px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-bottom: solid 4px #000;
}

.view_all {
    color: #fff;
    float: none;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 35px;
    background-color: #000;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 2px;
    margin: 15px auto 0;
    display: block;
    text-align: center;
    width: 235px;
}

.service_wrapper section img {
    margin: 0 0 25px;
}

.service_wrapper section h4 {
    max-width: 200px;
    font-size: 20px;
    line-height: 30px;
    color: #090B19;
    margin: 0 0 30px;
    font-weight: 600;
}

.service_wrapper section p {
    font-size: 14px;
    line-height: 25px;
    color: #6E7488;
    margin: 0;
}

.search-input {
    margin: 0 0 15px;
}

.package h2 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
}

.package h2 span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 0 0 10px;
}

.package p {
    text-align: center;
    color: #CCCCCC;
    margin: 0 0 60px;
}

.package:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.package .col-md-6.col-sm-12.pkg-box.exp.wow.fadeInLeft.animated:last-child {
    display: none;
}

.package .view_all {
    background-color: transparent;
    border: solid 1px #fff;
}



.chauffeur_wrapper {
    padding: 50px 0;
}

.chauffeur_wrapper h2 {
    font-size: 48px;
    color: #090B19;
    text-align: left;
    margin: 0;
}

.chauffeur_wrapper h2 span {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 0 0 10px;
}

.chauffeur_wrapper .view_all {
    margin: 0;
    width: auto;
}

.chauffeur_wrapper article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
}

.chauffeur_wrapper section {
    border: solid 1px #ddd;
    padding: 30px;
    margin: 0 0 0;
}

.chauffeur_wrapper section img {
    width: 100%;
}

.chauffeur_wrapper section h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    min-height: 50px;
}

.chauffeur_wrapper section p {
    font-size: 14px;
    color: #555;
    margin: 0 0 20px;
}

.chauffeur_wrapper section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0;
}

.chauffeur_wrapper section li {
    width: 50%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px auto;
    min-height: 38px;
    padding: 10px 0 0 35px;
    font-size: 14px;
}

.icon_seat {
    background-image: url(../images/seat.png);
    background-size: 22px auto !important;
}

.icon_fuel {
    background-image: url(../images/Fuel.png);
}

footer p {
    margin: 35px 0 0;
    font-weight: 300;
}

ul.footer_address {
    margin: 30px 0 0;
}

ul.footer_address li i {
    width: 55px;
    height: 55px;
    background-color: #2E2E2E;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

ul.footer_address li {
    font-size: 14px;
    position: relative;
    padding: 8px 0 8px 70px;
    margin: 0 0 20px;
}

ul.footer_address li label {
    display: block;
    margin: 0;
}

ul.footer_address li a {
    color: #fff;
    display: block;
}

.subscribe_wrapper input {
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: solid 1px #fff;
    font-size: 14px;
    padding: 0 20px;
    color: #fff;
}

a.send_btn {
    display: block;
    width: 150px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 13px;
    padding: 12px 0;
    margin: 15px 0 0;
}

ul.social_icons {
    display: flex;
}

ul.social_icons li {
    margin: 0 15px 0 0;
}

ul.social_icons li a,
ul.social_icons li a i {
    color: #fff !important;
}


.luxury-caption {
    background-color: #f3f5f7;
    text-align: center;
    padding: 35px 0;
    background-image: url(../images/footer-map.png);
    background-position: center;
    background-repeat: no-repeat;
}

.luxury-caption h3 {
    color: #007DFF;
    font-size: 22px;
    font-weight: 700;
}

.luxury-caption h2 {
    font-size: 38px;
    font-weight: 700;
}

.lcr_form {
    max-width: 760px;
    margin: 0;
    padding: 30px;
    border: solid 1px #ccc;
    border-radius: 15px;
}

.next-step {
    background-color: #007DFF;
    border: medium hidden;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 15px 55px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wizard-content-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.lcr_form section h6 {
    font-size: 15px;
}

.lcr_form section#section-2 p {
    color: #6E7488;
    max-width: 375px;
    margin: 20px auto;
    font-size: 14px;
}

.lcr_form section#section-2 label {
    color: #000;
}

.lcr_form section#section-2 {
    text-align: center;
}

.lcr_form section h6 {
    font-size: 15px;
}

#section-3 {
    margin: 0 0 20px;
}

.wizard-content-inner section {
    margin: 0 0 40px;
}

.wizard-content-inner section .space {
    display: none;
}

.luxury-form {
    padding: 70px 0;
    position: relative;
}

.luxury-form:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 48%;
    height: 100%;
    background-image: url(../images/luxury-testimonials-bg-1.jpg);
}

.luxury-form section#section-1 h3 {
    text-align: center;
    font-size: 48px !important;
    color: #000 !important;
}

.luxury-form section#section-1 h3 span {
    display: block;
    color: #555;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 0 0 10px;
}

.luxury-form section p {
    font-size: 14px;
    text-align: center;
}

.welcome {
    padding: 50px 0 30px;
    background-image: url(../images/footer-map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 700px auto;
}

.welcome-content h1 {
    font-size: 48px;
    color: #090B19;
    font-weight: 700;
    margin: 0 0 25px;
}

.welcome-content h1 span {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 0 0 10px;
}

.welcome-content .view_all {
    padding: 15px 15px;
    background-color: #001637 !important;
    margin: 25px 0;
    width: 240px;
}

.app-image.lg-image {
    display: flex;
    align-items: center;
}

.app-image.lg-image img {
    margin: 35px 0 0;
}

.about_section_content {
    background-image: url(../images/rental-lights-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -65px;
    padding: 50px 0 0;
    min-height: 670px;
    margin: 0 0 100px;
}

.about_section_content .container {
    min-height: 670px;
}

.rental_car {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -70px;
    text-align: center;
}

.rental_car img {
    width: 630px;
    position: relative;
    left: -60px;
}

.about_section_content section {
    padding: 45px;
    border: solid 1px #555;
    min-height: 320px;
}

.about_section_content section h3 {
    color: #fff;
    margin: 0 0 25px;
}

.about_section_content section p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.facility_wrapper article {
    width: 380px;
    background-color: #fff;
    display: flex;
    margin: 30px auto 0;
}

.facility_wrapper article .support_icon {
    width: 180px;
    background-color: #f5f5f5;
    background-image: url(../images/headphone.png);
    background-repeat: no-repeat;
    background-position: center;
}

.support_content {
    padding: 20px 0 20px 15px;
}

.support_content h3 {
    color: #090B19;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

.support_content p {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    color: #6E7488;
}

.facility_wrapper {
    padding: 20px 0 50px;
}

.facility_wrapper section {
    text-align: center;
}

.facility_wrapper section h2 {
    margin: 0 0 35px;
}

.facility_wrapper section p {
    max-width: 730px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    color: #6E7488;
}

.facility_wrapper section p span {
    color: #000;
    font-size: 17px;
}

.support_content {
    padding: 20px 0 20px 15px;
    border-top: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
}

.service-bg {
    padding: 50px 0 0;
    position: relative;
}

.service-bg section {
    position: relative;
}

.service_image {
    background-image: url(../images/service_bg.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
}

.service_image img {
    width: 790px;
    position: relative;
    margin: 0 0 -135px;
}

.service_intro {
    margin: 0 auto 50px;
    max-width: 680px;
}

.service-bg h1 {
    text-align: center;
    font-size: 48px !important;
    font-weight: 700;
    color: #000 !important;
}

.service-bg h1 span {
    display: block;
    color: #555;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 0 0 10px;
}

.serve-section section {
    padding: 0 0 40px 50px;
}

.service_intro p {
    font-size: 14px;
    color: #6E7488;
    text-align: center;
}

.service-caption {
    background-color: #222;
    padding: 170px 0 40px;
}

.service-caption p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
















.service-list {
    padding: 50px 0;
    position: relative;
}

.service-list:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-image: url(../images/service-bg.jpg);
    width: 47%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.accordion dl,
.accordion-list {
    border: none;
    margin: 0;
}

.accordion dl:after,
.accordion-list:after {
    content: "";
    display: none;
    height: 1em;
    width: 100%;
    background-color: #2ba659;
}

dd#accordion5 {
    margin: 0;
}

.accordion dd,
.accordion__panel {
    background-color: #f5f5f5;
    font-size: 1em;
    line-height: 1.5em;
}

.accordion p {
    padding: 0;
    margin: 10px 0;
    color: #6E7488;
    font-size: 14px;
    text-align: justify;
}

.accordion {
    position: relative;
    /*background-color: #eee;*/
}

.accordion dd article {
    padding: 20px 35px;
}

.accordionTitle,
.accordion__Heading {
    background-color: transparent;
    text-align: left;
    font-weight: 700;
    padding: 20px 20px;
    display: block;
    text-decoration: none;
    color: #000;
    transition: background-color 0.5s ease-in-out;
    border: 1px solid #000;
}

.accordionTitle:before,
.accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: left;
    transition: transform 0.3s ease-in-out;
    margin: 5px 15px 0 0;
}

.accordionTitle:hover,
.accordion__Heading:hover {
    background-color: #000;
    color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    background-color: #000;
    color: #fff;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: hidden;
    max-height: 50em;
    transition: max-height 1s;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        /*max-height: 15em;*/
        transition: max-height 0.5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}


.crumb-1 {
    display: none;
}

.crumb-2 {
    text-align: center;
    width: 100%;
}

.in-touch li {
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 25px;
    padding: 0 0 0 40px;
    margin: 5px 0 25px;
    color: #000;
}

.in-touch li label {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.in-touch li#email {
    background-image: url(../images/contact-mail.png);
    background-size: 22px;
}

.in-touch li#whatsapp {
    background-image: url(../images/contact-whatsapp.png);
    background-size: 22px;
}

.in-touch li#location {
    background-image: url(../images/contact-location.png);
}






@media (min-width:250px) and (max-width: 991px) {
    .service_image img {
        width: 580px;
        position: relative;
        margin: 0 0 -55px;
    }

    .serve-section section {
        padding: 0 0 40px 20px;
    }

    .serve-section article img {
        left: 0;
        width: 50px;
    }

    .serve-section article {
        padding: 0 0 0 70px;
        margin: 20px 0;
        min-height: 50px;
    }

    .serve-section h4 {
        font-size: 14px;
    }

    .service-caption {
        padding: 80px 0 40px;
    }
}









@media (min-width:250px) and (max-width: 890px) {
    .banner-content {
        padding: 130px 0 0;
        width: 100%;
    }

    div#home-search-form {
        max-width: 100%;
    }

    .banner-overlay {
        height: 100%;
        left: auto;
        position: absolute;
        top: 0;
        right: 0;
        width: 450px;
    }

    .main-logo img {
        width: 120px;
    }

    .nav-btn.nav-slider {
        margin: 20px 0 0;
    }

    .head-right {
        float: right;
        margin: 0;
    }

    .call-now-btn {
        margin: 0 20px 0 0;
        padding: 25px 0;
    }

    .banner-form {
        margin: 0;
    }

    .banner-content {
        padding: 80px 0 0;
    }
}





@media (min-width:250px) and (max-width: 767px) {
    .service_wrapper section {
        margin: 20px 0 0 0;
        min-height: auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .inner-banner h2 {
        font-size: 35px;
        margin: 30px 0 0;
    }

    .inner-banner {
        height: 280px;
    }

    .luxury-caption h3 {
        font-size: 18px;
    }

    .luxury-caption h2 {
        font-size: 26px;
    }

    .luxury-form:before {
        display: none;
    }

    .luxury-form {
        padding: 70px 15px;
    }

    .luxury-form section#section-1 h3 {
        font-size: 35px !important;
    }

    .welcome-content h1 {
        font-size: 35px;
    }

    .about-content p,
    .welcome p {
        font-size: 14px;
        text-align: justify;
    }

    .about_section_content section {
        padding: 30px;
        border: solid 1px #555;
        min-height: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .about_section_content section p {
        font-size: 14px;
        text-align: justify;
    }

    .rental_car img {
        width: 100%;
        position: relative;
        left: -25px;
    }

    .facility_wrapper section p br {
        display: none;
    }

    .service_image {
        min-height: 400px;
    }

    .serve-section section {
        padding: 80px 0 40px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .serve-section article {
        padding: 0 !important;
        width: 50%;
        display: block;
    }

    .serve-section article img {
        left: 0;
        position: relative;
        display: block;
    }

    .service_image img {
        width: 100%;
        position: relative;
        margin: 0 0 -55px;
    }

    .service-caption {
        padding: 40px 0;
    }

    .service-caption p {
        text-align: justify;
    }

    .service-list:after {
        display: none;
    }
}




@media (min-width:250px) and (max-width: 690px) {
    .caption-cover {
        display: none;
    }

    .banner-overlay {
        width: 100%;
    }

    .banner-content {
        padding: 80px 0 0;
        position: relative;
        display: block;
        margin: 0;
    }

    .reserve-form .nav-link {
        padding: 10px 5px;
    }

    .reserve-form .tab-pane {
        padding: 1px 25px 15px;
    }

    .search-btn {
        display: none;
    }

    #airport.tab-pane section {
        margin: 10px 0 0px !important;
    }

    #airport.tab-pane section.radio_check {
        margin: 0 0 0 !important;
    }

    .select-car {
        padding: 10px 35px;
        margin: 15px 0 0;
    }

    .banner {
        height: 820px;
    }
}




@media (min-width:250px) and (max-width: 576px) {
    .service_wrapper {
        padding: 35px 0;
    }

    .service_wrapper h2 {
        font-size: 35px;
        margin: 0 0 15px;
    }

    .service_wrapper section h4 {
        max-width: 100%;
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 10px;
        width: 100%;
    }

    .service_wrapper section h4 br {
        display: none;
    }

    .service_wrapper section img {
        margin: 0 0 10px;
    }

    .package h2 {
        font-size: 35px;
        margin: 0 0 15px;
    }

    .package p {
        margin: 0 0 35px;
        font-size: 14px;
    }

    .chauffeur_wrapper article {
        display: block;
        margin: 0 0 40px;
        text-align: center;
    }

    .chauffeur_wrapper h2 {
        font-size: 35px;
        text-align: center;
        margin: 0;
    }

    .chauffeur_wrapper .view_all {
        margin: 20px auto 0;
        width: 150px;
    }
}



a.floatwhatsapp {
    box-shadow: none !important;
}

.profile-inner {
    background-color: #000 !important;
}

.nav-link.active.profile-inner {
    background-color: #fff !important;
}