﻿*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: "Geist", sans-serif;
    color: #333;
    background-color: #fff;

    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}


.container {
   
    -webkit-transform: translateZ(1000px);
    transform: translateZ(1000px);
}

body, html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none
}

    a:hover, a:active, a:focus {
        text-decoration: none
    }



nav a {
    position: relative;
    display: inline-block;
    padding: 0;
    text-decoration: none;
}


.navbar-expand-lg .ricadi-nav .nav-link {
    opacity: .6;
    font-size: 1rem;
    color: #2c2c2c;
    padding: 5px 1px;
    font-weight: 300;
}

.navbar-expand-lg .ricadi-nav {
    gap: 20px;
}

.btn-15 {
    overflow: hidden;
}

    .btn-15 a {
        position: relative;
        -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

        .btn-15 a:after {
            content: attr( data-menu-name );
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            -webkit-transform: translateY( -100% );
            -ms-transform: translateY( -100% );
            -o-transform: translateY( -100% );
            transform: translateY( -100% );
            line-height: 2em;
            opacity: 1;
            color: #000;
        }

    .btn-15 li a:hover {
        opacity: 1;
        color: #000;
        -webkit-transform: translateY( 100% );
        -ms-transform: translateY( 100% );
        -o-transform: translateY( 100% );
        transform: translateY( 100% );
    }



.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
    border: 1px solid #000;
    padding: 6px 25px 6px;
    padding-right: 6px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    letter-spacing: 0.25px;
    gap: 10px;
    z-index: 2;
    text-align: center;
    background-color: #000;
}

    .thm-btn::before {
        content: "";
        background-color: #fff;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        clip-path: circle(0% at 50% 50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    }

    .thm-btn .thm-btn-text {
        position: relative;
        display: block;
        z-index: 1;
    }

    .thm-btn .thm-btn-icon-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #000;
        border-radius: 50%;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .thm-btn::after {
        content: "";
        background-color: rgba(0, 0, 0, .50);
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        clip-path: circle(0% at 50% 50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.4s;
        z-index: -1;
    }

    .thm-btn:hover:after {
        background-color: #fff;
        clip-path: circle(100% at 50% 50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
    }

    .thm-btn .thm-btn-icon-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        font-size: 14px;
        color: #000;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .thm-btn:hover .thm-btn-icon-box {
        background-color: #000;
        color: #fff;
        transition-delay: 200ms;
    }

        .thm-btn:hover .thm-btn-icon-box i {
            -webkit-animation: bounceright .3s alternate ease infinite;
            animation: bounceright .3s alternate ease infinite;
        }

    .thm-btn:hover {
        color: var(--helpest-white);
        border: 1px solid transparent;
    }

.my-nav {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: rgb(255 255 255 / 80%) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1000;
    background: #ddd;
}

.hero-bg {
    border-radius: 50px;
}

.banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



    .banner-text h1 {
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 4rem;
        font-weight: 600;
        line-height: 1;
        color: #fff;
    }

    .banner-text p {
        color: #fff;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.3;
        margin: 30px 0;
    }

.reviews {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .reviews ul li img {
        width: 52px;
        margin-left: -14px;
    }

.ricadi-nav .nav-link.active, .ricadi-nav .nav-link.show {
}

.main-menu__btn-box {
    position: relative;
    display: block;
}

.thm-btn2 .thm-btn-text {
    position: relative;
    display: block;
    z-index: 1;
}

.thm-btn2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 25px 6px;
    padding-right: 6px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    letter-spacing: 0.25px;
    gap: 10px;
    z-index: 2;
    text-align: center;
}

    .thm-btn2::before {
        content: "";
        background-color: #fa4b1c;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        clip-path: circle(0% at 50% 50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    }

    .thm-btn2 .thm-btn-icon-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #000;
        border-radius: 50%;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .thm-btn2::after {
        content: "";
        background-color: rgba(255, 255, 255, .30);
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        clip-path: circle(0% at 50% 50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
        z-index: -1;
    }

    .thm-btn2:hover:after {
        clip-path: circle(100% at 50% 50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
    }

    .thm-btn2 .thm-btn-icon-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #000;
        border-radius: 50%;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .thm-btn2:hover .thm-btn-icon-box {
        background-color: #fff;
        color: #000;
        transition-delay: 200ms;
    }

.thm-btn:hover .thm-btn-icon-box i {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}

.thm-btn2:hover {
    color: #fff;
    border: 1px solid transparent;
}

.stats-container {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 30px auto;
}

    .stats-container .stat {
        text-align: left;
        color: #fff;
    }

        .stats-container .stat .odometer {
            font-size: 3rem;
            font-weight: 300;
            display: inline-block;
        }

        .stats-container .stat .type {
            font-size: 1rem;
            font-weight: 300;
            line-height: 1.3;
        }

.odometer.plus {
    position: relative;
}

    .odometer.plus::after {
        content: "+";
        position: absolute;
        top: 0;
        right: -16px;
        font-size: 20px;
    }

.partners-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

    .partners-list img {
        width: 150px;
        margin: 0 auto;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
        padding: 1em;
        border-radius: 0.5em;
    }

.large-text {
    color: #2c2c2c;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
}

.section-badge {
    border: 1px solid #c7c7c7;
    background-color: #f3f3f3;
    color: #2c2c2c;
    text-transform: capitalize;
    border-radius: 2rem;
    padding: .25rem 1.5rem .25em;
    display: inline-block;
    width: 150px;
    text-align: center;
}

.section-heading {
    color: #2c2c2c;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
}

.basic-text {
    color: #2c2c2c;
    font-size: 1.125rem;
    font-weight: 300;
}

.feature-one svg {
    width: 50px;
    height: 50px;
}

.vertical-active {
    position: relative;
}

.vertical-active-text {
    position: absolute;
    bottom: 1%;
    right: 13%;
}

    .vertical-active-text h3 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1;
    }

    .vertical-active-text p {
        font-size: 1.125rem;
        font-weight: 600;
        margin: 0;
        line-height: 1;
    }

.tab-wrapper {
    display: flex;
    align-items: center;
}


.tab-image-container {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 400px;
}

    .tab-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

        .tab-image-container img.active {
            opacity: 1;
            z-index: 1;
        }


.tab-button.active {
    color: #000;
}

.tab-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    filter: grayscale(100%)
}

.tab-description {
    display: none;
}

    .tab-description.active {
        display: block;
    }

.feature-service-tab-container {
    display: flex;
    height: 400px;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    border-radius: 12px;
}

.feature-service-list {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: flex 0.6s ease;
    cursor: pointer;
}

    .feature-service-list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: transform 0.6s ease;
    }

.feature-service-info {
    position: relative;
    z-index: 2;
    padding: 2rem;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
    max-width: 600px;
}

.feature-service-list.active .feature-service-info {
    opacity: 1;
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 0;
    width: 100px;
}

    .feature-service-list.active .feature-service-info p {
        margin: 0;
        font-size: 1rem;
        font-weight: 300;
        color: #000;
        line-height: 1em;
    }

.feature-service-list.active {
    flex: 6;
}

.feature-service-list:not(.active) {
    flex: 1;
}

    .feature-service-list:not(.active)::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        font-size: 1.5rem;
        line-height: 4em;
    }

    .feature-service-list:not(.active) img {
        opacity: 0;
    }

.feature-service-list.first:not(.active)::before {
    content: '01. First time Homebuyers';
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.feature-service-list.second:not(.active)::before {
    content: '02. Resident Mortgages';
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.feature-service-list.third:not(.active)::before {
    content: '03. Non-resident Mortgages';
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.feature-service-list.fourth:not(.active)::before {
    content: '04. Equity Release / Buyouts';
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}


.feature-service-list::before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.video {
    background: url(../img/minimalist-architecture-space.jpg)no-repeat center center / cover;
}


.pulse i {
    position: relative;
    z-index: 20;
    top: 16px;
    font-size: 30px;
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px !important;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
}

    .pulse:hover {
        background-color: rgba(0, 150, 0, 1);
        color: white;
    }

.my-float {
    margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

.pulse a {
    color: #fff;
}

.pos-ab {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-header h2 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px #000;
}


.timeline {
    position: relative;
    margin: 50px auto;
    padding: 40px 0;
    width: 1000px;
    box-sizing: border-box;
}

    .timeline:before {
        content: '';
        position: absolute;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #c5c5c5;
    }

    .timeline ul {
        padding: 0;
        margin: 0;
    }

        .timeline ul li {
            list-style: none;
            position: relative;
            width: 50%;
            padding: 20px 40px;
            box-sizing: border-box;
        }

            .timeline ul li:nth-child(odd) {
                float: left;
                text-align: right;
                clear: both;
            }

            .timeline ul li:nth-child(even) {
                float: right;
                text-align: left;
                clear: both;
            }

.content {
    padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}

.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -100px;
    margin: 0;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.3);
}

.timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -100px;
    margin: 0;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.3);
}

@media(max-width:1000px) {
    .timeline {
        width: 100%;
    }
}

@media(max-width:767px) {
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }

    h1 {
        font-size: 40px;
        text-align: center;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }

        .timeline ul li:nth-child(odd):before,
        .timeline ul li:nth-child(even):before {
            top: -18px;
            left: 16px;
        }

        .timeline ul li:nth-child(odd) .time,
        .timeline ul li:nth-child(even) .time {
            top: -30px;
            left: 50px;
            right: inherit;
        }
}
@media (max-width: 768px) {
    .feature-service-tab-container {
        flex-direction: column;
        height: auto;
    }

    .feature-service-list {
        height: 200px;
    }

        .feature-service-list.active {
            height: 300px;
        }
}

.step-by-step .service-grid-icon {
    background-color: #fff;
    border-radius: 99rem;
    width: 60px;
    height: 60px;
    padding: 1rem;
    margin-bottom: 1em;
}

.step-by-step .service-grid-icon {
    margin-bottom: 2em;
}

.step-by-step .large-text {
    margin-bottom: 1em;
}


.full {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.step-by-step .service-grid-item {
    background-color: #f3f3f3;
    border-radius: 2rem;
    flex-flow: column;
    padding: 2.5rem 2rem;
    display: flex;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.calculator .form-control {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #c7c7c7;
    background-color: transparent;
    border-radius: 0;
}



.calculator .form-group input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    border-width:0;
}

    .calculator .form-group input[type=range]:focus {
        outline: none;
    }

    .calculator .form-group input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #333333;
        border-radius: 25px;
        border: 0px solid #000101;
    }

    .calculator .form-group input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 20px;
        width: 39px;
        border-radius: 7px;
        background: #65001c;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3.6px;
    }

    .calculator .form-group input[type=range]:focus::-webkit-slider-runnable-track {
        background: #333333;
    }

    .calculator .form-group input[type=range]::-moz-range-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #333333;
        border-radius: 25px;
        border: 0px solid #000101;
    }

    .calculator .form-group input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 20px;
        width: 39px;
        border-radius: 7px;
        background: #65001c;
        cursor: pointer;
    }

    .calculator .form-group input[type=range]::-ms-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 39px 0;
        color: transparent;
    }

    .calculator .form-group input[type=range]::-ms-fill-lower {
        background: #333333;
        border: 0px solid #000101;
        border-radius: 50px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    .calculator .form-group input[type=range]::-ms-fill-upper {
        background: #333333;
        border: 0px solid #000101;
        border-radius: 50px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    .calculator .form-group input[type=range]::-ms-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 20px;
        width: 39px;
        border-radius: 7px;
        background: #65001c;
        cursor: pointer;
    }

    .calculator .form-group input[type=range]:focus::-ms-fill-lower {
        background: #333333;
    }

    .calculator .form-group input[type=range]:focus::-ms-fill-upper {
        background: #333333;
    }





    .calculator .form-control:focus, .calculator .form-control:hover, .calculator .form-control:active {
        border-color: #000;
        outline: none;
        box-shadow: none;
    }

footer {
    background-color: #000;
    color: #fff;
}

    footer a {
        color: #c7c7c7;
    }

        footer a:hover, footer a:active {
            color: #888;
        }

.icon-size-medium {
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: inline-block;
}
.w-170
{
    width:170px;
}
.team img
{
    width:200px;
    border-radius:20px;
}
    .team img:hover {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }
.team h3 {
    margin-bottom: 0;
    color: #2c2c2c;
    font-weight:600;
}
.team p {
    color: #2c2c2c;
    font-weight: 300;
}

.testimonial-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    border-radius: 2rem;
    flex-flow: column;
    width: 100%;
    padding: 1.5rem 1.5rem 1.2rem;
    display: flex;
    margin-bottom:1em;
}

.testimonial-wrap-star {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
}

    .testimonial-wrap-star svg
    {
        width:20px;
        height:20px;
    }
    .testimonial-wrap-star svg path {
        fill: #f7c547;
    }

.testimonial-wrap-reviewer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}
.gradient-white-bottom {
    background-image: linear-gradient(360deg, #fff 20%, #ffffff4d 70%, #fff0);
    width: 100%;
    height: 80px;
    position: absolute;
    inset: auto 0% 0%;
    z-index: 9;
}
.gradient-white-bottom {
    background-image: linear-gradient(360deg, #fff 30%, #ffffff4d 70%, #fff0);
}
.gradient-white-top {
    background-image: linear-gradient(180deg, #fff 20%, #ffffff4d 70%, #fff0);
    width: 100%;
    height: 80px;
    position: absolute;
    inset: 0% 0% auto;
    z-index: 9;
}

.gradient-white-top {
    background-image: linear-gradient(180deg, #fff 30%, #ffffff4d 70%, #fff0);
}
.reviewer-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.reviewer-image {
    object-fit: cover;
    border-radius: 50%;
    flex: none;
    width: 3.5rem;
    max-width: none;
    height: 3.5rem;
    overflow: hidden;
}
.reviewer-image {
    flex: none;
    width:50px;
    height:50px;
}
.reviewer-info {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    display: flex;
}
    .reviewer-info .name {
        font-weight: 600;
        color: #2c2c2c;
    }
    .reviewer-info .place {
        font-weight: 300;
        color: #2c2c2c;
    }


    .reviews .google {
        width: 200px;
    }
.testimonial-wrap-text {
    font-weight: 300;
    color: #2c2c2c;
    font-size:1rem;
    line-height:1.3;
}

.testimonial-height {
    height: 600px;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee {
   
    overflow: hidden;
  
   
}

    .marquee .marquee-inner {
        animation: marquee 50s linear infinite; /* here you select the animation */
        -webkit-animation: marquee 50s linear infinite; /* here you select the animation */
    }

@keyframes marquee {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }


    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.marquee2 {
    overflow: hidden;
}

    .marquee2 .row {
        animation: marquee2 15s linear infinite; /* here you select the animation */
        -webkit-animation: marquee2 15s linear infinite; /* here you select the animation */
    }

@keyframes marquee2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }


    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    /* Your tablet-specific styles go here */
    .partners-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .reviews ul li img {
        width: 30px;
    }

    .reviews .google {
        width: 90px;
    }
}


@media (max-width: 991px) {

    .btn-15 a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .feature-service-list.first:not(.active)::before {
        transform: none;
        writing-mode: inherit;
        background: transparent;
    }
    .feature-service-list.second:not(.active)::before {
        transform: none;
        writing-mode: inherit;
        background: transparent;
    }
    .feature-service-list.third:not(.active)::before {
        transform: none;
        writing-mode: inherit;
        background: transparent;
    }
    .feature-service-list.fourth:not(.active)::before {
        transform: none;
        writing-mode: inherit;
        background: transparent;
    }
    .feature-service-list:not(.active) img {
        opacity: 1 !important;
    }

    .feature-service-tab-container {
        margin: 10px auto;
    }
    .feature-service-list.active .feature-service-info
    {
        display:none;
    }
    .feature-service-tab-container {
        flex-direction: column;
        height: auto;
    }
    .feature-service-list:not(.active)::before {
        font-size: 1.25rem;
    }

    .feature-service-list img
    {
        position:relative;
    }

    .feature-service-info
    {
        display:none;
    }
    .btn-15 a:hover {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

        .btn-15 a:after {
            content: '';
            -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

    .reviews {
        justify-content: end;
    }

        .reviews ul li img {
            width: 25px;
        }

        .reviews .google {
            width: 80px;
        }

    .banner-text p {
        font-size: 1rem;
        font-weight: 300;
        margin: 30px 0;
    }

    .stats-container {
        grid-template-columns: 1fr 1fr;
    }

    .banner-text h1 {
        font-size: 2.5rem;
    }

    .hero-bg {
        height: 90vh;
        object-fit: none;
        object-position: right -18em bottom -53px;
    }

    .stats-container .stat .odometer {
        font-size: 2rem;
    }

    .tab-button {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        transform: rotate(0deg);
    }

    .tab-badge {
        font-size: 1rem;
        width: 100px;
    }

    .tab-button {
        font-size: 1rem;
        padding-top: 10px;
    }


    @keyframes marquee2 {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }


        100% {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }


}

@media (max-width: 768px) {
    .partners-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .get-to-know .form-check label {
        width: 10%;
    }
}


.step-container {
    position: relative;
    text-align: center;
    
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #007bff;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; /* Added cursor pointer */
}




.border-my {
    border: 1px solid #000;
    border-radius: 4px;
}
.get-to-know .form-check .form-check-input {
    margin-left: 0;
    margin-right: 1em;
}
.hide {
    display: none;
}
.get-to-know .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.get-to-know .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(0,0,0,.25);
   
}
.get-to-know .form-control {
    border: 1px solid #000;
    border-radius: 4px;
}
.get-to-know .form-check label {
    width: 90%;
}

@media (max-width: 768px) {
  
    .get-to-know .form-check label {
        width: 80%;
    }
}