@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap);

/*::-webkit-scrollbar {*/
/*    display: none !important;*/
/*}*/

body {
    margin: auto;
    font-weight: 200;
    font-size: 16px;
    line-height: 26px;
    padding: 0 !important;
    color: #60646a;
    font-family: Nunito, sans-serif;
    font-weight: 400;
        overflow-x: hidden !important;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: inherit;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

button {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

p {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    line-height: 1.2;
    color: #000;
}

h1 {
    font-size: 60px;
    line-height: 60px;
}

h2 {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 900;
}

h3 {
    font-size: 40px;
    font-weight: 800;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 24px;
    font-weight: 400;
}

h6 {
    font-size: 18px;
    font-weight: 600;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#preloader.loading {
    background-color: rgb(255 255 255 / 60%);
}

#preloader img {
    width: auto;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 80px;
    z-index: 9999;
}

.header::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    background: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.header .logo {
    text-align: center;
    width: 210px;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.header .logo h4 {
    font-size: 30px;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
}

.header .logo h6 {
    font-size: 18px;
    color: #fff;
}

.header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-right .right-navigation {
    background: 0 0;
    padding: 0;
}

.header .header-right .right-navigation .navbar {
    padding: 0;
    height: 100%;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item {
    position: relative;
    /*overflow: hidden;*/
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-right: 40px;
    padding-left: 0;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item a:hover {
    color: #1e81f6;
    background: 0 0;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown {
    border-radius: 0;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 285px;
    border: none !important;
    margin-top: 0;
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
    /*display: block;*/
    /*-webkit-transform: scale(0);*/
    /*transform: scale(0);*/
    /*-webkit-transition: ease-out 0.3s;*/
    /*transition: ease-out 0.3s;*/
    background: #fff;
    padding: 5px 20px;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
    color: #60646a;
    padding: 10px 0 8px;
    margin-bottom: 2px;
    white-space: break-spaces;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    line-height: 22px;
    font-weight: 400;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a.dropdown-item {
    color: #000 !important;
}
.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
    background: 0 0;
    color: #3abdd4;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:last-child {
    border-bottom: none;
    margin-bottom: 0;
    /*padding-bottom: 0;*/
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.big {
    min-width: 500px;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.big div {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.big div:last-child {
    padding-right: 0;
    padding-left: 20px;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    /*-webkit-transform: scale(1);*/
    /*transform: scale(1);*/
    display:block;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item:last-child a {
    padding-right: 0;
}

.header .header-right .login-rejis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-right .login-rejis .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
}

.header .header-right .login-rejis .login a {
    padding: 6px 25px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding-right: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-right .login-rejis .login a img {
    margin-right: 5px;
}

.header .header-right .login-rejis .login a:last-child {
    padding-left: 10px;
    padding-right: 25px;
}

.header .header-right .login-rejis .login a:hover {
    color: #fbf01a;
}

.header.shrink-nav {
    color: #000 !important;
    top: 0;
    position: fixed;
    border-bottom: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.header.shrink-nav::before {
    height: 100%;
}

.header.shrink-nav .right-navigation .navbar .navbar-nav .nav-item a {
    color: #60646a;
}

.header.shrink-nav .login-rejis .login a {
    color: #25272c;
}

.header.shrink-nav .login-rejis .login a:hover {
    color: #191e89;
}

.header.shrink-nav .logo h4 {
    display: none;
}

.header.shrink-nav .logo h6 {
    display: none;
}

.header.shrink-nav .right-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header.shrink-nav .right-contact .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header.shrink-nav .right-contact .phone a {
    color: #60646a;
}

.header.shrink-nav .right-contact .location svg {
    fill: #60646a;
}

.error {
    color: red;
    font-size: smaller;
}

.header.inner-header {
    position: relative;
}

.header.inner-header .header-right .right-navigation .navbar .navbar-toggler span {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.header.inner-header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
    color: #60646a;
}

.header.inner-header .header-right .login-rejis .login a {
    color: #60646a;
}

.header.inner-header .header-right .login-rejis .login a:hover {
    color: #191e89;
}

.header.inner-header.shrink-nav {
    position: fixed;
}

.sub-title {
    font-size: 20px;
    color: #191e89;
    margin-bottom: 5px;
}

.title {
    color: #25272c;
    font-weight: 800;
    margin-bottom: 30px;
}

a.more {
    background: #191e89;
    padding: 12px 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 20px;
    outline: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.more:hover {
    background: #131518;
}

section {
    overflow: hidden;
}

section.banner {
    height: 100vh;
}

section.banner .row .main-slider .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    top: 90px;
}

section.banner .row .main-slider .form-wrap .inner {
    position: relative;
    width: 100%;
}

section.banner .row .main-slider .form-wrap .inner .form {
    min-width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.banner .row .main-slider .form-wrap .inner .form .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box {
    padding: 25px 25px 20px;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 33px;
    width: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

section.banner .row .main-slider .form-wrap .inner .form .form-box:nth-child(2) .custom-select .custom-select-trigger:after {
    content: "Model";
}

section.banner .row .main-slider .form-wrap .inner .form .form-box:last-child {
    width: 50%;
    padding-right: 90px;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box:last-child .c-datepicker-date-editor .field-col {
    width: 50%;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box input#demo {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding-top: 9px;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .custom-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .custom-select .custom-select-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    top: 7px;
    line-height: inherit;
    color: grey;
    background: #fff;
    border: none;
    outline: 0;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .custom-select .custom-select-trigger:before {
    display: none;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .custom-select .custom-select-trigger:after {
    content: "Location";
    position: absolute;
    left: 0;
    top: -16px;
    font-size: 15px;
    color: #25272c;
    -webkit-transform: none;
    transform: none;
    border: 0;
    text-transform: capitalize;
    font-weight: 600;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6:nth-child(2) .mbsc-form-control-wrapper .mbsc-textfield-inner:before {
    content: "Check out";
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner {
    top: 7px;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner:before {
    content: "Check in";
    position: absolute;
    top: -13px;
    left: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #25272c;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: -14px;
    bottom: 0;
    height: 33px;
    width: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner input {
    font-family: Nunito, sans-serif;
    font-size: 14px;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner input::-webkit-input-placeholder {
    color: grey;
    font-weight: 700;
    opacity: 1;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner input::-moz-placeholder {
    color: grey;
    opacity: 1;
    font-weight: 700;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner input:-ms-input-placeholder {
    color: grey;
    font-weight: 700;
    opacity: 1;
}

section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner input:-moz-placeholder {
    color: grey;
    font-weight: 700;
    opacity: 1;
}

section.banner .row .main-slider .form-wrap .inner .form button {
    outline: 0;
    background: #191e89;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 16px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.banner .row .main-slider .form-wrap .inner .form button img {
    float: left;
}

section.banner .row .main-slider .form-wrap .inner .form button:hover {
    background: #25272c;
}

section.banner .row .main-slider .flexslider {
    overflow: hidden;
}

section.banner .row .main-slider .flexslider .flex-direction-nav {
    display: none;
}

section.banner .row .main-slider .flexslider li::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -9;
}

section.banner .row .main-slider .flexslider li .meta {
    padding: 0 80px;
    position: relative;
}

section.banner .row .main-slider .flexslider li .meta .inner {
    position: absolute;
    bottom: 200px;
}

section.banner .row .main-slider .flexslider li .meta .inner h6 {
    font-size: 30px;
    color: #fbf01a;
    margin-bottom: 9px;
}

section.banner .row .main-slider .flexslider li .meta .inner h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 46px;
}

section.banner .row .main-slider .flexslider .social {
    position: absolute;
    right: 65px;
    bottom: 40vh;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}

section.banner .row .main-slider .flexslider .social ul li {
    margin: 5px 0;
    height: auto;
}

section.banner .row .main-slider .flexslider .social ul li::after {
    display: none;
}

section.banner .row .main-slider .flexslider .social ul li a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    border-radius: 25px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.banner .row .main-slider .flexslider .social ul li a img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 70%;
}

section.banner .row .main-slider .flexslider .social ul li a:hover {
    background: #191e89;
}

section.banner .row .main-slider .flexslider .social ul li a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

section.banner .row .main-slider .banner-ios-wrap {
    padding-right: 60px;
    background-color: #191e89;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 96px;
    height: 128px;
    width: 27vw;
}

section.banner .row .main-slider .banner-ios-wrap p {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: inline-block;
}

section.banner .row .main-slider .banner-ios-wrap p::after {
    position: absolute;
    content: "";
    right: -70px;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #fff;
}

section.banner .row .main-slider .banner-ios-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.banner .row .main-slider .banner-ios-wrap ul li {
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #25272c;
    font-weight: 600;
}

section.banner .row .main-slider .banner-ios-wrap ul li a img {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

section.banner .row .right-form {
    padding-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    bottom: 0;
    position: absolute;
    z-index: 2;
    background: 0 0;
    padding-left: 0;
}

section.banner .row .right-form .offer-slider {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 27vw;
}

section.banner .row .right-form .owl-offer .owl-item {
    opacity: 0;
}

section.banner .row .right-form .owl-offer .owl-item.active {
    opacity: 1;
}

section.banner .row .right-form .owl-offer .owl-item .item {
    padding-top: 100px;
    position: relative;
    left: -1px;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #191e89;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal {
    width: 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a {
    width: 100%;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a .inner {
    background: #fbf01a;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 25px 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    position: relative;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a .inner::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0 solid #191e89;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a .inner span {
    background: #fff;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 800;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        background: #fbf01a;
        color: #25272c;
    }
    50% {
        background: #191e89;
        color: #fff;
    }
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a .inner h6 {
    font-size: 20px;
    font-weight: 800;
    color: #25272c;
    line-height: 18px;
    margin-top: 7px;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a .inner p {
    font-size: 14px;
    color: #25272c;
    font-weight: 600;
    margin-bottom: 0;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a:hover .inner::after {
    border: 10px solid #191e89;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .aed {
    background: #3239c5;
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .aed h5 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate .inner {
    padding: 0 40px;
    width: 100%;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate .inner h2 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
    line-height: 40px;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate .inner p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name .inner {
    padding-right: 30px;
    width: 100%;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name .inner h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name .inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name .inner ul li img {
    width: 20px;
    margin-right: 5px;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name .inner ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car {
    margin-top: -100px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.banner .row .right-form .owl-offer .owl-item.active .item .slider-wrap .car {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

section.banner .row .right-form .owl-offer .owl-nav {
    position: absolute;
    right: 70px;
    bottom: 35px;
}

section.banner .row .right-form .owl-offer .owl-nav button.owl-next,
section.banner .row .right-form .owl-offer .owl-nav button.owl-prev {
    outline: 0;
    background: 0 0;
    border-radius: 50%;
}

section.banner .row .right-form .owl-offer .owl-nav button.owl-next:hover,
section.banner .row .right-form .owl-offer .owl-nav button.owl-prev:hover {
    background: #090c61;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.8);
}

section.home-service {
    background-color: #f5fbff;
    padding: 100px 0;
}

section.home-service .head {
    margin-bottom: 50px;
}

section.home-service .head .sub-title,
section.home-service .head .title,
section.home-service .head p {
    text-align: center;
}

section.home-service .head p {
    max-width: 850px;
    margin: auto;
}

section.home-service .serv-box-wrap .serv-box {
    border: 1px solid #e2edf5;
    background: #eff7fd;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-service .serv-box-wrap .serv-box:last-child {
    margin-bottom: 0;
}

section.home-service .serv-box-wrap .serv-box .icon {
    display: inline-block;
}

section.home-service .serv-box-wrap .serv-box .icon span {
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-service .serv-box-wrap .serv-box h6 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-service .serv-box-wrap .serv-box p {
    line-height: 22px;
    margin-bottom: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-service .serv-box-wrap .serv-box:hover {
    border-color: #191e89;
    background: #191e89;
    -webkit-box-shadow: 7px 8px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 7px 8px 20px 0 rgba(0, 0, 0, 0.3);
}

section.home-service .serv-box-wrap .serv-box:hover .icon span {
    background: #fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

section.home-service .serv-box-wrap .serv-box:hover h6,
section.home-service .serv-box-wrap .serv-box:hover p {
    color: #fff;
}

section.home-service .serv-box-wrap.left .serv-box {
    text-align: right;
}

section.home-service .serv-box-middle {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.home-service .more-wrap {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.home-service .more-wrap .more {
    color: #fff;
}

section.home-welcome {
    padding: 100px 0;
}

section.home-welcome .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

section.home-welcome .wel-left {
    padding-left: 50px;
}

section.home-welcome .wel-left ul {
    margin-top: 10px;
    display: inline-block;
}

section.home-welcome .wel-left ul li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
    font-size: 15px;
    padding-right: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-welcome .wel-left ul li:nth-of-type(2n) {
    padding-right: 0;
}

section.home-welcome .wel-left ul li .inner {
    padding: 7px 20px 6px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-welcome .wel-left ul li .inner:hover {
    background: #191e89;
    color: #fff;
    padding-left: 25px;
}

section.home-welcome .wel-left .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

section.home-welcome .wel-left .details a.more {
    background: #191e89;
    padding: 8px 35px;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 20px;
}

section.home-welcome .wel-left .details a.more:hover {
    background: #131518;
}

section.home-welcome .wel-left .details a.call {
    font-weight: 800;
    color: #000;
}

section.home-welcome .wel-left .details a.call span {
    color: #1e81f6;
    font-weight: 600;
}

section.offer-banner {
    margin-bottom: 100px;
}

section.offer-banner img {
    width: 100%;
}

section.offer-banner .offer-box {
    display: none;
    margin-bottom: 30px;
}

section.offer-banner .load_more_wrap {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.offer-banner .load_more_wrap .load_more_button .more {
    margin: 0 auto;
}

section.offer-banner .load_more_wrap .load_more_button .more:hover {
    background: #131518;
}

section.offer-banner .load_more_wrap .load_more_button.noContent {
    display: none;
}

section.home-vehicles {
    padding: 100px 0;
    background: #dde3ec;
}

section.home-vehicles h4 {
    color: #25272c;
    text-align: center;
    width: 100%;
}

section.home-vehicles p.sub {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}

section.home-vehicles .vehicle-slider {
    overflow: hidden;
    margin-top: 40px;
    padding: 0 15px;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .image {
    padding: 40px 30px 20px;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .title {
    padding: 20px;
    margin-bottom: 0;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .title h5 {
    font-weight: 800;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .daily {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .daily div {
    padding: 10px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .daily div:last-child {
    border-right: none;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .daily div p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .daily div p span {
    font-weight: 800;
    color: #25272c;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .feature {
    padding: 20px 20px 10px;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .feature ul {
    display: inline-block;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .feature ul li {
    color: #60646a;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    float: left;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .feature ul li img {
    margin-right: 10px;
    width: 10px;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .condition {
    padding: 0 20px 5px;
    font-size: 13px;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .condition label {
    margin-bottom: 0;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .nav {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .nav button {
    border: none;
    outline: 0;
    background: 0 0;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .nav button:nth-of-type(2) {
    background: #191e89;
    color: #fff;
}

section.home-vehicles .vehicle-slider .owl-vehicle .item .vehicle-box .nav button:hover {
    background: #25272c;
    color: #fff;
}

section.home-vehicles .vehicle-slider .owl-vehicle .owl-nav {
    margin-top: 30px;
}

section.home-vehicles .vehicle-slider .owl-vehicle .owl-nav button.owl-next,
section.home-vehicles .vehicle-slider .owl-vehicle .owl-nav button.owl-prev {
    outline: 0;
    background: 0 0;
}

section.home-vehicles .vehicle-slider .owl-vehicle .owl-nav button.owl-next:hover,
section.home-vehicles .vehicle-slider .owl-vehicle .owl-nav button.owl-prev:hover {
    background: 0 0;
}

section.home-book-your {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #3f2d2d;
    background: -webkit-gradient( linear, left bottom, left top, from(#fafafa), to(rgba(250, 250, 250, 0)));
    background: linear-gradient(0deg, #fafafa 0, rgba(250, 250, 250, 0) 100%);
}

section.home-book-your .right-car {
    position: absolute;
    width: 446px;
    height: 434px;
    top: 0;
    bottom: 0;
    right: -80px;
    z-index: 2;
    margin: auto;
}

section.home-book-your .container {
    position: relative;
}

section.home-book-your .container .row {
    position: relative;
    z-index: 3;
}

section.home-book-your .container .row .title {
    width: 100%;
    margin-bottom: 50px;
}

section.home-book-your .container .row .book-your-box {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

section.home-book-your .container .row .book-your-box:last-child {
    border-right: none !important;
}

section.home-book-your .container .row .book-your-box h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

section.home-book-your .container .row .book-your-box .vehicle-img {
    margin-bottom: 20px;
}

section.home-book-your .container .row .more-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

section.home-book-your .container .row .more-wrap .more:hover {
    background: #131518;
}

section.home-rental-dubai {
    padding: 100px 0;
}

section.home-rental-dubai .more {
    margin-top: 20px;
    display: inline-block;
}

section.home-rental-dubai .right {
    padding-left: 30px;
}

section.home-rental-dubai .right .bs-example .accordion .card {
    border: none;
}

section.home-rental-dubai .right .bs-example .accordion .card .card-header {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    background: 0 0;
    margin-bottom: 0;
}

section.home-rental-dubai .right .bs-example .accordion .card .card-header .btn {
    color: #191e89;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 6px 0;
    padding-left: 0;
}

section.home-rental-dubai .right .bs-example .accordion .card .card-header .btn.collapsed {
    color: #25272c;
}

section.home-rental-dubai .right .bs-example .accordion .card .card-header .btn:hover {
    text-decoration: none;
}

section.home-rental-dubai .right .bs-example .accordion .card .card-header .btn i.fa {
    width: 8px;
    height: 8px;
    font-size: 0 !important;
    border-bottom: 1px solid #25272c;
    border-right: 1px solid #25272c;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 8px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-rental-dubai .right .bs-example .accordion .card .card-header .btn.collapsed i.fa {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.home-rental-dubai .right .bs-example .accordion .card .card-body {
    padding: 20px 0;
}

section.home-rental-dubai .right .bs-example .accordion .card .card-body p:last-child {
    margin-bottom: 0;
}

section.home-document {
    padding: 100px 0 300px;
    background: #021827;
    background-image: url(../../images/frontend/document-bg.png);
    background-size: cover;
    position: relative;
}

section.home-document::after {
    position: absolute;
    content: "";
    left: -10%;
    right: -10%;
    bottom: -90px;
    width: 120%;
    height: 160px;
    background: #e6edef;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: 2;
}

section.home-document::before {
    position: absolute;
    content: "FARE";
    left: 0;
    right: 0;
    bottom: 0;
    font-size: calc(520px + 6 * ((100vw - 320px) / 680));
    text-align: center;
    font-weight: 900;
    z-index: 1;
    height: 50%;
    line-height: 857px;
    width: 100%;
    color: #fff;
    opacity: 0.02;
}

section.home-document .container {
    position: relative;
    z-index: 3;
    padding: 0 30px;
}

section.home-document .title {
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

section.home-document p.sub {
    color: #60646a;
    text-align: center;
    font-size: 18px;
    max-width: 70%;
    margin: auto;
}

section.home-document .document-box-wrap {
    margin-top: 50px;
    background: #021827;
    border-radius: 30px;
    padding: 50px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

section.home-document .document-box-wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.home-document .document-box-wrap .box:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

section.home-document .document-box-wrap .box .details {
    padding-left: 20px;
}

section.home-document .document-box-wrap .box .details h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
}

section.home-document .document-box-wrap .box ul li {
    color: #60646a;
    padding-left: 15px;
    position: relative;
}

section.home-document .document-box-wrap .box ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 8px;
    height: 1px;
    background: #fff;
}

section.home-document .testimonials-slider {
    width: 100%;
    margin-top: 60px;
}

section.home-document .testimonials-slider .owl-testimonials .owl-item .item {
    padding: 0 150px;
}

section.home-document .testimonials-slider .owl-testimonials .owl-item .item .img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 30px;
}

section.home-document .testimonials-slider .owl-testimonials .owl-item .item p {
    color: #fff;
    text-align: center;
}

section.home-document .testimonials-slider .owl-testimonials .owl-item .item h6 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}

section.home-document .testimonials-slider .owl-testimonials .owl-item .item h6 span {
    color: #fbf01a;
    font-weight: 600;
}

section.home-document .testimonials-slider .owl-testimonials .owl-dots {
    margin-top: 30px;
}

section.home-document .testimonials-slider .owl-testimonials .owl-dots .owl-dot {
    outline: 0;
}

section.home-document .testimonials-slider .owl-testimonials .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 10px;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-document .testimonials-slider .owl-testimonials .owl-dots .owl-dot.active span {
    background: #1e81f6;
}

section.home-document .testimonials-slider .owl-testimonials .owl-dots .owl-dot.active span::after {
    position: absolute;
    content: "";
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border: 1px solid #fff;
    border-radius: 20px;
}

section.home-document .testimonials-slider .owl-testimonials .owl-dots .owl-dot:hover span {
    background: #1e81f6;
}

section.app {
    padding: 0 0 100px;
    background: #e6edef;
    overflow: inherit;
    position: relative;
    z-index: 4;
    background-image: url(../../images/frontend/dot-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

section.app .left h3 {
    margin-top: 40px;
}

section.app .left h3 span {
    font-size: 48px;
    color: #191e89;
    font-weight: 900;
}

section.app .left .features {
    padding: 5px 30px;
    background: #191e89;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
}

section.app .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.app .left ul li {
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #25272c;
    font-weight: 600;
}

section.app .left ul li:last-child {
    margin-right: 0;
}

section.app .left ul li a img {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

section.app .right .app-phone {
    position: relative;
    margin-top: -50%;
    text-align: center;
}

section.home-faq {
    padding: 100px 0;
}

section.home-faq .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.home-faq .left .faq-img {
    width: 100%;
    height: 100%;
    background-image: url(../../images/frontend/faq.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

section.home-faq .right {
    padding-left: 30px;
}

section.home-faq .right .bs-example .accordion .card {
    border: none;
}

section.home-faq .right .bs-example .accordion .card .card-header {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    background: 0 0;
    margin-bottom: 0;
}

section.home-faq .right .bs-example .accordion .card .card-header .btn {
    color: #191e89;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 6px 0;
    padding-left: 0;
}

section.home-faq .right .bs-example .accordion .card .card-header .btn.collapsed {
    color: #25272c;
}

section.home-faq .right .bs-example .accordion .card .card-header .btn:hover {
    text-decoration: none;
}

section.home-faq .right .bs-example .accordion .card .card-header .btn i.fa {
    width: 8px;
    height: 8px;
    font-size: 0;
    border-bottom: 1px solid #25272c;
    border-right: 1px solid #25272c;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 8px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

section.home-faq .right .bs-example .accordion .card .card-header .btn.collapsed i.fa {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.home-faq .right .bs-example .accordion .card .card-body {
    padding: 20px 0;
}

section.home-faq .right .bs-example .accordion .card .card-body p:last-child {
    margin-bottom: 0;
}

section.home-content {
    padding: 100px 0;
    border-top: 1px solid #f1f1f1;
}

section.home-content #container {
    max-height: 300px;
    padding-right: 20px;
}

section.home-content #container h5 {
    margin-bottom: 20px;
}

section.home-content #container .inner-section {
    margin-bottom: 35px;
}

section.home-content #container .inner-section:last-child {
    margin-bottom: 0;
}

section.home-content #container .inner-section p:last-child {
    margin-bottom: 0;
}

section.home-content #container .inner-section .img-right {
    max-width: 40%;
    float: right;
    margin-left: 20px;
}

section.home-content #container .inner-section .img-left {
    max-width: 40%;
    float: left;
    margin-right: 20px;
}

.footer {
    position: relative;
    padding-left: 90px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.footer::before {
    position: absolute;
    content: "";
    left: -90px;
    top: 80px;
    width: 450px;
    height: 100%;
    background: #4b4f54;
    z-index: -1;
}

.footer .footer-wrap {
    padding: 100px;
    background: #25272c;
    background-image: url(../../images/frontend/foot-dot.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}

.footer .footer-wrap .subscribe {
    margin-bottom: 40px;
}

.footer .footer-wrap .subscribe ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-wrap .subscribe ul li {
    margin-right: 50px;
}

.footer .footer-wrap .subscribe ul li:last-child {
    margin-right: 0;
}

.footer .footer-wrap .subscribe ul li h4 {
    color: #fff;
    font-weight: 600;
}

.footer .footer-wrap .subscribe ul li p {
    margin-bottom: 0;
}

.footer .footer-wrap .subscribe ul li.field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #474a50;
    height: 100%;
    padding: 10px;
}

.footer .footer-wrap .subscribe ul li.field input {
    width: 500px;
    background: 0 0;
    border-radius: 0;
    border: none;
    padding: 0 30px;
    outline: 0 !important;
    color: #fff;
}

.footer .footer-wrap .subscribe ul li.field button {
    border-radius: 0;
    border: none;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #9ea1a4;
    padding: 0 30px;
    outline: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-wrap .subscribe ul li.app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-wrap .subscribe ul li.app a {
    margin-right: 10px;
}

.footer .footer-wrap .subscribe ul li.app a:last-child {
    margin-right: 0;
}

.footer .footer-wrap .links-wrap .link-box {
    padding-left: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-wrap .links-wrap .link-box:first-child {
    padding-left: 15px;
    border-left: none;
}

.footer .footer-wrap .links-wrap .link-box h5 {
    color: #fff;
    margin-bottom: 20px;
}

.footer .footer-wrap .links-wrap .link-box ul li {
    margin-bottom: 5px;
}

.footer .footer-wrap .links-wrap .link-box ul li a {
    color: #7b7f84;
}

.footer .footer-wrap .links-wrap .link-box ul li a:hover {
    color: #fff;
}

.footer .footer-wrap .links-wrap .link-box ul li a img {
    margin-right: 15px;
}

.footer .footer-wrap .links-wrap .link-box.contact ul li {
    margin-bottom: 8px;
}

.footer .footer-wrap .links-wrap .link-box.contact ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #7b7f84;
}

.footer .footer-wrap .links-wrap .link-box.contact ul li a:hover {
    color: #fff;
}

.footer .copy-wrap {
    padding-left: 350px;
    padding-right: 50px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .copy-wrap p {
    margin-bottom: 0;
}

.footer .copy-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .copy-wrap ul li {
    margin-left: 25px;
}

@media (min-width: 320px) {
    .container.wide {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container.wide {
        max-width: 100%;
    }
}

@media (min-width: 1367px) {
    .container.wide {
        max-width: 1330px;
    }
}

@media (min-width: 1400px) {
    .container.wide {
        max-width: 1360px;
    }
}

.fleet-banner {
    overflow: inherit;
    padding: 210px 0 0px;
   /* background: #dde3ec; */
    
   /*  background: #021827;  */
    background-image: url(../../images/frontend/ban_inner.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat:no-repeat;
}


.fleet-banner .container.wide , .fleet-banner .container
{
     background: #dde3ec;
     padding:20px 0;
     position:relative;
}
.fleet-banner .container.wide::before, .fleet-banner .container::before
{
    position:absolute;
    left:-500px;
    right:-500px;
    bottom:0px;
    top:0px;
    content:"";
    background: #dde3ec;
    
}

.fleet-banner .title {
    margin-bottom: 15px;
}

.fleet-banner .fleet-banner-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fleet-banner .fleet-banner-left ul li {
    font-size: 16px;
    font-weight: 800;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    font-weight: 600;
}

.fleet-banner .fleet-banner-left ul li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0.7;
}

.fleet-banner .fleet-banner-left ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.fleet-banner .fleet-banner-left ul li:last-child::after {
    display: none;
}

.fleet-banner .fleet-banner-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fleet-banner .fleet-banner-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fleet-banner .fleet-banner-right ul li {
    margin-left: 15px;
}

.fleet-banner .fleet-banner-right ul li:first-child {
    text-transform: uppercase;
    font-weight: 800;
    color: #25272c;
}

.fleet-banner .fleet-banner-right ul li .rate {
    font-size: 24px;
    font-weight: 800;
    color: #191e89;
}

.edit-form {
    overflow: inherit;
    padding: 15px 0;
    background: #dde3ec;
}

.edit-form .form .custom-select-wrapper {
    background: #fff;
}

.edit-form .form .custom-select-wrapper .custom-select {
    background: 0 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 40px 10px 0;
    height: auto;
}

.edit-form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.edit-form ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.edit-form ul li .inner {
    background: #fff;
    padding-left: 15px;
    min-width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edit-form ul li:first-child {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    background: 0 0;
}

.edit-form ul li:first-child img {
    margin-left: 10px;
}

.edit-form ul li img {
    margin-right: 10px;
}

.edit-form ul li:last-child {
    margin-right: 0;
}

.edit-form ul li button {
    border: none;
    outline: 0;
    background: #191e89;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    padding: 5px 25px;
    font-weight: 600;
    font-size: 15px;
}

.edit-form ul li button:hover {
    background: #25272c;
}

.fleet-list {
    padding: 60px 0;
    background: #f9f9f9;
}

.fleet-list .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}

.fleet-list .sidebar .sidebar-inner {
    background: #fff;
    padding: 30px;
    padding-bottom: 0;
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    border: 0px solid #ffffff;
    box-shadow: 0 0 33px rgb(221 227 236);
}

.fleet-list .sidebar .sidebar-inner h5 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 800;
    font-size: 24px;
    color: #191e89;
}

.fleet-list .sidebar .sidebar-inner form .period {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.fleet-list .sidebar .sidebar-inner form .period p {
    color: #000;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fleet-list .sidebar .sidebar-inner form .period .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fleet-list .sidebar .sidebar-inner form .period .inner span {
    margin-right: 15px;
    font-size: 14px;
}

.fleet-list .sidebar .sidebar-inner form .period .inner span:last-child {
    margin-right: 0;
}

.fleet-list .sidebar .sidebar-inner form .all-cars p {
    color: #000;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fleet-list .sidebar .sidebar-inner form .all-cars ul {
    display: inline-block;
    width: 100%;
}

.fleet-list .sidebar .sidebar-inner form .all-cars ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #60646a;
    margin-bottom: 0;
    padding: 6px 0;
}

.fleet-list .sidebar .sidebar-inner form .all-cars ul li label {
    margin-bottom: 0;
    margin-left: 10px;
}

.fleet-list .sidebar .sidebar-inner form .filter-price {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.fleet-list .sidebar .sidebar-inner form .price {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.fleet-list .sidebar .sidebar-inner form .price .head {
    color: #000;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
}

.fleet-list .sidebar .sidebar-inner form .price .price-form .form-group {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fleet-list .sidebar .sidebar-inner form .price .price-form .form-group .price {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: auto;
}

.fleet-list .sidebar .sidebar-inner form .price .price-form .form-group .price.lead {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: #191e89;
    margin-left: 5px;
}

.fleet-list .sidebar .sidebar-inner .form .custom-options {
    border: 1px solid #e5e5e5;
    left: -1px;
    right: -1px;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 5px;
}

.fleet-list .sidebar .sidebar-inner .form .custom-options span {
    color: grey;
}

.fleet-list .sidebar .sidebar-inner .form .custom-options span:nth-of-type(2n) {
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.fleet-list .sidebar .sidebar-inner .form .custom-options span:nth-of-type(2n):hover {
    background: #191e89;
}

.fleet-list .sidebar .sidebar-inner .form .custom-options span:hover {
    color: #fff;
}

.fleet-list .sidebar .sidebar-inner .form .custom-options .custom-option {
    font-weight: 600;
}

.fleet-list .sidebar .sidebar-inner .form .custom-select-wrapper {
    background: #fff;
}

.fleet-list .sidebar .sidebar-inner .form .custom-select-wrapper .custom-select {
    background: 0 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
    height: auto;
}

.fleet-list .sidebar .sidebar-inner .form .custom-select-wrapper .custom-select .custom-select-trigger {
    font-weight: 400;
    font-size: 13px;
    padding: 12px 40px 8px 15px;
}

.fleet-list .sidebar .sidebar-inner .form .custom-select-wrapper .custom-select .custom-select-trigger::after {
    right: 15px;
}

.fleet-list .sidebar .sidebar-inner .form .custom-select-wrapper .custom-select .custom-select-trigger::before {
    display: none;
}

.fleet-list .sidebar .sidebar-inner ul {
    display: inline-block;
    width: 100%;
}

.fleet-list .sidebar .sidebar-inner ul li {
    margin-left: 0;
}

.fleet-list .sidebar .sidebar-inner ul li .c-datepicker-date-editor {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: auto;
}

.fleet-list .sidebar .sidebar-inner ul li .c-datepicker-date-editor .field-col .c-datepicker-data-input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px 15px;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
}

.fleet-list .sidebar .sidebar-inner ul li .inner {
    background: #fff;
    padding-left: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.fleet-list .sidebar .sidebar-inner ul li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
    background: 0 0;
}

.fleet-list .sidebar .sidebar-inner ul li:first-child img {
    margin-left: 10px;
}

.fleet-list .sidebar .sidebar-inner ul li img {
    margin-right: 10px;
}

.fleet-list .sidebar .sidebar-inner ul li:last-child {
    margin-right: 0;
}

.fleet-list .sidebar .sidebar-inner ul li button {
    border: none;
    outline: 0;
    background: #191e89;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 30px;
    font-weight: 600;
    font-size: 15px;
}

.fleet-list .sidebar .sidebar-inner ul li button:hover {
    background: #25272c;
}

.fleet-list .sidebar .sidebar-inner ul li .mbsc-grid.mbsc-no-padding .mbsc-row {
    display: block;
}

.fleet-list .sidebar .sidebar-inner ul li .mbsc-grid.mbsc-no-padding .mbsc-row .mbsc-col-6 {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.fleet-list .sidebar .sidebar-inner ul li .mbsc-grid.mbsc-no-padding .mbsc-row .mbsc-col-6:last-child label {
    padding-left: 0;
}

.fleet-list .sidebar .sidebar-inner ul li .mbsc-grid.mbsc-no-padding .mbsc-row .mbsc-col-6 label input {
    font-family: Nunito, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.fleet-list .sidebar .sidebar-inner ul li .question {
    width: 100%;
    padding: 0;
}

.fleet-list .sidebar .sidebar-inner ul li .question label {
    font-size: 13px;
    font-family: Nunito, sans-serif !important;
    color: grey;
}

.fleet-list .sidebar .sidebar-inner ul li .answer {
    padding: 0;
}

.fleet-list .sidebar .sidebar-inner ul li .answer ul li:first-child {
    margin-bottom: 0;
}

.fleet-list .fleet-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
    max-width: 76%;
}

.fleet-list .fleet-wrap .fleet-box-wrap:last-child .fleet-box {
    margin-bottom: 0;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #dde3ec;
    background: rgb(239,247,255);
    /* background: linear-gradient(360deg, rgb(231 240 255) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,1) 62%);  */
    box-shadow: 0 0 33px rgb(221 227 236);
        border-bottom: 3px solid #1d208a;

}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left h5 {
    font-weight: 700;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left a {
    padding: 5px 30px;
    border-radius: 15px;
    background: #25272c;
    color: #fff;
    font-size: 14px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left a:hover {
    background: #191e89;
    color: #fff;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left .terms .inner span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left .terms .inner span input {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left .terms .inner span label {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 0;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left .terms .inner span label a {
    padding: 0 15px;
    border-radius: 15px;
    background: #25272c;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    line-height: 23px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left .terms .inner span label a:hover {
    background: #191e89;
    color: #fff;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .right .week-month ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e4f1ff;
    padding: 20px 30px;
        border: 1px solid #b7baef;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .right .week-month ul li {
    color: #191e89;
    padding-right: 15px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .right .week-month ul li:last-child {
    padding-right: 0;
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .right .week-month ul li p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .right .week-month ul li h3 {
    color: #191e89;
    font-size: 30px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features {
    margin-top: 30px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li:nth-of-type(2n) {
    background: #f5faff;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li:last-child {
    border-right: none;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li:hover {
    background: #dcedff;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li img {
    margin-top: 12px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li p {
    margin-bottom: 8px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    color: #25272c;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom {
    margin-top: 25px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul {
    display: inline-block;
    width: 100%;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    display: block;
    float: right;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner .input-text {
    padding-right: 20px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner .input-text p {
    text-transform: uppercase;
    color: #25272c;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 13px;
    padding-top: 5px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner .input-text p span {
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 400;
    color: "Nunito", sans-serif;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner .input-text p:last-child {
    padding-top: 0;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner .plus input {
    width: 20px;
    border: none;
    text-align: center;
    font-size: 13px;
    outline: 0;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner .plus .button-container {
    width: 25px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner .plus .button-container button {
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 20px;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total .inner {
    display: block;
    margin-right: 30px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total p {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total h2 {
    font-size: 46px;
    color: #191e89;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 36px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total button {
    border: none;
    outline: 0;
    background: #191e89;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
    padding: 15px 40px;
}

.fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total button:hover {
    background: #25272c;
}

.fleet-list .fleet-single-left .fleet-left-inner {
    background: #fff;
    padding: 40px;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-head .title {
    margin-bottom: 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .owl-fleet .owl-item .item img {
    width: auto;
    margin: auto;
}

.fleet-list .fleet-single-left .fleet-left-inner .owl-fleet .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    margin-top: 0;
    opacity: 0.3;
}

.fleet-list .fleet-single-left .fleet-left-inner .owl-fleet .owl-nav button {
    outline: 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .owl-fleet .owl-nav button:hover {
    background: 0 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap .feature-wrap .inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    display: inline-block;
    width: 100%;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap .feature-wrap .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap .feature-wrap .inner ul li {
    width: 33.33333%;
    float: left;
    padding: 15px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap .feature-wrap .inner ul li:nth-of-type(2n) {
    background: #f9f9f9;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap .feature-wrap .inner ul li:last-child {
    border-right: none;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap .feature-wrap .inner ul li:hover {
    background: #f1f1f1;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap .feature-wrap .inner ul li p {
    margin-bottom: 0;
    font-size: 14px;
    color: #25272c;
    font-weight: 600;
    margin-top: 5px;
}

.fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap .feature-wrap .inner ul li p:last-child {
    color: #60646a;
    margin-top: 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner {
    padding: 20px 35px;
    background-color: #191e89;
    height: 100%;
    min-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner div p {
    margin-bottom: 0;
    line-height: 22px;
    color: #fff;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner div p.price {
    font-size: 12px;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner div p span {
    font-size: 15px;
    font-weight: 600;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner div p.aed {
    font-size: 16px;
}

.fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner div p.aed span {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap {
    padding: 30px 30px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li .icon {
    margin-right: 20px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li .text h6 {
    color: #191e89;
    font-weight: 700;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li .text p {
    margin-bottom: 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li .amount {
    font-size: 18px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li .amount span {
    font-size: 24px;
    color: #191e89;
    font-weight: 700;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li .amount input {
    margin-left: 15px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap {
    padding: 30px 30px 20px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .custom-select-wrapper {
    background: #fff;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .custom-select-wrapper .custom-select {
    background: 0 0;
    border-radius: 0;
    border: 1px solid #60646a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 40px 10px 0;
    height: auto;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left {
    padding-left: 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .details h6 {
    color: #191e89;
    font-weight: 700;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date {
    margin-top: 35px;
    width: 100%;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date input {
    font-size: 14px;
    font-weight: 400;
    background: #f9f9f9;
    border: 1px solid #efefef !important;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date .c-datepicker-date-editor {
    padding: 0;
    height: auto;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date .c-datepicker-date-editor .field-col {
    padding-right: 15px;
    width: 50%;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date .c-datepicker-date-editor .field-col:last-child {
    padding-right: 0;
    padding-left: 15px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date .c-datepicker-date-editor .field-col:last-child p {
    left: 15px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date .c-datepicker-date-editor .field-col input {
    padding: 10px;
    height: auto;
    margin-top: 5px;
    width: 100%;
    text-transform: capitalize;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date .c-datepicker-date-editor .field-col p {
    top: -15px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .right {
    padding-right: 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .right .day h2 {
    font-weight: 800;
    color: #191e89;
    margin-bottom: 0;
    line-height: 40px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .right .day h5 {
    font-weight: 800;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .right .day input {
    margin-top: 15px;
    padding: 5px 25px;
    background: #f5faff;
    border: 1px solid #dce5ef;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-three-wrap {
    font-size: 14px;
    line-height: 23px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-three-wrap h6 {
    margin-bottom: 10px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    display: block;
    padding-top: 20px;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-three-wrap h6:first-child {
    border-top: none;
}

.fleet-list .fleet-single-left .fleet-left-inner .total-amount {
    margin-top: 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .total-amount ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #f5faff;
}

.fleet-list .fleet-single-left .fleet-left-inner .total-amount ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
}

.fleet-list .fleet-single-left .fleet-left-inner .total-amount ul li:last-child {
    padding: 0;
}

.fleet-list .fleet-single-left .fleet-left-inner .total-amount ul li h6 {
    font-size: 24px;
    color: #25272c;
    font-weight: 600;
}

.fleet-list .fleet-single-left .fleet-left-inner .total-amount ul li h2 {
    font-weight: 800;
    color: #191e89;
}

.fleet-list .fleet-single-left .fleet-left-inner .total-amount ul li h2 span {
    font-size: 24px;
}

.fleet-list .fleet-single-left .fleet-left-inner .total-amount ul li button {
    border: none;
    outline: 0;
    background: #191e89;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 165px;
    width: 100%;
    font-weight: 700;
}

.fleet-list .fleet-single-left .fleet-left-inner .total-amount ul li button:hover {
    background: #25272c;
}

.fleet-list .fleet-single-left .fleet-left-inner .tab-wrap {
    margin-top: 40px;
}

.fleet-list .fleet-sidebar .upgrade {
    background: #fff;
    padding-bottom: 25px;
}

.fleet-list .fleet-sidebar .upgrade .inner .head {
    padding: 25px;
}

.fleet-list .fleet-sidebar .upgrade .inner .head h5 {
    padding: 0;
    margin-bottom: 5px;
    font-weight: 800;
}

.fleet-list .fleet-sidebar .upgrade .inner .img {
    padding: 15px;
}

.fleet-list .fleet-sidebar .upgrade .inner .car-name {
    padding: 10px 25px 10px;
}

.fleet-list .fleet-sidebar .upgrade .inner .car-name h5 {
    font-size: 17px;
    font-weight: 600;
    border-bottom: rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fleet-list .fleet-sidebar .upgrade .inner ul {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fleet-list .fleet-sidebar .upgrade .inner ul li {
    padding: 0 10px;
}

.fleet-list .fleet-sidebar .upgrade .inner ul li p {
    margin-bottom: 5px;
}

.fleet-list .fleet-sidebar .upgrade .inner ul li h6 {
    font-size: 15px;
    color: #191e89;
    font-weight: 700;
}

.fleet-list .fleet-sidebar .upgrade .inner button {
    margin: 0 25px;
    outline: 0;
    border: none;
    background: #191e89;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 25px;
    margin-top: 20px;
}

.fleet-list .fleet-sidebar .upgrade .inner button:hover {
    background: #25272c;
}

.fleet-list .fleet-sidebar .similar {
    background: #fff;
    padding-bottom: 25px;
    margin-top: 30px;
}

.fleet-list .fleet-sidebar .similar .inner .head {
    padding: 25px;
    border-bottom: 15px solid #f9f9f9;
}

.fleet-list .fleet-sidebar .similar .inner .head h5 {
    padding: 0;
    margin-bottom: 5px;
    font-weight: 800;
}

.fleet-list .fleet-sidebar .similar .inner ul {
    padding: 0 15px;
    margin-top: 25px;
}

.fleet-list .fleet-sidebar .similar .inner ul li {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fleet-list .fleet-sidebar .similar .inner ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.fleet-list .fleet-sidebar .similar .inner ul li img {
    max-width: 120px;
    margin-right: 15px;
}

.fleet-list .fleet-sidebar .similar .inner ul li p {
    margin-bottom: 0;
    font-weight: 600;
    color: #25272c;
}

.fleet-list .fleet-sidebar .similar .inner ul li p span {
    font-weight: 700;
    color: #191e89;
}

.about-us {
    padding: 100px 0;
}

.about-us .highlight {
    font-size: 20px;
    line-height: 32px;
    color: #000;
}

.about-us .mission-wrap {
    margin-top: 35px;
}

.about-us .mission-wrap .left {
    padding-right: 0;
}

.about-us .mission-wrap .left .inner {
    background: #191e89 url(../../images/frontend/book-your-bg.png) no-repeat;
    background-size: cover;
    padding: 60px;
    height: 100%;
}

.about-us .mission-wrap .left .inner p {
    color: #fff;
}

.about-us .mission-wrap .left .inner p strong {
    font-size: 17px;
}

.about-us .mission-wrap .left .inner p:last-child {
    margin-bottom: 0;
}

.about-us .mission-wrap .right {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-us .mission-wrap .right .inner {
    padding: 50px;
    background: #eff7fd;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-us .mission-wrap .right .inner p strong {
    font-size: 17px;
}

.about-us .mission-wrap .right .inner p:last-child {
    margin-bottom: 0;
}

.about-us .mission-wrap p span {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-top: 30px;
    display: inline-block;
}

.modal-backdrop {
    z-index: 9999;
}

.Terms-modal {
    z-index: 99999;
}

@media (min-width: 991px) {
    .Terms-modal .modal-dialog {
        max-width: 800px;
    }
}

.Terms-modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 23px;
    height: calc(100vh - 130px);
}

.Terms-modal .modal-dialog .modal-content .modal-header {
    background: #191e89;
    color: #fff;
    border-radius: 0;
    padding: 15px 30px;
}

.Terms-modal .modal-dialog .modal-content .modal-header h5 {
    color: #fff;
}

.Terms-modal .modal-dialog .modal-content .modal-header .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.Terms-modal .modal-dialog .modal-content .modal-body {
    padding: 15px 30px;
    max-height: 80vh;
    overflow-x: scroll;
}

.Terms-modal .modal-dialog .modal-content .modal-body h6 {
    margin-bottom: 10px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    display: block;
    padding-top: 20px;
}

.Terms-modal .modal-dialog .modal-content .modal-body h6:first-child {
    border-top: none;
}

.Terms-modal .modal-dialog .modal-content .modal-body ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.Terms-modal .modal-dialog .modal-content .modal-body ul li {
    margin-bottom: 10px;
    list-style: circle;
}

.hidden-head {
    display: none !important;
    visibility: hidden !important;
}

.fleet-list .sidebar .sidebar-inner .form .custom-select-wrapper .custom-select .custom-select-trigger:before {
    position: absolute;
    content: "aaaaa";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: -1;
}

@media (max-width: 1650px) {
    .footer .footer-wrap .subscribe ul li.field {
        max-width: 50%;
    }
    .footer .footer-wrap .subscribe ul li:first-child {
        margin-right: 25px;
        min-width: 15%;
    }
    .footer .footer-wrap .subscribe ul li:first-child h4 {
        font-size: 26px;
    }
}

@media (max-width: 1366px) {
    .header,
    .header.shrink-nav {
        padding: 0 50px;
    }
    .header .right-navigation .navbar .navbar-nav .nav-item a {
        padding-right: 25px;
    }
    section.banner .row .main-slider .form-wrap {
        top: 120px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal .inner a {
        padding: 25px 20px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a .inner {
        padding: 20px 30px;
    }
    section.banner .row .main-slider .banner-ios-wrap {
        height: 118px;
        padding: 0 30px 0 50px;
        width: 25vw;
    }
    section.banner .row .right-form .offer-slider {
        left: 25vw;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul {
        display: block;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li {
        width: 31.6%;
        float: left;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li:nth-of-type(3) {
        margin-right: 0;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li:last-child {
        width: 100%;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner {
        width: 100%;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total .inner {
        width: auto;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total button {
        margin-left: inherit !important;
    }
    .fleet-list .sidebar .sidebar-inner ul li .question label {
        font-size: 11px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner {
        min-width: 100%;
    }
}

@media (max-width: 1300px) {
    .footer {
        padding-left: 50px;
    }
    .footer .footer-wrap .links-wrap .link-box {
        padding-left: 25px;
    }
    .footer .footer-wrap {
        padding: 50px;
    }
    .footer .footer-wrap .links-wrap .link-box.contact ul li a {
        font-size: 16px;
    }
    .footer .footer-wrap .subscribe ul li.field {
        max-width: 50%;
    }
}

@media (max-width: 1199px) {
    .header,
    .header.shrink-nav {
        padding: 0 25px;
    }
    section.banner .row .right-form .offer-slider {
        left: 0;
    }
    section.banner .row .main-slider .flexslider li .meta .inner {
        bottom: 35%;
    }
    section.banner .row .main-slider .banner-ios-wrap {
        height: 118px;
        padding: 0 20px 0 20px;
        width: 250px;
        bottom: 110px;
        position: absolute;
        left: 0;
        background: 0 0;
        z-index: 2;
    }
    .header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
        font-size: 14px;
        padding-right: 25px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box {
        padding: 15px 22px 10px;
    }
    section.banner .row .main-slider .form-wrap .inner .form button {
        width: 56px;
        height: 56px;
        right: 6px;
    }
    section.banner .row .main-slider .form-wrap {
        top: 100px;
        padding: 0 5px;
    }
    section.home-welcome .wel-left {
        padding-left: 15px;
    }
    .footer .footer-wrap .links-wrap .link-box {
        padding-left: 15px;
    }
    footer .copy-wrap {
        padding-left: 150px !important;
    }
    .footer::before {
        width: 265px;
    }
    .fleet-list .sidebar {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px;
    }
    .fleet-list .sidebar .sidebar-inner ul li {
        width: 49%;
        margin-left: 1%;
        float: left;
    }
    .fleet-list .sidebar .sidebar-inner ul li:nth-of-type(2n) {
        margin-left: 0;
        margin-right: 1%;
    }
    .fleet-list .sidebar .sidebar-inner ul li:nth-of-type(4) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .fleet-list .sidebar .sidebar-inner ul li:nth-of-type(5) {
        margin-left: 0;
        margin-right: 1%;
    }
    .fleet-list .sidebar .sidebar-inner ul li:nth-of-type(6) {
        margin-left: 1%;
        margin-right: 0;
    }
    .fleet-list .sidebar .sidebar-inner ul li:first-child {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .fleet-list .sidebar .sidebar-inner ul li .answer li {
        width: 49%;
        float: left;
        margin-left: 0;
        margin-right: 1%;
    }
    .fleet-list .sidebar .sidebar-inner ul li .answer li:last-child {
        margin-left: 1%;
        margin-right: 0;
    }
    .fleet-list .fleet-wrap {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .fleet-list .sidebar .sidebar-inner ul li .question label {
        font-size: 13px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner {
        padding: 10px 15px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner div p span {
        font-size: 13px;
        font-weight: 800;
    }
    .fleet-list .fleet-sidebar {
        margin-top: 30px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form {
        display: block;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .right {
        padding: 0;
        margin-top: 30px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left {
        padding: 0;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .right {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    section.banner .row .main-slider .form-wrap .inner .form .form-box .custom-select .custom-select-trigger,
    section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner input {
        font-size: 11px;
    }
    section.banner .row .main-slider .form-wrap {
        padding: 0;
    }
    section.banner .row .main-slider .form-wrap .inner .form button {
        width: 54px;
        height: 54px;
        right: 4px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box:last-child {
        padding-right: 65px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box .c-datepicker-date-editor {
        padding-left: 10px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box .c-datepicker-data-input {
        font-size: 11px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a .inner {
        padding: 20px 20px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a .inner h6 {
        font-size: 18px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate .inner h2 {
        font-size: 50px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate .inner {
        padding: 0 25px 0 15px;
    }
    section.banner .row .right-form .owl-offer .owl-nav button.owl-next,
    section.banner .row .right-form .owl-offer .owl-nav button.owl-prev {
        width: 35px;
        height: 35px;
    }
    section.banner .row .right-form .owl-offer .owl-nav {
        right: 40px;
        bottom: 5px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car {
        margin-top: -50px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .aed h5 {
        font-size: 18px;
        font-weight: 600;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name .inner {
        padding-right: 10px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal {
        width: 215px;
    }
    section.home-service .serv-box-wrap .serv-box {
        padding: 15px;
    }
    section.home-service .serv-box-wrap .serv-box p {
        font-size: 14px;
        line-height: 18px;
    }
    section.home-book-your,
    section.home-faq,
    section.home-rental-dubai,
    section.home-service,
    section.home-vehicles,
    section.home-welcome {
        padding: 50px 0;
    }
    section.home-document {
        padding: 50px 0 150px;
    }
    section.app {
        padding: 0 0 50px;
    }
    section.home-content {
        padding: 50px 0;
    }
    section.offer-banner {
        margin-bottom: 50px;
    }
    .footer .copy-wrap {
        height: auto;
        padding: 15px !important;
    }
    .footer .copy-wrap p {
        font-size: 15px;
    }
    .footer {
        padding-left: 0;
    }
    footer::before {
        display: none;
    }
    .footer .footer-wrap {
        padding: 40px 20px;
    }
    .footer .footer-wrap .links-wrap .link-box {
        padding-bottom: 30px;
    }
    .footer .footer-wrap .links-wrap .link-box:nth-of-type(3) {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 30px;
        padding-bottom: 0;
    }
    .footer .footer-wrap .links-wrap .link-box:nth-of-type(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 30px;
        padding-bottom: 0;
    }
    .footer .footer-wrap .subscribe {
        display: inline-block;
        padding: 0 50px;
    }
    .footer .footer-wrap .subscribe ul {
        display: block;
    }
    .footer .footer-wrap .subscribe ul li.field {
        max-width: inherit;
    }
    .footer .footer-wrap .subscribe ul li {
        float: left;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .footer-wrap .subscribe ul li.app {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .footer-wrap .subscribe ul li.field input {
        width: 100%;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car {
        margin-top: -100px;
    }
    section.home-vehicles p.sub {
        max-width: 100%;
    }
    section.home-document .document-box-wrap {
        width: 100%;
        display: block;
    }
    section.home-document .document-box-wrap .box:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .header .header-right .login-rejis {
        z-index: 1;
        margin-right: 70px;
    }
    .header .header-right .right-navigation .navbar {
        padding: 0;
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }
    .header .header-right .right-navigation .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        z-index: 2;
        border-color: #fbf01a;
        border-radius: 0;
        padding: 5px 10px;
        outline: 0 !important;
    }
    .header .header-right .right-navigation .navbar .navbar-toggler span {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .header .header-right .right-navigation .navbar .navbar-collapse {
        margin-top: 90px;
        background: #191e89;
        padding: 5px 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
        color: #fff;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    }
    .header .header-right .right-navigation .navbar .navbar-nav .nav-item:last-child a {
        border-bottom: none;
    }
    .header.shrink-nav .header-right .right-navigation .navbar .navbar-toggler {
        border-color: #191e89;
    }
    .header.shrink-nav .header-right .right-navigation .navbar .navbar-toggler span {
        -webkit-filter: brightness(0) invert(0);
        filter: brightness(0) invert(0);
    }
    .fleet-list {
        padding: 50px 0;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner {
        display: block;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left {
        margin-bottom: 20px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .right .week-month ul li {
        width: 50%;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features {
        margin-top: 20px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li {
        padding: 0 10px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul {
        margin-top: 25px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li {
        width: 31.3%;
    }
    .fleet-banner .fleet-banner-right {
        margin-top: 20px;
    }
    .inner-header {
        position: relative;
    }
    .inner-header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
        color: #fff !important;
    }
    .inner-header .header-right .right-navigation .navbar .navbar-nav .nav-item a:hover {
        color: #1e81f6 !important;
    }
    .fleet-list .fleet-single-left .fleet-left-inner {
        padding: 20px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap {
        padding: 0;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap {
        padding: 0;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-card-header .nav-tabs li {
        margin-right: 0;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-card-header .nav-tabs li a {
        padding: 7px 13px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-card-header .nav-tabs li:last-child a {
        margin-right: 0;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .total-amount ul {
        display: block;
        padding: 30px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .total-amount ul li {
        text-align: center;
        display: block;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .total-amount ul li button {
        padding: 15px 30px;
    }
    .fleet-list .fleet-sidebar .similar .inner ul li {
        display: block;
        text-align: center;
    }
    .about-us {
        padding: 50px 0;
    }
    .about-us .mission-wrap .left {
        padding-right: 15px;
    }
    .about-us .mission-wrap .right {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    #preloader img {
        max-width: 150px;
    }
    .header .header-right .right-navigation .navbar .navbar-collapse {
        margin-top: 65px;
    }
    h4 {
        font-size: 30px;
    }
    .sub-title {
        font-size: 18px;
    }
    section.home-faq .right .bs-example .accordion .card .card-header .btn {
        font-size: 18px;
    }
    section.banner {
        height: auto;
    }
    section.banner .row .right-form .owl-offer .owl-item .item {
        left: 0;
        display: inline-block;
        overflow: hidden;
        width: 100%;
    }
    section.banner .row .right-form {
        position: relative;
    }
    section.banner .row .main-slider .flexslider li .meta {
        padding: 0 55px 0 15px;
    }
    section.banner .row .right-form .social {
        right: 15px;
    }
    section.banner .row .right-form {
        padding-right: 0;
        display: block;
        margin-top: -85px;
    }
    section.banner .row .right-form .offer-slider {
        position: relative;
    }
    section.banner .row .main-slider .banner-ios-wrap {
        position: relative;
        bottom: 0;
        margin-bottom: -100px;
        height: 85px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap {
        display: block;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal {
        width: 45%;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a {
        z-index: 1;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal a .inner::before {
        position: absolute;
        content: "";
        width: 125%;
        height: 100%;
        left: 100%;
        top: 0;
        background: #3239c5;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap {
        width: 100%;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap,
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .aed,
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car,
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name,
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate {
        float: left;
    }
    section.banner .row .main-slider .flexslider .social {
        right: 15px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car {
        width: 50%;
        margin-top: -220px;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 50% !important;
        z-index: 2;
        position: relative;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car img {
        max-width: 100%;
        width: auto;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .aed,
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name,
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate {
        height: 120px;
    }
    section.banner .row .right-form .owl-offer .owl-nav {
        right: 20px;
        bottom: 20px;
    }
    section.home-service .serv-box-middle {
        display: none;
    }
    .serv-box-wrap.left {
        margin-bottom: 30px;
    }
    section.home-service .serv-box-wrap .serv-box {
        padding: 25px;
    }
    section.home-book-your .container .row .book-your-box {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding-bottom: 15px;
    }
    section.home-book-your .container .row .book-your-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
        border-right: none !important;
    }
    .home-rental-dubai .left {
        margin-bottom: 50px;
    }
    section.home-rental-dubai .right {
        padding-left: 15px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name {
        z-index: 5;
        position: relative;
    }
    section.home-service .serv-box-wrap .serv-box,
    section.home-service .serv-box-wrap.left .serv-box {
        text-align: center;
    }
    section.banner .row .main-slider .flexslider li .meta .inner {
        bottom: 25%;
    }
    section.banner .row .main-slider .form-wrap {
        max-width: 100%;
        top: 80px;
    }
    section.banner .row .main-slider .form-wrap .inner {
        padding: 0 25px;
    }
    section.banner .row .main-slider .form-wrap .inner .form {
        border-radius: 0;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box {
        padding: 15px 5px 10px 5px;
        width: 22%;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box:last-child {
        padding-right: 10px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box .c-datepicker-data-input {
        font-size: 11px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box .c-datepicker-date-editor .field-col p {
        top: -6px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box .c-datepicker-date-editor .field-col:last-child {
        padding-left: 20px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box .c-datepicker-date-editor .field-col:last-child p {
        left: 20px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .custom-select {
        font-size: 11px;
        font-weight: 600;
    }
    section.banner .row .main-slider .form-wrap .inner .form .custom-select .custom-options {
        padding: 5px 0;
    }
    section.banner .row .main-slider .form-wrap .inner .form .custom-select .custom-options .custom-option {
        padding: 5px 10px;
        font-size: 11px;
        font-weight: 600;
    }
    section.banner .row .main-slider .form-wrap .inner .form button {
        width: 42px;
        height: 50px;
        right: 28px;
        border-radius: 0;
        padding: 10px;
    }
    .form .custom-select {
        padding-right: 10px;
    }
    .header,
    .header.shrink-nav {
        padding: 15px 15px;
    }
    .header .logo,
    .header.shrink-nav .logo {
        min-height: 50px;
    }
    .header.shrink-nav {
        padding: 8px 15px;
    }
    section.home-document .testimonials-slider .owl-testimonials .owl-item .item {
        padding: 0;
    }
    section.app {
        padding: 0 0 10px;
    }
    section.app .left h3 {
        margin-top: 0;
    }
    section.app .right .app-phone {
        margin-top: 30px;
    }
    section.home-content #container h5 {
        font-size: 20px;
    }
    .footer .copy-wrap {
        display: block;
        text-align: center;
    }
    .footer .copy-wrap ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
    section.home-document p.sub {
        max-width: 100%;
    }
    section.home-faq .right {
        padding-left: 15px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li {
        width: 31.9%;
        padding-right: 10px;
        margin-right: 10px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .inner .input-text p {
        line-height: 17px;
        margin-bottom: 8px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-card-header .nav-tabs li a {
        padding: 7px 11px;
        font-size: 13px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .owl-fleet .owl-nav {
        position: relative;
        top: 0;
        opacity: 0.8;
    }
    .about-us .highlight {
        font-size: 18px;
        line-height: 26px;
    }
    .about-us .mission-wrap {
        margin-top: 20px;
    }
    .about-us .mission-wrap p span {
        font-size: 18px;
        line-height: 27px;
    }
    .Terms-modal .modal-dialog .modal-content {
        height: calc(100vh - 30px);
    }
}

@media (max-width: 575px) {
    body {
        font-size: 15px;
        line-height: 24px;
    }
    .header .logo {
        width: 150px;
    }
    .header .header-right .login-rejis {
        margin-right: 50px;
    }
    .header .header-right .login-rejis .login {
        border-radius: 0;
        border: none;
    }
    .header .header-right .login-rejis .login a {
        padding: 0 10px;
    }
    .header .header-right .login-rejis .login a:last-child {
        padding-right: 10px;
    }
    .header .header-right .right-navigation .navbar .navbar-toggler {
        padding: 1px 5px;
    }
    .header .header-right .right-navigation .navbar .navbar-collapse {
        margin-top: 65px;
    }
    section.banner .row .main-slider .flexslider .social {
        bottom: 0;
    }
    section.banner .row .main-slider .flexslider .social ul li a {
        width: 25px;
        height: 25px;
        padding: 3px;
    }
    section.banner .row .main-slider .flexslider li .meta .inner {
        padding-right: 50px;
    }
    section.banner .row .main-slider .flexslider li .meta .inner h6 {
        font-size: 18px;
        line-height: 18px;
    }
    section.banner .row .main-slider .flexslider li .meta .inner h1 {
        font-size: 29px;
        line-height: 34px;
    }
    section.banner .row .main-slider .flexslider li .meta .inner h1 br {
        display: none;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap {
        padding-bottom: 40px;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .hot-deal {
        width: 100%;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .aed {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .aed h5 {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car {
        width: 100%;
        margin-left: 0 !important;
        padding: 15px;
        margin-top: 0;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name {
        width: 100%;
        padding: 15px;
        text-align: center;
        height: auto;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .car-name .inner ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate {
        height: auto;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    section.banner .row .right-form .owl-offer .owl-item .item .slider-wrap .rate .inner {
        width: auto;
        padding: 0;
    }
    section.banner .row .right-form .owl-offer .owl-nav {
        right: 0;
        bottom: 20px;
        left: 0;
    }
    section.banner .row .main-slider .form-wrap .inner {
        height: 106px;
    }
    section.banner .row .main-slider .form-wrap .inner .form {
        display: inline-block;
        height: 106px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .left {
        display: inline-block;
        padding-right: 45px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .left .form-box {
        width: 50%;
    }
    section.banner .row .main-slider .form-wrap .inner .form .left .form-box:last-child {
        width: 100%;
        padding-top: 5px;
    }
    section.banner .row .main-slider .form-wrap .inner .form button {
        height: 100%;
        right: 25px;
    }
    section.home-welcome .wel-left ul li {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
    section.home-service .serv-box-wrap .serv-box {
        margin-bottom: 15px;
    }
    section.home-service .serv-box-wrap.left {
        margin-bottom: 15px;
    }
    section.home-document .document-box-wrap {
        padding: 30px 0;
    }
    section.home-document .document-box-wrap .box {
        display: block;
    }
    section.home-document .document-box-wrap .box .details {
        padding-left: 0;
    }
    section.home-content #container .inner-section .img-right {
        max-width: 100%;
        float: right;
        margin-left: 0;
        margin-bottom: 15px;
    }
    section.app .left {
        text-align: center;
    }
    section.app .left ul {
        display: block;
    }
    section.app .left ul li {
        width: 50%;
        float: left;
        margin-bottom: 10px;
        margin-right: 0;
        padding: 0 5px;
        text-align: center;
    }
    section.app .left ul li:last-child {
        width: 100%;
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.app .left h3 {
        font-size: 24px;
        text-align: center;
    }
    section.app .left h3 span {
        font-size: 30px;
    }
    .footer .footer-wrap {
        padding: 50px 15px;
    }
    .footer .footer-wrap .subscribe {
        padding: 0;
    }
    .footer .footer-wrap .links-wrap .link-box {
        text-align: center;
        padding: 30px 15px 30px;
        padding-bottom: 30px !important;
        border-left: none;
    }
    .footer .footer-wrap .links-wrap .link-box:last-child {
        padding-bottom: 0 !important;
    }
    .footer .footer-wrap .links-wrap .link-box:first-child {
        padding-left: 15px;
        padding-top: 0;
    }
    .footer .footer-wrap .links-wrap .link-box:nth-of-type(2) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 30px;
        padding-bottom: 0;
    }
    .copy-wrap p {
        font-size: 12px !important;
        line-height: 20px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box {
        padding: 20px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .payment {
        display: block;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box:first-child {
        margin-bottom: 20px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .payment .payment-box .inner {
        padding: 20px;
    }
    .about-us .mission-wrap .left .inner {
        padding: 30px;
    }
    .about-us .mission-wrap .right .inner {
        padding: 30px;
    }
    .footer .footer-wrap .subscribe ul li.field button {
        color: #9ea1a4;
        padding: 0 12px;
        font-size: 13px;
    }
    .header.shrink-nav .header-right .right-navigation .navbar .navbar-collapse {
        margin-top: 57px;
    }
    section.home-content #container .inner-section .img-left {
        max-width: 100%;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box:nth-of-type(2)::after,
    section.banner .row .main-slider .form-wrap .inner .form .form-box:nth-of-type(3)::after {
        display: none;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6:nth-of-type(2) .mbsc-form-control-wrapper .mbsc-textfield-inner::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .fleet-list .sidebar .sidebar-inner ul li {
        width: 100% !important;
        margin-left: 0 !important;
        float: left;
    }
    .fleet-list .sidebar .sidebar-inner ul li:nth-of-type(2n) {
        margin-left: 0;
        margin-right: 0;
    }
    .fleet-list .sidebar .sidebar-inner ul li:nth-of-type(4) {
        margin-right: 0;
        margin-left: 0;
    }
    .fleet-list .sidebar .sidebar-inner ul li:nth-of-type(5) {
        margin-left: 0;
        margin-right: 0;
    }
    .fleet-list .sidebar .sidebar-inner ul li:nth-of-type(6) {
        margin-left: 0;
        margin-right: 0;
    }
    .fleet-list .sidebar .sidebar-inner ul li:first-child {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .fleet-list .sidebar .sidebar-inner ul li .answer li {
        width: 100%;
        margin-right: 0;
    }
    .fleet-list .sidebar .sidebar-inner ul li .answer li:last-child {
        margin: left 0;
    }
    .fleet-list .fleet-wrap {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .fleet-banner .fleet-banner-right ul {
        display: inline-block;
        width: 100%;
    }
    .fleet-banner .fleet-banner-right ul li {
        float: left;
    }
    .fleet-banner .fleet-banner-right ul li .custom-select {
        font-size: 13px;
    }
    .fleet-banner .fleet-banner-right ul li .custom-select .custom-select-trigger::before {
        top: 2px;
    }
    .fleet-banner .fleet-banner-right ul li:first-child {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .fleet-banner .fleet-banner-right ul li:nth-of-type(2) {
        width: 63%;
        margin-right: 1%;
        margin-left: 0;
    }
    .fleet-banner .fleet-banner-right ul li:nth-of-type(3) {
        width: 35%;
        margin-right: 0;
        margin-left: 1%;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul {
        display: inline-block;
        width: 100%;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li {
        padding: 0 10px;
        float: left;
        width: 33.3333%;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li:nth-of-type(1) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li:nth-of-type(2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .features ul li:nth-of-type(3) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .fleet-list .fleet-single-left .fleet-left-inner .payment {
        margin-top: 30px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-wrap {
        margin-top: 25px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-card-header .nav-tabs {
        display: block;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-card-header .nav-tabs li {
        width: 100%;
        margin-bottom: 5px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-card-header .nav-tabs li a {
        border-radius: 0;
        margin-right: 0;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-card-header .nav-tabs li a.active {
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li {
        display: block;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-one-wrap ul li .text {
        margin-bottom: 10px;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .details {
        display: block;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date .mbsc-row .mbsc-col-6 {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .tab-two-wrap .form .left .date .mbsc-row .mbsc-col-6:last-child label {
        padding-left: 0;
        margin-top: 10px !important;
    }
    .fleet-list .fleet-single-left .fleet-left-inner .fleet-feature-wrap .feature-wrap .inner ul {
        display: block;
    }
    .fleet-banner .fleet-banner-left ul {
        display: inline-block;
    }
    .fleet-banner .fleet-banner-left ul li {
        float: left;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left .terms .inner span input {
        margin-right: 4px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left .terms .inner span input a {
        padding: 0;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .car-details .inner .left .terms .inner span label a {
        padding: 0;
        background: 0 0;
        color: #191e89;
        font-weight: 600;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total .inner {
        margin-top: 10px;
    }
    .fleet-list .fleet-wrap .fleet-box-wrap .fleet-box .bottom .inner ul li .total button {
        margin-top: 10px;
    }
    section.banner .row .main-slider .form-wrap .inner {
        height: 92px;
    }
    section.banner .row .main-slider .form-wrap .inner .form {
        height: 92px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box {
        padding: 11px 5px 10px 10px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box:last-child {
        padding-top: 0 !important;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box .mbsc-grid .mbsc-row .mbsc-col-6 .mbsc-form-control-wrapper .mbsc-textfield-inner input {
        font-size: 10px;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box .custom-select .custom-select-trigger {
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .header .logo {
        width: 150px;
    }
    .header .header-right .login-rejis .login a {
        font-size: 0;
    }
    section.banner .row .main-slider .form-wrap .inner .form .form-box {
        padding: 11px 5px 10px 0;
    }
}


/*28-12-2021*/

.header .header-right .right-navigation {
    display: flex;
}

header.header.shrink-nav .header-right .login-rejis .header-login.dropdown {
    color: #1a1e89;
}

.login-rejis .header-login.dropdown {
    color: #fff;
}

.login-rejis .header-login.dropdown .dropdown-menu {
    padding: 14px;
    font-size: 14px;
}

.login-rejis .header-login.dropdown .dropdown-menu li a:hover {
    color: #1e81f6;
}

#ui-datepicker-div {
    padding: 10px;
    max-width: 250px;
    min-width: 250px;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    display: flex;
    flex-wrap: wrap;
}

.ui-datepicker-title {
    width: 100%;
}

.ui-datepicker-title select {
    margin-right: 5px;
    margin-bottom: 8px;
    border: 1px solid #d1d1d1;
    padding: 1px 15px;
    border-radius: 15px;
    font-size: 14px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a {
    margin-right: 10px;
    margin-bottom: 5px;
}

#ui-datepicker-div table.ui-datepicker-calendar {
    width: 100%;
}

#ui-datepicker-div table.ui-datepicker-calendar tbody tr td a {
    background-color: transparent;
    font-size: 13px;
}

table.ui-datepicker-calendar thead {
    color: #191e89;
    font-size: 14px;
}

header.header.inner-header .login-rejis .header-login.dropdown {
    color: #191e89;
}

@media(max-width:991px) {
    .footer .footer-wrap .subscribe ul li.field {
        height: 58px;
    }
    .footer .footer-wrap .subscribe ul li.field input {
        padding: 0 10px;
    }
}

@media(max-width:991px) {
    .header .header-right .login-rejis {
        padding-left: 10px;
    }
}



img.inner_img {
    width: 100%;
    max-width: 500px;
    float: right;
    padding: 10px;
    margin: 0px 15px 15px 15px;
    border: 1px solid #e8e8e8;
}

.cpersn_img {
    width: 50%;
    padding: 10px;
    margin: 20px 0px 20px 0px;
    border: 1px solid #e8e8e8;
}

.profl .slideshow-container {
    margin-top: 49px;
}

section.fleet-banner.chair_ban {
    padding: 239px 0 0px;
    background-size: 100%;
}
section.fleet-banner.chair_ban .fleet-banner-left {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

.fleet_to_top
{
    position:fixed;
    right: 34px;
    bottom: 220px;
    opacity:0;
    
}
.scrolled-class.fleet_to_top
{
    opacity:1;
    
}
.fleet_to_top img
{
    max-width: 40px;
}
body, html
{
    scroll-behavior: smooth;
}

.fleet-banner .fleet-banner-right input.custom-text,
.fleet-list .fleet-wrap input.custom-text
{
    border-radius: 25px;
    padding: 7px 45px 5px 25px;
    font-weight: 600;
    border: none;
    outline: none;
    max-width: 173px;
    width: 100%;
    
}
.row.serchwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}
input#clear_name {
    background: #dde3ec;
    border: none;
    padding: 0 14px;
    font-size: 15px;
    margin-right: 15px;
}
.fleet-list .fleet-wrap input.custom-text
{
    width: calc(100% - 30px);
    border: 1px solid #ddd;
    margin: 0 0 0px 15px;
    max-width:100%;
    border-radius: 0;
    padding: 12px 15px 9px 35px;
        font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 800;
    color: #25272c;
        background: url(https://www.carfarellc.com/images/frontend/lenss.svg) no-repeat;
    background-position: 10px 50%;
}
.fleet-banner .fleet-banner-right ul li {
 
    display: flex;
    align-items: center;
}
@media(max-width:1150px) {
    .fleet-banner .fleet-banner-right {
        display: block;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .fleet-banner .fleet-banner-left {
        display: block;
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media(max-width:800px) {
    .fleet-banner .fleet-banner-right ul {
        display: inline-block;
        width: 100%;
    }
    .fleet-banner .fleet-banner-right ul li {
        margin-bottom: 7px;
        margin-right: 15px;
    }
    .fleet-banner .fleet-banner-right input.custom-text {
        max-width: 100%;

    }
}


ul#ui-id-1 {
    width: 100% !important;
    max-width: 1003px;
    border: none;
    background: #fff;
        box-shadow: 0 0 15px #0000000d;
}

ul#ui-id-1 li.ui-menu-item {
    padding: 4px 11px;
    border-bottom: 1px solid #dddddd52;
    cursor:pointer;
        transition: 0.4s;
}
ul#ui-id-1 li.ui-menu-item:hover
{
    background:#191e89;
    color: #fff;
}

@media(max-width:1368px) {
    ul#ui-id-1 {
        max-width: 73.5%;
    }
}

@media(max-width:1199px) {
    ul#ui-id-1 {
        max-width: calc(100% - 30px);
    }
}