@charset "UTF-8";
/* Abstracts - variables, functions, mixins, placeholders, etc */
:root {
    --root-font: 10px;
    --header-shadow: 6px 10.4px 24.8px 2.2px rgba(0, 0, 0, 0.20);
    --header-height: 6rem;
    --shadow-lg: 0px 18px 76.1px 4.9px rgba(0, 0, 0, 0.15);
    --shadow-md: 0px 5px 14.7px 1.3px rgba(0, 0, 0, 0.10);
    --shadow-sm: 0px 6px 12px 0 rgba(0, 0, 0, 0.3);
    --shadow-xs: 0px 4px 8.1px 0.9px rgba(0, 0, 0, 0.15);
    --shadow-xxs: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
    --input-shadow: 0px 2px 8.5px 0.5px rgba(0, 0, 0, 0.16);
    --btn-shadow-desktop: 0px 9px 40.7px 8.3px rgba(0, 0, 0, 0.23);
    --icon-shadow: 0px 6px 5.6px 0.4px rgba(0, 0, 0, 0.15);
    --shadow-light: 0px 5px 10px 0 rgba(0, 0, 0, 0.15);
    --card-md: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.25);
    --text-shadow: -3px 0px 7.7px rgba(0, 0, 0, 0.23);
    --card-shadow: 0px 9px 35.1px 4.9px rgba(20, 10, 10, 0.1);
    --card-light-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    --link-card-shadow: 0px 18px 76.1px 4.9px rgba(0, 0, 0, 0.16);
    --sticky-header-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.4);
    --sticky-header-dark-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    --dashboard-shadow: 1px 1px 23px -5px rgba(206, 206, 206, 1);
    --dashboard-shadow-left: 5px 1px 21px -8px rgba(206, 206, 206, 1);
    --dashboard-shadow-expand: 1px 10px 10px 0px rgba(0, 0, 0, 0.08);
    --fual-box-shadow: 2.5px 4.3px 5px 0 rgba(0, 0, 0, 0.1);
    --faq-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
    --popup-shadow: 0px 10px 18.8px 6.3px rgba(0, 0, 0, 0.3);
    --sticky-notes-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.15);
    --variant-btn-shadow: 0px 9px 18px 2px rgba(0, 0, 0, 0.15);
    --variant-fill-shadow: 5px 1.7px 15px 0 rgb(0 0 0 / 10%);
    --camparision-card-shadow: 0px 14px 18.6px 1.4px rgba(0, 0, 0, 0.15);
    --tabs-shadow: 0px 3px 14px 0 rgba(0, 0, 0, 0.3);
    --acc-shadow: 0px 7px 7.8px 0.2px rgba(0, 0, 0, 0.15);
    --drop-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

body, html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
}

    body .wrapper.innerpage {
        background: #FFFFFF;
    }

.full-width {
    width: 100%;
}

.full-height {
    height: 100% !important;
}

.link {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--secondary-green);
}

    .link i {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    .link:hover {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 400;
        color: var(--secondary-green);
    }

.link-primary {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--tertiary-blue);
}

    .link-primary:hover {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 400;
        color: var(--tertiary-blue);
    }

.bg-none {
    background-image: none !important;
}

.word-break {
    word-break: break-all;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.no-data {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: var(--black);
    padding: 6rem 0;
}

.d-responsive {
    display: contents;
}

.a-normal {
    text-decoration: underline;
}

    .a-normal:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 767.98px) {
    .d-responsive {
        display: block;
    }

    .separator-sm {
        border-bottom: 1px solid var(--grey-16);
    }

    .with-separator {
        margin-top: 2rem;
    }

    .no-data {
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding: 4rem 0;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
}

/* Base - base, reset, typography, etc */
html {
    font-size: var(--root-font);
}

@media screen and (max-width: 767.98px) {
    html {
        font-size: calc(1vw + 6.4px);
    }
}

body {
    font-family: "Roboto", sans-serif;
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    outline: 1px solid var(--grey-7);
    border-radius: 20rem;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

section {
    position: relative;
}

    section h3 {
        font-size: 4rem;
        line-height: 4.4rem;
        font-weight: 300;
    }

@media screen and (min-width: 1200px) {
    .container-md {
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ie-browser {
    overflow: hidden;
}

    .ie-browser .ie-browser-alert {
        display: block;
    }

/* Animations to fade the snackbar in and out */
/* Components - buttons, carousel, dropdown, etc */
.form-sub-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--grey-33);
    font-family: "Roboto", sans-serif;
    margin-bottom: 1.5rem;
}

    .form-sub-title .counter {
        background: var(--grey-10);
        border-radius: 2rem;
        -webkit-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -moz-border-radius: 2rem;
        padding: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        width: 2rem;
        height: 2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

@media screen and (max-width: 767.98px) {
    .form-sub-title {
        font-size: 1.3rem;
        line-height: 1.7rem;
        padding-top: 1rem;
    }

        .form-sub-title .counter {
            width: 1.5rem;
            height: 1.5rem;
            font-size: 1rem;
            line-height: 1.4rem;
            line-height: normal;
        }
}

.form-info-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--grey-15);
    margin-bottom: 2rem;
}

@media screen and (max-width: 767.98px) {
    .form-info-title {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.form-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 767.98px) {
    .form-title {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 0.8rem;
    }
}

.form-fields > .row {
    padding-bottom: 4.5rem;
}

    .form-fields > .row.time-slot-row {
        padding-left: 1.5rem;
    }

    .form-fields > .row .col-4.time-slots,
    .form-fields > .row .col-3.time-slots {
        padding-left: 0;
    }

    .form-fields > .row .col-4.age-slots,
    .form-fields > .row .col-3.age-slots {
        padding-left: 0;
    }

        .form-fields > .row .col-4.age-slots:first-child,
        .form-fields > .row .col-3.age-slots:first-child {
            margin-left: 0;
        }

        .form-fields > .row .col-4.age-slots:last-child,
        .form-fields > .row .col-3.age-slots:last-child {
            padding-right: 0;
        }

@media screen and (max-width: 767.98px) {
    .form-fields > .row .col-4.age-slots,
    .form-fields > .row .col-3.age-slots {
        min-width: 8.5rem;
    }

        .form-fields > .row .col-4.age-slots:first-child,
        .form-fields > .row .col-3.age-slots:first-child {
            margin-left: 1.5rem;
        }
}

.form-fields[disabled], .form-fields.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: none;
}

@media screen and (max-width: 1199.98px) {
    .form-fields > .row {
        padding-bottom: 2rem;
    }
}

.radio-error {
    margin-top: -4rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-left: 2rem;
}

@media screen and (min-width: 768px) {
    .after-filter {
        height: 291px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 3px;
    }
}

.form-group {
    margin-bottom: 2rem;
    position: relative;
    font-family: "Roboto", sans-serif;
}

    .form-group p.text-danger {
        margin-top: 0.4rem;
        font-size: 1.1rem;
        line-height: 1.5rem;
        font-weight: 400;
        color: var(--primary-red);
        margin-bottom: 0;
    }

    .form-group.invalid-value .text-danger {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .form-group > label {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 500;
        color: var(--grey-31);
    }

@media screen and (max-width: 767.98px) {
    .form-group {
        margin-bottom: 2.5rem;
    }

        .form-group.invalid-value .text-danger {
            font-size: 1rem;
            line-height: 1.4rem;
        }
}

.go-input {
    position: relative;
}

    .go-input .go-btn {
        position: absolute;
        right: 1.5rem;
        top: 1.3rem;
    }

@media screen and (max-width: 767.98px) {
    .go-input .go-btn {
        top: 0.7rem;
    }
}

.form-control:focus::-webkit-input-placeholder {
    font-weight: 400;
    color: var(--grey-8);
}

.form-control:focus::-moz-placeholder {
    font-weight: 400;
    color: var(--grey-8);
}

.form-control {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid var(--grey-6);
    padding: 0rem 6rem 0 2rem;
    height: 5.2rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    font-family: 'Roboto', sans-serif;
}

    .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        border-color: #53aad6;
    }

.pro-refund-form .vehicle-detail-section input.form-control:focus {
    border: 1px solid #53aad6;
}

.form-control:focus::-webkit-input-placeholder {
    color: var(--grey-8);
}

.form-control.text-danger {
    border-color: var(--primary-red);
}

@media screen and (max-width: 767.98px) {
    .form-control {
        height: 4.5rem;
        font-size: 1.4rem;
        line-height: 1.8rem;
        border-width: 1px;
    }
}

.form-control:disabled {
    background: var(--grey-20);
}

.form-control.in-modal::-webkit-input-placeholder {
    color: var(--white);
}

.form-control.in-modal::-moz-placeholder {
    color: var(--white);
}

.form-control.in-modal:focus::-webkit-input-placeholder {
    font-weight: 400;
    color: var(--grey-8);
}

.form-control.in-modal:focus::-moz-placeholder {
    font-weight: 400;
    color: var(--grey-8);
}

.floating-label,
[floating-label] {
    position: relative;
}

    .floating-label p.text-danger,
    [floating-label] p.text-danger {
        position: absolute;
        left: 2rem;
        top: 100%;
    }

    .floating-label > label,
    [floating-label] > label {
        position: absolute;
        left: 1rem;
        top: 1.5rem;
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-weight: 400;
        color: var(--grey-15);
        padding: 0 1rem;
        margin-bottom: 0;
        line-height: 1.5;
        pointer-events: none;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        background: var(--white);
        transition: 200ms ease 0s;
        -webkit-transition: 200ms ease 0s;
        -moz-transition: 200ms ease 0s;
        -ms-transition: 200ms ease 0s;
        will-change: all;
    }

        .floating-label > label.country-code,
        [floating-label] > label.country-code {
            left: 8rem;
        }

    .floating-label::placeholder,
    [floating-label]::placeholder {
        display: none;
    }

    .floating-label.focused > label,
    [floating-label].focused > label {
        font-size: 1.4rem;
        line-height: 1.8rem;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        top: 0rem !important;
    }

    .floating-label.focused::placeholder,
    [floating-label].focused::placeholder {
        display: block;
    }

    .floating-label.focus-active > label,
    [floating-label].focus-active > label {
        font-size: 1.4rem;
        line-height: 1.8rem;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        top: 0rem !important;
    }

    .floating-label.focus-active::placeholder,
    [floating-label].focus-active::placeholder {
        display: block;
    }

@media screen and (max-width: 767.98px) {
    .floating-label > label,
    [floating-label] > label {
        font-size: 1.3rem;
        line-height: 1.7rem;
        top: 1.4rem;
    }

        .floating-label > label.country-code,
        [floating-label] > label.country-code {
            left: 6rem;
        }

    .floating-label.focused > label,
    [floating-label].focused > label {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

/* Layout - header, footer etc */
.tvs-header .container {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .tvs-header .container {
        padding: 0;
    }

        .tvs-header .container .navbar-collapse {
            justify-content: flex-end;
            padding-right: 15px;
        }
}

@media screen and (min-width: 1200px) {
    .tvs-header .container {
        max-width: 1170px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tvs-header .container .logo-content {
        padding-left: 15px;
    }
}

.tvs-header .navbar {
    padding: 0;
    background: var(--white);
}

    .tvs-header .navbar .nav-item {
        margin-left: 12px;
        margin-right: 12px;
    }

@media screen and (min-width: 1200px) {
    .tvs-header .navbar .nav-item {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1199.98px) {
    .tvs-header .navbar .nav-item {
        margin-left: 6px;
        margin-right: 6px;
    }
}

.tvs-header .navbar .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.tvs-header .navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    padding: 1.5rem 0;
    position: relative;
}

    .tvs-header .navbar .navbar-nav .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 3px;
        background-color: #f12a00;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
    }

    .tvs-header .navbar .navbar-nav .nav-link:hover:before {
        width: 100%;
    }

.tvs-header .navbar .dropdown-toggle:after {
    content: "\e9b2";
    font-family: "icomoon" !important;
    border: none;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
}

.tvs-header .navbar .book-cta {
    margin-right: 8rem;
}

    .tvs-header .navbar .book-cta .btn {
        min-width: 16rem;
    }

@media screen and (max-width: 1199.98px) {
    .tvs-header .navbar .book-cta {
        margin-right: 3rem;
    }

        .tvs-header .navbar .book-cta .btn {
            min-width: 10rem;
        }
}

@media screen and (min-width: 992px) {
    .tvs-header .navbar .dropdown-menu {
        left: -26px;
        border: none;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        padding: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tvs-header .navbar .dropdown-menu {
        left: -92px;
    }
}

.tvs-header .navbar .dropdown-item {
    padding: 15px 35px 15px 25px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

    .tvs-header .navbar .dropdown-item:hover {
        background: #f12a00;
        color: var(--white);
    }

.tvs-header .navbar-brand {
    padding: 1.6rem 0;
    margin-right: 3.6rem;
}

@media screen and (max-width: 1199.98px) {
    .tvs-header .navbar-brand {
        margin-right: 2.6rem;
    }
}

.navbar-toggler {
    background: var(--tvs-blue);
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    height: 65px;
    width: 60px;
    padding: 5px 15px 0 15px;
}

    .navbar-toggler .icon-bar {
        background: rgb(255, 255, 255);
        width: 22px;
        height: 2px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -ms-border-radius: 2px;
        -moz-border-radius: 2px;
        display: block;
        margin: 10px auto;
        position: relative;
        transition: 200ms ease-in 0s;
        -webkit-transition: 200ms ease-in 0s;
        -moz-transition: 200ms ease-in 0s;
        -ms-transition: 200ms ease-in 0s;
    }

        .navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after {
            content: "";
            background: rgb(255, 255, 255);
            width: 22px;
            height: 2px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -ms-border-radius: 2px;
            -moz-border-radius: 2px;
            left: 0;
            position: absolute;
            display: block;
            will-change: transform;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transition: 200ms ease-in 0s;
            -webkit-transition: 200ms ease-in 0s;
            -moz-transition: 200ms ease-in 0s;
            -ms-transition: 200ms ease-in 0s;
        }

        .navbar-toggler .icon-bar:before {
            top: -6px;
        }

        .navbar-toggler .icon-bar:after {
            bottom: -6px;
        }

    .navbar-toggler .sr-only {
        position: relative;
        font-size: 12px;
        color: var(--white);
        padding-top: 5px;
        display: block;
        width: auto;
        height: auto;
    }

    .navbar-toggler:not(.collapsed) .icon-bar {
        background: rgba(255, 255, 255, 0);
    }

        .navbar-toggler:not(.collapsed) .icon-bar:before {
            top: 0;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        }

        .navbar-toggler:not(.collapsed) .icon-bar:after {
            bottom: 0;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
        }

@media (min-width: 768px) and (max-width: 1199.98px) {
    .top-main-header-buttons {
        max-width: 100%;
    }
}

@media screen and (max-width: 991.98px) {
    .tvs-header .navbar {
        min-height: 0;
        border-bottom: 1px solid #e2e0df;
        box-shadow: none;
    }

    @-webkit-keyframes slidein {
        0% {
            opacity: 0;
            transform: translateX(-30px);
            -webkit-transform: translateX(-30px);
            -moz-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
        }

        60% {
            opacity: 1;
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
        }
    }

    @-moz-keyframes slidein {
        0% {
            opacity: 0;
            transform: translateX(-30px);
            -webkit-transform: translateX(-30px);
            -moz-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
        }

        60% {
            opacity: 1;
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
        }
    }

    @-o-keyframes slidein {
        0% {
            opacity: 0;
            transform: translateX(-30px);
            -webkit-transform: translateX(-30px);
            -moz-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
        }

        60% {
            opacity: 1;
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
        }
    }

    @keyframes slidein {
        0% {
            opacity: 0;
            transform: translateX(-30px);
            -webkit-transform: translateX(-30px);
            -moz-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
        }

        60% {
            opacity: 1;
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
        }
    }

    .tvs-header .navbar .navbar-nav .nav-item {
        margin-left: 0;
        margin-right: 0;
        animation: slidein 0.5s ease-out;
        -moz-animation: slidein 0.5s ease-out;
        -webkit-animation: slidein 0.5s ease-out;
        -ms-animation: slidein 0.5s ease-out;
        -o-animation: slidein 0.5s ease-out;
        animation-fill-mode: both;
        opacity: 0;
    }

        .tvs-header .navbar .navbar-nav .nav-item:nth-child(1) {
            animation-delay: 0.1s;
        }

        .tvs-header .navbar .navbar-nav .nav-item:nth-child(2) {
            animation-delay: 0.15s;
        }

        .tvs-header .navbar .navbar-nav .nav-item:nth-child(3) {
            animation-delay: 0.2s;
        }

        .tvs-header .navbar .navbar-nav .nav-item:nth-child(4) {
            animation-delay: 0.25s;
        }

        .tvs-header .navbar .navbar-nav .nav-item:nth-child(5) {
            animation-delay: 0.3s;
        }

        .tvs-header .navbar .navbar-nav .nav-item:nth-child(6) {
            animation-delay: 0.35s;
        }

    .tvs-header .navbar .navbar-nav .nav-link {
        padding: 15px 25px;
        font-size: 18px;
        border-top: 1px solid #eae9e9;
    }

    .tvs-header .navbar .navbar-nav .dropdown-item {
        padding: 8px 25px;
        font-size: 15px;
        color: #848484;
        border-bottom: 1px solid #eae9e9;
    }

        .tvs-header .navbar .navbar-nav .dropdown-item:hover {
            color: var(--white);
        }

    .tvs-header .navbar-brand {
        padding: 10px;
        margin-right: 0;
    }

    .tvs-header .navbar-collapse {
        background: var(--white);
    }

    .tvs-header .dropdown-menu {
        border: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
    }

    .tvs-header .dropdown:hover .dropdown-menu {
        display: block;
    }
}
/*Loader css*/
.loader-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
}

    .loader-container.active {
        display: block;
    }

    .loader-container .loader {
        -webkit-border-radius: 5%;
        -moz-border-radius: 5%;
        border-radius: 5%;
        background: transparent;
        height: 100px;
        width: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 50px;
        margin-top: -100px;
        margin-left: -100px;
        box-sizing: unset;
        z-index: 3;
    }

        .loader-container .loader .outer {
            border-radius: 50%;
            border: 1rem solid var(--tertiary-blue);
            border-left-color: transparent;
            border-right-color: transparent;
            position: absolute;
            right: 5rem;
            top: 5rem;
            bottom: 5rem;
            left: 5rem;
            -webkit-animation: rotation 1s linear infinite;
            -moz-animation: rotation 1s linear infinite;
            -o-animation: rotation 1s linear infinite;
            animation: rotation 1s linear infinite;
        }

            .loader-container .loader .outer .inner {
                border-radius: 50%;
                border: 10px solid var(--btn-secondary-end-color);
                border-top-color: transparent;
                border-bottom-color: transparent;
                position: absolute;
                right: 1rem;
                top: 1rem;
                bottom: 1rem;
                left: 1rem;
                -webkit-animation: rotation 0.5s reverse linear infinite;
                -moz-animation: rotation 0.5s reverse linear infinite;
                -o-animation: rotation 0.5s reverse linear infinite;
                animation: rotation 0.5s reverse linear infinite;
            }

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Pages */
.tvs-header {
    box-shadow: 0 5px 6px -7px rgba(0, 0, 0, 0.4);
}

    .tvs-header .navbar-toggler {
        height: 59px;
    }

@media screen and (max-width: 991.98px) {
    .tvs-header .navbar-toggler {
        height: 54px;
    }
}

.proactive-main {
    position: relative;
}

    .proactive-main .topright-icon {
        position: absolute;
        right: 0;
        top: 0;
    }

        .proactive-main .topright-icon img {
            max-width: 150px;
        }

@media screen and (max-width: 767.98px) {
    .proactive-main .topright-icon img {
        max-width: 111px;
        height: 96px;
    }
}

.pro-refund-form {
    margin-top: 4rem;
    padding: 0 0.5rem;
    max-width: 97rem;
    margin: 0rem auto;
}

    .pro-refund-form h1 {
        font-size: 3rem;
        line-height: 3.4rem;
        font-weight: 700;
        color: #2E2A2B;
        padding-bottom: 20px;
        text-align: center;
        width: 100%;
        text-transform: inherit;
    }

    .pro-refund-form .pro-refund-form-inner {
        max-width: 97rem;
        margin: 0rem auto 1.5rem;
    }

        .pro-refund-form .pro-refund-form-inner p {
            font-size: 2rem;
            line-height: 2.4rem;
            font-weight: 400;
            color: #000000;
            padding: 0 4rem 3rem 0px;
            margin-bottom: 0;
            letter-spacing: .2px;
        }

            .pro-refund-form .pro-refund-form-inner p b {
                font-weight: bold;
            }

            .pro-refund-form .pro-refund-form-inner p + p {
                padding: 0 0rem 1rem 0px;
            }

    .pro-refund-form p {
        font-size: 1.6rem;
        font-weight: 400;
        color: #000000;
        padding: 0 0.3rem;
        margin-bottom: 0;
        line-height: 2.2rem;
    }

    .pro-refund-form .vehicle-detail-section {
        border-top: 0px solid #e8e8e8;
        padding-top: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
        background: linear-gradient(to bottom, rgba(225, 242, 249, 0.45) 0%, rgba(166, 224, 248, 0.45) 100%);
        padding: 2.2rem 4rem 2rem;
        border-radius: 1rem;
    }

        .pro-refund-form .vehicle-detail-section .form-group p.text-danger, .pro-refund-form .vehicle-detail-section .form-group label.error {
            padding: 0rem;
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-family: "Roboto", sans-serif;
            margin-bottom: -1rem;
            color: #dc3545 !important;
            margin-top: .8rem !important;
        }

        .pro-refund-form .vehicle-detail-section input.form-control {
            height: 56px;
            padding: 18px 28px 18px 28px;
            border-radius: 10px;
            border: 0.5px 0px 0px 0px;
            opacity: 0px;
            border: 1px solid #FFF;
        }

            .pro-refund-form .vehicle-detail-section input.form-control.error {
                border: 1px solid #dc3545;
            }

        .pro-refund-form .vehicle-detail-section label {
            font-size: 1.6rem;
            line-height: 2rem;
            font-weight: 400;
            color: #000000;
        }

    .pro-refund-form .search {
        position: relative;
        max-width: 52rem;
        margin: 0 auto;
    }

        .pro-refund-form .search .searchicon {
            position: absolute;
            top: 17px;
            right: 15px;
        }

    .pro-refund-form label.sub-heading {
        font-size: 2.3rem;
        font-weight: 600;
        color: #000000;
        margin-bottom: 0.7rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        line-height: 2.5rem;
        font-family: "Roboto", sans-serif;
        padding-top: 2px;
    }

        .pro-refund-form label.sub-heading span {
            font-size: 1.2rem;
            line-height: 1.6rem;
            font-weight: 400;
            color: #222222;
            display: block;
            padding: 0.7rem 0rem 0;
        }

            .pro-refund-form label.sub-heading span a {
                font-size: 1.2rem;
                line-height: 1.6rem;
                font-weight: 500;
                color: #222222;
                text-decoration: underline;
            }

    .pro-refund-form .sub-inner-head {
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 400;
        color: #000000;
        text-align: center;
    }

    .pro-refund-form .product-img {
        text-align: center;
    }

        .pro-refund-form .product-img img {
            width: 42rem;
            object-fit: contain;
            margin: 0 auto;
        }

    .pro-refund-form .vin-disclaimer {
        border: 2px solid #D4D4D4;
        background: linear-gradient(261.17deg, #EEEEEE -8.54%, #FFFFFF 95.07%);
        padding: 2.5rem 0rem 1.5rem 0rem;
        border-radius: 1.3rem;
        width: 97rem;
        margin: 0 auto 2.5rem;
    }

        .pro-refund-form .vin-disclaimer label {
            width: 100%;
            padding: 0 6rem;
        }

            .pro-refund-form .vin-disclaimer label p {
                font-size: 2rem;
                line-height: 2.4rem;
                font-weight: 400;
                color: #000000;
                text-align: left;
                line-height: 2.2rem;
                margin-bottom: 1.5rem;
                font-family: "Roboto", sans-serif;
                text-align: center;
            }

                .pro-refund-form .vin-disclaimer label p:nth-child(2) {
                    font-size: 1.8rem;
                    line-height: 2.4rem;
                }

                .pro-refund-form .vin-disclaimer label p span a {
                    font-size: 2rem;
                    line-height: 2.4rem;
                    font-weight: 600;
                    color: #004A8F;
                }

            .pro-refund-form .vin-disclaimer label + label {
                margin-top: 1.5rem;
                color: #000000;
            }

            .pro-refund-form .vin-disclaimer label .stay-green {
                font-family: "Roboto", sans-serif;
                font-size: 2.5rem;
                line-height: 2.9rem;
                font-weight: 600;
                color: #1D6405;
                text-align: center;
            }

        .pro-refund-form .vin-disclaimer a {
            font-size: 2rem;
            line-height: 2.4rem;
            font-weight: 600;
            color: #004A8F;
            font-family: "Roboto", sans-serif;
        }

            .pro-refund-form .vin-disclaimer a.text-nowrap {
                display: flex;
                justify-content: center;
                align-items: center;
                background: #004A8F;
                color: #fff;
                border-radius: 50px;
                max-width: 22rem;
                padding: 0.5rem 1.5rem 0.5rem 0rem;
                margin: 0rem auto 2rem;
            }

            .pro-refund-form .vin-disclaimer a.tc-pro {
                font-size: 1.6rem;
                line-height: 2rem;
                font-weight: 500;
                color: #0F5F8C;
                display: flex;
                justify-content: center;
                text-decoration: underline;
                margin-bottom: 0rem;
            }

            .pro-refund-form .vin-disclaimer a img {
                margin-right: 1rem;
            }

        .pro-refund-form .vin-disclaimer .status-blue {
            margin: 0 auto;
            text-align: center;
            padding-bottom: 2rem;
        }

            .pro-refund-form .vin-disclaimer .status-blue img {
                display: inline-block;
            }

            .pro-refund-form .vin-disclaimer .status-blue span {
                display: block;
                font-size: 2.8rem;
                line-height: 3.2rem;
                font-weight: 600;
                color: #004A8F;
                font-family: "Roboto", sans-serif;
                padding: 0.7rem 0rem 0rem;
                line-height: 2.5rem;
            }

        .pro-refund-form .vin-disclaimer .status-green {
            margin: 0 auto;
            text-align: center;
            padding-bottom: 2rem;
        }

            .pro-refund-form .vin-disclaimer .status-green img {
                display: inline-block;
            }

            .pro-refund-form .vin-disclaimer .status-green span {
                display: block;
                font-family: "Roboto", sans-serif;
                font-size: 2.8rem;
                line-height: 3.2rem;
                font-weight: 600;
                color: #1D6405;
                text-align: center;
                padding: 0.7rem 0rem 0rem;
            }

    .pro-refund-form .form-group {
        margin-bottom: 2rem;
    }

        .pro-refund-form .form-group .text-danger, .pro-refund-form .form-group .error {
            align-items: center;
            display: flex;
            justify-content: center;
            border-color: var(--primary-red);
        }

            .pro-refund-form .form-group .text-danger img {
                margin-right: 0.5rem;
            }

    .pro-refund-form .actions {
        margin-bottom: 0rem;
        text-align: center;
    }

        .pro-refund-form .actions .btn {
            padding: 1.1rem 1.75rem;
            background: #141212;
            border-radius: 6px;
            font-size: 1.6rem;
            line-height: 2rem;
            font-weight: 600;
            color: #fff;
            font-family: "Roboto", sans-serif;
            box-shadow: none;
            text-transform: inherit;
            margin: 0px;
        }

            .pro-refund-form .actions .btn:hover, .pro-refund-form .actions .btn:focus, .pro-refund-form .actions .btn:active {
                outline: none;
                box-shadow: none;
            }

    .pro-refund-form .qualifies {
        margin: 0 auto;
        text-align: center;
        max-width: 20rem;
    }

        .pro-refund-form .qualifies label {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 600;
            color: #004A8F;
            text-align: center;
        }

    .pro-refund-form .img-view img {
        max-width: 51rem;
        margin-top: 4rem;
    }

    .pro-refund-form .next-step label {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 500;
        color: #222222;
        display: block;
    }

    .pro-refund-form .next-step span {
        font-size: 1.1rem;
        line-height: 1.5rem;
        font-weight: 500;
        color: #666666;
    }

    .pro-refund-form .logo-img {
        padding-left: 4rem;
        margin-bottom: -3rem;
    }

        .pro-refund-form .logo-img img {
            max-width: 9.5rem;
        }

    .pro-refund-form .vehicle-info {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 2.5rem 0;
        padding: 1rem 0 3rem 0;
    }

        .pro-refund-form .vehicle-info .bike-pay-section {
            border: none;
            margin-top: 1.5rem;
        }

            .pro-refund-form .vehicle-info .bike-pay-section .your-imgtype-Selection {
                display: block;
            }

    .pro-refund-form .timeline-info h5 {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 400;
        color: #666666;
        margin-bottom: 0.3rem;
    }

    .pro-refund-form .timeline-info p {
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 500;
        color: #222222;
    }

    .pro-refund-form .two-inline {
        display: flex;
        justify-content: space-between;
        width: 70%;
    }

    .pro-refund-form .reverse-this {
        display: flex;
        justify-content: space-between;
    }

        .pro-refund-form .reverse-this ul {
            align-self: flex-end;
            margin-bottom: 1.5rem;
        }

            .pro-refund-form .reverse-this ul li {
                margin-top: 2rem;
            }

        .pro-refund-form .reverse-this img {
            width: 25rem;
        }

    .pro-refund-form .in-box {
        border: 1px solid #e8e8e8;
        padding: 2rem;
        display: inline-block;
    }

    .pro-refund-form .border-box {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 3rem;
        padding-bottom: 2rem;
    }

        .pro-refund-form .border-box .questions li {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 0;
            color: #666666;
        }

    .pro-refund-form .find-vin {
        width: 97rem;
        margin: 0 auto 2rem;
    }

        .pro-refund-form .find-vin h3 {
            font-size: 2rem;
            line-height: 2.4rem;
            font-weight: 600;
            color: #000000;
            padding-bottom: 1rem;
            margin-bottom: 0;
            font-family: "Roboto", sans-serif;
        }

        .pro-refund-form .find-vin span {
            font-size: 2rem;
            line-height: 2.4rem;
            font-weight: 400;
            color: #000000;
            font-family: "Roboto", sans-serif;
            align-items: center;
            display: flex;
            padding: 0.4rem 0rem;
        }

            .pro-refund-form .find-vin span img {
                margin-right: 0.5rem;
                display: inline-block;
            }

@media screen and (max-width: 991.98px) {
    .pro-refund-form .search {
        position: relative;
        max-width: 52rem;
        margin: 0 auto;
    }

        .pro-refund-form .search .searchicon {
            position: absolute;
            top: 10px;
            right: 10px;
        }

            .pro-refund-form .search .searchicon img {
                max-width: 18px;
            }

    .pro-refund-form .form-group {
        margin-bottom: 1rem;
    }

    .pro-refund-form .vin-disclaimer {
        padding: 1.5rem 2.2rem 1.5rem 2.2rem;
        max-width: 100%;
    }

        .pro-refund-form .vin-disclaimer .status-blue {
            margin: 0 auto;
            text-align: center;
            padding-bottom: 1rem;
        }

            .pro-refund-form .vin-disclaimer .status-blue span {
                display: block;
                font-size: 1.8rem;
                line-height: 2.2rem;
                font-weight: 600;
                color: #004A8F;
                line-height: 2.5rem;
                font-family: "Roboto", sans-serif;
                padding: 0.7rem 0rem 0rem;
            }

        .pro-refund-form .vin-disclaimer .status-green {
            margin: 0 auto;
            text-align: center;
            padding-bottom: 1rem;
        }

            .pro-refund-form .vin-disclaimer .status-green span {
                display: block;
                font-family: "Roboto", sans-serif;
                font-size: 2rem;
                line-height: 2.4rem;
                font-weight: 600;
                color: #1D6405;
                text-align: center;
                padding: 0.7rem 0rem 0rem;
            }

        .pro-refund-form .vin-disclaimer label {
            padding: 0;
            margin: 0;
        }

            .pro-refund-form .vin-disclaimer label p {
                font-size: 1.4rem;
                line-height: 1.8rem;
                font-weight: 400;
                color: #000000;
                text-align: left;
                line-height: 2.4rem;
                margin-bottom: 0rem;
                font-family: "Roboto", sans-serif;
                text-align: center;
            }

                .pro-refund-form .vin-disclaimer label p:nth-child(2) {
                    font-size: 1.6rem;
                    line-height: 2rem;
                    line-height: 2.5rem;
                }

                .pro-refund-form .vin-disclaimer label p span {
                    display: block;
                }

                    .pro-refund-form .vin-disclaimer label p span a {
                        font-size: 1.4rem;
                        line-height: 1.8rem;
                        font-weight: 600;
                        color: #004A8F;
                    }

            .pro-refund-form .vin-disclaimer label .stay-green {
                font-family: "Roboto", sans-serif;
                font-size: 1.8rem;
                line-height: 2.2rem;
                font-weight: 600;
                color: #1D6405;
                text-align: center;
                margin-top: 1.5rem;
            }

        .pro-refund-form .vin-disclaimer a {
            font-family: "Roboto", sans-serif;
        }

            .pro-refund-form .vin-disclaimer a.text-nowrap {
                padding: 0.5rem 1.5rem 0.5rem 0rem;
                margin: 1.5rem auto .5rem;
            }

            .pro-refund-form .vin-disclaimer a.tc-pro {
                font-size: 1.4rem;
                line-height: 1.8rem;
                font-weight: 500;
                color: #0F5F8C;
                padding: 1rem 0 0;
            }

            .pro-refund-form .vin-disclaimer a img {
                margin-right: 1rem;
            }

    .pro-refund-form .find-vin {
        width: 100%;
        margin: 0 auto 2rem;
    }

        .pro-refund-form .find-vin h3 {
            font-size: 1.6rem;
            line-height: 2rem;
            font-weight: 600;
            color: #000000;
            padding-bottom: 1rem;
            margin-bottom: 0;
            font-family: "Roboto", sans-serif;
        }

        .pro-refund-form .find-vin span {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 400;
            color: #000000;
            font-family: "Roboto", sans-serif;
            align-items: center;
            display: flex;
            padding: 0.4rem 0rem;
        }

            .pro-refund-form .find-vin span img {
                margin-right: 0.5rem;
            }
}

@media screen and (max-width: 767.98px) {
    .pro-refund-form {
        padding: 0 15px;
        margin-top: 0rem;
    }

        .pro-refund-form .vehicle-detail-section .form-group p.text-danger,
        .pro-refund-form .vehicle-detail-section .form-group label.error {
            margin-bottom: -0.5rem;
        }

        .pro-refund-form p {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 400;
            color: #000000;
            line-height: 2.2rem;
        }

        .pro-refund-form .vehicle-info {
            padding: 1rem 0;
        }

            .pro-refund-form .vehicle-info .bike-pay-section {
                margin: 3rem 0 0;
                border-top: 1px solid #e8e8e8;
                padding: 4.5rem 0 1.1rem 0;
            }

            .pro-refund-form .vehicle-info ul {
                padding-left: 0;
            }

        .pro-refund-form .pro-refund-form-inner {
            margin: 1.4rem auto 0;
        }

            .pro-refund-form .pro-refund-form-inner p {
                font-size: 1.4rem;
                line-height: 1.8rem;
                font-weight: 400;
                color: #000000;
                line-height: 2.4rem;
                font-family: "Roboto", sans-serif;
                padding: 0 0rem 1rem;
                margin-bottom: 0;
                position: relative;
            }

                .pro-refund-form .pro-refund-form-inner p + p {
                    padding: 0 0rem 1rem;
                }

            .pro-refund-form .pro-refund-form-inner + p {
                padding-bottom: 0rem;
            }

        .pro-refund-form .product-img {
            text-align: center;
        }

            .pro-refund-form .product-img img {
                width: 13rem;
                object-fit: contain;
            }

        .pro-refund-form h1 {
            position: relative;
            z-index: 1;
            font-size: 2.4rem;
            text-align: center;
            padding-bottom: 0rem;
            margin-top: 0;
            text-transform: inherit;
            padding-top: 0;
        }

        .pro-refund-form .actions {
            text-align: center;
            margin-bottom: 0rem;
            margin-top: 0;
        }

            .pro-refund-form .actions .btn {
                padding: 0.6rem 1.5rem;
                background: #141212;
                border-radius: 6px;
                font-size: 1.6rem;
                line-height: 2rem;
                font-weight: 600;
                color: #fff;
                font-family: "Roboto", sans-serif;
            }

                .pro-refund-form .actions .btn:hover, .pro-refund-form .actions .btn:focus, .pro-refund-form .actions .btn:active {
                    outline: none;
                    box-shadow: none;
                }

        .pro-refund-form .two-inline {
            display: block;
            width: 100%;
        }

        .pro-refund-form .logo-img {
            padding-left: 0;
            margin-bottom: 1rem;
        }

            .pro-refund-form .logo-img img {
                max-width: 10.15rem;
            }

        .pro-refund-form .reverse-this {
            display: flex;
            flex-direction: column-reverse;
        }

            .pro-refund-form .reverse-this ul {
                display: block;
                align-self: flex-start;
                margin-bottom: 0.5rem;
            }

                .pro-refund-form .reverse-this ul li {
                    margin-top: 2rem;
                }

            .pro-refund-form .reverse-this img {
                width: 25rem;
            }

        .pro-refund-form .img-view img {
            max-width: 32rem;
            margin-top: 0;
        }

        .pro-refund-form .vehicle-detail-section {
            padding: 1rem 1rem 1rem;
            margin-top: 0;
            border-radius: 1.3rem;
        }

            .pro-refund-form .vehicle-detail-section input {
                width: 100%;
            }

                .pro-refund-form .vehicle-detail-section input.form-control {
                    height: 33px;
                    padding: 18px 28px 18px 15px;
                    border-radius: 10px;
                }

                    .pro-refund-form .vehicle-detail-section input.form-control.error {
                    }

            .pro-refund-form .vehicle-detail-section label {
                font-size: 1.4rem;
                line-height: 1.8rem;
                font-weight: 400;
                color: #000000;
            }

        .pro-refund-form .qualifies label {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 600;
            color: #004A8F;
            text-align: center;
        }

        .pro-refund-form label.sub-heading {
            font-size: 1.4rem;
            font-weight: 600;
            line-height: 2.2rem;
            padding: 0;
            margin-bottom: 0rem;
        }
}

.request-form {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

    .request-form .form-title-lg {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 2.5rem;
    }

    .request-form .info-md {
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 500;
        color: #666666;
    }

    .request-form .info-sm {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 500;
        color: #666666;
        margin: -1.5rem 0 1.5rem;
    }

@media screen and (max-width: 767.98px) {
    .request-form .form-title-lg {
        font-size: 2.4rem;
        line-height: 2.8rem;
        padding-bottom: 2rem;
        margin-bottom: 0.5rem;
    }

    .request-form .form-sub-title {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .request-form .actions {
        text-align: center;
    }

        .request-form .actions .btn {
            width: 15rem;
        }
}

.txt-green {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--lime-4);
}

.txt-red {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--tvs-red);
}

.txt-msg {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #222222;
}

.vin-section {
    border-top: 1px solid #e8e8e8;
    margin-top: 3rem;
    margin-bottom: 4rem;
    padding-top: 3rem;
}

    .vin-section .container-md {
        padding: 0 3rem;
    }

.questions label {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #222222;
    display: block;
}

.questions span {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #666666;
}

.questions ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
}

    .questions ul li {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 500;
        color: #666666;
        align-items: center;
        display: flex;
    }

        .questions ul li::before {
            content: "\e919";
            font-family: icomoon;
            font-size: 1.5rem;
            line-height: 1.9rem;
            font-weight: 400;
            color: #666666;
            padding-right: 1rem;
        }

        .questions ul li + li {
            margin-top: 1rem;
        }

.questions + .questions {
    margin-top: 2rem;
}

.footer {
    margin-top: 4rem;
}

@media screen and (max-width: 767.98px) {
    .vin-section .container-md {
        padding: 0;
    }

    .questions ul li {
        align-items: flex-start;
    }
}
/*Faq SCSS */
.proactive-faq {
    margin: 2rem 0rem 4rem;
    padding: 2rem 0rem 0;
    background: #F9F9F9;
}

    .proactive-faq .container-md {
        background: rgba(217, 217, 217, 0.1019607843);
        padding-bottom: 3rem;
    }

    .proactive-faq .proactive-accordion {
        max-width: 110rem;
        margin: 0 auto;
    }

        .proactive-faq .proactive-accordion .faq-head {
            padding-bottom: 2rem;
        }

            .proactive-faq .proactive-accordion .faq-head h2 {
                font-size: 2.2rem;
                line-height: 2.5rem;
                font-weight: 600;
                color: #231F20;
                font-family: "Roboto", sans-serif;
                padding-left: 0px;
                text-transform: inherit;
                margin-bottom: 0;
            }

                .proactive-faq .proactive-accordion .faq-head h2:after {
                    display: none;
                }

            .proactive-faq .proactive-accordion .faq-head p {
                font-size: 1.6rem;
                line-height: 2rem;
                font-weight: 400;
                color: #231F20;
                font-family: "Roboto", sans-serif;
                margin: 5px 0px 0px;
            }

    .proactive-faq .accordion > .card {
        border-bottom: 1px solid #999999;
        border-top: 1px solid #999999;
        border-left: 0;
        border-right: 0;
        background: transparent;
        padding: 1rem 0 0rem;
        border-radius: 0;
        margin-bottom: -1px;
        width: 100%;
    }

        .proactive-faq .accordion > .card h3 {
            font-size: 1.8rem;
            line-height: 2.2rem;
            font-weight: 500;
            color: #231F20;
            font-family: "Roboto", sans-serif;
            margin-bottom: 0px;
        }

        .proactive-faq .accordion > .card > .card-header {
            background: transparent;
            padding: 1rem 0;
        }

        .proactive-faq .accordion > .card .card-body {
            font-size: 1.6rem;
            line-height: 2rem;
            font-weight: 400;
            color: #231F20;
            max-width: 100rem;
            padding: 0 0 1rem 0rem;
        }

            .proactive-faq .accordion > .card .card-body p {
                font-size: 1.6rem;
                line-height: 24px;
                font-family: "Roboto", sans-serif;
            }

    .proactive-faq .collapsible-link.btn {
        width: 100%;
        position: relative;
        text-align: left;
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-weight: 600;
        color: #231F20;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        margin: 0px;
        background: transparent;
        text-transform: inherit;
    }

    .proactive-faq .collapsible-link.btn {
        box-shadow: none;
    }

    .proactive-faq .collapsible-link span {
        max-width: 90%;
    }

    .proactive-faq .collapsible-link.btn:hover, .proactive-faq .collapsible-link.btn:focus, .proactive-faq .collapsible-link.btn:active {
        text-decoration: none;
        outline: none;
    }

    .proactive-faq .collapsible-link.btn:hover, .proactive-faq .collapsible-link.btn:focus, .proactive-faq .collapsible-link.btn:active {
        text-decoration: none;
        outline: none;
    }

    .proactive-faq .collapsible-link {
        position: absolute;
        right: 0.8rem;
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
        color: #231F20;
        white-space: normal;
    }

        .proactive-faq .collapsible-link[aria-expanded=false] {
            background: url(/-/media/Feature/ProactiveInspection/down-pro.png) no-repeat calc(100% - 10px) center;
            background-size: 20px;
            background-position: top right;
        }

        .proactive-faq .collapsible-link[aria-expanded=true] {
            background: url(/-/media/Feature/ProactiveInspection/uparrow-pro.png) no-repeat calc(100% - 10px) center;
            background-size: 20px;
            background-position: top right;
        }

@media screen and (max-width: 767.98px) {
    .proactive-faq {
        padding: 0rem 0rem 0;
        margin: 1rem 0rem 3rem;
    }

        .proactive-faq .proactive-accordion .faq-head h2 {
            font-size: 1.9rem;
            line-height: 2.4rem;
            font-weight: 600;
            color: #231F20;
            margin-top: 1.8rem;
            margin-left: 0;
            font-family: "Roboto", sans-serif;
            padding-left: 0rem;
        }

            .proactive-faq .proactive-accordion .faq-head h2:after {
                width: 0;
            }

        .proactive-faq .proactive-accordion .faq-head p {
            font-size: 1.2rem;
            line-height: 1.6rem;
            font-weight: 400;
            color: #231F20;
            margin: 0rem;
        }

        .proactive-faq .proactive-accordion .collapsible-link {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 600;
            color: #231F20;
        }

        .proactive-faq .proactive-accordion .accordion > .card h3 {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 500;
            color: #231F20;
        }

        .proactive-faq .proactive-accordion .accordion > .card .card-body {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 500;
            color: #231F20;
            max-width: 100%;
            padding: 0 0 1rem 0rem;
        }

            .proactive-faq .proactive-accordion .accordion > .card .card-body p {
                font-size: 1.4rem;
                line-height: 2.2rem;
                font-weight: 400;
                color: #231F20;
                max-width: 100%;
                padding: 0 0 1rem 0rem;
            }
}

.terms-and-conditions .terms-title h1 {
    font-size: 2.5rem;
    line-height: 2.9rem;
    font-weight: 500;
    color: #231F20;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    height: auto;
    padding: 0px;
}

.terms-and-conditions .terms-section .terms-content {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #231F20;
    font-family: "Roboto", sans-serif;
    padding: 1rem;
    line-height: 2.2rem;
}

    .terms-and-conditions .terms-section .terms-content p {
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 400;
        color: #231F20;
        margin: 1rem 0;
        line-height: 2.2rem;
    }

.terms-and-conditions .terms-content-pro {
    padding: 0rem 1rem 1rem;
}

    .terms-and-conditions .terms-content-pro h2 {
        padding: 0rem;
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 500;
        color: #231F20;
        font-family: "Roboto", sans-serif;
        margin-bottom: 0px;
    }

        .terms-and-conditions .terms-content-pro h2:after {
            display: none;
        }

    .terms-and-conditions .terms-content-pro p {
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 400;
        color: #231F20;
        line-height: 2rem;
        padding: 1rem;
        font-family: "Roboto", sans-serif;
        line-height: 2.2rem;
        margin-bottom: 0;
    }

    .terms-and-conditions .terms-content-pro ol {
        counter-reset: item;
        padding: 0px 30px;
    }

        .terms-and-conditions .terms-content-pro ol li {
            display: block;
            position: relative;
            font-size: 1.6rem;
            line-height: 2rem;
            font-weight: 500;
            color: #231F20;
            font-family: "Roboto", sans-serif;
            line-height: 2.4rem;
            padding: 0.5rem 0rem;
        }

            .terms-and-conditions .terms-content-pro ol li:before {
                content: counters(item, ".") ".";
                counter-increment: item;
                position: absolute;
                margin-right: 100%;
                right: 10px; /* space between number and text */
            }

            .terms-and-conditions .terms-content-pro ol li ul li {
                font-family: "Roboto", sans-serif;
                font-size: 1.4rem;
                line-height: 1.8rem;
                font-weight: 400;
                color: #231F20;
                padding: 0.4rem;
                line-height: 2.2rem;
            }

                .terms-and-conditions .terms-content-pro ol li ul li:before {
                    content: "•";
                    color: #231f20;
                    counter-increment: none;
                    width: 0.5rem;
                    height: 0.5rem;
                    background: #231f20;
                    border-radius: 1rem;
                    align-items: center;
                    justify-content: center;
                    display: flex;
                    position: relative;
                    margin: 0;
                    padding: 0;
                }

            .terms-and-conditions .terms-content-pro ol li p {
                font-size: 1.4rem;
                line-height: 1.8rem;
                font-weight: 400;
                color: #222222;
                font-family: "Roboto", sans-serif;
            }

@media screen and (max-width: 767.98px) {
    .terms-and-conditions .terms-content-pro ol li p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 400;
        color: #222222;
    }
}

.terms-and-conditions .terms-content-pro ol li p a {
    font-weight: 500;
    color: #222222;
    text-decoration: underline;
}

.terms-and-conditions .terms-content-pro ol li.title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #222222;
    padding-top: 2rem;
}

@media screen and (max-width: 767.98px) {
    .terms-and-conditions .terms-content-pro ol li.title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

@media screen and (max-width: 991.98px) {
    .terms-and-conditions .terms-title h1 {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 500;
        color: #231F20;
    }

    .terms-and-conditions .terms-section .terms-content {
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 400;
        color: #231F20;
        font-family: "Roboto", sans-serif;
        padding: 1rem 0rem;
        line-height: 2.2rem;
    }

        .terms-and-conditions .terms-section .terms-content p {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 400;
            color: #231F20;
            margin: 1rem 0;
            line-height: 2.2rem;
        }

    .terms-and-conditions .terms-content-pro {
        padding: 0rem 0rem 1rem;
    }

        .terms-and-conditions .terms-content-pro h2 {
            padding: 0rem;
            font-size: 1.8rem;
            line-height: 2.2rem;
            font-weight: 500;
            color: #231F20;
            font-family: "Roboto", sans-serif;
            margin: 0;
        }

        .terms-and-conditions .terms-content-pro p {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-weight: 400;
            color: #231F20;
            line-height: 2rem;
            padding: 1rem;
            font-family: "Roboto", sans-serif;
            margin-bottom: 0;
        }

        .terms-and-conditions .terms-content-pro ol {
            counter-reset: item;
            padding-left: 2.8rem;
        }

            .terms-and-conditions .terms-content-pro ol li {
                display: block;
                position: relative;
                font-size: 1.4rem;
                line-height: 1.8rem;
                font-weight: 500;
                color: #231F20;
                font-family: "Roboto", sans-serif;
                line-height: 2.2rem;
                padding: 0.5rem 0rem;
            }

                .terms-and-conditions .terms-content-pro ol li:before {
                    content: counters(item, ".") ".";
                    counter-increment: item;
                    position: absolute;
                    margin-right: 100%;
                    right: 10px; /* space between number and text */
                }

                .terms-and-conditions .terms-content-pro ol li ul li {
                    font-family: "Roboto", sans-serif;
                    font-size: 1.4rem;
                    line-height: 1.8rem;
                    font-weight: 400;
                    color: #231F20;
                    padding: 0.4rem;
                    line-height: 2rem;
                }

                    .terms-and-conditions .terms-content-pro ol li ul li:before {
                        content: "•";
                        color: #231f20;
                        counter-increment: none;
                        width: 0.5rem;
                        height: 0.5rem;
                        background: #231f20;
                        border-radius: 1rem;
                        align-items: center;
                        justify-content: center;
                        display: flex;
                        position: relative;
                        margin: 0;
                        padding: 0;
                    }

                .terms-and-conditions .terms-content-pro ol li p {
                    font-size: 1.4rem;
                    line-height: 1.8rem;
                    font-weight: 400;
                    color: #222222;
                    font-family: "Roboto", sans-serif;
                }
}

@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
    .terms-and-conditions .terms-content-pro ol li p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 400;
        color: #222222;
    }
}

@media screen and (max-width: 991.98px) {
    .terms-and-conditions .terms-content-pro ol li p a {
        font-weight: 500;
        color: #222222;
        text-decoration: underline;
    }

    .terms-and-conditions .terms-content-pro ol li.title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-weight: 400;
        color: #222222;
        padding-top: 2rem;
    }
}

@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
    .terms-and-conditions .terms-content-pro ol li.title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

/*# sourceMappingURL=main.css.map */
.terms-and-conditions {
    min-height: 8rem;
    margin-bottom: 2rem;
    padding-top: 5rem;
}

    .terms-and-conditions .terms-title {
        display: flex;
        padding: 0rem 2rem 2rem;
    }

        .terms-and-conditions .terms-title a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .terms-and-conditions .terms-title a i {
                float: left;
                font-size: 3rem;
                line-height: 3.4rem;
                font-weight: 300;
                color: var(--grey-33);
            }

@media screen and (max-width: 767.98px) {
    .terms-and-conditions .terms-title a i {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 300;
        color: var(--grey-33);
    }
}

.terms-and-conditions .terms-title a:hover {
    text-decoration: none;
}

.terms-and-conditions .terms-title h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.4rem;
    line-height: 3.8rem;
    font-weight: 300;
    color: var(--grey-33);
    letter-spacing: 0.04rem;
    width: 100%;
}

@media screen and (max-width: 767.98px) {
    .terms-and-conditions .terms-title h4 {
        font-size: 2.6rem;
        line-height: 3rem;
        font-weight: 300;
        color: var(--grey-33);
        padding-right: 0rem;
        text-align: center;
    }
}

@media screen and (max-width: 767.98px) {
    .terms-and-conditions .terms-title {
        padding: 0rem 1rem 2rem;
    }

        .terms-and-conditions .terms-title a {
            padding-right: 2rem;
        }
}

.terms-and-conditions .terms-section {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    box-shadow: var(--dashboard-shadow);
    -webkit-box-shadow: var(--dashboard-shadow);
    -ms-box-shadow: var(--dashboard-shadow);
    -moz-box-shadow: var(--dashboard-shadow);
    margin: 0 3rem;
}

    .terms-and-conditions .terms-section .terms-content {
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 400;
        color: #231F20;
        line-height: 2.4rem;
        padding: 3rem 1rem;
    }

        .terms-and-conditions .terms-section .terms-content h3 {
            padding: 3rem 0rem;
            font-size: 2rem;
            line-height: 2.4rem;
            font-weight: 400;
            color: var(--black);
        }

        .terms-and-conditions .terms-section .terms-content h4 {
            padding: 1rem 0rem;
            font-size: 2rem;
            line-height: 2.4rem;
            font-weight: 400;
            color: var(--black);
        }

        .terms-and-conditions .terms-section .terms-content p {
            margin: 1rem 0 0px;
        }

        .terms-and-conditions .terms-section .terms-content.terms-inner ol {
            counter-reset: item;
        }

            .terms-and-conditions .terms-section .terms-content.terms-inner ol li {
                display: block;
                position: relative;
                font-size: 1.6rem;
                line-height: 2rem;
                font-weight: 500;
                color: var(--grey-33);
            }

                .terms-and-conditions .terms-section .terms-content.terms-inner ol li:before {
                    content: counters(item, ".") ".";
                    counter-increment: item;
                    position: absolute;
                    margin-right: 100%;
                    right: 10px; /* space between number and text */
                }

                .terms-and-conditions .terms-section .terms-content.terms-inner ol li > ol li {
                    font-family: "Roboto";
                }

                .terms-and-conditions .terms-section .terms-content.terms-inner ol li p {
                    font-size: 1.4rem;
                    line-height: 1.8rem;
                    font-weight: 400;
                    color: var(--grey-33);
                    font-family: "Roboto", sans-serif;
                }

@media screen and (max-width: 767.98px) {
    .terms-and-conditions .terms-section .terms-content.terms-inner ol li p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: 400;
        color: var(--grey-33);
    }
}

.terms-and-conditions .terms-section .terms-content.terms-inner ol li p a {
    font-weight: 500;
    color: var(--grey-33);
    text-decoration: underline;
}

.terms-and-conditions .terms-section .terms-content.terms-inner ol li.title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: var(--grey-33);
    padding-top: 2rem;
}

@media screen and (max-width: 767.98px) {
    .terms-and-conditions .terms-section .terms-content.terms-inner ol li.title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

@media screen and (max-width: 767.98px) {
    .terms-and-conditions .terms-section .terms-content {
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: 400;
        color: #000;
        padding: 1rem 0rem;
        font-family: "Roboto", sans-serif;
    }

        .terms-and-conditions .terms-section .terms-content.terms-inner ol {
            padding-inline-start: 2.5rem;
        }

            .terms-and-conditions .terms-section .terms-content.terms-inner ol li {
                font-size: 1.4rem;
                line-height: 1.8rem;
                font-weight: 400;
                color: var(--grey-33);
            }

                .terms-and-conditions .terms-section .terms-content.terms-inner ol li:before {
                    font-size: 1.4rem;
                    line-height: 1.8rem;
                    font-weight: 400;
                    color: var(--grey-33);
                }

                .terms-and-conditions .terms-section .terms-content.terms-inner ol li ol {
                    padding-inline-start: 2rem;
                }
}

.terms-and-conditions .terms-section ul {
    padding: 1rem 2rem;
}

    .terms-and-conditions .terms-section ul li {
        list-style-type: none;
        position: relative;
        padding: 1rem;
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 300;
        color: var(--black);
    }

        .terms-and-conditions .terms-section ul li:before {
            content: "► ";
            font-size: 1.2rem;
            line-height: 1.6rem;
            font-weight: 300;
            color: var(--black);
            position: absolute;
            top: 1rem;
            left: -10px;
        }

.terms-and-conditions .terms-section .inner-para {
    padding: 0;
    margin-left: -4rem;
}

.terms-and-conditions .terms-section .inner-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #231F20;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767.98px) {
    .terms-and-conditions .terms-section {
        margin: 0rem;
    }
}

@media screen and (max-width: 991.98px) {
    .terms-and-conditions {
        padding-top: 3rem;
    }
}

.proactive-accordion h4.panel-title {
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: #231F20;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    background: transparent;
    text-transform: inherit;
}

    .proactive-accordion h4.panel-title .f-questions {
        width: 85%
    }

    .proactive-accordion h4.panel-title a {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0 10px 0px 0px;
    }

        .proactive-accordion h4.panel-title a[aria-expanded="true"] .commonbtn {
            transform: rotate(180deg);
        }

.proactive-accordion .commonbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    transition: .3s linear all;
}

.proactive-accordion .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border-bottom: 1px solid #999999;
    border-color: #999999;
    background: transparent;
    box-shadow: none;
    border-top: 1px solid #999999;
    border-left: 0;
    border-right: 0;
}

    .proactive-accordion .panel-group .panel + .panel {
        margin-top: 0px;
        border-top: 0;
    }

    .proactive-accordion .panel-group .panel.panel-default > .panel-heading {
        background: transparent;
        padding: 20px 0px;
        border-top: 0px solid #999999;
        border-radius: 0;
        color: #231F20;
        border-bottom: 0px solid #999999;
        margin-bottom: 0px;
        border-left: 0;
        border-right: 0;
    }

        .proactive-accordion .panel-group .panel.panel-default > .panel-heading + .panel-collapse > .panel-body {
            background: transparent;
            padding: 0px 0px 5px;
            border-top: 0px solid #ddd;
        }

            .proactive-accordion .panel-group .panel.panel-default > .panel-heading + .panel-collapse > .panel-body p {
                font-size: 1.6rem;
                line-height: 2.2rem;
                font-weight: 400;
                color: #231F20;
                font-family: "Roboto", sans-serif;
            }

@media screen and (max-width: 991.98px) {
    .proactive-faq .proactive-accordion {
        margin: 0 auto 2rem;
    }

    .proactive-accordion h4.panel-title {
        width: 100%;
        position: relative;
        text-align: left;
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: 600;
        color: #231F20;
        display: flex;
        justify-content: space-between;
        padding: 0px;
        margin: 0px;
        background: transparent;
        text-transform: inherit;
    }

    .proactive-accordion .panel-group .panel.panel-default > .panel-heading + .panel-collapse > .panel-body p {
        font-size: 1.2rem;
        line-height: 2.2rem;
        font-weight: 400;
        color: #231F20;
        font-family: "Roboto", sans-serif;
    }

    .proactive-accordion .panel-group .panel.panel-default > .panel-heading {
        padding: 10px 0px;
    }
}
/* .pro-refund-form-inner .select{
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
} */

.pro-refund-form-inner .select select.form-control {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-bottom: 0px solid #aaa;
}

    .pro-refund-form-inner .select select.form-control:focus {
        border: 1px solid #53aad6;
    }
/*new*/

.common-boxselect {
    padding-bottom: 20px;
}

.combgiqube {
    display: flex;
    justify-content: center;
    padding: 0px 0px 15px;
}

    .combgiqube select {
        width: 155px;
        height: 38px;
        font-size: 16px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        padding: 5px 10px;
    }

        .combgiqube select option {
            width: 155px;
            font-size: 16px;
            font-weight: 500;
            font-family: "Roboto", sans-serif;
            zoom: 1;
        }

@media screen and (max-width: 991.98px) {
    .combgiqube {
        display: flex;
        justify-content: center;
        padding: 5px 0px;
    }

        .combgiqube select {
            width: 121px;
            height: 32px;
            font-size: 14px;
            padding: 5px 10px;
        }

            .combgiqube select option {
                width: 121px;
                font-size: 14px;
                zoom: 1;
            }
}

.captchaDyanmic {
    margin-top: 20px;
}