:root {
    --blue: #0077B6;
    --primary: #0077B6;
    --orange: #FE5600;
    --primary-health: #08856A;
}

.btn-outline-primary {
    --bs-btn-color: #0077B6;
    --bs-btn-border-color: #0077B6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0077B6;
    --bs-btn-hover-border-color: #0077B6;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0077B6;
    --bs-btn-active-border-color: #0077B6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0077B6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0077B6;
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0077B6;
    --bs-btn-border-color: #0077B6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #015d8f;
    --bs-btn-hover-border-color: #015d8f;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #015d8f;
    --bs-btn-active-border-color: #015d8f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0077B6;
    --bs-btn-disabled-border-color: #0077B6;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--primary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
}

ul,
li,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.rounded-btn {
    border-radius: 100px;
}

.btn {
    font-family: "Basis Grotesque Pro Regular";
}
.btn-black{
    background: #000;
    color: #fff;;
}
.btn-black:hover{
    background: #fff;
    color: #000;
}
.btn-white{
    background: #fff;
    color: var(--primary);;
}
.btn-white:hover{
    background: #000;
    color: #fff;
}
.btn-lg {
    padding: 12px 35px;
    font-size: 18px;
}

img {
    max-width: 100%;
}

body {
    font-size: 16px;
    color: #000;
}

header nav .main-menu-header li a {
    border-bottom: 4px solid;
    padding: 10px 20px !important;
}
header nav .main-menu-header li:hover a {
    border-color: #000;
}
header nav .main-menu-header li.marketPlace a {
    background: #FFE7D9;
    border-color: #FE5600;
}

header nav .main-menu-header li.homeMenu a {
    background: #C7F5EB;
    border-color: #08856A;
}

header nav .main-menu-header li.business a {
    background: #FFF6E4;
    border-color: #CFAB69;
}
.hero {
    background: #ECF9FF;
    padding: 4rem 0rem 4rem 0rem;
    text-align: center;
    background-image: url(../images/heroBg-1.png), url(../images/heroBg-2.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 200px;
}
.hero-left {
    text-align: left;
}
.hero-left h6 {
    color: #0077B6;
    font-size: 20px;
}
.hero-left h1 {
    font-size: 45px;
    font-weight: bold;
    color: #000;
    font-family: "Basis Grotesque Pro Bold";
}

.hero-left p.lead {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    padding-top: 0px;
}

.hero-left p {
    font-size: 17px;
    color: #000;
    padding-top: 28px;
}

.hero-left .btn {
    border-radius: 100px;
    padding: 12px 30px;
    font-size: 18px;
    margin-top: 28px;
}

.hero-left .google-Rating {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

section {
    padding: 80px 0px;
}

.section-heading {
    margin-bottom: 28px;
}

.section-heading h2 {
    font-size: 32px;
    color: #000;
    font-family: "Basis Grotesque Pro Bold";
    text-align: center;
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 18px;
    color: #000;
    text-align: center;
    max-width: 420px;
    margin: auto;
    line-height: 20px;
}

.features .features-box {
    background: #ECF9FF;
    border: 0px none;
    border-radius: 20px;
    padding: 15px 10px;
    display: flex;
    gap: 12px;
    color: #000;
    margin-bottom: 30px;
}

.features .features-box .feature-icon {
    background: #fff;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 70px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.features .features-box .feature-icon img {
    max-width: 32px;
    max-height: 32px;
    object-fit: cover;
}

.features .features-box .feature-text {
    font-family: "Basis Grotesque Pro Bold";
    font-size: 18px;
}

.features .features-box .feature-text p {
    font-size: 14px;
}

.features .features-box.feature-blue {
    background: #0077B6;
    color: #fff;
}

.features .features-box.feature-blue p {
    color: #fff;
}

.features .apply-financing {
    text-align: center;
    font-size: 24px;
    margin-top: 24px;
}

.features .apply-financing {
    text-align: center;
    font-size: 24px;
}

.retail-products {
    background: #ECF9FF;
}

.retail-products .retail-products-listing {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.retail-products .retail-products-listing .retail-product-item {
    background: #fff;
    border: 0px none;
    border-radius: 16px;
    padding: 50px 5px 5px 51%;
    overflow: hidden;
    height: 230px;
    position: relative;
}

.retail-products .retail-products-listing .retail-product-item img {
    position: absolute;
    bottom: 5px;
    left: 5px;
    /* max-width: 220px; */
    max-height: 172px;
}

.retail-products .retail-products-listing .retail-product-item.otherRetail-box {
    background-image: url("../images/otherRetail.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.retail-products .retail-products-listing .retail-product-item.otherRetail-box .retail-product-item-desc {
    max-width: 175px;
    padding-top: 20px;
}

.retail-products .retail-products-listing .retail-product-item.otherRetail-box .retail-product-item-desc h3 {
    font-size: 22px;
    line-height: 33px;
}

.retail-products .retail-products-listing .retail-product-item.otherRetail-box a {
    font-weight: 100;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.retail-products .retail-products-listing .retail-product-item .retail-product-item-desc {
    position: relative;
    z-index: 9999;
}

.retail-products .retail-products-listing .retail-product-item .retail-product-item-desc h3 {
    font-size: 18px;
    font-family: "Basis Grotesque Pro Bold";
}

.retail-products .retail-products-listing .retail-product-item .retail-product-item-desc p {
    font-size: 12px;
}

.how-it-works {}

.how-it-works h5 {
    color: #0074c1;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-right: 60px;
    display: inline-block;
}

.how-it-works h5::before {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0%, -50%);
    background: #0074c1;
}

.how-it-works .steps {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.how-it-works .step {
    flex: 1;
    position: relative;
    padding: 10px;
    text-align: center;
}

.how-it-works .step::after {
    content: '';
    position: absolute;
    top: 50px;
    right: -70px;
    width: 140px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.how-it-works .step:first-child::after {
    background-image: url('../images/line-1.svg');
}

.how-it-works .step:nth-child(2)::after {
    background-image: url('../images/line-2.svg');
}

.how-it-works .step:nth-child(3)::after {
    background-image: url('../images/line-3.svg');
}

.how-it-works .step:nth-child(2)::after {
    top: 0px;
}

.how-it-works .step:nth-child(even) {
    margin-top: 40px;
}

.how-it-works .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8DDE1;
}

.how-it-works .icon-box img {
    width: 40px;
    height: 40px;
}

.how-it-works .highlight .icon-box {
    background: #0077B6;
}

.how-it-works .highlight-text {
    color: #0077B6;
}

.how-it-works .step h3 {
    font-size: 16px;
    margin: 10px 0;
    font-family: "Basis Grotesque Pro Bold";
}

.how-it-works .step p {
    font-size: 14px;
    color: #444;
}

.testimonial-section {
    background-color: #eaf7ff;
    padding: 60px 80px;
}

.testimonial-section .testimonial-slider {
    transition: transform 0.5s ease-in-out;
    gap: 1rem;
}

.testimonial-section .testimonial-card {
    flex: 0 0 calc(50% - 0.5rem);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #EBEBEB;
}

.testimonial-section .profile-initial {
    width: 32px;
    height: 32px;
    background: #007bff;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section .testimonial-card .user-info {
    margin-left: 10px;
    text-align: left;
}

.testimonial-section .testimonial-card .user-info h5 {
    font-size: 14px;
    font-family: "Basis Grotesque Pro Bold";
}

.testimonial-section .testimonial-card .user-info p {
    color: #6B6B6B;
    font-size: 12px;
}

.testimonial-section .testimonial-card p {
    font-size: 12px;
    text-align: left;
}

.testimonial-section .testimonial-card-head {
    margin-bottom: 35px;
}

.testimonial-section .slider-control-icons {
    display: flex;
    gap: 24px;
}

.testimonial-section .slider-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: white;
    box-shadow: -8px 4px 20px rgba(0, 0, 0, 0.08);
    ;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #000;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section .slider-btn span {
    width: 9px;
    height: 9px;
    transition: .5s;
    float: left;
    box-shadow: -1.5px 1.5px 0 #000;
}

.testimonial-section .slider-btn.prevBtn span {
    transform: rotate(45deg);
    margin-right: -7px;
}

.testimonial-section .slider-btn.nextBtn span {
    transform: rotate(-135deg);
    text-align: center;
    margin-right: 5px;
}

.testimonial-section .slider-btn:hover {
    background: #007bff;
}

.testimonial-section .slider-btn:hover span {
    box-shadow: -1.5px 1.5px 0 #fff;
}

.canadian-retailers .section-heading h2 {
    font-size: 20px;
}

.logos-canadian-retailers {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.retailer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.logos-canadian-retailers img {
    max-height: 40px;
    width: auto !important;
    max-width: 100%;
}
.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}
.credit-help .section-heading h2 {
    font-size: 34px;
    text-align: left;
}

.credit-help .section-heading p {
    text-align: left;
    color: var(--primary);
    margin: 0px;
}

.credit-help .lead-text-credit {
    font-size: 16px;
    font-weight: 600;
}

.credit-help ul li {
    background: url(../images/tick-circle.svg) no-repeat left 7px;
    background-size: 22px;
    padding-left: 29px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 16px;
    font-family: "Basis Grotesque Pro Regular";
}

.credit-help a.btn {
    padding: 12px 20px;
}

.faq-section .faq-inner-container {
    padding: 40px;
}

.faq-Accordion {
    background: #ECF9FF;
    padding: 40px;
    border: 0px none;
    border-radius: 12px;
}

.custom-accordion {
    counter-reset: section;
}

.custom-accordion .accordion-item {
    border: none;
    background: white;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    counter-increment: section;
}

.custom-accordion .accordion-button {
    background-color: white;
    font-weight: 500;
    border: none;
    padding: 1rem 1.25rem 1rem 2.5rem !important;
    position: relative;
    box-shadow: none;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 18px;
}

.custom-accordion .accordion-button::before {
    content: counter(section) ". ";
    color: #fff;
    position: absolute;
    left: 1.25rem;
}

.custom-accordion .accordion-button.collapsed::before {
    color: #000;
}

.custom-accordion .accordion-button::after {
    content: '+';
    font-size: 28px;
    /* font-weight: bold; */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #F5F5F5;
    color: #000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    /* display: flex;
  align-items: center;
  justify-content: center; */
    line-height: 32px;
    text-align: center;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: '–';
    background: #F5F5F5;
    color: #000;

    transition: background 0.1s ease;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: white;
    transition: background 0.1s ease;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.custom-accordion .accordion-body {
    padding: 1rem 1.25rem;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
}
.custom-accordion .active-item {
    background: var(--primary);
}
.cta-section .section-heading h2{
    color: #fff;
}
.cta-section .cta-main-inner{
    background-color: var(--primary);
    background-image: url(../images/logo-cta-left-top.svg), url(../images/logo-cta-right-bottom.svg);
    background-position: 30px top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px;
    padding: 82px 40px;
    border: 0px none;
    border-radius: 30px;
    text-align: center;
}
.action-btn-cta {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.action-btn-cta a.btn{
    padding: 12px 20px
}

footer{
    padding: 50px 0px;
}
footer .social-media-icon a div{
    height: 40px;
    width: 40px;
    background: #ECF9FF !important;
    color: var(--primary) !important;
}
footer .social-media-icon a:hover div{
    background: var(--primary) !important;
    color: #fff !important;
}
.hero .coin-top-left{
    display: none;
}

/* Dealer */
.offer-financing .container{
    max-width: 1190px;
}
.offer-financing .offer-finance-box{
    padding: 18px 15px;
    border-radius: 20px;
    background: #ECF9FF;
    display: flex;
    gap: 28px;
    flex-direction: column;
    color: #000;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    transition: transform 0.5s ease-in-out;
}
.offer-financing .offer-finance-box:hover{
    border: 1px solid #000000;
    box-shadow: none;
}
.offer-financing .offer-finance-box .feature-icon{
    padding: 0px;
    border: 0px none;
    background: none;
}
.offer-financing .offer-finance-box .feature-icon img{
    max-width: 100% !important;
    max-height: 100% !important;
}
.offer-financing .offer-finance-box .feature-text p{
    margin-top: 20px;
    font-size: 15px;
}
/* simple-steps */
.simple-steps{
    background: #ECF9FF;
}
.simple-steps .simple-steps-item{
    background: #fff;
    border: 0px none;
    border-radius: 20px;
    padding: 0px;
    color: #000;
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}
.simple-steps .simple-steps-item:hover{
    transform: translateY(-20px);
    background: #F9F9F9;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
}
.simple-steps .simple-steps-item .header-simple-step{
    height: 190px;
    width: 190px;
    overflow: hidden;
    border-radius: 100%;
    border: 10px solid #FFCD01;
    margin-left: -60px;
    margin-top: -60px;
    position: relative;
}
.simple-steps .simple-steps-item .header-simple-step span{
    position: absolute;
    left: 75px;
    top: 75px;
    font-family: "Basis Grotesque Pro Bold";
    font-size: 45px;
}
.simple-steps .simple-steps-item .header-simple-step h3{
    font-size: 45px;
    color: #000;
}
.simple-steps .simple-steps-item .desc-simple-step {
    font-family: "Basis Grotesque Pro Bold";
    font-size: 18px;
    padding: 20px;
}
.simple-steps .simple-steps-item .desc-simple-step p {
    font-size: 14px;
    margin-top: 5px;
}
.whyDealer-chooseUs{
    padding: 80px 0px;
}
.whyDealer-chooseUs a.btn{
    width: 235px;
}
.industries-we-work .section-heading p{
    max-width: 400px;
}
.badge-custom{
    padding: 10px 20px;
    height: 50px;
    background: #0077B6;
    border-radius: 50px;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    margin: auto auto 25px auto;
    width: max-content;
}
.faq-section-dealer{
    padding: 80px 0px;
}
.faq-dealer-right{
    background: none;
    padding: 0px 0px 0px 20px;
}
.faq-dealer-right .accordion-button{
    padding: 1.5rem !important
}
.faq-dealer-right .accordion-button::before{
    display: none;
}
.faq-dealer-right .faq-last-dealer .accordion-button::after{
    display: none;
}
.faq-last-dealer{
    overflow: hidden;
    color: #ffff;
    background: #0077B6;
}
.faq-dealer-right .accordion-item{
    background: rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
}
.faq-dealer-right .accordion-item .accordion-button{
    border-radius: 10px !important;
    border: 1px solid transparent;
}
.faq-dealer-right .accordion-item .accordion-button.collapsed{
    border-color: #000;
}
.faq-dealer-right .accordion-item .accordion-body{
    background: none;
    color: #232323;
}
.faq-dealer-right .accordion-item.faq-last-dealer .accordion-body{
    background: var(--primary) !important;
    color: #fff !important
}
.faq-dealer-right .accordion-item.faq-last-dealer .accordion-button:not(.collapsed){
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

/* testimonial-dealer */
.testimonial-dealer{
    background-color: #eaf7ff;
    background-image: url("../images/testimonial-ellipse-left-bottom.png"), url("../images/testimonial-ellipse-right-top.png");
    background-repeat: no-repeat;
    background-position: left bottom, right top;
    background-size: 200px,  200px;
}
.testimonial-dealer .section-heading p{
    max-width: 950px;
}
.testimonial-dealer .swiper-slide {
    background: #fff;
    border-radius: 24px;
    padding: 80px 40px 32px 40px;
    text-align: center;
    /* max-width: 332px; */
    height: auto;
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: flex;
    gap: 32px;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, z-index 0.3s;
    z-index: 1;
}

.testimonial-dealer .swiper-slide.swiper-slide-active {
    background: var(--primary);
    color: #fff;
    transform: translateY(-50px);
  z-index: 10;
}
.testimonial-dealer .slider-card-header{
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.testimonial-dealer .slider-card-header .name {
    font-weight: bold;
    font-size: 39px;
}
.testimonial-dealer .slider-card-header .company {
    font-size: 12px;
    color: #0072bc;
}
.testimonial-dealer .swiper-slide.swiper-slide-active .slider-card-header .company {
    color: #fff;
}
.testimonial-dealer .slider-card-body{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.testimonial-dealer .slider-card-body .quote {
    height: 48px;
    width: 48px;
    text-align: center;
    margin: auto;
}
.testimonial-dealer .swiper-slide.swiper-slide-active .slider-card-body .quote img {
    content: url('../images/quote-active.png');
}
.testimonial-dealer .slider-card-body .text {
    font-size: 18px;
    color: #363636;
    line-height: 28px;
}
.testimonial-dealer .testimonial-slider{
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}
.testimonial-dealer .testimonial-slider .swiper-wrapper{
    padding-top: 70px;
}
.testimonial-dealer .swiper-slide.swiper-slide-active .slider-card-body .text {
    color: #fff;
}
.testimonial-dealer .testimonial-slider .swiper-action-btns .swiper-button-next, .testimonial-dealer .testimonial-slider .swiper-action-btns .swiper-button-prev{
    height: 40px;
    width: 40px;
    border: 0px none;
    border-radius: 8px;
    background: #0077B6;
    padding: 5px;
    color: #fff;
}
.testimonial-dealer .testimonial-slider .swiper-action-btns .swiper-button-next::after, .testimonial-dealer .testimonial-slider .swiper-action-btns .swiper-button-prev::after{
    font-size: 20px;
}
.testimonial-dealer .testimonial-slider .swiper-action-btns .swiper-button-disabled{
    color: #0077B6;
    background: #fff;
}
.testimonial-dealer .swiper-button-next,
.testimonial-dealer .swiper-button-prev {
    color: #0072bc;
}
.footer-dealer{
    background-color: var(--primary);
    background-image: url("../images/footer-bg-dealer.png");
    background-repeat: no-repeat;
    background-position: 95% bottom;
}
.footer-dealer .footer-top{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.footer-dealer .footer-top-left{
    text-align: left;
    margin-bottom: 0px;
}
.footer-dealer .footer-top-right a.btn{
    background: #FFCD01;
    color: #1B1B1B;
    font-size: 24px;
    border-radius: 20px;
    padding: 24px 48px;
}
.footer-dealer .footer-top .footer-top-left p{
    max-width: 700px !important;
}
.footer-dealer .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 1290px !important;
}
.footer-dealer .copyright-privacy-links div, .footer-dealer .copyright-privacy-links a{
    color: #fff !important;
}
.footer-dealer .footer-top .footer-top-left h2{
    color: #fff;
    max-width: 540px;
    margin: 0px 0px 25px 0px;
}
.hero-left-custom-HealthHome h1{
    font-size: 64px;
    font-family: "Basis Grotesque Pro Bold";
}
@media (max-width: 768px) {
    .testimonial-dealer .swiper-slide {
    max-width: 90%;
    }
}
@media screen and (max-width: 1400px) {
    .testimonial-dealer .slider-card-header .name{
        font-size: 18px;
    }
    .testimonial-dealer .slider-card-body .text{
        font-size: 16px;
    }
    .testimonial-dealer .swiper-slide{
        padding: 30px 10px;
    }
}
@media screen and (min-width: 1600px) {
    header{
        padding: 0px 40px;
    }
    .logo-header {
        margin-right: 40px;
    }
    .logo-header img{
        height: 60px;
        margin-right: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 15px 35px !important; 
    }
    .container{
        max-width: 1380px;
    }
    .hero{
        padding-top: 40px;
        padding-bottom: 50px;
        background-size: 144px;
        background-image: url("../images/hero-coin-left-bottom.png");
        background-repeat: no-repeat;
        background-position: bottom left;
    }
    .hero .coin-top-left{
        position: absolute;
        left: -3px;
        display: block;
    }
    .hero-left h6{
       font-size: 24px;
        margin-bottom: 0px;
        margin-top: 70px;
    }
    .hero-left h1{
        font-size: 58px;
        font-family: "Basis Grotesque Pro Regular";
    }
    .hero-left p.lead{
        font-size: 40px;
        line-height: normal;
    }
    .hero-left p{
        font-size: 22px;
        line-height: 36px;
    }
    .hero-right-area img{
        width: 660px !important;
        max-width: 100% !important;
    }
    .hero .col-sm-5{
        width: 50%;
    }
    .hero-left .btn{
        font-size: 20px;
        width: 258px;
        height: 60px;
        margin-top: 55px;
    }
    .health-dealer-hero .hero-left .btn{
        width: auto;
        height: auto;
    }
    .hero-left .google-Rating{
        font-size: 18px;
        justify-content: start;
        align-items: center;
    }
    .google-Rating .google-icon-img{
        width: 92px;
    }
    section{
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .section-heading {
        margin-bottom: 28px;
        height: auto;
        overflow: hidden;
    }
    .section-heading h2{
        font-size: 45px;
        margin-bottom: 25px;
    }
    .section-heading p{
        font-size: 24px;
        line-height: normal;
        max-width: 563px;
    }
    
    .features .container{
        max-width: 1350px;
    }
    .features .container .row{
        margin-top: 20px;
        margin-left: -15px;
        margin-right: 15px;
    }
    .features .container .row .col-md-4{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .features .features-box{
        gap: 20px;
    }
    .features .features-box .feature-text{
        font-size: 24px;
    }
    .features .features-box .feature-text p {
        font-size: 18px;
    }
    .features .features-box .feature-icon{
        height: 70px;
        width: 70px;
    }
    .features .apply-financing{
        font-size: 35px;
    }
    .apply-financing .btn{
        width: 308px;
        height: 67px;
        line-height: 44px;
        font-size: 20px;
    }
    .retail-products .container{
        max-width: 1170px;
    }
    .retail-products .retail-products-listing{
        margin-top: 52px;
    }
    .retail-products .retail-products-listing .retail-product-item{
        padding: 48px 5px 5px 49%;
    }
    .retail-products .retail-products-listing .retail-product-item .retail-product-item-desc h3 {
        font-size: 24px;
    }
    .retail-products .retail-products-listing .retail-product-item .retail-product-item-desc p {
        font-size: 13px;
    }
    .retail-products .retail-products-listing .retail-product-item.otherRetail-box .retail-product-item-desc h3 {
        font-size: 28px;
        line-height: 33px;
    }
    .retail-products .retail-products-listing .retail-product-item.otherRetail-box .retail-product-item-desc{
        max-width: 224px;
        padding-top: 13px;
    }
    .retail-products .retail-products-listing .retail-product-item.otherRetail-box a{
        width: 150px;
        height: 50px;
        line-height: 30px;
        font-size: 20px;
        line-height: 40px;
    }
    .how-it-works .container{
        max-width: 1420px;
    }
    .how-it-works h5{
        font-size: 18px;
    }
    .how-it-works .icon-box{
        height: 108px;
        width: 108px;
    }
    .how-it-works .icon-box{
        max-width: 70%;
        max-height: 70%;
    }
    .how-it-works .step::after {        
        top: 63px;
        right: -90px;
        width: 180px;
        height: 91px; 
    }
    .how-it-works .icon-box{
        margin-bottom: 32px;
    }
    .how-it-works .step h3{
        font-size: 26px;
        margin-top: 0px;
        margin-bottom: 32px;
    }
    .how-it-works .step p{
        font-size: 18px;
        line-height: 28px;
    }
    .testimonial-main-section .container{
        max-width: 1515px;
    }
    .testimonial-main-section .section-heading .badge{
        font-size: 14px;
        padding: 8px 12px;
    }
    .testimonial-section .slider-btn{
        height: 64px;
        width: 64px;
    }
    .testimonial-section .slider-btn span {
        width: 14px;
        height: 14px;
    }
    .testimonial-section .profile-initial{
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
    .testimonial-section .testimonial-card .user-info h5{
        font-size: 18px;
    }
    .testimonial-section .testimonial-card .user-info p{
        font-size: 16px;
    }
    .testimonial-section .testimonial-card{
        padding: 24px;
    }
    .testimonial-section .testimonial-card p{
        font-size: 16px;
    }
    .canadian-retailers{
        padding-top: 72px;
    }
    .canadian-retailers .section-heading h2{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .logos-canadian-retailers img{
        max-height: 75px;
    }
    .faq-section{
        padding-top: 0px;
        padding-bottom: 72px;
    }
    .faq-section .container{
        max-width: 1350px;
    }
    .faq-section .container .row.align-items-center{
        align-items: start !important;
    }
    .faq-section .section-heading .badge {
        font-size: 14px;
        padding: 8px 12px;
    }
    .faq-section .section-heading .btn{
        font-size: 18px;
        padding: 12px 24px;
    }
    .custom-accordion .accordion-button{
        font-size: 24px;
    }
    .custom-accordion .accordion-body{
        font-size: 18px;
        padding-top: 10px;
    }
    .faq-section .faq-inner-container{
        padding: 0px;
    }
    .cta-section .container{
        max-width: 1450px;
    }
    .cta-section .cta-main-inner{
        background-size: 380px;
    }
    .cta-section .cta-main-inner{
        padding: 82px 40px;
    }
    .cta-section .section-heading h2{
        color: #fff;
        max-width: 460px;
        margin: 0px auto 25px auto;
    }
    .cta-section .section-heading p{
        font-size: 18px;
        max-width: 100%;
        color: #fff;
    }
    .cta-section .action-btn-cta a.btn{
        padding: 16px 38px;
        font-size: 20px;
    }
    footer .social-media-icon a div{
        height: 54px;
        width: 54px;
        font-size: 22px;
        line-height: 54px;
    }
    footer .container{
        max-width: 1290px;
    }
    .copyright-privacy-links div, .copyright-privacy-links a{
        font-size: 18px !important;
        color: #000 !important;
    }
    .copyright-privacy-links .gap-2{
        gap: 50px !important;
    }
    .credit-help{
        padding-top: 0px;
    }
    .credit-help .container {
        max-width: 1158px;
        margin: auto;
    }
    .credit-help .section-heading h2{
        font-size: 50px;
        margin-bottom: 0px;
    }
    .credit-help .section-heading p{
        font-size: 26px;
    }
    .credit-help .lead-text-credit{
        font-size: 24px;
        margin-bottom: 32px;
    }
    .credit-help ul li{
        font-size: 20px;
        background-size: 29px;
        /* font-family: "Basis Grotesque Pro Light"; */
        padding-left: 39px;
    }
    .credit-help a.btn{
        font-size: 20px;
    }
    .credit-help .credit-problem-img img {
        max-width: 100%;
        width: 499px;
    }
    .header-right-btn a.btn{
        font-size: 18px;
        padding: 10px 37px;
        font-family: "Basis Grotesque Pro Bold";
    }
    .offset-custom-0{
        margin-left: 0px;
    }
    .simple-steps .simple-steps-item .desc-simple-step{
        font-size: 24px;
    }
    .simple-steps .simple-steps-item .desc-simple-step p{
        font-size: 18px;
    }
    section.whyDealer-chooseUs{
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .faq-section-dealer{
        padding: 125px 0px;
    }
    .industries-we-work .section-heading p{
        max-width: 545px;
    }

    .footer-dealer .footer-top .footer-top-left h2{
        color: #fff;
        max-width: 765px;
        margin: 0px 0px 25px 0px;
    }
    .hero-left-custom-HealthHome h1{
        font-size: 64px;
        font-family: "Basis Grotesque Pro Bold";
    }
    .hero-left-custom-HealthHome .hero-left p.lead{
       font-size: 32px;
    }
    .feature-health-dealer .apply-financing .btn{
        width: auto;
    }
}
@media screen and (min-width: 769px) {
    footer .container{
        padding-left: 100px;
        padding-right: 100px;
    }
    .retail-products.retailer-products-Section .retail-products-listing .retail-product-item:nth-last-child(2), .retail-products.retailer-products-Section .retail-products-listing .retail-product-item:last-child {
        transform: translate(50%);
    }
}


@media screen and (max-width: 768px) {
    .hero {
        background-image: none;
    }
    .hero-left h1{
        font-size: 30px;
    }
    .hero-left p.lead{
        font-size: 22px;
    }
    .hero-right-area{
        margin-top: 30px;
    }
    .hero img {
        max-width: 100% !important;
    }

    .retail-products .retail-products-listing {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-it-works .steps {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .how-it-works .step h3{
        font-size: 22px;
    }
    .how-it-works .step::after {
        display: none;
    }

    .testimonial-section {
        padding: 15px;
    }

    .faq-Accordion {
        background: #ECF9FF;
        padding: 10px;
    }
    section{
        padding: 40px 0px;
    }
    section.whyDealer-chooseUs{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .faq-section-dealer{
        padding: 40px 0px;
    }
    .credit-help .credit-problem-img{
        margin-top: 30px;
    }
    .faq-section .faq-inner-container{
        padding: 0px;
    }
    .custom-accordion .accordion-button{
        padding-right: 55px !important;
    }
    .custom-accordion .accordion-button::after{
        right: 10px;
        top: 34px;
    }
    .custom-accordion .accordion-button::before{
        top: 16px;
    }
    .cta-section .cta-main-inner{
        padding: 40px 15px;
    }
    .action-btn-cta{
        flex-direction: column;
    }
    .action-btn-cta a.btn{
        width: 100%;
    }
    footer .copyright-privacy-links{
        flex-direction: column;
    }
    .navbar-toggler{
        background: var(--primary);
        color: #fff !important;
        border-color: var(var(--primary));
    }
    .faq-dealer-faq-left-img{
        margin-bottom: 20px;
    }
    .footer-dealer .footer-top{
        flex-direction: column;
        align-items: center;
    }
    .footer-dealer .container{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .footer-dealer .container .section-heading h2{
        color: #fff !important;
    }
    .footer-dealer .footer-top-right a.btn{
        padding: 10px 20px;
        font-size: 16px;
    }
    .testimonial-dealer .testimonial-slider{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 480px) {
    .retail-products .retail-products-listing {
        grid-template-columns: 1fr;
    }

    .testimonial-section .testimonial-card {
        flex: 0 0 100%;
    }

    .logos-canadian-retailers {
        gap: 25px;
    }
}



/* Health */
.health-landing-page header nav .main-menu-header li.retail-Menu a{
    background: #D4EEFB;
    border-color: #0077B6;
}
.health-landing-page .btn-outline-primary {
    --bs-btn-color: #08856A;
    --bs-btn-border-color: #08856A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #08856A;
    --bs-btn-hover-border-color: #08856A;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #08856A;
    --bs-btn-active-border-color: #08856A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #08856A;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #08856A;
    --bs-gradient: none;
}

.health-landing-page .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #08856A;
    --bs-btn-border-color: #08856A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #086450;
    --bs-btn-hover-border-color: #086450;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #086450;
    --bs-btn-active-border-color: #086450;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #08856A;
    --bs-btn-disabled-border-color: #08856A;
}
.health-landing-page .hero{
    background: #E9FFFA;
    padding: 4rem 0rem 4rem 0rem;
    text-align: center;
    background-image: url("../images/health-hero-bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}
.health-landing-page .hero-left h6{
    color: #086450;
}
.health-landing-page .features .features-box{
    background: #C7F5EB;
}
.health-landing-page .features .features-box.feature-blue{
    background: #08856A;
}
.health-landing-page .badge-custom{
    background: #08856A;
}
.health-landing-page .retail-products {
    background: #C7F5EB;
}
.health-landing-page .retail-products .retail-products-listing .retail-product-item img{
    max-height: max-content;
    max-width: max-content;
    bottom: 0px;
    left: 0px;
}
.health-landing-page .retail-products .retail-products-listing .retail-product-item.vision-box-product-item img{
    top: 0px;
    height: 100%;
    max-height: 100%;
}
.health-landing-page .how-it-works h5{
    color: #08856A;
}
.health-landing-page .how-it-works h5::before {
    background: #08856A;
}
.health-landing-page .how-it-works .step:first-child::after {
    background-image: url(../images/health-line-1.svg);
}
.health-landing-page .how-it-works .highlight .icon-box{
    background: #08856A;
}
.health-landing-page .how-it-works .highlight-text{
    color: var(--primary-health) !important;;
}
.health-landing-page .testimonial-section{
    background: #C7F5EB;
}
.health-landing-page .text-primary{
    color: var(--primary-health) !important;
}
.health-landing-page .testimonial-section .profile-initial{
    background: var(--primary-health);
}
.health-landing-page .credit-help .section-heading p{
    color: var(--primary-health);
}
.health-landing-page .credit-help ul li {
    background: url("../images/health-tick-circle.svg") no-repeat left 7px;
}
.health-landing-page .faq-Accordion{
    background: #C7F5EB;
}
.health-landing-page .custom-accordion .accordion-button:not(.collapsed){
    background: var(--primary-health);
}
.health-landing-page .custom-accordion .accordion-body{
    background: var(--primary-health);
}
.health-landing-page .footer-dealer{
    background-color: var(--primary-health);
}
.health-landing-page footer .social-media-icon a div{
    color: var(--primary-health) !important;
}
.health-landing-page footer .social-media-icon a:hover div{
    background: var(--primary-health) !important;
    color: #fff !important;
}
.health-landing-page .footer-top-right{
    display: flex;
    gap: 10px;
    align-items: end;
    flex-direction: column;
}
.health-landing-page .footer-top-right a.btn{
    border-radius: 100px !important;
    font-size: 20px;
    background: #fff;
    color: var(--primary-health);
    padding: 15px 38px;
}
.health-landing-page .footer-top-right a.btn.btn-black{
    background: #000;
    color: #fff;
}
.health-landing-page .footer-dealer .footer-top .footer-top-left p{
    font-size: 18px;
}
.become-dealer-health-btn{
	color: var(--primary-health);
	border-color: var(--primary-health);
}
.become-dealer-health-btn:hover{
	background: var(--primary-health);
	border-color: var(--primary-health);
}
.dealer-work-hero-btn{
    display: flex;
    gap: 10px;
}
.dealer-work-hero-btn .btn{
    width: auto;
    align-items: center;
    display: flex;
    border-radius: 70px;
    line-height: normal;
    height: 49px;
}
.dealer-work-hero-btn .btn.btn-outline-primary{
    color: #000;
}
.health-landing-page .hero-health-home{
    background-image: none;
}
.hero-star-rating{
    background: var(--primary-health);
    border: 0px none;
    border-radius: 90px;
    overflow: hidden;
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 30px;
    gap: 6px;
    color: #fff;
    align-items: center; 
    font-size: 22px;
    margin-bottom: 30px;
}
.marquee-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    gap: 60px;
    align-items: center;
    will-change: transform;
    animation: scroll 20s linear infinite;
}

.clientLogo {
    flex-shrink: 0;
}

.clientLogo img {
    max-width: 200px;
    object-fit: contain;
    display: block;
}
.marqueeSlider{
    padding-top: 50px;
    padding-bottom: 50px;
}
.marqueeSlider p{
    color: #232323;
    text-align: center;
    font-size: 18px;
    margin-top: 20px
}
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.health-feature-homeNew .bg-green-fina{
    background: var(--primary-health);
    color: #fff;
    transform: rotate(8deg);
    padding: 0px 25px;
    border-radius: 50px;
    display: inline-block;
}

.features-section-inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-card {
    background: #F1F1F1;
    border-radius: 12px;
    padding: 32px 24px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.feature-card .feature-icon {
    width: 48px;
    height: 48px;
    background: #e6f2ee;
    color: var(--primary-health);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.feature-card .feature-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary-health);
    margin-bottom: 10px;
}

.feature-card .feature-text {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 1.6;
}
.health-feature-homeNew .dealer-work-hero-btn{
    justify-content: center;
    margin-top: 50px;
}
.health-feature-homeNew .dealer-work-hero-btn .btn{
    padding: 15px 35px;
    font-size: 18px;
    border-radius: 70px;
}
.health-home-testimonial{
    position: relative;
    background: none !important;
}
.testimonial-section.health-home-testimonial .testimonial-card{
    flex: 0 0 100%;
    box-shadow: none;
    border: 0px none;
    padding: 0px;
}
.health-home-testimonial .testimonial-health-left-img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 15px);
}
.health-home-testimonial .testimonial-star{
    display: flex;
    width: 100%;
    gap: 8px;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
}
.health-home-testimonial .desc-area{
    color: #000;
}
.health-home-testimonial .desc-area p{
    font-size: 20px;
    font-family: "Basis Grotesque Pro Light"; 
    line-height: 38px;
}
.health-home-testimonial .testimonial-card-head{
    margin-top: 40px;
    margin-bottom: 40px;
}
.health-home-testimonial .testimonial-card-head .profile-initial{
    height: 110px;
    width: 110px;
    background: none;
}
.testimonial-section.health-home-testimonial .testimonial-card .user-info h5{
    font-size: 18px;
    color: var(--primary-health);
}
.testimonial-section.health-home-testimonial .testimonial-card .user-info p{
    font-size: 14px;
    color: #000;
}
.testimonial-section.health-home-testimonial .slider-control-icons{
    position: absolute;
    right: 0px;
    bottom: 35px;
}
.testimonial-section.health-home-testimonial .slider-btn{
    border: 1px solid #000
}
.testimonial-section.health-home-testimonial .slider-btn:hover{
    border: 1px solid var(--primary-health);
    background: var(--primary-health);
}
.testimonial-section.health-home-testimonial .dealer-work-hero-btn{
    align-items: center;
}
.testimonial-section.health-home-testimonial .dealer-work-hero-btn .btn{
    height: 45px;
    border-radius: 60px;
    padding: 12px 30px;
}
.mortgage-lending-services .section-heading{
    max-width: 500px;
    margin: auto;
}
.mortgage-lending-services .service-list {
    display: grid;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}
.mortgage-lending-services .service-list .mortgage-item{
    max-width: 301px;
    background: #F4F4F4;
    border-radius: 15px;
    display: flex;
    padding: 12px;
    gap: 12px;
    align-items: center;
    font-family: "Basis Grotesque Pro Medium";
    font-size: 22px;
}
.mortgage-lending-services .service-list .mortgage-item h5{
    font-family: "Basis Grotesque Pro Medium";
    font-size: 22px;
}
.mortgage-lending-services .service-list .mortgage-item img{
    width: 100px;
}
.eligibleToApply-rightArea{
    background: #F6F6F6;
    border-radius: 40px;
    padding: 35px;
    height: 100%;
}
.eligibleToApply-rightArea .listing-check{
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    padding: 20px;
}
.eligibleToApply-rightArea .listing-check ul li{
    background-size: 21px !important;
}
.needHelp-healthHome .needHelp-Left{
    background: var(--primary-health);
    border-radius: 18px;
    padding: 20px;
    color: #fff;
}
.needHelp-healthHome .needHelp-Left h3{
    font-size: 38px;
    color: #fff
}
.needHelp-healthHome .needHelp-Left p{
    font-size: 18px;
    color: #fff
}
.needHelp-healthHome .needHelp-Right{
    background: #f1f1f1;
    border-radius: 18px;
    padding: 30px 40px;
    height: 100%;
}
.needHelp-healthHome .needHelp-Right .needHelp-Right-item{
    color: #222222;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    position: relative;
    padding-right: 20px;
}
.needHelp-healthHome .needHelp-Right .needHelp-Right-item::before{
    height: 80px;
    width: 1px;
    background: #ADADAD;
    content: "";
    position: absolute;
    right: 0px;
    top: 70px;
}
.needHelp-healthHome .needHelp-Right .col-sm-4:last-child .needHelp-Right-item::before{
    display: none;
}
.needHelp-healthHome .needHelp-Right .needHelp-Right-item img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.needHelp-healthHome .needHelp-Right .needHelp-Right-item h4{
    color: #222222;
    font-size: 22px;
    font-family: "Basis Grotesque Pro Medium";
}
.needHelp-healthHome .needHelp-Right .needHelp-Right-item p{
    color: #000000;
    font-size: 18px;
    font-family: "Basis Grotesque Pro Regular";
}
.needHelp-healthHome .needHelp-Right .row{
    height: 100%;
}
.faq-health-home .faq-Accordion{
    background: none !important;
}
.faq-health-home .custom-accordion .accordion-body{
    background: #f2f2f2 !important;
}

.btn-faq-home-health{
    position: relative;
    top: -30px;
    z-index: 2;
}
@media (max-width: 600px) {
    .feature-card {
        padding: 24px 18px;
    }
}

/* dealer health */
.testimonial-health-dealer .section-heading .badge {
    background: none !important;
    color: #1E1E1E !important;
    text-transform: uppercase;
}
.testimonial-health-dealer .section-heading h2{
    margin-bottom: 0px;
}
.testimonial-health-dealer .testimonial-card {
    flex: 0 0 calc(33% - 0.5rem);
}
.testimonial-health-dealer .star-rating-testimonial{
    display: flex;
    gap: 0px;
}
.testimonial-health-dealer .testimonial-desc p{
    font-size: 16px;
}
.testimonial-health-dealer .testimonial-desc{
    background: #F5F5F5;
    padding: 15px;
    border: 0px none;
    border-radius: 0px 8px 8px 8px;
    position: relative;
}
.testimonial-health-dealer .testimonial-desc::before{
    content: '';
    background-color: #F5F5F5;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: -14px;
}
@media (max-width: 768px) {
    .testimonial-health-dealer .testimonial-desc p{
        font-size: 14px;
    }
    .testimonial-health-dealer .testimonial-card {
        flex: 0 0 100%;
    }
    .health-landing-page .retail-products .retail-products-listing .retail-product-item{
        padding: 20px 5px 5px 46%;
    }
	.health-landing-page .navbar-toggler {
        background: var(--primary-health);
        color: #fff !important;
        border-color: var(--primary-health);
	}
	.health-landing-page .navbar-toggler-icon {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
    .health-home-testimonial .testimonial-health-left-img{
        position: inherit;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }
    .testimonial-section.health-home-testimonial .slider-control-icons{
        position: inherit;
        bottom: 0px;
        margin-top: 15px;
        margin-bottom: 30px;
        display: flex;
        justify-content: end;
    }
    .health-home-testimonial .testimonial-card-head{
        margin-bottom: 10px;
    }
    .testimonial-couts{
        display: none;
    }
    .testimonial-section.health-home-testimonial .dealer-work-hero-btn .btn{
        padding-left: 18px;
        padding-right: 18px;
    }
    .features-section-inner{
        gap: 15px;
    }
    .feature-title{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .feature-text{
        font-size: 14px;
    }
    .hero-left-custom-HealthHome .hero-left p.lead{
        font-size: 18px;
    }
    .hero-left-custom-HealthHome .hero-left p{
        font-size: 14px;
    }
    .hero-star-rating{
        padding: 7px 20px;
        font-size: 16px;
    }
    .hero-star-rating img{
        width: 14px;
    }
    .dealer-work-hero-btn .btn{
        font-size: 16px !important;
        padding: 10px 24px !important;
        line-height: normal;
        height: auto;
    }
    .mortgage-lending-services .service-list {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-bottom: 0px;
    }
    .mortgage-lending-services .service-list .mortgage-item h5{   
        font-size: 16px;
    }
    .mortgage-lending-services .service-list .mortgage-item img{
        width: 60px;
    }
    .needHelp-healthHome .needHelp-Left h3{
        font-size: 18px;
    }
    .needHelp-healthHome .needHelp-Left p{
        font-size: 14px;
    }

    .needHelp-healthHome .needHelp-Right .needHelp-Right-item img{
        width: 40px;
    }
    .needHelp-healthHome .needHelp-Right .needHelp-Right-item h4{
        font-size: 18px;
    }
    .needHelp-healthHome .needHelp-Right .needHelp-Right-item p{
        font-size: 14px;
    }
    .btn-faq-home-health{
        position: initial;
        top: 0px;
        margin-bottom: 15px;
    }
    .marquee-track{
        gap: 15px;
    }
    .marqueeSlider p{
        font-size: 14px;
    }
    .feature-icon{
        height: 35px;
        width: 35px;
    }
    .health-feature-homeNew .dealer-work-hero-btn{
        margin-top: 10px;
    }
    .health-home-testimonial .desc-area p{
        font-size: 16px;
        line-height: 22px;
    }
    .eligibleToApply-rightArea{
        margin-top: 20px;
        padding: 30px 15px;
    }
    .needHelp-healthHome .needHelp-Right .needHelp-Right-item{
        padding-right: 0px;
        padding-bottom: 25px;
    }
    .needHelp-healthHome .needHelp-Right .needHelp-Right-item::before{
        height: 1px;
        width: 100%;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: inherit;
        margin-bottom: 25px;
    }
    .needHelp-healthHome .needHelp-Right .col-sm-4 .needHelp-Right-item{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .faq-health-home .custom-accordion .accordion-body .still-doubts{
        width: 100% !important;
    }

    
}
@media (min-width: 768px) and (max-width: 1599px) {
    .hero-left-custom-HealthHome h1{
        font-size: 45px;
    }    
   .hero-left-custom-HealthHome .hero-left p.lead{
        font-size: 28px;
    }
    .features-section-inner {
        grid-template-columns: repeat(3, 1fr);
    }
    .feature-title {
        font-size: 18px;
    }

    .feature-text {
        font-size: 14px;
    }
    .right-area-test-home {
        margin-top: 50px;
    }
    .health-home-testimonial{
        min-height: 660px;
    }
    .mortgage-lending-services .service-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .mortgage-lending-services .service-list .mortgage-item h5{   
        font-size: 16px;
    }
    .mortgage-lending-services .service-list .mortgage-item img{
        width: 60px;
    }
    .needHelp-healthHome .needHelp-Left h3{
        font-size: 38px;
    }
    .needHelp-healthHome .needHelp-Left p{
        font-size: 18px;
    }
    .needHelp-healthHome .needHelp-Right .needHelp-Right-item img{
        width: 40px;
    }
    .needHelp-healthHome .needHelp-Right .needHelp-Right-item h4{
        font-size: 18px;
    }
    .needHelp-healthHome .needHelp-Right .needHelp-Right-item p{
        font-size: 14px;
    }
    .feature-health-dealer .section-heading{
        max-width: 372px;
         margin: auto;
    }
}
@media (min-width: 1100px) {
  .mortgage-lending-services .service-list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 90%;
  }
}
@media (max-width: 1400px) {
    .footer-top-right a.btn{
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}
@media (min-width: 1400px) {
	.health-landing-page .hero-left-custom{
		padding-left: 30px;
	}
    .features-section-inner {
        grid-template-columns: repeat(3, 1fr);
    }
    .eligibleToApply-section .container{
        max-width: 1380px;
    }
}
@media screen and (min-width: 1600px) {
    .testimonial-health-dealer .testimonial-desc p{
        font-size: 20px;
    }
    .feature-health-dealer .section-heading{
        max-width: 525px;
        margin: auto;
    }
    .health-landing-page .credit-help {
        padding-top: 125px;
    }
    .testimonial-section.health-home-testimonial .testimonial-card .user-info h5{
        font-size: 28px;
    }
    .testimonial-section.health-home-testimonial .testimonial-card .user-info p{
        font-size: 18px;
    }
    .health-home-testimonial{
        min-height: 720px;
    }
    .right-area-test-home {
        margin-top: 50px;
    }
    .mortgage-lending-services .service-list {
        max-width: 95%;
    }
    .needHelp-healthHome .needHelp-Left h3{
        font-size: 38px;
    }
    .needHelp-healthHome .needHelp-Left p{
        font-size: 18px;
    }
    .needHelp-healthHome .needHelp-Left{
        padding-right: 40px;
        padding-left: 30px;
    }
    footer.footer-black .container {
        max-width: 1380px;
    }
    .dealer-work-hero-btn .btn{
        font-size: 20px !important;
    }
    .mortgage-lending-services .section-heading{
        max-width: 720px;
    }
    .eligibleToApply-rightArea .listing-check ul li{
        font-size: 18px;
        background-size: 28px !important;
    }
}


/* footer New black */
.footer-black{
    background: #1E1E1E;
}
.footer-black .container{
    padding-left: 15px;
    padding-right: 15px;
}
.footer-black .footer-black-top{
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 50px;
}
.footer-black .footer-black-top h3{
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}
.footer-black .footer-black-top .btn{
    font-size: 16px;
    padding: 10px 15px; 
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-black .footer-black-top .btn.btn-white{
    color: #1E1E1E;
}
.footer-black .footer-black-top .btn.btn-white-outline{
    color: #fff;
    border: 1px solid #fff;
}
.footer-black .contact-address {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Basis Grotesque Pro Regular";
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
}
.footer-black .contact-address p{
    font-family: "Basis Grotesque Pro Regular";
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-black .contact-address a {
  color: #fff;
  text-decoration: none;
  font-family: "Basis Grotesque Pro Regular";
  font-weight: 400;
}

.footer-black .contact-address a:hover {
  text-decoration: underline;
}
.follow-us-footer h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-black-center{
    padding: 30px 0px;
    border-bottom: 1px solid #FFFFFF;
}
.health-landing-page footer.footer-black  .social-media-icon a div{
    background: none !important;
}
.footer-desc-center p{
    color: #fff;
    font-size: 18px;
}
.footer-black-bottom{
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.footer-black-bottom .copyright-bottom p{
    color: #fff;
    font-size: 16px;
}
@media screen and (min-width: 1600px) {
    .footer-black .footer-black-top h3{
        color: #fff;
        font-size: 38px;
        margin-bottom: 50px;
    }
    .footer-black .footer-black-top .btn{
        font-size: 18px;
    }
    .footer-desc-center p{
        color: #fff;
        font-size: 22px;
    }
    .footer-black-bottom .copyright-bottom p{
        font-size: 18px;
    }
}
@media screen and (min-width: 1100px) {
    .health-landing-page footer.footer-black .follow-us-footer{
        padding-left: 40px;
    }
}
@media screen and (max-width: 768px) {
    .footer-black .footer-black-top h3{
        font-size: 22px;
    }
    .footer-black .footer-black-top .btn.btn-white{

    }
    .footer-black .contact-address p{
        font-size: 14px;
    }
    .footer-black .footer-black-top{
        padding-bottom: 20px;
    }
    .footer-black-center .img-fluid.logo-white-fin-home{
        max-width: 150px !important;
    }
    .footer-black-center .follow-us-footer{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .follow-us-footer h4{
        margin-bottom: 10px;
    }
    footer .social-media-icon a div{
        width: 24px;
        height: 24px;
    }
    .footer-black-center .follow-us-footer img{
        width: 22px;
        height: 22px;
        object-fit: contain;
    }
    .footer-desc-center p{
        font-size: 14px;
    }
    .footer-black-bottom .logo-silver img{
        max-width: 200px !important;
    }
    .footer-black-bottom .copyright-bottom p{
        font-size: 14px;
    }
}
