@media(max-width:575px) {

    .logo {
        width: 240px;
        padding-left: 10px;
    }

    .nav-item,
    .nav-link {
        color: #000;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .nav-link.active,
    .nav-link:hover {
        color: #FEA500 !important;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .navbar {
        background: #FFF;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
        display: flex;
        padding: 21px 0px;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        /* default white */
    }

    .carousel-indicators .active {
        background-color: orange;
        /* active indicator color */
    }

    .slide {
        padding-top: 80px;
    }

    .highlight-box {
        border-radius: 6px;
        border: 1px solid rgba(221, 146, 7, 0.10);
        background: #FFFAF2;
        padding: 20px;
    }

    .odometer {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .text {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 133.333% */
    }

    .plus-sign {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Highlights h2 {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        /* 120% */
    }

    .Highlights p {
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    
        /* 150% */
    }

    .Highlights h3 {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        padding-top: 40px;
        /* 120% */
    }

    .Highlights {
        padding-left: 20px;
        padding-right: 20px;
    }

    .Highlights span {
        color: var(--Orange_Buttons, #FEA500);
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .Highlights .paragaph {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 20px;
        text-align: justify;
    }

    .Highlights .paragaph strong {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        /* 133.333% */
    }

    .Highlights button {
        color: var(--White_Text, #FFF);
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */
        border-radius: 8px;
        background: var(--Orange_Buttons, #FEA500);
        padding: 10px 40px;
        border: none;
    }

    .left-container {
        padding-left: 0;
        padding-right: 0;
    }

    .right-container {
        padding-left: 0;
        padding-right: 0;
    }

    .Highlights .card {
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    .Highlights h4 {
        overflow: hidden;
        color: var(--Black_Text, #0A0A0A);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 140% */
    }

    .Highlights .badge {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        /* 133.333% */
        border-radius: 6px 0;
        background: var(--Orange_Buttons, #FEA500);
    }

    .main-container {
        padding-left: 0;
        padding-right: 0;
    }

    .form-label {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 125% */
    }

    .form-section {
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        padding: 30px;
    }

    .form-control {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        padding: 12px;
    }

    .footer .header {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 140% */
    }

    .footer .a {
        color: #000;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .footer .links {
        border-right: 1px solid #C0C0C0;
    }

    .footer .footer-links{
        padding-bottom: 6px;
    }
    .logo-slider {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    .logo-track {
        display: flex;
        animation: scroll 10s linear infinite;
    }

    .logo-track img {
        height: 70px;
        /* adjust size */
        margin: 0 1px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
           .testimonial {
        text-align: center;
        max-width: 200px;
        margin: auto;
    }

    .testimonial .para {
        color: var(--Black_Text, #0A0A0A);
        text-align: center;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height:22px;
        /* 166.667% */
        margin: 20px 0;

    }

    .testimonial .author img {
        width: 60px;
        height: 60px;
        object-fit: cover;

    }

    .testimonial .author h5 {
        margin: 10px 0 0;
        font-weight: 700;
    }

    .testimonial .author span {
        font-size: 14px;
        color:#707070;
    }

    .Highlights .prev {
        display: flex;
        background-color: #F2F9FF;
        color: black;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
    }

    .Highlights .next {
        display: flex;
        background-color: #F2F9FF;
    }

    .quote {
        width: 40px;
    }
}

@media (min-width: 576px) {
    .logo {
        width: 300px;
    }

    .nav-item,
    .nav-link {
        color: #000;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .nav-link.active,
    .nav-link:hover {
        color: #FEA500 !important;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .navbar {
        background: #FFF;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
        display: flex;

        padding: 21px 0px;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        /* default white */
    }

    .carousel-indicators .active {
        background-color: orange;
        /* active indicator color */
    }

    .slide {
        padding-top: 80px;
    }

    .highlight-box {
        border-radius: 6px;
        border: 1px solid rgba(221, 146, 7, 0.10);
        background: #FFFAF2;
        padding: 20px;
    }

    .odometer {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .text {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 133.333% */
    }

    .plus-sign {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Highlights h2 {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        /* 120% */
    }

    .Highlights p {
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
    }

    .Highlights h3 {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        padding-top: 40px;
        /* 120% */
    }

    .Highlights span {
        color: var(--Orange_Buttons, #FEA500);
        font-family: Roboto;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .Highlights .paragaph {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
    }

    .Highlights .paragaph strong {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        /* 133.333% */
    }

    .Highlights button {
        color: var(--White_Text, #FFF);
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */
        border-radius: 8px;
        background: var(--Orange_Buttons, #FEA500);
        padding: 12px 46px;
        border: none;
    }

    .Highlights .card {
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    .Highlights h4 {
        overflow: hidden;
        color: var(--Black_Text, #0A0A0A);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 140% */
    }

    .Highlights .badge {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        /* 133.333% */
        border-radius: 6px 0;
        background: var(--Orange_Buttons, #FEA500);
    }

    .form-label {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 125% */
    }

    .form-section {
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        padding: 30px;
    }

    .form-control {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        padding: 12px;
    }

    .footer .header {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 140% */
    }

    .footer .a {
        color: #000;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
     .footer .footer-links{
        padding-bottom: 6px;
    }

    .footer .links {
        border-right: 1px solid #C0C0C0;
    }

    .logo-slider {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    .logo-track {
        display: flex;
        animation: scroll 12s linear infinite;
    }

    .logo-track img {
        height: 80px;
        /* adjust size */
        margin: 0 10px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
            .testimonial {
        text-align: center;
        max-width: 300px;
        margin: auto;
    }

    .testimonial .para {
        color: var(--Black_Text, #0A0A0A);
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height:22px;
        /* 166.667% */
        margin: 20px 0;

    }

    .testimonial .author img {
        width: 60px;
        height: 60px;
        object-fit: cover;

    }

    .testimonial .author h5 {
        margin: 10px 0 0;
        font-weight: 700;
    }

    .testimonial .author span {
        font-size: 14px;
        color: #707070;;
    }

    .Highlights .prev {
        display: flex;
        background-color: #F2F9FF;
        color: black;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
    }

    .Highlights .next {
        display: flex;
        background-color: #F2F9FF;
    }

    .quote {
        width: 40px;
    }

}

@media (min-width: 768px) {
    .logo {
        width: 350px;
    }

    .nav-item,
    .nav-link {
        color: #000;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .nav-link.active,
    .nav-link:hover {
        color: #FEA500 !important;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .navbar {
        background: #FFF;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
        display: flex;
        padding: 21px 0px;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        /* default white */
    }

    .carousel-indicators .active {
        background-color: orange;
        /* active indicator color */
    }

    .slide {
        padding-top: 80px;
    }

    .highlight-box {
        border-radius: 6px;
        border: 1px solid rgba(221, 146, 7, 0.10);
        background: #FFFAF2;
        padding: 20px;
    }

    .odometer {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .text {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 133.333% */
    }

    .plus-sign {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Highlights h2 {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        /* 120% */
    }

    .Highlights p {
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
    }

    .Highlights h3 {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        /* 120% */
        padding-top: 40px;
    }

    .Highlights span {
        color: var(--Orange_Buttons, #FEA500);
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .Highlights .paragaph {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
    }

    .Highlights .paragaph strong {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 133.333% */
    }

    .Highlights button {
        color: var(--White_Text, #FFF);
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */
        border-radius: 8px;
        background: var(--Orange_Buttons, #FEA500);
        padding: 14px 48px;
        border: none;

    }

    .Highlights .card {
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    .Highlights h4 {
        overflow: hidden;
        color: var(--Black_Text, #0A0A0A);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 140% */
    }

    .Highlights .badge {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        /* 133.333% */
        border-radius: 6px 0;
        background: var(--Orange_Buttons, #FEA500);
    }

    .form-label {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 125% */
    }

    .form-section {
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        padding: 30px;

    }

    .form-control {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        padding: 12px;
    }

    .footer .header {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 140% */
    }

    .footer .a {
        color: #000;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
 .footer .footer-links{
        padding-bottom: 6px;
    }
    .footer .links {
        border-right: 1px solid #C0C0C0;
    }

    .logo-slider {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    .logo-track {
        display: flex;
        animation: scroll 12s linear infinite;
    }

    .logo-track img {
        height: 90px;
        /* adjust size */
        margin: 0 20px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
        .testimonial {
        text-align: center;
        max-width: 500px;
        margin: auto;
    }

    .testimonial .para {
        color: var(--Black_Text, #0A0A0A);
        text-align: center;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height:30px;
        /* 166.667% */
        margin: 20px 0;

    }

    .testimonial .author img {
        width: 60px;
        height: 60px;
        object-fit: cover;

    }

    .testimonial .author h5 {
        margin: 10px 0 0;
        font-weight: 700;
    }

    .testimonial .author span {
        font-size: 14px;
        color: #707070;
    }

    .Highlights .prev {
        display: flex;
        background-color: #F2F9FF;
        color: black;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
    }

    .Highlights .next {
        display: flex;
        background-color: #F2F9FF;
    }

    .quote {
        width: 50px;
    }

}

@media (min-width: 992px) {
    .logo {
        width: 400px;
    }

    .nav-item,
    .nav-link {
        color: #000;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .nav-link.active,
    .nav-link:hover {
        color: #FEA500 !important;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .navbar {
        background: #FFF;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
        display: flex;
        padding: 21px 0px;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        /* default white */
    }

    .carousel-indicators .active {
        background-color: orange;
        /* active indicator color */
    }

    .slide {
        padding-top: 80px;
    }

    .highlight-box {
        border-radius: 6px;
        border: 1px solid rgba(221, 146, 7, 0.10);
        background: #FFFAF2;
        padding: 20px;
    }

    .odometer {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .text {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 133.333% */
    }

    .plus-sign {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Highlights h2 {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        /* 120% */
    }

    .Highlights p {
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
    }

    .Highlights h3 {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        padding-top: 0px;
        /* 120% */
    }

    .Highlights span {
        color: var(--Orange_Buttons, #FEA500);
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .Highlights .paragaph {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }

    .Highlights .paragaph strong {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        /* 133.333% */
    }

    .Highlights button {
        color: var(--White_Text, #FFF);
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */
        border-radius: 8px;
        background: var(--Orange_Buttons, #FEA500);
        padding: 12px 40px;
        border: none;
    }

    .Highlights .card {
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    .Highlights h4 {
        overflow: hidden;
        color: var(--Black_Text, #0A0A0A);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 140% */
    }

    .Highlights .badge {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        /* 133.333% */
        border-radius: 6px 0;
        background: var(--Orange_Buttons, #FEA500);
    }

    .form-label {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 125% */
    }

    .form-section {
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        padding: 30px;
    }

    .form-control {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        padding: 12px;
    }

    .footer .header {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 140% */
    }

    .footer .a {
        color: #000;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .footer .links {
        border-right: 1px solid #C0C0C0;
    }

    .logo-slider {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    .logo-track {
        display: flex;
        animation: scroll 14s linear infinite;
    }

    .logo-track img {
        height: 90px;
        /* adjust size */
        margin: 0 30px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
        .testimonial {
        text-align: center;
        max-width: 600px;
        margin: auto;
    }

    .testimonial .para {
        color: var(--Black_Text, #0A0A0A);
        text-align: center;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 166.667% */
        margin: 20px 0;

    }

    .testimonial .author img {
        width: 60px;
        height: 60px;
        object-fit: cover;

    }

    .testimonial .author h5 {
        margin: 10px 0 0;
        font-weight: 700;
    }

    .testimonial .author span {
        font-size: 14px;
        color: #707070;
    }

    .Highlights .prev {
        display: flex;
        background-color: #F2F9FF;
        color: black;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
    }

    .Highlights .next {
        display: flex;
        background-color: #F2F9FF;
    }

    .quote {
        width: 50px;
    }

}

@media (min-width: 1200px) {
    .logo {
        width: 450px;
    }

    .nav-item,
    .nav-link {
        color: #000;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .nav-link.active,
    .nav-link:hover {
        color: #FEA500 !important;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .navbar {
        background: #FFF;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
        display: flex;

        padding: 21px 0px;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        /* default white */
    }

    .carousel-indicators .active {
        background-color: orange;
        /* active indicator color */
    }

    .slide {
        padding-top: 80px;
    }

    .highlight-box {
        border-radius: 6px;
        border: 1px solid rgba(221, 146, 7, 0.10);
        background: #FFFAF2;
        padding: 20px;
    }

    .odometer {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .text {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 133.333% */
    }

    .plus-sign {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Highlights h2 {
        color: var(--Blue_Heading, #26689a);
        text-align: center;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        /* 120% */
    }

    .Highlights p {
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
    }

    .Highlights h3 {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        /* 120% */
    }

    .Highlights span {
        color: var(--Orange_Buttons, #FEA500);
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .Highlights .paragaph {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 20px;
        text-align: justify;
    }

    .Highlights .paragaph strong {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        /* 133.333% */
    }

    .Highlights button {
        color: var(--White_Text, #FFF);
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 150% */
        border-radius: 8px;
        background: var(--Orange_Buttons, #FEA500);
        padding: 14px 48px;
        border: none;
    }

    .Highlights .card {
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    .Highlights h4 {
        overflow: hidden;
        color: var(--Black_Text, #0A0A0A);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 140% */
    }

    .Highlights .badge {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        /* 133.333% */
        border-radius: 6px 0;
        background: var(--Orange_Buttons, #FEA500);
    }

    .form-label {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 125% */
    }

    .form-section {
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        padding: 30px;
    }

    .form-control {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        padding: 12px;
    }

    .footer .header {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 140% */
    }

    .footer .a {
        color: #000;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .footer .links {
        border-right: 1px solid #C0C0C0;
    }

    .logo-slider {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    .logo-track {
        display: flex;
        animation: scroll 16s linear infinite;
    }

    .logo-track img {
        height: 100px;
        /* adjust size */
        margin: 0 40px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
        .testimonial {
        text-align: center;
        max-width: 800px;
        margin: auto;
    }

    .testimonial .para {
        color: var(--Black_Text, #0A0A0A);
        text-align: center;
        font-family: Poppins;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 166.667% */
        margin: 20px 0;

    }

    .testimonial .author img {
        width: 60px;
        height: 60px;
        object-fit: cover;

    }

    .testimonial .author h5 {
        margin: 10px 0 0;
        font-weight: 700;
    }

    .testimonial .author span {
        font-size: 14px;
        color: #707070;
    }

    .Highlights .prev {
        display: flex;
        background-color: #F2F9FF;
        color: black;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
    }

    .Highlights .next {
        display: flex;
        background-color: #F2F9FF;
    }

    .quote {
        width: 60px;
    }

}


@media (min-width: 1400px) {


    .logo {
        width: 500px;
    }

    .nav-item,
    .nav-link {
        color: #000;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .nav-link.active,
    .nav-link:hover {
        color: #FEA500 !important;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .navbar {
        background: #FFF;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
        display: flex;
        padding: 21px 0px;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        /* default white */
    }

    .carousel-indicators .active {
        background-color: orange;
        /* active indicator color */
    }

    .slide {
        padding-top: 80px;
    }

    .highlight-box {
        border-radius: 6px;
        border: 1px solid rgba(221, 146, 7, 0.10);
        background: #FFFAF2;
        padding: 20px;
    }

    .odometer {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .text {
        overflow: hidden;
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 133.333% */
    }

    .plus-sign {
        overflow: hidden;
        color: var(--Orange_Buttons, #FEA500);
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Highlights h2 {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        /* 120% */
    }

    .Highlights p {
        color: var(--Grey_Body-Text, #707070);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 150% */
    }

    .Highlights h3 {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        /* 120% */
    }

    .Highlights span {
        color: var(--Orange_Buttons, #FEA500);
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }

    .Highlights .paragaph {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
.left-container img{
     width: 100%;
    height: auto;
}
    .Highlights .paragaph strong {
        color: var(--White_Body-text, #FAFAFA);
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 133.333% */
    }

    .Highlights button {
        color: var(--White_Text, #FFF);
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */
        border-radius: 8px;
        background: var(--Orange_Buttons, #FEA500);
        padding: 14px 50px;
        border: none;
    }

    .Highlights .card {
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    .Highlights h4 {
        overflow: hidden;
        color: var(--Black_Text, #0A0A0A);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 140% */
    }

    .Highlights .badge {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        /* 133.333% */
        border-radius: 6px 0;
        background: var(--Orange_Buttons, #FEA500);
    }

    .form-label {
        color: var(--White_Text, #FFF);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 125% */
    }

    .form-section {
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        padding: 30px;
    }

    .form-control {
     overflow: hidden;
color: var(--Grey_Body-Text, #707070);
text-overflow: ellipsis;
white-space: nowrap;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    }

    .footer .header {
        color: var(--Blue_Heading, #3981F9);
        text-align: center;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 140% */
    }

    .footer .a {
        color: #000;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .footer .links {
        border-right: 1px solid #C0C0C0;
    }

    .logo-slider {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    .logo-track {
        display: flex;
        animation: scroll 20s linear infinite;
    }

    .logo-track img {
        height: 110px;
        /* adjust size */
        margin: 0 40px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .testimonial {
        text-align: center;
        max-width: 800px;
        margin: auto;
    }

    .testimonial .para {
        color: var(--Black_Text, #0A0A0A);
        text-align: center;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        /* 166.667% */
        margin: 20px 0;

    }

    .testimonial .author img {
        width: 60px;
        height: 60px;
        object-fit: cover;

    }

    .testimonial .author h5 {
        margin: 10px 0 0;
        font-weight: 700;
    }

    .testimonial .author span {
        font-size: 14px;
        color: #707070;
    }

    .Highlights .prev {
        display: flex;
        background-color: #F2F9FF;
        color: black;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
    }

    .Highlights .next {
        display: flex;
        background-color: #F2F9FF;
    }

    .quote {
        width: 60px;
    }

}