@font-face {
    font-family: "Baloo Bhai 2";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/baloo-bhai-2-v1-latin-regular.eot");
    src: local("Baloo Bhai 2 Regular"), local("BalooBhai2-Regular"),
        url("../fonts/baloo-bhai-2-v1-latin-regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/baloo-bhai-2-v1-latin-regular.woff2") format("woff2"),
        url("../fonts/baloo-bhai-2-v1-latin-regular.woff") format("woff"),
        url("../fonts/baloo-bhai-2-v1-latin-regular.ttf") format("truetype"),
        url("../fonts/baloo-bhai-2-v1-latin-regular.svg#BalooBhai 2")
            format("svg");
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Baloo Bhai 2", cursive;
    background-color: #f8f8f8;
}
section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.wow {
    visibility: hidden;
}
/*
################
               Navabr CSS
################
*/
.logo {
    width: 300px;
}
.navbar .nav-item a,
.navbar button {
    font-weight: 600;
    font-size: 16px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    transition: all 0.1 ease;
}
.navbar .nav-item {
    position: relative;
}
.navbar .nav-item:hover:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 30%;
    left: 15px;
    background-color: black;
}
.navbar .nav-item.active:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 30%;
    left: 15px;
    background-color: black;
}

/*
################
               Banner Section
################
*/
.banner {
    background-color: #f8f9fa !important;
    background-image: url(../images/banner-car-bg.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right center;
}
.banner-heading h2 {
    font-weight: 800;
}
.banner-paragraph p {
    margin-top: 25px;
}
.border-after {
    position: relative;
}
.border-after:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 30%;
    background-color: black;
}

.rent-form {
    padding: 5px 15px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.2);
}
.rent-form input,
.rent-form select {
    border: none;
}
.rent-form .input-group {
    margin-top: 1rem;
}
.input-group-text {
    border: none;
    background-color: white;
    padding: 0px;
}
.input-group-text img {
    width: 20px;
}
.rent-form .btn-search {
    width: 100%;
    height: 100%;
    font-size: 24px;
}

/*
################
               Date and Time Picker CSS
################
*/
.ui-datepicker {
    display: none;
    max-width: 20rem;
    background: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
}
.ui-datepicker-header {
    text-align: center;
    padding: 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.ui-datepicker-header a span {
    display: none;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.5rem;
}
.ui-datepicker-header a.ui-corner-all:hover {
    border: 1px solid #cccccc;
}
.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("../icons/arrow-left.svg");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 50%;
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("../icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 50%;
}
.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    padding: 1rem;
}
.ui-datepicker-calendar thead {
    color: #cccccc;
}
.ui-datepicker-calendar a {
    color: #444444;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
}
.ui-datepicker-calendar a:hover {
    border: 1px solid #cccccc;
}
.ui-datepicker-calendar .ui-datepicker-unselectable {
    color: #999999;
    cursor: default;
}
.ui-datepicker-calendar .ui-state-highlight {
    border-color: #d33a47;
    color: #d33a47;
}
.ui-datepicker-calendar .ui-state-active {
    background: #d33a47;
    color: #ffffff;
}

/*
################
               Brand Images Section
################
*/
.brand-images img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.brand-images img {
    width: 80%;
    padding: 1.25em 0;
    float: left;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.brand-images img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/*
################
               Working Steps Section
################
*/
.section-heading {
    text-align: center;
    margin-bottom: 2.5rem;
}
.section-heading h5 {
    color: #535353;
    font-weight: 600;
}
.section-heading h2 {
    font-weight: 800;
    font-size: 2.75rem;
}
.steps-box {
    text-align: center;
    padding: 1.75rem;
}
.steps-box .steps-img {
    margin-bottom: 15px;
    position: relative;
}
.steps-box .steps-img i {
    width: 110px;
    height: 110px;
    line-height: 110px;
    background-color: #f2f2f2;
    border-radius: 10px;
    font-size: 3.75em;
    transition: all 0.3s ease;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.2);
}
.steps-box:hover i {
    background-color: #535353;
    color: white;
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.5);
}
.steps-box .steps-text {
    padding: 15px;
}
.steps-box .steps-text h5 {
    font-weight: 600;
}
.steps-box .steps-desc p {
    color: #535353;
    margin-top: 1em;
}
.pos-r {
    position: relative;
}
#svg-container {
    position: absolute;
    width: 100%;
    left: 52%;
    z-index: -1;
    transform: translateX(-50%);
    width: 75%;
}
#svgC {
    margin: 0 auto;
    width: 100%;
}

/*
################
               Our Services Section
################
*/
.services {
    background-image: url(../images/service-bg.png);
    background-size: 50%;
    background-position: left center;
    background-repeat: no-repeat;
}
.services-box {
    display: inline-block;
    padding-top: 40px;
}
.services-box:hover {
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.services-box:hover svg {
    background: #535353;
    color: white;
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.5);
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.icon {
    padding: 0px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    float: left;
    margin-right: 20px;
    padding-bottom: 30px;
}
.icon i {
    width: 70px;
    height: 70px;
    color: #000000;
    line-height: 70px;
    text-align: center;
    font-size: 34px;
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.2);
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.icon svg {
    width: 70px;
    height: 70px;
    padding: 10px;
    color: #000000;
    line-height: 70px;
    text-align: center;
    font-size: 34px;
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.2);
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
li {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
li:hover .icon i {
    color: white;
    background-color: #535353;
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.5);
}
.service-content h5 {
    font-weight: 600;
}
.brand-header {
    text-align: center;
    margin-bottom: 35px;
}
.brand-header .brand-badge {
    padding: 10px 25px;
    background-color: #cdcdcd;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.2);
    display: inline-flex;
    align-items: end;
    justify-content: center;
}
.brand-header .brand-badge h5 {
    margin: 0;
}
.brand-header img {
    width: 25px;
    margin-right: 5px;
}

/*
################
               Vaehicles Cards CSS
################
*/
.card-badge {
    border: 1px solid #535353;
    color: #535353;
    line-height: 19px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
.card-title {
    margin-top: 0.5rem;
}
.card {
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 15px;
    border: none;
    transition: transform 0.5s;
    -moz-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.2);
}
.card img {
    border-radius: 15px;
    background-color: #f2f2f2;
}
.card:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.5);
}
.card-body .btn {
    font-weight: 600;
}
.interior-list {
    padding: 50px 20px;
}
.interior-bg {
    background-image: url(../images/lines.png);
    background-position: center;
    background-size: 100%;
}
.interior-right {
    padding-left: 3rem;
}
.interior-list li {
    list-style-type: none;
}
.interior-list .left-list,
.interior-list .right-list {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}
.interior-list .icon {
    float: none;
}
.interior-left li:nth-child(1),
.interior-left li:nth-child(3) {
    text-align: right;
}
.interior-right li:nth-child(2) {
    text-align: right;
}
.remarksclick {
    cursor: pointer;
    width: 100%;
    height: 45px;
}

/*
################
               Footer CSS
################
*/
.footer-distributed {
    color: #535353;
    width: 100%;
    text-align: left;
    padding: 15px 10px;
}
.footer-logo {
    width: 100%;
}

.footer-distributed .footer-left div {
    color: #535353;
    margin: 0;
}

.footer-distributed div.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: #535353;
    text-align: center;
    padding: 0;
    transition: ease 0.25s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}

.footer-distributed div.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    transition: ease 0.25s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-size: 20px;
    left: 0;
    color: #000;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

.footer-distributed .footer-right {
    float: right;
    margin-top: 6px;
    max-width: 180px;
}

.footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    font-size: 20px;
    color: #535353;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
    transition: all 0.25s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.footer-bottom {
    text-align: center;
}
.footer-bottom a {
    padding-right: 5px;
    padding-left: 5px;
    color: #888;
}

.footer-distributed .footer-right a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
    text-decoration: underline;
}

/*
################
               Contact form CSS
################
*/
.contact-form {
    position: relative;
}
.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}
.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    background: none;
}
.contact-form .input-text:focus {
    outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}
.contact-form .label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
}
.contact-form textarea {
    height: 100% !important;
}
.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

/*
################
               Loader CSS 
################
*/

#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffcf;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    position: absolute;
    top: 50%;
    left: 45%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
#load {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 9999;
}

/*
################
               Loader Animation Transitions 
################
*/
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*
################
               Documents paragrapph CSS
################
*/
.note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}
.note .link {
    color: #888;
    text-decoration: none;
}
.note .link:hover {
    text-decoration: underline;
}

.page-banner {
    background-image: url(../images/legal_hero.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.terms-pages p {
    margin-bottom: 0;
}
.page-banner .banner-pad {
    padding-top: 70px;
    min-height: 250px;
    font-weight: 300;
    color: #fff;
    background-size: cover;
    background-position: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.5),
        0 0 8px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5);
}
.MainDocument-note {
    font-weight: bold;
    border: 1px solid #000;
    border-width: 1px 0;
    padding: 8px 0;
    margin-bottom: 2em;
}
.MainDocument h1,
.MainDocument h2,
.MainDocument h3,
.MainDocument h4,
.MainDocument h5,
.MainDocument h6,
.MainDocument-header strong {
    font-weight: 600;
    text-transform: uppercase;
}

.MainDocument > h1,
.MainDocument-header h1 {
    font-size: 1.8em;
}
.MainDocument > h2,
.MainDocument-header h2 {
    font-size: 1.6em;
}
.MainDocument li > h3,
.MainDocument li > h4,
.MainDocument li > h5,
.MainDocument li > h6 {
    font-size: 1em;
    line-height: inherit;
}

/*
################
               intl-tel-input Phone number with country code CSS
################
*/

.iti {
    display: block !important;
}

/*
################
               Media Queries  
################
*/

@media (max-width: 576px) {
    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        text-align: center;
    }
    .footer-distributed .footer-right {
        float: none;
        margin: 0 auto 20px;
    }
    .footer-distributed .footer-left p.footer-links {
        line-height: 1.8;
    }
    #svg-container {
        display: none;
    }
}
