body {
    font-family: "Titillium Web", serif;
}

:root {
    --opteven-orange: #EE7219;
    --opteven-grey: #475665;
    --opteven-white: #FFFFFF;
    --bg-yellow: #FDF8F2;
    --dark-grey: #A8A8A8 ;
}

/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-gradient:hover , .opteven-view-quote-btn:hover {
    background: radial-gradient(circle farthest-corner, #F18800, #E53011) !important;
    background-size: 360%;
    background-position: right;
    transform: scale(0.98) rotate(0);
    transition: 0.8s;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
  .show-desktop {
    display: block !important;
  }
    .show-mobile {
    display: none !important;
  }

.row>* {
    padding: 0px 8px !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.form-select {
    border-radius: 10px;
    border: 1px solid rgba(71, 86, 101, 0.10) !important;
    background-color: rgba(71, 86, 101, 0.03) !important;
    padding: 8px;
}

    #claimLimitForGold {
        background-position: right 3% center;
    }

.custom-select-wrapper {
    .form-select {
        padding: 5px 6px;
        background-image: url('../images/aarow-down.svg');
        background-size: 10px;
        text-align: center;
        background-position: right 34% center;

        option {
            margin-right: 16px;
        }
    }
}

.custom-select-date{
    background-position: right 34% center;
}

.text-link {
    color: var(--opteven-orange);
    text-decoration: underline;
}

.section-padding {
    padding: 80px 20px !important;
}

.opteven-features-section {
    span {
        color: var(--opteven-orange);
    }

    h2 {
        color: var(--opteven-grey);
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 40px;
    }
}

.section-title {
    margin-bottom: 40px;

    h2 {
        color: var(--opteven-grey);
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    span {
        color: var(--opteven-orange) !important;
    }

    p {
        color: var(--opteven-grey);
        font-size: 18px;
        font-weight: 400;
        margin: 0px;
    }
}

.opteven-grey-section {

    background-color: var(--opteven-grey);

    .section-title {
        text-align: center;
        margin-bottom: 40px;

        h2 {
            color: var(--opteven-white);
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        span {
            color: var(--opteven-orange);
        }

        p {
            color: var(--opteven-white);
            font-size: 18px;
            font-weight: 400;
            margin: 0px;
        }
    }
}

/*------------ Inner pages banner section start ------------*/

.warrantycover-banner-section {
    background-image:
        url('../images/warranty-cover-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.claims-banner-section {
    background-image:
        url('../images/claims-banner-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.faq-banner-section {
    background-image:
        url('../images/faq-banner-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aboutus-banner-section {
    background-image:
        url('../images/about-us-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-banner-section {
    background-image:
        url('../images/contact-us-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.terms-banner-section {
    background-image:
        url('../images/terms-of-use-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.privacypolicy-banner-section {
    background-image:
        url('../images/privacy-policy-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cookie-policy-banner-section {
    background-image:
        url('../images/cookie-policy-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.inner-banner-title {
    h1 {
        color: var(--opteven-white);
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 8px;
        text-align: center;
    }
}

.claim-steps {
    h4 {
        font-size: 28px;
        font-weight: 600;
        color: var(--opteven-orange);
        margin-bottom: 8px;
    }

    p {
        font-size: 18px;
        margin-bottom: 16px;
        font-weight: 400;
        color: var(--opteven-grey);

        span {
            font-weight: 600;
            color: var(--opteven-grey);
        }
    }

    .italic-text {
        font-size: 18px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        color: var(--opteven-grey);
    }

    .policy-info {
        p {
            margin-bottom: 8px;
        }

        h6 {
            font-size: 20px;
            font-weight: 600;
            color: var(--opteven-grey);
            margin-bottom: 8px;
        }

        ul {
            margin-bottom: 0px;

            li {
                font-size: 18px;
                color: var(--opteven-grey);
                margin-bottom: 8px;
                word-break: break-word;

                &:last-child {
                    margin-bottom: 0px;
                }
            }
        }

        .sm-text {
            font-weight: 600;
        }

    }
}


.service-cards {

    border-radius: 10px;

    .card-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--opteven-white);
        padding: 8px 16px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;

        a {
            display: flex;
            align-items: center;
            text-decoration: none;
            justify-content: space-between;
            width: 100%;
            font-size: 23px;
            font-weight: 600;
            color: var(--opteven-grey);
        }
    }
}

.contact-banner {
    background-image: url('../images/contact-banner.jpg');
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px !important;

    h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--opteven-white);
    }

    .white-btn a {
        font-size: 20px;
        font-weight: 600;
        border-radius: 6px;
        background: var(--opteven-white);
        padding: 8px 16px;
        text-decoration: none;
        color: var(--opteven-orange);
    }

    p {
        margin: 0px;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        color: var(--opteven-grey);
    }
}

/*------------ Inner pages banner section end ------------*/


/*----------------- nav-bar css start here ------------------ */
.opteven-navbar-section {
    background: var(--opteven-white);
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0px;
    z-index: 999;

    .opteven-view-quote-btn {
        padding: 4px 8px;
        font-size: 18px;
        color: var(--opteven-white) !important;
    }

    .dropdown-toggle::after {
        content: '\f078' !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block !important;
        background-image: none !important;
        font-size: 14px;
        vertical-align: initial !important;
        border: none !important;
        margin-left: 10px !important;
    }

    .opteven-contact-btn {
        display: flex;
        align-items: center;
        /* margin-left: 20px; */
    }

    .opteven-contact-btn span {
        font-size: 13px;
        color: var(--opteven-grey);
    }

    .opteven-contact-btn p {
        font-size: 18px;
        font-weight: 500;
        margin: 0px;
        margin-top: -4px !important;
        color: var(--opteven-grey);
    }

    .opteven-contact-btn button {
        padding: 5px;
        background: linear-gradient(270deg, #E53011 0%, #F18800 100%);
        border-radius: 4px;
        width: 30px;
        height: 30px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        font-size: 18px;
    }

    .navbar-expand-lg {
        padding: 0px !important;
    }

    .navbar-expand-lg .navbar-nav {
        width: 100%;
        justify-content: space-between;
    }

    .opteven-header-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        height: 82px;
    }

    .navbar-nav .nav-link.active , .navbar-nav .nav-link:hover {
        background: rgba(238, 114, 25, 0.10);
        border-bottom: 2px solid var(--opteven-orange);
        color: var(--opteven-orange) !important;
    }

    .nav-link {
        padding: 16px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        color: var(--opteven-grey) !important;
    }
}

/*----------------- nav-bar css ends here ------------------ */

.opteven-contact-btn {
    display: flex;
    align-items: center;

    button {
        padding: 5px;
        background: linear-gradient(270deg, #E53011 0%, #F18800 100%);
        border-radius: 4px;
        width: 30px;
        height: 30px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }

    span {
        font-size: 13px;
        color: var(--opteven-grey);
    }

    p a {
        font-size: 18px;
        font-weight: 600;
        margin: 0px;
        color: var(--opteven-grey);
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }
}

.opteven-contact-btn {
    p a {
        font-size: 20px;
        font-weight: 600;
        margin: 0px;
        color: var(--opteven-grey);
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }
}

.footer-buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: var(--opteven-white);
    padding: 16px 20px;
    box-shadow: 0px 0px 13px 3px #0000001a;

    .btn {
        padding: 8px 16px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .btn-gradient {
        background: linear-gradient(270deg, #E53011 0%, #F18800 100%);
        border: none;
        color: var(--opteven-white);
    }

    .btn-outline {
        background: transparent;
        border: 2px solid var(--opteven-orange);
        color: var(--opteven-orange);
    }

    .w-954 {
        padding: 0px;
    }
}

.page-banner {
    background: var(--opteven-orange-gradient, linear-gradient(270deg, #E53011 0%, #F18800 100%));
    padding: 80px 20px 113px;

    h1 {
        color: var(--opteven-white);
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 8px;
        text-align: center;
    }

    span {
        font-size: 18px;
        font-weight: 400;
        color: var(--opteven-white);
    }
}

.page-banner-secondary {
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: -1;
    background: var(--opteven-orange-gradient, linear-gradient(270deg, #E53011 0%, #F18800 100%));
    max-height: 280px;
    min-height: 280px;
}

.w-1440 {
    max-width: 1480px;
    padding: 0px 20px;
    margin: auto;
}

.w-954 {
    max-width: 994px;
    padding: 0px 20px;
    margin: auto;

    .nav-link{
        padding: 26px 16px !important;
        border-bottom: 2px solid transparent;
    }
}

.opteven-contact-btn{
    min-width: 170px;
}

.opteven-view-quote-btn {
    font-size: 23px;
    font-weight: 500;
    border-radius: 6px;
    background: linear-gradient(270deg, #E53011 0%, #F18800 100%);
    padding: 8px 16px;
    color: var(--opteven-white);
    text-decoration: none;
    border: none;
    text-align: center;

    &:hover {
        color: var(--opteven-white);
    }
}

.navbar-toggler {
    padding: 0px !important;
    line-height: 1 !important;
    color: var(--text-dark) !important;
    border: none !important;
    border-radius: 0 !important;
    transition: var(--bs-navbar-toggler-transition);
}


/*----------------- banner section starts here ------------------ */
.opteven-banner-section {
    background-color: var(--opteven-grey);
}

.opteven-banner-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.opteven-banner-btns .opteven-btn-gradient {
    margin-right: 16px;
}

.opteven-banner-btns span {
    margin-left: 8px;
}

.opteven-banner-section .opteven-banner-title {
    color: var(--opteven-white);
    max-width: 710px;
}

.opteven-banner-section .opteven-banner-title h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 16px;
}

.opteven-banner-section .opteven-banner-title span {
    font-weight: 700;
    color: var(--opteven-orange);
}

.opteven-banner-section .opteven-banner-title p {
    font-size: 18px;
    font-weight: 400;
}

/*----------------- banner section ends here------------------ */

.footer-section-bg {
    background: #E6E6E6;
    padding: 80px 8px 0px;
}

/*----------------- opteven footer section starts here------------------ */
.opteven-footer-info p {
    color: var(--opteven-grey);
    font-size: 18px;
    font-weight: 400;
}

.opteven-footer-links h5 {
    color: var(--opteven-grey);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
}

.opteven-footer-links p {
    display: flex;
    align-items: center;
    color: var(--opteven-grey);
    transition: all 0.2s ease-in-out;
    margin-bottom: 16px;
}

.opteven-footer-links a {
    color: var(--opteven-grey);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.opteven-footer-links p:hover {
    margin-left: 4px;
}

.opteven-footer-links p span,
.opteven-footer-links p a {
    transition: all 0.2s ease-in-out;
}

.opteven-footer-links p:hover span,
.opteven-footer-links p:hover a {
    color: var(--opteven-orange);
}

.opteven-copyright {
    padding: 24px 0px;
    border-top: 1px solid rgba(71, 86, 101, 0.10);
}

.opteven-copyright {
    p {
        color: var(--opteven-grey);
        font-size: 20px;
        font-weight: 400;
    }
}

.opteven-cover-feature-text {
    display: flex;
    align-items: start;
    gap: 8px;
    margin-bottom: 8px;

    &:nth-last-child {
        margin-bottom: 0px;
    }

    span {
        color: var(--opteven-grey);
        font-size: 18px
    }
}

/*----------------- opteven footer section ends here------------------ */


/* --------------- opteven features section starts here --------------------- */

.opteven-feature-info {
    padding: 0px;
    text-align: center;
    background-color: rgba(238, 114, 25, 0.05);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.opteven-feature-card {
    height: 100%;
    border-radius: 20px;
    border: 1px solid var(--opteven-orange);

    .card-title {
        color: var(--opteven-grey);
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .card-body {
        padding: 24px 16px;
    }

    .card-text {
        color: var(--opteven-grey);
        font-size: 18px;
        font-weight: 400;
    }

    .feature-bg-orange {
        text-align: center;
        background-color: var(--opteven-orange);
        padding: 24px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;

        h5 {
            color: var(--opteven-white);
            font-size: 33px;
        }
    }

    .age-mileage-info {
        display: flex;
        align-items: center;
        margin-bottom: 8px;

        &:last-child {
            margin-bottom: 0px;
        }

        p {
            margin-left: 8px;
            margin-bottom: 0px;
            color: var(--opteven-white);
            font-weight: 400;
            font-size: 18px;
        }

        span {
            color: var(--opteven-white);
            font-weight: 600;
        }
    }

}

.features-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}


.opteven-cover-features-info {
    h4 {
        font-size: 20px;
        font-weight: 600;
        color: var(--opteven-grey);
    }
}

.info-text {
    p {
        font-size: 13px;
        color: var(--opteven-grey);
        margin-bottom: 0px;
    }
}

/* --------------- opteven features section ends here --------------------- */



/*-------------- Opteven benifits section starts here -------------------- */

.benifits-card {
    padding: 16px;
    background-color: transparent;
    border: 1px solid var(--opteven-white);

    .card-body {
        padding: 0px;
    }

    .card-title {
        color: var(--opteven-white);
    }

    .card-text {
        color: var(--opteven-white);
        margin-bottom: 8px;
    }

    .card-footer {
        background: transparent;
        border: none;
        padding: 0px;

        a {
            font-size: 18px;
            color: var(--opteven-orange);
            font-weight: 600;
        }
    }
}

/*-------------- Opteven benifits section starts here -------------------- */


/* Accordion styles start here */

.faq-section {

    .accordion-button {
        font-size: 18px;
        font-weight: 600;
        padding: 16px;
        color: var(--opteven-grey);
    }

    .accordion-body {
        padding-top: 0px !important;
    }

    .accordion-body p {
        font-size: 18px;
        color: var(--opteven-grey);
        margin-bottom: 8px;

        &:last-child {
            margin-bottom: 0px;
        }
    }

    .accordion-item .accordion-button:not(.collapsed) {
        color: var(--opteven-orange) !important;
        border-bottom: transparent;
        background-color: transparent !important;
        box-shadow: none !important;
        font-size: 18px;
    }

    .accordion-item .accordion-button::after {
        content: "";
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: auto;
        background-image: url("../images/chevron-down.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .accordion-item .accordion-button:not(.collapsed)::after {
        content: "";
        background-image: url("../images/chevron-down-orange.svg");
    }

    .accordion-item {
        border-bottom: 1px solid rgba(71, 86, 101, 0.10) !important;
    }

    .accordion-button:focus {
        box-shadow: none !important;
    }
}


/* Accordion styles start here */


/* quote flow styles start here */

.quote-creation-flow {
    .quote-flow-heading {
        color: var(--opteven-white);
        font-size: 33px;
        font-weight: 600;
        margin-bottom: 16px;
    }


    .standout-features {
        h5 {
            color: var(--opteven-grey);
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 16px;
        }

        p {
            font-size: 18px;
            color: var(--opteven-grey);
        }
    }

    .car-img {
        border-radius: 10px;
        background: rgba(71, 86, 101, 0.05);
        padding: 20px;

        .note-text {
            color: var(--Main-opteven-grey, #475665);
            text-align: center;
            font-size: 13px;
            font-weight: 400;
            margin-top: 8px;
            margin-bottom: 0px;
        }

    }

    .customer-info {
        color: var(--opteven-grey);
        font-size: 18px;

        p {
            color: var(--opteven-grey);
            margin-bottom: 8px;

            a {
                color: var(--opteven-orange) !important;
                font-weight: 600;
                text-decoration: none;
            }
        }

        span {
            color: var(--opteven-orange);
            font-weight: 600;
        }

        h5 {
            font-size: 24px;
            font-weight: 600;
        }

        h6 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .opteven-view-quote-btn {
            border-radius: 50px;
        }
    }

    .car-model {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 8px 0px;
        padding: 8px 0px;
        border-bottom: 1px solid #F4F4F4;
    }

    .vehicle-details span {
        font-size: 13px;
        font-weight: 400;
        margin-left: 4px;
        color: var(--text-dark);
        margin-bottom: 8px;
    }

    .car-info span {
        margin-bottom: 0px !important;
        margin-left: 8px !important;
        font-size: 14px !important;
    }

    .reg-number {
        font-size: 18px;
        font-weight: 600;
        color: var(--opteven-orange);
    }

    #make {
        font-size: 18px;
        font-weight: 600;
        color: var(--opteven-grey);
    }

    #model {
        font-size: 13px;
        font-weight: 400;
        margin-left: 4px;
    }

}

.bg-light-yellow {
    background-color: var(--bg-yellow);
}

.spacing-container {
    margin-top: -33px;
    margin-bottom: 124px;
}

.spacing-container-flow {
    padding: 24px 0px;
    margin: 170px 0px 90px;
}

.quote-flow-card {
    border-radius: 10px;
    border: 1px solid var(--opteven-grey);
    padding: 16px;
    background-color: var(--opteven-white);
    margin-bottom: 24px;

    &:last-child {
        margin-bottom: 0px;
    }
}

.custom-form {
    .form-group {
        margin-bottom: 24px;

        &:last-child {
            margin-bottom: 0px;
        }

        textarea {
            height: 74px;
        }
    }

    label {
        color: var(--opteven-grey);
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .form-control {
        border-radius: 10px;
        border: 1px solid rgba(71, 86, 101, 0.10);
        background: rgba(71, 86, 101, 0.03);
        padding: 8px;

        &::placeholder {
            color: rgba(71, 86, 101, 0.2) !important;
        }
    }
}


.term-plan-card {
    border-radius: 10px;
    border: 1px solid var(--opteven-grey);
    background: #F3F3F3;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: start;
    justify-content: space-between;

    .car-details {
        span {
            font-size: 13px;
            font-weight: 400;
            color: var(--opteven-grey);
        }
    }

    .edit-icon {
        padding: 5px;
        border: 1px solid var(--opteven-grey);
        border-radius: 5px;
    }

    .reg-number-info {
        padding: 0px 8px;
        border-radius: 5px;
        background: var(--opteven-white);
        box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.25);
        border: 1px solid #293948;
        color: #293948;
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        width: fit-content;
        margin: 4px 0px 8px;
    }

    .age-mileage-info {

        div {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 4px;
        }

        p {
            margin-bottom: 0px;
            font-size: 16px;
            font-weight: 600;
            color: var(--opteven-grey);
        }
    }
}

.search-post-code {

    .btn:hover,
    .btn-secondary {
        background-color: var(--opteven-grey);
    }

    .btn-secondary {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.small-select {
    select {
        max-width: 100px;
        flex: 0 0 100px;
        border-radius: 10px !important;
        text-align: left;
        text-align-last: left;
        margin-right: 8px;
        background-position: right 12% top 59% !important;
    }

    input {
        border-radius: 10px !important;
    }
}


/* quote flow styles Ends here */


/*--------------- warranty cover styles start here -------------------*/

.choose-term-warranty {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex: 1;

    h5 {
        font-size: 20px !important;
        font-weight: 600;
        color: var(--opteven-white);
        margin-bottom: 0px !important;
    }

    .age-mileage-info p {
        margin-left: 0px !important;
    }

    .pricing-options {
        border-bottom: 1px solid #4756651a;

        p {
            font-size: 13px;
            color: var(--opteven-grey);
        }
    }

    .form-check {
        display: flex;
        align-items: center;

        label {
            margin-left: 4px;
            color: var(--opteven-grey);

            span {
                font-size: 23px;
                font-weight: 600;
                color: var(--opteven-grey);
            }
        }

        .form-check-input:checked {
            background-color: var(--opteven-grey);
            border-color: var(--opteven-grey);
            box-shadow: none;
        }
    }

    .pricing-features {
        h4 {
            font-size: 13px;
            font-weight: 600;
            color: var(--opteven-grey);
        }

        .opteven-cover-feature-text {
            font-size: 11px;
            font-weight: 400;

            img {
                width: 12px;
            }

            span {
                font-size: 11px;
            }
        }

    }

    .opteven-feature-card {
        border-color: var(--opteven-grey);
        width: 50%;
        height: -webkit-fill-available;
    }

    .info-text p {
        margin-bottom: 8px;

        &:last-child {
            margin-bottom: 0px;
        }
    }

    .term-pricing-checked {
        position: absolute;
        right: -5px;
        top: -3px;
    }
}

.card-footer-links {
    margin-top: 16px;

    h4 {
        font-size: 20px !important;
        font-weight: 600 !important;
        color: var(--opteven-grey) !important;
    }

    p {
        margin-bottom: 8px;
    }

    a {
        color: var(--opteven-grey);
    }
}

.term-pricing-details {
    h6 {
        font-size: 33px;
        font-weight: 600;
        color: var(--opteven-grey);
        margin-bottom: 0px;

        span {
            font-size: 13px;
            font-weight: 400;
        }
    }

    p {
        font-size: 13px;
        font-weight: 400;
        color: var(--opteven-grey);
    }
}

/*--------------- warranty cover styles ends here -------------------*/


/*------------------ eligibility criteria styles start here ----------------- */

.eligibility-question {

    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    h6 {
        font-size: 20px !important;
        font-weight: 600;
        color: var(--opteven-orange);
        margin-bottom: 8px;

        span {
            font-size: 13px;
            color: var(--dark-grey);
            font-weight: 400;
        }
    }

    .question p {
        font-size: 18px;
        color: var(--opteven-grey);
        font-weight: 400;
    }

    .form-check-input {
        display: none;
    }

    .form-check-inline {
        padding: 0;
        margin-right: 8px;

        &:last-child {
            margin: 0;
        }
    }

    .form-check-label {
        border: 1px solid var(--opteven-orange);
        border-radius: 20px;
        padding: 2px 16px;
        cursor: pointer;
        color: var(--opteven-orange);
        font-weight: 600;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
    }

    .btn:hover {
        background-color: transparent;
    }

    .form-check-input:checked+.form-check-label {
        background-color: var(--opteven-orange);
        color: var(--opteven-white);
        border-color: var(--opteven-orange);
        gap: 8px;
    }

    .form-check-input:checked+.form-check-label::before {
        content: "check";
        font-family: 'Material Symbols Outlined';
        font-size: 16px;
    }
}


.policy-start-date {
    font-size: 28px;
    font-weight: 600;
    color: var(--opteven-grey);
}

.product-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--opteven-grey);

    .flex-fill {
        max-width: 155px;
    }

    h5 {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 4px;
    }

    p {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    span {
        font-size: 11px;
        font-weight: 400;
    }
}

.custom-check-box {
    display: flex;
    align-items: start;

    label {
        font-size: 13px;
    }

    .form-check-input[type=checkbox] {
        border-radius: 4px;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        box-shadow: none;
        border-color: var(--opteven-grey);
    }

    .form-check-input:checked[type=checkbox] {
        background-image: url(../images/checked-icon.svg)
    }

    .form-check-input:checked {
        background-color: var(--opteven-grey);
        border-color: var(--opteven-grey);
    }
}

/*------------------ eligibility criteria styles end here ----------------- */


/* loading container starts here */

.loading-container {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: var(--bg-yellow);
    text-align: center;

    img {
        border-bottom: 1px solid var(--opteven-grey);
        margin-bottom: 32px;
    }

    P {
        font-size: 23px;
        font-weight: 600;
        color: var(--opteven-grey);
        margin-bottom: 0px;
    }

}



/* loading container ends here */


.toggle-link {
    font-size: 13px;
    color: var(--opteven-grey);
    text-decoration: underline;
    cursor: pointer;
    text-align: end;
    a{
        color: var(--opteven-grey);
    }
}


/*------------------------ custom date picker ----------------------*/
/* --------------------------- cookies policy Css ------------ */

.cookies-title h5 {
    font-size: 23px;
    font-weight: 700;
    margin: 0px;
    margin-left: 8px;
    color: var(--opteven-orange);
}

.cookies-message .page-outline-btn {
    margin-left: 32px;
}

.cookies-title {
    display: flex;
    align-items: center;
}

.cookies-message p {
    font-size: 16px;
    color: var(--opteven-grey);
    margin-top: 16px;
    margin-bottom: 0px;
}

.cookies , .custom-cookies-modal {
    .btn-outline {
        background: transparent;
        border: 2px solid var(--opteven-orange);
        color: var(--opteven-orange);
        padding: 8px 16px;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
    }

}
/* --------------------------- cookies policy Css ------------ */


.custom-datepicker {
    padding: 8px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(71, 86, 101, 0.10) !important;
    background-color: rgba(71, 86, 101, 0.03);
    color: var(--opteven-grey);
    width: 100%;
    text-align: start;
}

.custom-datepicker::-webkit-calendar-picker-indicator {
    filter: invert(27%) sepia(8%) saturate(700%) hue-rotate(180deg) brightness(95%) contrast(90%);
    cursor: pointer;
}

/*------------------------ custom date picker ----------------------*/

.page-outline-btn {
    .btn-gradient {
        background: linear-gradient(270deg, #E53011 0%, #F18800 100%);
        border: none;
        color: var(--opteven-white);
        padding: 8px 16px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
    }
}

.error-heading {
    color: var(--opteven-grey);
    font-size: 24px;
    font-weight: 600;
    padding: 16px;
    line-height: normal;
    margin: 0;
}

#poperrmsg {
    color: var(--opteven-grey);
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0px;
}

.opteven-orange {
    color: var(--opteven-orange) !important;
    font-weight: 400 !important;
}
/*-------------- Modal CSS Start Here ----------------*/

.wd-custom-modal {
  .modal-header {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    padding: 16px;
    background-color: #EE7219;
    color: white;
  }

  .modal-content {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 8px !important;
    border: none;
  }

  .modal-body {
    text-align: start;
    padding: 20px !important;
    max-height: 480px;
    overflow-x: hidden !important;
    overflow: auto;
  }

  .modal-dialog {
    max-width: 660px !important;
    margin: auto;
    height: 100%;
  }

  .hover-li li {
    padding: 8px;
    border-radius: 4px;
  }

  .hover-li li:hover {
    background-color: var(--opteven-orange);
    color: var(--opteven-white);
  }

  .btn-close {
    color: var(--opteven-white);
    opacity: 1;
    background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
      center / 1em auto no-repeat;
  }

  .modal-title {
    font-size: 20px;
  }

}

/*-------------- Cookies Modal CSS ----------------*/

.custom-cookies-modal {

  p {
    color: var(--opteven-grey);
  }

  .cookies-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .cookies-type h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--opteven-orange);
  }

  .cookies-type h5 span {
    font-size: 14px;
    color: var(--opteven-orange);
    margin-left: 16px;
  }
}


@media screen and (max-width: 991.99px) {

    .w-954 {
    .nav-link {
        padding: 16px  !important;
    }
    }
    .opteven-mobile-nav-footer {
        border-top: 1px solid rgba(71, 86, 101, 0.10);
        padding: 16px;
    }

    .opteven-navbar-section {
        .opteven-contact-btn {
            justify-content: center;
        }
    }

    .header-options {
        justify-content: space-between !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: var(--opteven-white);
        min-width: 100%;
        max-width: 450px !important;
        overflow-y: auto;
        z-index: 999;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-collapse {
        transform: translateX(-100%);
        transition: transform 0.2s ease-in-out;
    }

    .opteven-banner-info {
        text-align: center;

        .opteven-banner-title h1 {
            font-size: 32px;
        }
    }


    .opteven-banner-section .opteven-banner-title {
        padding-bottom: 40px;
    }


    .opteven-navbar-section {
        .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
            background: rgba(238, 114, 25, 0.10);
            border-left: 2px solid var(--opteven-orange);
            border-bottom: none;
            color: var(--opteven-orange) !important;
        }
    }

        .custom-select-date{
        .form-select{
            background-position: right 30% center !important;
        }
    }

}

@media (max-width: 1200px) {
    .features-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768.99px) {

    .form-select {
        background-position: right 26% center;
    }

    .features-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-banner h1 {
        font-size: 28px;
    }

    .page-banner {
        padding: 61px 20px;
    }

    .quote-flow-heading {
        font-size: 24px !important;
    }

    .spacing-container-flow {
        top: 104px;
    }

    .spacing-container-flow {
        margin-top: 0px;
    }

    .inner-banner-title {
        h1 {
            padding: 27px 0px;
        }
    }

    .g-3 {
        gap: 16px !important;
    }

    .wd-custom-modal {
        .modal-content {
            border-top-left-radius: 8px !important;
            border-top-right-radius: 8px !important;
            border-bottom-left-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
        }

        .modal-dialog-bottom {
            position: absolute !important;
            bottom: 0 !important;
            margin: auto !important;
            width: 100% !important;
            align-items: end;
            max-width: none !important;
            display: flex !important;
            justify-content: end !important;
            animation: slideUp 0.3s ease-out !important;
        }

        .modal-dialog-centered {
            align-items: end;
        }

    }

    .show-desktop {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }
}


@media (max-width: 581px) {

  .custom-select-date{
        .form-select{
            background-position: right 14% center !important;
        }
    }
}

@media (max-width: 480px) {

    .warrantycover-banner-section {
        background-image:
            url('../images/warranty-cover-banner-mobile.jpg');
            .section-padding{
                padding: 50px 20px !important;
            }
    }

    .claims-banner-section {
        background-image:
            url('../images/claims-banner-image-mobile.jpg');
            .section-padding{
                padding: 50px 20px !important;
            }
    }

    .faq-banner-section {
        background-image:
            url('../images/faq-banner-image-mobile.jpg');
            .section-padding{
                padding: 50px 20px !important;
            }
    }

    .aboutus-banner-section {
        background-image:
            url('../images/about-us-banner-mobile.jpg');
            .section-padding{
                padding: 50px 20px !important;
            }
    }

    .contact-banner-section {
        background-image:
            url('../images/contact-us-banner-mobile.jpg');
            .section-padding{
                padding: 50px 20px !important;
            }
    }

    .terms-banner-section {
        background-image:
            url('../images/terms-of-use-banner-mobile.jpg');
            .section-padding{
                padding: 50px 20px !important;
            }
    }

    .privacypolicy-banner-section {
        background-image:
            url('../images/privacy-policy-banner-mobile.jpg');
            .section-padding{
                padding: 50px 20px !important;
            }
    }

    .cookie-policy-banner-section {
        background-image:
            url('../images/cookie-policy-banner-mobile.jpg');
            .section-padding{
                padding: 50px 20px !important;
            }
    }

    .contact-banner {
        h2 {
            font-size: 28px;
        }
    }

    .inner-banner-title {
        h1 {
            font-size: 33px;
        }
    }

    .features-container {
        grid-template-columns: 1fr;
    }

    .form-select {
        text-align: start;
        background-position: right 10% center;
    }

    .section-padding {
        padding: 40px 20px !important;
    }

    .section-title {
        h2 {
            font-size: 28px;
        }
    }

    .opteven-grey-section {
        .section-title {
            h2 {
                font-size: 28px;
            }
        }
    }

    .footer-section-bg {
        padding: 40px 8px 0px;
    }

    .custom-select-date{
        .form-select{
           background-position: right 17% center !important;
            padding: 5px 8%;
            text-align: start;
        }
    }
}

@media (max-width: 404px) {
    .choose-term-warranty {
        display: block;

        .opteven-feature-card {
            width: 100%;

            &:first-child {
                margin-bottom: 16px;
            }
        }
    }


    .term-pricing-details {
        h6 {
            font-size: 26px;
            font-weight: 600;
            color: var(--opteven-grey);
        }
    }


    .term-plan-card {
        & .age-mileage-info {
            p {
                font-size: 14px;
            }
        }
    }

    .product-info {
        /* display: block; */
        gap: 16px;

        .flex-fill {
            margin-bottom: 8px;

            &:last-child {
                margin-bottom: 0px;
            }
        }
    }

    .quote-flow-heading {
        font-size: 20px !important;
    }

}

@media (max-width: 340px) {
    .term-pricing-details {
        h6 {
            font-size: 22px;
        }
    }

  .page-outline-btn {
    .btn-gradient {
        font-size: 16px;
    }
}


    .custom-select-date {
        .form-select {
            background-position: right 14% center !important;
            text-align: start;
            padding: 5px;
        }
    }
}

/* ----------------- Judo Pay Css Starts Here--------------------- */

.MuiInput-underline:after {
    border-bottom: 2px solid var(--opteven-orange) !important;
}

.hover-li li:hover {
    background-color: #EE7219;
    color: white;
    cursor: pointer;
}
 

