body, html {
    font-family: "Open Sans", sans-serif;
}
:root {
    --richmond--primary: #E22313;
    --richmond--text: #27070D;
    --richmond--bg: #020202;
    --richmond--white: #fff;
    --richmond--yellow: #F7A732;
    --richmond--blue: #6EA5B5;
    --richmond--green: #809B60;
    --richmond--pel: #F8F7F0;
    --richmond--pel-500: #F2F1E5;
}
.bg_F2F1E5{background-color: var(--richmond--pel-500);}
.bg_F8F7F0{background-color: var(--richmond--pel);}
.color_020202{color: var(--richmond--bg);}
.bg_020202{background-color: var(--richmond--bg);}
.bg_E22313{background-color: var(--richmond--primary);}
.cl_E22313{color:var(--richmond--primary)}
body {
    background-color: var(--richmond--pel);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


/*NAVBAR STARTS*/
.navbar-brand {
    display: inline-block;
    width: 90px;
    padding: 0;
}
.richmond--nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #F8F7F0;
}
.navbar-toggler {
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
}
.active--ham {
    display: none;
}
.navbar-toggler[aria-expanded="true"] .active--ham {
    display: inline-block;
}
.navbar-toggler[aria-expanded="true"] .default--ham {
    display: none;
}
.dark_nav .on-darkscrolll {
    display: none;
}
/*dark*/
.dark_nav.scrolledsmooth .on-darkscrolll {
    display: inline-block;
}
.dark_nav.scrolledsmooth .default--ham {
    display: none;
}
/*dark*/

.dark_nav .navbar-toggler[aria-expanded="true"] .on-darkscrolll {
    display: inline-block;
}
.dark-nav {
    overflow: hidden;
}
.dark-nav .richmond--nav {
    background-color: var(--richmond--bg);
}
.logo-active {
    display: none;
}
.dark-nav .richmond--nav .logo-default {
    display: none;
}
.dark-nav .richmond--nav .logo-active {
    display: block;
}
.richmond--nav.scrolledsmooth {
    /* background-color: var(--richmond--pel-500); */
    background-color: #F8F7F0;
    
}
.richmond--nav .nav-item.dropdown .dropdown-menu {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.richmond--nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-gap: 10px;
    color: var(--richmond--white);
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    padding: 2px 0px;
    align-items: center;
    position: relative;
}
.richmond--nav .nav-item.dropdown.color_dropdown .dropdown-menu li .dropdown-item.color_dropdown-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.richmond--nav .nav-item.dropdown.color_dropdown .dropdown-menu li .dropdown-item.color_dropdown-link i {
    font-size: 11px;
    margin-left: auto;
}
.richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside {
    margin-bottom: 0;
}
.richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul {
    list-style-type: none;
    padding: 0;
}
.richmond--nav .nav-item .nav-link.active {
    color: var(--richmond--primary);
}
.richmond--nav .nav-item .nav-link.active.dropdown-toggle::after {
    border-color: var(--richmond--primary);
}
.richmond--nav .nav-item > span.dropdown-toggle {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1;
    align-items: center;
    justify-content: flex-end;
}
.richmond--nav .nav-item > span.dropdown-toggle::after {
    border-bottom: 2px solid var(--richmond--pel);
    border-right: 2px solid var(--richmond--pel);
    transform: rotate(45deg);
    border-left: 0;
    width: 8px;
    height: 8px;
    border-top: 0;
    margin-top: 0;
    transition: .3s ease all;
    margin-right: 2px;
}
.facilityCard .facility--title {
    letter-spacing: 0 !important;
    font-size: 1rem;
    padding: 10px 40px
}
.facilityCard .proof_link .talk--text{
    letter-spacing: 0 !important;
    padding-right: 0;
    font-size: 1rem;
}
.facilityCard .proof_link{
    padding: 10px 20px;
    /* padding: 1.5rem; */
    gap: 0.2rem;
}
.italictext_home {
    font-style: italic;
    font-size: 1.5rem;
    /* letter-spacing: -1px; */
    font-weight: 400;
    line-height: 32px;
    color:#464646;
}
.display_test.font--30{font-size: 30px;line-height: 155%;}
.header--text.font--18{font-size: 18px;}
.single_slide-img.height_auto{height: auto;}
.eventBanner .event_grid-img {grid-template-columns: minmax(0,6fr) minmax(0,6fr);}
.eventBanner .top-img-body{grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);}
.eventBanner .event_grid-two {grid-gap: 1.5rem;}
.display_test.font--30.lh-40{line-height: 41px;}
.header--text.lh-26{line-height: 26px;}
.milestones .talk--text {font-size: 1rem;font-weight: 800;}
.sc_imgCard{max-width: 220px;display: none;}
.largeCard .sc_imgCard{max-width: 300px;margin-bottom: 1rem;}
.grid_connect_stories:hover .sc_imgCard{display: block;}
.largeCard .sc_contentCard{width: calc(100% - 300px);}
.grid_connect_stories:hover .talkCards .sc_imgCard, .grid_connect_stories:hover .talkCards .sc_contentCard{position: relative;top: 1rem;}
.social_link.footer_list {
    display: block;
}
.social_link.footer_list ul {
    display: flex;
    gap: .5rem;
}
.faq_container.lg-heading-list ul li {
    background-color: var(--richmond--pel-500);
}

.eventBanner_slider .event_grid-two{display: block;}
.eventBanner_slider .top-img-body {
    grid-template-columns: minmax(0, 1fr);
}
.eventBanner .over--img{border-radius: 12px;}
.grid_connect_stories:hover .stories-content-title {
    font-size: 1.62rem;
}
.grid_connect_stories:hover .stories_badge_wrapper span { 
    font-size: 12px;
}
.grid-gap-8{gap:.5rem}
.grid-gap-16{gap:1rem}
.grid-gap-24{gap:1.5rem}
.footer_content .container-fluid, .navbar{padding-left:40px;padding-right: 40px;}
h1.display_test {
    font-size: 48px;
}

.innerPage-banner{padding-top:84px;}
.innerPage-banner .banner_content{padding:0 0 0 3.5rem;}
.innerPage-banner .banner_caption{height: 540px;}
.innerPage-banner h1.display_test, .connect_banner h1.display_test{
    font-size: 40px;
}
.font--26{
    font-size: 1.62rem;
}
.display_test.font--26{
    font-size: 1.62rem;
}
.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.mb-80{
    margin-bottom: 80px;
}
.teamBanner .dot-white .slick-dots li button {
    background: var(--richmond--pel) !important;
}
.teamBanner .dot-red.dot-white .slick-dots li.slick-active button {
    background-color: var(--richmond--primary) !important;
}
.connect_banner .row_flat-box{
    background-color: var(--richmond--pel);
}
.connect_banner .flt--icon-title{
    font-size: 1.125rem;
    line-height: 30px;

}
.small--icon.flt--icon {
    grid-template-columns: minmax(0,24px) minmax(0,1fr);
}
.connect_tw .row_flat-box{
    padding: 24px;
}
.connect_tw .primary--btn, .custom_primary{
    font-size: 15.88px !important;
    padding: 12px !important;
}
.connect_reg .talk--text {
    font-size: 1.125rem;
}
.connect_reg .row_flat-box {
    height: max-content;
}
.connet-lc .facility-headline{
    font-size: 1.125rem;
}
.connet-lc .header--text.fst-italic {
    font-size: 20px;
    line-height: 32px;
}
.accordion-item .accordion-body div:first-child p {
    padding-top: 0;
}
.accordion-item .accordion-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}
.richmornd--accordion .accordion-item .accordion-button{

    padding-left: 1.5rem;
    padding-right: 1.5rem;

}
.bannerImg_box {
    overflow: hidden;
    border-radius: 12px;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom:30px;
}
.bannerImg_box a {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #FFF;
    padding: .5rem 1.5rem .5rem .5rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    color: var(--richmond--text);
}
.bannerImg_box a .gn--bold {
    font-weight: 700;
    color: var(--richmond--green);
}
.bannerImg_box a .yl--bold {
    font-weight: 700;
    color: var(--richmond--yellow);
}
.bannerImg_box a .bl--bold {
    font-weight: 700;
    color: var(--richmond--blue);
}
.centerButton .care--title{
    width: 100%;
    min-width: 300px;
}
.centerButton .asha_content{
    padding: 1rem;
}
.admissionCard .display_test {
    font-size: 1.62rem;
}
.admissionCard .talk--text {
    font-size: 1.125rem;
}
.application--box{
    width: 402px;
}
.info_col-box .talk--text{
    font-weight: 700;
    font-size: 1.125rem;
}
.list--14 li {
    color: var(--richmond--text);
    margin: 0;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
}
.connect_wrapper.bg_020202 {
    background-color: var(--richmond--bg);
    padding:80px 0;
}
.faq_card .display_test {
    font-size: 1.62rem;
}
.faq_container .header--text {
    font-size: 1.125rem;
}
.BannerCards{
    padding-top:86px;
    padding-bottom:86px;
}
.BannerCards_ind{
    width: 250px;
    display: flex;
    grid-gap: 1rem;
    flex-direction: column;  
    margin:.5rem;
}
.bn_large{width: 312px;}
.ind_cards{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;  
    position: relative;

}
.BannerCards h3{
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 6px;
    margin:0;
    color:#FFF;
    position: absolute;
    top:0;
    left:0;
    right:0;
    border-radius: 8px 8px 0 0;
}
.BannerCards h3.gn--bold {
    background-color: var(--richmond--green);
}
.BannerCards h3.yl--bold {
    background-color: var(--richmond--yellow);
}
.BannerCards h3.bl--bold {
    background-color: var(--richmond--blue);
}
.faq_container.jy-list p.header--text {
    font-size: 0.938rem;
}
.font--16{font-size: 1rem;}
.lh-26{line-height: 26px;}
.test--badge.text-normal{text-transform: none;}
.home_pic-content ul li {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-bottom:.5px dashed #b35757;
    padding-top: 6px;
    padding-bottom: 6px;
}
.home_pic-content ul li strong {
    font-size: 1rem;
    font-weight: 800;
    line-height: 22px;
}
.mb_none{}
.desk_none{display: none !important;}
.h-withImg span {
    font-size: 18px;
}
.h-withImg {
    width: 274px;
    padding-left: 24px;
}
.bannerImg {
    position: relative;
    left: -35px;
}
.hero_sec h1.display_test {
    letter-spacing: -0.8px;
}


.modal-content .compy_text{
    font-weight: 400;
}
.sc_inner{
    background-color: #D9E5CB;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    margin:0;
}

.dropdown-item.active, .dropdown-item:active{
    background-color:inherit;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color:inherit;
}
.gray_text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #696969;
    width: 100%;
    text-align: center; 
}
.qr_id{
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    color: #000000;
    margin:24px 0 0;
    width: 100%;
    text-align: center;
}
.modal-content .row_flat-box .header--text.fw-bold {
    font-size: 18px;
    line-height: 22px;
}
.modal-content .row_flat-box p.header--text {
    font-size: 15px;
    line-height: 22px;
}
select.richmond--text {
    -webkit-appearance: none;
  }

/*  */
.gt-slick .slick-dots{
    position: absolute;
    bottom:24px;

}

/*  */
/*  */


@media screen and (max-width: 1199px) {
    .dark-nav .richmond--nav.scrolledsmooth {
        background-color: var(--richmond--bg);
    }
    ul.navbar-nav {
        min-height: calc(100vh - 95px);
        overflow-y: auto;
        margin-top: 1.5rem;
    }
    .richmond--nav .nav-item .nav-link {
        /* color: var(--richmond--white); */
        color:#EFEFEF;
        padding: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 1rem;
        /* font-size: 1.125rem; */
        /* letter-spacing: -0.05em; */
        letter-spacing: 0;
    }
    .richmond--nav .nav-item .nav-link.dropdown-toggle::after {
        border-bottom: 2px solid var(--richmond--pel);
        border-right: 2px solid var(--richmond--pel);
        transform: rotate(45deg);
        border-left: 0;
        width: 8px;
        height: 8px;
        border-top: 0;
        margin-top: 0;
        transition: .3s ease all;
        margin-right: 2px;
    }
    .richmond--nav .nav-item .nav-link.dropdown-toggle.show::after {
        transform: rotate(225deg);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li .dropdown-item::after {
        content: '';
        border-bottom: 1px solid var(--richmond--pel);
        border-right: 1px solid var(--richmond--pel);
        transform: rotate(315deg);
        border-left: 0;
        width: 7px;
        height: 7px;
        border-top: 0;
        margin-top: 0;
        transition: .3s ease all;
        position: absolute;
        right: 4px;
    }
    .richmond--nav .nav-item.dropdown.arrow_drop-none .dropdown-menu li .dropdown-item::after {
        display: none;
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li {
        margin-bottom: 1rem;
    }
    .richmond--nav .nav-item.dropdown.color_dropdown .dropdown-menu li .dropdown-item.link--green {
        color: var(--richmond--green);
    }
    .richmond--nav .nav-item.dropdown.color_dropdown .dropdown-menu li .dropdown-item.link--yellow {
        color: var(--richmond--yellow);
    }
    .richmond--nav .nav-item.dropdown.color_dropdown .dropdown-menu li .dropdown-item.link--blue {
        color: var(--richmond--blue);
    }
    .richmond--nav .nav-item.dropdown.color_dropdown .dropdown-menu li .dropdown-item.link--red {
        color: var(--richmond--primary);
    }
    .color_dropdown .link--yellow {
        color: var(--richmond--yellow);
    }
    .color_dropdown .link--blue {
        color: var(--richmond--blue);
    }
    .richmond--nav .nav-item > span.dropdown-toggle.show::after {
        transform: rotate(225deg);
    }
    .richmond--nav .nav-item.dropdown.color_dropdown .dropdown-menu li .dropdown-item.color_dropdown-link.active {
        background-color: transparent;
    }
    .gt-slick .slick-dots{
        position: absolute;
        bottom:16px;
    
    }
}

@media screen and (min-width: 768px) {
    .navbar-brand {
        width: 120px;
    }
}
@media screen and (min-width: 1200px) {
    .navbar-brand {
        width: 120px;
    }
    .richmond--nav .nav-item .nav-link {
        font-size: .875rem;
        color: var(--richmond--text);
        padding: 0;
        font-weight: 400;
        padding: 0;
    }
    .richmond--nav .nav-item .nav-link:hover {
        color: var(--richmond--primary);
    }
    /* .richmond--nav .nav-item:not(:first-child) {
        margin-right: 1.5rem;
    } */
    .richmond--nav .nav-item + .nav-item {
        margin-left: 1.5rem;
    }
    .richmond--nav .nav-item .nav-link.dropdown-toggle::after {
        border-bottom: 1px solid var(--richmond--text);
        border-right: 1px solid var(--richmond--text);
        transform: rotate(45deg);
        border-left: 0;
        width: 8px;
        height: 8px;
        border-top: 0;
        margin-top: 0;
        transition: .3s ease all;
        margin-right: 2px;
    }
    .richmond--nav .nav-item .nav-link.ginvolvedBtn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--richmond--text);
        background-color: var(--richmond--primary);
        color: var(--richmond--white);
        font-size: .875rem;
        font-weight: 600;
        padding: 10px 20px;
        line-height: normal;
        outline: none;
        box-shadow: none;
        text-decoration: none;
        border-radius: 6px;
    }
    .richmond--nav .nav-item .nav-link.ginvolvedBtn:hover {
        background-color: #c51a0b;
        /* color: var(--richmond--text);
        background-color: var(--richmond--pel-500); */
    }
    .richmond--nav .nav-item .nav-link.ginvolvedBtn::after {
        display: none;
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu {
        right: 0;
        left: auto;
        padding-top: 40px;
    }
    .richmond--nav .nav-item.dropdown.donate_dropdown .dropdown-menu {
        top: 30px;
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inside {
        background: var(--richmond--pel);
        padding: 30px 24px;
        border: 1px solid var(--richmond--text);
        min-width: 470px;
        border-radius: 12px;
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul {
        display: grid;
        grid-gap: 22px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .invol--text {
        font-size: 1rem;
        font-weight: 700;
        color: var(--richmond--text);
        grid-column: 1 / -1;
        line-height: 1;
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item {
        background: var(--richmond--pel);
        padding: 10px 16px;
        border: 1px solid var(--richmond--text);
        border-radius: 12px;
        color: var(--richmond--text);
        font-weight: 600;
        min-height: 55px;
        /* box-shadow: 0px 4px 12.6px rgba(0, 0, 0, 0.13); */
        transition: .3s ease all;
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.grd-xl-40 {
        grid-template-columns: minmax(0,38px) minmax(0,1fr);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item:hover {
        box-shadow: none;
        background-color: var(--richmond--pel-500);
    }
    /* .richmond--nav .nav-item.dropdown.left_xl-150 .dropdown-menu {
        left: -200px;
    } */
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--green {
        background-color: var(--richmond--green);
        color: var(--richmond--white);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--green:hover {
        /* background-color: #6e864f; */
        background-color: var(--richmond--pel);
        color: var(--richmond--text);
        color: var(--richmond--green);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--green:hover .fas {
        color: var(--richmond--green);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--yellow {
        background-color: var(--richmond--yellow);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--yellow:hover {
        /* background-color: #eb9c25; */
        background-color: var(--richmond--pel);
        color: var(--richmond--text);
        color: var(--richmond--yellow);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--yellow:hover .fas {
        color: var(--richmond--yellow);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--red {
        background-color: var(--richmond--primary);
        color: var(--richmond--white);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--red:hover {
        /* background-color: #cb1a0c; */
        background-color: var(--richmond--pel);
        color: var(--richmond--text);
        color: var(--richmond--primary);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--red:hover .fas {
        /* background-color: #cb1a0c; */
        color: var(--richmond--primary);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--blue {
        background-color: var(--richmond--blue);
        color: var(--richmond--white);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--blue:hover {
        /* background-color: #5a96a8; */
        background-color: var(--richmond--pel);
        color: var(--richmond--text);
        color: var(--richmond--blue);
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu li.dropdown-menu-inside > ul .dropdown-item.link--blue:hover .fas {
        color: var(--richmond--blue);
    }
    .richmond--nav .nav-item.dropdown.color_dropdown .dropdown-menu li .dropdown-item.color_dropdown-link i {
        font-size: 13px;
    }
    .richmond--nav .nav-item.dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
        transition: .3s ease all;
    }
    .richmond--nav .nav-item.dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }
    body.hovered .fixed {
        position: fixed;
        inset: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.65);
        transition: .3s ease all;
    }
    body.hovered .richmond--nav .nav-item.active > .nav-link {
        position: relative;
        z-index: 2;
    }
    /* .nav-item.dropdown.hovered::before {
        content: '';
        position: fixed;
        inset: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.65);
        transition: .3s ease all;
    }
    .nav-item.dropdown.hovered > .nav-link {
        position: relative;
        z-index: 1;
    } */
    .richmond--nav .nav-item > span.dropdown-toggle {
        right: -15px;
        top: -1px;
        display: none;
    }
    .richmond--nav .nav-item > span.dropdown-toggle::after {
        border-color: var(--richmond--text);
        border-width: 1px;
    }
    .richmond--nav .nav-item > .nav-link.active + span.dropdown-toggle::after {
        border-color: var(--richmond--primary);
    }
    .italictext_home {
        font-size: 20px;
    }
}
@media screen and (min-width: 1600px) {
    /* .richmond--nav .nav-item.dropdown.left-xxl-150 .dropdown-menu {
        left: -200px;
    } */
    
}

/*NAVBAR STARTS*/



/*TOP HEADER*/
.top_header {
    padding-top: 80px;
    padding-bottom: 40px;
}
.tag_head {
    display: inline-block;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /* color: var(--richmond--text); */
    color: var(--richmond--bg);    
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #000000;
}
.bg-F1DDC0 {
    background-color: #F1DDC0;
}
.bg-C5E4ED {
    background-color: #C5E4ED;
}
.bg-D9E5CB {
    background-color: #D9E5CB;
}
.header--text {
    color: var(--richmond--text);
    margin: 0;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    
}
.primary--btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--richmond--text);
    background-color: var(--richmond--primary);
    color: var(--richmond--white);
    font-size: .875rem;
    font-weight: 600;
    padding: 10px 32px;
    line-height: normal;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    border-radius: 6px;
}
.primary--btn:active {
    /* background-color: #c51a0b; */
    background-color: var(--richmond--pel-500);
    color: var(--richmond--text);
}
.btn--circle {
    background-color: var(--richmond--primary);
    border: 1px solid var(--richmond--text);
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--richmond--white);
    font-size: 10px;
}
.transparent--btn {
    border: 0;
    outline: none;
    padding: 0;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--richmond--text);
    font-size: .875rem;
}
.transparent--btn:active .btn--circle {
    background-color: #c51a0b;
}
.theme_max_modal .modal-dialog {
    max-width: 558px;
}
.theme_max_modal .modal-dialog .modal-content {
    background-color: var(--richmond--pel-500);
    border: 1px solid var(--richmond--text);
    border-radius: 12px;
    box-shadow: 0px 4px 12.6px rgba(0, 0, 0, 0.13);
}
.mt-rs-40 {
    margin-top: 40px;
}
.facility_pic {
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}
.facility_pic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.facility--title {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    color: var(--richmond--pel-500);
}
.bg-809B60 {
    background-color: #809B60;
}
.facility--text {
    color: var(--richmond--text);
    font-size: 1rem;
    line-height: 140%;
    display: block;
    font-weight: 400;
}
.facility-headline {
    color: var(--richmond--text);
    margin: 0;
    line-height: 110%;
    font-weight: 400;
    font-size: 1.62rem;
    /* letter-spacing: -0.05em; */
}
.facility_info {
    background: var(--richmond--pel-500);
    display: grid;
    border-radius: 12px;
    overflow: hidden;
}
.facility_info-content {
    padding: 1.5rem 2rem;
}
.cl-809B60 {
    color: #809B60;
}
.grid_8 {
    display: grid;
    grid-gap: 1.5rem;
}
.mt-grid-30 {
    margin-top: 40px;
}
.col-grid-6 {
    display: grid;
}
.grid-gap-40 {
    grid-gap: 40px;
}
.long_grid_pic {
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}
.long_grid_pic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.talk--text {
    font-weight: 600;
    color: var(--richmond--text);
    font-size: 1rem;
    /* font-size: 1.25rem; */
    display: block;
}
.long_grid-content {
    padding: 1.5rem;
    background-color: var(--richmond--pel-500);
    margin-top: -1rem;
    padding-top: 2.5rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.cl-F7A732 {
    color: var(--richmond--yellow);
}
.ln-md-1 {
    line-height: 1;
}
.cl-6EA5B5 {
    color: var(--richmond--blue);
}
/* .proof_link.bg-809B60:active {
    background-color: #6e864f;
} */
.proof_link.bg-809B60:active {
    border: 1px solid var(--richmond--text);
    background-color: var(--richmond--pel-500);
}
.proof_link.bg-809B60:active .facility--title {
    background-color: #809B60;
    color: var(--richmond--white);
}
.proof_link.bg-809B60:active .arrow_proof {
    color: var(--richmond--white);
    background-color: var(--richmond--green);
}
.font-24 {
    font-size: 1.25rem;
}
.font-12 {
    font-size: 12px !important;
}
.primary--btn:disabled {
    opacity: 0.5;
}
.label-pill-red {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.label-pill-red .nav-item .nav-link {
    margin: 0 auto;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    background: transparent;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0;
    color: var(--richmond--bg);
}
.label-pill-red .nav-item .nav-link.active {
    color: var(--richmond--primary);
    border-color: var(--richmond--primary);
}
.form_blured {
    background: #87878742;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(10px);
    border-radius: 4px;
}



@media screen and (min-width: 768px) {
    .top_header {
        padding-top: 120px;
    }
    .facility-headline { 
        font-size: 1.5rem;
    }
    .facility--title {
        color: #414141;
        font-weight: 600;
        font-size: 1rem;
        border: 1px solid var(--richmond--text);
        background-color: var(--richmond--pel-500);
        padding: .875rem 1.25rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        line-height: 24px;
    }
    .grid_8 {
        grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
        grid-gap: 30px;
    }
    .mt-grid-30 {
        margin-top: 30px;
    }
    .col-grid-6 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .grid-gap-40 {
        grid-gap: 30px;
    }
    .py-md-14 {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
    .grid_content_flip {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (min-width: 992px) {
    .header--text {
        font-size: 0.92rem;
    }
    .facility_info {
        grid-template-columns: minmax(0,200px) minmax(0,1fr);
    }
    .mt-rs-40 {
        margin-top: 80px;
    }
    .long_grid-content {
        margin-top: 0;
        padding: 1.5rem;
        border-radius: 12px;
    }
    .grid_content_flip {
        display: grid;
        grid-gap: 1.5rem;
    }
    .long_grid_pic {
        height: auto;
    }
    .place-lg-full {
        grid-row-start: 1;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-end: 3;
    }
    .place-lg-half {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .place-text-full {
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .place_button_bottom {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .grid-position-stat {
        grid-template-columns: minmax(0, 1fr) minmax(0, 150px);
        grid-template-rows: 1fr auto;
    }
    .grid-position-stat-second {
        grid-template-columns: minmax(0, 1fr) minmax(0, 210px);
        grid-template-rows: 1fr auto;
    }
    .font-24 {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 1200px) {
    .top_header {
        padding-bottom: 90px;
        padding-top: 250px;
    }
    .primary--btn:hover {
        /* background-color: #c51a0b; */
        background-color: var(--richmond--pel-500);
        color: var(--richmond--text);
    }
    .transparent--btn {
        font-size: 1rem;
    }
    .transparent--btn:hover .btn--circle {
        background-color: #c51a0b;
    }
    .facility--title {
        font-size: 1.25rem;
    }
    .facility-headline { 
        font-size: 1.62rem;
    }
    /* .facility-headline span{
        font-size: 1.75rem;
    } */
    .facility_info {
        grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    }
    .grid_8 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 390px);
    }
    .order-xl-1 {
        order: 1;
    }
    .talk--text {
        font-size: 1.25rem;
    }
    .long_grid-content {
        padding: 24px;
    }
    .grid-position-stat {
        grid-template-columns: minmax(0, 1fr) minmax(0, 200px);
    }
    .grid-position-stat-second {
        grid-template-columns: minmax(0, 1fr) minmax(0, 240px);
    }
    .proof_link.bg-809B60:hover {
        background-color: #6e864f;
    }
}
/*TOP HEADER*/


/*CONNECT HOVER*/
.connect_wrapper {
    /* background-color: var(--richmond--bg); */
    background-color: var(--richmond--pel-500);
    padding: 40px 0px;
}
.grid_connect_row {
    display: grid;
    grid-gap: 1.5rem;
}
.grid_connect_stories {
    height: 380px;
    overflow: hidden;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.stories-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
.stories_badge_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.stories_badge_wrapper span {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--richmond--text);
    font-size: .875rem;
    border-radius: 4px;
    background-color: #F1DDC0;
    margin-right: 8px;
    margin-top: 10px;
    padding: 2px 10px;
}
.img--inset {
    position: absolute;
    inset: 0;
}
.img--inset > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stories-content-title {
    color: var(--richmond--pel-500);
    /* letter-spacing: -0.05em; */
    font-size: 1.5rem;
    margin: 0;
    margin-top: 8px;
}
.gcr_home .span_across {
    grid-column: 1/-1;
}
#asha_support_form .span_across{
    grid-column: 1/-1;
}
#jyothi_support_form .span_across, #chetana_support_form .span_across{
    grid-column: 1/-1;
}
.inset--layer {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.86%, rgba(0, 0, 0, 0.77) 96.19%); */
    position: absolute;
    inset: 0;
    transition: 0.4s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
.inset--0 {
    inset: 0;
    position: absolute;
}
.dot_dark {
    opacity: 0.82;
}
.stories-content-collapse {
    max-height: 0px;
    transition: .3s ease all;
    overflow: hidden;
    height: 0px;
}
.stories-content-collapse:not(.mb-auto) {
    transform: translateY(15px);
}
.stories-content-collapse.mb-auto {
    transition: 0.4s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    overflow: hidden;
    height: 0px;
}
.grid_connect_stories:hover .stories-content-collapse.mb-auto {
    height: 210px;
    max-height: 210px;
}
.grid_connect_stories:hover .stories-content-collapse:not(.mb-auto) {
    transform: translateY(0px);
}
.grid_connect_stories .stories-content-text {
    opacity: 0;
    visibility: hidden;
    transition: 1s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    transition-delay: .3s;
}
.grid_connect_stories:hover .stories-content-text {
    opacity: 1;
    visibility: visible;
}

.hover--green:hover .inset--layer {
    background: var(--richmond--green)
}
.hover--blue:hover .inset--layer {
    background: var(--richmond--blue)
}
.hover--yellow:hover .inset--layer {
    background: var(--richmond--yellow)
}
.grid_connect_stories.hover--yellow:hover .stories-content-title {
    color: var(--richmond--text);
}
.stories-content-text {
    color: var(--richmond--text);
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 16px;
    /* font-size: 1rem; */
    font-size: .875rem;
}
.stories-link {
    background-color: var(--richmond--white);
    border: 1px solid var(--richmond--text);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--richmond--text);
    padding: 12px;
    border-radius: 12px;
    transition: .3s ease all;
}
.grid_connect_stories:hover .stories-content-collapse {
    max-height: none;
    height: auto;
    overflow: visible;
}
/* .grid_connect_stories:hover .stories-content {
    min-height: 100%;
} */
.max-simple-165 {
    max-height: 205px;
}
.stories-link:active {
    background-color: var(--richmond--bg);
    color: var(--richmond--white);
    transform: translateY(-5px);
}
.abs-top {
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.richmornd--accordion .accordion-item .accordion-button {
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: 1rem;
    font-weight: 700;
    color: var(--richmond--primary);
}
.richmornd--accordion .accordion-item {
    border-radius: 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
    background: transparent;
    border: 1px solid #27070D;
    margin-bottom: 1.5rem;
}
.accordion-button::after {
    background-image: none !important;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: var(--richmond--text);
}
.accordion-item .accordion-body {
    padding-top: 0;
}
.richmond--text {
    background: var(--richmond--pel);
    border: 1px solid rgba(66, 80, 102, 0.4);
    box-shadow: 0px 2px 4px rgba(66, 80, 102, 0.1);
    border-radius: 5px;
    color: var(--richmond--text);
    padding: 12px 16px;
    line-height: normal;
    outline: none;
    font-weight: 400;
    font-size: .875rem;
    resize: none;
}
.richmond--text::placeholder {
    color: #696969;
}
.richmond--label {
    font-size: 12px;
    line-height: 120%;
    color: var(--richmond--text);
    margin: 0;
    margin-bottom: 6px;
}
.richmond--label sup {
    color: var(--richmond--primary);
}
.richmond--text:focus {
    border-color: var(--richmond--text);
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag::after {
    content: '';
    width: 1px;
    background-color: #D9D9D9;
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
}
.intl-tel-input .country-list {
    margin-top: 5px;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 77px rgba(0, 0, 0, 0.1));
    border: 1px solid var(--mdefin--grey-400);
    right: 0;
    left: 0;
}
.intl-tel-input .country-list .country {
    font-size: 14px;
    color: var(--richmond--text);
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: 0;
}
.tick---text {
    margin: 0;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: var(--richmond--text);
}
.maxw-100 {
    max-width: 100px;
}
.maxw--800 {
    max-width: 800px;
}
.mt-rs-60 {
    margin-top: 2rem;
}
/*  */

.btn_new {
    background: none;
    color: #414141;
    border-color: #27070D;
    display: inline-block;
    width: 243px !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.btn_new:hover{
    border: 1px solid var(--richmond--text);
    background-color: var(--richmond--primary);
    color: var(--richmond--white);
}
/*  */

@media screen and (min-width: 768px) {
    .md-400 {
        height: 400px;
    }
    .grid_connect_row {
        grid-gap: 30px;
        grid-template-columns: minmax(0,7fr) minmax(0,5fr);
    }
    /* .max-simple-165 {
        max-height: 150px;
    } */
    .grid_connect_stories .stories_badge_wrapper span {
        font-size: 0.75rem;
    }
}
@media screen and (min-width: 1200px) {
    
   
    .grid_connect_stories .stories_badge_wrapper span { 
        font-size:0.75rem;
    }
    .stories_badge_wrapper span {
        font-size: 1rem;
    }
    
    .stories-content-title {
        font-size: 26px;
    }
    
    .grid_connect_stories {
        padding: 1.5rem;
    }
    .connect_wrapper {
        padding: 60px 0px;
    }
    .stories-link:hover {
        background-color: var(--richmond--bg);
        color: var(--richmond--white);
        transform: translateY(-5px);
    }
    .max-simple-165 {
        max-height: 210px;
    }
    .richmornd--accordion .accordion-item .accordion-button {
        font-size: 1.5rem;
    }
}


/*CONNECT HOVER*/


/*TESTIMONIALS*/
.test--badge {
    border-radius: 3px;
    color: var(--richmond--bg);
    padding: 0x;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.testimonial__wrapper {
    padding: 2.5rem 0rem;
}
.testimonial_grid-link {
    display: grid;
    grid-gap: 1.5rem;
}
.testimonial_grid-img {
    width: 100%;
    height: 265px;
    overflow: hidden;
    border-radius: 12px;
}
.testimonial_grid-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_grid-header {
    background-color: var(--richmond--pel-500);
    border-radius: 12px;
    padding: 24px;
}
.display_test {
    line-height: 125%;
    margin: 0;
    font-weight: 400;
    /* letter-spacing: -0.05em; */
    font-size: 2rem;
}
.text--yl {
    color: var(--richmond--yellow);
}
.text_normal {
    color: var(--richmond--text);
    line-height: 150%;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
}
.arrow_proof {
    color: var(--richmond--bg);
    background: var(--richmond--pel-500);
    border: 1px solid #000000;
    width: 33px;
    font-size: 12px;
    height: 33px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.proof_link {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 1rem;
    padding: 14px 24px;
    line-height: 150%;
    color: var(--richmond--white);
    /* letter-spacing: -0.05em;
    font-size: 1.25rem; */
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    border-radius: 12px; 
    border: 1px solid transparent;
}
.proof_link strong {
    font-weight: 700;
}
.bg-blue {
    background-color: var(--richmond--blue);
}
.bg-yellow {
    background-color: var(--richmond--yellow);
}
.bg-green {
    background-color: var(--richmond--green);
}
.proof_link.d-flex.flex-column.bg-yellow:active .text-white {
    color: var(--richmond--yellow) !important;
}
.proof_link.d-flex.flex-column.bg-blue:active .text-white {
    color: var(--richmond--blue) !important;
}
.proof_link.d-flex.flex-column.bg-809B60:active .text-white {
    color: var(--richmond--green) !important;
}
.proof_link.bg-yellow:active {
    /* background-color: #eb9c25; */
    color: var(--richmond--text);
    border: 1px solid var(--richmond--text);
    background-color: var(--richmond--pel-500);
}
.proof_link.bg-yellow:active .arrow_proof {
    background-color: var(--richmond--yellow);
}
.proof_link.bg-blue:active {
    /* background-color: #5a96a8; */
    color: var(--richmond--text);
    border: 1px solid var(--richmond--text);
    background-color: var(--richmond--pel-500);
}
.proof_link.bg-blue:active .text-white {
    color: var(--richmond--text) !important;
}
.proof_link.bg-blue:active .arrow_proof {
    background-color: var(--richmond--blue);
}
.testimonial_grid {
    display: grid;
    grid-gap: 10px;
}
.feedback_wrapper {
    padding-bottom: 2.5rem;
}
.feedback_grid_warpper {
    display: grid;
    grid-gap: 1.5rem;
}
.feedback_card {
    position: relative;
    min-height: 360px;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.feedback_card::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) -100.74%, rgba(0, 0, 0, 0.73) 100%);
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: .3s ease all;
}
/* .feedback_card-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    color: var(--richmond--text);
    line-height: 22px;
} */
.feedback_card-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    color: var(--richmond--text);
    line-height: 22px;
    min-height: 46px;
    vertical-align: middle;
    display: flex;
    justify-content: start;
    align-items: center;
}
.feedback_card-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-top: .5rem;
    margin-bottom: 2rem;
}
.feedback_card-content span {
    font-weight: 600;
    display: block;
    font-size: .875rem;
    font-style: italic;
}
.feedback_card-content {
    /* max-height: 0px; */
    /* overflow: hidden; */
    transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
.feedback_card:hover .feedback_card-content {
    max-height: none;
}
.feedback_card:hover::before {
    opacity: 1;
}
.feedback_card-box {
    background-color: var(--richmond--pel);
    border: 1px solid var(--richmond--text);
    padding: 16px 30px;
    transition: .6s ease all;
    border-radius: 12px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 80px;
    overflow: hidden;
    transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
.feedback_card:hover .feedback_card-box {
    height: calc(100% - 1px);
}
.bg-fix {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .testimonial__wrapper {
        padding: 5rem 0rem;
    }
    .testimonial_grid-link {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 26px;
    }
    .testimonial_grid-img {
        height: auto;
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 1;    
    }
    .display_test {
        font-size: 2.25rem;
    }
    .proof_link {
        font-size: 1.5rem;
    }
    .testimonial_grid {
        grid-template-columns: minmax(0, 250px) minmax(0, 1fr);
        /* grid-template-rows: 1fr 1fr; */
    }
    .feedback_wrapper {
        padding-bottom: 5rem;
    }
    .feedback_grid_warpper {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .mt-md-32 {
        margin-top: 2rem !important;
    }
}
@media screen and (min-width: 992px) {
    .display_test {
        font-size: 2.5rem;
    }
    .text_normal {
        font-size: 0.938rem;
    }
    .testimonial_grid {
        grid-gap: 26px;
        grid-template-columns: minmax(0, 386px) minmax(0, 1fr);
    }
    .arrow_proof {
        width: 44px;
        height: 44px;
    }
    .feedback_grid_warpper {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}
@media screen and (min-width: 1200px) {
    .display_test {
        font-size: 1.75rem;
    }
    /* .text_normal {
        font-size: 1.25rem;
    } */
    .proof_link.bg-yellow:hover {
        /* background-color: #eb9c25; */
        color: var(--richmond--text);
        border: 1px solid var(--richmond--text);
        background-color: var(--richmond--pel-500);
    }
    .proof_link.bg-yellow:hover .arrow_proof {
        background-color: var(--richmond--yellow);
    }
    .proof_link.bg-blue:hover {
        /* background-color: #5a96a8; */
        color: var(--richmond--text);
        border: 1px solid var(--richmond--text);
        background-color: var(--richmond--pel-500);
    }
    .proof_link.bg-blue:hover .text-white {
        color: var(--richmond--text) !important;
    }
    .proof_link.bg-blue:hover .arrow_proof {
        background-color: var(--richmond--blue);
        color: var(--richmond--white);
    }
    .proof_link {
        font-size: 1.75rem;
        padding: 1.5rem;
        line-height: 34px;
    }
    /* .feedback_wrapper {
        padding-bottom: 8.5rem;
    } */
    .feedback_card {
        min-height: 470px;
        padding: 30px 24px;
    }
}

/*TESTIMONIALS*/




/*FOOTER*/
.bottom_bar {
    /* background-color: var(--richmond--primary); */
    background-color: #E22313;
    padding: 1rem;
}
.bar_text {
    color: var(--richmond--white);
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    line-height: 140%;
}
.bar_text a {
    color: var(--richmond--white);
    text-decoration: none;
}
.footer_content {
    background-color: #0B0706;
    padding: 3rem .5rem;
}
.footer-brand {
    max-width: 170px;
    display: inline-block;
}
.footer--title {
    /* color: var(--richmond--pel); */
    color: #FFF;
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
}
.footer--title a{text-decoration: none;color: #FFF;border-bottom:1px solid #FFF;transition: .3s;}
.footer--title a:hover {
    color: var(--richmond--primary);
    opacity: 1;
    border-color: var(--richmond--primary);
}
.footer_list, .footer_list ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
    grid-gap: 5px;
}
.footer_list li a {
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    display: inline-block;
    /* opacity: 0.78; */
    font-size: 1rem;
    transition: .3s ease-in color;
}
.footer_list li a:active {
    color: var(--richmond--primary);
    opacity: 1;
}
.social_link li a {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}
.social_link li a > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--richmond--white);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: var(--richmond--bg);
    transition: .3s ease-in all;
}
.social_link li a > span i {
    font-size: 12px;
}
.social_link ul {
    grid-gap: 16px;
}
.footer_list.name li a {
    opacity: 1;
    color: #FFF;
    /* color: #C3C3BC; */
}
.footer_list.name li:first-child a{
    font-size: 1rem;
}
.footer_list.name li a .yl--bold {
    font-weight: 700;
    color: var(--richmond--yellow);
}
.footer_list.name li a .gn--bold {
    font-weight: 700;
    color: var(--richmond--green);
}
.footer_list.name li a .bl--bold {
    font-weight: 700;
    color: var(--richmond--blue);
}
.bg-C5E4ED {
    background-color: #C5E4ED !important;
}
.bg-D9E5CB {
    background-color: #D9E5CB !important;
}
.footer_list li a.active {
    color: var(--richmond--primary);
    opacity: 1;
}

.connect_tw .flt--icon img {
    max-width: 32px;
}

@media screen and (min-width: 768px) {
    .bar_text {
        font-size: 14px;
    }
    .footer_content {
        padding: 4.25rem 0rem 3.5rem;
    }
    .footer_list, .footer_list ul {
        grid-gap: 14px;
    }
    .mt-md-14 {
        margin-top: 14px;
    }
}
@media screen and (min-width: 992px) {
    .footer-brand {
        max-width: none;
        width: 170px;
    }
    .footer_list li a {
        font-size: 1rem;
    }
    .footer_list, .footer_list ul {
        grid-gap: 24px;
    }
    .mt-md-14 {
        margin-top: 20px;
    }
    .min-md-btn {
        min-width: 235px;
    }
    .primary--btn {
        font-size: 1rem;
        padding: 12px 32px;
    }
}
@media screen and (min-width: 1200px) {
    .footer_list li a:hover {
        color: var(--richmond--primary);
        opacity: 1;
    }
    .social_link li a > span {
        width: 32px;
        height: 32px;
    }
    .social_link li a > span i {
        font-size: 14px;
    }
    .social_link li a:hover span {
        background-color: var(--richmond--primary);
        color: var(--richmond--pel);
    }
}
/*FOOTER*/

.row_flat-box {
    background-color: var(--richmond--pel);
    border: 1px solid var(--richmond--text);
    padding: 30px;
    background-color: var( --richmond--pel-500);
    border-radius: 12px;
}
.flt--icon {
    display: grid;
    grid-template-columns: minmax(0,32px) minmax(0,1fr);
    grid-gap: 6px;
}
.flt--icon-title {
    font-size: 1rem;
    font-weight: 700;
    /* letter-spacing: -0.05em; */
    line-height: 1.2;
}
.grid_row_flat {
    display: grid;
    grid-gap: 1.87rem;
}
.span--across {
    /* grid-column: 1/-1; */
}
.grid_col_three {
    display: grid;
    grid-gap: 1.87rem;
}
.fac-title {
    color: var(--richmond--text);
    line-height: 120%;
    font-size: 1rem;
    display: block;
    font-weight: 400;
    
}
.fac-title span{
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-700 {
    font-weight: 700;
}
.font--12 {
    font-size: 12px;
}
.box-shadow-check {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
}
.auth_desc-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.single_slide-img {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    height: 290px;
}
.single_slide-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider_auth-name {
    color: var(--richmond--white);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #EFEFEF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: block;
}
.slider_auth-designation {
    color: var(--richmond--white);
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #EFEFEF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: block;
}
.grad-line {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
}
.dark_header {
    background-color: var(--richmond--bg);
}
.logo-xl-scroll-default, .dark_nav.scrolledsmooth .logo-xl-active, .dark-nav .dark_nav.scrolledsmooth .logo-xl-scroll-default {
    display: none;
}
.dark_nav.scrolledsmooth .logo-xl-scroll-default, .dark-nav .dark_nav.scrolledsmooth .logo-xl-active {
    display: block;
}
.asha_slider_box {
    overflow: hidden;
    border-radius: 8px;
    height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.layer_asha {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
    height: 120px;
}
.asha_slide_content {
    position: relative;
}
.asha_slide-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    letter-spacing: -0.05em;
}
.dot-white .slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin-top: 10px;
}
.dot-white .slick-dots li {
    line-height: 0;
}
.dot-white .slick-dots li button {
    background: var(--richmond--pel);
    border: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    padding: 0;
    opacity: 0.38;
}
.dot-white .slick-dots li.slick-active button {
    background-color: var(--richmond--white);
    opacity: 1;
}
.mt-40 {
    margin-top: 2.5rem;
}
.header-large-text {
    color: var(--richmond--text);
    line-height: 140%;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.facility_tab_pill {
    max-width: 290px;
}
.sticky--top {
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
    z-index: 2;
    background-color: var(--richmond--pel);
}
.review_asha_slider {
    overflow: hidden;
}
.review_asha_slider.slick-initialized {
    overflow: visible;
}
.facility_tab_pill .nav {
    background-color: var(--richmond--pel-500);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 10px;
    border-radius: 8px;
    padding: 10px;
}
.facility_tab_pill .nav .nav-link {
    width: 100%;
    background: #E9E8D2;
    padding: 14px 10px;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 14px;
    color: var(--richmond--text);
    font-weight: 600;
}
.facility_tab_pill .nav .nav-link.active {
    border-color: var(--richmond--text);
}
.facility_tab_pill .nav .nav-link.asha-tab.active {
    background-color: var(--richmond--green);
    color: var(--richmond--white);
}
.facility_tab_pill .nav .nav-link.jyothi-tab.active {
    background-color: var(--richmond--yellow); 
}
.facility_tab_pill .nav .nav-link.chetana-tab.active {
    background-color: var(--richmond--blue); 
    color: var(--richmond--white);
}
.asha_pic {
    overflow: hidden;
    height: 250px;
}
.asha_pic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.asha_content {
    padding: 1.125rem 1.875rem;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid transparent;
}
.asha_content:active {
    color: var(--richmond--text);
    border: 1px solid var(--richmond--text);
    background-color: var(--richmond--pel-500);
}
.asha_content.bg-809B60:active .care--title, .asha_content.bg-809B60:active .arrow_proof {
    background-color: var(--richmond--green);
    color: var(--richmond--white);
}
.asha_content.bg-yellow:active .care--title, .asha_content.bg-yellow:active .arrow_proof {
    background-color: var(--richmond--yellow);
}
.asha_content.bg-blue:active .care--title, .asha_content.bg-blue:active .arrow_proof {
    background-color: var(--richmond--yellow);
    color: var(--richmond--white);
}
.care--title {
    background-color: var(--richmond--pel-500);
    border: 1px solid var(--richmond--text);
    color: #414141;
    font-weight: 700;
    border-radius: 6px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 14px 40px;
}
.tab_asha_care-pic {
    border-radius: 12px;
    overflow: hidden;
}
.asha_descbox {
    background-color: var(--richmond--pel-500);
    padding: 30px 16px;
    border-radius: 1rem;
}
.prof_link-separate .proof_link {
    display: block;
}
.prof_link-separate .proof_link .icon--sized {
    display: block;
    max-width: max-content;
    margin-left: auto;
}
.asha_feature-card {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 12px;
    border: 1px solid var(--richmond--text);
    background-color: transparent;
    border-radius: 12px;
    padding: 1rem;
    min-height: 140px;
}
/* .asha_feature-title {

} */
.asha-desc-xs {
    font-size: 0.938rem;
    color: var(--richmond--text);
    margin: 0;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
}
.asha_feature-box {
    display: grid;
    grid-gap: 1.5rem;
    margin-top: 1rem;
}
.asha_feature-card .header--text {
    
    margin-bottom: .5rem;
    font-size: 18px;
}
/* .asha_descbox .header--text {
    line-height: 130%;
} */
.asha_descbox h3.facility-headline{
    line-height: 30px;
}
.intervention--desc {
    font-size: 14px;
    color: var(--richmond--text);
    margin: 0;
    line-height: 22px;
    margin: 0;
}
.fw-regular {
    font-weight: 400;
}
.fill--box--invention .asha_feature-card {
    border-color: transparent;
    background-color: var(--richmond--pel-500);
    padding: 1.5rem;
}
.border-radius-12 {
    border-radius: 12px;
}
/* button.asha_content {
    border: 0;
} */
.from_row-6 {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 14px;
}
.grid_admission {
    display: grid;
}
.application--box {
    background-color: var(--richmond--green);
    border: 1px solid var(--richmond--text);
    border-radius: 12px;
    padding: 24px;
    position: relative;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto 1fr;
}
.wh--34 {
    width: 34px;
    height: 34px;
}
.font-w12 {
    font-weight: 800;
    font-size: 12px;
}
.white_grid .application--box {
    background-color: transparent;
}
.grid_admission-item {
    position: relative;
}
.grid_admission-item  .header--text {
    /* line-height: 140%; */
}
.info_grid-6 {
    display: grid;
    grid-gap: 1.25rem;
}
.info_col-box {
    border: 1px solid var(--richmond--text);
    background-color: var(--richmond--pel-500);
    padding: 1.5rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}
.text-deco-none {
    text-decoration: none;
}
.list--14 {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.list--14 li {
    margin-bottom: 3px;
    font-size: 14px;
}
.faq_container ul {
    list-style-type: none;
    padding: 0px;
    margin: 0;
    margin-top: 1.5rem;
    display: grid;
    grid-gap: 1.5rem;
}
.faq_container ul li {
    margin: 0;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid var(--richmond--text);
}
.top-img-long {
    height: 310px;
    border-radius: 6px;
    overflow: hidden;
}
.top-img-long > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-img-long a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-img-dived {
    display: grid;
    grid-gap: 1rem;
    grid-template-rows: 250px 175px;
}
.top-img-body {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,170px);
    grid-gap: 1rem;
}
.over--img {
    overflow: hidden;
    border-radius: 4px;
}
.over--img > img, .over--img a > img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid_img_box {
    display: grid;
    grid-gap: 1rem;
}
.bottom-img-long {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.playBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.red--link {
    color: var(--richmond--primary);
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
}
.fill_card-invite .asha_feature-card {
    grid-template-columns: 50px 1fr;
    grid-gap: 1rem;
}
.fill_card-invite .asha_feature-card .header--text {
    margin-bottom: 0;
    line-height: 130%;
    /* letter-spacing: -0.5px; */
}
.font-x-12 {
    font-size: 12px;
}
.dark_nav:not(.scrolledsmooth) .nav-item .nav-link.active {
    color: var(--richmond--primary);
}
.nav-link:focus-visible {
    box-shadow: none;
}
.event_grid-img {
    display: grid;
    grid-gap: 1rem;
}
.event_grid-two {
    display: grid;
    grid-gap: 1rem;
    grid-template-rows: 170px 170px;
}
.black-dot.dot-white .slick-dots li button {
    background-color: var(--richmond--bg);
}
.dot-white.dot-red .slick-dots li button {
    background-color: var(--richmond--bg);
}
.dot-red.dot-white .slick-dots li.slick-active button {
    background-color: var(--richmond--primary);
}
.bearer_grid-pic {
    height: 185px;
    border-radius: 12px;
    overflow: hidden;
}
.bearer_grid-pic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bearer_grid-title {
    font-weight: 700;
    font-size: 14px;
    /* letter-spacing: -0.05em; */
    color: var(--richmond--bg);
    line-height: 120%;
    margin: 0;
    margin-top:30px;
}
.bearer_grid-text {
    font-weight: 400;
    font-size: 12px;
    color: var(--richmond--text);
    line-height: 120%;
    margin: 0;
}
.bearer_grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 1rem;
}
.grid_cg {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 1rem;
}
.cg_member {
    border-radius: 12px;
    background-color: var(--richmond--pel-500);
    color: var(--richmond--text);
    font-weight: 700;
    /* letter-spacing: -0.05em; */
    font-size: 14px;
    text-align: center;
    padding: 1.5rem .5rem;
}
.grid_cg-6 {
    display: grid;
    grid-gap: 1rem;
}
.faq_container.lg-heading-list ul {
    margin-top: 0;
}
.grid_cg-4 {
    display: grid;
    grid-gap: 1rem;
}
.shadow-light-check {
    box-shadow: 0px 4px 12.6px rgba(0, 0, 0, 0.13);
}
.red--text {
    color: var(--richmond--primary);
    text-decoration: none;
}
.donateBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--richmond--primary);
    background-color: transparent;
    font-size: 0.93rem;
    font-weight: 400;
    padding: 0 20px;
    line-height: 30px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    border-radius: 6px;
    color: var(--richmond--primary);
}
.donateBtn:active {
    background-color: var(--richmond--primary);
    color: var(--richmond--white);
}
.card__volunteer {
    display: grid;
    grid-gap: 1rem;
}
.card__volunteer-pic {
    overflow: hidden;
    height: 180px;
    border-radius: 10px;
}
.card__volunteer-pic > img {
    width: 100%;
    height: 100%;
    object-position: 45%;
    object-fit: cover;
}
.card__volunteer-content {
    background-color: var(--richmond--pel-500);
    padding: 1.25rem;
    border-radius: 1rem;
}
.card__volunteer.active {
    background: #e9e6d2;
    border-radius: 16px;
    border: 1px solid #e2231321;
    box-shadow: 0px 6px 12px rgb(226 35 19 / 10%);
}
.home_pic-box {
    position: relative;
    display: grid;
    grid-gap: .5rem;
    grid-template-columns: minmax(0,180px) minmax(0,95px);
    /* grid-template-columns: minmax(0,.95fr) minmax(0,115px); */
    max-width: 295px;
}
.bg--pel {
    background-color: var(--richmond--pel);
}
.home_pic-content {
    background: #F8F7F0;
    border: 1px solid #27070D;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    padding: 8px;
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 211px;
}
.home_pic-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.home_pic-content ul li strong {
    font-size: 1rem;
    font-weight: 800;
    line-height: 22px;
    display: block;
}
.home_pic-content ul li + li {
    margin-top: .3rem;
}
.pt30 {
    padding-top: 20px;
}
.home_pic_content {
    border: 1px solid #27070D;
    background-color: #F8F7F0;
    filter: drop-shadow(0px 6.1607px 17.162px rgba(0, 0, 0, 0.13));
    border-radius: 12px;
    display: grid;
    grid-gap: .5rem;
    position: absolute;
    align-items: flex-start;
    padding: 12px;
    max-width: 270px;
    grid-template-columns: 40px 1fr;
    right: 0;
    bottom: -40px;
}

.home_pic_content span {
    line-height: 1.3;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    color: var(--richmond--bg);
    display: block;
}
.home_pic_content span strong {
    font-weight: 700;
}
.ft-20 {
    font-size: 1.25rem;
}
.letter-space-0 {
    letter-spacing: 0px;
}
.ft-16-20 {
    font-size: 1rem;
}
.ft-24-48 {
    font-size: 1.5rem;
}
.height_asha-two {
    height: 230px;
    overflow: hidden;
    border-radius: 12px;
}
.height_asha-two > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.font-14 {
    font-size: .875rem !important;
}
.ft-24 {
    font-size: 1.5rem !important;
}
.top--50 {
    top: 50%;
}
.top-10 {
    top: 10%;
}
.footer_list.social_link li a {
    opacity: 1;
    white-space: nowrap;
}
.error--state {
    font-size: 12px;
    color: var(--richmond--yellow);
}
.richmond--text.error {
    border-color: var(--richmond--primary);
}
.proof_link.bg-yellow:active span strong {
    color: var(--richmond--yellow);
}
.proof_link.bg-yellow:active span strong {
    color: var(--richmond--yellow);
}
.proof_link.bg-blue:active span strong {
    color: var(--richmond--blue);
}
.email--text {
    text-decoration: none;
    color: var(--richmond--text);
}
.privacy--headeer p strong {
    font-size: 1.25rem;
}
.letter--none .fac-title {
    letter-spacing: 0px;
}


/* 
.home_pic_content {
    padding: 10px;
    max-width: 192px;
}
.home_pic-box {
    grid-template-columns: minmax(0,.95fr) minmax(0,115px);
}
.home_pic-content ul li {
    font-size: 10px;
}
.home_pic-content ul li strong {
    font-size: 11px;
} 
.home_pic_content span {
    font-size: 12px;
}
.home_pic_content span strong {
    font-size: 14px;
}
*/

/* .connect_boxwrapper {
    margin: 2.5rem 0rem;
} 
*/


.home_banner{
    padding-bottom:122px;
    max-width: 1090px !important;
}
.home_pic-box .bannerImg img{
    height: 395px;
    max-width: 311px;
}

.rft_ps{
    padding-left: 38px;
}
.gap--30 {
    grid-gap: 30px;
}
.asha_feature-box.fill--box--invention{
    margin-top: 0;
}
.mt-24{margin-top:1.5rem;}
.asha_feature-box.grid_1{grid-template-columns: repeat(1, minmax(0, 1fr));}
.asha_feature-box.grid_1 .asha_feature-card{min-height: auto;}
.asha_feature-box.chetan_feature_card .asha_feature-card{min-height: auto;}
button.asha_content .care--title {
    font-size: 14px;
    color:#414141;
}
.chetena_adminssion .header-large-text{
    font-size: 1.625rem;
    line-height: 30px;
}
.ct_ad_form .header-large-text{
    font-size: 1.125rem;
    line-height: 22px;;
}
/*  */


@media screen and (min-width: 370px) {
    
    .pt30 {
        padding-top: 30px;
    }
}


@media screen and (min-width: 768px) {
    .grid_row_flat {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .grid_col_three {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .auth_desc-box {
        bottom: 40px;
        left: 20px;
    }
    .single_slide-img {
        height: 600px;
    }
    .mt-md-30 {
        margin-top: 30px !important;
    }
    .asha_slide-title {
        font-size: 1.5rem;
    }
    .asha_slider_box {
        padding: 35px 50px;
    }
    .asha_slider_box {
        height: 420px;
    }
    .dot-white .slick-dots {
        margin-top: 30px;
    }
    .header-large-text {
        font-size: 1rem;
    }
    .facility_tab_pill {
        max-width: 350px;
    }
    .asha_pic {
        height: 300px;
    }
    .w-md-100 {
        width: 100%;
    }
    .asha_descbox {
        padding: 1.875rem;
    }
    .asha_feature-box {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 1.5rem;
        margin-top: 30px;
    }
    .care--title {
        padding: 14px 24px;
        font-size: 1.25rem;
    }
    .fill--box--invention {
        grid-gap: 30px;
    }
    .info_grid-6 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .grid_img_box {
        grid-template-columns: minmax(0, 4fr) minmax(0, 5fr) minmax(0, 3fr);
    }
    .bottom-img-long {
        grid-template-columns: auto;
        grid-template-rows: 170px 255px;
    }
    .top-img-long {
        height: 450px;
    }
    .top-img-dived, .bottom-img-long, .top-img-body, .grid_img_box, .event_grid-img {
        grid-gap: 1.5rem;
    }
    .gap--18 {
        grid-gap: 18px;
    }
    .event_grid-two {
        grid-template-rows: 170px 255px;
    }
    
    .grid_cg {
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 1.75rem;
    }
    .cg_member {
        font-size: 1rem;
    }
    .grid_cg-6 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 1.75rem;
    }
    .grid_cg-4 {
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 1.75rem;
    }
    .card__volunteer {
        grid-template-columns: minmax(0,1fr) minmax(0,270px);
        grid-gap: 30px;
    }
    .card__volunteer-pic {
        order: 1;
        height: inherit;
    }
    .slider_auth-name {
        font-size: 1.6rem;
    }
    .slider_auth-designation {
        font-size: 0.9rem;
    }
    .mt-md-ng-16 {
        margin-top: -1rem;
    }
    .height_asha-two {
        height: 400px;
    }
    /* .connect_boxwrapper {
        margin: 4.5rem 0rem;
    } */
    /* .asha_feature-card {
        padding: 24px 16px;
    } */
}
@media screen and (min-width: 992px) {
    .flt--icon-title {
        font-size: 1.6rem;
    }
    .fac-title {
        font-size: 1.6rem;
    }
    .grid_admission-item {
        max-width: 300px;
    }
    .ps-lg-60 {
        padding-left: 45px;
    }
    .arrow_step-01 {
        position: absolute;
        top: 21px;
        left: 109%;
    }
    .arrow_step-02 {
        position: absolute;
        right: 102%;
        top: 85px;
    }
    .pe-lg-60 {
        padding-right: 45px;
    }
    .arrow_step-03 {
        position: absolute;
        bottom: calc(100% - 25px);
        left: 102%;
        z-index: -1;
    }
    .item_position-five {
        margin-top: 20px;
        margin-bottom: 70px;
        right: -55px;
    }
    .arrow_step-04 {
        position: absolute;
        right: calc(100% - 50px);
        top: calc(100% - 20px);
    }
    .arrow_step-05 {
        position: absolute;
        left: calc(100% - 100px);
        top: calc(100% + 15px);
        z-index: 1;
    }
    .arrow_step-06 {
        position: absolute;
        right: calc(100% + 10px);
        top: calc(100% - 55px);
    }
    .item_position-two {
        left: 4rem;
    }
    .font--14 {
        font-size: 14px;
    }
    .event_grid-img {
        grid-template-columns: minmax(0,7fr) minmax(0,5fr);
    }
    .bearer_grid-title {
        font-size: 1.125rem;
    }
    .bearer_grid-pic {
        height: 250px;
    }
    .bearer_grid-text {
        font-size: 0.93rem;
    }
    .bearer_grid {
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 1.75rem;
    }
    .faq_container.lg-heading-list ul .header--text {
       font-size: 1.25rem;
    }
    .staff_card .faq_container.lg-heading-list ul .header--text{
        font-size: 1.125rem;
    }
    /* .faq_container ul li {
        padding: 1.5rem;
    } */
    .card__volunteer-content {
        padding: 1.5rem;
    }
    /*pic content*/
    .home_pic-box {
        grid-template-columns: minmax(0, 1fr) minmax(0, 160px);
        grid-gap: 1rem;
        max-width: 500px;
    }
    .pt30 {
        padding-top: 40px;
    }

    /*pic content*/
    .ft-24-48 {
        font-size: 2rem;
    }
    .w-md-auto {
        width:  auto !important;
    }
    .eventBanner_static .event_grid-two {
        grid-template-rows:126px 248px;
    }
   
    
  
}
@media screen and (min-width: 1200px) {
    .font--12 {
        font-size: 14px;
    }
    .single_slide-img {
        height: 800px;
    }
    .dark_nav:not(.scrolledsmooth) .nav-item .nav-link {
        color: var(--richmond--pel);
    }
    .dark_nav:not(.scrolledsmooth) .nav-item .nav-link:not(.ginvolvedBtn):hover {
        color: var(--richmond--primary);
    }
    .asha_slide-title {
        font-size: 2rem;
    }
    .asha_slider_box {
        height: 530px;
    }
    .header-large-text {
        font-size: 1.125rem;
    }
    .dark_header {
        padding-top: 170px;
    }
    .facility_tab_pill .nav .nav-link {
        font-size: 1rem;
    }
    .asha_pic {
        height: 390px;
    }
    .richmond--nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .intervention--desc {
        font-size: 0.93rem;
    }
    .mt-rs-60 {
        margin-top: 3.875rem;
    }
    .grid_admission-item {
        max-width: 370px;
    }
    .ps-lg-60 {
        padding-left: 60px;
    }
    .pe-lg-60 {
        padding-right: 60px;
    }
    .item_position-seven {
        left: 50px;
    }
    .arrow_step-06 {
        top: calc(100% - 65px);
    }
    .joy_pic {
        height: 450px;
    }
    .sticky--top {
        top: 55px;
    }
    .w-xl-340 {
        min-width: 340px;
    }
    .font-xl-40 {
        font-size: 2.5rem;
    }
    .cg_member {
        font-size: 1.125rem;
    }
    .donateBtn:hover {
        background-color: var(--richmond--primary);
        color: var(--richmond--white);
    }
    /*pic content*/

    .home_pic-content ul li:last-child{
        border-bottom:none;
        padding-bottom:0;
    }

    /* .home_pic-content ul li + li {
        margin-top: .7rem;
    } */
    .home_pic-content {
        border-radius: 12px;
        padding: 10px;
    }
    /*pic content*/
    .tag_head {
        padding: 8px;
        font-size: 12px;
    }
    .ft-24-48 {
        font-size: 2.5rem;
    }
    .height_asha-two {
        height: 630px;
    }
    .list--14 li {
        font-size: 1rem;
    }
    .pb-xl-60 {
        padding-bottom: 60px;
    }
    .proof_link.bg-809B60:hover {
        border: 1px solid var(--richmond--text);
        background-color: var(--richmond--pel-500);
        
    }
    .proof_link.bg-809B60:hover .facility--title {
        background-color: var(--richmond--green);
        color: var(--richmond--white);
    }
    .proof_link.bg-809B60:hover .arrow_proof {
        color: var(--richmond--white);
        background-color: var(--richmond--green);
    }
    .proof_link.d-flex.flex-column.bg-yellow:hover .text-white {
        color: var(--richmond--yellow) !important;
    }
    .proof_link.d-flex.flex-column.bg-blue:hover .text-white {
        color: var(--richmond--blue) !important;
    }
    .proof_link.d-flex.flex-column.bg-809B60:hover .text-white {
        /* color: var(--richmond--green) !important; */
        color: var(--richmond--text) !important;
    }
    .asha_content:hover {
        color: var(--richmond--text);
        border: 1px solid var(--richmond--text);
        background-color: var(--richmond--pel-500);
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .asha_content.bg-809B60:hover .care--title, .asha_content.bg-809B60:hover .arrow_proof {
        background-color: var(--richmond--green);
        color: var(--richmond--white);
    }
    .asha_content.bg-yellow:hover .care--title, .asha_content.bg-yellow:hover .arrow_proof {
        background-color: var(--richmond--yellow);
    }
    .asha_content.bg-blue:hover .care--title, .asha_content.bg-blue:hover .arrow_proof {
        background-color: var(--richmond--blue);
        color: var(--richmond--white);
    }
    .feedback_card:hover .feedback_card-box {
        height: calc(100% - 90px);
    }
    .proof_link.bg-yellow:hover span strong {
        color: var(--richmond--yellow);
    }
    .proof_link.bg-blue:hover span strong {
        color: var(--richmond--blue);
    }
    .eventBanner_static .event_grid-two {
        grid-template-rows: 154px 248px;
    }
    .eventBanner_static .over--img > img, .over--img a > img {
        width: 100%;
        height: auto;
        object-fit: inherit;
    }
    
}

@media screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
    .header-large-text {
        font-size: 1.25rem;
    }
    .ps-lg-60 {
        padding-left: 60px;
    }
    .pe-lg-60 {
        padding-right: 100px;
    }
    .item_position-five {
        right: -80px;
    }
    .arrow_step-05 {
        position: absolute;
        left: calc(100% - 46px);
        top: calc(100% + -3px);
    }
    .bearer_grid-title {
        font-size: 1.125;
    }
    .bearer_grid-pic {
        height: 300px;
    }
    .bearer_grid-text {
        font-size: 0.93rem;
    }
    .cg_member {
        font-size: 1.125rem;
    }
    .font-xl-32 {
        font-size: 2rem;
    }
    .test--badge {
        font-size: 18px;
    }
    .stories-content-text {
        font-size: 0.938rem;
    }
    .ft-16-20 {
        font-size: 1.25rem;
    }
    .ft-24-48 {
        font-size: 3rem;
    }
    .pb-xl-60 {
        padding-bottom: 80px;
    }
    
}

@media screen and (max-width: 1200px) {
    
    .italictext_home br{display: none;}
    .largeCard .sc_imgCard {
        max-width: 250px;
    }
    .largeCard .sc_contentCard {
        width: calc(100% - 250px);
    }
    h1 br, .header--text br{display: none;}
    .home_pic-box{max-width: 340px;}
    .home_banner {
        max-width: 960px !important;
    }

}

@media screen and (max-width: 991px) {
    
    .display_test.font--30{font-size: 1.5rem;line-height: 130%;}
    .header--text.font--18{font-size: 1rem;}
    .eventBanner .event_grid-img {grid-template-columns: minmax(0,1fr);}
    .footer--title{font-size: .87rem;white-space: nowrap;}
    .home_pic_content, .home_pic-content{right: -40px;}
    .home_pic-box{max-width: 300px;}
    .facility_info{padding: 1.5rem;}
    .facility_info-content {padding: 1.5rem 0;}
    .innerPage-banner .banner_content {
        padding: 0 0 0 2.5rem;
    }
    .fci-Card{
        flex-wrap: wrap;
        grid-gap: .5rem;
    }
    .home_banner {
        max-width:750px !important;
    }

}

/*  */
@media screen and (max-width: 800px) {
    
    .stories_badge_wrapper {
        flex-wrap: nowrap;
    }
    .grid_connect_stories:hover .stories_badge_wrapper span {
        white-space: nowrap;
    }

    
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
    .BannerCards {
        flex-direction: column;
        padding: 0;
    }
    .BannerCards_ind {
        margin-top: 0;
    }
    .BannerCards_ind, .bn_large{
        width: 100%;
    }
    .BannerCards .head_img .img-fluid {
        width: 100%;
    }
    .asha_feature-box {
        grid-template-columns: 1fr;
    }
    .asha_feature-card {
        min-height: auto;
    }
    .connect_page .grid_row_flat {
        grid-template-columns: 1fr;
    }
    .connect_page .connect_act > div {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    
    .display_test.font--30{font-size: 1.4rem;}
    .header--text.font--18{font-size: .9rem;}
    .grid_connect_stories:hover .sc_imgCard {
        display: none;
    }
    .largeCard .sc_contentCard {
        width: 100%;
        padding: 0 !important;
    }
    .talkCards {
        display: block !important;
        width: 100%;
    }
    .grid_connect_stories:hover .talkCards .sc_imgCard, .grid_connect_stories:hover .talkCards .sc_contentCard {
        
        top: 0;
        padding: 0 !important;
    }
    .footer_list.name li a {
        font-size: .87rem;
    }
    .footer_list.name li:first-child a{
        font-size: 14px;
        font-weight: 700;
        color: #FFF !important;
    }
    .display_test.font--30.lh-40{line-height: 150%;}
    .header--text.lh-26{line-height: 150%;}
    .home_pic-box .bannerImg img {
        height: auto;
    }
    h1.display_test {
        font-size: 32px;
    }
    .home_pic-box {
        margin-bottom: 80px;
    }
    .home_pic_content, .home_pic-content {
        right: -180px;
    }
    .home_pic-box {
        max-width: 250px;
    }
    .home_banner{
        padding-bottom: 60px;
    }
    .mb_none{display: none !important;}
    .desk_none {
        display: grid !important;
    }
   
    .facilityCard .proof_link .talk--text{
        color: #FFF;
        font-size: 14px;
    }
    .facility_info{padding: 0 !important;}
    .facility_info-content {padding: 1.5rem;}
    .facilityCard .grid_8 {
        grid-gap: 10px;
    }
    .long_grid_pic{
        border-radius: 12px 12px 0 0;
    }
    .long_grid-content {
        margin-bottom: .5rem !important;
    }
    .testimonial_grid-link {
        grid-gap: 1rem;
    }
    .italictext_home{
        font-size: 20px;
        margin-top: 40px !important;
        padding: 0 !important;
    }
    .bar_text{
        font-weight: 600;
        font-size: 10px;
    }
    .footer_content .container-fluid, .navbar {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .footer_content {
        background-color: #0B0706;
        padding: 3rem 0 2rem;
    }
    .footer_list li a{
        font-size: 14px;
        color:#ADADA9 !important;
    }
    .footer_list, .footer_list ul{
        grid-gap: 0;
    }
    ul.footer_list.name li:first-child a {
        font-weight: 700;
    }
    .footer_list.name li a span{
        font-weight: 400 !important;

    }
    .footer-brand {
        max-width: 106px;
        display: inline-block;
    }
    .social_link.footer_list ul{
        display: block;
    }
    .social_link.footer_list li {
        width: 49%;
        display: inline-block;
        padding: .5rem 0;
    }
    .social_link.footer_list li a{
        color: #FFF;
    }
    .social_link, h4.footer--title {
        padding: 0 1rem;
        font-weight: 700;
        font-size: 14px;
        margin-top:40px;
    }
    .social_link.footer_list {
        display: block;
        margin-top: .5rem !important;
    }
    .innerPage-banner{padding-top:64px;}
    .innerPage-banner .px-xs-8 {
        padding-left: 0;
        padding-right: 0;
    }
    .innerPage-banner .banner_content {
        padding:0 1.5rem;
    }
    .innerPage-banner h1.display_test, .connect_banner h1.display_test {
        font-size: 26px;
    }
    .innerPage-banner .banner_caption {
        height: auto;
        padding:40px 24px;
    }
    .bannerSec_img {
        height: 250px;
    }
    /* .innerPage-banner .container-fluid {
        --bs-gutter-x: 0;
    } */
    .innerPage-banner .banner_content{
        padding-left:0;
        padding-right:0;
    }
    .banner_content > .row {
        flex-direction: column-reverse;
    }
    .banner_caption p {
        margin-bottom: 0 !important;
    }
    .rft_ps {
        padding-left: 0;
        padding-top:.5rem;
    }
    .grid_row_flat, .grid_col_three{
        grid-gap: 1rem;
    }
    .prof_link-separate .proof_link{
        padding: 24px !important;
        gap: 0;
    }
    .prof_link-separate .proof_link .header--text{
        width: 85%;

    }
    .display_test{
        font-size: 26px;
    }
    .BannerCards {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .BannerCards h3{
        font-size: 12px;
        padding:4px 6px;
        line-height: normal;
    }
    .bannerImg_box a {
        bottom: 16px;
        right: 16px;
        left: 16px;
    }
    .fill--box--invention .asha_feature-card{
        padding: 1rem;
        min-height: auto;
    }
    .application--box {
        width: auto;
    }
    .header--text {
        font-size: 15px;
    }
    .fci-Card {
        align-items: center;
    }
    .faq_container ul{
        grid-gap: 1rem;
    }
    .faq_container.jy-list {
        margin-top: 24px;
    }
    .testimonial__wrapper {
        padding: 1.5rem 0rem;
    }
    .header--text.font-x-12 {
        font-size: 12px;
        line-height: 18px;
    }
    .display_test.font--26{
        line-height: 30px;
    }
    .mb-80 {
        margin-bottom: 40px;
    }
    .py-80 {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .bearer_grid-title{
        margin-top: 10px;
    }
    .grid_cg {
        display: grid;
        grid-template-columns:inherit;
        grid-gap: 1rem;
    }
    .cg_member span {
        display: block;
    }
    .innerPage-banner h1.display_test, .connect_banner h1.display_test{
        margin-top: 1rem !important;
    }
    .row_flat-box{
        padding: 24px;
    }
    .connect_act {
        flex-direction: column;
    }
    .connect_act > div {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 1rem;
    }
    .sm-center{
        text-align: center;        
        display: block;
    }
    .connet-lc .header--text.fst-italic {
        margin-bottom: 20px;
    }
    .home_banner {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .connet_header {
        padding-top: 150px;
    }
    .inset--layer {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.86%, rgba(0, 0, 0, 0.77) 96.19%);
    }
    .stories_badge_wrapper span{
        font-size: .75rem;
    }
    .stories-content-title{
        font-size: 1.125rem;
    }
    .grid_connect_stories:hover .stories-content-title {
        font-size: 1.5rem;
    }
    .chetena_adminssion  p.header-large-text br {
        display: none;
    }
    
    .modal-content .flt--icon-title {
        margin-top: 24px;
    }
    .gray_text {
        max-width: 262px;
        margin: 0 auto;
    }
    .modal-content .row_flat-box {
        margin: 8px 0 !important;
    }
 }




@media screen and (max-width: 640px) {

    .home_pic-box {
        max-width: 200px;
    }
    .home_pic-box .bannerImg img {
        position: relative;
        left: -73px;
    }
    
    .home_pic-content ul li, .home_pic_content span{
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    .home_pic-content ul li strong{
        font-size: 14px;
        font-weight: 700;
    }
    .home_pic-content{
        padding:.5rem !important;
        width: 160px;
        bottom: 40px;
        right: -80px;   

    }
    .h-withImg{
        right: -80px; 
    }
    .h-withImg{max-width: 200px;}
    .home_pic-box .bannerImg img {
        max-width: 236px;
    }
    .home_pic-content ul li{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .home_pic-content ul li + li {
        margin-top: 0;
    }
    .bannerImg {
        left: 0;
    }
    .bannerImg_box.jyoti_bb{background-position: left -65px center;}
    .bannerImg_box.chetana_bb{background-position: left -200px center;}

    

}

/*  */
@media screen and (max-width: 575px) {

    .from_row-6 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
}

/*  */
 @media screen and (max-width: 360px) {

    .bannerImg {
        left: 16px;
    }
    .home_pic-content {
        right: -60px;
    }
    .h-withImg {
        right: -60px;
    }
 }
    