<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inner-page.inner-page-banner {
    padding: 2rem 0 2rem 0;
    /* background: url('/assets/images/inner-page-banner-bg-car.jpg') center center no-repeat;
    background-image: url('/assets/images/inner-page-banner-bg-car.jpg');*/
    background-size: auto;
    background-size: cover;
    position: relative;
}

    .inner-page.inner-page-banner::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        z-index: 1;
    }

    .inner-page.inner-page-banner .container {
        z-index: 2;
        position: relative;
    }

.inner-pages .inner-page h2 {
    color: #D44F27;
    margin-bottom: 25px;
}

.inner-page.inner-page-banner .banner-content p, .inner-page.inner-page-banner .banner-content li {
    color: #fff;
}

.inner-pages p.plus {
    font-size: 1.1rem;
    line-height: 1.7rem;
}

.text-justify {
    text-align: justify;
}

.text-white {
    color: #fff;
}
/* banner-form */
.inner-page.inner-page-banner .banner-form {
    background: #fff;
    border-radius: 20px;
    position: relative;
}


.inner-page.inner-page-banner .banner-form-head {
    padding: 10px 15px;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #d6d7da;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(rgba(255,255,255,0)));
    background: linear-gradient(0deg, #f7f7f7 0%, rgba(255,255,255,0) 100%);
}

.banner-form-footer {
    padding: 10px 15px;
    /* border-top: 1px solid #d6d7da;*/
    /*   background: #f7f7f7 !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(rgba(255,255,255,0)));
    background: linear-gradient(0deg, #f7f7f7 0%, rgba(255,255,255,0) 100%);
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;*/
}

.inner-page.inner-page-banner .banner-form-head h3 {
    margin-bottom: 0.5rem;
}

.inner-page.inner-page-banner .banner-form-head h3 {
    color: #D44F27;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.inner-page.inner-page-banner .banner-form-content {
    padding: 10px 20px;
}


._row.qt-2 ._col {
    width: 50%;
    float: left;
}

.time-line-steps .time-line-step-content {
    display: none;
    margin-top: 0px;
    padding: 10px 0 0px 0;
    position: relative;
}

.time-line-steps .time-line-step:nth-child(1) .time-line-step-content {
    display: block;
}

.time-line-steps .time-line-step-content .time-line-step-content-inner {
    padding: 6px 0 0px 0;
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.time-line-steps .time-line-step-content.v-center .time-line-step-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-container-set .form-group {
    margin-top: 0px;
    margin-bottom: 20px;
}

.md-form &gt; label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    letter-spacing: 2px;
}

.form-container-set .md-form.big-input label {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    /* font-size: 18px;*/
}

.form-container-set .md-form.big-input label {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    /*  font-size: 18px;*/
}

.form-container-set .md-form.big-input .form-control {
    padding-left: 5px;
}

.form-container-set .md-form.big-input label.active {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    font-weight: 600;
    /* font-size: 18px;   */
}

.form-group input ~ dd.errorMsg {
    display: none;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    color: #8a1d22;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    text-transform: capitalize;
    position: absolute;
    bottom: -15px;
    text-transform: capitalize;
}

.BrandNew {
    text-align: right;
    text-transform: uppercase;
    margin-top: 4%;
}

.link-arrow {
    color: var(--primary-color) !important;
}

    .link-arrow:hover {
        font-weight: 600;
    }

    .link-arrow.right::after {
        position: absolute;
        content: "";
        right: -10%;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid #d44f27;
        border-bottom: 2px solid #d44f27;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
    }

.btn.btn-submit:hover {
    background: var(--linear-bg-color);
}

.btn.btn-submit {
    background: var(--linear-bg-color);
    min-width: 100px;
    padding: 12px 25px;
    margin: 0px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid #fff;
}

.time-line-steps .time-line-step-content h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-right: 70px;
}

.time-line-steps .time-line-step-nav {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: 35px;
    border: 0px solid #d6d7da;
    background: #D44F27;
    color: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    right: 5px;
    padding: 5px 10px 5px 10px;
}

    .time-line-steps .time-line-step-nav span {
        position: relative;
        width: 8px;
        left: 3px;
        height: 8px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 5px;
    }

._row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-content {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-bar {
    scrollbar-color: #d44f27;
    scrollbar-width: thin;
    padding-right: 5px;
}

._row ._col {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 15px;
}

._row.qt-3 ._col {
    width: 33%;
    float: left;
}

.MakeList {
    text-align: center;
}

.search-list {
    position: relative;
}

._btnback {
    color: #fff;
    font-weight: 600;
    text-align: left;
    z-index: 33;
}

._headertext {
    text-align: right;
}

    ._headertext h3 {
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 600;
        color: #fff;
    }

._btnback svg {
    margin-right: 5px;
}

._card {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d6d7da;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 8px 0 rgba(36,39,44,0.1),0 2px 2px 0 rgba(36,39,44,0.1);
    box-shadow: 0 4px 8px 0 rgba(36,39,44,0.1),0 2px 2px 0 rgba(36,39,44,0.1);
}

.check-sign-btn {
    position: relative !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    line-height: 25px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 500;
}

.active {
    border-left: 5px solid var(--secondary-color) !important;
}

.check-sign-btn .cardRightIcon {
    display: none;
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(../../images/check.svg) 0 0 no-repeat;
    left: 3px;
    top: 3px;
}

.check-sign-btn a {
    color: #333846;
    text-align: center;
    display: block;
    padding: 0px 0 0;
    text-decoration: none;
}

._row ._col a {
    text-align: center;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.agree {
    font-size: 12px;
    display: inline;
}

.banner-form-content {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-left: 5px solid var(--secondary-color);
    border-radius: 10px;
}

.topbanner {
    background: var(--linear-bg-color);
}

.banner-form-head {
    text-align: center;
}

h3.SectionHead {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
}

p.SectionHead {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
}

.banner-content h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

element {
}

.check-sign-btn.icon-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.check-sign-btn.active {
    background: var(--linear-bg-color);
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.check-sign-btn.active div {   
    color: #333 !important;   
}
.state-rto-number.active {
    height: auto;
    display: block;
}

.state-rto-number .state-rto-number-content {
    z-index: 101;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
}

.monthYear {
    margin-top: 10px;
    width: 33%;
}

.agree a {
    color: red !important;
}

.state-rto-number ul {
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #ffffff;
    border: 1px solid var(--secondary-color);
    border-top-color: rgb(63, 175, 82);
    border-top-color: #ffffff;
    padding: 0px 0px 10px 0px;
    margin: -1px 0px 0 -0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 101;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .state-rto-number ul li {
        list-style-type: none;
        padding: 5px;
        min-width: 90px;
        width: 33%;
        font-size: 13px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.state-rto-number .state-rto-number-content ul li {
    width: 15%;
}

.state-rto-number.active .state-rto-number-content {
    display: block;
}

.state-rto-number ul li span {
    width: 100%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(36, 39, 44, 0.1), 0 2px 2px 0 rgba(36, 39, 44, 0.1);
    box-shadow: 0 4px 8px 0 rgba(36, 39, 44, 0.1), 0 2px 2px 0 rgba(36, 39, 44, 0.1);
    background-color: #fff;
    border: 1px solid #cfd4d1;
    margin-bottom: 0px;
    padding: 5px;
    font-weight: normal;
    border-radius: 5px;
}

.state-rto-number span {
    display: block;
}
/* Health Booking*/
.select_member {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.select_member_age {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.select_member .member_list {
    margin: 0;
    box-shadow: 0 3px 10px #00000014;
    width: calc(33.3333333333% - 14px);
}

.select_member .member_age_list {
    margin: 0;
    width: calc(33.3333333333% - 14px);
}

.qt-2 .member_age_list {
    width: calc(50% - 14px);
}

.select_member .member_age_list label {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.select_member .member_list input {
    display: none;
}

.select_member .member_list label {
    display: flex;
    height: 50px;
    padding: 30px 8px;
    border: 1px solid #7b7b7c;
    border-top-color: rgb(123, 123, 124);
    border-right-color: rgb(123, 123, 124);
    border-bottom-color: rgb(123, 123, 124);
    border-left-color: rgb(123, 123, 124);
    border-radius: 4px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.select_member .member_list input[type="checkbox"]:disabled + label img {
    filter: grayscale(1.0);
}



.select_member .member_list input:checked ~ label img {
    filter: unset;
}

.select_member .member_list input:not(:disabled):hover ~ label img {
    filter: unset;
}

.select_member .member_list input:not(:disabled):checked ~ label {
    background-color: #d6effb;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    position: relative;
}

.select_member .member_list input:not(:disabled):hover ~ label {
    background-color: #d6effb;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    position: relative;
}

.select_member .member_list input:checked ~ label::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: -6px;
    right: -4px;
    background: var(--secondary-color);
    border-radius: 50%;
}

.select_member .member_list label span {
    margin-left: 15px;
    color: #7b7b7c;
}

.select_member .member_list input:checked ~ label span {
    color: var(--primary-color);
}

.select_member .member_list input:checked ~ label::after {
    content: "";
    color: #fff;
    position: absolute;
    top: -8px;
    right: -1px;
    line-height: 25px;
}

.select_member .member_list label .number {
    display: none;
    position: absolute;
    bottom: -12px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100px;
    background: #11699e;
    border-radius: 30px;
}

.select_member .member_list input:checked ~ label .number {
    display: block;
}

.select_member .member_list label .number .minus,
.select_member .member_list label .number .plus {
    width: 10px;
    border-radius: 4px;
    padding: 0 9.6px;
    text-align: center;
    margin-left: 0;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
    position: static;
}

.select_member .member_list label .number input {
    height: 17px;
    width: 30px;
    text-align: center;
    font-size: .875rem;
    border: none;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    background-color: transparent;
}

.check-sign-btn:hover {
    background: var(--linear-bg-color);
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .check-sign-btn:hover &gt; div {
        color: #333 !important;
    }

@media (max-width: 480px) {
    ._row.qt-3 ._col {
        width: 50%;
    }

    .mob_hide {
        display: none;
    }

    .time-line-steps .time-line-step-content .time-line-step-content-inner {
        height: 400px;
    }

    .BrandNew {
        margin-top: 5%;
    }

    .vehicleSummery-list {
        margin-bottom: 10px;
    }

        .vehicleSummery-list li {
            width: 100%;
        }

    .form__label i {
        font-size: 10px;
    }

    .topbanner {
        display: flex;
    }

    .banner-frm {
        order: 1;
    }

    .banner-txt {
        order: 2;
    }

    .banner-form-head {
        font-size: 1rem !important;
    }

    .select_member .member_list {
        width: calc(50% - 14px);
    }

    .select_member_age {
        margin-top: 40%
    }

    .select_member .member_age_list {
        width: calc(50% - 14px);
    }

    .select_member .member_list label img {
        width: 25px;
        height: 27px;
    }

    .select_member .member_list label span {
        margin-left: 5px;
        text-align: center;
        font-size: 14px;
    }

    .select_member .member_list input:hover ~ label img {
        filter: unset;
    }

    .select_member .member_list input:hover ~ label {
        background-color: #d6effb;
        border-color: var(--secondary-color);
        color: var(--secondary-color);
        position: relative;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    ._row.qt-3 ._col {
        width: 50%;
    }

    .mob_hide {
        display: none;
    }

    .time-line-steps .time-line-step-content .time-line-step-content-inner {
        height: 400px;
    }

    .BrandNew {
        margin-top: 5%;
    }

    .form__label i {
        font-size: 10px;
    }

    .banner-form {
        order: 1;
    }

    .banner-content {
        order: 2;
    }

    .select_member .member_list {
        width: calc(50% - 14px);
    }

        .select_member .member_list label img {
            width: 25px;
            height: 27px;
        }

        .select_member .member_list label span {
            margin-left: 5px;
            text-align: center;
            font-size: 14px;
        }

        .select_member .member_list input:hover ~ label img {
            filter: unset;
        }

        .select_member .member_list input:hover ~ label {
            background-color: #d6effb;
            border-color: var(--secondary-color);
            color: var(--secondary-color);
            position: relative;
        }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .mob_hide {
        display: none;
    }

    ._row.qt-3 ._col {
        width: 50%;
    }

    .time-line-steps .time-line-step-content .time-line-step-content-inner {
        height: 400px;
    }

    .BrandNew {
        margin-top: 5%;
    }
}
</pre></body></html>