@media(max-width:575px) {

    .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;
    }



    .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: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 0px;
        /* 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: 15px;
        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: 4px 26px;
        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;
    }

    .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%);
        }
    }

    .program-head .section-head {
        font-size: 24px;
    }

    .program-nav-link {
        gap: 15px;
    }

    .program-nav-link li a {
        font-size: 16px;
    }

    .image-set {
        grid-template-columns: 1fr;
    }

    .image-group p {
        font-size: 14px;
    }

    .nav-main .link {
        font-size: 13px;
    }

    .nav-main {
        padding: 12px 6px;
        gap: 5px;
    }

    .nav-main .link {
        padding: 5px;
    }
          .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) {

    .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;
    }

    .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: 20px;
        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: 8px 26px;
        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 .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%);
        }
    }

    .program-nav-link {
        gap: 15px;
    }

    .image-set {
        grid-template-columns: 1fr;
    }

    .image-group p {
        font-size: 16px;
    }
  .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) {

    .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;
    }

    .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: 24px;
        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: 10px 30px;
        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 .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%);
        }
    }

    .program-head .section-head {
        font-size: 32px;
    }

    .image-set {
        grid-template-columns: 1fr 1fr;
    }

    .image-group p {
        font-size: 18px;
    }
      .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) {

    .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;
    }

    .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: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        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: 4px 26px;
        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%);
        }
    }

    .image-group p {
        font-size: 20px;
    }
     .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) {

    .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;
    }

    .Highlights h2 {
        color: var(--Blue_Heading, #3981F9);
        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: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        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: 8px 28px;
        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) {

    .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;
    }

    .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;
    }

    .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: 10px 34px;
        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% */
        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 .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 {
        font-size: 18px;
        margin: 20px 0;
        color: #000;
    }

    .testimonial .author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #ffa500;
    }

    .testimonial .author h5 {
        margin: 10px 0 0;
        font-weight: 700;
    }

    .testimonial .author span {
        font-size: 14px;
        color: gray;
    }

    .Highlights .prev {
        display: flex;
        background-color: #F9FF;
        color: black;
    }

    .Highlights .next {
        display: flex;
        background-color: #F2F9FF;
    }

    .carousel-control-next-icon {
        color: black;
    }
        .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;
    }
}