.main-section{
    text-align: center;
    margin-top:110px;

    background: url("../images/main-section-bkg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    height: 100vh;
    display:flex;
    align-items: center;
}

.main-section .main-section-container{
    padding:4em 4em ;
    margin:0rem 4rem 0rem 4rem;
}

.main-section .main-section-container .description{
    text-align: start;
    max-width: 70%;
}

.main-section .main-section-container .description h1{
    color: #FFF;

    font-family: Graindeur;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px; /* 154.545% */
    letter-spacing: 0.22px;
    padding-bottom: 1em;

    background-image: url('../images/white-line.svg');
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: left bottom;

}

.main-section .main-section-container .description p{
    color: #5F6D7E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: -0.02px;
    padding:1em 0em;
}

.main-section .main-section-container .sub-sec .anchor{
    color: #FFF;

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.018px;
    cursor: pointer;
}

.main-section .main-section-container .img-sec img{
    border-radius:12px;
}

.benefits-section{
    background-image: url('../images/benefits-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.benefits-section .benefits-section-container{
    padding:8em 4em;
}

.benefits-section .benefits-section-container .card{
    background: rgba(255, 255, 255, 0.90);
    text-align: center;
    padding:3em 3em;

    border-radius: 12px;
    border: 1px solid #5974C0;
    box-shadow: 0px 0px 10px 0px rgba(89, 116, 192, 0.50);
}

.benefits-section .benefits-section-container .card h2{
    color: #1F1F1F;

    text-align: center;
    font-family: Graindeur;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}

.benefits-section .benefits-section-container .card .benefits{
    background-image: url('../images/benefit-line.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 10px;
}

.benefits-section .benefits-section-container .card h5{
    color: #202020;

    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    padding:1em 0em;
}

.benefits-section .benefits-section-container .card p{
    color: #343434;

    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.5px;
}

.meet-advocate-section .meet-advocate-section-container{
    padding:5em 0em;
}

.meet-advocate-section .meet-advocate-section-container h2{
    color: #1F1F1F;

    text-align: center;
    font-family: Graindeur;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    padding-bottom: 0.5em;
}

.meet-advocate-section .meet-advocate-section-container h2 .eldercare-text{
    background-image: url('../images/benefit-line.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 10px;
}

.meet-advocate-section .meet-advocate-section-container .description{
    padding:0em 4em;
}

.meet-advocate-section .meet-advocate-section-container .description .meet-helena{
    color: #5974C0;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.6px;
    padding-bottom:0.5em;
}

.meet-advocate-section .meet-advocate-section-container .description h3{
    color: rgba(0, 0, 0, 0.80);

    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 125% */
    letter-spacing: -0.6px;
}

.meet-advocate-section .meet-advocate-section-container .description p{
    color: #343434;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.27px;
}

.program-works-section{
    padding-bottom: 3em;
}

.program-works-section .program-works-section-container{
    border-radius: 12px;
    border: 1px solid #5974C0;
    background: rgba(89, 116, 192, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(89, 116, 192, 0.50);
    padding:2em 4em;
}

.program-works-section .program-works-section-container h2{
    color: #1F1F1F;

    text-align: center;
    font-family: Graindeur;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    padding-bottom: 1em;
}

.program-works-section .program-works-section-container .eldercare-text{
    background-image: url('../images/benefit-line.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 10px;
}

.program-works-section-container .stepno h3{
    color: #1F1F1F;

    font-family: Graindeur;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
}

.program-works-section-container .description{
    padding-right:3em;
}

.program-works-section-container .description h4{
    color: #202020;

    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
}

.program-works-section-container .description p{
    color: #343434;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.program-works-section-container .img-sec{
    text-align: start;
}

.program-works-section-container .img-sec img{
    border-radius: 16px;
}

.program-works-section-container .stepno .step-1{
    background-image: url('../images/step1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px 10px 10px 0px;
}

.program-works-section-container .stepno .step-2{
    background-image: url('../images/step2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px 10px 10px 0px;
}

.program-works-section-container .stepno .step-3{
    background-image: url('../images/step3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px 10px 10px 0px;
}

.services-section .services-section-container .detail-cards .card{
    margin:0.5em;
    border-radius: 12px;
    border: 1px solid #5974C0;
    background: #F2F4FA;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding:1em 1em 0em 1em;
    width: 400px;
}

.services-section .services-section-container .detail-cards .card img{
    width:100%;
    height: 140px;
    object-position: center;
    object-fit: cover;
    border-radius:12px;
}

.services-section .services-section-container .detail-cards .card .card-body{
    padding-left:0em;
    padding-right:0em;
}

.services-section .services-section-container .detail-cards .card .card-body ul{
    padding-left: 1em;
}

.services-section .services-section-container h2{
    text-align: center;

    color: #202020;

    font-family: Graindeur;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 145.833% */
    letter-spacing: 0.48px;
    padding-bottom: 1em;
}

.services-section{
    background-image: url('../images/core-service-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services-section .services-section-container{
    padding:3em 0em;
}

.services-section .services-section-container .services-text{
    background-image: url('../images/step2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom:  50px;
}

.services-section .services-section-container .detail-cards .card .card-title{
    color: #202020;

    /* Headline xS/Desktop/Semi Bold */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 136.364% */
    letter-spacing: -0.22px;
}

.services-section .services-section-container .detail-cards .card li{
    color: #343434;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30.5px; /* 190.625% */
    letter-spacing: -0.016px;
}

.book-consultation-section{
    background: url('../images/pricing-bg.svg') #5974C0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.book-consultation-section-container{
    padding:5em 0em;
    justify-content: center;
}

.book-consultation-section-container h2{
    color: #FFFFFF;

    font-family: Graindeur;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
}

.book-consultation-section-container .blocks-text{
    background-image: url('../images/blocks-text-bg-new.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom:  10px;
}

.book-consultation-section .description-section{
    justify-content: end !important;
    display: flex;
}

.book-consultation-section-container .description-section p{
    color: #FFFFFF;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.5px;
    padding-top:0.5rem;
}

.book-consultation-section .pricing-desc{
    padding-top:1rem;
}

.book-consultation-section .pricing-desc .pricing-text{
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    color:#FFFFFF;
    padding-left:4px;
}

.book-consultation-section .pricing-desc sup{
    color:#FFFFFF;
    vertical-align: text-top;
    font-size: 18px;
    font-family: Inter,sans-serif;
    line-height: 26.1px;
    font-weight: 400;
    top:-1.5em;
}

.book-consultation-section .pricing-desc p{
    color:#FFFFFF;
    font-size: 18px;
    font-family: Inter,sans-serif;
    line-height: 26.1px;
    font-weight: 400;
    padding-left:12px;
    margin-bottom: 0;

}

.book-consultation-section .pricing-cta{
    height:58px;
    padding:12px 32px;
}


.book-consultation-section .book-consultation-section-container .consultation-card1{
    background: url('../images/consult-card-bg.svg') #E6F4F1;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;

    border-radius: 12px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    /*margin:2em 0em;*/

    align-items: center;
    margin: auto;
}

.book-consultation-section .book-consultation-section-container .consultation-card1 .consultation-cta{
    /*margin-top: 5.5em;*/
    margin-bottom: -2em;
}

.book-card-section .consultation-card1 .card-body h4{
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
    padding:0px;
}

.book-card-section .consultation-card1 .card-body .price-text{
    color: #000;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
    text-align: center;

    padding:2em 0em 2.90em 0em;
}

.book-card-section .consultation-card1 .card-body .dollar-sign{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%; /* 20.303px */
}

.book-consultation-section .book-consultation-section-container .consultation-card2{
    background: url('../images/four-hour-block-card-bg.svg') #5974C0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    border-radius: 12px;
    /*box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);*/

    align-items: center;
    margin: auto;
}

.book-consultation-section .book-consultation-section-container .consultation-card2 .consultation-cta{
    /*margin-top: 5.5em;*/
    margin-bottom: -2em;
}

.book-card-section .consultation-card2 .card-body h4{
    color: #FFF;

    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
    padding:0px;
}

.book-card-section .consultation-card2 .card-body .price-text{
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
    text-align: center;

    padding:2rem 0rem 0rem 0rem;
}

.book-card-section .consultation-card2 .card-body .dollar-sign{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%; /* 20.303px */
}


.book-card-section .consultation-card2 .card-body .save-cta{
    border-radius: 6px;
    background: rgba(173, 192, 244, 0.66);
    color:#FFF;
    border:none;
    padding:8px 20px;
    width: 75%;
    text-align: center;
    justify-content: center;
    margin-bottom: 2em;
}

.book-consultation-section .book-consultation-section-container .consultation-card3{
    background: url('../images/consult-card-bg.svg') #E9EFFF;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;

    border-radius: 12px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);

    align-items: center;
    margin: auto;
}

.book-consultation-section .book-consultation-section-container .consultation-card3 .consultation-cta{
    /*margin-top: 5.5em;*/
    margin-bottom: -2em;
}

.book-card-section .consultation-card3 .card-body h4{
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
    padding:0px;
}

.book-card-section .consultation-card3 .card-body .price-text{
    color: #000;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
    text-align: center;

    padding:1em 0em 0em 0em;
}

.book-card-section .consultation-card3 .card-body .dollar-sign{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%; /* 20.303px */
}

.book-card-section .consultation-card3 .card-body .save-cta{
    border-radius: 6px;
    background: rgba(173, 192, 244, 0.66);
    color:#000;
    border:none;
    padding:8px 20px;
    width: 75%;
    text-align: center;
    justify-content: center;
    margin-bottom: 2em;
}

.book-consultation-card-btn{
    border-radius: 6px;
    background: #E08820;
    color:#FFF;
    border:none;
    padding:8px 20px;
    width: 100%;
}

.schedule-section{
    background-image: url('../images/schedule-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.schedule-section .schedule-section-container{
    padding:16em 4em;
}

.schedule-section .schedule-section-container .card{
    border-radius: 12px;
    background: rgba(89, 116, 192, 0.90);
    text-align: center;
    padding:3em 1em;
}

.schedule-section .schedule-section-container .card h2{
    color: #FFF;

    text-align: center;
    font-family: Graindeur;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 154.023%;
}

.schedule-section .schedule-section-container .card .free-consultation-text{
    background-image: url('../images/free-consultation-bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom:  10px;
}

.btn-schedule-consultation{
    border-radius: 6px;
    border: 1px solid #5974C0;

    background: #FFF;
    text-align: center;
    width: fit-content;
    margin: auto;
    padding: 8px 32px;

    color: #5974C0;

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.54px;
}

.btn-schedule-consultation:hover{
    color: #5974C0;
}

.carousel-section{
    background: #F1F5FD;
}

.carousel-section .carousel-section-container .img-sec{
    background: url('../images/carousel-img-bg.svg') #5974C0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
}

.carousel-section .carousel-section-container{
    padding:3em 0em 3em 0em;
}

.carousel-section .carousel-section-container .description-sec{
    /*align-items: center;*/
    margin:auto;

}

.carousel-section .carousel-section-container .description-sec p{
    color: #5F6D7E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.16px;
    margin-top:1em;

    position: relative;
}

.carousel-section .carousel-section-container .description-sec .client-name{
    color: #5F6D7E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 150% */
    letter-spacing: -0.016px;
}

.carousel-section .carousel-section-container .description-sec .left-quotation{
    position: absolute;
    top: -10%;
    left: -12%;
}

.carousel-section .carousel-section-container .description-sec .right-quotation{
    position: absolute;
    bottom:-8%;
    margin-left:0.5rem;
}

.carousel-section .carousel-section-container .img-sec{
    text-align: center;
    padding:3em;
    width: fit-content;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.carousel-section .carousel-section-container .img-sec img{
    border-radius: 6px;
    position: relative;
    left:-10em;
}

.carousel-section .carousel-section-container .carousel-buttons{
    position: relative;
    bottom:6rem;
    padding:1rem 3rem;
}

.footer-section{
    background: url('../images/footer-bg.png')  #334B8D;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.explore-wesbites-text {
    color: #334B8D;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 225% */
    letter-spacing: -0.016px;
}

.main-sec-1 {
    text-align: center;
    margin: auto;
}

.main-sec-2 {
    text-align: center;
    align-items: center;
    margin: auto;
    /*justify-content: center;*/
}

.header-sisters-sites {
    transition: 0.0001s;
    background: #4C61A6;
    display: flex;
    flex-wrap: nowrap;
}

.mpw-card {
    border-radius: 12px;
    border: 2px solid #4C61A6;
    cursor: pointer;
    width: 22em;
    height: 10.25em;
}

.my-scholarship-card {
    border-radius: 12px;
    border: 2px solid #367142;
    cursor: pointer;
    width: 22em;
    height: 10.25em;

}

.my-eldercare-advocate-card {
    border-radius: 12px;
    border: 2px solid #4C61A6;
    cursor: pointer;
    width: 22em;
    height: 10.25em;
    margin-top: 3.25rem;
}

.my-life-coaching-card {
    border-radius: 12px;
    border: 2px solid #E39A5A;
    cursor: pointer;
    width: 22em;
    height: 10.25em;
    margin-top: 3.25rem;
}

.sites-header-sec-1 {
    justify-content: center;
}

.sites-header-sec-1 img {
    object-fit: contain;
}

.sidebar {
    width: 25em;
    position: fixed;
    top: 0;
    left: 0;
    background-color:  #4C61A6;
    /*padding-top: 60px;*/
    z-index: 333;
    transition: 0.001s !important;
    height: 100vh;
}

/*.sidebar.show{*/
/*    left:0;*/
/*}*/

.sidebar-sites {
    height: 100%;
    width: 26em;
    position: fixed;
    top: 0;
    left: 0;
    /*padding-top: 60px;*/
    z-index: 334;
    transition: 0.01s !important;
    background: url("../images/sidebar-sites-bg.png")  #4C61A6;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    transition: 0.5s;
    display: block;
    /*border-radius: 6px;*/
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width:767.8px) {

    .logo-mb {
        width: 8.25em !important;
        position: relative;
        z-index: 11111111;
    }

    .social-icons-nav {
        right: 0.025% !important;
    }

    .social-icons-nav .btn-schedule-consultation-nav{
        width: 100%;
    }

    .navbar {
        padding: 0;
    }

    .sidebar {
        width: 100% !important;
    }

    .sidebar a {
        display: block;
        text-decoration: none;
    }

    .explore-more-sites-nav {
        display: none !important;
    }

    .main-section{
        margin-top:0;
        padding-top:110px;

        background: url("../images/main-section-bkg-mobile.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;

        height:100vh;
    }


    .main-section .main-section-container .description{
        max-width: 100%;

    }

    .main-section .main-section-container {
        padding: 3rem 1rem;
        margin:0;
    }

    .main-section .main-section-container .description h1 {
        color: #FFF;

        text-align: center;
        font-family: Graindeur;
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 68px; /* 184.375% */
        letter-spacing: 0.22px;


        background-image: url('../images/white-line-sm.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .main-section .main-section-container .description p {
        color: #5F6D7E;
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        letter-spacing: -0.02px;
    }

    .main-section-container .sub-sec .anchor {
        margin: 0em 0em 1em 1em !important;
        color: #FFF;

        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 111.111% */
        letter-spacing: -0.018px;
    }

    .benefits-section{
        display:none !important;
    }

    .benefits-section .benefits-section-container {
        padding: 4em 1em;
    }

    .benefits-section .benefits-section-container .card {
        padding: 1em;
    }

    .benefits-section .benefits-section-container .card h2 {
        color: #1F1F1F;
        text-align: center;
        font-family: Graindeur;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px; /* 143.75% */
    }

    .benefits-section .benefits-section-container .card h5 {
        color: #202020;

        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .benefits-section .benefits-section-container .card p {
        color: #343434;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 26.5px; /* 165.625% */
    }

    .meet-advocate-section .meet-advocate-section-container{
        padding:2rem 0rem;
    }

    .meet-advocate-section .meet-advocate-section-container h2 {
        color: #1F1F1F;

        text-align: center;
        font-family: Graindeur;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px;
    }

    .meet-advocate-section .meet-advocate-section-container .description {
        padding: 1em;
    }

    .meet-advocate-section .meet-advocate-section-container .description h3 {
        color: #202020;
        font-family: Inter;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: 31px; /* 147.619% */
    }

    .meet-advocate-section .meet-advocate-section-container .description .meet-helena {
        color: #5974C0;
        font-family: Inter;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: 31px;
    }

    .meet-advocate-section .meet-advocate-section-container .detail-container{
        flex-direction: column-reverse;
    }

    .services-section-container .detail-cards {
        padding: 2em 0em;
    }

    .program-works-section .program-works-section-container h2 {
        color: #1F1F1F;

        text-align: center;
        font-family: Graindeur;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px;
        padding-bottom: 0.25em;
    }

    .program-works-section {
        padding: 0em 1em 2em 1em;
        display:none !important;
    }

    .program-works-section .program-works-section-container {
        padding: 1em;
    }

    .program-works-section-container .stepno {
        flex: 0 0 auto;
        width: 100%;
        padding-bottom: 0.5em;
    }

    .program-works-section-container .stepno h3 {
        color: #1F1F1F;

        font-family: Graindeur;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 43px;
        text-align: center;
    }

    .program-works-section-container .description {
        padding: 0;
    }

    .program-works-section-container .consult-card1 {
        flex-flow: row wrap;
    }

    .program-works-section-container .consult-card1 .div1 {
        order: 1;

    }

    .program-works-section-container .consult-card1 .div2 {
        order: 3;
        padding: 1em 0em 0em 0.5em;
    }

    .program-works-section-container .consult-card1 .div3 {
        order: 2;
    }

    .program-works-section-container .consult-card2 {
        flex-flow: row wrap;
    }

    .program-works-section-container .consult-card2 .div1 {
        order: 1;

    }

    .program-works-section-container .consult-card2 .div2 {
        order: 3;
        padding: 1em 0em 0em 0.5em;
    }

    .program-works-section-container .consult-card2 .div3 {
        order: 2;
    }

    .program-works-section-container .consult-card3 {
        flex-flow: row wrap;
    }

    .program-works-section-container .consult-card3 .div1 {
        order: 1;

    }

    .program-works-section-container .consult-card3 .div2 {
        order: 3;
        padding: 1em 0em 0em 0.5em;
    }

    .program-works-section-container .consult-card3 .div3 {
        order: 2;
    }

    .services-section .services-section-container h2 {
        color: #202020;
        font-family: Graindeur;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px; /* 143.75% */
        letter-spacing: 0.32px;
        padding: 0em 1em;
        text-align: start;
    }

    .book-consultation-section-container {
        padding: 5em 1em;
    }
    .book-card-section .consultation-card1 .card-body h4{
        padding:0em;
    }

    .book-card-section .consultation-card2 .card-body h4{
        padding:0em;
    }

    .book-card-section .consultation-card3 .card-body h4{
        padding:0em;
    }

    .book-consultation-section-container .description h2 {
        color: #202020;
        font-family: Graindeur;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px; /* 143.75% */
        letter-spacing: 0.32px;
        text-align: start;
        padding-bottom: 0.25em !important;

    }

    .book-consultation-section-container .description p {
        text-align: start;
        padding-bottom: 1em !important;
    }

    .book-card-section .consultation-card2 {
        margin: 3em 0em !important;
    }

    .book-card-section .card{
        width: 100%;
    }



    .carousel-section .img-sec {
        background-image: url(../images/testimonials-sm-bg.svg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;    }

    .carousel-section .carousel-section-container {
        padding: 2em 1em 0em 1em;
    }

    .btn-book-consultation {
        width: 100%;
        padding: 12px 4px !important;
    }

    .book-consultation-section-container .description p {
        padding: 0em;
    }

    .carousel-section{
        background-position: left;
        background-position-y: 0;
    }

    .carousel-section .carousel-section-container .img-sec {
        padding:1em;
        margin-top:1rem;
        display: none;
    }

    .carousel-section .carousel-section-container .img-sec img{
        left:0 !important;
    }

    .carousel-section .carousel-inner{
        padding:3rem 0rem 1.5rem 0rem;
    }

    .carousel-section .carousel-section-container .carousel-buttons {
        position: absolute;
        top: 0%;
        padding: 1rem 0rem;
        justify-content: end;
        display: flex;
        flex-wrap: wrap;
    }


    .carousel-section .carousel-section-container .description-sec p,
    .carousel-section .carousel-section-container .description-sec .expandable-text{
        color: #5F6D7E;

        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px; /* 190% */
        letter-spacing: -0.2px;
        margin-bottom: 0;
    }

    .carousel-section .carousel-section-container .description-sec .read-more-less{
        color: #5974C0;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: -0.2px;
    }

    .carousel-section .carousel-section-container .description-sec .left-quotation{
        position: relative;
        height:40px;
        width:auto;
        left:0 !important;
    }

    .carousel-section .carousel-section-container .description-sec .right-quotation{
        position: relative;
        height:40px;
        width:auto;
    }

    .carousel-section .previous-button img,
    .carousel-section .next-button img{
        pointer-events: all;
    }

    .services-section .services-section-container .detail-cards .card {
        width:100%;
    }

    .schedule-section .schedule-section-container {
        padding: 16em 1em;
    }

    .schedule-section .schedule-section-container .card h2 {
        color: #FFF;
        text-align: center;
        font-family: Graindeur;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 162.023%; /* 38.885px */
    }

    .footer-section {
        background: url('../images/footer-bg.png') #334B8D;
    }

    .footer-top-cta {
        display: block !important;
        border: none !important;
        padding-bottom: 0 !important;
    }


    .footer-top-cta .subscribe-sec button {
        display: flex;
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
        margin-bottom: 1.5em;
        justify-content: center;
    }

    .address-bar {
        display: inline-block;
        padding: 1em 0em;
        border-bottom: 1px solid white;
    }

    .rights-bar {
        text-align: start !important;
        padding-top: 1em;
    }

    .sidebar-sites {
        width: 100%;
    }

    .section-sites-card {
        margin: 0 !important;
    }

    .section-sites-card .card {
        width: 16em !important;
        height: 5.75em;
        justify-content: center;
        text-align: center;
        margin: auto;
    }

}

@media only screen and (min-width: 999px) and (max-width:1439px)  {

    .carousel-section .carousel-section-container{
        padding:3em 1em;
    }

    .carousel-section .carousel-section-container .description-sec{
        /*align-items: center;*/
        margin:auto;

    }

    .carousel-section .carousel-section-container .description-sec p{
        color: #5F6D7E;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 187.5% */
        letter-spacing: -0.16px;
        margin-top:1.5em;

        position: relative;
    }
    .carousel-section .carousel-section-container .description-sec .left-quotation{
        position: absolute;
        top: -3%;
        left: -8%;
        height: 40px;
        width: auto;
    }

    .carousel-section .carousel-section-container .description-sec .right-quotation{
        position: absolute;
        bottom:-2%;
        height: 40px;
        width: auto;
    }

    .carousel-section .carousel-section-container .img-sec{
        text-align: center;
        padding:3em;
        width: fit-content;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .carousel-section .carousel-section-container .img-sec img{
        border-radius: 6px;
        position: relative;
        left:-5em;
        max-height: 490px;
    }

    .carousel-section .carousel-section-container .carousel-buttons{
        position: relative;
        bottom:4rem;
        padding:1rem 3rem;
        left:3rem;
    }

}

@media only screen and (min-width: 1200px) and (max-width:1420px)  {

    .main-section .main-section-container .description{
        max-width: 100%;
    }

    .main-section .main-section-container .description p{
        font-size: 16px;
    }

    .main-section .main-section-container .sub-sec .anchor{
        font-size: 14px;
    }

    .btn-book-consultation{
        font-size: 16px;
        padding:8px;
    }
    .book-consultation-section-container .description p{
        padding:0em 4em;
    }

    .section-sites-card .card {
        width: 23vw;
        height: 11.5vw;
        margin-top: 1em;
    }

    .section-sites-card {
        align-items: center !important;
    }

    .section-sites-card {
        margin-left: 1rem !important;
        justify-content: center;
    }

    .carousel-section {
        background-padding: bottom right;
    }

    .carousel-section .carousel-section-container .carousel-buttons{
        bottom:3rem;
        padding:1rem 2.5rem;
    }

}

@media only screen and (min-width: 999px) and (max-width:1200px)  {

    .main-section .main-section-container .description{
        max-width: 100%;
    }

    .main-section .main-section-container .description p{
        font-size: 16px;
    }

    .main-section .main-section-container .sub-sec .anchor{
        font-size: 14px;
    }

    .book-consultation-section-container .description p{
        padding:0em 2em;
    }

    .book-card-section .card .card-body h4{
        padding:0em;
        font-size: 22px;
    }

    .section-sites-card .card {
        width: 23vw;
        height: 11.5vw;
        margin-top: 1em;
    }

    .section-sites-card {
        align-items: center !important;
    }

    .section-sites-card {
        margin-left: 2rem !important;
        justify-content: center;
    }

    .carousel-section .carousel-section-container .carousel-buttons{
        bottom: 1rem;
        padding:1rem 0rem;
    }

    .carousel-section .carousel-section-container .description-sec{
        /*max-height: 320px;*/
        /*overflow-y: scroll;*/
    }

    .carousel-section .carousel-section-container .img-sec img{
        left:-2rem;
    }

    .ken-logo{
        margin-left: 0rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:999px)  {

    .social-icons-nav{
        padding:0 !important;
    }

    .main-section{
        margin-top:50px;
    }

    .main-section .main-section-container .description{
        max-width: 100%;
    }

    .main-section .main-section-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }


    .logo-mb{
        width:7.25em !important;
    }

    .explore-more-sites-nav{
        display:none !important;
    }

    .navbar{
        padding:0;
    }

    .social-icons-nav{
        right:1.025% !important;
    }

    .nav-bg{
        background: radial-gradient(119.84% 42.3% at 15.94% 79.97%, #E7EDFF 0%, #F2F4FA 100%) !important;
    }

    .section-sites-card .card {
        height: 11.5vw;
        margin-top: 0;
    }

    .section-sites-card {
        align-items: center !important;
    }

    .section-sites-card {
        margin-left: 3rem !important;
        justify-content: center;
    }

    .benefits-section .benefits-section-container{
        padding:3em 1em;
    }

    .schedule-section .schedule-section-container{
        padding:3em 1em;
    }

    .program-works-section-container .stepno h3{
        font-size: 18px;
    }

    .program-works-section-container .description{
        padding:0.75em;
    }

    .program-works-section-container .description h4{
        font-size:18px;
    }

    .services-section .services-section-container .detail-cards .card .card-title{
        font-size: 20px;
    }

    .book-consultation-section-container .description p{
        padding:0em ;
    }

    .book-card-section .consultation-card1 .card-body h4{
        padding:0em;
        font-size: 20px;
    }
    .book-card-section .consultation-card2 .card-body h4{
        padding:0em;
        font-size: 20px;
    }
    .book-card-section .consultation-card3 .card-body h4{
        padding:0em;
        font-size: 20px;
    }

    .book-card-section .consultation-card2 .card-body .price-text{
        padding:1em 0em;
    }



    .book-consultation-section-container{
        padding:3rem;
    }

    .book-consultation-section-container h2{
        font-size: 40px;
    }

    .book-consultation-card-btn{
        padding:8px 8px !important;
        font-size: 14px !important;
    }

    .footer-top-cta {
        display:block !important;
        text-align: -webkit-right;
        padding-top:0;
    }

    .carousel-section .carousel-section-container .carousel-buttons{
        bottom:2rem;
    }

    .address-bar{
        display:inline-block;
        padding:1em 0em 1em 0em !important;
        border-bottom: none;
    }

    .rights-bar{
        text-align: start !important;
        padding-top:1em;
    }

    .carousel-section .carousel-section-container .carousel-buttons{
        bottom: 0rem;
    }

    .carousel-section .carousel-section-container .description-sec{
        overflow-y: scroll;
        max-height: 380px;
        padding: 1em 3em;
    }

    .services-section .services-section-container .detail-cards .card {
            width:320px;
    }

    .carousel-section .carousel-section-container .img-sec {
        padding:1rem;
    }

    .carousel-section .carousel-section-container .img-sec img{
        left:0rem;
    }
    .carousel-section .carousel-section-container .description-sec .left-quotation{
        top: -1%;
        height: 40px;
        width: auto;
    }

    .carousel-section .carousel-section-container .description-sec .right-quotation{
        bottom:-1%;
        height: 40px;
        width: auto;
    }

    .carousel-section .carousel-section-container .carousel-buttons{
        padding:1rem 0rem;
    }

    /*.book-card-section .consultation-card3 .card-body .save-cta{*/
    /*    margin-bottom: 1rem;*/
    /*}*/

    /*.book-card-section .consultation-card1 .card-body .price-text{*/
    /*    padding:2rem 0rem;*/
    /*}*/

    .book-card-section .consultation-card1 .card-body .price-text {
        color: #000;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 145.023%;
        text-align: center;
        padding: 1.95em 0em;
    }

    .book-card-section .consultation-card3 .card-body .save-cta{
        margin-bottom: 0.5em;
    }

    .book-consultation-section .pricing-cta{
        height:auto;
    }

}

@media only screen and (min-width: 1850px){
    .carousel-section .carousel-section-container .carousel-buttons{
        left:-6rem;
    }

    .main-section .main-section-container .description h1 {
        font-size: 44px;
    }

    .main-section .main-section-container .description p {
        font-size: 24px;
        text-align: center;
    }

    .main-section .btn-book-consultation{
        width: 100%;
    }

    .main-section .main-section-container .sub-sec .anchor{
        font-size: 18px;
    }

    #btn-book-consultation-main-section{
        max-width: 480px;
    }

}

.carousel-section .carousel-section-container .carousel-buttons{
    left:0;
}

.footer-top-cta {
    display: block !important;
    text-align: -webkit-right;
    padding-top: 0;
}


.carousel-section .carousel-buttons,
.carousel-section .previous-button,
.carousel-section .next-button{
    pointer-events: none;
    height: fit-content;
}

.carousel-section .previous-button img,
.carousel-section .next-button img{
    pointer-events: all;
}

#btn-book-consultation-main-section{
    height:58px;
}