.backtotop,
.imagex img,
.rental-service-box .service-thumb img {
    height: 50px
}

.cookiealert,
.googletag,
.preloader.loaded {
    visibility: hidden
}

.preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 9000;
    cursor: default;
    position: fixed;
    align-items: center;
    justify-content: center
}

.preloader .animation_preloader {
    z-index: 10000
}

.preloader .spinner {
    width: 9em;
    height: 9em;
    margin: auto auto 30px;
    border-radius: 100%;
    animation: 1s linear infinite spinner;
    border: 3px solid rgba(255, 255, 255, .8);
    border-top-color: #00d231
}

.preloader p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 8px;
    text-transform: uppercase
}

.preloader .loader {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: fixed;
    pointer-events: none
}

#thetop,
.has_overlay .overlay {
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    right: 0
}

.preloader .loader_section {
    padding: 0;
    height: 100%
}

.preloader .bg {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 89, 167, .8);
    transition: .7s cubic-bezier(.77, 0, .175, 1)
}

.preloader.loaded .animation_preloader {
    opacity: 0;
    transition: .3s ease-out
}

.preloader.loaded .loader_section .bg {
    width: 0
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@media screen and (max-width:767px) {
    .preloader .animation_preloader .spinner {
        height: 8em;
        width: 8em
    }
}

@media screen and (max-width:500px) {
    .preloader .animation_preloader .spinner {
        height: 7em;
        width: 7em
    }
}

.has_overlay {
    z-index: 1;
    position: relative
}

.has_overlay .overlay {
    bottom: 0
}

.bg_default_red {
    background-color: #ea001e
}

.bg_default_blue {
    background-color: #0048b9
}

.bg_default_black {
    background-color: #000c21
}

.backtotop {
    right: 15px;
    width: 50px;
    z-index: 999;
    bottom: 40px;
    display: none;
    position: fixed;
    border-radius: 100%;
    background-color: #1659a7;
    box-shadow: 0 10px 30px 1px rgba(234, 0, 30, .3)
}

.backtotop .scroll {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    position: relative
}

.backtotop:after,
.backtotop:before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #00d231;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    transition: .4s
}

.backtotop:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

ul.quick-links {
    font-size: inherit
}

ul.quick-links li {
    border: 1px solid #ccc;
    border-radius: .3rem;
    box-shadow: 0 3px 14px 0 rgba(0, 210, 49, .2);
    margin-bottom: 5px;
    padding: 10px
}

ul.quick-links li i {
    margin-right: 10px;
    margin-left: 5px
}

ul.quick-links li p {
    padding: 5px;
    font-size: 14px
}

ul.quick-links li:hover {
    box-shadow: 0 3px 14px 0 rgba(0, 210, 49, .4)
}

.rental-services {
    padding: 80px 0
}

.rental-services .rental-service-box {
    width: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: 60px;
    min-height: 300px
}

.rental-services .rental-service-box:after {
    font-family: 'Font Awesome 4 Free';
    content: '\f18e';
    position: absolute;
    bottom: -14px;
    left: 0;
    font-weight: 600;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%
}

.rental-services .rental-service-box:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06);
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.rental-services .rental-service-box:hover .service-thumb {
    background-color: transparent
}

.rental-services .rental-service-box:hover:after {
    opacity: 1;
    visibility: visible;
    left: 45%
}

.rental-service-box .service-thumb {
    background-color: #f9f9f9;
    padding: 20px 0;
    height: 80px;
    overflow: hidden
}

.rental-service-box .service-thumb:hover img {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.rental-service-box .service-desc {
    padding: 15px 20px
}

.rental-service-box .service-desc .h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px
}

.rental-service-box .service-desc p {
    line-height: 24px;
    font-weight: 400
}

.mcr-gallery {
    padding: 70px 0
}

.mcrs-gallery {
    position: relative;
    display: block;
    margin-top: 30px;
    z-index: 6
}

.mcrs-gallery .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
    min-height: 230px
}

.mcrs-gallery .img-holder img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .7s;
    transition: .7s
}

.mcrs-gallery .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .78);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .7s .1s;
    transition: .7s .1s
}

.mcrs-gallery .overlay-content .inner-content {
    display: table;
    width: 100%;
    height: 100%
}

.mcrs-gallery .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
    transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
    -webkit-transition: .3s .1s;
    transition: .3s .1s
}

.title-box h3 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block;
    text-transform: capitalize;
    /*font-family: Poppins, sans-serif;*/
    font-weight: 600
}

.mcrs-gallery .overlay-content .inner-content .title-box h3 a {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.mcrs-gallery .img-holder .link-zoom-button {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: block;
    background: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    opacity: 0;
    -webkit-transition: .3s .2s;
    transition: .3s .2s;
    z-index: 3
}

.mcrs-gallery .img-holder .link-zoom-button .single-button a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    background: #00d232;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s
}

.mcrs-gallery .img-holder .link-zoom-button .single-button {
    position: relative;
    display: block;
    width: 50%;
    float: left
}

.mcrs-gallery .img-holder .link-zoom-button .single-button a.zoom {
    color: #fff;
    background: #175aa7
}

.mcrs-gallery:hover .img-holder img {
    -webkit-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg)
}

.mcrs-gallery:hover .overlay-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.mcrs-gallery:hover .overlay-content .inner-content .title-box {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .7s .5s;
    transition: .7s .5s
}

.single-button a span {
    margin-right: 5px
}

.mcrs-gallery:hover .img-holder .link-zoom-button {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: .7s .8s;
    transition: .7s .8s
}

#fleetTab {
    text-align: center;
    width: 100%;
    display: block;
    margin: 30px 0 40px
}

#fleetTab li {
    display: inline-block;
    margin: 0 5px
}

.fleet-tabs .nav-tabs,
.fleet-tabs .nav-tabs .nav-item.show .nav-link,
.fleet-tabs .nav-tabs .nav-link,
.fleet-tabs .nav-tabs .nav-link.active,
.fleet-tabs .nav-tabs .nav-link:focus,
.fleet-tabs .nav-tabs .nav-link:hover {
    border: none
}

.fleet-tabs .nav-tabs .nav-link {
    margin-bottom: 10px
}

#fleetTab li.nav-item a.nav-link,
#fleetTab li.nav-item.active a.nav-link {
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 15px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1
}

#fleetTab li.nav-item a.nav-link:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(23, 90, 167, .8);
    z-index: -1;
    -webkit-transform: skew(8deg);
    transform: skew(8deg);
    -webkit-transition: .3s;
    transition: .3s
}

#fleetTab li.nav-item a.nav-link:hover:after {
    background: #175aa7;
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg)
}

#fleetTab li.nav-item.active a.nav-link:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
    background: #00d231;
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg)
}

.fleet-tabs .fleet-col {
    margin-bottom: 40px
}

.fleet-tabs .fleet-box,
.section-home-fleet .fleet-box {
    text-align: center;
    border: 1px solid #f0f0ff;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    background-color: #fff
}

.fleet-tabs .fleet-box:hover,
.section-home-fleet .fleet-box:hover {
    -webkit-box-shadow: 0 15px 25px rgb(0 0 0 / 15%);
    box-shadow: 0 15px 25px rgb(0 0 0 / 15%)
}

.car-d-images .car-cover-image,
.car-d-images .car-d-heading {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    background: #fff;
    margin-bottom: 5px
}

.fleet-tabs .fleet-top-text,
.section-home-fleet .fleet-top-text {
    text-align: center;
    margin-top: 5px;
    padding: 5px 10px 10px;
    border-bottom: 1px dotted #e0e0e0
}

.fleet-tabs .fleet-top-text .h3,
.section-home-fleet .fleet-top-text .h3 {
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: capitalize;
    font-weight: 600
}

.fleet-tabs .fleet-image {
    margin: 0 auto;
    display: block;
    height: 220px;
    overflow: hidden;
    position: relative
}

.fleet-tabs .fleet-box:hover .fleet-image img.odd,
.section-home-fleet .fleet-box:hover .fleet-image img.odd {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.fleet-tabs .fleet-box:hover .fleet-image img.even,
.section-home-fleet .fleet-box:hover .fleet-image img.even {
    -webkit-animation: 2.9s linear infinite movebounce;
    animation: 2.9s linear infinite movebounce
}

#priceRange .slider.slider-horizontal,
.fleet-tabs .fleet-image img {
    width: 100%
}

.fleet-tabs .fleet-text,
.section-home-fleet .fleet-text {
    margin-top: 20px;
    margin-bottom: 2px;
    border-top: 1px dotted #e0e0e0
}

.fleet-tabs .fleet-text .h3,
.section-home-fleet .fleet-text .h3 {
    font-size: 24px;
    color: #00d231;
    letter-spacing: 1px;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: capitalize;
    font-weight: 800
}

.booking-title-grey i,
.car-sidebar-left .form-group i,
.carlist-search-heading i,
.fleet-tabs .fleet-text:hover .h3,
.footer-panel .footer-panel-right .footer-panel-text .footer-panel-heading,
.section-home-fleet .fleet-text:hover .h3,
.text-blue {
    color: #175aa7
}

.fleet-tabs .fleet-text .h4,
.section-home-fleet .fleet-text .h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 8px;
    color: #175aa7;
    font-weight: 800;
    margin-bottom: 10px
}

.fleet-tabs .fleet-text .h4 span,
.section-home-fleet .fleet-text .h4 span {
    color: #000;
    font-weight: 400
}

.fleet-tabs .fleet-action,
.section-home-fleet .fleet-action {
    text-align: center;
    background: #175aa7;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    -webkit-transition: .4s;
    transition: .4s
}

.fleet-tabs .fleet-action a,
.section-home-fleet .fleet-action a {
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 500;
    color: #fff;
    width: 47%
}

.fleet-tabs .fleet-action:after,
.section-home-fleet .fleet-action:after {
    position: absolute;
    content: "";
    width: 66%;
    height: 100%;
    background: #00d232;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: .4s;
    transition: .4s
}

.fleet-tabs .fleet-action:hover,
.section-home-fleet .fleet-action:hover,
.slider-fleet .slider-fleet-inner:hover .slider-fleet-car-circle {
    background: #00d232
}

#priceRange .slider-track-high,
.fleet-tabs .fleet-action:hover:after,
.section-home-fleet .fleet-action:hover::after {
    background: #175aa7
}

.fleet-tabs .fleet-text .sf,
.section-home-fleet .fleet-text .sf {
    font-size: 14px
}

.fleet-tabs .fleet-text ul,
.section-home-fleet .fleet-text ul {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}

.fleet-tabs .fleet-text ul li,
.section-home-fleet .fleet-text ul li {
    color: #175aa7;
    border-right: 1px solid #e7e6e6;
    padding: 5px 10px;
    display: inline-block
}

.fleet-tabs .fleet-text ul li:last-child,
.section-home-fleet .fleet-text ul li:last-child {
    border-right: 0
}

.fleet-tabs .fleet-text ul li span,
.section-home-fleet .fleet-text ul li span {
    text-align: right;
    margin-right: 5px
}

.fleet-tabs .fleet-text ul li span img,
.section-home-fleet .fleet-text ul li span img {
    width: auto
}

.fleet-car-circle,
.slider-fleet-car-circle {
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 100px;
    padding: 10px;
    z-index: 3;
    color: #fff;
    position: absolute
}

.fleet-car-circle {
    background: #00d232;
    top: 30px;
    right: 35px
}

.slider-fleet-car-circle {
    background: #175aa7;
    top: -8px;
    right: 5px
}

.fleet-box .fleet-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.fleet-tabs .fleet-box:hover .fleet-overlay {
    background-color: rgba(23, 90, 167, .5)
}

.fleet-image .fleet-overlay p {
    top: 35%;
    text-align: center;
    position: relative;
    background-color: rgba(23, 90, 167, .75);
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    opacity: 0;
    color: #fff;
    padding: 5px
}

.fleet-box:hover .fleet-overlay,
.fleet-box:hover .fleet-overlay p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.wrapper-car-details {
    padding: 70px 0;
    background: #f9f9f9
}

.car-d-images .car-d-heading {
    padding: 28px 30px 24px
}

.car-d-images .car-d-heading .car-d-class {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    color: rgba(43, 46, 74, .15);
    font-size: 20px
}

.car-d-images .car-d-heading .car-vehicle-title {
    color: #2b2e4a;
    margin-bottom: 8px;
    font-size: 28px
}

.car-d-images .car-cover-image {
    height: 422px;
    line-height: 422px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.car-d-images .car-cover-image img {
    max-width: 100%
}

.car-d-info .rent {
    float: left;
    width: 230px;
    margin: 0;
    padding: 17px 0;
    background: #22243b;
    color: #f77d0a
}

.car-d-info .rent small,
.cookiealert p,
.section-homemcr .iconbox-blue i,
.section-homemcr .iconbox-orange i {
    color: #fff
}

.focus-infos {
    padding: 32px 55px 30px 30px;
    background: #175aa7;
    color: #fff;
    margin: 0;
    position: relative
}

.focus-infos:before {
    content: '';
    width: 55px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .05
}

.focus-infos .car-d-heading {
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 800;
    color: #fff
}

.focus-infos .car-d-price {
    text-transform: capitalize;
    padding: 5px;
    font-weight: 600;
    color: #fff
}

.car-d-price-title {
    color: #00d231;
    font-weight: 800
}

.focus-infos p {
    margin: 0;
    line-height: 24px;
    color: #fff
}

.car-df-info {
    padding: 40px 0 60px;
    line-height: 55px;
    background: rgba(23, 90, 167, .8)
}

.car-df-info li {
    padding-left: 28px;
    padding-right: 30px;
    color: #fff
}

.car-df-info li+li {
    border-top: 1px dotted rgba(255, 255, 255, .08)
}

.car-df-info li .icon {
    width: 42px;
    color: #fff;
    margin-right: 10px
}

.car-df-info li .car-df-attr {
    float: right;
    color: #fff;
    font-weight: 800
}

.car-details-desc {
    margin-top: 30px;
    padding: 40px 10px
}

.car-details-desc ul.nav-tabs li a,
ul.profile-tab li a:focus,
ul.profile-tab li a:hover,
ul.profile-tab li.active a {
    color: #fff;
    background-color: #175aa7
}

.car-details-desc ul.nav-tabs li a:focus,
.car-details-desc ul.nav-tabs li a:hover,
ul.profile-tab li a {
    color: #fff;
    background-color: #00d231
}

.desctiption-contents {
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #ddd
}

.desctiption-contents .tab-pane {
    min-height: 300px
}

.slider-fleet-section {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fdfdfd
}

.slider-fleet {
    padding: 0 26px;
    margin-bottom: 40px;
    cursor: pointer
}

.slider-fleet .slider-fleet-inner {
    background: #fff;
    margin: 0;
    position: relative;
    border: 1px solid #ddd;
    padding: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    border-radius: 3%;
    -webkit-transition: .7s;
    transition: .7s;
    height: 320px
}

.slider-fleet .slider-fleet-inner:hover {
    background: rgb(0 210 50/15%);
    -webkit-transition: .2s;
    transition: .2s
}

.slider-fleet .slider-fleet-inner:hover .slider-fleet-image img {
    filter: saturate(70%)
}

.car-features ul li a,
.slider-fleet .slider-fleet-inner:hover .slider-fleet-text a {
    color: #000
}

.slider-fleet-image {
    -webkit-transition: .7s;
    transition: .7s
}

.slider-fleet-image img {
    height: 220px
}

.slider-fleet-text {
    padding: 10px;
    text-align: center
}

.slider-fleet-text .h3 {
    font-size: 19px;
    font-weight: 800
}

.of-hidden,
svg:not(:root) {
    overflow: hidden
}

.mybooking {
    padding: 30px 20px 80px
}

.personal-title-heading,
.personal-title-heading-green {
    /*font-family: Poppins, sans-serif;*/
    padding: 12px;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px
}

.mcr-mode-payment input[type=radio]:checked+.box,
.personal-title-heading {
    background-color: #175aa7
}

div.panel-heading.personal-title-heading {
    background-color: #175aa7 !important;
    color: #fff !important
}

.personal-title-heading-green {
    background-color: #00d231
}

.bg-light {
    background: rgba(99, 99, 99, .04)
}

.bg-light-green {
    background: rgba(0, 210, 49, .08)
}

.btn-lg-mcr {
    padding: 16px
}

.btn-default,
.btn-success,
.btn-warning {
    padding: 8px 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .8px;
    border-radius: 0
}

.booking-title-grey {
    text-align: center;
    background-color: #f0f0f0;
    padding: 13px 10px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.booking-title-darkgrey {
    text-align: center;
    background-color: #b1b1b1;
    padding: 10px;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s
}

.booking-title-total {
    background: rgb(39 52 67/85%)
}

.booking-title-total-pay {
    background: #b1b1b1
}

.booking-title-total-pay .h4,
.mcrpayment .payment input[type=radio]:checked~label,
.section-homemcr .iconbox-blue:hover .icon i,
.section-homemcr .iconbox-orange:hover .icon i {
    color: #c40909
}

.booking-title-total,
.booking-title-total-pay {
    text-align: center;
    box-shadow: 0 0 25px rgb(39 52 67/20%)
}

tr.booking-title-total td {
    color: #fff;
    padding: 19px 10px !important;
    font-weight: 600;
    font-size: 20px
}

.booking-title-red {
    text-align: center;
    background: #00d231;
    box-shadow: 0 0 25px rgb(196 9 9 / 30%);
    -webkit-transition: .4s;
    transition: .4s
}

.booking-total,
tr.booking-title-red td {
    color: #fff;
    padding: .6rem !important;
    font-weight: 800;
    border-radius: .2rem
}

.booking-price-table img {
    width: 250px;
    text-align: center;
    display: inline-block
}

.booking-price-text {
    display: block;
    padding-top: 3px;
    font-size: 13px;
    font-weight: 400
}

.confirm-booking-text {
    padding: 20px;
    font-size: 14px
}

.datepicker table tr td.today {
    color: #000;
    background-color: #00d231;
    border-color: #02c52f;
    -webkit-transition: .4s;
    transition: .4s
}

.datepicker table tr td.today:hover {
    background-color: #02c52f;
    border-color: #00d231
}

.datepicker-dropdown.dropdown-menu {
    font-size: 16px
}

.popover.clockpicker-popover {
    font-size: 15px
}

.search-checkbox label {
    font-size: 13px
}

input[type=checkbox]+label {
    display: block;
    margin: 4px;
    cursor: pointer;
    padding: 4px
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label:before {
    content: "\2714";
    border: 1px solid #1659a7;
    border-radius: 3px;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    margin-right: 9px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s
}

input[type=checkbox]+label:active:before {
    transform: scale(0)
}

input[type=checkbox]:checked+label:before {
    background-color: #00d231;
    border-color: #00d231;
    color: #fff
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa
}

input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb
}

.car-list-left {
    background-color: rgb(240 240 240/ 20%);
    -webkit-transition: .25s;
    transition: .25s;
    padding-bottom: 40px
}

.section-booknow .car-list-col,
.section-booknow .car-right-col {
    box-shadow: 0 12px 15px 0 rgb(0 0 0 / 5%), 0 12px 15px 0 rgb(0 0 0 / 5%);
    padding-bottom: 10px;
    border-radius: 3px;
    -webkit-transition: .4s
}

.car-sidebar-left form {
    padding: 15px
}

.car-sidebar-left .panel {
    border-color: #eee
}

.car-sidebar-left .panel-default>.panel-heading {
    border-color: #eee;
    background-color: #f7f7f7;
    border-bottom: none
}

.carlist-search-heading {
    font-weight: 500;
    font-size: 16px
}

.car-sidebar-left .form-group i {
    font-weight: 500 !important;
    font-size: 16px
}

.section-booknow .form-group .form-control,
.section-booknow .input-group .form-control,
.section-booknow input {
    z-index: unset
}

.section-booknow .bootstrap-select .dropdown-menu,
.section-booknow .bootstrap-select .dropdown-menu .inner,
.section-booknow .bootstrap-select.form-control {
    position: relative !important;
    z-index: inherit
}

.section-booknow .panel-heading>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f078";
    padding-right: 5px
}

.section-booknow .panel-heading>a.collapsed:before {
    float: right !important;
    content: "\f077"
}

.section-booknow .booknow-w {
    width: 90%
}

#priceRange .slider-track {
    background-color: #175aa7;
    background-image: none
}

#priceRange .slider-selection,
.tick-slider-selection {
    background-color: #00d231;
    background-image: none
}

#priceRange .slider-handle {
    background-color: #c40909;
    background-image: none
}

.slider.slider-horizontal:hover .tooltip.tooltip-main,
.slider.slider-vertical:hover .tooltip.tooltip-main {
    opacity: .9 !important
}

.slider.slider-horizontal:hover .tooltip-inner,
.slider.slider-vertical:hover .tooltip-inner {
    font-size: 90%;
    width: auto
}

.price-selection {
    padding: 5px 10px;
    font-style: oblique;
    font-variant: small-caps
}

.price-display {
    padding-top: 5px;
    font-size: 13px
}

.section-booknow .car-right-col {
    transition: .4s
}

.section-booknow .car-list-col {
    padding-top: 10px;
    border: 1px solid #dfdfdf;
    transition: .4s
}

.booknow-left {
    padding-left: 20px;
    padding-right: 20px
}

.car-grid .carbook-row {
    padding: 20px 30px;
    border: 1px solid #f5f5ff;
    background-color: #fefefe;
    -webkit-transition: .4s;
    transition: .4s
}

.car-grid .carbook-row:hover {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear
}

.car-grid .grid-carrow:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 60%)
}

.car-grid .car-grid-title .h4 {
    font-size: 26px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #175aa7;
    text-shadow: 1px 3px 6px rgb(23 90 167 / 5%);
    -webkit-transition: .4s;
    transition: .4s
}

.car-grid .car-grid-title .h4 .car-grid-title-perday {
    font-size: 13px;
    text-transform: capitalize;
    opacity: .6;
    color: #2b2e2e;
    padding-right: 40px
}

.car-grid .car-grid-title .car-grid-type {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: .6
}

.car-grid .car-grid-free-title {
    color: #175aa7;
    text-align: left
}

.car-grid .car-grid-ul-free {
    list-style-type: none;
    padding: 0
}

.car-grid .car-grid-ul-free li {
    font-size: 13px;
    margin-bottom: 5px
}

.car-grid .car-grid-ul-free li i {
    margin-right: 4px;
    color: #00d231
}

.car-grid .car-grid-ul-options li {
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 5px
}

.car-grid .car-grid-ul-options li a,
.car-grid .car-grid-ul-options li a:focus,
.car-grid .car-grid-ul-options li a:hover {
    color: #333
}

.car-grid .car-grid-ul-options li i {
    margin-right: 5px;
    color: #175aa7
}

.text-capital {
    text-transform: capitalize !important
}

button.btn-default:active,
button.btn-default:focus,
button.btn-default:hover {
    color: #00d231
}

.car-grid .car-grid-price-list {
    font-size: 30px;
    margin-top: 10px !important;
    color: rgb(23 90 167/80%)
}

.car-grid .car-grid-price-list-p {
    margin-top: 5px;
    color: rgb(23 90 167/90%);
    margin-bottom: 15px;
    opacity: .85
}

@media (min-width:550px) {
    .text-right-md {
        text-align: right !important
    }
}

.text-center {
    text-align: center !important
}

.modal-body {
    height: calc(100vh - 200px);/*
    height: -moz-calc(100vh - 300px);
    height: -webkit-calc(100vh-300px);*/
    overflow-y: auto
}
.modal-body.modal-search, .modal-body.modal-no-scroll{height:100%;overflow:auto}
.modal-backdrop+.modal-backdrop {
    z-index: 1040
}

.modal+.modal {
    z-index: 1050
}

.fb-500 {
    font-weight: 500
}

.fb-600 {
    font-weight: 600
}

.fb-700 {
    font-weight: 700
}

.fb-800 {
    font-weight: 800
}

.btn:hover {
    border-radius: 3px
}

.mcr-car-booking {
    background: #fbfbfb;
    padding: 50px 0 30px;
    -webkit-transition: .4s;
    transition: .4s
}

.car-booking-panel {
    padding: 30px 20px;
    border-radius: 1%;
    box-shadow: 0 3px 14px 0 rgb(0 11 40 / 10%)
}

.mcrbooking-form {
    padding: 40px 0 100px
}

.rental-tag {
    display: inline-block;
    padding: 5px 15px;
    line-height: 20px;
    text-transform: uppercase;
    background: #175aa7;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 5px
}

.booking-form-left {
    background-color: rgb(246 246 246/40%)
}

.car-booking-right .h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
    display: inline-block
}

.car-booking-right .h4 span {
    text-transform: capitalize;
    font-size: 16px
}

.car-rating ul li {
    display: inline-block;
    margin-right: 1px
}

.car-rating p {
    display: inline-block;
    margin-left: 5px;
    color: #001238;
    text-transform: capitalize
}

.price-rating {
    margin-bottom: 20px
}

.car-features ul {
    float: left;
    margin-top: 20px
}

.car-features ul li {
    list-style-type: none;
    margin: 5px 0 10px;
    font-size: 14px
}

.car-features ul li i {
    margin-right: 5px;
    color: #00d231
}

.booking-personal {
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px
}

.confirm-booking-form .booking-personal label {
    text-transform: capitalize
}

#frmBookingConfirm .confirm-booking-form .booking-personal input {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 25px 10px;
    color: #111;
    -webkit-transition: .4s;
    transition: .4s
}

#frmBookingConfirm .confirm-booking-form .booking-personal textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 15px 10px;
    color: #111;
    -webkit-transition: .4s;
    transition: .4s
}

#frmBookingConfirm .confirm-booking-form .booking-personal .btn {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 15px 10px;
    transition: none;
    color: #000
}

#frmBookingConfirm .confirm-booking-form .booking-personal .btn:focus,
#frmBookingConfirm .confirm-booking-form .booking-personal .btn:hover {
    color: #000;
    transition: none
}

#frmBookingConfirm .confirm-booking-form .booking-personal input:focus {
    border: 1px solid #00d231
}

.booking-personal:last-child {
    margin-bottom: 0
}

.mcrpayment .payment {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-right: 5px
}

.mcrpayment .payment label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: .25s linear;
    color: #020202;
    font-weight: 700;
    font-size: 1.15rem
}

.mcrpayment .payment input[type=radio]:checked~label:before {
    border: 1px solid #c40909
}

.mcrpayment .payment input[type=radio]:checked~label:after {
    background: #c40909
}

.mcrpayment .payment img {
    float: right;
    margin-top: 10px;
    height: 30px
}

.success-msg span {
    font-size: 25px;
    color: #00d231;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    border: 2px solid #00d231;
    margin: 0 auto
}

a.reset {
    font-size: 13px;
    color: #8a8a8a
}

a.ride-a {
    color: #00d231 !important
}

.autocomplete-selected:hover i,
a.ride-a:focus,
a.ride-a:hover {
    color: #fff !important
}

.footer-panel {
    z-index: 2;
    margin-bottom: -30px;
    position: relative
}

.footer-panel .inner {
    background-image: -moz-linear-gradient(0deg, #fff 0, #fff 100%);
    background-image: -webkit-linear-gradient(0deg, #fff 0, #fff 100%);
    background-image: -ms-linear-gradient(0deg, #fff 0, #fff 100%);
    box-shadow: 0 5px 14px 0 rgb(0 0 0 / 70%)
}

.footer-panel .footer-panel-left {
    position: relative;
    overflow: hidden
}

.footer-panel .footer-panel-left:before {
    background-image: -moz-linear-gradient(0deg, #175aa7 0, #175aa7 1%, rgba(23, 90, 167, .61961) 100%);
    background-image: -webkit-linear-gradient(0deg, #175aa7 0, #175aa7 1%, rgba(23, 90, 167, .61961) 100%);
    background-image: -ms-linear-gradient(0deg, #175aa7 0, #175aa7 1%, rgba(23, 90, 167, .61961) 100%);
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.footer-panel .footer-panel-text {
    margin-left: 65px;
    position: relative;
    z-index: 2;
    max-width: 355px;
    padding-top: 42px;
    padding-bottom: 42px
}

.footer-panel .footer-panel-title {
    font-weight: 300;
    margin: 0 0 15px;
    color: #00d231;
    font-style: italic
}

.footer-panel .footer-panel-heading {
    margin-top: 6px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    /*font-family: Poppins, 'Open Sans', Roboto, sans-serif*/
}

.footer-panel .footer-panel-left:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 71px;
    background: url(../images/after.png) right center no-repeat
}

@media (min-width:992px) {
    .footer-panel .footer-panel-left {
        width: calc(50% + 35px)
    }
    .footer-panel .footer-panel-right {
        width: calc(50% - 35px)
    }
}

.footer-panel .footer-panel-right {
    position: relative
}

.footer-panel .footer-panel-right:before {
    background-image: -moz-linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .7) 60%, rgba(23, 90, 167, .50196) 100%);
    background-image: -webkit-linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .7) 60%, rgba(23, 90, 167, .50196) 100%);
    background-image: -ms-linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .7) 60%, rgba(23, 90, 167, .50196) 100%);
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.footer-panel .footer-panel-right .footer-panel-text {
    margin-left: 35px
}

.footer-panel .footer-panel-right .footer-panel-text p {
    color: rgba(0, 0, 0, .85)
}

.footer-panel:after {
    background: #175aa7;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1
}

@media (max-width:991px) {
    .car-details {
        max-width: 630px;
        margin: 0 auto
    }
    .slider-fleet .slider-fleet-inner {
        min-height: 320px;
        height: auto
    }
    .footer-panel .footer-panel-text {
        margin-left: 35px
    }
    .footer-panel .footer-panel-left:after {
        display: none
    }
}

@media (max-width:767px) {
    .footer-panel .footer-panel-heading {
        font-size: 24px;
        margin-top: 3px;
        margin-bottom: 10px
    }
    .footer-panel .footer-panel-right .footer-panel-text,
    .footer-panel .footer-panel-text {
        margin: 0 5px
    }
    .footer-panel p {
        line-height: 22px;
        margin-bottom: 15px;
        padding-right: 0
    }
}

.footer-panel p {
    color: rgba(255, 255, 255, .5);
    padding-right: 35px;
    line-height: 24px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .footer-panel p {
        line-height: 22px;
        margin-bottom: 15px;
        padding-right: 0
    }
}

.testimonial-section-h {
    color: #000;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background: linear-gradient(100deg, rgba(23, 90, 167, .61961) 40%, rgba(23, 90, 167, .71961) 10%, rgba(23, 90, 167, .81961) 100%)
}

.testimonial-home .panel-main {
    padding: 50px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 3px 4px 0 #175aa7
}

.border-0 {
    border: 0 !important
}

.testimonial-home .panel {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0 4px 8px 0 #bdbdbd
}

.testimonial-home .panel-0 {
    color: #fff;
    background-color: #175aa7;
    position: relative;
    margin-left: 70px;
    border-radius: 10px;
    min-height: 312px
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50% !important;
    width: 10px;
    height: 10px
}

.testimonial-home .testi-profile {
    color: #000;
    background-color: #fff;
    position: absolute;
    left: -70px;
    top: 17%;
    border-radius: 0 8px
}

.testimonial-home .testi-profile h6,
.testimonial-home .testi-profile span {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 140px
}

.testimonial-home .profile-pic {
    width: 120px !important;
    height: 120px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px
}

.testimonial-home .open-quotes {
    margin-left: 90px;
    margin-top: 60px;
    font-size: 25px !important;
    text-align: left;
    width: 100%;
    color: #00d231
}

.testimonial-home .content {
    margin-left: 130px;
    margin-right: 80px
}

.testimonial-home .content,
.testimonial-home .content p {
    color: #fff !important;
    text-align: justify
}

.testimonial-home .close-quotes {
    margin-bottom: 70px;
    margin-right: 80px;
    font-size: 25px !important;
    text-align: right;
    width: 100%;
    color: #00d231
}

@media (min-width:701px) and (max-width:780px) {
    .testimonial-home .open-quotes {
        margin-left: 6rem;
        margin-top: 3rem
    }
    .testimonial-home .content {
        margin-left: 5rem;
        margin-right: 3rem
    }
    .testimonial-home .close-quotes {
        margin-right: 2.5rem
    }
}

@media screen and (max-width:700px) {
    .testimonial-home .panel-main {
        padding: 50px 10px
    }
    .testimonial-home .panel-0 {
        margin-left: 2px;
        min-height: 432px
    }
    .testimonial-home .testi-profile {
        left: 0;
        top: 24%;
        position: relative
    }
    .testimonial-home .testi-profile img {
        text-align: center;
        display: inline-block
    }
    .testimonial-home .profile-pic {
        width: 90px;
        height: 90px
    }
    .testimonial-home .open-quotes {
        margin-left: 6rem;
        margin-top: 3rem
    }
    .testimonial-home .content {
        margin-left: 3rem;
        margin-right: 3rem
    }
    .testimonial-home .close-quotes {
        margin-right: 2.5rem
    }
}

#frmEmailQuote .form-control {
    height: 45px;
    padding: 14px 12px
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: inherit
}

.login-wrap .avatar {
    color: #00d231;
    margin: 0 auto 30px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 9;
    background: #1659a7;
    padding: 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.login-wrap .avatar i {
    font-size: 62px
}

.login-wrap .avatar-sm {
    width: 60px;
    height: 60px
}

.login-wrap .avatar-sm i {
    font-size: 30px
}

.section-transfer {
    padding: 30px 0;
    background: rgba(238, 238, 238, .632)
}

.section-page:after,
.section-transfer:after,
.strip-section:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    transform-origin: 0 100%;
    background-color: #fff;
    z-index: 2;
    -moz-transform: translate3d(0, 0, 0) rotate(3deg);
    -ms-transform: translate3d(0, 0, 0) rotate(3deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(3deg);
    transform: translate3d(0, 0, 0) rotate(3deg);
    outline: transparent solid 1px
}

.section-page:after {
    width: calc(100% + 20px);
    height: 45px
}

.strip-section:after {
    width: calc(100% + 10%);
    height: 30px
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, .64)
}

.autocomplete-suggestion {
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.autocomplete-no-suggestion {
    padding: 5px
}

.autocomplete-selected {
    background: #1659a7;
    color: #fff !important
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #00d231
}

.autocomplete-group {
    padding: 10px 5px;
    font-weight: 700;
    font-size: 17px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000
}

.clearableclear {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3rem 0 0;
    font-size: 2rem;
    user-select: none;
    cursor: pointer;
    z-index: 3;
    color: #00d231;
    font-weight: 500;
    opacity: .1
}

.clearableclear:hover {
    opacity: .85
}

.clearable input::-ms-clear {
    display: none
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 20;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: .5s ease-out;
    color: #fff;
    background: rgba(39, 52, 67, .85)
}

.job-area,
.job-area .job-avatar {
    position: relative;
    overflow: hidden
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 1s
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    text-transform: capitalize
}

.fewseconds {
    display: block;
    font-size: .85rem
}

.dt-none,
.googletag,
.mcr-mode-payment input[type=radio] {
    display: none
}

.section-mcr {
    padding: 5rem 0
}

.job-area {
    background-color: #fff;
    padding: 60px 0 20px;
    border: 1px solid #eaeff5;
    box-shadow: 0 4px 10px 0 rgba(41, 128, 185, .07);
    -webkit-box-shadow: 0 4px 10px 0 rgba(41, 128, 185, .07);
    border-radius: 6px;
    text-align: center;
    transition: .5s ease-in-out;
    margin-bottom: 30px
}

.job-area:hover .job-avatar {
    transition: .5s ease-in-out;
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.job-area .u-img {
    margin-bottom: -42px;
    height: 150px
}

.job-area .job-content {
    padding: 0 1.25rem 1.25rem
}

.job-area .job-avatar {
    transition: .5s ease-in-out;
    margin: 0 auto 2rem;
    display: block;
    max-width: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .03);
    background: #fff
}

.job-area .job-avatar img {
    padding: 4px;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid rgba(0, 0, 0, .03);
    box-sizing: border-box;
    filter: grayscale(20%)
}

.job-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500
}

.job-area .job-type {
    padding: 0 10px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 23px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #eaeff5;
    position: absolute;
    top: 15px;
    left: 15px
}

.full-type,
.part-type {
    padding: 0 7px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500
}

.job-area .text-muted {
    color: #8492af;
    font-size: 13px
}

.full-type {
    color: #1fb650 !important;
    border-color: rgba(31, 182, 80, .12) !important;
    background: rgba(31, 182, 80, .12)
}

.part-type {
    color: #1659a7 !important;
    border-color: rgba(254, 184, 1, .1) !important;
    background: rgba(254, 184, 1, .1)
}

.job-code {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(22, 89, 167, .8);
    height: 34px;
    line-height: 36px;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff !important
}

.chooseus-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-chooseus.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.chooseus-bg {
    align-items: center;
    justify-content: center;
    background: linear-gradient(117.32deg, rgba(22, 89, 167, .95) 0, rgba(22, 89, 167, .9) 100%);
    position: relative
}

.text-green-bg {
    background: -webkit-linear-gradient(#00d231, #00d231) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.btn-rounded-svg {
    position: absolute;
    z-index: 9;
    transform: rotate(180deg);
    margin-top: -1px
}

.btn-rounded-svg path {
    fill: #fff;
    stroke: #fff
}

.heading-style .title-line {
    color: #c40909;
    position: relative;
    font-size: 1.2rem
}

.heading-style .title-line::after,
.heading-style .title-line::before {
    content: "";
    height: 3px;
    position: absolute;
    top: 10px;
    width: 90px
}

.heading-style .title-line::after {
    background-color: #00d231;
    left: -110px;
    width: 100px
}

.heading-style .title-line::before {
    background-color: #1659a7;
    right: -100px
}

.section-homemcr .mcr-home-about {
    padding-top: 10%;
    background: url(../img/banner/mcr-car-mauritius.png) center center/contain no-repeat;
    min-height: 400px
}

.section-homemcr .icon-box {
    padding: 1rem .1rem;
    transition: .3s ease-in-out;
    background: #fff;
    text-align: center
}

.section-homemcr .icon-box .icon {
    margin: 0 auto;
    height: 60px;
    padding: 1rem;
    display: flex;
    transition: .3s ease-in-out;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center
}

.section-homemcr .icon-box .icon i {
    font-size: 1.5rem;
    transition: .5s;
    position: relative
}

.section-homemcr .icon-box .icon svg {
    position: absolute;
    top: 0
}

.section-homemcr .icon-box .icon svg path {
    transition: .5s
}

.section-homemcr .icon-box .h2 {
    text-align: justify;
    font-weight: 600;
    padding: .5rem 2rem;
    font-size: 1.3rem;
    transition: .3s ease-in-out;
    line-height: 2rem;
    /*font-family: 'Open Sans', Poppins, Roboto, sans-serif*/
}

.section-homemcr .icon-box:hover {
    border-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08)
}

.section-homemcr .iconbox-blue:hover .icon path,
.section-homemcr .iconbox-orange:hover .icon path {
    fill: #1659a7
}

.align-items-stretch {
    align-items: stretch !important
}

.justify-content-center {
    justify-content: center !important
}

.section-home-fleet .fleet-box {
    height: 410px
}

.section-home-fleet .fleet-box .fleet-image img {
    height: 200px;
    width: auto;
    margin: 0 auto
}

.section-home-fleet .fleet-top-text {
    padding: 5px 10px
}

.section-home-fleet .fleet-image {
    text-align: center
}

.section-home-fleet .fleet-text {
    margin-top: 10px
}

.section-home-fleet .fleet-text .h4 {
    margin-top: 5px
}

.section-home-fleet .fleet-action {
    margin: 10px auto 0
}

.chooseus-box .icon span img {
    margin: 0 auto
}

.badge-light {
    background-color: #f8f9fa
}

.badge-extra {
    border-radius: 1px
}

.badge-outline-danger {
    color: #c40909;
    border-color: #c40909
}

.badge-outline-danger:hover {
    color: #fff;
    background-color: #c40909;
    border-color: #c40909
}

.mcr-mode-payment {
    width: 100%;
    text-align: center
}

.mcr-mode-payment label {
    margin-bottom: 1.3rem
}

.mcr-mode-payment input[type=radio]:checked+.box span {
    color: #fff;
    transform: translateY(5px)
}

.mcr-mode-payment input[type=radio]:checked+.box span.mode-ppay-text:before {
    transform: translateY(0);
    opacity: 1
}

.mcr-mode-payment .box {
    width: 200px;
    height: 100px;
    padding: .5rem;
    background-color: rgba(0, 210, 49, .15);
    transition: 250ms;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    margin-right: 1rem;
    border-radius: .4rem
}

.mcr-mode-payment .box:active {
    transform: translateY(5px)
}

.mcr-mode-payment .box span.mode-ppay-text {
    transform: translate(0, 5px);
    left: 0;
    right: 0;
    transition: .3s;
    font-size: .9rem;
    user-select: none;
    color: #000
}

.mcr-mode-payment .box span.mode-ppay-text .mode-ppay {
    font-size: 1.2rem;
    font-weight: 700
}

.mcr-mode-payment .box span.mode-ppay-text:before {
    font-size: 1.5rem;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-5px);
    opacity: 0;
    transition: .3s ease-in-out;
    font-weight: 400;
    color: #fff
}

.mcr-mode-payment .front-end span.mode-ppay-text:before {
    content: "\f046"
}
.a-diffprice{
    text-decoration: dotted;
    text-decoration-style: dotted;
    text-decoration: none; 
    border-bottom: 1px dotted #999;
}
.popover{font-size: 1rem; 
width: auto; 
min-width:100px;
max-width: none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.curency-diff a{color: #fff !important;}
.curencyblock-diff a{color: #000 !important;}
.cargmapcanvas {overflow:hidden;background:none!important;height:400px;width:100%;}
.carmapouter{position:relative;text-align:right;height:400px;width:100%;}