* {

    margin: 0;

    padding: 0;

}



.ashalata_our_facility_section_main {

    height: auto;

    width: 100%;

    /* border:1px solid red; */

    /* padding: 30px 0px; */
background-color: rgb(245, 244, 249);
}

.para {

    width: 50%;

    margin: auto;

    font-family: 'Poppins', sans-serif;

    text-align: center;

    line-height: 24px;

}

.shreya-home-why-choose-main {

    height: auto;

    /* border: 1px solid black; */

    background-color: #f5f4f9;

}

.shreya-home-why-choose-main-heading {

    height: 90px;

    display: flex;

    align-items: center;

    margin-bottom: 20px;

    justify-content: center;

    /* border: 1px solid red; */

}

.shreya-home-why-choose-main-heading h5 {

    color: #ef8f26;

    position: relative;

    display: inline-block;

    font-size: 24px;

    font-weight: 600;

    font-family: 'Yantramanav', sans-serif;

    transition: .5s;

}

.shreya-home-why-choose-main-heading h5::before {

    position: absolute;

    content: "";

    top: 10px;

    left: -45px;

    background: #ef8f26;

    height: 16px;

    width: 16px;

    transition: all 1000ms ease;

    animation: st__rotate 5s infinite linear;

    animation-play-state: running;

    z-index: 1;

}

.rotat {

    display: inline-block;

    position: relative;

}

.rotat::before {

    position: absolute;

    content: "";

    top: -5px;

    left: 20px;

    background: #ef8f26;

    height: 16px;

    width: 16px;

    transform: rotate(45deg);

    transition: all 1000ms ease;



    animation: st__rotate 5s infinite linear;



    animation-play-state: running;

    z-index: 1;



}

.rotat::after {

    position: absolute;

    content: "";

    top: -1px;

    left: 21px;

    background: #003e4d;

    height: 16px;

    width: 16px;

    transform: rotate(45deg);

    transition: all 1000ms ease;

    animation: st__rotate 5s infinite linear;

    animation-play-state: running;

    z-index: 1;

}

.shreya-home-why-choose-main-heading h5::after {

    position: absolute;

    content: "";

    top: 10px;

    left: -39px;

    background: linear-gradient(#0b7e9b, #084252);

    height: 16px;

    width: 16px;

    transition: all 1000ms ease;

    animation: st__rotate 5s infinite linear;

    animation-play-state: running;

    z-index: 1;

}

@keyframes st__rotate {

    0% {



        transform: rotate(0deg);

    }

    100% {



        transform: rotate(360deg);

    }

}

.ashalata_our_facility_section_main_sub {

    height: auto;

    /* border:1px solid red; */

    margin: 20px;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    padding: 10px 0px;

}

.ashalata_our_facility_section_main_sub_sub {

    width: 390px;

    height: auto;

    /* border:1px solid red; */

    padding: 20px 20px;

        box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);

    border-top-left-radius: 40px;

    border-top-right-radius: 40px;

    border-bottom-right-radius: 40px;

    margin: 30px;
background-color: #ffffff;
}

.ashalata_our_facility_section_main_sub_sub h4 {

    font-size: 23px;

    padding: 13px 0px;

    font-family: 'Poppins', sans-serif;

    color: #313131;

}

.ashalata_our_facility_section_main_sub_sub h4 i {

    font-size: 20px;
    color: #003e4d;

}

.ashalata_our_facility_section_main_sub_sub p {
    text-align: justify;
    font-family: 'Poppins', sans-serif !important;
    color: #757F95;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-size: 15px;

}

.ashalata_our_facility_section_main_sub_sub_top {

    height: 230px;

    /* border:1px solid red;  */

    margin: 0px auto;

    border-top-left-radius: 40px;

    border-top-right-radius: 40px;

    border-bottom-right-radius: 40px;

    position: relative;

}

.ashalata_our_facility_section_main_sub_sub_top img {

    width: 100%;

    height: 100%;

    border-top-left-radius: 40px;

    border-top-right-radius: 40px;

    border-bottom-right-radius: 40px;

}

.ashalata_our_facility_section_main_sub_sub_border_div {

    border-top: .5px solid rgb(223, 223, 223);

    margin: 15px 0px;



}

.ashalata_our_facility_section_main_sub_sub_bottom {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.ashalata_our_facility_section_main_sub_sub_bottom .shreya-facility-btn {

    /* height:40px; */

    /* width:100px; */

    font-size: 14px;
    color: #fff;
    padding: 16px 12px;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    /* background: #f18a27; */
    background: linear-gradient(#0b7e9b, #084252);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-left: 30px;
    z-index: 1;
}

.ashalata_our_facility_section_main_sub_sub_bottom .shreya-facility-btn a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.ashalata_our_facility_section_main_sub_sub_bottom .shreya-facility-btn:hover a {
    color: #084252;
    background-color: #fff;
    transition: all .5s ease-in-out;
}

.ashalata_our_facility_section_main_sub_sub_bottom .shreya-facility-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.ashalata_our_facility_section_main_sub_sub_bottom .shreya-facility-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.ashalata_our_facility_section_main_sub_sub_top_sub {

    /* height:40px; */

    padding: 10px 20px;

    /* margin:10px 0px; */

    border-top-left-radius: 40px;

    border-top-right-radius: 40px;

    border-bottom-right-radius: 40px;

    border: none;

    background-color: #f88a20;

    color: #ffffff;

    position: absolute;

    right: -15px;

    align-content: center;

    text-align: center;

    top: 20px;

}

.ashalata_our_facility_section_main_sub_sub_top_hover_effect {

    position: absolute;

    width: 100%;

    height: 100%;

    transition: 1.2s;

    border-top-left-radius: 40px;

    border-top-right-radius: 40px;

    border-bottom-right-radius: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.ashalata_our_facility_section_main_sub_sub_top_hover_effect:hover .ashalata_our_facility_section_main_sub_sub_top_hover_effect_sub {

    transition: 1.2s;

    transform: scale(.6);

    visibility: visible;

}

.ashalata_our_facility_section_main_sub_sub_top_hover_effect_sub {

    width: 90px;

    height: 90px;

    border-radius: 50%;

    background-color: #f88a20;

    visibility: hidden;

    transition: 1.2s;

    color: #ffffff;

    display: flex;

    align-items: center;

    justify-content: center;

}



.ashalata_our_facility_section_main_sub_sub_top_hover_effect:hover {

    background-color: rgb(0, 0, 0, 0.2);



    transition: 1.2s;

}

.ashalata_our_facility_section_main_sub_sub_top_sub i {

    padding: 0px 5px;

}

.ashalata_our_facility_section_main_sub_sub_bottom_left {

    display: flex;

    align-items: center;

}

.ashalata_our_facility_section_main_sub_sub_bottom_left i {

    color: #f88a20;

}

.ashalata_our_facility_section_main_sub_sub_bottom_left p {

    padding: 0px 6px;

}