﻿body {
    font-family: 'Arial Rounded MT';
    color: #000;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
}

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
/*----------------------------Header START-------------------------------------*/
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

li {
    list-style: none;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

#menu:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 37%;
    height: 0;
    border-bottom: 65px solid #fff;
    border-right: 100px solid transparent;
    top: -55px;
}

.inner-container {
    position: relative;
    margin-left: 285px;
    padding-left: 80px;
    background: #38559b;
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right,#00bdda 0%, #0178bc 100%) repeat scroll 0 0;*/
}

    .inner-container .top-left {
        float: right;
        margin-right: 95px;
    }

@media (max-width : 787px) {
    .inner-container {
        margin-left: 0px;
        padding-left: 10px;
        line-height: 30px;
    }

    #menu:before {
        top: 0px;
    }

    .inner-container .top-left {
        margin-right: 0px;
    }
}

.top-left .contact-list {
    position: relative;
    padding: 6px 0px;
}

    .top-left .contact-list li {
        position: relative;
        float: left;
        font-size: 14px;
        line-height: 10px;
        color: #e9e8e9;
        font-weight: 400;
        margin-right: 15px;
    }

        .top-left .contact-list li i {
            font-size: 16px;
            color: #38559b;
            background: #fff;
            border-radius: 50%;
            padding: 5px;
            height: 30px;
            width: 30px;
            line-height: 20px;
            /* margin: auto; */
            text-align: center;
        }


        .top-left .contact-list li a {
            color: #ffffff;
            font-weight: 400;
            font-size: 14px;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

@media (max-width : 787px) {
    .top-left .contact-list li {
        font-size: 13px;
        text-align: center;
        margin-bottom: 5px;
    }

        .top-left .contact-list li i {
            font-size: 12px;
            padding: 6px;
        }

        .top-left .contact-list li a {
            font-size: 13px;
        }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        transition: background 1s linear;
        height: 100px;
        box-shadow: 3px 3px 3px #f1f1f1;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 16px;
        line-height: 37px;
        border-radius: 4px;
        color: #000;
        font-weight: 700;
    }

    .sticky-opacity .navbar-brand img {
        max-width: 200px;
        max-height: 85px;
    }

    .sticky-opacity .navbar-brand {
        margin-top: 38px;
    }

    .sticky-opacity .navbar-nav > li > a:hover {
        color: #ffffff;
    }

    .sticky-opacity .navbar-nav {
        margin-top: 7px;
    }

    .sticky-opacity #menu:before {
        border-bottom: 0px solid #fff;
    }

.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    background: #fff;
    /*padding: 90px 10px;*/
    transition: 0.4s;
    /*position: fixed;*/
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    /*height: 75px;*/
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li {
    margin-right: 5px;
}

    .navbar-nav > li > a {
        font-family: slab serif;
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 17px;
        line-height: 15px;
        border-radius: 4px;
        margin-top: 11px;
        color: #38559b;
        font-weight: 700;
        transition: 0.3s all ease-out;
    }

        .navbar-nav > li > a:hover {
            background: #38559b;
            color: #fff;
            border-bottom: solid 2px #fdb813;
        }

        .navbar-nav > li > a:active {
            color: #fff;
            background-color: #666666;
        }

.navbar-nav {
    margin-top: 6px;
}

.navbar-brand {
    float: left;
    padding: 4px 20px;
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    position: relative;
    /* max-height: 65px; */
    top: -10px;
}

    .navbar-brand img {
        /*background: #fff;*/
        transition: 0.4s;
        margin: -25px 0px 0px 50px;
        width: 100%;
        border-radius: 5px;
    }

@media screen and (max-width: 787px) {
    .navbar-brand img {
        margin-top: 15px;
    }

    .sticky-opacity .navbar-brand img {
        margin-top: 2px;
    }
}

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    /*height: 75px;*/
    z-index: 2;
    margin-bottom: 10px;
}

/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 0px 0 0;
    font-size: 13px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 10px;
        font-size: 14px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #5c4f3b;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            transform-origin: 0 0 0;
            transition: 0.10s;
            background-color: #000;
            font-weight: 400;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #000;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .dropdown-menu > li > ul.dropdown-submenu {
        position: absolute;
        list-style: none;
        width: 100%;
    }

    .dropdown-menu > li:hover ul.dropdown-submenu {
        display: block;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #000;
    border-color: #428bca;
    color: #fff;
}

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
        height: 90px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        /*border: 1px solid #fff;*/
        top: 15px;
    }

    .sticky-opacity .navbar-brand {
        padding: 0px 10px;
        color: white;
        margin-top: 15px;
        /*background-color: #fff;*/
    }

    .sticky-opacity .navbar-toggle .fa {
        color: #000;
    }

    .navbar-toggle {
        /*background-color: #fff;*/
        /*border: 1px solid #5c4f3b;*/
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 28px;
        top: 15px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #000;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
            font-size: 25px;
        }

    .top-container {
        background-color: #000;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
            margin-left: 10px;
        }

    .navbar-collapse ul {
        background-color: #000;
        color: #fff;
        margin-right: 0px;
        margin-top: -5px;
        text-align: center;
        width: 100%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        /*overflow-y: visible;*/
        /*height: 100%;*/
        /*position: absolute;*/
        width: 100%;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .dropdown-menu {
        list-style: none;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 15px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            /*color: #035C07;*/
            white-space: nowrap;
            left: 0;
            right: auto;
            transform-origin: 0 0 0;
            transition: 0.10s;
            font-size: 15px;
            /*border-bottom: 1px solid #eee;*/
        }

    .sticky-opacity .dropdown-menu > li > a {
        display: block;
        padding: 15px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #000;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
        font-size: 15px;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 5px 25px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        transform-origin: 0 0 0;
        transition: 0.10s;
        background-color: #EF7F2D;
        font-weight: 400;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #EF7F2D;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .navbar-nav > li:hover ul.dropdown-menu {
        width: 100%;
    }

    .navbar-brand img {
        margin-top: 15px;
        height: 70px;
        margin-left: 0px;
    }

    .sticky-opacity .navbar-nav {
        margin-top: -11px;
        background-color: #000;
        color: #fff;
    }

        .sticky-opacity .navbar-nav > li > a {
            color: #fff;
            padding: 6px 12px 10px 12px;
        }
}

@media(max-width:767px) {
    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 2;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-collapse {
        padding-right: 0px;
    }
}

/*----------------------------Header END-------------------------------------*/
.carousel-inner {
    max-height: 550px;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

/*.gallery img {
    width: 100%;
    height: 250px;
}*/


/*
*
* Footers
*/

.footercontent a {
    margin: 0 3px;
}

    .footercontent a i {
        text-align: center;
        color: #fff;
        /*border: 1px solid #fff;*/
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 30px;
    }

.footersection {
    padding: 30px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
    background: #000;
    z-index: 1;
}

    .footersection + hr {
        margin-top: 30px;
    }

.footertitle {
    font-weight: 300;
    letter-spacing: .15em;
    color: #fcba03;
}

.footercolwidth {
    /*max-width: 210px;*/
    font-size: 12px;
    margin-left: -38px;
}

footer p {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.footercolwidth li {
    margin-top: 24px;
    color: #fff;
    list-style: none;
}

.footermenulist {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: -20px;
    margin-left: -20px;
}

    .footermenulist > li {
        display: block;
        margin-bottom: 17px;
        margin-left: 20px;
    }

    .footermenulist a, .footermenulist a:focus, .footermenulist a:active {
        color: #fff;
    }

        .footermenulist a:hover {
            color: #fcba03;
        }

* + .footercolwidth {
    margin-top: 0px;
}

/** + .footermenulist {
    margin-top: 30px;
}*/

.copyrights {
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .footermenulist {
        text-align: left;
    }

        .footermenulist > li {
            display: block;
            margin-left: 0;
        }
}

@media (max-width: 787px) {
    .footermenulist {
        text-align: left;
        margin-bottom: 10px;
    }

        .footermenulist > li {
            display: block;
            margin-bottom: 5px;
            margin-left: 0;
        }
}

@media (min-width: 992px) {
    .footermenulist {
        letter-spacing: .2em;
        /*columns: 2;*/
        break-inside: avoid;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        max-width: 320px;
        margin-left: -37px;
    }

        .footermenulist > li {
            display: block;
            margin-left: 0;
        }

    * + .footermenulist {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .footertitle {
        letter-spacing: .2em;
    }

    .footermenulist {
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
    }
}

/*------------------------------------------Index Start--------------------------------*/
/*------------------------------------------Index Start--------------------------------*/
.justify-content-center {
    justify-content: center !important;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: sticky;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.slider-row {
    display: flex;
    flex-wrap: wrap;
}
/*----------------------------------------*/
@media (min-width: 992px) {
    .section-main-bunner {
        min-height: 700px;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 120px 0 100px;
    }
}

.section-main-bunner {
    position: relative;
    overflow: hidden;
    padding: 80px 0 70px;
}

    .section-main-bunner .overlay-bg {
        position: absolute;
        z-index: 1;
        background: rgba(34,27,104,.5);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

@media (min-width: 1200px) {
    .section-main-bunner .main-bunner-img {
        left: -100px;
        right: -100px;
        bottom: -100px;
        top: -100px;
        animation: bunner-img 10s infinite;
    }
}

.section-main-bunner .main-bunner-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.section-main-bunner .main-bunner-inner {
    position: relative;
    flex: 1;
}

@media (max-width : 787px) {
    .section-main-bunner {
        padding: 30px 0 70px;
        height: 330px;
    }

        .section-main-bunner .main-bunner-img {
            opacity: 1;
            object-fit: cover;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }

        .section-main-bunner .main-bunner-inner {
            z-index: unset;
        }
}

@media (min-width: 992px) {
    h1, .heading-1 {
        font-size: 80px;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .pr-xl-60 {
        padding-right: 60px;
    }
}

.text-opacity-80 {
    opacity: .8;
}

.font-weight-regular {
    font-weight: 400;
}

.slider-content {
    position: relative;
    z-index: 1;
}

    .slider-content h2 {
        font-size: 80px;
        color: #fff;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-top: 0px;
        margin-bottom: 40px;
        font-weight: 800;
        font-family: 'Arial Rounded MT';
    }

    .slider-content p {
        font-size: 18px;
        padding-right: 50px;
        color: #fff;
        line-height: 26px;
    }

@media(max-width:767px) {
    .slider-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .slider-content p {
        font-size: 14px;
        padding-right: 0px;
    }

    .slider-content {
        z-index: 1;
    }
}

/*------------------------------------------Service Area Start--------------------------------*/
.features-services-area {
    background-color: #f4f5f8;
}

    .features-services-area .features-box {
        background: #221b68;
        padding: 30px;
        color: #b9c3cb;
        border-radius: 15px;
        position: relative;
        height: 215px;
    }

/*.features-services-area .features-box:hover {
            background: #b9c3cb;
            color: #000;
            border: 1px solid #000;
        }*/

.mb-30 {
    margin-bottom: 30px;
}

.features-services-area .features-icon i {
    font-size: 70px;
    color: #F77D0A;
    margin-bottom: 5px;
}

.features-icon {
    display: inline-block;
    position: relative;
    transition: all .5s ease;
}

    .features-icon:hover {
        transform: rotateY(180deg);
    }

.features-services-area .features-box .number {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 100px;
    color: #fff;
    opacity: .5;
    font-family: source sans pro,sans-serif;
    font-weight: 900;
}

.number {
    font-size: 55px;
    font-weight: 600;
    color: #ff1749;
}

.features-services-area .features-box h4 {
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-family: 'Arial Rounded MT';
}

    .features-services-area .features-box h4 a {
        color: #fff;
    }

        .features-services-area .features-box h4 a:hover {
            color: #9ed1fd;
        }

.features-content h4 {
    font-size: 15px;
    margin-bottom: 17px;
}

.features-services-area .features-box h4::before {
    content: "";
    width: 60px;
    background: #696f74;
    position: absolute;
    bottom: 0;
    height: 1px;
}

.features-services-area p {
    margin-bottom: 0;
}
/*------------------------------------------Index End--------------------------------*/

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

/*-------------------------Header-----------------------------------*/
.colour-block {
    background: #000;
    color: #fff;
    padding-bottom: 0px;
    width: 100%;
}

.scallop-down {
    height: 30px;
    width: 100%;
    background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#000), color-stop(0.49, #000), color-stop(0.51, #fff), to(white));
    -webkit-background-size: 30px 100%;
}

/*--------------------------------------------Header---------------------------------*/

/*---------------------Why Choose Us-----------------------*/
.fix {
    overflow: hidden;
}

.pb-20 {
    padding-bottom: 50px;
}

.pt-120 {
    padding-top: 30px;
}

.p-relative {
    position: relative;
}

.mb-50 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-title h5 {
    color: #fcba03;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 0;
    font-family: 'Arial Rounded MT';
}

.sectionhrline {
    width: 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #fcba03;
    background-color: #fcba03;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.section-title h2 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    font-family: slab serif;
}

@media (max-width : 787px) {
    .section-title h5 {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 30px;
    }
}

.section-title span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 0;
    letter-spacing: 2px;
    display: inline-block;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider .slick-list {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.project-area .slick-slide {
    padding: 0 10px;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    outline: none;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 235px;
}

@media (max-width : 787px) {
    .slick-slide {
        float: none;
        width: 330px;
        height: auto;
        margin-bottom: 15px;
    }
}

.features-box:before {
    position: absolute;
    content: '';
    right: -60px;
    top: 60px;
    width: 150px;
    height: 170px;
    z-index: -1;
    display: inline-block;
    background: url('../images/section-bg.png') center top no-repeat;
}

.feature-section .feature-tabs {
    position: relative;
}

    .feature-section .feature-tabs .tab-btns {
        position: relative;
        margin-bottom: 40px;
        margin-right: 30px;
    }

        .feature-section .feature-tabs .tab-btns .tab-btn.active-btn, .feature-section .feature-tabs .tab-btns .tab-btn:hover {
            background-color: #ec0203;
            border-color: #ec0203;
            color: #ffffff;
        }

        .feature-section .feature-tabs .tab-btns .tab-btn {
            position: relative;
            display: block;
            font-size: 24px;
            color: #010101;
            font-weight: 600;
            cursor: pointer;
            line-height: 1.6em;
            margin-bottom: 20px;
            border: 1px solid #d9d9d9;
            padding: 29px 30px 29px 34px;
            transition: all 500ms ease;
            text-transform: capitalize;
        }

            .feature-section .feature-tabs .tab-btns .tab-btn.active-btn span, .feature-section .feature-tabs .tab-btns .tab-btn:hover span {
                color: #ffffff;
            }

            .feature-section .feature-tabs .tab-btns .tab-btn span {
                position: relative;
                display: block;
                font-size: 15px;
                color: #666666;
                font-weight: 400;
                cursor: pointer;
                line-height: 1.8em;
                margin-top: 8px;
                transition: all 500ms ease;
                text-transform: capitalize;
            }

            .feature-section .feature-tabs .tab-btns .tab-btn.active-btn::after, .feature-section .feature-tabs .tab-btns .tab-btn:hover::after {
                opacity: 1;
                visibility: visible;
                margin-right: -15px;
            }

            .feature-section .feature-tabs .tab-btns .tab-btn:after {
                position: absolute;
                content: '';
                right: 0px;
                top: 50%;
                opacity: 0;
                visibility: visible;
                margin-top: -10px;
                margin-right: 0px;
                border-top: 10px solid transparent;
                border-left: 15px solid #ec0203;
                border-bottom: 10px solid transparent;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                transition: all 500ms ease;
            }

    .feature-section .feature-tabs .tabs-content {
        position: relative;
        margin-left: -20px;
        margin-bottom: 40px;
    }

        .feature-section .feature-tabs .tabs-content .tab.active-tab {
            display: block;
        }

        .feature-section .feature-tabs .tabs-content .tab {
            position: relative;
            display: none;
        }

            .feature-section .feature-tabs .tabs-content .tab .image img {
                width: 100%;
                height: 545px;
                display: block;
            }

@media only screen and (max-width: 787px) {
    .feature-section .feature-tabs .tab-btns .tab-btn {
        font-size: 22px;
        padding: 20px 20px 22px 20px;
    }

    .feature-section .feature-tabs .tab-btns, .services-section-eight .content-column .inner-column {
        margin-right: 0px;
        padding: 0px;
    }

    .feature-section .feature-tabs .tabs-content .tab .image img {
        width: 100%;
        height: auto;
    }

    .feature-section .feature-tabs .tabs-content {
        margin: 0px;
    }
}

/*---------------------Why Choose Us End--------------------------------*/


/*footer start*/
* {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

.pg-footer {
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}


.footer {
    /*background-color: #221b68;*/
    background-color: #fdb813;
    color: #fff;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: #fff;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
    line-height: 20px;
    margin-left: -1px;
}


    /*@media(max-width: 767px) {
    .footer-content-column {
        text-align: center;
    }
}*/


    .footer-content-column ul li a {
        color: #fff;
        text-decoration: none;
    }

.footer-logo-link {
    height: 120px;
    width: 120px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 107px;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #38559b;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    /*margin-bottom: 0;*/
    text-transform: uppercase;
    margin-top: -20px;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

    .footer-menu-list li {
        margin-top: 5px;
    }

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}

.button:last-of-type {
    margin-right: 0;
}

.footer-call-to-action-button {
    background-color: #F77D0A;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #F77D0A;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}

    .footer-call-to-action-link-wrapper a {
        color: #fff;
        text-decoration: none;
    }

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #38559b;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 600px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:599px) { /* smartphones, Android phones, landscape iPhone */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 545px;
        position: relative;
    }
}

@media (min-width:600px) and (max-width: 800px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 195px;
        position: relative;
    }

    .footer-wave-svg {
        height: 50px;
    }

    .footer-content-column {
        width: 24.99%;
    }
}

@media (min-width: 568px) {
    /* .footer-content-column {
      width: 49.99%;
  } */
}

@media (max-width: 768px) {
    .slider_section {
        text-align: center;
    }

    .slider_section {
        padding: 45px 0 150px 0;
    }
}


/*******footer end******/

/*div.gallery {
    border: 1px solid #ccc;
}

    div.gallery:hover {
        border: 1px solid #777;
    }*/

div.desc {
    padding: 15px;
    text-align: center;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }

    .product-image img {
        height: 150px;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.designlink:hover {
    color: #F77D0A;
}

.footer-logo img {
    width: 90px;
    /*height: 100px;*/
}

.facebook-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}
/*************slider home page start*****************/
.owl-carousel1 .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background-color: #e23204;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: .3s;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translatex(-50%);
}

.owl-carousel1 .owl-nav {
    display: none;
}

.owl-nav {
    color: blue;
}

.owl-carousel1 .owl-stage-outer {
    height: auto;
    width: 100%;
}

/*************slider home page end*****************/
/***********Find Your Car start***************/

.FindYourCar {
    text-align: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.fg-services {
    padding-bottom: 0;
    background: #f6f7f9;
}

    .fg-services .fg-title {
        margin-bottom: 80px;
        text-align: center;
    }

        .fg-services .fg-title h2 {
            font-weight: 700;
            color: #a2214d;
            line-height: 46px;
            margin-bottom: 20px;
        }

        .fg-services .fg-title p {
            margin-bottom: 0;
            font-weight: 300;
        }

    .fg-services .fg_services_item {
        height: 480px;
        position: relative;
        overflow: hidden;
        border-radius: 2px;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .fg-services .fg_services_item::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: rgba(72,72,72,.3);
        }

        .fg-services .fg_services_item:hover .fg_services_item_text {
            background-color: #000;
            opacity: 0.9;
            bottom: 0px;
        }

            .fg-services .fg_services_item:hover .fg_services_item_text h4 {
                margin-bottom: 12px;
            }

    .fg-services .fg_services_item_text {
        position: absolute;
        left: 0;
        bottom: -160px;
        width: 100%;
        padding: 0 35px;
        -webkit-transition: all,.4s;
        -o-transition: all,.4s;
        transition: all,.4s;
    }

        .fg-services .fg_services_item_text h4 {
            font-weight: 700;
            color: #fff;
            margin-bottom: 80px;
            -webkit-transition: all,.2s;
            -o-transition: all,.2s;
            transition: all,.2s;
            font-size: 22px;
            font-family: slab serif;
        }

        .fg-services .fg_services_item_text p {
            height: 80px;
            color: #fff;
            margin-bottom: 25px;
            font-weight: 300;
        }

        .fg-services .fg_services_item_text a {
            font-size: 14px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 6px 12px;
            position: relative;
            text-decoration: none;
            border: 2px solid #fdb813;
            transition: all .2s;
            bottom: 20px;
        }

            .fg-services .fg_services_item_text a:hover {
                background: #fdb813;
            }

.fg_services_item img {
    width: 100%;
    background-size: cover;
}

.fg_services_item img {
    width: 100%;
    background-size: cover;
}

@media(max-width:767px) {
    .fg-services .fg_services_item_text {
        bottom: 0px;
        background-color: #000;
    }

        .fg-services .fg_services_item_text h4 {
            font-weight: 700;
            color: #fff;
            margin-bottom: 22px;
        }
}


/************Find Your Car End******************/

/**************Index AboutUs Start*************/
.about {
    background-color: #f4f5f8;
    padding-bottom: 40px;
    padding-top: 40px;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.about-image-thumbnail-3 {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 150px;
}

.about .animate {
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-delay: 0.1s;
    opacity: 1;
    transform: none;
}

.about-image-thumbnail-3 .image-2 {
    height: 320px;
    position: absolute;
    right: 0;
    top: -150px;
    animation: jump-2 8s linear infinite;
}


@keyframes jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 767px) {
    .p-md-0 {
        padding: 0 !important;
    }
}

@media(max-width:787px) {
    .about-image-thumbnail-3 .image-2 {
        max-width: 330px;
        height: 320px;
        position: absolute;
        right: 0;
        top: -250px;
        animation: jump-2 8s linear infinite;
    }

    .about-image-thumbnail-3 {
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 150px;
    }
}

.pl--60 {
    padding-left: 40px !important;
}

.about-content {
    padding: 0 30px 0 0;
}

    .about-content p {
        font-family: slab serif;
        font-size: 17px;
        color: #767676;
        margin-bottom: 10px;
        text-align: justify;
    }

.more-button {
    margin-top: 20px;
}

.rts-btn {
    padding: 20px 33px;
    font-family: slab serif;
    line-height: 10px;
    max-width: max-content;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: 0.3s;
    border-radius: 2px;
    display: block;
    min-width: max-content;
}


    .rts-btn.btn-seconday {
        border-style: none;
        background: #38559b;
        color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .rts-btn.btn-seconday::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: #000;
            transform: translateY(110%);
            transition: 0.3s;
            z-index: -1;
        }

        .rts-btn.btn-seconday:hover::after {
            transform: translateY(0);
        }

.u-repeater {
    display: grid;
    grid-template-columns: repeat(3, 33.33333333%);
}

.u-section-2 .u-container-layout-2 {
    padding: 30px;
    color: #fff;
    background-color: #ba4c73;
}

.u-section-2 .u-container-layout-3 {
    padding: 30px;
}

.u-tabs:not([class*="u-align-"]), .u-accordion:not([class*="u-align-"]), .u-repeater-item:not([class*="u-align-"]), .u-container-style:not([class*="u-align-"]) {
    text-align: left;
}

.u-section-2 .u-container-layout-4 {
    padding: 30px;
    color: #fff;
    background-color: #ba4c73;
}

.u-repeater-item {
    display: flex;
    position: relative;
}

.u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.u-layout-row-whychooseuspage {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: -webkit-fit-content;
    min-height: fit-content;
    max-width: 100%;
}

.u-layout-row-whychooseus > .u-size-30 {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
}

.u-valign-top {
    justify-content: flex-start;
}

.u-valign-middle, .u-valign-top, .u-valign-bottom {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.u-section-2 .u-container-layout-2 {
    padding: 30px 30px 28px;
}

.u-section-2 .u-image-147 {
    height: 350px;
    width: 600px;
    max-width: 100%;
    margin: 30px 0 -30px 20px auto;
    transform: scaleX(1.5);
}

    .u-section-2 .u-image-147:hover {
        transition: 0.5s all ease-out;
        transform: rotate(3deg);
    }

.u-section-2 .u-layout-cell-2 {
    width: 700px;
    max-width: 100%;
    background-image: none;
}

.u-container-layout-whychooseus {
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
}

.u-layout-col, .u-layout-row-whychooseus, .u-layout-col > *, .u-layout-row-whychooseus > * {
    display: flex;
}

.u-section-2 .u-accordion-link-1 {
    margin: 10px;
    border: 1px solid #000;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

    .u-section-2 .u-accordion-link-1:hover {
        color: #fff;
        background-color: #ba4c73;
        border-radius: 10px;
    }

.u-section-2 .u-accordion-link-2 {
    margin: 10px;
    border: 1px solid #000;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

    .u-section-2 .u-accordion-link-2:hover {
        color: #fff;
        background-color: #ba4c73;
        border-radius: 10px;
    }

.u-section-2 .u-accordion-link-3 {
    margin: 10px;
    border: 1px solid #000;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

    .u-section-2 .u-accordion-link-3:hover {
        color: #fff;
        background-color: #ba4c73;
        border-radius: 10px;
    }

.u-accordion-link {
    font-size: inherit;
    font-family: "Arial Narrow";
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    border-color: transparent;
    cursor: pointer;
}

.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}

.u-valign-middle > *, .u-valign-top > *, .u-valign-bottom > * {
    flex-shrink: 0;
}

.u-inner-container-layout, .u-inner-container-layout > *, .u-container-layout > * {
    position: relative;
}


@media (min-width: 1200px) {
    .u-xl-mode .u-valign-top-xl {
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-valign-middle-xl, .u-xl-mode .u-valign-top-xl, .u-xl-mode .u-valign-bottom-xl {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-expanded-width-xl {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .u-section-2 .u-container-layout-2 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-valign-top-lg {
        justify-content: flex-start;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-valign-middle-lg, .u-valign-top-lg, .u-valign-bottom-lg {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .u-section-2 .u-image-147 {
        height: 394px;
        margin-top: 377px;
        width: auto;
        margin-right: initial;
        margin-left: initial;
    }
}

@media (max-width: 1199px) {
    .u-section-2 .u-image-147 {
        height: 514px;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: initial;
        margin-left: initial;
        width: auto;
    }
}


/************Index AboutUs End***************/

/************testimonial****************/

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: slab serif;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #38559b;
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right,#00bdda 0%, #0178bc 100%) repeat scroll 0 0;*/
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 20px;
    /*margin-bottom: 80px;*/
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}

.img-circle {
    max-width: 90px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #38559b;
            /*background: #01cafc;*/
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

/***********testi end****************/
/*******looking car start*********/
.bg-scroll {
    background-attachment: fixed !important;
}

.bg-banner {
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../images/7.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.display-1 {
    color: #fdb813;
    font-family: slab serif;
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

h1, h2, .font-weight-bold {
    font-weight: 700 !important;
}


.white-color, .white-color p {
    color: #fff !important;
}

.pageTitle h1.white-color:before {
    background-color: #fff;
}


#statistic-3 .statistic-block h5 {
    font-size: 4.25rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
}


.yellow-color, .yellow-color span {
    color: #fff;
    font-size: 49px;
    font-weight: 700;
}

#statistic-1 .statistic-block p, #statistic-3 .statistic-block p {
    font-size: 2rem;
    margin-bottom: 0;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@media(max-width:787px) {
    #statistic-3 .statistic-block {
        margin-bottom: 20px;
    }
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.px-5 {
    color: #fff;
    background-color: #f77d0a;
    border-color: #fff;
    padding: 10px 33px;
}

    .px-5:hover {
        color: #f77d0a;
        background-color: #fff;
        border-color: #fff;
    }

.explainer {
    font-weight: 300;
    font-size: 2rem;
    color: #fff;
    transition: all .6s ease;
    width: 100%;
    height: 100%;
    background-color: #303050;
    background-image: radial-gradient(circle at center top, #cce, #33a);
    border-radius: 10px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .8);
    display: flex;
    justify-content: center;
    align-items: center;
}


.ref {
    background-color: #000;
    background-image: linear-gradient(to bottom, #d80, #c00);
    border-radius: 3px;
    padding: 7px 10px;
    position: absolute;
    font-size: 16px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    font-size: 12px;
}

.viewcar {
    width: 95%;
}
/******looking car end********/

/**************Our Services start***********/
.Service {
    margin-bottom: 40px;
}

.ag-format-container {
    width: 1142px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

    .ag-offer_item {
        width: 100%;
        margin: 0 0 30px;
        border: 0 none !important;
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.main-rental-deal {
    position: relative;
    padding: 20px 0;
}

.rental-deal-img img {
    max-width: unset;
    width: 987px;
}

.rental-deal-img {
    display: flex;
    justify-content: flex-end;
    padding-right: 70px;
}

.left-animation {
    -webkit-animation-name: left-animation;
    animation-name: left-animation;
    transform-style: preserve-3d;
}

.right-animation {
    -webkit-animation-name: right-animation;
    animation-name: right-animation;
    transform-style: preserve-3d;
}

.rental-deal-img img {
    margin-top: 40px;
    max-width: unset;
    width: 987px;
}

.title.left {
    text-align: left;
}

.h2-title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #000;
    font-family: slab serif;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

    .h2-title span {
        color: #e13203;
    }

.title.left .title-line {
    margin-left: 0;
}

.pg-Header {
    font-family: slab serif;
}

.title-line {
    width: 80px;
    height: 16px;
    display: block;
    margin: auto;
    position: relative;
}

    .title-line:before {
        margin-top: -5px;
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        width: 41px;
        height: 15px;
        background-image: url(../images/car-icon.svg);
        background-size: 100%;
        background-position: bottom center;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .title-line:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #e13203 50%, transparent 50%), linear-gradient(90deg, #e13203 50%, transparent 50%), linear-gradient(0deg, #e13203 50%, transparent 50%), linear-gradient(0deg, #e13203 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
        background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
        animation: border-dance 7s infinite linear;
        z-index: 0;
    }

@keyframes border-dance {
    0% {
        background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
    }

    100% {
        background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
    }
}

.rental-deal-box {
    width: 90%;
    position: relative;
    padding-left: 100px;
    margin-bottom: 40px;
}

    .rental-deal-box .icon i {
        font-size: 40px;
        color: #e13203;
    }

    .rental-deal-box .icon {
        border: solid 1px #eeeded;
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 70px;
        background: var(--primary-bg-color);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    .rental-deal-box .h3-title {
        font-family: slab serif;
        margin-bottom: 10px;
    }

    .rental-deal-box p {
        font-family: slab serif;
        font-size: 17px;
        margin-bottom: 0;
    }

@media screen and (max-width: 991px) {
    .rental-deal-img img {
        height: auto;
        width: 100%;
    }

    .rental-deal-img img {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1199px) {
    .rental-deal-img, .reviews-content {
        padding-right: 0;
    }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}

/************Our Services End************/
/*****Under Line Start******/
.titleunderline {
    --c:linear-gradient(#e23204 0 0);
    padding-bottom: .15em;
    background: var(--c), var(--c);
    background-size: 3.3em 2.1em;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    transition: .3s linear, background-size .3s .2s linear;
}

    .titleunderline:hover {
        background-size: 40% .1em;
        background-position: 10% 100%, 90% 100%;
    }

.aboutunderline {
    --c:linear-gradient(#ff1749 0 0);
    padding-bottom: .15em;
    background: var(--c), var(--c);
    background-size: 3.3em 2.1em;
    /*background-position: 50% 100%;*/
    background-repeat: no-repeat;
    transition: .3s linear, background-size .3s .2s linear;
}

    .aboutunderline:hover {
        background-size: 40% .1em;
        background-position: 10% 100%, 90% 100%;
    }

.about-img {
    width: calc(100% - 100px);
    height: 470px;
    position: relative;
    border-radius: 30px;
    display: block;
    margin-left: auto;
    z-index: 0;
}

.about-img-box img {
    position: absolute;
    bottom: -80px;
    left: 30px;
    width: 400px;
    z-index: 1;
}

@media(max-width:767px) {
    .about-img-box img {
        width: 250px;
    }
}
/*****Under Line End******/

/**************** why choose us end*********************/
a {
    text-decoration: none !important;
}

.center-heading {
    text-align: center;
}

    .center-heading .section-title {
        font-weight: 400;
        font-size: 28px;
        color: #3B566E;
        letter-spacing: 1.1px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .center-heading.colored .section-title {
        color: #ffffff;
    }

.center-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

    .center-text.colored {
        color: #C7E5FF;
    }

    .center-text p {
        margin-bottom: 30px;
    }

.services-small-item {
    display: block;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 20px 28px 20px 28px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    height: 330px;
}

    .services-small-item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        border-radius: 5px;
        /*background:#fdb813;*/
        background: rgba(0, 0, 0, 0) linear-gradient(to right,#00bdda 0%, #0178bc 100%) repeat scroll 0 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
    }

    .services-small-item.active:before, .services-small-item:hover:before {
        opacity: 1;
    }

    .services-small-item.active .icon:before, .services-small-item:hover .icon:before {
        opacity: .26;
    }

    .services-small-item.active .icon i, .services-small-item:hover .icon i {
        background: -webkit-linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .services-small-item.active .services-title, .services-small-item:hover .services-title {
        color: #ffffff;
    }

    .services-small-item.active p, .services-small-item:hover p {
        color: #ffffff;
    }

    .services-small-item.active .button i, .services-small-item:hover .button i {
        background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
        color: #2b708b !important;
    }

    .services-small-item:hover {
        margin-top: -15px;
    }

    .services-small-item .icon {
        width: 100px;
        height: 80px;
        margin: auto;
        position: relative;
        /*margin-bottom: 20px;*/
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }


        .services-small-item .icon i {
            display: block;
            height: 67px;
            line-height: 67px;
            position: absolute;
            width: 100%;
            top: 0px;
            z-index: 2;
            font-size: 28px;
            background: #38559b;
            /*background: rgba(0, 0, 0, 0) linear-gradient(to right,#00bdda 0%, #0178bc 100%) repeat scroll 0 0;*/
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .services-small-item .services-title {
        font-weight: 700;
        font-size: 16px;
        color: #3B566E;
        letter-spacing: 0.7px;
        margin-bottom: 15px;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-family: slab serif;
    }

    .services-small-item p {
        font-family: slab serif;
        height: 100px;
        font-weight: 400;
        font-size: 15px;
        color: #6F8BA4;
        letter-spacing: 0.88px;
        line-height: 26px;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin-bottom: 10px;
    }

    .services-small-item .button {
        position: relative;
        z-index: 2;
    }

        .services-small-item .button i {
            width: 42px;
            height: 42px;
            background: #38559b;
            /*background: rgba(0, 0, 0, 0) linear-gradient(to right,#00bdda 0%, #0178bc 100%) repeat scroll 0 0;*/
            line-height: 42px;
            text-align: center;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            color: #fff;
            padding-left: 3px;
        }

    .services-small-item:hover + .item-bg {
        bottom: 30px;
    }

.item-bg {
    content: '';
    position: absolute;
    width: 80%;
    height: 15px;
    bottom: 15px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*****************why choose us end*************************/
/**********************Contact Us Start *************************/
.aboutcontent p {
    font-family: slab serif;
    font-size: 17px;
    color: #fff;
}

.contact-address-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px 0 120px;
}

.sec-title-style1.max-width {
    position: relative;
    display: block;
    max-width: 770px;
    margin: -9px auto 0;
    padding-bottom: 52px;
}

.sec-title-style1 .title {
    position: relative;
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-title-style1 .bottom-textc {
    position: relative;
    display: block;
    padding-top: 16px;
}

.sec-title-style1 .bottom-text p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.contact-address-box {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.single-contact-address-box {
    position: relative;
    display: block;
    background: #131313;
    padding: 85px 30px 77px;
}

    .single-contact-address-box .icon-holder {
        position: relative;
        display: block;
        padding-bottom: 24px;
    }

    .single-contact-address-box h3 {
        color: #ffffff;
        margin: 0px 0 9px;
    }

    .single-contact-address-box h2 {
        color: #ff6137;
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 19px;
    }

    .single-contact-address-box.main-branch {
        background: #fdb813;
        padding: 53px 30px 51px;
        margin-top: -20px;
        margin-bottom: -20px;
    }

.text-center {
    font-family: slab serif;
    color: #000;
}

    .text-center h2 {
        font-family: slab serif;
    }

.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
    text-align: center;
    font-family: slab serif;
}

.single-contact-address-box.main-branch .inner ul {
    position: relative;
    display: block;
    overflow: hidden;
}

    .single-contact-address-box.main-branch .inner ul li {
        position: relative;
        display: block;
        padding-left: 110px;
        border-bottom: 1px solid #737373;
        padding-bottom: 23px;
        margin-bottom: 24px;
    }

        .single-contact-address-box.main-branch .inner ul li .title {
            position: absolute;
            top: 2px;
            left: 0;
            display: inline-block;
        }

            .single-contact-address-box.main-branch .inner ul li .title h4 {
                color: #fff;
                font-size: 18px;
                font-weight: 600;
                line-height: 24px;
                text-transform: capitalize;
                border-bottom: 2px solid #fff;
                font-family: slab serif;
            }

        .single-contact-address-box.main-branch .inner ul li .textc p {
            color: #131313;
            font-size: 17px;
            line-height: 24px;
            font-weight: 600;
            margin: 0;
            font-family: slab serif;
        }

.single-contact-address-box {
    position: relative;
    display: block;
    background: #38559b;
    padding: 85px 30px 77px;
}

@media(max-width:767px) {
    .single-contact-address-box.main-branch {
        max-width: 329px;
    }
}
/**********************Contact Us End *************************/

.booking-total .detail-block {
    padding: 30px;
    background: #F0F2F4;
    border-radius: 30px;
}

.mb-24 {
    margin-bottom: 24px;
}

.form-group {
    position: relative;
}

.form-control {
    height: 43px;
}

.form-group .form-control {
    background: #FAFAFA;
    /*padding: 15px;*/
    border: solid 1px #a5a5a5;
    box-shadow: -42px 42px 24px rgb(0 0 0 / 1%), -24px 24px 20px rgb(0 0 0 / 3%), -11px 11px 15px rgb(0 0 0 / 4%), -3px 3px 8px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
    border-radius: 30px;
}

.inqform {
    margin-top: 30px;
}

.booking-total .detail-block .total-area {
    border-radius: 30px;
}

    .booking-total .detail-block .total-area h2 {
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        color: #1B1C1E;
        margin-bottom: 50px;
    }

.pb-100 {
    padding: 45px;
}

@media (max-width : 787px) {
    .pb-100 {
        padding: 10px;
    }

    .booking-total .detail-block {
        padding: 0px;
    }

        .booking-total .detail-block .total-area {
        }

    .total-area img {
        width: 300px;
    }
}

.booking-total .detail-block .total-area .detail {
    /*padding: 15px;*/
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-input-box img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    width: 12px;
    height: auto;
}


.booking-total .detail-block .total-area a {
    text-align: center;
    margin-top: 20px;
}

.dark-btn {
    padding: 12px 32px;
    background: #2C2D2F;
    border: 1px solid #2C2D2F;
    border-radius: 50px;
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    color: #FAFAFA;
}

.btn-success {
    /*border-radius: 50px;*/
    color: #fff;
    background-color: #38559b;
    border: solid 1px #38559b;
}

    .btn-success:hover {
        color: #38559b;
        background-color: #fff;
        border: solid 1px #38559b;
    }

/**********inquiry End************/
/****************About Page Header Shape End*****************/
.mt-bnr-inr-entry {
    text-align: center;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

    .mt-bnr-inr-entry .banner-title-outer h2 {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
    }

.main-banner.inner-banner {
    padding: 70px 0 70px 0;
    position: relative;
}

.main-banner {
    position: relative;
    padding: 141px 0 163px 0;
}

.back-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 0;
}


.main-banner.inner-banner .shape {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    min-width: initial;
    z-index: 5;
}

    .main-banner.inner-banner .shape img {
        width: 100%;
        height: auto;
    }

.main-banner.inner-banner .banner-content {
    padding-top: 0;
    text-align: center;
}

.main-banner.inner-banner .h1-title {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 0;
}

.h1-title {
    font-size: 60px;
    line-height: 80px;
    color: #000;
    font-weight: bold;
    font-family: 'Oxanium', cursive;
    text-transform: capitalize;
    margin-bottom: 29px;
}

.main-breadcrumb {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}

.breadcrumb-box {
    border: solid 1px #f77d0a;
    display: inline-block;
    padding: 12px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 30px rgb(0 0 0 / 10%);
}

    .breadcrumb-box p {
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        font-family: var(--title-font);
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .breadcrumb-box p a {
            color: #666666;
            transition: 0.3s;
        }

    .breadcrumb-box span {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 24px;
        color: #fdb813;
        margin: 0 5px;
    }

    .breadcrumb-box p {
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        font-family: var(--title-font);
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
        vertical-align: middle;
    }
/***************About Page Header Shape End*******************/

/**************Aboutus Page Start****************/
.aboutuspage {
    padding: 30px;
    margin-bottom: 60px;
}

.sec-btn {
    display: inline-block;
    width: 170px;
    height: 46px;
    background: #e13203;
    border-radius: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    font-family: var(--title-font);
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 10px 5px;
    box-shadow: 3px 3px 30px rgb(255 72 83 / 40%);
    border: none;
    outline: none;
    transition: 0.3s;
}

    .sec-btn:hover {
        color: #e13203;
        background: #fff;
    }

.inner-banner {
    position: relative;
    height: 230px;
}

    .inner-banner .image-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

        .inner-banner .image-layer:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgb(74 70 70 / 58%);
        }

        .inner-banner .image-layer:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            background: url('../images/header1.png') bottom center repeat-x;
            height: 50px;
            z-index: 1;
            background-repeat: repeat-x;
            animation: 80s linear 0s infinite normal none running slide;
        }

    .inner-banner .content-box {
        position: relative;
        text-align: center;
        padding-top: 120px;
    }

        .inner-banner .content-box h2 {
            position: relative;
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 10px;
            text-decoration: underline #C52F33;
            font-family: playfair display,serif;
        }

    .inner-banner .bread-crumb {
        position: relative;
        line-height: 24px;
        padding-left: 44px;
    }

        .inner-banner .bread-crumb ul li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            line-height: 24px;
            padding: 5px 0;
            text-transform: capitalize;
            margin-right: 22px;
            color: #ffffff;
        }

            .inner-banner .bread-crumb ul li i {
                position: absolute;
                left: -44px;
                top: 0px;
                width: 34px;
                height: 34px;
                font-size: 14px;
                line-height: 34px;
                text-align: center;
                background: #1DC5CE;
                color: #ffffff;
                border-radius: 50%;
            }

            .inner-banner .bread-crumb ul li a {
                position: relative;
                color: #ffffff;
            }

            .inner-banner .bread-crumb ul li:last-child {
                margin-right: 0;
            }

        .inner-banner .bread-crumb ul li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            line-height: 24px;
            padding: 5px 0;
            text-transform: capitalize;
            margin-right: 10px;
            color: #ffffff;
        }


.responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

a {
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 25px;
}

.responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 50px 10px 50px;
}

.mainImg {
    color: black;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.text-blk.headingText {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: rgb(176, 98, 255);
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.allText {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 40%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.text-blk.subHeadingText {
    color: rgb(102, 102, 102);
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.text-blk.description {
    font-size: 18px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    font-weight: 400;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.explore {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(102, 102, 102);
    border-right-color: rgb(102, 102, 102);
    border-bottom-color: rgb(102, 102, 102);
    border-left-color: rgb(102, 102, 102);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
    background-color: white;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-right: 40px;
    padding-bottom: 8px;
    padding-left: 40px;
}

    .explore:hover {
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(176, 98, 255);
        color: white;
        border-top-width: initial;
        border-right-width: initial;
        border-bottom-width: initial;
        border-left-width: initial;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: initial;
        border-right-color: initial;
        border-bottom-color: initial;
        border-left-color: initial;
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
    }

.responsive-container-block.Container {
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

    .responsive-container-block.Container.bottomContainer {
        flex-direction: row-reverse;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
        position: static;
    }

.allText.aboveText {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
}

.allText.bottomText {
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.purpleBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 430px;
    background-color: rgb(176, 98, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    bottom: -35px;
    left: -8%;
}

.purpleText {
    font-size: 18px;
    line-height: 26px;
    color: white;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.ultimateImg {
    width: 50%;
    position: relative;
}

@media (max-width: 1024px) {
    .responsive-container-block.Container {
        max-width: 850px;
    }

    .mainImg {
        width: 55%;
        height: auto;
    }

    .allText {
        width: 40%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
    }

    .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .responsive-container-block.Container.bottomContainer {
        margin-top: 80px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
    }

    .responsive-container-block.Container {
        max-width: 830px;
    }

    .allText.aboveText {
        margin-top: 30px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 40px;
    }

    .allText.bottomText {
        margin-top: 30px;
        margin-right: 40px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: left;
    }

    .text-blk.headingText {
        text-align: center;
    }

    .allText.aboveText {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .text-blk.subHeadingText {
        text-align: left;
        font-size: 26px;
        line-height: 32px;
    }

    .text-blk.description {
        text-align: left;
        line-height: 24px;
    }

    .explore {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
    }

    .responsive-container-block.Container {
        justify-content: space-evenly;
    }

    .purpleBox {
        bottom: 10%;
    }

    .responsive-container-block.Container.bottomContainer {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        max-width: 930px;
    }

    .allText.bottomText {
        width: 40%;
    }

    .purpleBox {
        bottom: auto;
        left: -10%;
        top: 70%;
    }

    .mainImg {
        width: 100%;
    }

    .text-blk.headingText {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .aboutuspage {
        padding: 10px;
    }

    .about-img {
        width: 100%;
    }

    .allText {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .responsive-container-block.Container {
        flex-direction: column;
        height: auto;
    }

    .text-blk.headingText {
        text-align: center;
    }

    .text-blk.subHeadingText {
        text-align: center;
        font-size: 24px;
    }

    .text-blk.description {
        text-align: center;
        font-size: 18px;
    }

    .allText {
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

        .allText.aboveText {
            margin-top: 40px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
        }

    .responsive-container-block.Container {
        margin-top: 80px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
    }

        .responsive-container-block.Container.bottomContainer {
            margin-top: 0px;
            margin-right: auto;
            margin-bottom: 50px;
            margin-left: auto;
        }

    .allText.bottomText {
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .mainImg {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: -70px;
        margin-left: 0px;
    }

    .responsive-container-block.Container.bottomContainer {
        flex-direction: column;
    }

    .ultimateImg {
        width: 100%;
    }

    .purpleBox {
        position: static;
    }

    .allText.bottomText {
        width: 100%;
        align-items: flex-start;
    }

    .text-blk.headingText {
        text-align: left;
    }

    .text-blk.subHeadingText {
        text-align: left;
    }

    .text-blk.description {
        text-align: left;
    }

    .ultimateImg {
        position: static;
    }

    .mainImg {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .ultimateImg {
        position: relative;
    }

    .purpleBox {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        position: absolute;
        left: 0px;
        top: 80%;
    }

    .allText.bottomText {
        margin-top: 100px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

.bg-accent {
    background-color: #212126;
}

@media (min-width: 992px) {
    .section-xl {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

.bg-accent .blurb-minimal, .bg-accent .blurb-minimal .blurb-minimal__icon .icon, .bg-secondary-7 .blurb-minimal, .bg-secondary-7 .blurb-minimal .blurb-minimal__icon .icon {
    color: #fff;
}

.blurb-minimal {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

@media (min-width: 992px) {
    .section-xl {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media (min-width: 768px) {
    html .row-md-60 > * {
        margin-bottom: 30px;
    }
}

.section-md, .section-lg, .section-xl {
    padding-top: 60px;
    padding-bottom: 60px;
}

html .text-secondary {
    color: #878d99;
}

.blurb-minimal__icon i {
    font-size: 30px;
}

/**************Aboutus Page End****************/

/**************Search Car start****************/
.search-container {
    margin-top: -40px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

    .search-container .search-box {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        background-color: #FFF;
        padding: 30px 15px;
    }

#scrollUp {
    background: #fff none repeat scroll 0 0;
    bottom: 90px;
    color: #38559b;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #38559b;
    -webkit-transition: .3s;
    transition: .3s;
}

/*******************Car Rental start****************/

.offer-action {
    text-align: center;
    background: #fdb813;
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right,#00bdda 0%, #0178bc 100%) repeat scroll 0 0;*/
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .offer-action a {
        font-family: slab serif;
        display: inline-block;
        text-transform: uppercase;
        padding: 7px 5px;
        font-weight: 500;
        color: #fff;
        font-size: 14px;
        width: 47%;
    }

    .offer-action:after {
        position: absolute;
        content: "";
        width: 66%;
        height: 100%;
        background: #e83401 none repeat scroll 0 0;
        right: -36px;
        z-index: -1;
        -webkit-transform: skewX(40deg);
        transform: skewX(40deg);
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .offer-action:hover {
        background: #e83401 none repeat scroll 0 0;
        /*#ec3323*/
    }

        .offer-action:hover:after {
            background: #fdb813;
            /*background: rgba(0, 0, 0, 0) linear-gradient(to right,#00bdda 0%, #0178bc 100%) repeat scroll 0 0;*/
        }

.CarPriceList {
    padding: 40px;
}

.card {
    /*border: solid 1px;*/
    margin-bottom: 25px;
    padding: 24px 21px 10px;
    background-color: #e2e2e299;
}

    .card:hover {
        transition: 0.5s all ease-in-out;
        background-color: #d4d4d499;
        color: #dc2d13;
    }


.card__img {
    border: solid 1px;
    background-color: #fff;
    position: relative;
    float: left;
    /*width: 235px;*/
}


.card__inner {
    margin-left: 270px;
}

.card__title {
    margin-top: 12px;
    margin-bottom: 19px;
    margin-left: -5px;
}

.decor-1 {
    width: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}

    .decor-1:after {
        display: block;
        width: 30px;
        margin-top: 2px;
        margin-left: 10px;
        border-top: 1px solid #ccc;
        content: '';
    }

.card__description {
    /*width: 700px;*/
    margin-top: -5px;
}

.card__list {
    display: inline-block;
    width: 420px;
}

.card-list__row {
    float: left;
    width: 50%;
    margin-bottom: 5px;
    padding-right: 30px;
    font-size: 11px;
    color: #777;
}

.card-list__title {
    padding-right: 13px;
    font-weight: 700;
    color: #555;
}

.card__price {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: #555;
    vertical-align: top;
}

.card__price-number {
    color: #dc2d13;
}

.img-responsive {
    display: block;
    /* height: auto; */
    max-width: 100%;
    height: 170px;
}

@media (max-width: 767px) {
    .CarPriceList {
        padding: 5px;
    }

    .card__img {
        float: none;
    }
}

@media (max-width: 767px) {
    .card__inner {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .ui-title-inner {
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .card__list {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .card-list__row {
        float: none;
        width: 100%;
    }
}

.CraDetails {
    padding: 20px;
}

.CarDet {
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 5px;
    border: solid 1px;
}

@media (max-width: 767px) {
    .CarDet {
        margin-right: 0px;
        margin-left: 0px;
        padding: 0px;
        border: solid 1px;
    }
}

.CarDet p {
    font-size: 11px;
    margin: 10px 0 10px;
}

.cartype {
    line-height: 2;
    background-color: #ff6d00;
}

.carseats {
    line-height: 2;
    background-color: #828181;
}

.CarDet p span {
    color: #fff;
}

.img-box h4 {
    color: #000;
}

.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .gallery-image img {
        height: 250px;
        width: 350px;
        transform: scale(1.0);
        transition: transform 0.4s ease;
    }

.img-box {
    box-sizing: content-box;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}

.caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
    height: 250px;
    width: 350px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.img-box:hover img {
    transform: scale(1.1);
}

.img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
}

.img-box:hover {
    cursor: pointer;
}

.caption > p:nth-child(2) {
    font-size: 0.8em;
}

.opacity-low {
    opacity: 0.5;
}


/****************Login Page Start******************/
.Login {
    padding: 55px;
    background-color: #fbfbfd;
}

.login-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 14px 0 rgb(0 11 40 / 6%);
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: 40%;
}

.login-page-heading {
    padding-bottom: 20px;
}

    .login-page-heading svg {
        color: #ec3323;
        font-size: 22px;
        margin-right: 5px;
    }

    .login-page-heading > h3 {
        color: #001238;
        display: inline-block;
        font-family: Poppins,sans-serif;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: capitalize;
    }

.account-form-group {
    height: 45px;
    margin-bottom: 15px;
    position: relative;
}

    .account-form-group > input {
        border: 2px solid #f0f0ff;
        color: #111;
        height: 45px;
        padding: 5px 10px 5px 60px;
        transition: all .4s ease 0s;
        width: 100%;
    }

    .account-form-group svg {
        border-right: 2px solid #f0f0ff;
        color: #fdb813;
        font-size: 16px;
        height: 100%;
        left: 0;
        line-height: 45px;
        margin-right: 5px;
        padding: 15px;
        position: absolute;
        text-align: center;
        top: 0;
        transition: all .4s ease 0s;
        width: 48px;
    }

.remember-row {
    align-content: center;
    align-items: center;
    display: flex;
}

.lost-pass a {
    color: #001238;
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
    text-transform: capitalize;
}

.remember-row .checkbox {
    display: flex;
    flex: 1 1;
    justify-content: flex-end;
}

.checkbox-spin {
    display: none;
}

.checkbox label {
    color: #001238;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
}

.checkbox-spin + label span {
    display: inline-block;
    height: 16px;
    margin: 0 10px -3px 0;
    width: 25px;
}

.login-box button.gauto-theme-btn {
    display: inline-block;
    margin: 20px 0 0;
    width: auto;
}

.checkbox label {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    color: #001238;
}

@-webkit-keyframes pull {
    0% {
        height: 0;
    }

    100% {
        height: 1.2rem;
    }
}

@keyframes pull {
    0% {
        height: 0;
    }

    100% {
        height: 1.2rem;
    }
}

@-webkit-keyframes pop {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    75% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pop {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    75% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.checkbox-spin {
    display: none;
}

    .checkbox-spin + label span {
        display: inline-block;
        width: 25px;
        height: 16px;
        margin: 0 10px -3px 0;
    }

        .checkbox-spin + label span:before,
        .checkbox-spin + label span:after {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            content: "";
            position: absolute;
            z-index: 1;
            width: 15px;
            height: 15px;
            background: #fff none repeat scroll 0 0;
            border: 2px solid #dbdbdb;
        }

        .checkbox-spin + label span:after {
            z-index: 0;
            border: none;
        }

    .checkbox-spin:checked + label span:before {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
        background: #ec3323;
        border: 1px solid #ec3323;
    }

@media (min-width: 992px) and (max-width: 1169px) {
    .login-box {
        width: 55%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-box {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .login-box {
        width: 100%;
        padding: 30px 15px;
    }

    .Login {
        padding: 10px;
    }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    .login-box {
        width: 100%;
        padding: 30px 15px;
    }
}

.login-sign-up {
    border-top: 1px solid #f0f0ff;
    margin-top: 25px;
    padding-top: 10px;
}

    .login-sign-up > a {
        color: #001238;
        display: inline-block;
        font-weight: 500;
        text-transform: capitalize;
    }
/***************Login Page End*****************/

/**Home Page First Slider with Form Start ***/
/*.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel .carousel-item, .carousel .carousel-item img {
    height: 700px;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}

.p-5 {
    padding: 3rem !important;
}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.carousel .carousel-item, .carousel .carousel-item img {
    height: 700px;
}
.p-2 {
    padding: 0.5rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.rounded {
    border-radius: 10px !important;
}

.bg-secondary {
    background-color: #1f2e4e !important;
}

.text-white {
    color: #fff !important;
}

.rounded-start {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.bg-light {
    background-color: #f2f2f2 !important;
}

.text-body {
    color: #6e7684 !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.text-start {
    text-align: left !important;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .d-lg-flex {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}*/
.carSearch {
    background-color: #1a3d8f;
    /* border: solid 1px; */
    border-radius: 0px 0px 30px 30px;
    margin-top: -27px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 2px #dddfe0;
    padding: 10px;
    margin-top: -53px;
    /* background: #fff; */
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 10;
}

    .carSearch h4 {
        font-family: slab serif;
        color: #fff;
        font-size: 4rem;
        font-weight: 600;
        text-align: center;
    }

.car-search {
    padding: 5px;
}

.css-hlgwow {
    -webkit-box-align: center;
    align-items: center;
    display: grid;
    flex: 1 1 0%;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding: 2px 8px;
    box-sizing: border-box;
}

.car-search .btn {
    border: 0.2rem solid var(--white);
    border-radius: 0.5rem;
    display: block;
    min-height: 5rem;
    text-align: center;
    width: 100%;
}

.btnbookhp {
    background: #ecb324;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .1rem;
    padding: 1rem 2.5rem;
    transition: all .5s ease-in-out;
    border: solid 1px #a5a5a5;
    border-radius: 30px;
}

    .btnbookhp:hover {
        color: #ecb324;
        background: #fff;
    }

@media (max-width: 767px) {
    .owl-carousel1 .owl-dots {
        bottom: 23px;
    }

        .owl-carousel1 .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: -7px 3px;
        }

    .carSearch h4 {
        font-size: 15px;
    }

    .carSearch {
        margin-top: 0px;
    }
}

/****Home page First Slider With Form End*****/
