* {
    font-family: "FunnelSans";
    font-size: 1rem;
}

/* * {
    color: #343333 !important;
} */

body {
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #343333 !important;
    font-family: "FunnelDisplayRegular"
}

.row {
    margin-right: 0;
    margin-left: 0;
}

@font-face {
    font-family: FunnelSans;
    src: url("../fonts/FunnelSans-Light.ttf") format("opentype");
}

@font-face {
    font-family: FunnelSansRegular;
    src: url("../fonts/FunnelSans-Regular.ttf") format("opentype");
}

@font-face {
    font-family: FunnelSansBold;
    src: url("../fonts/FunnelSans-Bold.ttf") format("opentype");
}

@font-face {
    font-family: FunnelDisplayBold;
    src: url("../fonts/FunnelDisplay-Bold.ttf") format("opentype");
}

@font-face {
    font-family: FunnelDisplayMedium;
    src: url("../fonts/FunnelDisplay-Medium.ttf") format("opentype");
}

@font-face {
    font-family: FunnelDisplayRegular;
    src: url("../fonts/FunnelDisplay-Regular.ttf") format("opentype");
}

.custom-container {
    display: flex;
    padding: 10px;
    justify-content: center;
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content>img {
    margin: 7px;
}

.header-content>label {
    margin-right: 35px;
}

.header-divider {
    border: none;
    height: 1px;
    background-color: #ccc;
    margin: 0px;
}

.navbar .dropdown-toggle::after {
    display: none !important;
}

.btn-custom-primary {
    background-color: #B87A3D;
    color: #FFFFFF !important;
    height: 46px;

}

.btn-custom-regular {
    border: 2px solid #343333;
    padding: 18px 30px;
    border-radius: 0.8rem;
    cursor: pointer;
    font-size: 1.1rem;
    background-color: transparent;
}

.home-login-button {
    border: 2px solid #FFFFFF;
    padding: 18px 30px;
    border-radius: 0.8rem;
    cursor: pointer;
    font-size: 1rem;
    background-color: transparent;
    color: #FFFFFF !important;
}

.footer {
    background-color: #F5F4F1;
}

.footer-logo {
    display: flex;
    align-items: flex-start;
    width: 15%;
    height: 50px;
}

.header-name {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.footer-contact-us-icon {
    height: fit-content;
    margin-top: 5px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 0px;
    padding-left: 0px;
}

.menu {
    padding: 1rem 10rem;
}

.footer-links {
    justify-content: space-between;
    --bs-gutter-x: 0rem !important;
}

.copyright {
    margin-top: 8rem;
}

.copyright img {
    height: 2.5rem;
    width: 2.5rem;
}

.develop-by {
    font-weight: bold;
    color: #B87A3D !important;
}

.footer-local {
    height: 4rem;
}

.banner {
    background: linear-gradient(rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)),
        url("../Images/home_desktop_equilease.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-form {
    margin-right: 13rem !important;
    background-color: #FFFFFF;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    padding: 2.5rem;
}

.banner-form input {
    border: 0.1rem solid #E7EEEF;
    padding: 0.5rem;
}

.banner-form select {
    border: 0.1rem solid #E7EEEF;
    padding: 0.5rem;
}

.banner-form .input-group-text {
    border: 0.1rem solid #E7EEEF;
    padding: 0.5rem;
}

.banner-form .form-label {
    font-family: "FunnelDisplayRegular";
}

.banner-content {
    justify-content: center;
    padding-right: 4rem;
    padding-left: 11rem;
}

.banner-content span {
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 4rem;
    width: 80%;
    font-weight: 700;
}

.banner-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1.25rem;
}

.banner-btn {
    margin-right: 1rem;
    color: #FFFFFF !important;
    background-color: #F2C443;
    border-radius: 0.8rem;
    width: fit-content;
    block-size: fit-content;
    padding: 15px 35px;
    font-weight: bold;
}

.banner-btn:hover {
    background-color: #B87A3D;
}

.banner-google-reating {
    width: 1.5rem;
    margin-right: 1rem;
    color: #343333;
}

.reating {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.reating-icon {
    margin-left: 1rem;
    margin-right: 1rem;
}

.reating-icon i {
    color: #FF8C04 !important;
}

.reating label {
    font-size: 1rem;
}

.header {
    font-size: 1.8rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.input-group .custom-frame {
    border-right: none;
    background-color: #FFFFFF;
    font-weight: bold;
}

.input-group .border-frame {
    border-left: none;
}

.input-group .km-border-frame {
    border-right: none;
}

.input-group .km-group-text {
    background-color: #FFFFFF;
    font-weight: bold;
}

.banner-form .header-divider {
    padding: 0rem !important;
}

.required {
    color: #B87A3D !important;
    margin-left: 0.3rem;
}

.whatwedo {
    padding: 7rem 11rem;

}

.what-we-do {
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "FunnelDisplayMedium";
}

.main-frame {
    padding: 0 5rem;
    display: flex;
    flex-wrap: nowrap;
    gap: 1.25rem;
    justify-content: center;
    padding: 0rem 7rem 5rem 7rem;
}

.inner-frame {
    width: 100%;
    height: auto;
    border: 0.094rem solid #E7EEEF;
    border-radius: 1.5rem;
    background-color: #FFFFFF;
    text-align: left;
    transition: transform 0.3s;
    flex-direction: column;
}

/* .inner-frame:hover{
     transform: translateY(-0.312rem);
} */
.inner-frame img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    display: block;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.address {
    font-family: "FunnelDisplayRegular";
}

.mobile-header-btn {
    display: flex;
    flex-direction: row;
}

.frame-content {
    padding: 1.9rem;
    padding-bottom: 4rem;
}

.frame-content label {
    font-family: "FunnelDisplayRegular";
    font-size: 1.5rem;
    font-weight: 600;
}

.frame-content p {
    margin-top: 0.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.frame-content a {
    color: #B87A3D !important;
    font-weight: 600;
}

.bg-novated {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #B87A3D !important;
}

.novated-content label {
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important;
    font-size: 56px;
    font-weight: 600;
}

.novated-content {
    padding: 8.3rem 8.3rem 8.3rem 11.3rem;
}

.novated-content .content1 {
    color: #FFFFFF !important;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 17px;
}


.novated-content .content2 {
    color: #FFFFFF !important;
    font-size: 17px;
    margin-bottom: 3.5rem;
}

.bg-novated img {
    width: 100%;
    padding: 7rem;
    border-radius: 8rem;
}

.btn-start-saving {
    color: #FFFFFF !important;
    background-color: #B87A3D;
    border-radius: 0.5rem;
    width: fit-content;
    block-size: fit-content;
    padding: 0.5rem 1rem;
}

.custom-btn-primary {
    background-color: #F2C443;
    color: #FFFFFF !important;
    padding: 18px 30px;
    border: none;
    border-radius: 0.8rem;
    cursor: pointer;
    font-size: 1.1rem;
}

.custom-btn-primary:hover {
    background-color: #B87A3D;
}

.learn-more-btn {
    color: #FFFFFF !important;
    background-color: #343333;
    border-radius: 0.8rem;
    width: fit-content;
    block-size: fit-content;
    padding: 18px 35px;
    margin-top: 6rem;
    font-weight: 600;
}

.employee-equilease {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem;
}

.employee-equilease label,
.equilease-label {
    font-size: 3rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.employee-equilease p {
    margin-top: 0.5rem;
    width: 45%;
    font-size: 1.2rem;
}

.comparison-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-left: 24rem;
    margin-right: 24rem;
}

.comparison-card.highlighted {
    background: #B87A3D;
    color: white;
    transform: scale(1.05);
    z-index: 2;
}

.comparison-card {
    width: 100%;
    background: #F5F4F1;
    border: 1px solid #EFEBE7;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;

}

.comparison-card img {
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
}

.not-salary-packaged {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-salary-packaged label {
    font-size: 1.5rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.highlighted {
    background: #B87A3D;
    color: white;
}

.not-salary-packaged .tag {
    padding: 0.3rem 0.8rem;
    font-size: 1rem;
    border: 0.05rem solid #343333;
    border-radius: 15px;
    text-align: center;
}

.salary-packaged {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.salary-packaged label {
    color: #FFFFFF !important;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 1.5rem;
}

.salary-packaged .tag {
    padding: 0.3rem 0.8rem;
    font-size: 1rem;
    border: 0.05rem solid #FFFFFF;
    border-radius: 15px;
    text-align: center;
    margin-top: 0.5rem;
    color: #FFFFFF !important;
}

/* Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.comparison-card td {
    padding: 0.9rem 0;
    border-bottom: 1px solid #ddd;
    text-align: end;
}

.comparison-card td:first-child {
    text-align: start;
}

.comparison-card td:last-child {
    text-align: end;
}

.comparison-card.highlighted table td,
.comparison-card.highlighted table strong {
    color: #FFFFFF !important;
}

.comparison-card.highlighted table tr:last-child td {
    border-bottom: none;
}

.comparison-card table tr:last-child td {
    border-bottom: none;
}

.save-equilease {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 2rem;
    gap: 0.5rem;
    margin-bottom: 5rem;
}

.main-deal-container {
    overflow: hidden;
    margin: 0 auto;
    width: 80vw;
}

.save-equilease p,
.save-h2-equilease {
    font-family: "FunnelDisplayRegular";
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}

.latest-deals {
    background-color: #F1F5F5;
    min-height: 820px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.slick-list {
    width: 80vw;
    overflow: visible !important;
}

.latest-header {
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.latest-header label {
    font-size: 48px;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.latest-header p {
    margin-top: 0.5rem;
    width: 30%;
    font-size: 1.2rem;
}

.deals-container {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    align-items: center;
    overflow: hidden;
}

.slick-dots li button:before {
    font-size: 30px !important;
    color: rgba(52, 51, 51, .3);
    font-weight: bold;
    content: '○' !important;
}

.slick-dots li button:hover:before {
    color: rgba(52, 51, 51, .3)
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #B87A3D !important;
    content: '●' !important;

}

.deal-card {
    max-width: 92%;
    margin: 0 auto;
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    width: 100%;
    height: 24rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    cursor: pointer;
}

.deal-card label {
    height: 3rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    text-align: start;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10rem;
}

.slick-dotted.slick-slider {
    overflow: unset;
}

.salary-section {
    position: relative;
    z-index: 1;
}

.deal-card:hover {
    transform: scale(1.1);
    border: 1px solid #B87A3D;
    z-index: 10;
}

.image-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8rem;
}

.swiper-container {
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.deal-card p {
    font-size: 15px;
}

.deal-card span {
    font-family: "FunnelDisplayRegular";
    font-size: 1.5rem;
    font-weight: 600;
}

.deal-card img {
    width: 100%;
    height: 9rem;
    border-radius: 8px;
}

.get-offer-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #B87A3D;
    color: #FFFFFF !important;
    border: none;
    width: 9rem;
    height: 2.7rem;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    margin-bottom: 0.5rem;
}

.deal-card:hover .get-offer-btn {
    opacity: 1;
}

.dot {
    height: 0.5rem;
    width: 0.5rem;
    margin: 0 0.2rem;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

.dot.active {
    background-color: #B87A3D;
}

.salary-section {
    display: flex;
    justify-content: center;
    padding: 3rem 1rem;
}

.salary-content {
    display: flex;
    align-items: center;
    padding: 6rem 17rem 6rem 14rem;
    gap: 7rem;
}

.salary-content img {
    width: 50%;
    border-radius: 8px;
}

.text-content {
    align-self: center;
    width: 55%;
}

.text-content h2 {
    font-family: "FunnelDisplayRegular";
    font-size: 55px;
    font-weight: 700;
}

.text-content p {
    width: 96%;
    font-size: 1.1rem;
    margin: 2rem 0;
}

.learnmore-btn {
    background-color: #B87A3D;
    color: #FFFFFF !important;
    border: none;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.testimonials-section {
    text-align: center;
    background-color: #B87A3D;
    padding: 3rem 4rem;
    color: #FFFFFF !important;
}

.testimonials-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important;
}

.testimonial-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    margin: 0 auto;
    overflow: hidden;
}

.testimonials-section .slick-slide {
    margin: 0 10px;
}

.testimonial {
    /* padding: 19px; */
    width: 100%;
    display: inline-block;
    text-align: center;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-120%);
    }
}

.stars {
    color: gold;
    font-size: 20px;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 20px auto;
    width: fit-content;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
}

.call-now-box {
    background-color: rgba(255, 255, 255, 0.15);
    /* semi-transparent white for blur effect */
    border: 1px solid #1a1a1a;
    backdrop-filter: blur(8px);
    border-radius: 14px;
    color: #1a1a1a;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.white-call-now-box {
    /* semi-transparent white for blur effect */
    background-color: transparent;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(8px);
    border-radius: 14px;
    color: #FFFFFF !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.call-now-box:hover {
    background-color: #FFFFFF;
    border: 1px solid #1a1a1a;
}

.white-call-box {
    /* semi-transparent white for blur effect */
    background-color: transparent;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(8px);
    border-radius: 14px;
    color: #FFFFFF !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.car-banner {
    padding: 5rem 3rem;
    margin: 7rem 4rem;
    border-radius: 2rem;
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/homeImages/ic_bg_car.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.car-banner h1 {
    font-size: 3rem;
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important;
    width: 35%;
    font-weight: 600;
}

.car-banner p {
    margin-top: 18px;
    color: #FFFFFF !important;
    width: 28%;
    font-size: 1.1rem;
}

.car-banner h2 {
    font-size: 1rem;
    color: #FFFFFF !important;
    font-weight: 200;
}

.input-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.testimonial p {
    margin-top: 1rem;
    color: #FFFFFF !important;
    font-size: 18px;
}

.testimonial span {
    color: #FFFFFF !important;
    margin-top: 1rem;
    font-weight: 600;
}

.input-wrapper {
    display: flex;
    align-items: center;
    background: white;
    padding: 8px;
    border-radius: 5px;
    width: 250px;
    border: 1px solid #ccc;
}

.currency-symbol {
    font-size: 18px;
    padding: 0 10px;
    color: #B87A3D !important;
    font-weight: 600;
}

.save-btn {
    background: #B87A3D;
    color: #FFFFFF !important;
    border: none;
    padding: 13px 26px;
    cursor: pointer;
    border-radius: 9px;
    font-size: 14px;
}

.vehicle-price-input {
    border: none;
    font-size: 16px;
    width: 100px;
    outline: none;
}

#error-message {
    color: red !important;
    margin-top: 5px;
    font-size: 14px;
    display: none;
}

/*Employers UI */
.employer-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)),
        url("../Images/employersImage/employers-desktop.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0 6rem 0;
}

.employer-banner-content {
    justify-content: center;
    padding-left: 10rem;
}

.employer-banner-content span {
    width: 90%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 4rem;
    font-weight: 700;
}

.employer-banner-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1.1rem;
}

.breadcrumb {
    font-size: 1rem;
    background-color: #EFEBE7;
    padding: 1rem 9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a.active {
    font-weight: bold;
}

.breadcrumb span {
    color: #666;
    font-weight: bold;
}

.benifits-equilease {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.benifits-equilease-content {
    /* padding: 0.3rem 8.3rem 0rem 8.3rem; */
}

.equilease-container {
    padding: 8rem 0;
}

.benifits-equilease-content h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 3rem;
}

.benifits-equilease-content p {
    font-size: 1.1rem;
}

.benifits-equilease-content strong {
    font-size: 1.1rem;
}

.benifits-equilease img {
    width: 50%;
    padding: 6rem;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.benefits-list li::before {
    content: url('../Images/employersImage/ic_right.png');
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.comparison-container td strong {
    font-family: "FunnelDisplayRegular";
}

.salary-sacrifice {
    background-color: #B87A3D;
    color: #FFFFFF !important;
    padding: 6rem 6rem;

}

.salary-sacrifice-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.salary-sacrifice h2 {
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important;
    font-size: 3rem;
    font-weight: 600;
}

.salary-des {
    color: #FFFFFF !important;
    width: 47%;
    text-align: center;
    font-size: 20px;
}

.sacrifice-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 3rem;
    max-width: 82rem;
    margin: auto;
}

.sacrifice-item {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}

.sacrifice-item img {
    width: 5rem;
    height: 5rem;
}

.sacrifice-item h4 {
    font-size: 22px;
    color: #FFFFFF !important;
    font-family: "FunnelDisplayRegular";
    margin: 1rem 0;
    font-weight: 600;
}

.sacrifice-item p {
    color: #FFFFFF !important;
    width: 100%;
    line-height: 1.5rem;
    font-size: 18px;
}

.salary-type {
    text-align: center;
    padding: 8rem;
    background-color: #F1F5F5;
    margin-bottom: 7rem;
}

.salary-type h2 {
    margin-bottom: 2rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.icons-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.salary-type .slick-slide {
    margin: 0 5px;
}

.icon-item {
    background: #FFFFFF;
    padding: 0.7rem 0.7rem 0rem 0.7rem;
    border-radius: 1.5rem;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* width: 14.5rem !important; */
    height: 12rem !important;
}

.icon-item img {
    width: 3.5rem;
    height: 3.5rem;
}

.icon-item p,
h2 {
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: 600;
}

.faq-section {
    padding: 4rem 11rem;
}

.faq-section h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    text-align: center;
}

.faq-container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.faq-item {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #B87A3D;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
}

.custom-box-faq {
    margin-left: 15px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #555;
}

.faq-question label {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.send-us-container {
    display: flex;
    width: 80%;
    margin: 3rem auto;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

.image-section {
    width: 50%;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-section {
    width: 50%;
    background: #B87A3D;
    color: white;
    padding: 2.5rem;
}

.form-section h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    color: #FFFFFF !important;
}

.form-send-us .form-label {
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important
}

.form-send-us .input-group input,
.input-group select {
    width: 50%;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: none;
    background-color: #1f9aa3;
    font-size: 1rem;
    border: 2px solid #37a3ab;
    color: #FFFFFF !important;
}

.input-group select {
    color: #343333 !important;
}

.form-send-us .input-group-text {
    background-color: #1f9aa3;
    border: 2px solid #37a3ab;
    color: #FFFFFF !important;
}

.form-send-us span {
    color: #F2C94C !important
}

.form-send-us .form-select {
    color: #FFFFFF !important;
}

.form-send-us .input-group input:focus,
.form-send-us .input-group select:focus {
    border-color: #FFFFFF !important;
    outline: none;
    background-color: #1f9aa3 !important;
}

.form-send-us .input-group input:-webkit-autofill,
.form-send-us .input-group input:-webkit-autofill:hover,
.form-send-us .input-group input:-webkit-autofill:focus,
.form-send-us .input-group input:-webkit-autofill:active {
    background-color: #1f9aa3 !important;
    color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0 1000px #1f9aa3 inset !important;
    border: 2px solid #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    transition: background-color 5000s ease-in-out 0s;
}

.form-send-us p {
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important;
}

/* Checkbox Group */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #FFFFFF !important;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: 1.2rem;
    height: 1.2rem;
    appearance: none;
    background-color: #1f9aa3;
    border: 2px solid #37a3ab;
    border-radius: 0.36rem;
    margin-right: 0.5rem;
    cursor: pointer;
    position: relative;
}

.checkbox-group input[type="checkbox"]:checked {
    background-color: #1f9aa3;
    border: 2px solid white;
}


.checkbox-group input[type="checkbox"]::after {
    content: "✔";
    font-size: 0.75rem;
    color: #FFFFFF !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -10%);
    display: none;
}

.checkbox-group input[type="checkbox"]:checked::after {
    display: block;
}

.sign-up-btn {
    background-color: #FFFFFF;
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 0.3125rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
}

.about-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/aboutImages/ic_bg_aboutus.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 9rem 0 9rem 0;
}

.about-banner-content {
    justify-content: center;
    padding-left: 15rem;
}

.about-banner-content span {
    width: 100%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 4rem;
    font-weight: 700;
}

.about-banner-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1.1rem;
}

.about-us {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-us-content {
    padding: 0.3rem 8.3rem 0rem 12.3rem;
}

.about-us-content h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 3rem;
}

.about-us img {
    width: 50%;
    padding: 6rem;
    border-radius: 8rem;
}

.why-us {
    text-align: center;
    margin-bottom: 5rem !important;
}

.why-us h2 {
    margin-bottom: 3rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 2.5rem;
}

.why-us-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

.why-us-icon {
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 20rem;
}

.why-us-icon img {
    width: 5rem;
    height: 5rem;
}

.why-us-icon h4 {
    font-size: 1.7rem;
    margin-top: 0.7rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.why-us-icon p {
    font-size: 1.1rem;
}

/*employee*/
.employee-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)),
        url("../Images/employeeImages/employees-desktop-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0 6rem 0;
}

.employee-banner-content {
    justify-content: center;
    padding-left: 17rem;
}

.employee-banner-content span {
    width: 100%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 4.5rem;
    font-weight: 700;
}

.custom-h1-tag {
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 4.5rem;
    font-weight: 700;
}

.employee-banner-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1.3rem;
}

.employee {
    padding: 4rem;
    padding-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 4rem;
}

.employee-content {
    padding: 0.3rem 9rem 0rem 2.3rem;
}

.employee-content .custom-h2-employee {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 3rem;
}

.employee-content p {
    font-size: 1.1rem;
}

.employee-dec-1-tag {
    font-size: 1.1rem;
}

.employee img {
    width: 50%;
    padding: 1rem;
    border-radius: 2rem;
}

.employee-content-2 {
    padding: 0.3rem 5.3rem 0rem 5.3rem;
}

.employee-content-2 h2 {
    font-size: 3rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600
}

.employee-content-2 p {
    font-size: 1.1rem;
}

.employee-feature {
    background-color: #B87A3D;
    padding: 5rem 2rem;
}

.learn-more {
    display: inline-block;
    padding: 12px 24px;
    background-color: #2d2d2d;
    color: white;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.employee-feature h2 {
    color: #FFFFFF !important;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    text-align: center;
    font-size: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.feature-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.5rem;
    padding: 4rem;
}

.feature {
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 24rem;
}

.feature img {
    width: 5rem;
    height: 5rem;
}

.feature h4 {
    color: #FFFFFF !important;
    font-size: 1.6rem;
    margin-top: 0.7rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    text-align: center;
}

.feature .custom-h2-class {
    font-size: 1.6rem;
    margin-top: 0.7rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    text-align: center;
}

.feature p {
    color: #FFFFFF !important;
    text-align: center;
    font-size: 1.1rem;
}

.feature .custom-tax-saving {
    font-size: 1.1rem;
    text-align: center;
}

/*HOME*/
.dashboard {
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 85px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1325px;
}

.metric-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: "FunnelDisplayRegular";
}


.icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.metric-content {
    flex: 1;
    min-width: 0;
}

.metric-value {
    font-family: "FunnelDisplayRegular";
    font-size: 2rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 4px;
    line-height: 1.2;
}

.metric-label {
    font-family: "FunnelDisplayRegular";
    font-size: 1rem;
    color: #636e72;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .banner {
        background: linear-gradient(rgba(0, 0, 0, 0.25),
                rgba(0, 0, 0, 0.25)),
            url("../Images/home-mobile.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .employee-banner {
        background: linear-gradient(rgba(0, 0, 0, 0.25),
                rgba(0, 0, 0, 0.25)),
            url("../Images/employees-mobile-bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 6rem 0 6rem 0;
    }

    .employee.image-first {
        flex-direction: row-reverse;
    }

    .employee.image-first .employee-content-2 {
        order: 2;
    }

    .employee.image-first .employee-image {
        order: 1;
    }

    .dashboard {
        padding: 20px;
        margin: 10px;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .metric-value {
        font-size: 1.6rem;
    }

    .icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/*Equilease*/
.equilease-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/equileaseImage/ic_equilease_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0 6rem 0;
}

.equilease-banner-content {
    justify-content: center;
    padding-left: 10rem;
}

.equilease-banner-content span {
    width: 100%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 5rem;
    font-weight: 700;
}

.equiLease-content p {
    font-size: 1.1rem;
}

.equiLease-content strong {
    font-size: 1.1rem;
}

.equilease-banner-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1rem;
}

.equilease-banner-form {
    margin-right: 15rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    padding: 2.5rem;
    position: absolute;
    transform: translateY(-5%);
}

.tabs {
    background-color: #f5f4f0;
    display: flex;
    padding: 0.4rem;
    justify-content: space-between;
    margin-bottom: 10px;
    border-radius: 0.5rem;
}

.tabs button {
    flex: 1;
    padding: 10px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #343333 !important;
    font-weight: 600;
}

.tabs button.active {
    border-radius: 0.5rem;
    background: #FFFFFF;
    color: #B87A3D !important;
    font-weight: 600;
}

.equilease-banner-form input {
    border: 0.1rem solid #E7EEEF;
    padding: 0.5rem;
}

.reg-label {
    font-family: "FunnelDisplayRegular";
}

.state-car label {
    font-family: "FunnelDisplayRegular";
}

.states {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    justify-content: center;
}

.states button {
    padding: 0.5rem 1.5rem;
    border: 0.0625rem solid #ccc;
    background-color: #FFFFFF;
    cursor: pointer;
    border-radius: 0.3125rem;
    border: 0.1rem solid #E7EEEF;
    font-weight: 600;
}

.states button.active {
    border: 0.1rem solid #B87A3D;
    color: #B87A3D !important;
    font-weight: 600;
}

.equiLease {
    display: flex;
}

.equiLease-content {
    width: 50%;
    padding: 5.3rem 8.3rem 5rem 8.3rem;
}

.equiLease-content h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 3rem;
}

.equiLease img {
    width: 50%;
    padding: 6rem;
    border-radius: 8rem;
}

.equiLease-feature {
    background-color: #F1F5F5;
    padding: 5rem 2rem;
}

.equiLease-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.5rem;
    padding: 2rem;
}

.equiLease-item {
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 18rem;
}

.equiLease-item img {
    width: 3.5rem;
    height: 3.5rem;
}

.equiLease-item h4 {
    margin-top: 0.7rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    text-align: center;
    font-size: 1.7rem;
}

.equiLease-item p {
    text-align: center;
    font-size: 1.1rem;
}

.equiLease-list {
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
}

.equiLease-list ul {
    list-style: none;
    padding: 0;
    margin: 0;

}


.equiLease-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 400;
    margin-bottom: 0.9rem;
}

.equiLease-list li::before {
    content: url('../Images/employeeImages/ic_check_mark.svg');
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.faq-wrapper h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: 3rem;

}

.faq-box {
    /* margin-left: 2rem; */
    border-radius: 0.6rem;
    margin-bottom: 0.625rem;
    padding: unset;
}

.faq-box .faq-icon {
    width: 14px;
    height: 7px;
}

.faq-toggle {
    font-family: "FunnelDisplayRegular";
    width: 100%;
    background: none;
    border-radius: 0.6rem;
    border: 0.14rem solid #EFEBE7;
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    padding: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-wrapper-content {
    display: flex;
    justify-content: center;
}

.faq-content {
    display: none;
    padding: 2rem;
    padding-top: 0;
    border-radius: 0.3125rem;
    font-size: 1rem;
}

.border-fab-remove {
    border: unset;
}

/*Blog*/
.blog-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/blogImages/ic_blog_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 12rem;
}

.blog-banner-content {
    justify-content: center;
    padding-left: 10rem;
}

.blog-banner-content span {
    width: 70%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 3rem;
    font-weight: 700;
}

.blog-banner-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1rem;
}

.search {
    margin: 1rem 7rem;
    display: flex;
    justify-content: space-between;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    border: 0.0625rem solid #ccc;
    border-radius: 0.6rem;
    padding: 0.3125rem;
    width: 75%;
}

.search-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.625rem;
}

.search-bar {
    border: none;
    outline: none;
    padding: 0.625rem;
}

.category-filter {
    border: 1px solid #D7DBE1;
    border-radius: 0.6rem;
    padding: 0.9rem;
    padding-right: 1rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding: 0rem 5.5rem;
}

.blog-card {
    padding: 1.9rem;
    border-radius: 0.5rem;
    line-height: 2.5rem;
    cursor: pointer;
}

.blog-card img {
    width: 100%;
    border-radius: 0.3125rem;
}

.blog-card a {
    color: #B87A3D !important;
}

.blog-card h5 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination button {
    padding: 0.6rem 1.2rem;
    margin: 0.3125rem;
    border: 0.125rem solid #E7EEEF;
    background: white;
    cursor: pointer;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: bold;

}

.pagination button:hover,
.pagination .active {
    background: #B87A3D;
    color: #FFFFFF !important;
}

.blog-salary-banner {
    padding: 5rem;
    margin: 5rem;
    border-radius: 2rem;
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/blogImages/ic_banner_salary_news.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-salary-banner h1 {
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important;
    width: 40%;
}

.blog-salary-banner p {
    color: #FFFFFF !important;
}

.email-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-input-container .input-group {
    width: unset;
}

/*Blog-Details*/
.blog-details-container {
    background-color: #B87A3D;
    padding: 5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 30rem;
}

.blog-details-container .category {
    color: #FFFFFF !important;
}

.blog-details-container h3 {
    color: #FFFFFF !important;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    width: 50%;
    text-align: center;
}

.blog-details-container p {
    color: #FFFFFF !important;
}

.blog-image-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.blog-image-container img {
    width: 75%;
    height: auto;
    border-radius: 1.5rem;
    transform: translateY(50%);
}

.blog-details-content {
    width: 80%;
    max-width: 53rem;
    margin: 0 auto;
}

.blog-details-content h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.blog-details-content ol,
ul {
    padding-left: 1rem;
}

.blog-images {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.blog-images img {
    width: 50%;
    height: 17rem;
}

.quote-container {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.quote-container .double-quote {
    font-size: 3rem;
    color: #B87A3D !important;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.2rem;
}

.quote-container h4 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 1.7rem;
}

.social-icons img {
    margin: 0 5px;
    cursor: pointer;
}

.back {
    font-size: 0.8rem;
    font-weight: 600;
}

.related-blog h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    text-align: center;
}

.related-blog .blog-grid a {
    color: #343333 !important;
}

.about-section {
    background-color: #b87a3d;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    color: white;
}

.image-card.top-card {
    width: fit-content;
    margin: 0 auto;
    transform: translateY(-60px);
    z-index: 2;
    position: relative;
}

.image-card.top-card img {
    border-radius: 1rem;
    max-width: 100%;
    height: auto;
    display: block;
}

.table-line {
    border: 0;
    height: 0px;
    background: #ccc;
    /* Light gray line, adjust color as needed */
    margin: 0px 0;
    /* Optional: Add some spacing */
}

.info-row {
    display: flex;
    gap: 6rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1225px;
}

.info-card {
    flex: 1;
    text-align: center;
    max-width: 400px;
}

.vertical-divider {
    width: 1px;
    background-color: #fff;
    height: 250px;
    align-self: center;
    opacity: 0.6;
}

.icon-about {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
}

.info-mission {
    margin-top: 1rem;
    font-weight: 600;
}

.info-p-tag {
    margin-top: 1rem;
    font-size: 1.1rem;
}

/*Latest Deal*/
.latest-deal-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/ic_latestdeal_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0 6rem 0;
}

.latest-deal-content {
    justify-content: center;
    padding-left: 10rem;
}

.latest-deal-content span {
    width: 100%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 4rem;
    font-weight: 700;
}

.latest-deal-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1rem;
}

.latest-deal-form {
    margin-right: 15rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    padding: 2.5rem;
    position: absolute;
    transform: translateY(-5%);
}

.latest-novalted-deals {
    background-color: #F1F5F5;
    padding: 5rem;
}

.latest-novalted-deals h3 {
    text-align: center;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 3rem;
}

.latest-grid-deals {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 7rem;
}

.latest-deal-card {
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    cursor: pointer;
}

.latest-deal-card:hover {
    box-shadow: 0 0 3px #B87A3D;
}

.latest-deal-card span {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 1.5rem;
}

.latest-deal-card img {
    width: 12rem;
    align-items: center;
    margin: 0 auto;
}

.latest-deal-card .pricing {
    font-size: 17px;
}

.latest-deal-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    justify-content: center;
}

.page-btn,
.arrow-btn {
    margin-top: 2rem;
    border: 1px solid #34333333;
    background: none;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.page-btn.active {
    background-color: #B87A3D;
    color: #FFFFFF !important;
}

.arrow-btn {
    border: 1px solid #343333;
}

/*Latest Deal Details*/
.latest-deal-details-banner {
    background-color: #F1F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem;
}

.latest-deal-details-content {
    justify-content: center;
    padding-left: 10rem;
    max-width: 34%;
}

.latest-deal-details-content span {
    width: 70%;
    font-family: "FunnelDisplayRegular";
    font-size: 3rem;
    font-weight: 700;
}

.latest-deal-details-content .pricing span {
    font-size: 1.5rem;
}

.latest-deal-details-content label {
    margin-top: 0.4rem;
    font-size: 1rem;
}

.car-image-deal img {
    max-width: 60rem;
}

.deal-details {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* .deal-details-content {
    padding: 0.3rem 8.3rem 0rem 8.3rem;
} */

.deal-details-content h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600
}

.deal-details img {
    width: 50%;
    padding: 6rem;
}

.details {
    display: flex;
    justify-content: space-between;
}

.car-details-list {
    list-style: none;
    padding: 0;
}

.car-details-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.car-details-list li::before {
    content: url('../Images/employersImage/ic_right.png');
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.details-content h5 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    margin-top: 1.8rem;
}

.details-content span {
    width: 70%;
    font-family: "FunnelDisplayRegular";
    font-size: 3rem;
    font-weight: 700;
}

.details-content .pricing span {
    font-size: 1.3rem;
}

.latest-deal-note {
    background-color: #F1F5F5;
    border-radius: 1rem;
    padding: 1rem;
}

.latest-deal-note p {
    font-size: 0.9rem;
    margin-bottom: 0;
    font-style: italic;
}

.deal-car-banner {
    padding: 6.5rem;
    margin: 5rem;
    border-radius: 2rem;
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/latestDealImages/ic_car_deals_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.deal-car-banner h1 {
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important;
    width: 35%;
}

.deal-car-banner p {
    color: #FFFFFF !important;
}

.more-novalted-deals {
    padding: 5rem;
}

.more-novalted-deals h3 {
    text-align: center;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.more-novalted-grid {
    margin-top: 1.25rem;
    gap: 1.25rem;
    display: grid;
    padding: 0 7rem;
    justify-content: center;
}

.more-latest-deal-card {
    width: 25rem;
    padding: 2rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    cursor: pointer;
    border: 1px solid #E7EEEF;
}

.more-latest-deal-card span {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 1.5rem;
}

.more-latest-deal-card img {
    width: 12rem;
    height: 7rem;
    align-items: center;
    margin: 0 auto;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.carousel-indicators {
    bottom: -4rem;
}

.carousel-indicators [data-bs-target] {
    width: 0.5rem;
    height: 0.5rem;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #B87A3D;
}

/*Novated Leasing*/
.novated-leasing-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/NovatedLeasingImages/ic_novated_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0 6rem 0;
}

.novated-leasing-content {
    justify-content: center;
    padding-left: 10rem;
}

.novated-leasing-content span {
    width: 100%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 4rem;
    font-weight: 700;
}

.novated-leasing-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1rem;
}

/*Salary Packaging*/
.salary-packaging-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/SalaryPackagingImage/ic_salary_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0 6rem 0;
}

.salary-packaging-content {
    justify-content: center;
    padding-left: 10rem;
}

.salary-packaging-content span {
    width: 100%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 4rem;
    font-weight: 700;
}

.salary-packaging-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1.2rem;
}

.salary-packaging {
    background-color: #B87A3D;

}

.salary-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem;
}

.salary-description h2 {
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important;
}

.your-info {
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important;
}

.salary-description p {
    color: #FFFFFF !important;
    width: 45%;
    text-align: center;
}

.summary-selection {
    background-color: #FFFFFF;
}


.salary-form .main-header {
    color: #FFFFFF !important;
}

.summary-selection {
    border-radius: 1.5rem;
    padding: 1rem;
    height: auto;
}

.saving {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.saving .salary-header {
    font-size: 1.5rem;
    font-weight: 600;
}

.saving .price {
    font-size: 2rem;
    font-weight: bold;
    font-family: "FunnelDisplayRegular";
}

.saving .subtext {
    font-style: italic;
    font-size: 1rem;
    width: 98%;
}

.saving-details p {
    font-size: 1rem;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.option {
    font-size: 1rem;
    border: 0.125rem solid #37a3ab;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    gap: 0.5rem;
}

.option.selected span {
    color: #343333 !important;
}

.selected {
    background: #FFFFFF;
}

.selected span {
    color: #343333 !important;
}

.car-image {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.option span {
    color: #FFFFFF !important;
    flex-grow: 1;
    text-align: left;
}

.selected .car-image {
    content: url("../Images/SalaryPackagingImage/ic_car_small.png");
}

.divider {
    border: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0px;
}

.slider {
    width: 100%;
    accent-color: #FFFFFF;
    background-color: #B87A3D;
}

.pay-cycle {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1rem;
    background: #B87A3D;
    width: auto;
    height: 3.5rem;
    border-radius: 0.5rem;
    align-items: center;
    padding: 0rem 4rem;
}

.pay-cycle input {
    display: none;
}

.pay-cycle label {
    color: #FFFFFF !important;
    text-align: center;
    padding: 0.7rem 2rem;
}

.pay-cycle input:checked+label {
    background: #FFFFFF;
    color: #B87A3D !important;
    border-radius: 0.5rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-right: 0.5rem;
}

.form-check-input:checked {
    background-color: #B87A3D;
    border-color: #B87A3D;
}

.form-check-label {
    font-family: "FunnelDisplayRegular";
    color: #FFFFFF !important
}

.check-box-label {
    color: #343333 !important;
}

.ev-lev {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    background: #B87A3D;
    width: auto;
    height: 3.2rem;
    border-radius: 0.5rem;
    align-items: center;
    padding: 0rem 0.3rem;
}

.ev-lev input {
    display: none;
}

.ev-lev label {
    color: #FFFFFF !important;
    text-align: center;
    padding: 0.6rem 2rem;
}

.ev-lev input:checked+label {
    background: #FFFFFF;
    color: #B87A3D !important;
    font-weight: 600;
    border-radius: 0.5rem;
}

.custom-row {
    padding-left: 0;
}

.hidden {
    display: none !important;
}

.price-details {
    display: flex;
    flex-direction: column;
}

.price-details label {
    font-size: 18px;
}

.saving-divider {
    border: none;
    height: 3px;
    background-color: #ccc;
    margin: 0px;
}

.form-title {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 18px
}

.personal-details-form .form-label {
    font-family: "FunnelDisplayRegular";
}

.personal-details-form .input-group input,
.input-group select,
.input-group textarea {
    width: 50%;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: none;
    font-size: 1rem;
    background-color: transparent;
    border: 2px solid #E7EEEF;
}

.personal-details-form .input-group-text {
    border: 2px solid #E7EEEF;
    color: #FFFFFF !important;
}

.personal-details-form span {
    color: #F2C94C !important
}

.personal-details-form .form-select {
    color: #343333 !important;
}

.personal-details-form .input-group input:focus,
.personal-details-form .input-group select:focus {
    outline: none;
    border-color: #B87A3D !important;
}

.personal-details-form .input-group input:-webkit-autofill,
.personal-details-form .input-group input:-webkit-autofill:hover,
.personal-details-form .input-group input:-webkit-autofill:focus,
.personal-details-form .input-group input:-webkit-autofill:active {
    border: 2px solid #B87A3D !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    color: inherit !important;
}


.salary-sacrifing-type {
    background-color: #F1F5F5;
    padding: 5rem 2rem;
}

.salary-sacrifing-type h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 2.5rem;
}

.salary-sacrifing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.3rem;
    padding: 2rem;
}

.salary-sacrifing-item {
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 19rem;
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding: 2rem;
    padding-bottom: 0rem !important;
}

.salary-sacrifing-item img {
    width: 3.5rem;
    height: 3.5rem;
}

.salary-sacrifing-item h4 {
    margin-top: 0.7rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.salary-sacrifing-item p {
    font-size: 1rem;
}

.meal-desc {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.bordercheckbox {
    border: 0.125rem solid #37a3ab;
    border-radius: 0.5rem;
    padding: 0.75rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.border-main {
    border: 0.125rem solid #FFFFFF;
    border-radius: 0.5rem;
    padding: 0.75rem;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    background-color: white;
    border: 2px solid #ffffff;
    border-radius: 8px;
    position: relative;
    appearance: none;
    cursor: pointer;
}

.custom-checkbox:checked {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.custom-checkbox:checked::after {
    content: "✔";
    font-size: 18px;
    color: #B87A3D !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.text-center img {
    margin-top: 10px;
}

.form-send-us .remove-border {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form-send-us .remove-left-border {
    border-left: none !important;
}

.vertical-line {
    border-left: 2px solid #37a3ab;
    height: 1.5rem;
    align-self: center;
}

/*Benefits Paycycle*/
.benefits-pay-cycle {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1rem;
    background: #B87A3D;
    width: auto;
    height: 2.3rem;
    border-radius: 0.5rem;
    align-items: center;
    padding: 0rem 0.5rem;
}

.benefits-pay-cycle input {
    position: absolute;
    opacity: 0;
}


.benefits-pay-cycle label {
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    padding: 0.1rem 0.1rem;
}


.benefits-pay-cycle input:checked+label {
    background: #FFFFFF;
    color: #B87A3D !important;
    border-radius: 0.3rem;
}

.paycycle-input .remove-border {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*Validation*/
.is-invalid {
    border: 1px solid #af0909 !important;
    background-image: none !important;
}

.required {
    color: #af0909 !important;
}

.invalid-feedback {
    color: #af0909 !important;
    font-size: 0.875rem;
}

/*Insurance */
.insurance-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/InsuranceImage/ic_insurance_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0 6rem 0;
}

.insurance-banner-content {
    justify-content: center;
    padding-left: 10rem;
}

.insurance-banner-content span {
    width: 100%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 5rem;
    font-weight: 700;
}

.insurance-main {
    background-color: #F1F5F5;
}

.insurance-banner-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1.1rem;
}

.insurane-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.insurane-header label {
    font-size: 2rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    width: 30%;
}

.insurane-header p {
    margin-top: 0.5rem;
    width: 30%;
}

.insurance-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem;
}

.insurance-item {
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 13rem;
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding: 2rem;
}

.insurance {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* .comprehensive-content img {
    width: auto !important;
    height: auto;
    padding: 0 !important;
    border-radius: 0 !important;
} */

/* .comprehensive-content {
    padding: 0.3rem 8.3rem 0rem 8.3rem;
} */

.comprehensive-content h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 3.5rem;
}

.comprehensive-content p {
    font-size: 1.1rem;
}

/* .gap-content img {
    width: auto !important;
    height: auto;
    padding: 0 !important;
    border-radius: 0 !important;
}

.gap-content {
    padding: 0.3rem 13.3rem 0rem 3.3rem;
} */

.gap-content h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 3.5rem;
}

.gap-content p {
    font-size: 1.1rem;
}

/* .insurance img {
    width: 50%;
    padding: 6rem;
    border-radius: 8rem;
} */

.normal-btn {
    padding: 0.625rem 1.25rem;
    border: 2px solid #B87A3D;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.1rem;
    background-color: transparent;
}

.lodge-banner {
    padding: 5rem;
    margin: 6rem 18rem;
    border-radius: 2rem;
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/InsuranceImage/ic_lodge.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0rem !important;
}

.lodge-banner h1 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    color: #FFFFFF !important;
}

.lodge-banner p {
    color: #FFFFFF !important;
    width: 45%;
}

/*Privacy Policy terms-of-use*/
.privacy-policy {
    margin: 7rem 22rem 4rem 22rem;
}

.privacy-policy h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.privacy-policy .privacy-header {
    font-size: 1rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    margin-top: 1.5rem;
}

.contactUs-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.30),
            rgba(0, 0, 0, 0.30)),
        url("../Images/ContactImage/contact-desktop.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0 6rem 0;
}

.contactUs-banner-content {
    justify-content: center;
    padding-left: 15rem;
}

.contactUs-banner-content span {
    width: 100%;
    font-family: "FunnelDisplayRegular";
    color: #ffffff !important;
    font-size: 4rem;
    font-weight: 700;
}

.contactUs-banner-content label {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: 1.1rem;
}

/*Contact-Us*/
.contact-us-container {
    display: flex;
    justify-content: center;
    align-self: start;
    padding: 4rem;
    gap: 3rem;
}

.contact-info {
    width: 25%;
}

.contact-form {
    width: 50%;
}

.contact-info h5 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.contact-item {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    gap: 1rem;
}

.contact-item p {
    margin-bottom: 0;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.map-container {
    padding: 4rem 10rem 10rem 10rem;
    width: 100%;
    height: 50rem;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 2rem;
}

.dropdown:hover ul {
    display: block;
}

.header-dropbtn {
    color: white;
    padding: 16px;
    padding-right: 0px !important;
    font-size: 16px;
    border: none;
}

.header-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 8px;
}

.home-header-dropbtn {
    color: #FFFFFF !important;
}

.header-dropdown-content {
    display: none;
    position: absolute;
    border-radius: 0.8rem;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 10px;
    background-color: #f0f5f5;

}

.header-dropdown-content a {
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.header-dropdown-content a:hover {
    background-color: transparent;
    color: #B87A3D !important;
}

.header-dropdown:hover .header-dropdown-content {
    display: block;
}

.home-header-image {
    filter: invert(1);
}

.navbar-nav .nav-link.active,
.header-dropbtn.active,
.nav-link:hover,
.header-dropdown-content a.active {
    color: #B87A3D !important;
    font-weight: bold;
}

.active strong {
    color: #B87A3D !important;
    font-weight: bold;
}

.fixed {
    position: fixed;
    background-color: white;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.popup-box {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 350px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out;
}

.popup-box p,
h4 {
    font-family: "FunnelDisplayRegular";
}

.text-success {
    font-size: 5rem;
    color: #B87A3D !important;
}

.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}

.popup-overlay.show .popup-box {
    transform: scale(1);
}

.btn-success {
    background-color: #B87A3D;
    color: #FFFFFF !important;
    height: 46px;
}

.slick-list {
    overflow: visible;
}

.mobile-facebook {
    display: none;
}

.dekstop-facebook {
    display: block;
}

.mobileImage_Novated {
    display: none;
}

.dekstopImage_novated {
    display: block;
}

.dekstop_employee_img {
    display: block;
}

.mobile_employee_img {
    display: none;
}

.dekstop_insurance_img {
    display: block;
}

.mobile_insurance_img {
    display: none;
}

.employers-mobile {
    display: none;
}

.employers-dekstop {
    display: block;
}

.payability-copyright {
    text-align: center;
}

.insurance-form {
    max-width: 700px;
    margin: 0 auto;
}

.insurance-form h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.insurance-form label {
    margin-top: 2rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
}

.insurance-form .header-insurance {
    margin-top: 2rem;
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 1.3rem;
}

.insurance-form .form-text {
    font-family: "FunnelSansRegular";
}

.applicant-form .form-control {
    padding: 0.75rem;
    border: 2px solid #E7EEEF;
    border-radius: 0.5rem;
    background-color: transparent;
}

.insurance-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.text-muted {
    font-family: "FunnelSansRegular";
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.radio-group div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radiolabel {
    margin-top: 0 !important;
    font-family: "FunnelSansRegular";
    font-weight: 500 !important;
}

input[type="radio"] {
    accent-color: #B87A3D;
    width: 1.3rem;
    height: 1.3rem;
    cursor: pointer;
}

.scroll-box {
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

.scroll-box p {
    font-family: "FunnelSansRegular";
    font-size: 0.8rem;
}

.main-deal-container .slick-slide {
    margin: 0 7px;
}

.custom-slider .slick-slide {
    margin: 0 5px;

}

.header-content-mobile {
    display: none;
}

.desktop-view {
    display: flex;
}

.mobile-view {
    display: none;
}

.mobile-breadcrumb {
    display: none;
}

.dekstop-breadcrumb {
    display: block;
}

.sacrificing-work h2 {
    font-family: "FunnelDisplayRegular";
    font-weight: 600;
    font-size: 3rem;
}

.mobile-menu-header {
    display: none;
}

.dekstop-header-btn {
    display: block;
}

.logo-dekstop {
    display: block;
}

/*PROGRESS MODAL*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.progress-popup {
    background: white;
    border-radius: 16px;
    padding: 40px 32px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: relative;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header {
    margin-bottom: 32px;
}

.title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.subtitle {
    font-size: 16px;
    color: #666;
}

.progress-container {
    margin-bottom: 32px;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #B87A3D, #005f63);
    border-radius: 4px;
    width: 0%;
    transition: width 0.5s ease-in-out;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.progress-text {
    font-size: 14px;
    font-weight: 500;
    color: #B87A3D;
    margin-bottom: 8px;
}

.step-details {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.current-step {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 4px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.step-description {
    font-size: 14px;
    color: #666;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.steps-list {
    text-align: left;
    margin-top: 24px;
}

.step-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    transition: all 0.3s ease;
}

.step-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

.step-item.pending .step-icon {
    background: #e5e7eb;
    color: #9ca3af;
}

.step-item.active .step-icon {
    background: #B87A3D;
    color: white;
    animation: pulse 2s infinite;
}

.step-item.completed .step-icon {
    background: #B87A3D;
    color: white;
}

.step-item.active {
    color: #B87A3D;
    font-weight: 500;
}

.step-item.completed {
    color: #B87A3D;
}

.step-item.pending {
    color: #9ca3af;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.estimated-time {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 12px;
    margin-top: 24px;
    font-size: 14px;
    color: #666;
}

.demo-button {
    background: #B87A3D;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background 0.2s ease;
}

.demo-button:hover {
    background: #B87A3D;
}

.demo-button:disabled {
    background: #9ca3af;
    cursor: not-allowed;
}

.close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: color 0.2s ease;
}

.close-btn:hover {
    color: #374151;
}

.error-state {
    color: #ef4444 !important;
}

.success-state {
    color: #10b981 !important;
}

/* Vehicle Details Styles */
.vehicle-details-popup {
    background: white;
    border-radius: 8px;
    padding: 0;
    max-width: 900px;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    animation: slideIn 0.3s ease-out;
}

.vehicle-header {
    background: white;
    color: #B87A3D;
    padding: 20px 24px;
    border-bottom: 2px solid #B87A3D;
    border-radius: 8px 8px 0 0;
}

.vehicle-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.vehicle-details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.vehicle-details-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    vertical-align: top;
}

.vehicle-details-table td:first-child {
    background: #f8f9fa;
    color: #6b7280;
    font-weight: 500;
    width: 150px;
    border-right: 1px solid #e5e7eb;
}

.vehicle-details-table td:nth-child(3) {
    background: #f8f9fa;
    color: #6b7280;
    font-weight: 500;
    width: 150px;
    border-right: 1px solid #e5e7eb;
}

.vehicle-details-table td:nth-child(2),
.vehicle-details-table td:nth-child(4) {
    color: #374151;
    font-weight: 500;
}

.vehicle-details-table tr:last-child td {
    border-bottom: none;
}

.accessories-row td {
    padding: 16px;
    background: #f8f9fa;
}

.accessories-row td:first-child {
    background: #f8f9fa;
    border-right: 1px solid #e5e7eb;
}

.cost-section {
    padding: 24px;
    background: #f8f9fa;
}

.cost-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.cost-card {
    background: #e5e7eb;
    padding: 24px 16px;
    text-align: center;
    border-radius: 4px;
}

.cost-value {
    font-size: 36px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
    line-height: 1;
}

.cost-label {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.3;
}

.savings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.savings-card {
    background: #e5e7eb;
    padding: 24px 16px;
    text-align: center;
    border-radius: 4px;
}

.download-section {
    text-align: center;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.download-pdf-btn {
    background: #B87A3D;
    color: white;
    border: none;
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.download-pdf-btn:hover {
    transform: translateY(-2px);
    background: #B87A3D;
}

.download-pdf-btn:active {
    transform: translateY(0);
}

.download-pdf-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.download-pdf-btn .icon {
    font-size: 18px;
}

.vehicle-details-table {
    width: 100%;
    border-collapse: collapse;
}

.vehicle-details-table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    vertical-align: top;
}

/* Image cell styling */
.image-cell {
    width: 200px;
    vertical-align: top;
    text-align: center;
    padding: 15px;
}

/* Existing table wrapper - display as flex to put image on right */
.vehicle-details-row-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

/* When image wrapper is hidden, table should take full width */
.vehicle-details-row-wrapper:has(.vehicle-image-wrapper[style*="display: none"]) {
    display: block;
}

/* Alternative approach for browsers that don't support :has() */
.vehicle-details-row-wrapper.no-image {
    display: block;
}

/* Vehicle table styling */
.vehicle-details-table {
    flex: 1;
    width: 100%;
    border-collapse: collapse;
    min-width: 400px;
}

/* When no image, table should be full width */
.vehicle-details-row-wrapper.no-image .vehicle-details-table,
.vehicle-details-row-wrapper:has(.vehicle-image-wrapper[style*="display: none"]) .vehicle-details-table {
    width: 100%;
    min-width: auto;
}

.vehicle-details-table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    vertical-align: top;
}

/* Image wrapper - only show when image exists */
.vehicle-image-wrapper {
    flex-shrink: 0;
    width: 200px;
    display: none;
    /* Hidden by default, shown via JS when image exists */
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
}

/* Vehicle image styling */
.vehicle-image {
    max-width: 180px;
    max-height: 160px;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
    object-fit: contain;
    display: none;
    /* Hidden by default */
}

/* Spinner animation */
.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
}

.equilease-work-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 45px 0px;
}

.equilease-content-grid {
    display: flex;
    gap: 14rem;
    align-items: start;
}

.equilease-title-column {
    position: relative;
}

.equilease-heading {
    font-size: 48px;
    font-weight: 700;
    font-family: "FunnelDisplayRegular";
    color: #111827;
    line-height: 1.1;
    margin: 0;
    padding-left: 45px;
    position: relative;
}

.equilease-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #B87A3D;
}

.equilease-content-column {
    /* This column contains description and benefits */
}

.equilease-description {
    color: #343333;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    margin-top: 0;
}

.equilease-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.equilease-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    color: #374151;
    font-size: 16px;
    line-height: 1.6;
}

.equilease-benefits li p {
    font-family: "FunnelSansRegular";
    font-size: 18px;
}

.equilease-benefits li strong {
    color: #111827;
    font-weight: 600;
    font-family: "FunnelSansRegular";
    font-size: 18px;
}

.supplier-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;

}

.supplier-logos img {
    max-height: 90px;
    width: auto;
    object-fit: contain;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 19px 12px;
    position: relative;
    text-align: center;
    min-width: 120px;
}

.icon-img-wrapper {
    position: relative;
    display: inline-block;
    width: 40px;
    /* Set wrapper size same as main icon */
    height: 40px;
}


.icon-img-wrapper img:first-child {
    width: 100%;
    height: 100%;
    display: block;
}

.tick-icon {
    position: absolute;
    top: -6px;
    right: -50px;
    width: 24px !important;
    height: 24px;
    z-index: 2;
}

.icon-box span {
    font-family: "FunnelDisplayRegular";
    font-weight: 700;
    color: #222;
    margin-top: 10px;
}

.benefit-container {
    display: flex;
    margin: 40px auto;
    background-color: #f4f1ec;
}

.image-section {
    flex: 1;
}

.image-section img {
    width: 81%;
    height: auto;
}

.content-section {
    flex: 1;
    padding-right: 15rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.content-section h2 {
    font-family: "FunnelDisplayRegular";
    font-size: 3rem;
    margin-bottom: 30px;
    color: #343333;
}

.benefit-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 40px;
}

.benefit-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.benefit-feature img {
    width: 5rem;
    height: 5rem;
}

.benefit-feature h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #343333;
}

.benefit-feature p {
    font-size: 18px;
    color: #444;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .vehicle-details-popup {
        max-width: 95%;
        margin: 20px;
    }

    .cost-grid {
        grid-template-columns: 1fr;
    }

    .savings-grid {
        grid-template-columns: 1fr;
    }

    .vehicle-details-table td:first-child,
    .vehicle-details-table td:nth-child(3) {
        width: 120px;
    }
}

@media (max-width: 1600px) {
    .banner-content {
        padding-left: 3rem;
        padding-right: 1rem;
    }

    .privacy-policy {
        margin: 7rem 16rem 4rem 16rem;
    }

    .banner-form {
        margin-right: 9rem !important;
    }

    .whatwedo {
        padding: 7rem 4rem;
    }

    .novated-content {
        padding: 8.3rem 4.3rem 8.3rem 4.3rem;
    }

    .employee-equilease p {
        width: 71%;
    }

    .comparison-container {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    /* .deal-card {
        max-width: 90%;
    } */

    .salary-content {
        padding: 6rem 9rem 6rem 4rem;
    }

    .employee-banner-content {
        padding-left: 4rem;
        padding-right: 3rem;
    }

    .content-section {
        padding-right: 0rem;
        margin-bottom: 0rem;
    }

    .employee-content-2 {
        padding: 0.3rem 2.3rem 0rem 0.3rem;
    }

    .employee {
        padding: 5rem;
    }

    .employee-content {
        padding: 0.3rem 1rem 0rem 0.3rem;
    }

    .employee img {
        width: 55%;
    }

    .equilease-banner-content span {
        font-size: 4rem;
    }

    .equilease-banner-content {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .employee-content-2 h2 {
        width: 100% !important;
    }

    /* .icon-item {
        width: 12.5rem !important;
    } */

    .latest-deal-content {
        padding-left: 5rem;
    }

    .latest-deal-content label {
        font-size: 1.1rem;
    }

    .equiLease-content {
        padding: 5.3rem 6rem 5rem 5rem;
    }

    .latest-grid-deals {
        padding: 0rem;
    }

    .novated-leasing-content {
        padding-left: 5rem;
    }

    .sacrifice-container {
        max-width: 91rem;
    }

    .salary-des {
        font-size: 1.1rem;
    }

    .insurance-banner-content {
        padding-left: 5rem;
    }

    /* .comprehensive-content {
        padding: 0.3rem 5.3rem 0rem 5.3rem;
    } */

    .comprehensive-content h2 {
        font-size: 3rem;
        /* width: 85% !important; */
    }

    .comprehensive-content p {
        font-size: 1.1rem;
    }

    .gap-content h2 {
        font-size: 3rem;
    }

    .gap-content p {
        font-size: 1.1rem;
    }

    .lodge-banner {
        margin: 5rem;
        padding: 7rem;
    }

    .lodge-banner h1 {
        font-size: 2.3rem;
    }

    .salary-packaging-content {
        padding-left: 5rem;
    }

    .about-us-content {
        padding: 0.3rem 10.3rem 0rem 6.3rem;
    }

    .about-us-content p {
        font-size: 1.1rem;
    }

    .about-us-content strong {
        font-size: 1.1rem;
    }

    .employer-banner-content {
        padding-left: 5rem;
    }

    .benifits-equilease-content {
        /* padding: 0.3rem 10.3rem 0rem 5.3rem; */
    }

    .equilease-container {
        padding: 6rem 0;
    }

    .sacrifice-item {
        padding: 1.5rem;
    }

    .about-banner-content {
        padding-left: 5rem;
    }

    .contactUs-banner-content {
        padding-left: 5rem;
    }

    .contact-form .header {
        font-size: 2rem;
    }

    .contact-form p {
        font-size: 1.1rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .map-container {
        padding: 4rem 6rem 10rem 6rem;
    }

    .employers-mobile {
        display: none;
    }

    .employers-dekstop {
        display: block;
    }
}

@media(max-width:1500px) {
    .novated-content label {
        font-size: 54px;
    }

    .employee-content {
        padding: 0.3rem 12rem 0rem 4.3rem;
    }

    .employee-content-2 {
        padding: 0.3rem 7.3rem 0rem 8.3rem;
    }

    .employee-content-2 p strong {
        font-size: 1.1rem;
    }

    .latest-header p {
        width: 40%;
    }

    .feature-grid {
        gap: 1.5rem;
    }

    .equiLease-grid {
        gap: 4.5rem;
    }
}

@media (max-width: 1399.98px) {
    .banner-content span {
        font-size: 3.5rem;
    }

    .banner-content {
        padding-left: 7rem;
        padding-right: 5rem;
    }

    .banner-content label {
        font-size: 1rem;
    }

    .whatwedo {
        padding: 7rem 7rem;
    }

    .frame-content {
        padding-bottom: 3rem;
    }

    .novated-content label {
        font-size: 46px;
    }

    .novated-content {
        padding: 8.3rem 1.3rem 8.3rem 8.3rem;
    }

    .bg-novated img {
        width: 50%;
        padding: 5.5rem;
    }

    .latest-header label {
        font-size: 2.5rem;
    }

    .latest-header p {
        width: 40%;
        font-size: 1rem;
    }

    .salary-content {
        padding: 6rem 5rem 6rem 9rem;
        gap: 5rem;
    }

    .text-content h2 {
        font-size: 3rem;
    }

    .employee-banner-content {
        padding-left: 10rem;
    }

    .employee-banner-content span {
        font-size: 3.5rem;
    }

    .employee-banner-content label {
        font-size: 1.1rem;
    }

    .employee-content {
        padding: 0.3rem 8rem 0rem 0.3rem;
    }

    .employee-content h2 {
        font-size: 2.5rem;
    }

    .employee-content p {
        font-size: 1rem;
    }

    .employee-content-2 {
        padding: 0.3rem 0.3rem 0rem 8.3rem;
    }

    .employee-content-2 h2 {
        font-size: 2.5rem;
    }

    .employee-content-2 p {
        font-size: 1rem;
    }

    .feature-grid {
        gap: 1.5rem;
        padding: 4rem;
    }

    .employee-feature h2 {
        font-size: 2.5rem;
    }

    /* .icon-item {
        width: 11rem !important;
    } */

    .employer-banner-content span {
        font-size: 3.5rem;
    }

    .employer-banner-content {
        padding-left: 10rem;
    }

    .benifits-equilease-content h2 {
        font-size: 2.5rem;
    }

    .equilease-container {
        padding: 50px 0;
    }

    .benifits-equilease-content {
        /* padding: 7.3rem 0.3rem 5rem 9.3rem; */
    }

    .benifits-equilease img {
        padding: 4rem;
    }

    .salary-sacrifice h2 {
        font-size: 2.5rem;
    }

    .salary-des {
        width: 64%;
    }

    .sacrifice-item {
        padding: 1.3rem;
    }

    .sacrifice-container {
        max-width: 72rem;
        gap: 0rem;
    }

    .faq-wrapper h2 {
        font-size: 2.5rem;
    }

    .about-banner-content span {
        font-size: 3.5rem;
    }

    .about-banner-content {
        padding-left: 10rem;
    }

    .about-us-content h2 {
        font-size: 2.5rem;
    }

    .about-us-content p {
        font-size: 1rem;
    }

    .about-us-content {
        padding: 0.3rem 0.3rem 0rem 9.3rem;
    }

    .about-us img {
        padding: 4rem;
    }

    .why-us-content {
        gap: 2.5rem;
    }

    .why-us h2 {
        font-size: 2rem;
    }

    .contactUs-banner-content span {
        font-size: 3.5rem;
    }

    .contactUs-banner-content {
        padding-left: 10rem;
    }

    .contactUs-banner-content label {
        font-size: 1rem;
    }

    .map-container {
        padding: 4rem 9rem 7rem 11rem;
    }

    .equilease-banner-content span {
        font-size: 3.5rem;
    }

    .equilease-banner-content {
        padding-left: 10rem;
        padding-right: 3rem;
    }

    .equiLease-content {
        padding: 5.3rem 2rem 5rem 8rem;
    }

    .equiLease-content h2 {
        font-size: 2.5rem;
    }

    .equiLease-content p {
        font-size: 1rem;
    }

    .equiLease-grid {
        gap: 1.5rem;
    }

    .employee-equilease label {
        font-size: 2.5rem;
    }

    .latest-deal-content span {
        font-size: 3.5rem;
    }

    .latest-deal-content {
        padding-left: 10rem;
    }

    .equiLease-content {
        padding: 5.3rem 6rem 5rem 8rem;
    }

    .latest-novalted-deals h3 {
        font-size: 2.5rem;
    }

    .latest-novalted-deals {
        padding: 8rem;
    }

    .novated-leasing-content span {
        font-size: 3.5rem;
    }

    .novated-leasing-content {
        padding-left: 10rem;
    }

    .equiLease-content {
        padding: 5.3rem 4rem 5rem 10rem;
    }

    .equiLease-content strong {
        font-size: 1rem;
    }

    .salary-sacrifice h2 {
        font-size: 2.3rem;
    }

    .salary-des {
        font-size: 1rem;
    }

    .insurance-banner-content span {
        font-size: 3.5rem;
    }

    .insurance-banner-content {
        padding-left: 10rem;
    }

    .comprehensive-content p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .custom-btn-primary {
        font-size: 1rem;
    }

    .normal-btn {
        font-size: 1rem;
    }

    .gap-content p {
        font-size: 1rem;
    }

    /* .gap-content {
        padding: 0.3rem 4.3rem 0rem 3.3rem;
    } */

    .salary-packaging-content span {
        font-size: 3.5rem;
    }

    .salary-packaging-content {
        padding-left: 10rem;
    }

    .salary-packaging-content label {
        font-size: 1.1rem;
    }

    .salary-description-content {
        margin-top: 7rem;
        margin-bottom: 4rem;
    }

    .main-frame {
        padding: 0rem 0rem 5rem 0rem;
    }

    .salary-sacrifing-grid {
        gap: 1.3rem;
    }

    .employers-mobile {
        display: none;
    }

    .employers-dekstop {
        display: block;
    }

    .car-image-deal img {
        max-width: 58rem;
    }

    .latest-deal-details-content {
        padding-left: 5rem;
    }

    /* .comprehensive-content {
        padding: 0.3rem 1.3rem 0rem 9.3rem;
    }
    
    .gap-content {
        padding: 0.3
        rem 5.3rem 0rem 0.3rem;
    }
    .insurance img {
        width: 59%;
        padding: 8rem;
        border-radius: 10rem;
    } */
}

@media(max-width:1280px) {
    .menu {
        padding: 1rem 5rem;
    }

    .equiLease-item {
        width: 16rem;
    }

    .salary-sacrifing-item {
        width: 17rem;
    }

    .car-image-deal img {
        max-width: 51rem;
    }

    .feature {
        width: 21rem;
    }

    .send-us-container {
        width: 88%;
    }

    .calculate-saving {
        width: 100%;
        padding: 0 25px;
    }
}

@media (max-width: 1023px) {
    .employee {
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .custom-h2-employee {
        font-size: 2rem;
    }

    .employee-dec-1 {
        font-size: 1rem;
    }

    .equilease-work-section {
        padding: 40px 20px;
    }

    .equilease-content-grid {
        gap: 4rem;
    }

    .equilease-heading {
        font-size: 36px;
        padding-left: 35px;
    }

    .equilease-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .equilease-benefits li p {
        font-size: 16px;
    }

    .equilease-benefits li strong {
        font-size: 16px;
    }

    .supplier-logos {
        gap: 30px;
        margin-top: 30px;
    }

    .supplier-logos img {
        max-height: 70px;
    }

    .salary-section {
        padding: 50px 15px;
    }

    .salary-content {
        gap: 3rem;
    }

    .text-content h2 {
        font-size: 2.5rem;
    }

    .text-content p {
        font-size: 1.125rem;
    }

    .salary-content img {
        max-width: 400px;
    }

    .icons-grid {
        gap: 15px;
        margin-bottom: 25px;
    }

    .icon-box {
        padding: 15px 10px;
        min-width: 100px;
    }

    .icon-img-wrapper {
        width: 35px;
        height: 35px;
    }

    .tick-icon {
        right: -40px;
        width: 20px !important;
        height: 20px;
    }

    .icon-box span {
        font-size: 13px;
    }

    .custom-btn-primary {
        padding: 0.65rem 1.5rem;
        font-size: 0.95rem;
    }

    .me-4 {
        margin-right: 1rem;
    }

    /* Benefit container tablet styles */
    .benefit-container {
        margin: 30px auto;
    }

    .content-section {
        padding: 4rem 8rem 4rem 2rem;
    }

    .content-section h2 {
        font-size: 2.5rem;
    }

    .benefit-features {
        gap: 20px 30px;
    }

    .benefit-feature img {
        width: 4rem;
        height: 4rem;
    }

    .benefit-feature h4 {
        font-size: 20px;
    }

    .benefit-feature p {
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    .employee {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
        gap: 1rem;
    }

    .custom-h2-employee {
        font-size: 1.75rem;
        text-align: center;
    }

    .employee-dec-1 {
        font-size: 0.95rem;
        text-align: left;
    }

    .equilease-work-section {
        padding: 30px 15px;
    }

    .equilease-content-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .equilease-heading {
        font-size: 28px;
        padding-left: 25px;
        text-align: left;
    }

    .equilease-heading::before {
        width: 3px;
    }

    .equilease-description {
        font-size: 15px;
        margin-bottom: 25px;
        line-height: 1.6;
    }

    .equilease-benefits li {
        gap: 12px;
        margin-bottom: 16px;
    }

    .equilease-benefits li img {
        width: 20px;
        height: 20px;
    }

    .equilease-benefits li p {
        font-size: 15px;
    }

    .equilease-benefits li strong {
        font-size: 15px;
    }

    .supplier-logos {
        flex-direction: column;
        gap: 20px;
        margin-top: 25px;
        align-items: center;
    }

    .supplier-logos img {
        max-height: 60px;
    }

    .salary-section {
        padding: 40px 15px;
    }

    .salary-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .text-content {
        order: 2;
    }

    .salary-content img {
        order: 1;
        max-width: 100%;
    }

    .text-content h2 {
        font-size: 2rem;
        text-align: center;
    }

    .text-content p {
        font-size: 1rem;
        text-align: center;
    }

    .icons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 20px;
    }

    .icon-box {
        padding: 12px 8px;
        min-width: auto;
    }

    .icon-img-wrapper {
        width: 30px;
        height: 30px;
    }

    .tick-icon {
        right: -30px;
        top: -4px;
        width: 18px !important;
        height: 18px;
    }

    .icon-box span {
        font-size: 12px;
        margin-top: 8px;
    }

    .mobile-header-btn {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .custom-btn-primary {
        width: 100%;
        max-width: 280px;
        padding: 0.75rem 1.5rem;
    }

    .call-now-box {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .me-4 {
        margin-right: 0;
    }

    /* Benefit container mobile styles */
    .benefit-container {
        flex-direction: column;
        margin: 25px auto;
    }

    .image-section {
        order: 2;
    }

    .image-section img {
        width: 100%;
    }

    .content-section {
        order: 1;
        margin-top: 0rem;
        padding: 2rem 1.5rem;
    }

    .content-section h2 {
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 25px;
    }

    .benefit-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-feature {
        text-align: start;
        align-items: start;
    }

    .benefit-feature img {
        width: 3.5rem;
        height: 3.5rem;
    }

    .benefit-feature h4 {
        font-size: 18px;
    }

    .benefit-feature p {
        font-size: 15px;
        text-align: start;
    }
}

/* Small mobile styles (up to 480px) */
@media (max-width: 480px) {
    .equiLease-list {
        gap: 0;
        flex-direction: column;
    }

    .equiLease-list li {
        text-align: start;
    }

    .footer-center {
        margin-top: 2rem;
    }

    .employee {
        padding: 0.75rem;
    }

    .custom-h2-employee {
        font-size: 1.5rem;
    }

    .employee-dec-1 {
        font-size: 0.9rem;
    }

    .learn-more-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }

    .equilease-work-section {
        padding: 25px 10px;
    }

    .equilease-heading {
        font-size: 24px;
        padding-left: 20px;
    }

    .equilease-description {
        font-size: 14px;
    }

    .equilease-benefits li p {
        font-size: 14px;
    }

    .equilease-benefits li strong {
        font-size: 14px;
    }

    .supplier-logos img {
        max-height: 50px;
    }

    .salary-section {
        padding: 30px 10px;
    }

    .text-content h2 {
        font-size: 1.75rem;
    }

    .text-content p {
        font-size: 0.95rem;
    }

    .icons-grid {
        gap: 10px;
    }

    .icon-box {
        padding: 10px 6px;
    }

    .icon-img-wrapper {
        width: 28px;
        height: 28px;
    }

    .tick-icon {
        right: -25px;
        width: 16px !important;
        height: 16px;
    }

    .icon-box span {
        font-size: 11px;
    }

    .custom-btn-primary {
        font-size: 0.9rem;
        padding: 0.7rem 1.3rem;
    }

    .call-now-box span {
        font-size: 0.9rem;
    }

    /* Benefit container small mobile styles */
    .content-section {
        padding: 1.5rem 1rem;
    }

    .content-section h2 {
        font-size: 1.5rem;
    }

    .benefit-feature h4 {
        font-size: 16px;
    }

    .benefit-feature p {
        font-size: 14px;
    }

    .benefit-feature img {
        width: 3rem;
        height: 3rem;
    }

    .footer-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .footer-mobile .col-3,
    .col-2,
    .col-4 {
        width: 100%;
    }

    .car-banner p {
        width: 100%;
    }

    .faq-toggle {
        padding: 1rem;
    }
}

/* Landscape mobile adjustments */
@media (max-width: 767px) and (orientation: landscape) {
    .equilease-content-grid {
        gap: 1.5rem;
    }

    .equilease-heading {
        font-size: 24px;
    }

    .supplier-logos {
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .salary-content {
        flex-direction: row;
        align-items: center;
    }

    .text-content {
        order: 1;
    }

    .salary-content img {
        order: 2;
        max-width: 300px;
    }

    .text-content h2 {
        text-align: left;
        font-size: 1.75rem;
    }

    .text-content p {
        text-align: left;
    }

    .icons-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mobile-header-btn {
        flex-direction: row;
        justify-content: flex-start;
    }

    .custom-btn-primary {
        width: auto;
    }

    .call-now-box {
        width: auto;
    }

    .me-4 {
        margin-right: 1rem;
    }

    .footer-center {
        margin-top: 2rem;
    }
}

@media (max-width: 1199.98px) {
    .menu {
        padding: 1rem 3rem;
    }

    .banner-form {
        margin-right: 4rem !important;
    }

    .banner-content {
        padding-left: 4rem;
        padding-right: 0rem;
    }

    .whatwedo {
        padding: 7rem 2.5rem;
    }

    .novated-content {
        padding: 8.3rem 1.3rem 8.3rem 4.3rem;
    }

    .bg-novated img {
        width: 57%;
        padding: 4.5rem;
    }

    .novated-content .content2 {
        font-size: 1rem;
    }

    .employee-equilease p {
        font-size: 1rem;
    }

    .salary-content {
        padding: 6rem 3rem 6rem 3rem;
        gap: 3rem;
    }

    .car-banner h1 {
        width: 50%;
    }

    .car-banner {
        padding: 5rem;
    }

    .employee-banner-content {
        padding-left: 5rem;
    }

    .employee-banner-content label {
        font-size: 1rem;
    }


    .employee-content {
        padding: 0.3rem 3.5rem 0rem 0.3rem;
    }

    .employee-content-2 {
        padding: 0.3rem 0.3rem 0rem 4rem;
    }

    .employee-equilease label {
        font-size: 2rem;
    }

    .employee-feature h2 {
        font-size: 2rem;
    }

    .feature {
        width: 19rem;
    }

    .feature p {
        font-size: 1rem;
    }

    .feature-grid {
        gap: 2.5rem;
    }

    .employer-banner-content {
        padding-left: 5rem;
    }

    .employer-banner-content span {
        width: 100%;
    }

    .employer-banner-content label {
        font-size: 1rem
    }

    .benifits-equilease-content {
        /* padding: 7.3rem 0.3rem 5rem 5.3rem; */
    }

    .equilease-container {
        padding: 50px 0;
    }

    .benifits-equilease-content p {
        margin-top: 1rem;
        font-size: 1rem;
    }

    .salary-des {
        width: 75%;
    }

    .sacrifice-container {
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    }

    .sacrifice-item h3 {
        font-size: 1.5rem;
    }

    .send-us-container {
        width: 90%;
    }

    .about-banner-content {
        padding-left: 5rem;
    }

    .about-us-content {
        padding: 0.3rem 0.3rem 0rem 5.3rem;
    }

    .testimonial p {
        font-size: 1rem;
    }

    .contactUs-banner-content {
        padding-left: 5rem;
    }

    .contact-form {
        width: 60%;
    }

    .contact-info {
        width: 30%;
    }

    .map-container {
        padding: 4rem 6rem 7rem 6rem;
    }

    .equilease-banner-content {
        padding-left: 5rem;
    }

    .equiLease-content {
        padding: 5.3rem 4rem 5rem 5rem;
    }

    .equiLease-item {
        width: 15rem;
    }

    .equiLease-item p {
        font-size: 1rem;
    }

    .latest-deal-content {
        padding-left: 5rem;
    }

    .latest-deal-content label {
        font-size: 1rem;
    }

    .latest-novalted-deals {
        padding: 4rem;
    }

    .novated-leasing-content {
        padding-left: 5rem;
    }

    .banner-btn {
        padding: 15px 20px;
    }

    .employee {
        margin-top: 3.5rem;
    }

    .faq-wrapper h2 {
        margin-top: 2.5rem !important;
    }

    .insurance-banner-content {
        padding-left: 5rem;
    }

    .custom-btn-primary {
        padding: 18px 20px;
    }

    .lodge-banner {
        margin-top: 3rem !important;
    }

    .salary-packaging-content {
        padding-left: 5rem;
    }

    .pay-cycle {
        padding: 0rem 1rem;
    }

    .salary-sacrifing-type {
        padding: 5rem 1rem;
    }

    .salary-sacrifing-item {
        width: 16rem;
    }

    .employers-mobile {
        display: none;
    }

    .employers-dekstop {
        display: block;
    }

    .car-image-deal img {
        max-width: 49rem;
    }

    .more-novalted-grid {
        padding: 0 4rem;
    }
}

@media(max-width:1024px) {
    .banner-form {
        margin-right: 1rem !important;
    }

    .menu {
        padding: 1rem 1rem;
    }

    .footer-button {
        flex-direction: column !important;
    }

    .calculate-saving {
        width: 100% !important;
        padding: 14px 30px !important;
        font-size: 1rem;
        font-weight: 600;
    }

    .login-btn {
        width: 100%;
        padding: 14px 30px !important;
        font-weight: 600;
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .breadcrumb {
        padding: 1rem 4rem;
    }

    .logo-1 {
        width: 11rem;
        height: 4rem;
    }

    .logo-2 {
        width: 5rem;
        height: 5rem;
    }

    .banner-content {
        padding-left: 2rem;
    }

    .bg-novated img {
        width: 50%;
        padding: 1.5rem;
        border-radius: 4rem;
    }

    .novated-content {
        padding: 8.3rem 1.3rem 8.3rem 2.3rem;
    }

    .comparison-container {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .deal-card {
        width: 100%;
    }

    .feature {
        width: 15rem;
    }

    .feature-grid {
        gap: 4.5rem;
        padding: 2rem;
    }

    .sacrifice-container {
        grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
    }

    .about-us img {
        padding: 3rem;
        border-radius: 5rem;
    }

    .about-us-content {
        margin-top: 3rem;
    }

    .why-us h2 {
        margin-top: 2rem;
    }

    .why-us-content {
        gap: 0.5rem;
    }

    .equiLease-grid {
        gap: 2.5rem;
    }

    .equiLease-item {
        width: 12rem;
    }

    .novated-leasing-content {
        padding-left: 1rem;
    }

    .about-us-content h2 {
        width: 100% !important;
    }

    .pay-cycle label {
        padding: 0.7rem 1rem;
    }

    .salary-sacrifing-item {
        width: 14rem;
    }

    .salary-sacrifing-grid {
        gap: 1rem;
        padding: 1rem;
    }

    .latest-deal-details-content {
        padding-left: 2rem;
    }

    .car-image-deal img {
        max-width: 41rem;
    }

    .more-novalted-deals {
        padding: 4rem;
    }

    .more-novalted-grid {
        padding: 0;
    }

    .salary-type {
        padding: 5rem;
    }

    .equilease-container .img-fluid {
        margin-left: 0rem !important;
    }
}

@media (max-width: 991.98px) {
    .mobile-menu-header {
        display: flex;

    }

    .logo-dekstop {
        display: none;
    }

    .dekstop-header-btn {
        display: none !important;
    }

    .home-nav-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2.8rem;
        justify-content: center;
        text-align: center;
        /* background: white;
        border-radius: 15px;
        padding: 10px;
        margin-top: 12px; */
    }

    /* .home-header-dropbtn {
        color: #000000 !important;
    }
    .navbar-collapse .nav-item .nav-link{
        color: #000000 !important;
    } */
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .custom-container {
        padding: 10px 2px;
    }

    .custom-btn-primary {
        width: 100%;
        padding: 20px;
    }

    .save-equilease {
        flex-direction: column;
    }

    .text-content h2 {
        font-size: 2.8rem;
    }

    .novated-content label {
        font-size: 44px;
    }

    .start-saving-btn {
        width: 70%;
    }

    .latest-header p {
        width: 60%;
    }

    .menu {
        padding: 1rem 3rem;
    }

    .banner-form {
        margin-right: 1rem !important;
    }

    .banner-content {
        padding-left: 2rem;
    }

    .reating-icon {
        margin-left: 0.5rem;
    }

    .inner-frame img {
        height: 11rem !important;
    }

    .whatwedo .col-md-6 {
        width: 25%;
    }

    .inner-frame img {
        height: 11rem !important;
    }

    .whatwedo {
        padding: 5rem 0.8rem;
    }

    .frame-content {
        padding: 1.5rem;
    }

    .frame-content label {
        font-size: 1.3rem;
    }

    .frame-content p {
        font-size: 15px;
    }

    .bg-novated img {
        padding: 2.5rem;
        border-radius: 4rem;
    }

    .novated-content {
        padding: 8.3rem 0.3rem 8.3rem 1.5rem;
    }

    .comparison-container {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .employee-banner-content {
        padding-left: 3rem;
    }

    .feature-grid {
        padding: 0rem;
        margin-top: 3.5rem;
        gap: 0rem;
    }

    .equilease-banner-content {
        padding-left: 2rem;
    }

    .equiLease-feature {
        padding: 5rem 0rem;
    }

    .equiLease-grid {
        padding: 0rem;
        gap: 0.5rem;
    }

    .latest-deal-content {
        padding-left: 3rem;
    }

    .equiLease-content {
        padding: 5.3rem 1rem 5rem 3rem;
    }

    .novated-leasing-content {
        padding-left: 2rem;
    }

    .banner-btn {
        padding: 15px 8px;
    }

    .breadcrumb {
        padding: 1rem 3rem;
    }

    .sacrifice-container {
        grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    }

    .insurance-banner-content {
        padding-left: 2.8rem;
    }

    .salary-packaging-content {
        padding-left: 2rem;
    }

    .salary-packaging-content label {
        font-size: 1rem;
    }

    .about-us-content strong {
        font-size: 1rem;
    }

    .salary-sacrifing-grid {
        gap: 1rem;
        padding: 0;
    }

    .salary-sacrifing-item {
        width: 14rem;
    }

    .meal-desc {
        width: 84%;
    }

    .salary-type {
        padding: 4rem;
    }

    .employer-banner-content {
        padding-left: 3rem;
    }

    .about-banner-content {
        padding-left: 3rem;
    }


    .why-us-content {
        gap: 1.5rem;
    }

    .contactUs-banner-content {
        padding-left: 3rem;
    }

    .employers-mobile {
        display: none;
    }

    .employers-dekstop {
        display: block;
    }

    .sacrificing-work h2 {
        font-size: 2rem;
    }

    .car-image-deal img {
        max-width: 40rem;
    }

    .more-novalted-deals {
        padding: 4rem;
    }

    .more-novalted-grid {
        padding: 0;
    }

    .form-section {
        padding: 1.5rem 1rem;
    }

    .salary-des {
        font-size: 0.9rem;
    }
}

@media(max-width:768px) {
    .mobile-padding-custom-class {
        margin-top: 91rem !important;
    }

    .latest-deal-margin-top {
        margin-top: 67rem !important;
    }

    .equileaseTransform {
        transform: translateY(-1%) !important;
    }

    .mobile-menu-header {
        display: none;

    }

    .logo-dekstop {
        display: block;
    }

    .dekstop-header-btn {
        display: block !important;
    }

    .menu {
        padding: 1rem 3rem;
    }

    .banner-content {
        padding-left: 2rem;
    }

    .mobile-equilease-size {
        margin-top: 74rem;
    }

    .mobile-equilease-size.equilease-validation-error {
        margin-top: 93rem !important;
    }

    .novated-latest-deal {
        transform: translateY(0%) !important;
    }

    .equiLease-item {
        width: 11rem;
    }

    .employe-menu {
        margin-top: 0.4rem !important;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
        overflow: hidden;
    }

    .dekstop-breadcrumb {
        display: none;
    }

    .mobile-breadcrumb {
        display: block;
        margin-bottom: 0;
    }

    .header-content-mobile {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 14px;
        margin-bottom: 14px;
        width: 100%;
    }

    .header-content-mobile>img {
        height: 1rem;
        margin-right: 2px;
    }

    .header-content-mobile>label {
        font-size: 1rem;
    }

    .header-content>label {
        margin-right: 0px;
        font-size: 0.8rem;
    }

    .home-nav-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
        text-align: center;
    }

    .header-dropdown {
        margin-top: 0px;
    }

    .header-dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .mobile-header-btn {
        display: flex;
        flex-direction: column;
    }

    .mobile-login-btn {
        width: 100%;
        margin-top: 0.5rem;
        padding: 10px;
    }

    .header-dropdown {
        position: relative;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    /* .header-dropdown:hover .header-dropdown-content {
        display: block;
    } */

    .custom-container {
        flex-wrap: wrap;
        padding: 0px 0px;
    }

    .header-content label {
        font-size: 0.9rem;
        margin-right: 2px;
    }

    .mobile-facebook {
        display: block;
    }

    .dekstop-facebook {
        display: none;
    }

    .custom-btn-primary {
        width: 100%;
        padding: 13px;
    }

    /*FOOTER*/
    .footer {
        padding: 1.5rem 0.2rem !important;
    }

    .footer-button {
        flex-direction: column !important;
    }

    .calculate-saving {
        width: 100% !important;
        padding: 14px 30px !important;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .login-btn {
        width: 100%;
        padding: 14px 30px !important;
        font-weight: 600;
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }

    .list-unstyled {
        margin-top: 0 !important;

    }

    .list-unstyled a {
        font-size: 0.76rem;
    }

    .address {
        font-size: 0.76rem;
        margin-top: 0 !important;
    }

    .footer-contact-us-icon {
        margin-top: 0 !important;
    }

    .copyright {
        margin-top: 0 !important;
    }

    .localbuy-logo {
        justify-content: center !important;
    }

    .localbuy-logo .logo-1 {
        height: 4rem;
        width: 9rem !important;
    }

    .localbuy-logo .logo-2 {
        height: 4rem;
    }

    .mobile-facebook {
        display: block;
    }

    .dekstop-facebook {
        display: none;
    }

    .payability-copyright {
        text-align: center;
        font-size: 0.8rem;
        margin-top: 2rem;
    }

    .design-by {
        margin-top: 2rem;
        text-align: center !important;
        font-size: 0.8rem;
    }

    /* .design-by {
        margin-top: 2rem;
        text-align: center !important;
    } */

    .header-dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .mobile-header-btn {
        display: flex;
        flex-direction: column;
    }

    .mobile-login-btn {
        width: 100%;
        margin-top: 0.5rem;
        padding: 10px;
    }

    .header-dropdown {
        position: relative;
    }

    .bg-novated img {
        width: 56%;
        padding: 1.5rem;
    }

    .novated-content label {
        font-size: 35px;
    }

    .text-content h2 {
        font-size: 2rem;
    }

    .salary-content {
        padding: 1rem 0rem 3rem 0rem;
    }

    .car-banner {
        padding: 4rem;
        margin: 3rem;
    }

    .homeform {
        margin-top: 1rem;
    }

    .feature {
        width: 18rem;
    }

    .feature-grid {
        gap: 5rem;
    }

    .employee-content h2 {
        font-size: 1.5rem;
    }

    .employee-content-2 h2 {
        font-size: 2rem;
    }

    .latest-header p {
        width: 60%;
    }

    .salary-type {
        padding: 3rem;
    }

    .footer-logo {
        width: 30%;
    }

    .latest-equilease-size {
        margin-top: 56rem;

    }

    .latest-grid-deals {
        grid-template-columns: repeat(2, 1fr);
    }

    .equiLease-content {
        width: 100%;
        height: auto !important;
    }

    .faq-wrapper-content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .custom-box-faq {
        margin-left: 0px;
    }

    .salary-des {
        width: 100%;
    }

    .employee-content {
        padding: 0.3rem 1.5rem 0rem 0.3rem;
    }

    .salary-type {
        padding: 5rem;
    }

    .save-equilease {
        margin-right: 15px;
    }

    .employee {
        margin-top: 0.5rem;
    }

    .salary-sacrifing-item {
        width: 10rem;
    }

    .blog-salary-banner {
        padding: 3rem;
        margin: 3rem;
    }

    .blog-salary-banner h1 {
        width: 66%;
    }

    .comprehensive-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .comprehensive-content p {
        font-size: 0.9rem;
    }

    .normal-btn {
        width: 100%;
        padding: 0.8rem 1.25rem;
        border: 2px solid #343333;
        font-size: 0.8rem;
    }

    .btn-insurance {
        flex-wrap: wrap;
    }

    .insurance {
        flex-wrap: wrap;
    }

    .insurance img {
        width: 100%;
        padding: 1rem;
        border-radius: 2.5rem;
        margin-top: 1.5rem;
    }

    .gap-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .insurnace-container {
        max-width: 100%;
    }

    .latest-deal-details-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .latest-deal-details-content {
        max-width: 100%;
    }

    .car-image-deal img {
        max-width: 44rem;
    }

    .more-novalted-grid {
        padding: 0 1rem;
    }
}

@media (max-width: 575.98px) {
    .vertical-divider {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }

    .info-row {
        gap: 0rem;
    }
    .info-p-tag{
        font-size: 0.9rem;
    }
    .icon-about {
        width: 4rem;
        height: 4rem;
        margin-bottom: 1rem;
    }
    .employee-content-2 {
        padding: 0;
    }
    .about-section {
        padding: 0rem 1rem;
        gap: 0rem;
    }
    .mobile-padding-custom-class {
        margin-top: 92rem !important;
    }

    .latest-deal-margin-top {
        margin-top: 67rem !important;
    }

    .equileaseTransform {
        transform: translateY(-5%) !important;
    }

    .header-content-mobile {
        display: flex !important;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .header-content-mobile img {
        height: 0.9rem;
    }

    .header-content-mobile>label {
        font-size: 0.9rem;
    }

    .menu {
        padding: 1rem 1.5rem;
    }

    * {
        font-size: 0.9rem;
    }

    .mobile-facebook {
        display: block;
    }

    .dekstop-facebook {
        display: none;
    }

    .design-by {
        margin-top: 2rem;
        text-align: center !important;
    }

    .copyright {
        margin-top: 3rem;
    }

    .header-dropdown {
        margin-top: 0px;
    }

    .home-nav-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
        text-align: center;
    }

    .header-dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .mobile-header-btn {
        display: flex;
        flex-direction: column;
    }

    .mobile-login-btn {
        width: 100%;
        margin-top: 0.5rem;
        padding: 10px;
    }

    .header-dropdown {
        position: relative;
    }

    /* .header-dropdown:hover .header-dropdown-content {
        display: block;
    } */

    .custom-container {
        flex-wrap: wrap;
        padding: 0px 0px;
    }

    .header-content label {
        font-size: 0.9rem;
        margin-right: 2px;
    }

    .banner-form {
        margin-top: 2rem;
        margin-right: 0rem !important;
    }

    .logosize {
        width: 10rem;
        height: 3rem;
    }

    .equilease-mobile-main {
        margin-top: 4rem;
        margin-right: 1rem !important;
    }

    .whatwedo .col-md-6 {
        width: 50%;
    }

    .footer-logo {
        width: 61% !important;
        height: 60px;
    }

    .header-name {
        margin-top: 1rem;
    }

    .what-we-do {
        margin-top: 2rem;
        font-size: 1.5rem;
    }

    .inner-frame img {
        height: 8rem;
    }

    .whatwedo {
        padding: 0.5rem;
    }

    .frame-content {
        padding: 0.6rem;
    }

    .frame-content label {
        font-size: 1.2rem;
    }

    .frame-content p {
        font-size: 0.9rem;
    }

    .footer {
        padding: 1.5rem 1.2rem !important;
    }

    .banner-content {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .main-frame {
        flex-wrap: wrap;
    }

    .inner-frame {
        width: unset;
        margin-top: 0.6rem;
    }

    .novated-content {
        padding: 1rem 1rem 3.5rem 1rem;
    }

    .bg-novated img {
        padding: 0px;
        border-radius: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
        height: 31rem;
    }

    .bg-novated img {
        width: 100%;
    }

    .bg-novated {
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .novated-content label {
        margin-top: 2rem;
        font-size: 1.8rem;
    }

    .novated-content .content1 {
        font-size: 0.9rem;
    }

    .novated-content .content2 {
        font-size: 0.9rem;
        margin-bottom: 1.3rem;
    }

    .learn-more-btn {
        margin-top: 0;
        margin-bottom: 1rem;
        border-radius: 0.5rem;
        display: block;
        width: 100% !important;
        padding: 15px !important;
        text-align: center;
    }

    .mobileImage_Novated {
        display: block;
    }

    .dekstopImage_novated {
        display: none;
    }

    .employee-equilease {
        padding: 1rem;
        margin-top: 3rem;
    }

    .banner-content span {
        font-size: 2.1rem;
        width: 80%;
    }

    .banner-content label {
        font-size: 1.1rem;
    }

    .form-label {
        font-size: 0.9rem;
    }

    .form-select {
        font-size: 0.9rem !important;
    }

    .input-group-text {
        font-size: 0.9rem !important;
    }

    .header {
        font-size: 1.5rem;
    }

    .custom-btn-primary {
        padding: 15px !important;
        width: 100%;
        font-size: 0.9rem;
        border-radius: 0.5rem;
    }

    .start-saving-btn {
        margin: 0 35px;
    }

    .save-btn {
        width: 100%;
    }

    .input-wrapper {
        width: 100%;
    }

    .tabs button {
        font-size: 1rem;
    }

    .employee-equilease label {
        font-size: 1.5rem;
    }

    .employee-equilease p {
        font-size: 0.9rem;
        width: 100%;
    }

    .comparison-container {
        flex-wrap: wrap;
    }

    .comparison-card {
        width: 100%;
        padding: 2.5rem;
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        text-align: center;
    }

    .comparison-card img {
        width: 100%;
    }

    .comparison-container td strong {
        font-size: 0.9rem;
    }

    .comparison-card td:last-child {
        font-size: 0.9rem;
    }

    .salary-packaged label {
        font-size: 1.2rem;
        text-align: center;
    }

    .not-salary-packaged label {
        font-size: 1.2rem;
    }

    .not-salary-packaged .tag {
        font-size: 0.6rem;
    }

    .salary-packaged .tag {
        font-size: 0.6rem;
    }

    .save-equilease {
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .latest-header label {
        font-size: 1.5rem;
    }

    .latest-header {
        padding-top: 1.5rem;
    }

    .latest-deals {
        min-height: 740px;
        margin-top: 0;
    }

    .latest-header p {
        width: 100%;
        padding: 1.5rem;
        font-size: 0.9rem;
    }

    .salary-section {
        padding: 0.3rem;
    }

    .salary-content {
        flex-wrap: wrap;
        padding: 0.9rem;
        gap: 3rem;
    }

    .salary-content img {
        width: 100%;
    }

    .text-content h2 {
        font-size: 2rem;
    }

    .text-content {
        width: 100%;
    }

    .testimonials-section {
        padding: 1rem;
        margin-top: 32px;
    }

    .testimonials-section h2 {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }

    /* .navbar-toggler {
        border: unset;
        color: #000000 !important;
    } */
    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .testimonial p {
        font-size: 1rem;
    }

    .rating {
        flex-wrap: wrap;
        padding: 12px 4px;
        margin: 0px auto;
        margin-top: 0rem !important;
    }

    .reating label {
        font-size: 0.9rem;
    }

    .banner-google-reating {
        width: 1rem;
    }

    .reating-icon {
        margin-left: 0.9rem;
        margin-right: 0.9rem;
    }

    .input-container {
        flex-wrap: wrap;
    }

    .car-banner {
        padding: 3rem;
        margin: 2rem 1rem;
        border-radius: 1.5rem;
    }

    .input-container {
        align-items: stretch;
    }

    .testing {
        flex-wrap: wrap !important;
    }

    .car-banner h1 {
        width: 100%;
        font-size: 1.5rem;
    }

    .car-banner p {
        font-size: 0.9rem;
    }

    .reating {
        flex-wrap: wrap;
    }

    .employee-banner-content {
        padding-left: 2rem;
        padding-right: 4rem;
    }

    .employee-banner-content span {
        font-size: 2rem;
        width: 100%;
    }

    .breadcrumb {
        padding: 1rem 0.9rem;
        font-size: 0.9rem;
    }

    .employee {
        flex-wrap: wrap;
    }

    .employee img {
        width: 100%;
        padding: 0rem;
        border-radius: 1rem;
    }

    .employee-content {
        padding: 0.8rem 1rem 0.8rem 1rem;
    }

    .employee-content-2 {
        padding: 0.8rem 1rem 0.8rem 1rem;
    }

    .dekstop_employee_img {
        display: none;
    }

    .mobile_employee_img {
        display: block;
    }

    .employee-content-2 p {
        font-size: 0.9rem;
        text-align: start;
    }

    .faq-wrapper {
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
    }

    .mobile-equilese {
        padding: 2rem;
        margin-top: 0rem;
    }

    .mobile-equilese label {
        font-size: 1.5rem;
    }

    .employee-feature {
        padding: 1rem;
    }

    .feature-grid {
        gap: 1.5rem;
        padding: 1rem;
    }

    .feature h4 {
        font-size: 1.1rem;
    }

    .feature {
        width: 45%;
    }

    .feature p {
        font-size: 0.9rem;
    }

    .novated-mobile {
        margin-top: 1.5rem !important;
    }

    .salary-type {
        margin-top: 0rem !important;
        padding: 2rem;
        margin-bottom: 1rem;
    }

    /* .icon-item {
        width: 8.5rem !important;
        padding: 0rem 0rem 0rem 0rem;
    } */

    /*INSURANCE*/
    .insurance-banner-content {
        padding-left: 1.5rem;
        padding-right: 1rem;
    }

    .insurance-banner-content span {
        font-size: 2.5rem;
        width: 100%;
    }

    /* .comprehensive-content {
        padding: 0.3rem 1.3rem 0rem 1.3rem;
    } */

    .insurance-banner-content label {
        font-size: 0.9rem;
    }

    .btn-insurance {
        flex-wrap: wrap;
    }

    /* .comprehensive-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .comprehensive-content p {
        font-size: 0.9rem;
    } */

    .normal-btn {
        width: 100%;
        padding: 14px;
        border: 2px solid #343333;
        font-size: 0.9rem;
    }

    .insurance {
        flex-wrap: wrap;
    }

    .insurance img {
        width: 100%;
        padding: 1rem;
        border-radius: 2.5rem;
        margin-top: 1.5rem;
    }

    .dekstop_insurance_img {
        display: none;
    }

    .mobile_insurance_img {
        display: block;
    }

    .btn-insurance .custom-btn-primary {
        padding: 1rem 1.25rem;
    }

    /* .gap-content {
        padding: 0.3rem 1.3rem 0rem 1.3rem;
    } */

    .gap-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .gap-content p {
        font-size: 0.9rem;
    }

    .lodge-banner {
        padding: 5rem 2rem;
        margin: 1rem;
        margin-top: 2rem !important;
    }

    .lodge-banner p {
        width: 100%;
        font-size: 0.9rem;
    }

    .faq-wrapper h2 {
        margin-top: 4rem;
        font-size: 1.6rem;
    }

    .faq-wrapper-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .faq-box {
        margin-left: 0rem;
    }

    .faq-toggle {
        font-size: 1rem;
    }

    .faq-content p {
        font-size: 0.9rem;
    }

    .save-equilease p {
        font-size: 1.1rem;
        font-family: "FunnelDisplayRegular";
    }

    .mobile-custom-equilease {
        flex-wrap: nowrap;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    /*EMPLOYERS*/
    .employer-banner-content span {
        font-size: 2.25rem;
    }

    .employer-banner-content {
        padding-left: 2rem;
    }

    .employers-mobile {
        display: block;
    }

    .employers-dekstop {
        display: none;
    }

    .benifits-equilease {
        flex-wrap: wrap;
    }

    .benifits-equilease img {
        width: 90%;
        padding: 0.5rem;
        margin-top: 2rem;
    }

    .benifits-equilease-content h2 {
        font-size: 1.5rem;
    }

    .equilease-container {
        padding: 20px 15px;
    }

    .equilease-container .benifits-equilease-content {
        /* padding: 2.3rem 1.3rem 5rem 1.3rem; */
        margin-top: 15px;
    }

    .benifits-equilease-content strong {
        font-size: 0.9rem;
    }

    .benifits-equilease-content h2 {
        font-size: 1.5rem;
    }

    .benefits-list li {
        font-size: 0.9rem;
    }

    .salary-sacrifice h2 {
        font-size: 1.8rem;
    }

    .salary-des {
        width: 100%;
    }

    .salary-sacrifice {
        padding: 6rem 1rem;
    }

    .sacrifice-container {
        grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    }

    .contact-us-size {
        margin: 0 3rem;
    }

    .send-us-container {
        flex-direction: column;
    }

    .image-section {
        width: 100%;
    }

    .form-section {
        width: 100%;
    }

    /*ABOUT US*/
    .about-banner-content span {
        font-size: 2.25rem;
    }

    .about-banner-content label {
        font-size: 1rem;
    }

    .about-us {
        flex-wrap: wrap;
    }

    .about-us img {
        width: 90%;
        padding: 0.5rem;
        margin-top: 1rem;
        border-radius: 3rem;
    }

    .about-us-content {
        padding: 1.3rem 2.3rem 0rem 2.3rem;
    }

    .why-us-icon {
        justify-content: unset;
    }

    .why-us-icon img {
        width: 4rem;
        height: 4rem;
    }

    .info-row {
        flex-direction: column;
    }

    /*CONTACT US*/
    .contactUs-banner-content span {
        font-size: 2.25rem;
    }

    .contactUs-banner-content {
        padding-left: 2rem;
    }

    .contact-form p {
        font-size: 0.9rem;
    }

    .contact-form strong {
        font-size: 0.9rem;
    }

    .contact-us-container {
        flex-wrap: wrap;
        padding: 2rem;
    }

    .contact-form {
        width: 100%;
    }

    .contact-info {
        width: 100%;
    }

    .map-container {
        padding: 0rem 2rem 7rem 2rem;
        height: 25rem;
    }

    .contact-item p {
        font-size: 0.9rem;
    }

    .contact-item strong {
        font-size: 0.9rem;
    }

    /*EQUILEASE*/
    .equilease-banner-content span {
        font-size: 2.25rem;
    }

    .equiLease-content {
        width: auto;
        height: auto !important;
    }

    .mobile-equilease-size {
        margin-top: 75rem;
    }

    .equiLease-content {
        padding: 5.3rem 2rem 5rem 2rem;
    }

    .equiLease {
        flex-wrap: wrap;
    }

    .equiLease img {
        width: 100%;
        padding: 2rem;
        border-radius: 2rem;
    }

    .equiLease-content {
        padding: 1.3rem 2rem 5rem 2rem;
    }

    .equiLease-content h2 {
        font-size: 1.8rem;
    }

    /*LATEST DEAL*/
    #novated-form {
        transform: translateY(-5%) !important;
        margin-right: 1rem;
    }

    .latest-grid-deals {
        grid-template-columns: repeat(2, 1fr);
    }

    .latest-equilease-size {
        margin-top: 55rem;
    }

    .latest-novalted-deals h3 {
        font-size: 1.8rem;
    }

    .latest-deal-card span {
        font-size: 1.2rem;
    }

    /*INSURANCE FORM*/
    .insurance-form {
        max-width: 500px !important;
    }

    /*SALARY PACKAGING*/
    .salary-description-content {
        margin-top: 2rem;
        margin-bottom: 4rem;
    }

    .salary-packaging-content span {
        font-size: 2.5rem;
    }

    .about-us-content h2 {
        font-size: 1.5rem;
    }

    .salary-description p {
        width: 86%;
    }

    .pay-cycle label {
        padding: 0.7rem 1.5rem;
    }

    .summary-selection {
        margin: 1rem;
    }

    .form-selection {
        margin: 1rem;
    }

    .salary-description {
        margin-top: 2rem;
    }

    .salary-sacrifing-type h2 {
        font-size: 1.5rem;
    }

    .salary-sacrifing-item {
        width: 16rem;
    }

    .blog-salary-banner {
        padding: 2rem;
        margin: 2rem;
    }

    .blog-salary-banner h1 {
        width: 75%;
    }

    .email-input-container {
        display: flex;
        flex-wrap: wrap;
    }

    .email-input-container .form-control {
        padding: 0.8rem .75rem;
    }

    .car-image-deal img {
        max-width: 34rem;
    }

    .more-novalted-deals {
        padding: 3rem 2rem;
    }

    .more-novalted-grid {
        padding: 0;
        gap: 0.5rem;
    }

    .sacrifice-item h3 {
        font-size: 1.3rem;
    }

    .about-us-content strong {
        font-size: 0.9rem;
    }

    .about-us-content p {
        font-size: 0.9rem;
    }

    .why-us-icon p {
        font-size: 0.9rem;
    }

    .comprehensive-content h2 {
        font-size: 2rem;
    }

    .gap-content h2 {
        font-size: 2rem;
    }

}

@media (max-width: 430px) {
    .banner-form {
        padding: 1.2rem;
        padding-top: 1.5rem;
    }

    .mobile-padding-custom-class {
        margin-top: 93rem !important;
    }

    .latest-deal-margin-top {
        margin-top: 68rem !important;
    }

    .header-content-mobile {
        display: flex !important;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .header-content-mobile img {
        height: 0.9rem;
    }

    .header-content-mobile>label {
        font-size: 0.9rem;
    }

    .start-saving-btn {
        width: 80%;
    }

    .salary-description {
        padding: 1rem;
    }

    .latest-grid-deals {
        grid-template-columns: repeat(1, 1fr);
    }

    * {
        font-size: 0.95rem;
    }

    .novated-content .content2 {
        font-size: 0.9rem;
    }

    .salary-description h2 {
        text-align: center;
    }

    .summary-selection {
        margin: 0rem;
    }

    .salary-sacrifing-type {
        padding: 3rem 1rem;
    }

    .salary-sacrifing-item p {
        font-size: 0.9rem;
    }

    .meal-desc {
        width: 90%;
        font-size: 0.9rem;
    }

    .blog-salary-banner {
        margin: 1rem;
        padding: 2rem 1rem;
    }

    .mobile-blog-form {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .blog-salary-banner p {
        font-size: 0.9rem;
    }

    .header-dropdown {
        margin-top: 4px;
    }

    .home-nav-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.8rem;
        justify-content: center;
        text-align: center;
    }

    .contact-us-size {
        margin: 0;
    }

    .mobile-size-contact {
        width: 75%;
    }

    .mobile-line {
        display: none;
    }

    .get-offer-btn {
        width: 7rem;
    }

    .deal-card {
        height: 27rem;
    }

    .header-dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .mobile-header-btn {
        display: flex;
        flex-direction: column;
    }

    .mobile-login-btn {
        width: 100% !important;
        margin-top: 0.5rem;
        padding: 10px;
    }

    .header-dropdown {
        position: relative;
    }

    .header-dropdown:hover .header-dropdown-content {
        display: block;
    }

    /* .icon-item {
        width: 7rem !important;
    } */
    .reating label {
        font-size: 0.9rem;
    }

    .novated-content .content1 {
        font-size: 0.9rem;
    }

    .comprehensive-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .comprehensive-content p {
        font-size: 0.9rem;
    }

    .gap-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .gap-content p {
        font-size: 0.9rem;
    }

    .insurnace-container {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .pay-cycle {
        gap: 0.3rem;
        padding: 0rem 0.2rem;
        height: 2.8rem;
    }

    .pay-cycle label {
        padding: 0.7rem 1.2rem;
    }

    .car-image-deal img {
        max-width: 21rem;
    }

    .latest-deal-details-content span {
        font-size: 2rem;
    }

    .latest-deal-details-content label {
        font-size: 0.9rem;
    }

    .more-novalted-deals {
        padding: 2rem;
    }

    .more-novalted-grid {
        padding: 0 3rem;
    }

    .employee-content p {
        font-size: 0.9rem;
    }

    .employee-content-2 p strong {
        font-size: 0.9rem;
    }

    .employee-feature h2 {
        font-size: 1.5rem;
    }

    .employee-content-2 h2 {
        font-size: 1.5rem;
    }

    .icon-item p {
        font-size: 1rem;
    }

    .insurance-form {
        max-width: 390px !important;
    }
}

@media (min-width:321px) and (max-width: 376px) {
    .mobile-padding-custom-class {
        margin-top: 93rem !important;
    }
     .employee-equilease p {
        width: 100% !important;
    }
    .latest-deal-margin-top {
        margin-top: 66rem !important;
    }

    .header-content-mobile {
        display: flex !important;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .employee-content-2 p strong {
        font-size: 0.8rem;
    }

    .header-content-mobile>img {
        height: 0.9rem;
    }

    .header-content-mobile>label {
        font-size: 0.9rem;
    }

    .custom-container {
        max-width: 100%;
        padding: 5px;
    }

    .home-nav-bar {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0rem;
        justify-content: center;
        text-align: center;
    }

    .mobile-line {
        display: none;
    }

    .header-dropdown-content {
        display: none;
        position: relative;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        min-width: 290px;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .mobile-header-btn {
        display: flex;
        flex-direction: column;
    }

    .mobile-login-btn {
        width: 100% !important;
        margin-top: 0.5rem;
        padding: 10px;
    }

    .header-dropdown {
        position: relative;
    }

    .header-dropdown:hover .header-dropdown-content {
        display: block;
    }

    .banner-content {
        padding-right: 0.5rem;
        padding-left: 0.7rem;
    }

    .homeform {
        transform: translateY(0%) !important;
        margin-right: 0 !important;
    }

    #home-novated-form {
        transform: translateY(0%) !important;
    }

    .banner-form {
        margin-right: 0rem;
    }

    .main-frame {
        flex-wrap: wrap;
    }

    .start-saving-btn {
        margin: 0;
        width: 70% !important;
    }

    .inner-frame {
        width: unset;
        margin-top: 0.5rem !important;
    }

    .novated-content {
        padding: 0.8rem 0.8rem 3rem 0.8rem;
    }

    .bg-novated img {
        padding: 0px;
        border-radius: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .bg-novated img {
        width: 100%;
    }

    .bg-novated {
        flex-wrap: wrap;
        margin-top: 1.5rem;
    }

    .novated-content label {
        font-size: 1.8rem;
    }

    .novated-content .content1 {
        font-size: 0.8rem;
    }

    .novated-content .content2 {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .learn-more-btn {
        margin-top: 0;
        padding: 10px 133px;
        margin-bottom: 6rem;
        border-radius: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .comparison-container {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .mobileImage_Novated {
        display: block;
    }

    .dekstopImage_novated {
        display: none;
    }

    .employee-equilease {
        padding: 0.5rem;
        margin-top: 3rem;
    }

    .banner-content span {
        font-size: 2rem;
        width: 100%;
    }

    .banner-content label {
        font-size: 1rem;
    }

    .form-label {
        font-size: 0.8rem;
    }

    .form-select {
        font-size: 0.8rem !important;
    }

    .input-group-text {
        font-size: 0.8rem !important;
    }

    .header {
        font-size: 1.3rem;
    }

    .custom-btn-primary {
        width: 100%;
        padding: 10px;
        font-size: 0.8rem;
        border-radius: 0.5rem;
    }

    .what-we-do {
        font-size: 1.5rem;
    }

    .inner-frame img {
        height: 6rem;
    }

    .whatwedo {
        padding: 0.5rem;
    }

    .frame-content {
        padding: 0.6rem;
    }

    .frame-content label {
        font-size: 1rem;
    }

    .frame-content p {
        font-size: 0.8rem;
    }

    .tabs button {
        font-size: 0.9rem;
    }

    .header-content {
        flex-direction: column;
        /* Stack elements */
        text-align: center;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .btn-custom-primary,
    .btn-custom-regular {
        width: 90%;
        /* Adjust button width */
        font-size: 14px;
    }

    .footer-logo {
        width: 61% !important;
        height: 60px;
    }

    .header-name {
        margin-top: 1rem;
    }

    .footer {
        padding: 1.5rem 0.2rem !important;
    }

    .footer-button {
        flex-direction: column !important;
    }

    .calculate-saving {
        width: 100% !important;
        padding: 14px 30px !important;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .login-btn {
        width: 100%;
        padding: 14px 30px !important;
        font-weight: 600;
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }

    .list-unstyled {
        margin-top: 0 !important;

    }

    .list-unstyled a {
        font-size: 0.76rem;
    }

    .address {
        font-size: 0.76rem;
        margin-top: 0 !important;
    }

    .footer-contact-us-icon {
        margin-top: 0 !important;
    }

    .copyright {
        margin-top: 0 !important;
    }

    .localbuy-logo {
        justify-content: center !important;
    }

    .localbuy-logo .logo-1 {
        height: 4rem;
        width: 9rem !important;
    }

    .localbuy-logo .logo-2 {
        height: 4rem;
    }

    .mobile-facebook {
        display: block;
    }

    .dekstop-facebook {
        display: none;
    }

    .payability-copyright {
        text-align: center;
        font-size: 0.8rem;
        margin-top: 2rem;
    }

    .design-by {
        margin-top: 2rem;
        text-align: center !important;
        font-size: 0.8rem;
    }

    .employee-equilease label {
        font-size: 1.5rem;
    }

    .employee-equilease p {
        font-size: 0.8rem;
        width: 100%;
    }

    .comparison-container {
        flex-wrap: wrap;
    }

    .comparison-card {
        padding: 2rem;
        margin-left: 12px;
        margin-right: 12px;
        width: 100%;
    }

    .comparison-card img {
        width: 100%;
    }

    .comparison-container td strong {
        font-size: 0.8rem;
    }

    .comparison-card td:last-child {
        font-size: 0.8rem;
    }

    .salary-packaged label {
        font-size: 1.2rem;
        text-align: center;
    }

    .not-salary-packaged label {
        font-size: 1.2rem;
    }

    .not-salary-packaged .tag {
        font-size: 0.6rem;
    }

    .salary-packaged .tag {
        font-size: 0.6rem;
    }

    .save-equilease {
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .latest-header label {
        font-size: 1.5rem;
    }

    .latest-header {
        padding-top: 1.5rem;
    }

    .latest-deals {
        margin-top: 0;
    }

    .latest-header p {
        width: 100%;
        padding: 0.5rem;
        font-size: 0.8rem;
    }

    .salary-section {
        padding: 0.3rem;
    }

    .salary-content {
        flex-wrap: wrap;
        padding: 0.8rem;
        gap: 3rem;
    }

    .salary-content img {
        width: 100%;
    }

    .text-content h2 {
        font-size: 2rem;
    }

    .text-content {
        width: 100%;
    }

    .testimonials-section {
        padding: 1rem;
    }

    /* .testimonial {
        padding: 20px;
    } */

    .testimonials-section h2 {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }

    .testimonial p {
        font-size: 1rem;
    }

    .rating {
        flex-wrap: wrap;
        padding: 4px 2px;
        margin: 0px auto;
        margin-top: 0rem !important;
    }

    .reating label {
        font-size: 0.8rem;
    }

    .banner-google-reating {
        width: 1rem;
    }

    .reating-icon {
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }

    .input-container {
        flex-wrap: wrap;
    }

    .car-banner {
        padding: 1.7rem;
        margin: 2rem 1rem;

        border-radius: 1.5rem;
    }

    .testing {
        flex-wrap: wrap !important;
    }

    .car-banner h1 {
        width: 100%;
        font-size: 1.3rem;
    }

    .car-banner p {
        font-size: 0.8rem;
    }

    .reating {
        flex-wrap: wrap;
    }

    /* EMPLOYEE CSS */
    .employee-banner-content {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .employee-banner-content span {
        font-size: 2rem;
        width: 100%;
    }

    .breadcrumb {
        padding: 1rem 0.5rem;
        font-size: 0.8rem;
    }

    .employee {
        flex-wrap: wrap;
    }

    .employee img {
        width: 100%;
        padding: 0rem;
        border-radius: 1rem;
    }

    .employee-content {
        padding: 0.8rem 1rem 0.8rem 1rem;
    }

    .employee-content-2 {
        padding: 0;
    }

    .employee-content p {
        font-size: 0.8rem;
    }

    .dekstop_employee_img {
        display: none;
    }

    .mobile_employee_img {
        display: block;
    }

    .employee-content-2 p {
        font-size: 0.8rem;
    }

    .mobile-equilese {
        padding: 2rem;
        margin-top: 0rem;
    }

    .mobile-equilese label {
        font-size: 1.5rem;
    }

    .employee-feature {
        padding: 1rem;
    }

    .feature-grid {
        gap: 1.5rem;
        padding: 1rem;
    }

    .feature {
        width: 100%;
    }

    .feature h4 {
        font-size: 1.1rem;
    }

    .feature p {
        font-size: 0.8rem;
    }

    .novated-mobile {
        margin-top: 1.5rem !important;
    }

    .salary-type {
        margin-top: 1rem !important;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    /* .icon-item {
        width: 8.50rem !important;
        padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    } */

    /*INSURANCE*/
    .insurance-banner-content {
        padding-left: 1.5rem;
        padding-right: 1rem;
    }

    .insurnace-container {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .insurance-banner-content span {
        font-size: 2.5rem;
    }

    /* .comprehensive-content {
        padding: 0.3rem 1.3rem 0rem 1.3rem;
    } */

    .insurance-banner-content label {
        font-size: 0.9rem;
    }

    .btn-insurance {
        flex-wrap: wrap;
    }

    .comprehensive-content h2 {
        font-size: 2rem;
    }

    .gap-content h2 {
        font-size: 2rem;
    }

    .comprehensive-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .comprehensive-content p {
        font-size: 0.9rem;
    }

    .normal-btn {
        width: 100%;
        padding: 0.8rem 1.25rem;
        border: 2px solid #343333;
        font-size: 0.8rem;
    }

    .insurance {
        flex-wrap: wrap;
    }

    .insurance img {
        width: 100%;
        padding: 1rem;
        border-radius: 2.5rem;
        margin-top: 1.5rem;
    }

    .dekstop_insurance_img {
        display: none;
    }

    .mobile_insurance_img {
        display: block;
    }

    .btn-insurance .custom-btn-primary {
        padding: 1rem 1.25rem;
    }

    /* .gap-content {
        padding: 0.3rem 1.3rem 0rem 1.3rem;
    } */

    .gap-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .gap-content p {
        font-size: 0.9rem;
    }

    .lodge-banner {
        padding: 4rem 1rem;
        margin: 1rem;
        margin-top: 2rem !important;
    }

    .lodge-banner p {
        width: 100%;
        font-size: 0.8rem;
    }

    .faq-wrapper h2 {
        margin-top: 4rem;
        font-size: 1.6rem;
    }

    .faq-wrapper-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .faq-box {
        margin-left: 0rem;
    }

    .faq-toggle {
        font-size: 1rem;
    }

    .faq-content p {
        font-size: 0.8rem;
    }

    .save-equilease p {
        font-size: 1.1rem;
        font-family: "FunnelDisplayRegular";
    }

    .mobile-custom-equilease {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .salary-packaging-content {
        padding-left: 1rem;
    }

    .salary-packaging-content label {
        font-size: 0.9rem;
    }

    .about-us-content h2 {
        width: 100% !important;
    }

    .pay-cycle {
        gap: 0.3rem;
        padding: 0rem 0.2rem;
        height: 2.8rem;
    }

    .pay-cycle label {
        padding: 0.3rem 0.3rem;
        font-size: 0.9rem;
    }

    .salary-description {
        padding: 1rem;
    }

    .salary-description h2 {
        text-align: center;
    }

    .summary-selection {
        margin: 0rem;
    }

    .salary-sacrifing-type {
        padding: 3rem 1rem;
    }

    .salary-sacrifing-item p {
        font-size: 0.9rem;
    }

    .meal-desc {
        width: 90%;
        font-size: 0.9rem;
    }

    .blog-salary-banner {
        margin: 1rem;
        padding: 2rem 1rem;
    }

    .mobile-blog-form {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .blog-salary-banner p {
        font-size: 0.9rem;
    }

    .car-image-deal img {
        max-width: 20rem;
    }

    .latest-deal-details-banner {
        padding: 1rem !important;
    }

    .more-novalted-deals {
        padding: 2rem;
    }

    .more-novalted-grid {
        padding: 0 1.5rem;
    }

    .mobile-size-contact {
        width: 75%;
    }

    .form-section {
        padding: 1rem;
    }

    .insurance-form {
        max-width: 340px !important;
    }

    .banner-form {
        padding: 1rem;
        padding-top: 1.5rem;
    }

    .custom-h1-tag {
        font-size: 2.5rem;
    }
}

@media (max-width: 320px) {
    .footer-center {
        margin-top: 2rem;
    }

    .custom-h1-tag {
        font-size: 2.5rem;
    }

    .call-now-box {
        margin-top: 1rem;
        border-radius: 0.5rem;
        width: 100%;
        font-size: 0.8rem;
    }

    .white-call-box {
        margin-top: 1rem;
        border-radius: 0.5rem;
        width: 100%;
        font-size: 0.8rem;
    }

    .mobile-padding-custom-class {
        margin-top: 91rem !important;
    }

    .latest-deal-margin-top {
        margin-top: 67rem !important;
    }

    .header-content-mobile {
        display: flex !important;
        width: 100%;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-content-mobile>img {
        height: 0.8rem;
    }

    .header-content-mobile>label {
        font-size: 0.8rem;
    }

    .banner-content {
        padding-right: 0.5rem;
        padding-left: 0.7rem;
    }

    .home-nav-bar {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0rem;
        justify-content: center;
        text-align: center;
    }

    .mobile-line {
        display: none;
    }

    .header-dropdown-content {
        display: none;
        position: relative;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        min-width: 270px
    }

    /* .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    } */

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .mobile-header-btn {
        display: flex;
        flex-direction: column;
    }

    .mobile-login-btn {
        width: 100% !important;
        margin-top: 0.5rem;
        padding: 10px;
    }

    .header-dropdown {
        position: relative;
    }

    .header-dropdown:hover .header-dropdown-content {
        display: block;
    }

    .homeform {
        transform: translateY(0%) !important;
        margin-right: 0 !important;
    }

    #home-novated-form {
        transform: translateY(0%) !important;
    }

    .banner-form {
        margin-right: 0rem;
    }

    .main-frame {
        flex-wrap: wrap;
    }

    .inner-frame {
        width: unset;
        margin-top: 0.5rem;
    }

    .novated-content {
        padding: 0.8rem 0.8rem 3rem 0.8rem;
    }

    .bg-novated img {
        padding: 0px;
        border-radius: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .bg-novated img {
        width: 100%;
    }

    .bg-novated {
        flex-wrap: wrap;
        margin-top: 1.5rem;
    }

    .novated-content label {
        font-size: 1.8rem;
    }

    .novated-content .content1 {
        font-size: 0.8rem;
    }

    .novated-content .content2 {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .start-saving-btn {
        margin: 0;
    }

    .learn-more-btn {
        margin-top: 0;
        padding: 10px 10px;
        border-radius: 0.5rem;
        display: block;
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }

    .mobileImage_Novated {
        display: block;
    }

    .dekstopImage_novated {
        display: none;
    }

    .employee-equilease {
        padding: 0.3rem;
        margin-top: 3rem;
    }

    .banner-content span {
        font-size: 2rem;
        width: 100%;
    }

    .banner-content label {
        font-size: 1rem;
    }

    .form-label {
        font-size: 0.8rem;
    }

    .form-select {
        font-size: 0.8rem !important;
    }

    .input-group-text {
        font-size: 0.8rem !important;
    }

    .header {
        font-size: 1.3rem;
    }

    .custom-btn-primary {
        padding: 10px 30px;
        font-size: 0.8rem;
        border-radius: 0.5rem;
        width: 100%;
    }

    .tabs button {
        font-size: 0.9rem;
    }

    .what-we-do {
        font-size: 1.5rem;
    }

    .inner-frame img {
        height: 6rem;
    }

    .whatwedo {
        padding: 0.5rem;
    }

    .frame-content {
        padding: 0.6rem;
    }

    .frame-content label {
        font-size: 1rem;
    }

    .frame-content p {
        font-size: 0.8rem;
    }

    .employee-equilease label {
        font-size: 1.5rem;
    }

    .employee-equilease p {
        font-size: 0.8rem;
        width: 100%;
    }

    .comparison-container {
        flex-wrap: wrap;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .comparison-card {
        padding: 1rem;
        margin-left: 12px;
        margin-right: 12px;
    }

    .comparison-card img {
        width: 100%;
    }

    .comparison-container td strong {
        font-size: 0.8rem;
    }

    .comparison-card td:last-child {
        font-size: 0.8rem;
    }

    .salary-packaged label {
        font-size: 1.2rem;
        text-align: center;
    }

    .not-salary-packaged label {
        font-size: 1.2rem;
    }

    .not-salary-packaged .tag {
        font-size: 0.6rem;
    }

    .salary-packaged .tag {
        font-size: 0.6rem;
    }

    .save-equilease {
        flex-wrap: wrap;
        margin: 2rem;
    }

    .latest-header label {
        font-size: 1.5rem;
    }

    .latest-header {
        padding-top: 1.5rem;
    }

    .latest-deals {
        margin-top: 0;
    }

    .latest-header p {
        width: 100%;
        padding: 0.5rem;
        font-size: 0.8rem;
    }

    .salary-section {
        padding: 0.3rem;
    }

    .salary-content {
        flex-wrap: wrap;
        padding: 0.8rem;
        gap: 3rem;
    }

    .salary-content img {
        width: 100%;
    }

    .text-content h2 {
        font-size: 2rem;
    }

    .text-content {
        width: 100%;
    }

    .testimonials-section {
        padding: 1rem;
    }

    /* .testimonial {
        padding: 20px;
    } */

    .testimonials-section h2 {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }

    .testimonial p {
        font-size: 1rem;
    }

    .rating {
        flex-wrap: wrap;
        padding: 4px 2px;
        margin: 0px auto;
        margin-top: 0rem !important;
    }

    .reating label {
        font-size: 0.8rem;
    }

    .banner-google-reating {
        width: 1rem;
    }

    .reating-icon {
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }

    .input-container {
        flex-wrap: wrap;
    }

    .car-banner {
        padding: 1.7rem;
        margin: 2rem 1rem;

        border-radius: 1.5rem;
    }

    .testing {
        flex-wrap: wrap !important;
    }

    .car-banner h1 {
        width: 100%;
        font-size: 1.3rem;
    }

    .car-banner p {
        font-size: 0.8rem;
    }

    .reating {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .btn-custom-primary,
    .btn-custom-regular {
        width: 90%;
        /* Adjust button width */
        font-size: 14px;
    }

    .footer-logo {
        width: 61% !important;
        height: 60px;
    }

    .header-name {
        margin-top: 1rem;
    }

    .footer {
        padding: 1.5rem 0.2rem !important;
    }

    .footer-button {
        flex-direction: column !important;
    }

    .calculate-saving {
        width: 100% !important;
        padding: 14px 30px !important;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .login-btn {
        width: 100%;
        padding: 14px 30px !important;
        font-weight: 600;
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }

    .list-unstyled {
        margin-top: 0 !important;

    }

    .list-unstyled a {
        font-size: 0.76rem;
    }

    .address {
        font-size: 0.76rem;
        margin-top: 0 !important;
    }

    .footer-contact-us-icon {
        margin-top: 0 !important;
    }

    .copyright {
        margin-top: 0 !important;
    }

    .localbuy-logo {
        justify-content: center !important;
    }

    .localbuy-logo .logo-1 {
        height: 4rem;
        width: 9rem !important;
    }

    .localbuy-logo .logo-2 {
        height: 4rem;
    }

    .mobile-facebook {
        display: block;
    }

    .dekstop-facebook {
        display: none;
    }

    .payability-copyright {
        text-align: center;
        font-size: 0.8rem;
        margin-top: 2rem;
    }

    .design-by {
        margin-top: 2rem;
        text-align: center !important;
        font-size: 0.8rem;
    }

    .banner-btn {
        width: 100% !important;
        text-align: center;
        padding: 10px 35px;
        display: block;
    }

    .save-btn {
        width: 100%;
    }

    /* EMPLOYEE CSS */
    .employee-banner-content {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .deal-card {
        height: 24rem;
        max-width: 100%;
    }

    .employee-banner-content span {
        font-size: 2rem;
        width: 100%;
    }

    .breadcrumb {
        padding: 1rem 0.5rem;
        font-size: 0.8rem;
    }

    .employee {
        flex-wrap: wrap;
    }

    .employee img {
        width: 100%;
        padding: 0rem;
        border-radius: 1rem;
    }

    .employee-content {
        padding: 0.8rem 1rem 0.8rem 1rem;
    }

    .employee-content-2 {
        padding: 0;
    }
    .ato-btn{
        font-size: 0.9rem !important;
    }
    .employee-content p {
        font-size: 0.8rem;
    }

    .dekstop_employee_img {
        display: none;
    }

    .mobile_employee_img {
        display: block;
    }

    .employee-content-2 p {
        font-size: 0.8rem;
    }

    .mobile-equilese {
        padding: 2rem;
        margin-top: 0rem;
    }

    .mobile-equilese label {
        font-size: 1.5rem;
    }

    .employee-feature {
        padding: 1rem;
    }

    .feature-grid {
        gap: 1.5rem;
        padding: 1rem;
    }

    .feature h4 {
        font-size: 1.1rem;
    }

    .feature {
        width: 100%;
    }

    .feature p {
        font-size: 0.8rem;
    }

    .novated-mobile {
        margin-top: 1.5rem !important;
    }

    .salary-type {
        margin-top: 1rem !important;
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    /* .icon-item {
        width: 7.50rem !important;
        padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    } */

    /*EQUILEASE*/
    .equilease-banner-content {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .equilease-form {
        margin-right: 0.4rem;
    }


    .equilease-mobile-main {
        margin-right: 1rem;
    }

    .banner-form {
        padding: 1rem;
    }

    .equilease-banner-content span {
        width: 100%;
        font-size: 2rem;
    }

    .equilease-banner-content label {
        font-size: 0.8rem;
    }

    .equiLease-content {
        width: 100%;
        height: auto !important;
        padding: 0.3rem;
    }

    /*INSURANCE*/
    .insurance-banner-content {
        padding-left: 1.5rem;
        padding-right: 1rem;
    }

    .insurnace-container {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .comprehensive-content h2 {
        font-size: 2rem;
    }

    .gap-content h2 {
        font-size: 2rem;
    }

    .insurance-banner-content span {
        font-size: 2.5rem;
    }

    /* .comprehensive-content {
        padding: 0.3rem 1.3rem 0rem 1.3rem;
    } */

    .insurance-banner-content label {
        font-size: 0.9rem;
    }

    .btn-insurance {
        flex-wrap: wrap;
    }

    .comprehensive-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .comprehensive-content p {
        font-size: 0.8rem;
    }

    .normal-btn {
        width: 100%;
        padding: 0.8rem 1.25rem;
        border: 2px solid #343333;
        font-size: 0.8rem;
    }

    .insurance {
        flex-wrap: wrap;
    }

    .insurance img {
        width: 100%;
        padding: 1rem;
        border-radius: 2.5rem;
        margin-top: 1.5rem;
    }

    .dekstop_insurance_img {
        display: none;
    }

    .mobile_insurance_img {
        display: block;
    }

    .btn-insurance .custom-btn-primary {
        padding: 1rem 1.25rem;
    }

    /* .gap-content {
        padding: 0.3rem 1.3rem 0rem 1.3rem;
    } */

    .gap-content img {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1rem;
    }

    .gap-content p {
        font-size: 0.8rem;
    }

    .lodge-banner {
        padding: 3rem 1rem;
        margin: 1rem;
        margin-top: 1.5rem !important;
    }

    .lodge-banner p {
        width: 100%;
        font-size: 0.8rem;
    }

    .faq-wrapper h2 {
        margin-top: 4rem;
        font-size: 1.6rem;
    }

    .faq-wrapper-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .faq-box {
        margin-left: 0rem;
    }

    .faq-toggle {
        font-size: 0.9rem;
    }

    .faq-content p {
        font-size: 0.8rem;
    }

    .save-equilease p {
        font-size: 1rem;
        font-family: "FunnelDisplayRegular";
    }

    .contact-us-size {
        margin: 0rem;
    }

    .form-section {
        padding: 1rem;
    }

    .form-send-us p {
        font-size: 0.9rem;
    }

    .checkbox-group label {
        font-size: 0.9rem;
    }

    .mobile-custom-equilease {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .employee-content h2 {
        font-size: 1.5rem;
    }

    .employee-content-2 h2 {
        font-size: 1.5rem;
    }

    .employee-feature h2 {
        font-size: 1.5rem;
    }

    .benifits-equilease-content p {
        font-size: 0.9rem;
    }

    .salary-des {
        font-size: 0.9rem;
    }

    .sacrifice-item p {
        font-size: 0.9rem;
    }

    .sacrifice-item h3 {
        font-size: 1.2rem;
    }

    .salary-sacrifice h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .about-banner-content {
        padding-left: 2rem;
    }

    .about-us img {
        width: 100%;
        padding: 0.5rem 1rem;
        border-radius: 2rem;
    }

    .about-us-content {
        padding: 1.3rem 1.3rem 0rem 1.3rem;
    }

    .about-us-content p {
        font-size: 0.9rem;
    }

    .about-us-content strong {
        font-size: 0.9rem;
    }

    .why-us-icon p {
        font-size: 0.9rem;
    }

    .why-us h2 {
        margin-top: 2rem;
    }

    .contact-us-container {
        padding: 1rem;
    }

    .check-box-label {
        font-size: 0.9rem;
    }

    /*EQUILEASE*/
    .mobile-equilease-size {
        margin-top: 80rem;
    }

    .equiLease-content h2 {
        font-size: 1.5rem;
    }

    .equiLease-content p {
        font-size: 0.9rem;
    }

    .equiLease-item h4 {
        font-size: 1.2rem;
    }

    .equiLease-item p {
        font-size: 0.9rem;
    }

    .equiLease-feature {
        padding: 3rem 0rem;
    }

    .employee-content p {
        font-size: 0.9rem;
    }

    .employee-content strong {
        font-size: 0.9rem;
    }

    .employee-equilease label {
        font-size: 1.4rem;
        width: 100% !important;
    }

    .employee-equilease {
        margin-top: 0rem;

    }

    .employee-equilease p {
        width: 100% !important;
    }

    .equiLease img {
        padding: 1rem;
    }

    .equiLease-content h2 {
        font-size: 1.3rem;
    }

    .equiLease-list li {
        font-size: 0.9rem;
    }

    .equiLease-content {
        padding: 1rem;
    }

    /*LATEST DEAL*/
    .latest-grid-deals {
        grid-template-columns: repeat(1, 1fr);
    }

    .latest-deal-content span {
        font-size: 2.5rem;
    }

    .latest-deal-content {
        padding-left: 1rem;
    }

    .latest-deal-content label {
        font-size: 0.9rem;
    }

    .latest-novalted-deals {
        padding: 1rem;
    }

    /*NOVATED LEASING*/
    .equiLease-content strong {
        font-size: 0.9rem;
    }

    .novated-leasing-content span {
        font-size: 2.5rem;
    }

    .novated-leasing-content {
        padding-left: 1rem;
    }

    /*INSURANCE FORM*/
    .insurance-form {
        padding: 1rem;
    }

    .radiolabel {
        font-size: 0.9rem;
    }

    .mobile-radio-size {
        padding-left: 0rem;
    }

    /*SALARY PACKAGING*/
    .salary-packaging-content {
        padding-left: 1rem;
    }

    .salary-packaging-content label {
        font-size: 0.9rem;
    }

    .about-us-content h2 {
        width: 100% !important;
    }

    .pay-cycle {
        gap: 0.3rem;
        padding: 0rem 0.2rem;
        height: 2.8rem;
    }

    .pay-cycle label {
        padding: 0.3rem 0.3rem;
        font-size: 0.9rem;
    }

    .salary-description {
        padding: 1rem;
    }

    .salary-description h2 {
        text-align: center;
    }

    .summary-selection {
        margin: 0rem;
    }

    .salary-sacrifing-type {
        padding: 3rem 1rem;
    }

    .salary-sacrifing-item p {
        font-size: 0.9rem;
    }

    .meal-desc {
        width: 90%;
        font-size: 0.9rem;
    }

    .blog-salary-banner {
        margin: 1rem;
        padding: 2rem 1rem;
    }

    .mobile-blog-form {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .blog-salary-banner p {
        font-size: 0.9rem;
    }

    .car-image-deal img {
        max-width: 19rem;
    }

    .latest-deal-details-banner {
        padding: 1rem !important;
    }

    .more-novalted-deals {
        padding: 1rem;
    }

    .more-novalted-grid {
        padding: 0 1.5rem;
    }
}