body {
    font-family: 'DM Sans', sans-serif !important;
    /* font-family: 'Roboto', sans-serif !important; */
    height: auto !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: var(--info-color);
}

:root {
    --primary-blue: #111B57;
    --primary-red: #E8423B;
    --white-color: #FFFFFF;
    --dark: #000000;
    --dark-1: #333333;
    --dark-2: #696E77;
    --text-dark: #293948;
    --text-blue: #1B394E;
    --grey-color: #D9D9D9;
    --dark-grey-color: #A8A8A8;
    --light-grey: #E7EBEC;
    --light-grey1: #F4F4F4;
    --success-color: #61CE70;
    --info-color: #007BFF;
    --cyan-color: #2D96CD;
    --gold-color: #D4AF37;
    --silver-color: #C8C9C7;
    --bg-light-blue: #111b5708;
    --border-light: #111b571a;
}

.row>* {
    padding: 0px 8px !important;
}

.row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.mb-32 {
    margin-bottom: 32px;
}

.section-padding {
    padding: 80px 8px !important;
}

.section-bg {
    background: #111b570d;
    padding: 48px 24px;
}

.expert-cover-sec .custom-card img {
    width: 70px;
    background: transparent !important;
    padding: 0px !important;
    border-radius: 0 !important;
}

.expert-cover-sec .custom-card {
    text-align: center;
}

.expert-cover-sec {
    background: var(--wd-gradient, linear-gradient(270deg, #E8423B 0%, #A51B17 99%));
    color: var(--white-color) !important;
}

.expert-cover-sec h2,
.expert-cover-sec p,
.expert-cover-sec span {
    color: var(--white-color) !important;
}

.w-1440 {
    max-width: 1480px;
    padding: 0px 20px;
    margin: auto;
}

.w-660 {
    max-width: 660px;
    margin: auto;
}

#nav-container {
    position: sticky;
    top: 0px;
    z-index: 999;
    background-color: var(--white-color);
    box-shadow: 0px 10px 13px 1px #00000005;
}

#nav-container2 {
    position: sticky;
    top: 0px;
    z-index: 999;
    background-color: var(--white-color);
    box-shadow: 0px 10px 13px 1px #00000005;
}

.nav-brand-wd {
    border-bottom: 1px solid var(--light-grey);
}

.wd-brand img {
    max-width: 250px;
    height: auto;
}

.wd-brand {
    padding: 0px !important;
}

.navbar-section .dropdown-toggle::after {
    content: '\f078' !important;
    font-family: 'Font Awesome 5 Free' !important;
    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;
}

.contact-btn {
    display: flex;
    align-items: center;
    max-height: 40px;
}

.contact-btn span {
    font-size: 13px;
    color: var(--dark);
}

.contact-btn p a ,.contact-btn p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0px !important;
    color: var(--primary-blue);
}

.contact-btn button {
    padding: 5px;
    background: linear-gradient(45deg, #E8423B, #A51B17);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.navbar-expand-lg {
    padding: 0px !important;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.header-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.navbar-nav .nav-link.active {
    background-color: #e8423b1a;
    border-bottom: 4px solid var(--primary-red);
    color: var(--primary-red) !important;
}

.nav-link {
    padding: 10px 14px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--primary-blue) !important;
    border-radius: 0px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-blue) !important;
    color: var(--white-color) !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    font-size: 16px;
    color: var(--dark);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 42px;
    padding: 0px;
    box-shadow: 0px 8px 24px 0px #959da526;
    border-radius: 0;
}

.navbar-nav .dropdown-item:hover {
    background-color: var(--primary-blue);
    color: var(--white-color);
}


.home-banner {
    background-image: none !important;
    background: radial-gradient(73.86% 73.86% at 50% 49.77%, rgba(17, 27, 87, 0.80) 45%, rgba(17, 27, 87, 0.00) 100%), url("../images/home-banner.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    height:100vh;

    .carousel-header h1 {
        font-size: 46px;
        font-weight: bold;
        color: var(--white-color);
        margin-bottom: 0px;
    }

    .carousel-header span {
        color: var(--primary-red);
        font-weight: 400;
    }

    .carousel-header p {
        font-weight: 400;
        color: var(--white-color);
        margin: 8px 0px 32px;
    }

    .banner-content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        max-width: 995px;
        margin: auto;
        text-align: center;
        padding: 60px 20px;

        .banner-btns {
            justify-content: center;
        }
    }

    .banner-cards {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 32px;

        .custom-card {
            max-width: 429px;
            width: 100%;
        }

        .card-body {
            display: flex;
            align-items: start;
            gap: 16px;
            align-items: center;
        }

        .card-footer img {
            background: none !important;
            padding: 0px;
            border-radius: 0;
        }

        .card-title {
            margin-top: 0px;
        }
    }
}


/* home page carousel css start here  */

.banner-section{
    position: relative;
}

.banner-section .text-end {
    text-align: start !important;
}

.banner-section .text-end img{
    padding-left: 2px
}

/* ------------------- carousel css start here ----------------------- */


.slider-content {
    display: flex;
    align-items: center;
    height: 100%;
}


.banner-carousel-section .owl-dots {
    position: absolute;
    bottom: 60px !important;
    width: 100%;
}

.banner-carousel-section .owl-dot span {
    width: 50px !important;
    height: 4px !important;
    margin: 0px 4px !important;
    border-radius: 50px !important;
    background: var(--white-color);
    opacity: 0.5;
}

.banner-carousel-section .owl-dot.active span {
    background: var(--primary-red) !important;
    opacity: 1;
}

.banner-carousel-section .testimonial-card {
    padding: 32px 16px !important;
    position: relative;
    z-index: 99;
}

.banner-carousel-section .testimonial-content p:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
}

.banner-carousel-section .rating i {
    color: #FFD700;
    font-size: 16px;
}

.banner-carousel-section .review-text {
    font-size: 16px;
    margin: 32px 0px;
    color: var(--dark-2);
}

.banner-carousel-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.banner-carousel-section .owl-item {
    padding: 0px;
    margin: 0px !important;
}

.banner-carousel-section .owl-carousel .owl-item img {
    width: auto !important;
}


.banner-carousel-section .author-info {
    margin-left: 16px;
}

.banner-carousel-section .author-info h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-blue);
    margin-bottom: 0px;
}

.banner-carousel-section .author-info p {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-2);
    margin: 0;
}

.border-card .card-title {
    font-size: 20px !important;
    font-weight: 500;
    margin: 16px 0 8px;
    color: var(--primary-blue);
}

.border-card .card-info img {
    padding: 8px;
    border: 1px solid var(--light-grey);
    border-radius: 50%;
}

.border-card .card-body {
    padding: 16px 0px;
}

.border-card .card-info {
    display: flex;
    align-items: center;
}

.border-card {
    border-bottom: 1px solid var(--light-grey);
}

.border-card:last-child {
    border-bottom: none;
}

.border-card .card-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-2);
}

.banner-carousel-section .customer-rating {
    display: flex;
    align-items: center;
}

.banner-carousel-section .customer-rating span {
    margin-left: 8px;
    font-size: 18px;
    font-weight: 500;
}

.banner-carousel-section .testimonial-author {
    display: flex;
    align-items: center;
}


.banner-carousel-section .banner-btns {
    align-items: center;
    justify-content: start !important;
}

/* home page carousel css start here  */

.more-info-links {
    margin-top: 32px;
    text-align: center;
}

/* .more-info-links h6 {
    font-size: 20px;
    font-weight: 500;
} */

.more-info-links a:nth-child(2) {
    margin: 0px 16px;
}

/*----------------- banner section starts here------------------ */

/*-------------- testimonials css start here------------------ */

.testimonial-section .testimonial-card {
    padding: 16px !important;
    position: relative;
    box-shadow: none !important;
    border: 1px solid rgba(0, 55, 143, 0.116) !important;
}


.testimonial-section .owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-blue);
}

.quote-icon {
    max-width: 40px;
}

.testimonial-section .testimonial-content p:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
    margin: 16px 0px 8px;
}

.testimonial-section .review-text h6 {
    font-size: 23px;
    margin: 16px 0px;
    color: var(--primary-blue);
}

.testimonial-section .review-text p {
    font-size: 16px;
    margin: 0px;
    color: var(--dark-2);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 32px;
}

.testimonial-section .owl-carousel .owl-item img {
    width: auto !important;
}

.testimonial-section .author-info {
    margin-left: 16px;
}

.testimonial-section .author-info h6 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 0px;
}

.testimonial-section .author-info p {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0px;
}

.testimonial-section .testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.testimonial-section .owl-stage-outer {
    margin: 40px 0px 22px;
}

.testimonial-section .owl-nav {
    margin-top: 24px !important;
}

.testimonial-section .owl-nav button.owl-prev {
    margin-right: 32px !important;
}

.testimonial-section .owl-nav button.owl-prev:hover,
.testimonial-section .owl-nav button.owl-next:hover {
    background-color: transparent !important;
}

/*-------------- testimonials css end here------------------ */


/* blogs section css starts here */


.wd-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-top: 5px;
}

.wd-breadcrumb .breadcrumb a {
    text-decoration: underline;
    font-size: 13px;
    color: #111b57;
}

.wd-breadcrumb .breadcrumb .active {
    font-size: 13px
}


.blogs-section .card-body p {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-2);
    margin: 0px;
}

.blogs-section .card-body p span {
    font-weight: 400;
}

.blogs-section .card-body .card-text {

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--Text-dark, #293948);
    font-size: 18px;
    font-weight: 400;
}

/* blogs section css ends here */

.banner-section,
.car-banner-section {
    background-image: url('../images/wd-banner-bg.png');
    background-size: cover;
}

.banner-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-btns {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.banner-btns .btn-gradient {
    margin-right: 16px;
}

.banner-btns .btn-text {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: color 0.5s;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    text-decoration: none;
    text-align: center;
    padding: 8px 16px;
    border-radius: 50px;
}

.banner-btns .btn-text::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, #F4F4F4, #F4F4F4);
    height: 150px;
    width: 200px;
    border-radius: 50%;
    top: 100%;
    left: 100%;
    transition: all 0.4s;
}

.banner-btns .btn-text:hover {
    color: var(--primary-blue);
}

.banner-btns .btn-text:hover::before {
    top: -30px;
    left: -30px;
}

.banner-btns span {
    margin-left: 8px;
}

.car-banner-section .banner-title,
.banner-section .banner-title {
    padding: 40px 16px;
    color: var(--white-color);
    max-width: 728px;
    margin-left: auto;
    margin-right: 8px;
}

.car-banner-section .banner-title {
    padding: 80px 20px;
    max-width: 100% !important;
    text-align: center;
}

.car-banner-section .banner-title h1,
.banner-section .banner-title h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 16px;
}

.car-banner-section .banner-title span,
.banner-section .banner-title span {
    font-weight: 400;
    color: var(--primary-red);
}

.car-banner-section .banner-title p,
.banner-section .banner-title p {
    font-size: 18px;
    font-weight: 400;
}

.btn-gradient {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 50px;
    background: linear-gradient(45deg, #E8423B, #A51B17);
    padding: 11px 16px;
    color: var(--white-color) !important;
    text-decoration: none;
    border: none;
    text-align: center;
    min-width: fit-content;
}

.btn-gradient:hover {
    background: radial-gradient(circle farthest-corner, #E8423B, #A51B17);
    background-size: 360%;
    background-position: right;
    transform: scale(0.98) rotate(0);
    transition: 0.8s;
}

.btn-gradient span {
    color: var(--white-color) !important;
}

.savings-banner {
    padding: 16px 40px;
    background-color: var(--primary-red);
    color: var(--white-color) !important;
    font-size: 23px;
    font-weight: 500 !important;
    position: absolute;
    right: 23%;
    border-radius: 50px;
}

.btn-gradient:hover {
    text-decoration: none;
    color: var(--white-color) !important;
    cursor: pointer !important;
}

.modal-footer .outline-btn-gap,
.page-outline-btn .btn-outline,
.footer-buttons .outline-btn-gap {
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    padding: 9px 16px !important;
    line-height: 24px !important;
    color: var(--primary-red) !important;
    background-color: transparent !important;
    text-decoration: none !important;
    text-align: center !important;
    border: 2px solid var(--primary-red) !important;
}

.page-outline-btn {
    margin-top: 32px;
}

.outline-btn-gap:hover {
    color: var(--primary-red) !important;
    cursor: pointer !important;
}

.ratings {
    display: flex;
    align-items: center !important; 
}
::ng-deep .trustpilot-widget svg{
    max-width: 99px !important;
}

.rating-card {
    background-color: var(--white-color);
    padding: 4px;
    border-radius: 8px;
}

.rating-card a {
    color: var(--dark-grey-color);
    margin-top: 4px;
    font-size: 12px;
}

.rating-card img:nth-child(1) {
    margin-right: 8px;
}

/*----------------- banner section ends here------------------ */

.section-header {
    /* padding-right: 16px; */
    margin: 0px 0px 40px;
}

.section-header h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--primary-blue);
    margin-bottom: 8px;
}

.section-header span {
    color: var(--primary-red);
    font-weight: 400;
}

.section-header p {
    font-weight: 400;
    color: var(--dark-2);
}

.card {
    border-radius: 20px !important;
    box-shadow: 0px 8px 24px 0px #959da526;
    border: none !important;
    height: 100% !important;
    padding: 0px;
}


.who-can-buy-gap .col-lg-6:nth-child(-n+2) {
    margin-bottom: 16px;
}

.custom-card .card-body img {
    padding: 14px;
    border-radius: 20px;
    background: #FEF5F5;
    /* max-height: 70px;
    max-width: 70px; */
}

.blog-page .card {
    height: auto !important;
}

.wd-red-btn {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px;
    border-radius: 50px;
    background: linear-gradient(45deg, #E8423B, #A51B17);
    padding: 11px 16px;
    color: var(--white-color) !important;
    text-decoration: none;
    border: none;
    text-align: center;
    min-width: fit-content;
}

.wd-red-btn:hover {
    text-decoration: none;
    color: var(--white-color) !important;
    cursor: pointer !important;
}

.custom-card .card-title {
    font-size: 20px !important;
    font-weight: 500;
    margin: 16px 0 8px;
    color: var(--primary-blue) !important;
}

.custom-card .card-text {
    color: var(--dark-2);
}

.custom-card .card-footer {
    background: none !important;
    border: none;
    color: var(--primary-red);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 16px 16px;
    padding-bottom: 16px;
}

.custom-card .card-footer a {
    text-decoration: none;
    color: var(--primary-red);
}


.our-comprehensive-services-sec .col-lg-4:nth-child(-n+3) {
    margin-bottom: 16px;
}

.coming-soon-banner p {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-grey-color) !important;
    margin: 0px;
    /* background: #111b571e !important;
     border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 0;
    position: absolute; */
}

.coming-soon-banner a {
    display: none;
}

.advancegap-covers .custom-table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--light-grey1);
    border-collapse: separate;
    border-spacing: 0;
    font-size: 18px;
    margin-bottom: 0px !important;
    color: var(--dark) !important;
}

.custom-table>:not(caption)>*>* {
    box-shadow: none !important;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #f7f8f9 !important;
}

.advancegap-covers .custom-table thead th {
    background-color: var(--white-color);
    color: var(--dark);
    border: 1px solid var(--light-grey1);
    border-top: 0;
    border-right: 0;
    width: 33.33%;
    padding: 15px 13px;
}

.advancegap-covers .custom-table thead th:nth-child(2),
.advancegap-covers .custom-table thead th:nth-child(3),
.advancegap-covers .custom-table thead th:nth-child(4),
.advancegap-covers .custom-table tbody tr td:nth-child(2),
.advancegap-covers .custom-table tbody tr td:nth-child(4),
.advancegap-covers .custom-table tbody tr td:nth-child(3) {
    text-align: center;
    vertical-align: middle;

}

 .custom-table thead th:nth-child(2) {
    background-color: var(--primary-red);
    color: var(--white-color);
}

 .custom-table thead th:nth-child(3) {
    background-color: var(--light-grey);
    color: var(--primary-blue);
}

 .custom-table tbody tr td:nth-child(3) {
    border-right: 0 !important;
}

 .custom-table tbody tr td:nth-last-child(-n+3) {
    border-bottom: none !important;
    background-color: transparent !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.custom-table tbody td,
th {
    border-right: 1px solid var(--light-grey);
    padding: 8px 15px !important;
    vertical-align: middle;
    height: 51px;
    /* text-align: start; */
}


/* accordion-css start here */


.what-will-we-do-sec .accordion-button,
.our-faq-sec .accordion-button {
    background-color: transparent !important;
    color: var(--primary-blue) !important;
    font-size: 18px;
    font-weight: 500;
    border: none !important;
    border-bottom: 1px solid var(--light-grey) !important;
}


.accordion-item .accordion-button:not(.collapsed) {
    color: var(--primary-red) !important;
    border-color: red !important;
}

.accordion-item .accordion-button:not(.collapsed)::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    transform: rotate(180deg);
    background-image: none !important;
    font-size: 18px;
}

.accordion-item .accordion-button::after {
    content: '\f078' !important;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    background-image: none !important;
    font-size: 18px;
}

.accordion-item .accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item {
    background-color: transparent !important;
    margin-bottom: 8px;
    border: none !important;
}

.accordion-body {
    color: var(--dark-2);
}

.accordion-body p {
    margin-bottom: 8px !important;
}


/* footer section start here */

.footer-sec {
    padding: 40px 0px !important;
    background-color: var(--primary-blue);
    color: #ffffffb3;
}

.footer-sec h5 {
    text-decoration: none;
    color: var(--primary-red);
    margin-bottom: 16px !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    /* opacity: 1 !important; */
}

.footer-sec p a {
    text-decoration: none;
    color: #ffffffb3;
    font-weight: 400;
}


.mobile-nav-footer .social-icons a {
    display: flex;
    border-radius: 50%;
    text-decoration: none;
}

.mobile-nav-footer .social-icons,
.footer-sec .social-icons {
    margin-top: 32px;
    display: flex;
    margin-top: 8px;
}

.footer-sec .social-icons .fab {
    font-size: 20px;
    vertical-align: middle;
}


.terms-conditions-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid #ffffff1a;
}

.footer-sec a:hover {
    color: var(--white-color) !important;
}

.terms-conditions-links p {
    margin-bottom: 0px;
}

.footer-links p:nth-last-child(1) {
    margin-bottom: 0px;
}

.policies-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.terms-conditions-links .policies-sec p:nth-child(-n+2) {
    margin-right: 24px;
    margin-bottom: 0px !important;
}

.copyright-sec {
    padding: 16px 0px;
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 32px;
}

.copyright-sec .w-1440 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copyright-sec .policies-sec p {
    margin-bottom: 0px !important;
}

.copyright-sec .policies-sec p:nth-child(-n+2) {
    margin-right: 24px;
    margin-bottom: 0px !important;
}

.footer-sec .social-icons a,
.mobile-nav-footer .social-icons a {
    padding: 6px 10px;
    background-color: var(--white-color);
    border-radius: 4px;
    margin-right: 8px;
}

.footer-sec .social-icons .fa-x-twitter {
    color: #000000;
}

.footer-sec .social-icons .fa-facebook {
    color: #3D6AD6;
}

.footer-sec .social-icons .fa-youtube {
    color: #f61c0d;
}

.footer-sec .social-icons .fa-linkedin {
    color: #0077b5;
}

.footer-sec .social-icons .fa-instagram {
    background: linear-gradient(45deg, #FFDD55, #FF543E, #C837AB);
    -webkit-background-clip: text;
    color: transparent;
}


.affilation-sec p {
    font-size: 14px;
    margin-bottom: 8px;
}


.affilation-sec a {
    text-decoration: underline !important;
    color: var(--primary-red) !important;
}

.affilation-sec img {
    width: auto;
    height: 40px;
    margin-right: 16px;
    margin-bottom: 16px;
    opacity: 0.8;
}

.afiilation-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* footer section end here */

/* quote creation-form start here */

.quote-creation-form {
    /* display: flex;
flex-direction: column; */
    /* margin-top: 126px; */
    /* height: calc(100vh - 159px); */
    overflow-y: auto;
}

.new-warranty-quote {
    display: flex;
    height: calc(100vh - 68px);
    align-items: center;
    justify-content: center;
}

.new-warranty-quote .new-quote-warranty {
    border-radius: 20px !important;
    border: 1px solid var(--light-grey) !important;
    box-shadow: 0px 8px 24px 0px #959da526 !important;
}

.quote-creation-form .outline-btn-gap {
    border: 2px solid var(--primary-red) !important;
    color: var(--primary-red) !important;
}

.title-banner {
    flex: 0 0 auto;
    padding: 32px 20px;
    background-image: url('../images/gap-form-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 2px 5px #0000001a;
    text-align: center;
}

.title-banner h5 {
    font-size: 28px;
    font-weight: 700;
    color: var(--white-color);
    margin: 0;
}

.title-banner span {
    font-size: 28px;
    font-weight: 400;
    color: var(--primary-red);
}

.user-details-form {
    /* flex: 1 1 auto; */
    padding: 24px 20px !important;
    /* overflow-y: auto;
height: calc(100vh - 299px); */
    /* height: calc(100vh - 344px); */
}

.custom-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.custom-form [type="date"] {
    background: #fff url('../images/calendar-2.svg') 97% 50% no-repeat !important;
}


.scrollable-content {
    padding: 24px 20px !important;
    /* flex: 1 1 auto; */
    /* overflow-y: auto; */
    /* height: calc(100vh - 159px); */
}

.custom-form ::placeholder {
    color: var(--grey-color) !important;
}

.custom-form label {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 400;
}

#purchaseValue{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.custom-form .form-group {
    margin-bottom: 16px !important;
    text-align: start;
}

.custom-form .form-group:last-of-type {
    margin-bottom: 0;
}

.custom-form .form-group input {
    font-size: 16px !important;
    line-height: normal !important;
    color: var(--text-dark) !important;
    border-radius: 6px !important;
    border: 1px solid var(--border-light) !important;
    background-color: var(--bg-light-blue) !important;
    padding: 8px !important;
    text-align: start !important;
    height: 37px !important;
}

.search-post-code .btn:hover {
    background-color: var(--primary-blue);
    border-color: transparent;
}

.search-post-code .btn-secondary {
    background-color: var(--primary-blue);
    color: var(--white-color);
    line-height: 0;
    border-radius: 6px;
}

.custom-form .form-group .input-group-text {
    border-radius: 6px;
    border: 1px solid var(--border-light);
    border-right: none;
    padding: 3px 11px;
    line-height: normal;
    font-size: 20px;
    color: var(--dark-grey-color);
    background-color: var(--bg-light-blue);
}

.custom-form #errorPurch,
.custom-form .error-message,
.custom-form .error {
    font-size: 14px;
    padding: 0px;
    padding-top: 8px;
    margin: 0px;
    color: var(--primary-red) !important;
}

.footer-buttons {
    /* flex: 0 0 auto; */
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: var(--white-color);
    padding: 16px 20px;
    box-shadow: 0px 0px 13px 3px #0000001a;
}

/* quote creation-form ends here*/

/* tem-plan-select page css start here */

.term-plan-card {
    /* background: linear-gradient(45deg, #A51B17, #E8423B); */
    border-radius: 10px;
}

.term-plan-card p {
    padding: 8px 0px;
    text-align: center;
    margin: 0px;
    font-size: 13px;
    font-weight: 400;
    color: var(--white-color);
}

.term-plan-card h6 {
    font-size: 13px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 4px;
}

.term-plan-card .purchase-value span {
    font-size: 28px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 4px;
    line-height: normal;
}

.reg-numb-card {
    border: 2px solid var(--text-dark);
    border-radius: 5px;
    display: flex;
    align-items: center;
    background-color: var(--white-color);
    width: fit-content;
    margin-bottom: 8px;
}

.make-mode-info {
    margin-bottom: 8px;
}

.make-mode-info span {
    font-size: 14px;
    color: var(--white-color);
}

.make-mode-info span:first-child {
    margin-right: 8px;
}

.reg-numb-card p {
    font-size: 24px;
    color: var(--text-dark);
    font-weight: 500;
    margin: 0px;
    padding: 0px 8px;
    line-height: normal;
}

.purchasevalue-card {
    background-image: url('../images/pricing-plan-card-bg.png');
    background-size: cover;
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.purchasevalue-card-warranty {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    position: relative;
}

.purchasevalue-card-warranty .make-mode-info img {
    margin-right: 8px;
}

.purchasevalue-card-warranty .edit-icon {
    position: absolute;
    top: 16px;
    right: 16px;
}

.choose-term-warranty .term-pricing {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    /* max-width: 322px */
}

.choose-term-warranty .term-pricing .term-pricing-checked {
    position: absolute;
    right: -5px;
    top: -3px;
}

.choose-term-warranty .term-pricing-details p {
    color: var(--white-color) !important;
    margin-right: 16px !important;
    margin-bottom: 0px !important;
}

.choose-term-warranty .pricing-card {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--white-color);
    border: 1px solid var(--border-light);
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.15);
    padding: 16px;
    border-radius: 20px;
    margin: 0px;
    border: 2px solid transparent;
}

.choose-term-warranty .pricing-card .form-check {
    display: flex;
    align-items: center;
}



.choose-term-warranty .pricing-card .form-check label,
#wgscostGold,
#wgscostSilver {
    color: var(--text-dark);
    font-size: 21px !important;
    font-weight: 600 !important;
    margin-left: 4px !important;
}

.choose-term-warranty .pricing-card .form-check label span:last-child {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 400;
}

.choose-term-warranty .pricing-card .pricing-title {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.choose-term-warranty .silver-cover .pricing-title {
    color: #a1a1a1;
}

.choose-term-warranty .gold-cover .pricing-title {
    color: var(--gold-color);
}

.choose-term-warranty .pricing-checked {
    border: 2px solid var(--primary-blue);
}

.choose-term-warranty .pricing-options p {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 400;
}

.choose-term-warranty .pricing-options {
    margin-bottom: 8px;
}

.choose-term-warranty .pricing-options:first-child {
    margin-right: 16px;
}

.choose-term-warranty .pricing-data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.choose-term-warranty .standout-features h5 {
    font-size: 16px;
    color: var(--primary-red) !important;
    font-weight: 500;
    margin: 12px 0px;
    padding: 0px;
}

.choose-term-warranty .standout-features .car-img img {
    mix-blend-mode: multiply;
}

#differentVehicle .btn-gradient{
    font-size: 14px;
    padding: 7px 12px;
    margin-left: auto;
}

.choose-term-warranty .feature-info a {
    font-size: 14px;
    text-decoration: none;
    color: var(--text-dark);
}

.plan-selection-sec-warranty .card-footer-links {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 0px;
}

.plan-selection-sec-warranty .card-footer-links a {
    font-size: 16px;
    color: var(--text-dark) !important;
    font-weight: 400;
    margin-bottom: 8px;
    width: fit-content;
    text-decoration: underline;
}

.quote-number h6 {
    font-size: 13px !important;
    margin-top: 8px !important;
    font-weight: 400 !important;
}

.quote-number p {
    font-weight: 500 !important;
}

.pricing-info .fa-pen {
    font-size: 12px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.quote-flow-card .fa-pen {
    font-size: 12px;
    border: 1px solid var(--text-dark);
    color: var(--text-dark);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.pricing-info h6 {
    font-size: 24px;
    font-weight: 500;
    color: var(--white-color);
    margin: 0px;
}

.pricing-info p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    margin: 0px;
    text-align: start;
    padding: 0px;
    min-width: 134px;
}

.pricing-info h6 span {
    font-size: 14px;
}




.quote-flow-heading {
    padding: 24px 0px 16px;
    color: var(--primary-blue);
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 600;
}

.year-label {
    font-size: 13px;
    font-weight: 500;
    background: var(--white-color);
    color: var(--primary-blue);
    padding: 2px 10px;
    border-radius: 30px;
    width: fit-content;
}

.pricing {
    margin-top: 8px;
}

.pricing h3 {
    font-size: 28px;
    margin: 0px;
    color: var(--white-color);
}

.pricing h3 span,
.pricing p span {
    font-size: 12px;
    color: var(--white-color);
    word-wrap: normal;
}

.pricing p {
    margin: 0;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 500;
}

.term-pricing-details {
    display: flex !important;
    align-items: center !important;
    /* justify-content: space-between !important; */
}

.term-pricing-details p {
    color: var(--white-color) !important;
    margin-right: 16px !important;
    margin-bottom: 0px !important;
}

.subscription-card-info>div {
    border-radius: 20px;
    height: 100%;
}

.subscription-card-info:nth-child(1)>div {
    border: 1px solid #0b54981a !important;
}

.subscription-card-info:nth-child(2)>div {
    border: 1px solid hsla(168, 87%, 32%, 0.1) !important;
}

.subscription-card-info:nth-child(3)>div {
    border: 1px solid #6b0b981a !important;
}

.subscription-card-info:nth-child(4)>div {
    border: 1px solid #98620b1a !important;
}

.subscription-card-info:nth-child(-n+2) {
    margin-bottom: 16px;
}

.subscription-card-info .radio-input {
    display: none;
}

.subscription-card-info .custom-radio {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    background-color: transparent;
    color: transparent;
    transition: all 0.3s ease;
}

.subscription-card-info .radio-input:checked+.custom-radio {
    background-color: var(--white-color);
    color: var(--text-dark);
}

.subscription-card-info .custom-radio i {
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
}

.term-pricing .subscription-card1 {
    background: linear-gradient(155deg, #1A70C1 0%, #0b54984d 111.17%);
    position: relative;
    padding: 16px;
    cursor: pointer !important;
}

.term-pricing .subscription-card2 {
    background: linear-gradient(155deg, #0EAC8D 0%, #0b987c4d 111.17%);
    position: relative;
    padding: 16px;
    cursor: pointer !important;
}

.term-pricing .subscription-card3 {
    background: linear-gradient(155deg, #9628CA 0%, #6b0b984d 111.17%);
    position: relative;
    padding: 16px;
    cursor: pointer !important;
}

.term-pricing .subscription-card4 {
    background: linear-gradient(155deg, #CA7928 0%, #98620b4d 111.17%);
    position: relative;
    padding: 16px;
    cursor: pointer !important;
}

.quote-flow-card {
    background-color: var(--white-color);
    border: 1px solid var(--border-light);
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px #959da526;
    margin-bottom: 20px;
}

.quote-flow-card:nth-last-child(1) {
    margin-bottom: 0px !important;
}

.term-pricing .standout-features h5 {
    color: var(--primary-red) !important;
}

.standout-features h5 {
    padding: 16px 0px;
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 500;
    margin: 0px;
}

.review-details-sec .car-img img,
.standout-features .car-img img {
    mix-blend-mode: multiply;
}

.feature-info {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.feature-info p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 8px;
    line-height: normal;
}

.feature-info:nth-last-child(1) {
    margin-bottom: 0px;
}


.card-footer-links {
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-footer-links a {
    font-size: 16px;
    color: var(--text-dark) !important;
    font-weight: 500;
}

#modal-questions label {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal;
    margin: 0px;
    color: var(--primary-blue) !important;
}

/* tem-plan-select page css end here */

/* policy start date selection css start here */

.policy-date-selection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.policy-date-selection .dropdown {
    width: 100%;
}

.policy-date-selection #selectmonth {
    margin: 0px 8px;
}

.policy-date-selection .dropdown:nth-child(2) {
    margin: 0px 8px;
}

.policy-date-selection .dropdown-menu {
    padding: 8px;
}


.insured-details-form select,
.policy-date-selection select {
    text-align: center;
    width: 100%;
    padding: 8px 16px 8px 8px !important;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-dark);
    border: 1px solid var(--border-light);
    border-radius: 6px;
    background: var(--bg-light-blue);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/select-arrow-down.png');
    background-position: right 6px center;
    background-repeat: no-repeat;
}

select option:hover {
    background-color: var(--primary-blue) !important;
    color: var(--white-color) !important;
}

.insured-details-form select::after,
.policy-date-selection select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url('../images/select-arrow-down.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
}


.car-details-card .car-img {
    padding: 20px;
    border-radius: 10px;
    background: var(--light-grey);
    color: var(--text-dark);
    margin-bottom: 8px;
}

.vehicle-details .car-model {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--light-grey1);
}


.vehicle-details .car-model-warranty {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.vehicle-details .car-model-warranty .reg-number {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-red);
}

.vehicle-details p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: normal;
    color: var(--text-dark);
}

.vehicle-details span {
    font-size: 13px;
    font-weight: 400;
    margin-left: 4px;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.car-info {
    display: flex;
    align-items: center;
}

.car-info span {
    margin-bottom: 0px !important;
    margin-left: 8px !important;
    font-size: 14px !important;
}

.car-info:nth-child(-n+2) {
    margin-bottom: 4px;
}

/* policy start date selection css end here*/

#cancellationInfo .custom-form textarea,
#reasonForCancellationMobile,
.custom-form .form-select {
    background-color: var(--white-color) !important;
}

#reasonForCancellationMobile .placeholder-option {
    color: #D9D9D9 !important;
}
/* insured details page css start here */
.custom-form textarea,
.custom-form .form-select {
    border-radius: 6px !important;
    border: 1px solid var(--border-light);
    padding: 3px 11px;
    background-color: var(--bg-light-blue) !important;
    margin-right: 8px;
    height: 37px;
    min-width: 98px !important;
    text-align: start;
}

.custom-form [type="date"] {
    background: #fff url('../images/calendar-2.svg') 97% 50% no-repeat;
}

.search-address .form-select {
    height: 42px;
    margin: 0px;
    margin-bottom: 24px;
}


.custom-form textarea.form-control {
    min-height: 80px;
    color: var(--primary-blue) !important;
    padding: 8px !important;
}

.form-control:focus {
    background-color: var(--bg-light-blue) !important;
}

.insured-details-form #firstName {
    border-radius: 6px !important;
}

.small-select {
    flex: 0 0 12% !important;
    min-width: 80px !important;
}

.form-check-input:checked {
    background-color: var(--primary-blue) !important;
    border-color: var(--primary-blue) !important;
    box-shadow: none !important;
}

.form-check-input {
    box-shadow: none !important;
    border-color: var(--primary-blue) !important;
}

.large-input {
    flex: 1 !important;
}

/* insured details page css end here */



/* review details page css start here */
.quote-flow-card h5 {
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 500;
    margin: 0px;
    margin-bottom: 16px;
}

.product-info h5,
.personal-details h5 {
    font-size: 16px;
}

.review-details-sec .review-data,
.review-details-sec .warranty-data-review {
    font-size: 18px !important;
    font-weight: 500;
    color: var(--primary-blue);
    margin: 0px;
    margin-top: 8px;
}

.review-details-sec .warranty-data-review {
    color: var(--primary-red);
    margin-left: 0px !important;
    margin-top: 8px !important;
}

.user-product-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.personal-details .personal-info {
    display: flex;
    align-items: start;
    margin-bottom: 8px;
}

.personal-details .personal-info i {
    border-radius: 50%;
    padding: 6px 7px;
    background-color: var(--primary-blue);
    color: var(--white-color);
    font-size: 12px;
    margin-right: 10px;
    line-height: normal;
}

.personal-details .personal-info p {
    font-size: 16px;
    color: var(--text-dark);
    font-weight: 400;
    margin: 0px;
}

.personal-details .personal-info:nth-last-child(1) {
    margin: 0px !important;
}

.wd-custom-modal .modal-header {
    background-color: var(--primary-blue);
    padding: 16px 20px;
    align-items: center;
}

.apology-modal h5{
    font-size: 20px;
    color: var(--primary-blue);
}

.wd-custom-modal .modal-footer .btn-gradient {
    font-size: 16px;
    margin: 0px
}

.wd-custom-modal .modal-footer {
    padding: 16px;
}

.wd-custom-modal .modal-header .btn-close {
    /* background: none !important; */
    color: var(--white-color);
    font-size: 18px;
    line-height: 0;
    opacity: 1;
}

.wd-custom-modal .btn-close:focus {
    box-shadow: none;
}

.wd-custom-modal .modal-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-dark);
    color: var(--white-color) !important;
}

.wd-custom-modal .modal-body {
    text-align: start;
    padding: 20px !important;
    max-height: 480px;
    overflow-x: hidden !important;
    overflow: auto;
}

.wd-custom-modal .modal-dialog {
    max-width: 660px !important;
    margin: auto;
    height: 100%;
}

.wd-custom-modal .modal-sub-header {
    padding: 8px 20px;
    text-align: start;
    background: var(--light-grey1);
}

.wd-custom-modal .modal-sub-header h6 {
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 0px;
}

#questionnariesModal .modal-body p,
.questionnarieswarranty p {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 8px;
}

#questionnariesModal .modal-body .question-number,
.questionnarieswarranty .question-number {
    font-size: 20px !important;
    color: var(--primary-red) !important;
}

#questionnariesModal .question-number span,
.questionnarieswarranty .question-number span {
    font-size: 13px;
    color: var(--dark-grey-color);
    margin-left: 5px;
}


.info-row {
    display: grid;
    grid-template-columns: 40% 70%;
    margin-bottom: 8px;
}

.info-row p {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-blue);
    padding-right: 8px;
}

.info-row span {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-dark);
}

.info-row:last-child {
    margin-bottom: none;
}

/* .summary-container {
margin-bottom: 20px;
} */

.summary-container .form-check {
    margin-top: 20px;
}

.summary-container .form-check-label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--primary-blue) !important;
}

.wd-custom-modal .form-check-label {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal;
    color: var(--primary-blue) !important;
}

/* review details page css end here */

/* payment success page css  start here  */

.payment-sucess-page {
    margin-top: 126px;
    padding: 20px;
}

.policy-details {
    color: var(--text-dark);
}

.policy-details span {
    font-weight: 400;
    color: var(--primary-red);
    font-size: 16px;
}

.policy-details h6 {
    font-size: 18px;
}

.policy-details p {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 16px;
}

.policy-details a {
    color: var(--primary-red) !important;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
}

/* payment success page css  end here  */

/* .quote-creation-form,
.plan-selection-sec,
.review-details-sec,
.insured-details-form {
margin-bottom: 77px;
} */

.plan-selection-sec .car-details-card {
    margin-bottom: 24px;
}

.plan-cover-details {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex: 1;
    justify-content: center;
}

.user-details-form,
.scrollable-content {
    margin-bottom: 77px;
}

/*------------- coverage cards css start here ---------------*/

.coverage-header {
    padding: 16px;
    background-color: var(--primary-blue) !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: start;
    min-height: 114.9px;
}

.coverage-header img {
    margin-right: 16px;
}

.coverage-header h6 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white-color);
}

.coverage-header p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    margin: 0px;
}

.coverage-body {
    padding: 16px;
}

.coverage-item {
    margin-left: 16px;
    width: 100%;
}

.coverage-item a {
    color: var(--primary-blue);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 11%;
    text-underline-offset: 15%;
    margin-bottom: 8px;
}

.coverage-item p {
    color: var(--dark-grey-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 8px;
    line-height: initial
}

.coverage-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.coverage-info:first-child {
    margin-top: 8px;
}

.coverage-info:nth-last-child(1) {
    margin-bottom: 0px;
}

/*------------- coverage cards css start here ---------------*/



/*-------------- get-quote-banner css start here------------------ */

.get-quote-banner {
    background-image: url('../images/get-quote-bg-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.get-quote-banner .form-control:focus {
    background-color: var(--white-color) !important;
}

.get-quote-banner .form-control::placeholder {
    color: var(--grey-color);
}

.get-quote-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .banner-image{
    background-image: url('../images/warranty-banner-image.jpg');
} */

.get-quote-info h2 {
    margin: 16px 0px 8px !important;
}

.get-quote-info .section-header h6 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
}

.get-quote-info .section-header p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.get-quote-input {
    display: flex;
    align-items: center;
    gap: 16px;
}

.get-quote-info .form-group {
    width: 277px;
}

/*-------------- get-quote-banner css start here------------------ */

/* -------------------- covered-components data list start here--------------- */

.covered-components-sec .custom-table {
    border: 1px solid var(--light-grey) !important;
}

.covered-components-sec .advancegap-covers .custom-table thead th:nth-child(2) {
    background-color: var(--gold-color);
    color: var(--white-color);
}

.covered-components-sec .advancegap-covers .custom-table thead th:nth-child(3) {
    background-color: var(--silver-color);
    color: var(--white-color);
}

.policy-coverage-table,
.gold-plan-table,
.gold-plan-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px !important;
}

.policy-coverage-table th:first-child {
    border-top-left-radius: 8px;
}

.policy-coverage-table th:last-child {
    border-top-right-radius: 8px;
}

.policy-coverage-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.policy-coverage-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}


.policy-coverage-table th,
.policy-coverage-table td {
    border: 1px solid #f4f4f4;
    text-align: center;
    color: var(--dark) !important;
    padding: 10px;
}

.policy-coverage-table th:first-child,
.policy-coverage-table td:first-child {
    text-align: start !important;
}

.policy-coverage-table thead th:nth-child(2) {
    background-color: var(--primary-grey) !important;
}

.policy-coverage-table thead th:nth-child(3) {
    background-color: var(--gold-color) !important;
}

.policy-coverage-table thead th:nth-child(4) {
    background-color: var(--light-grey) !important;
}

.policy-coverage-table-info p {
    font-size: 16px;
    color: var(--text-dark);
}

.policy-coverage-table-info span {
    font-weight: 600;
    color: var(--primary-red);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* smooth scrolling on iOS */
}

.silver-plan-table .policy-coverage-table thead th:nth-child(2) {
    background-color: var(--primary-grey) !important;
}

.silver-plan-table .policy-coverage-table thead th:nth-child(3) {
    background-color: var(--light-grey) !important;
}

.silver-plan-table .custom-table tbody tr td:nth-child(3),
.gold-plan-table .custom-table tbody tr td:nth-child(3) {
    border-right: 1px solid var(--light-grey) !important;
}

/* .table-wrapper {
    max-height: 400px;
    overflow-y: auto;
    position: relative;
}

.table-wrapper thead th {
    position: sticky;
    top: 0;
    background-color: #fff; 
    z-index: 2;
} */
.covered-components {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #111b570d;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 32px;
}

/* .covered-components .form-group {
    min-width: 316px;
} */

.covered-components .form-select {
    background-color: var(--white-color) !important;
    color: var(--primary-blue);
    height: 46px;
}

.covered-components h6 {
    font-size: 23px;
    font-weight: 500;
    color: var(--primary-blue);
    margin: 0px;
}

.note-point {
    color: var(--primary-blue);
    margin-top: 16px !important;
    margin-bottom: 32px;
}

.text-section span {
    font-weight: 600;
    color: var(--primary-red);
    margin-right: 4px;
}

/* -------------------- covered-components data list ends --------------- */


/* ------------------ whats-covered-sec -------------- */
.key-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.key-info {
    margin-right: 8px;
    margin-bottom: 32px;
    margin-top: 16px;
}

.key-points img {
    margin-right: 8px;
    height: 20px;
    width: 20px;
    margin-top: 3px;
    background: transparent !important;
    padding: 0px !important;
}

.key-points {
    margin-bottom: 8px;
    display: flex;
    align-items: start;
}

.key-points p {
    color: var(--dark-2);
    margin-bottom: 0px;
}

/* ------------------ whats-covered-sec -------------- */

.whats-covered-sec h5 {
    color: var(--primary-blue);
}

.whats-covered-sec p a {
    color: var(--info-color);
}

/* ------------------ whats-covered-sec -------------- */

.our-benifits-sec .col-lg-6:nth-child(-n+2) {
    margin-bottom: 16px;
}

#customerInfo textarea,
#cancellationInfo textarea,
#cancellationInfo .form-group input,
#customerInfo .form-group input {
    background-color: var(--white-color) !important;
}

#cancellationInfo .down-arrow {
    position: absolute;
    right: 16px;
    top: 6px;
    cursor: pointer;
    background-color: #fff;
    width: 25px;
}

#cancellationInfo #reasonOptions option:hover {
    background-color: #007bff;
    color: #ffffff;
}

#cancellationInfo #reasonOptions option {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
}

.our-gap-insurance-sec .section-header {
    padding-right: 32px !important;
}

.our-gap-insurance-sec .btn-gradient {
    margin-top: 32px;
}

.reason-cancellation-web input {
    cursor: auto;
}

.reason-cancellation-mobile {
    display: none;
}

.reason-cancellation-mobile .custom-select-ddl::after {
    right: 20px !important;
    top: 12px;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center !important;
    border: 2px solid #cbcbcb;
    color: #cbcbcb;
}


/* repair costs section css start here */

.repair-costs-sec .card-body img {
    padding: 0px;
    border-radius: 0px;
    background: none;
}

.repair-costs-sec .custom-card .card-title {
    font-size: 18px !important;
    font-weight: 500;
    color: var(--text-dark) !important;
}

.repair-costs-sec .custom-card {
    border-radius: 20px !important;
    border: 1px solid var(--light-grey) !important;
    box-shadow: 0px 8px 24px 0px #959da526 !important;
}

.car-repair-info {
    display: flex;
    align-items: start;
}

.car-repair-info div {
    margin-left: 16px;
}

.car-repair-info .card-title {
    margin-top: 0px;
}

.car-repair-info .card-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-red);
}

.repair-costs-sec .col-lg-3:nth-child(-n+4) {
    margin-bottom: 16px;
}

/* repair costs section css ends here */

/* ----------- ---------- claim-steps-sec start here------------- */

.claim-steps-info {
    margin-left: 32px;
}

:nth-child(odd) .claim-steps-info {
    margin-right: 32px;
    margin-left: 0px;
}


.claim-steps-info h5 {
    color: var(--primary-red);
    font-size: 28px;
    font-weight: 700;
    opacity: 0.3;
}

.claim-steps-info h6 {
    color: var(--primary-blue);
    font-size: 23px;
    font-weight: 500;
}

.covered-items-mot .col-lg-12:nth-child(-n+3) {
    margin-bottom: 32px;
}

/* ----------- ---------- claim-steps-sec end here------------- */



/* ---------- multiedia covered section start here ------------ */

.multimedia-covered-sec .col-lg-12:nth-child(-n+4) {
    margin-bottom: 32px;
}

.covered-items-mot .card-body img,
.multimedia-covered-sec .card-body img {
    padding: 0px;
    background-color: transparent;
}

.covered-items-mot .card-body .card-title,
.multimedia-covered-sec .card-body .card-title {
    margin-top: 0px;
    margin-bottom: 16px;
}


.text-section {
    margin-bottom: 32px;
}

.text-section h5 {
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-blue);
}

.text-section p {
    font-size: 16px;
    color: var(--dark);
    margin: 0px;
}

p a,
.key-points a , li a{
    text-decoration: none;
    color: var(--info-color);
}

p a:hover,
.key-points a:hover , .blog-body-link:hover{
    text-decoration: underline;
    color: var(--primary-red);
}

.car-details-sec .car-image-wrapper {
    position: relative;
    width: 250px;
}

.car-details-sec .car-image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.car-details-sec .overlay-text {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    color: #fff;
    padding: 4px 0;
    font-size: 14px;
    margin: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: flex-end;
    height: 140px;
    justify-content: center;
}

.car-details-sec .overlay-text h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
}

.we-are-special-sec .col-lg-4:nth-child(-n+3) {
    margin-bottom: 16px;
}

.contact-us-card {
    padding: 16px !important;
    position: relative;
    box-shadow: none !important;
    border: 1px solid rgba(0, 55, 143, 0.116) !important;
}

.contact-us-card a {
    word-break: break-all;
    color: var(--primary-red);
    font-weight: 500;
}

.contact-us-card img {
    margin-bottom: 16px;
}

.contact-us-card p {
    color: var(--dark-2);
}

.cars-link {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cars-link a,
.sec-cars-link a {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--primary-blue) !important;
    min-width: 210px;
    background: var(--white-color);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    box-shadow: 0px 8px 24px 0px #959da526;
    /* margin-right: 16px; */
}

.sec-cars-link a {
    min-width: 48%;
    margin: 0px;
}

.sec-cars-link {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cars-link a i {
    margin-right: 6px;
}

.cars-link a:hover {
    color: var(--primary-red) !important;
}


.about-warranty-sec {
    position: relative;
}

.section-margin {
    margin-left: 16px;
    margin-bottom: 0px !important;
}

.about-warranty-sec .ratings {
    position: absolute;
    top: 7%;
    display: block;
    left: -3%;
}

.about-warranty-sec .rating-card {
    margin: 0px !important;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.15);
}

.about-warranty-sec .key-info .key-points {
    margin-right: 8px;
    margin-bottom: 8px;
    display: flex;
}


/* ---------- multiedia covered section end here ------------ */



/* gap home page css override */

.gap-banner-sec h1 {
    font-size: 34px;
    color: var(--primary-blue);
    font-weight: 600;
}

.gap-banner-sec h3 {
    font-size: 23px;
    color: var(--primary-blue);
    font-weight: 500 !important;
}

.gap-banner-sec h1 span {
    color: var(--primary-red);
    font-weight: 500 !important;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 8px;
}

.gap-banner-sec p {
    font-size: 18px !important;
    color: var(--text-dark);
    font-weight: 400 !important;
}



.key-feature-sec .card {
    text-align: center;
}

.key-feature-sec .card-footer {
    border-radius: 20px !important;
    text-align: center;
    background-color: transparent;
    padding: 20px;
}

.terms-conditions-links,
.terms-conditions-links em {
    font-weight: inherit !important;
}

.wd-banner-info .banner-btn {
    padding: 0px;
    display: flex;
    justify-content: start;
    height: auto;
    text-align: start;
}

.hover-li li {
    color: var(--text-dark);
    padding: 8px;
    font-size: 16px !important;
    border-radius: 4px;
    line-height: normal;
}

.hover-li li:hover {
    background-color: var(--primary-blue);
    color: var(--white-color);
    cursor: pointer;
}






/* blog page css */

.banner-sec {
    margin-top: 64px;
}

.blog-cards {
    row-gap: 16px !important;
}

.published-date {
    font-size: 14px !important;
}

.custom-card .card-footer a:hover {
    text-decoration: underline !important;
}

.blog-cards .custom-card .card-footer a {
    display: flex;
    align-items: center;
}

.blog-inner-page h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-blue);
}

.breadcrumb {
    display: flex;
    align-items: center;
}

.blog-inner-page P {
    font-size: 18px !important;
}

.blog-inner-page h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-blue);
}

.blog-inner-page h3 {
    font-size: 20px;
    margin: 24px 0 8px;
    color: var(--primary-blue);
    font-weight: 700;
}

.blog-inner-page h5 {
    font-size: 17px;
    color: var(--primary-blue);
    font-weight: 700;
}

.blog-inner-page ul h5 {
    font-size: 17px;
    color: var(--primary-blue);
    font-weight: 500;
}

.blog-inner-page ul li span {
    font-size: 17px;
    color: var(--primary-blue);
    font-weight: 500;
}

.discount-banner {
    background-color: #e8423b;
    text-align: center;
    margin: 1rem 0;
    color: #fff;
    cursor: pointer;
}

.discount-banner h4 {
    font-size: 26px;
    margin: 0;
    font-weight: 500;
    padding: 1rem;
}



.blink-animation,
.discount-banner h4 {
    /* animation: blinker 2s linear infinite alternate 5s; */
    animation-name: blinker;
    animation-duration: 5s;
    /* padding: 0 16px; */
    animation-iteration-count: infinite;
    font-size: 26px !important;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fw-500 {
    font-weight: 500;
}

.fw-600{
    font-weight: 600 !important;
}

.blog-cards {
    row-gap: 16px;
}

.blog-cards .card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-cards .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.blog-cards .card-body {
    padding: 16px;
}

.blog-cards .card-body h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #333;
    transition: color 0.3s ease;
}

.blog-cards .card-body h4:hover {
    color: #cc0000;
}

.blog-cards .card-body p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

.blog-cards .card img {
    width: 100%;
    height: auto;
    display: block;
    /* border-bottom: 1px solid #eee; */
}

.blog-cards .card-footer {
    padding: 15px 20px 20px;
    background-color: #fafafa;
    /* border-top: 1px solid #e0e0e0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog-cards .published-date {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 10px;
}

p .blue-color{
    color: var(--primary-blue) !important;
}

.blog-cards .blue-color {
    color: #007bff;
}

.blog-inner-page .banner-sec {
    margin-top: 64px;
}

/* loader css */
/* .overflownone{ overflow: hidden; }
.loading-container{ background-color:rgba(0,0,0,0.45); position:fixed; top:0; left:0; right:0; bottom:0; z-index:2000; } */
/* loader css start here */


.loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #383e6059;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
}

.loader img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.loader .ring {
    width: 100%;
    height: 100%;
    border-top: 2px solid var(--primary-red);
    /* border-right: 2px solid var(--primary-blue);
    border-bottom: 2px solid var(--primary-red);
    border-left: 2px solid var(--primary-blue); */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* loader css end here */

/* radio-btn and checkbox css */

.quetions {
    min-width: 68px;
    display: inline-block;
}


.custom-radio-btn label,
.quetions label {
    border: 1px solid #E8423B;
    border-radius: 4px;
    color: #E8423B;
    font-size: 24px;
    padding: 4px 40px;
    cursor: pointer;
    font-weight: 900;
}

.custom-radio-btn [type="radio"]:checked+label,
.quetions [type="radio"]:checked+label,
.custom-radio-btn [type="checkbox"]:checked+label,
.quetions [type="checkbox"]:checked+label {
    background-color: #E8423B;
    color: #fff;
    border: 1px solid #E8423B;
}


.custom-radio-btn input,
.quetions input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.quetions label {
    font-size: 14px;
    padding: 3px 18px;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    display: inline-block;
}


/* modal error css start here */

#errorModal{
    z-index: 9999;
}

#errorModal .modal-body p {
    font-size: 18px;
}

#errorModal .modal-body #poperrmsg {
    padding: 20px 0px 0px;
}

#errorModal .modal-body .page-outline-btn .btn-outline {
    max-width: 320px;
    margin-left: auto !important;
}

/* popovers css start here */

.popover-header{
    background: var(--primary-blue) !important;
    color: var(--white-color) !important;
}

/* popovers css end here */

/* cookies css start here */

.cookies-title {
    display: flex;
    align-items: center;
}

.cookies-title h5 {
    font-size: 23px;
    font-weight: 700;
    margin: 0px;
    margin-left: 8px;
    color: var(--primary-blue);
}

.cookies-message p {
    font-size: 16px;
    color: var(--dark-2);
    margin-top: 16px;
    margin-bottom: 0px;
}

.cookies-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.wd-custom-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
}

.wd-custom-modal .modal-body p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--dark-2) !important;
}

.custom-cookies-modal .cookies-info {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--light-grey1);
}

.custom-cookies-modal .cookies-info:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.cookies-type h5 span {
    font-size: 14px;
    color: var(--primary-red);
    margin-left: 16px;
}

.cookies-type h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-blue);
}

.custom-cookies-modal .active-cookies {
    padding: 16px !important;
    border: 1px solid var(--light-grey1);
    border-radius: 6px;
}

.custom-cookies-modal .modal-body {
    max-height: 620px !important;
}

.wd-custom-modal {
    margin: 0px auto !important;
}

.wd-custom-modal .btn-close {
    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;
}

.custom-cookies-modal .modal-footer .btn-gradient,
.custom-cookies-modal .page-outline-btn .btn-outline {
    font-size: 18px !important;
    margin: 0px;
}

.custom-cookies-modal .modal-footer .modal-dialog-scrollable .modal-content {
    bottom: 0px;
}

.cookies-message .page-outline-btn {
    margin-left: 32px;
}

.hideable-content span {
    font-weight: 600;
    color: var(--primary-blue);
}

/* cookies css ends here */



.dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-toggle::after {
    content: '\f078' !important;
    float: left;
    transform: rotate(-90deg);
    margin-left: 0px !important;
    margin-right: 8px;
    font-size: 14px;
}

.info-text{
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--info-color) !important;
}

.discount-info{
    display: flex;
    align-items:center ;
    padding: 8px;
    background-color: #61ce7015;
    margin-bottom: 12px;
    border-radius: 6px;
}

.discount-info img{
    width: 35px;
    height: 35px;
    margin-right: 8px;
}

.discount-info p {
    font-size: 14px;
    color: var(--primary-blue) !important;
    margin: 0px;
}

.discount-info span {
  font-weight: 600;
}

.disclaim-text{
    font-size: 14px;
}

.golderrormsg , .silverrrormsg{
    /* background-color: #FEF5F5; */
    background-color: var(--light-grey);
    padding: 16px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    align-items: center;
    display: flex;
    z-index: 1;
}

.golderrormsg p , .silverrrormsg p {
    font-size: 16px;
    font-weight: 500;
    /* color: var(--dark-grey-color); */
    color: var(--text-dark);
    margin: 0px;
}


.marquee-container {
    background-color: #c62828;
    color: var(--white-color);
    overflow: hidden !important;
    white-space: nowrap;
    position: absolute;
    font-size: 16px;
    width: 100%;
    bottom: 0px;
    padding: 8px 0px;
  }

  .marquee-banner img{
    width: 25px;
  }
  .marquee-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: marquee 40s linear infinite;
    animation-play-state: running;
  }

  .marquee-container:hover .marquee-content {
    animation-play-state: paused;
  }

  .marquee-content span {
    display: inline-block;
    margin: 0 24px;
  }

  @keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
  }

/* Media Queries for Responsiveness */
@media screen and (max-width: 1332px) {
    .banner-title h1 {
        font-size: 34px !important;
    }

    .banner-btns {
        margin-bottom: 32px;
    }

    .banner-carousel-section .owl-nav {
        right: 10% !important;
    }
}

@media screen and (max-width: 1199.99px) {
    /* .navbar-nav .nav-link.active {
background-color: #e8423b1a !important  ;
} */

    .get-quote-info {
        display: block;
    }

    .get-quote-info .section-header {
        margin-bottom: 16px !important;
    }
}


@media screen and (max-width: 1209.9px) {
    .reason-cancellation-mobile {
        display: block !important;
    }

    .reason-cancellation-web {
        display: none !important;
    }
    .reason-cancellation-mobile .custom-form .form-select{
        background-color: var(--white-color) !important;
    }
}

@media screen and (max-width: 991.99px) {

    .covered-components .form-group {
    margin-top: 16px;
}

    .section-margin {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 32px;
    }

    .claim-steps-sec .col-lg-12:nth-child(-n+3) {
        margin-bottom: 16px !important;
    }

    .amendments-info .col-lg-6:first-child {
        margin-bottom: 16px;
    }

    .savings-banner {
        width: 100%;
        left: 0;
        right: 0;
        border-radius: 0 !important;
        padding: 8px 20px;
        font-size: 16px;
        margin-top: 16px;
    }

    .blogs-section .col-md-12:nth-child(-n+2) {
        margin-bottom: 16px;
    }

    .banner-carousel-section .owl-nav {
        display: none !important;
    }

    .covered-items-mot .card-body .card-title,
    .multimedia-covered-sec .card-body .card-title {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .covered-items-mot .col-lg-12:nth-child(-n+4),
    .multimedia-covered-sec .col-lg-12:nth-child(-n+4) {
        margin-bottom: 16px;
    }

    .contact-us-section .col-lg-4:nth-child(-n+2) {
        margin-bottom: 16px;
    }

    .claim-steps-info {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 16px;
    }

    .claim-steps-info p {
        margin-bottom: 0px;
    }

    .claim-steps-sec .col-lg-12:nth-child(even) .coverage-info,
    .covered-items-mot .col-lg-12:nth-child(even) .coverage-info {
        flex-direction: column-reverse;
    }

    .multimedia-covered-sec .col-lg-12:nth-child(even) .coverage-info {
        flex-direction: column-reverse;
    }

    /* .claim-steps-sec img{
        display: none
        } */

    .we-are-special-sec .col-lg-4:nth-child(-n+4) {
        margin-bottom: 16px;
    }

    .repair-costs-sec .col-lg-3:nth-child(-n+6) {
        margin-bottom: 16px;
    }

    /* .section-header {
        margin-top: 32px;
        margin-bottom: 0px;
    } */

    .section-padding {
        padding: 40px 8px !important;
    }

    .section-bg {
        padding: 40px 8px;
    }

    .banner-section .banner-title {
        padding: 80px 8px !important;
        text-align: center;
        margin: auto;
    }

    .banner-info {
        text-align: center;
    }

    .ratings {
        justify-content: center;
    }

    .banner-btns {
        justify-content: center;
    }

    .banner-section .banner-title h1 {
        font-size: 38px;
    }


    .navbar-nav .nav-link.active {
        border: none;
        border-left: 4px solid var(--primary-red);
        color: var(--primary-red) !important;
    }


    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: var(--white-color);
        min-width: 100%;
        max-width: 450px !important;
        overflow-y: auto;
        z-index: 999;
        transform: translateX(-100%);
        transition: transform 0.2s ease-in-out;
    }

    .header-sec {
        display: flex !important;
        padding: 12px 20px;
    }

    .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);
    }

    .navbar-section {
        position: sticky;
        background-color: var(--white-color);
        top: 0;
        z-index: 2;
    }

    .mobile-nav-footer {
        width: 100%;
        position: absolute;
        bottom: 0px;
        padding: 16px;
        background-color: var(--white-color);
        border-top: 1px solid var(--light-grey);
    }

    .contact-btn {
        justify-content: center;
    }

    .custom-table tbody td {
        font-size: 14px;
    }

    .mobile-nav-footer .social-icons {
        margin-top: 0px;
        justify-content: center;
        padding: 16px;
        background: #111b570d;
    }

    .footer-sec .social-icons {
        margin-bottom: 32px;
    }

    .mobile-nav-footer .social-icons {
        margin-top: 8px;
    }

    .footer-links:nth-child(-n+4) {
        margin-bottom: 32px;
    }

    .terms-conditions-links {
        display: block !important;
        text-align: center;
    }

    .terms-conditions-links p:nth-child(1) {
        margin-bottom: 10px !important;
    }

    .banner-title h1 {
        font-size: 28px !important;
    }

    .nav-link {
        padding: 16px 20px !important;
    }

    .navbar-nav .dropdown-menu.show {
        background-color: #F8F0F0;
        border: none !important;
        width: 100%;
        padding: 0px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: initial;
    }

    .navbar-expand-lg .navbar-nav {
        height: calc(100% - 75px) !important;
        overflow-y: auto;
    }

    /* .user-details-form {
height: calc(100vh - 289px);
} */

    /* .scrollable-content {
height: calc(100vh - 149px);
} */

    .navbar-expand-lg .navbar-nav {
        justify-content: initial;
    }

    .accordion-body {
        padding: 16px 0px !important;
    }

    .accordion-button {
        padding: 16px 0px !important;
    }

    .why-us-section .col-lg-4:nth-child(-n+3) {
        margin-bottom: 16px;
    }

    .why-us-section .col-lg-3:nth-child(-n+3) {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 322px) and (max-width: 540px) {

    .cars-link a {
        min-width: 48% !important;
        font-size: 16px;
    }
}

@media screen and (min-width: 992.99px) and (max-width: 1573px) {
    .marquee-container{
        bottom: -20px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .cars-link {
        justify-content: start;
    }

    .cars-link a {
        margin-right: 8px;
    }
}

@media screen and (max-width: 766.99px) {
    .silver-card {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767.99px) {

    .coverage-header {
        min-height: initial;
    }
    .copyright-sec .w-1440 {
        justify-content: center;
    }

    .claim-steps-info {
        margin-top: 0px;
    }

    .copyright-sec {
        display: block !important;
        text-align: center;
    }

    .our-comprehensive-services-sec .col-lg-4:nth-child(-n+4) {
        margin-bottom: 16px;
    }

    .about-warranty-sec .ratings {
        display: flex;
    }

    .cars-link a {
        min-width: 160px;
    }

    .covered-items-mot .card-body .card-title,
    .multimedia-covered-sec .card-body .card-title {
        margin-top: 0px;
    }

    .claim-steps-info {
        margin-left: 0px;
    }

    .we-are-special-sec .col-lg-4:nth-child(-n+5) {
        margin-bottom: 16px;
    }

    .repair-costs-sec .col-lg-3:nth-child(-n+7) {
        margin-bottom: 16px;
    }

    .our-benifits-sec .col-lg-6:nth-child(-n+3) {
        margin-bottom: 16px;
    }


    .why-us-section .col-lg-4:nth-child(-n+3),
    .our-gap-insurance-sec .col-lg-6:nth-child(-n+3) {
        margin-bottom: 16px;
        padding-right: 8px !important;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .custom-table {
        font-size: 16px;
        color: var(--dark) !important;
    }

    .custom-table tbody td,
    th {
        padding: 8px !important;
    }

    .rating-card img:nth-child(1) {
        margin-right: 4px;
    }

    .footer-sec h5 {
        margin-bottom: 8px;
    }

    .advancegap-covers .custom-table thead th:nth-child(2),
    .advancegap-covers .custom-table thead th:nth-child(3) {
        width: 15%;
    }

    .wd-custom-modal .modal-sub-header {
        padding: 8px 16px !important;
    }

    .wd-custom-modal .modal-body {
        padding: 16px !important;
    }

    .wd-custom-modal .modal-footer {
        box-shadow: 0px 0px 13px 3px #0000001a;
        border: none;
    }

    .info-row p {
        font-size: 16px;
    }

    .info-row span {
        font-size: 16px;
    }

    .wd-custom-modal .modal-dialog {
        padding: 0px;
    }

    .wd-custom-modal .modal-content {
        border: none !important;
    }

    .wd-custom-modal .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;
    }

    .wd-custom-modal .modal-header {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
        padding: 16px;
    }

    .wd-custom-modal .modal-content {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    .who-can-buy-gap .col-lg-6:nth-child(-n+3) {
        margin-bottom: 16px;
    }

    .why-us-section .col-lg-6:nth-child(-n+2) {
        margin-bottom: 16px;
    }

    .wb-blue-bg {
        height: 100% !important;
    }

    .gap-banner-sec .wb-blue-bg div {
        padding: 16px 8px;
    }

    .wd-banner-info {
        padding: 0px !important;
    }

    .wd-custom-modal .modal-title {
        font-size: 18px;
    }

    .wd-custom-modal .modal-sub-header h6 {
        font-size: 18px;
    }

    .wd-red-btn {
        padding: 10px 19px !important;
    }

    .pricing-info p {
        font-size: 14px;
    }

    .covered-items-mot .col-lg-5,
    .claim-steps-sec .col-lg-5,
    .multimedia-covered-sec .col-lg-5 {
        display: none;
    }
}


@media screen and (max-width: 655.99px) {
    .banner-cards {
        flex-wrap: wrap;
    }

    .carousel-header h1 {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 575.99px) {
    /* .home-banner {
        height: 80vh;
    } */

    .marquee-container {
        position: initial;
      }

    .marquee-content{
    animation: marquee 25s linear infinite;
    }

    .expert-cover-sec .col-lg-3:first-child {
        margin-bottom: 16px;
    }

    .border-card .card-info {
        display: block;
    }

    .border-card .card-info img {
        margin-top: 16px;
    }

    .wd-custom-modal {
        align-items: end !important;
    }
}

@media screen and (max-width: 568px) {

    .banner-section .banner-title {
        padding: 40px 8px !important;
    }

    .banner-carousel-section .owl-dots {
        bottom: 24px !important;
    }

    .carousel-header h1 {
        font-size: 34px;
    }

    .choose-term-warranty .term-pricing {
        width: 100% !important;
    }

    .choose-term-warranty .pricing-options:first-child {
        margin-right: 0px;
    }

    .slide-1 {
        background: linear-gradient(0deg, rgba(17, 27, 87, 0.70) 0%, rgba(17, 27, 87, 0.70) 100%), url('../images/warranty-banner-image.jpg') lightgray 50% / cover no-repeat;
        height: 80vh;
    }

    .slide-2 {
        background: linear-gradient(0deg, rgba(17, 27, 87, 0.70) 0%, rgba(17, 27, 87, 0.70) 100%), url('../images/gap-insurance-image.jpg') lightgray 50% / cover no-repeat;
        height: 80vh;
    }

    .slide-3 {
        background: linear-gradient(0deg, rgba(17, 27, 87, 0.70) 0%, rgba(17, 27, 87, 0.70) 100%), url('../images/smart-insurance-image.jpg') lightgray 50% / cover no-repeat;
        height: 80vh;
    }

    .slide-4 {
        background: linear-gradient(0deg, rgba(17, 27, 87, 0.70) 0%, rgba(17, 27, 87, 0.70) 100%), url('../images/key-insurance-image.jpg') lightgray 50% / cover no-repeat;
        height: 80vh;
    }

    .slide-5 {
        background: linear-gradient(0deg, rgba(17, 27, 87, 0.70) 0%, rgba(17, 27, 87, 0.70) 100%), url('../images/tyre-insurance-image.jpg') lightgray 50% / cover no-repeat;
        height: 80vh;
    }
}

@media screen and (max-width: 519px) {

    .pricing h3,
    .pricing p {
        display: grid;
    }

    .term-pricing-details {
        display: block !important;
    }

    .pricing-info p {
        width: 100% !important;
    }

    .custom-cookies-modal .modal-footer .btn-gradient,
    .custom-cookies-modal .page-outline-btn .btn-outline {
        font-size: 16px !important;
        margin: 0px;
        padding: 8px 16px !important;
    }

    .custom-cookies-modal .modal-body {
        max-height: 520px !important;
    }
}



@media screen and (max-width: 505.99px) {
    .custom-radio-btn {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 475px) {

    .sec-cars-link a {
        min-width: 100%;
    }

    .more-info-links a {
        display: block;
    }

    .banner-carousel-section .owl-dot span {
        width: 40px !important;
        height: 4px !important;
    }

    .pricing-card .form-check label {
        font-size: 20px !important;
    }

    .btn-gradient {
        font-size: 16px !important;
        padding: 8px 10px;
        margin-right: 8px !important;
    }

    .banner-btns .btn-text {
        font-size: 16px !important;
        padding: 8px 10px;
    }

    .outline-btn-gap {
        font-size: 16px;
    }

    .info-row {
        display: block !important;
    }


    .footer-buttons .col-6 {
        padding: 0px !important;

    }

    .footer-buttons .col-6:nth-child(1) {
        padding-right: 8px !important;
    }

    .modal-footer .outline-btn-gap,
    .footer-buttons .outline-btn-gap {
        padding: 9px 10px;
    }

    .our-gap-insurance-sec .custom-card .card-body {
        display: block !important;
        text-align: start;
    }

    .our-gap-insurance-sec .custom-card .card-body h5 {
        margin-top: 16px !important;
    }

    .summary-container label {
        font-size: 14px !important;
    }

    /* .term-pricing-details{
    display: block !important;
    } */

    .product-info {
        display: flex;
        align-items: center;
    }

    .product-info p {
        margin: 0px !important;
        margin-left: 16px !important;
    }

    .product-info h5 {
        min-width: 100px;
    }

    .user-product-info {
        /* display: block; */
        width: 100%;
    }

    .card-footer-links {
        display: inline-grid !important;
    }

    .pricing-info h6 {
        font-size: 22px !important;
    }


    .wd-brand img {
        height: 28px !important;
    }

    .quote-number h6 {
        font-size: 13px !important;
    }

    .carousel-header h1{
        font-size: 28px !important;
    }
}

@media screen and (max-width: 390.99px) {
    .custom-radio-btn {
        margin-bottom: 8px;
    }

    .carousel-header h1 {
        font-size: 24px !important;
    }

    .banner-section{
        .custom-card .card-title{
            font-size: 18px !important;
        }

        .custom-card .card-footer a{
            font-size: 16px;
        }
    }
}

@media screen and (max-width: 380px) {

    .get-quote-input {
        flex-wrap: wrap;
    }

    .carousel-header p {
        font-size: 14px !important;
    }

    .plan-cover-details {
        flex-direction: column;
    }

    .pricing-card {
        flex: 0 0 auto;
    }

    .pricing-card {
        flex: none;
    }

    .purchasevalue-card-warranty {
        display: block;
    }

    .choose-term-warranty .pricing-options:first-child {
        margin-right: 16px;
    }
}

@media screen and (max-width: 331px) {

    .cars-link a .fa-arrow-right {
        font-size: 14px;
    }

    .purchasevalue-card {
        padding: 16px;
    }

    .term-plan-card .purchase-value span {
        font-size: 26px;
    }

    .wd-banner-info a:first-child {
        margin-bottom: 8px;
    }

    .wd-banner-info .banner-btn {
        display: block !important;
        padding: 0px !important;
    }

    .coverage-header {
        display: block;
    }

    .coverage-header h6 {
        margin-top: 16px !important;
    }

    .custom-cookies-modal .modal-footer .btn-gradient,
    .custom-cookies-modal .page-outline-btn .btn-outline {
        width: 100%;
    }

    .custom-cookies-modal .page-outline-btn .btn-outline {
        margin-right: 0px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 321.99px) {


    .cars-link a {
        min-width: 100% !important;
    }

    .rating-card {
        display: block !important;
        justify-content: center;
        text-align: center;
    }

    .policies-sec{
        display: block;
        text-align: start;
    }
    
    .copyright-sec .policies-sec p:nth-child(-n+2){
      margin: 0px;
    }
            
    .about-warranty-sec .ratings {
        position: initial;
        margin-top: 16px;
    }
}

@media screen and (max-width: 276.99px) {
    .copyright-sec .policies-sec p {
        margin: 0px !important;
    }
    .wd-brand img{
        height: 22px !important;
    }
    
    .carousel-header h1 {
        font-size: 28px;
    }

    .footer-sec .social-icons{
        flex-wrap: wrap;
    }

    .copyright-sec .w-1440{
        justify-content: start;
    }
}


@media (max-width: 576px) {

    .blog-cards .card-body,
    .blog-cards .card-footer {
        padding: 15px;
    }

    .blog-cards .card-body h4 {
        font-size: 1.1rem;
    }

    .blog-cards .wd-red-btn {
        width: 100%;
        text-align: center;
    }
}

.banner-image-wd-home {
    background-image: url('../images/warranty-banner-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    max-width: 952px;
    min-height: 810px;
  }

  .gap-banner-image {
    background-image: url('../images/gap-banner-image.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
    max-width: 952px;
    min-height: 810px;
  }

  .zsiq_theme11.siq_bL, .zsiq_theme11.siq_lM, .zsiq_theme11.siq_tL{
    bottom: 150px !important;
  }

  .instructions-main img {
      width: 90px;
  }

  .dummy-img {
      width: 90px;
  }

  .dotted-line {
      border-left: 1px dashed #b5b3b3;
      height: 100px;
      margin: 5px auto;
      width: 1px;
  }

  .instructions-main .card {
      box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.1);
      border: none;
  }

 /*hiding cantact icon when selecting input field  */
input::-webkit-contacts-auto-fill-button {
    display: none !important;
    visibility: hidden;
}



		/* ============================================================
		   Payment Failure Summary – page-specific styles
		   ============================================================ */

		* { box-sizing: border-box; }

		body {
			/* font-family: 'DM Sans', sans-serif !important;
			background-color: #f8f9fa !important;
			color: #293948 !important; */
		}

		.ff-sb {
			font-family: 'DM Sans', sans-serif !important;
			font-weight: 700 !important;
		}

		/* ====================================================
		   MAIN LAYOUT – flex two-column (works without Bootstrap)
		   ==================================================== */
		.pfs-layout-row {
			display: flex !important;
			flex-wrap: wrap !important;
			gap: 24px !important;
			align-items: flex-start !important;
			margin-top: 32px !important;
			margin-bottom: 24px !important;
		}

		.pfs-policy-col {
			flex: 0 0 calc(33.333% - 12px) !important;
			min-width: 260px !important;
		}

		.pfs-content-col {
			flex: 1 1 0 !important;
			min-width: 0 !important;
		}

		/* ---- Policy Information Card ---- */
		.pfs-policy-card {
			border: 2px solid #111B57 !important;
			border-radius: 18px !important;
			box-shadow: 0 4px 20px rgba(17, 27, 87, 0.07) !important;
			overflow: hidden !important;
			background-color: #fff !important;
		}

		.pfs-policy-card .pfs-card-header {
			background-color: #111B57 !important;
			color: #fff !important;
			font-family: 'DM Sans', sans-serif !important;
			font-weight: 700 !important;
			font-size: 16px !important;
			padding: 14px 20px !important;
			text-align: center !important;
			letter-spacing: 0.2px !important;
		}

		.pfs-policy-card .pfs-card-body {
			padding: 8px 20px 16px !important;
		}

		.pfs-policy-card table {
			width: 100% !important;
			border-collapse: collapse !important;
			margin-bottom: 0 !important;
		}

		.pfs-policy-card table tr {
			border-bottom: 1px solid #f0f2f5 !important;
		}

		.pfs-policy-card table tr:last-child {
			border-bottom: none !important;
		}

		.pfs-policy-card table td {
			padding: 10px 0 !important;
			font-size: 13.5px !important;
			vertical-align: middle !important;
			border: none !important;
			font-family: 'DM Sans', sans-serif !important;
		}

		.pfs-policy-card table td.td-label {
			font-weight: 700 !important;
			color: #293948 !important;
			white-space: nowrap !important;
			padding-right: 12px !important;
			width: 60% !important;
		}

		.pfs-policy-card table td.td-value {
			font-weight: 400 !important;
			color: #696E77 !important;
			text-align: right !important;
		}

		/* ---- Outstanding / Instruction Text ---- */
		.pfs-outstanding-msg {
			font-family: 'DM Sans', sans-serif !important;
			font-size: 15px !important;
			color: #293948 !important;
			line-height: 1.6 !important;
			margin-bottom: 6px !important;
		}

		.pfs-outstanding-msg .pfs-bold {
			color: #111B57 !important;
			font-weight: 700 !important;
		}

		.pfs-instruction {
			font-family: 'DM Sans', sans-serif !important;
			font-size: 14.5px !important;
			
			line-height: 1.6 !important;
			margin-bottom: 16px !important;
		}

		.pfs-instruction .pfs-bold {
			color: #111B57 !important;
			font-weight: 700 !important;
		}

		/* ---- Billing Information Accordion ---- */
		.pfs-billing-accordion {
			border: 1px solid #c5cee0 !important;
			border-radius: 6px !important;
			overflow: hidden !important;
		}

		.pfs-billing-header {
			background-color: #111B57 !important;
			color: #fff !important;
			font-family: 'DM Sans', sans-serif !important;
			font-weight: 700 !important;
			font-size: 15px !important;
			padding: 13px 20px !important;
			cursor: pointer !important;
			display: flex !important;
			justify-content: space-between !important;
			align-items: center !important;
			user-select: none !important;
			transition: background-color 0.2s ease !important;
		}

		.pfs-billing-header:hover {
			background-color: #1B2975 !important;
		}

		.pfs-billing-header .toggle-icon {
			font-size: 16px !important;
			transition: transform 0.3s ease !important;
			opacity: 0.85 !important;
		}

		.pfs-billing-header.collapsed .toggle-icon {
			transform: rotate(-90deg) !important;
		}

		.pfs-billing-body {
			background: #fff !important;
			padding: 24px 20px !important;
		}

		/* ---- Billing two-column layout ---- */
		.pfs-billing-two-cols {
			display: flex !important;
			flex-wrap: wrap !important;
			gap: 0 !important;
		}

		.pfs-billing-col {
			flex: 1 1 0 !important;
			min-width: 220px !important;
			padding-right: 24px !important;
		}

		.pfs-billing-col.pfs-col-right {
			border-left: 1px solid #dee2e6 !important;
			padding-left: 24px !important;
			padding-right: 0 !important;
		}

		/* ---- Column headings (Contact / Address Details) ---- */
		.pfs-col-heading {
			font-family: 'DM Sans', sans-serif !important;
			font-size: 14px !important;
			font-weight: 700 !important;
			color: #2761a4 !important;
			padding-bottom: 8px !important;
			margin-bottom: 16px !important;
			border-bottom: 1px solid #dee2e6 !important;
		}

		/* ---- Form fields ---- */
		.pfs-field-group {
			margin-bottom: 16px !important;
		}

		.pfs-field-label {
			display: block !important;
			font-family: 'DM Sans', sans-serif !important;
			font-size: 13px !important;
			font-weight: 500 !important;
			color: #293948 !important;
			margin-bottom: 5px !important;
		}

		.pfs-field-input {
			width: 100% !important;
			background-color: #F4F4F4 !important;
			border: 1px solid #E7EBEC !important;
			border-radius: 4px !important;
			padding: 8px 12px !important;
			font-size: 13.5px !important;
			font-family: 'DM Sans', sans-serif !important;
			color: #293948 !important;
			outline: none !important;
			transition: border-color 0.2s ease !important;
		}

		.pfs-field-input::placeholder {
			color: #aab0ba !important;
			font-size: 13px !important;
		}

		.pfs-field-input:focus {
			background-color: #fff !important;
			border-color: #111B57 !important;
			box-shadow: 0 0 0 2px rgba(17, 27, 87, 0.08) !important;
		}

		.pfs-error-msg {
			display: block;
			color: #E8423B !important;
			font-size: 11.5px !important;
			margin-top: 3px !important;
			font-family: 'DM Sans', sans-serif !important;
		}

		/* ---- Find Address button ---- */
		#findbillingpostcode {
			background-color: #111B57 !important;
			color: #fff !important;
			border: none !important;
			border-radius: 50px !important;
			font-family: 'DM Sans', sans-serif !important;
			font-weight: 600 !important;
			font-size: 13.5px !important;
			padding: 9px 22px !important;
			cursor: pointer !important;
			transition: background-color 0.2s ease !important;
			margin-top: 8px !important;
			float: right !important;
		}

		#findbillingpostcode:hover {
			background-color: #1B2975 !important;
		}

		/* ---- Pay Now button ---- */
		.pfs-pay-now-row {
			display: flex !important;
			justify-content: flex-end !important;
			margin-bottom: 32px !important;
			margin-top: 8px !important;
		}

		#payNowBtn {
			background-color: #111B57 !important;
			color: #fff !important;
			border: none !important;
			border-radius: 50px !important;
			font-family: 'DM Sans', sans-serif !important;
			font-weight: 700 !important;
			font-size: 16px !important;
			padding: 12px 42px !important;
			cursor: pointer !important;
			transition: background-color 0.2s ease, transform 0.15s ease !important;
			box-shadow: 0 4px 14px rgba(17, 27, 87, 0.2) !important;
		}

		#payNowBtn:hover {
			background-color: #1B2975 !important;
			transform: translateY(-1px) !important;
		}

		/* ---- Payment Confirmation Modal ---- */
		#paymentConfirmModal .modal-content {
			border-radius: 10px !important;
			border: none !important;
			box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
			overflow: hidden !important;
		}

		#paymentConfirmModal .modal-header {
			background-color: #111B57 !important;
			color: #fff !important;
			padding: 14px 20px !important;
			border-bottom: none !important;
		}

		#paymentConfirmModal .modal-title {
			font-family: 'DM Sans', sans-serif !important;
			font-weight: 700 !important;
			font-size: 16px !important;
			color: #fff !important;
		}

		#paymentConfirmModal .modal-body {
			padding: 28px 24px !important;
			font-family: 'DM Sans', sans-serif !important;
			font-size: 15px !important;
			color: #293948 !important;
			text-align: center !important;
		}

		#paymentConfirmModal .modal-body p {
			margin-bottom: 20px !important;
			font-weight: 500 !important;
		}

		.confirm-btn-no {
			border: 2px solid #111B57 !important;
			color: #111B57 !important;
			background: #fff !important;
			font-family: 'DM Sans', sans-serif !important;
			font-weight: 700 !important;
			font-size: 14px !important;
			border-radius: 50px !important;
			padding: 9px 30px !important;
			margin-right: 10px !important;
			cursor: pointer !important;
			transition: all 0.2s ease !important;
		}

		.confirm-btn-no:hover {
			background-color: #111B57 !important;
			color: #fff !important;
		}

		.confirm-btn-yes {
			border: 2px solid #111B57 !important;
			color: #fff !important;
			background: #111B57 !important;
			font-family: 'DM Sans', sans-serif !important;
			font-weight: 700 !important;
			font-size: 14px !important;
			border-radius: 50px !important;
			padding: 9px 30px !important;
			cursor: pointer !important;
			transition: all 0.2s ease !important;
		}

		.confirm-btn-yes:hover {
			background-color: #E8423B !important;
			border-color: #E8423B !important;
		}

		/* ---- Validation error ---- */
		.save-choice-error {
			color: #E8423B !important;
			font-size: 12px !important;
			font-family: 'DM Sans', sans-serif !important;
			text-align: center !important;
			display: none;
			margin-bottom: 16px !important;
		}

		/* ---- Loading / Error containers ---- */
		.loading-container {
			display: none;
			position: fixed;
			top: 0; left: 0;
			width: 100%; height: 100%;
			z-index: 9999;
			background: rgba(255,255,255,0.75);
			align-items: center;
			justify-content: center;
		}
		.loading-container.active { display: flex; }
		.error-container { display: none; }

		/* ---- Responsive ---- */
		@media (max-width: 767px) {
			.pfs-layout-row {
				flex-direction: column !important;
			}
			.pfs-policy-col {
				flex: 0 0 100% !important;
			}
			.pfs-billing-two-cols {
				flex-direction: column !important;
			}
			.pfs-billing-col.pfs-col-right {
				border-left: none !important;
				border-top: 1px solid #dee2e6 !important;
				padding-left: 0 !important;
				padding-top: 16px !important;
				margin-top: 8px !important;
			}
			.pfs-billing-col {
				padding-right: 0 !important;
			}
		}