/* Banner Start */

#banner {
    height: auto;
    width: 100%;
    /* background-color: rgb(181, 181, 181); */
}

.banner-carousel {
    height: 90vh;
    width: 100%;
}

.banner-carousel .carousel-inner {
    height: 100%;
}

.banner-carousel .carousel-inner .carousel-item {
    height: 100%;
    position: relative;
}

.banner-carousel .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    /* z-index: 1;
    position: absolute;
    top:0%; */
}




/* Check you kidney health before stop start */
#checky-your-kidney-health-form-scroll {
    scroll-margin-top: 400px; /* Set the scroll offset to 200px */
}


@media only screen and (min-width:1200px) and (max-width:1440px) {
    #checky-your-kidney-health-form-scroll {
        scroll-margin-top: 300px;
    }

}

@media only screen and (min-width:768px) and (max-width:1199px) {
    #checky-your-kidney-health-form-scroll {
        scroll-margin-top: 240px;
    }
}
/* Check you kidney health before stop end */



/* key speciality section scroll before stop start */
#key-facility {
    scroll-margin-top: 182px; /*Adjust the value as needed to position the section correctly*/
    /* scroll-margin-top: 320px; */
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    #key-facility {
        scroll-margin-top: 160px;
        /* scroll-margin-top:400px; */
        /* background-color: orange; */
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    #key-facility {
        scroll-margin-top: 20px;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    #key-facility {
        scroll-margin-top: -70px;
    }
}
/* key speciality section scroll before stop end */




/* Special Acheivements scroll before stop start */
#special-achievements {
    scroll-margin-top: 182px; /* Adjust the value as needed to position the section correctly */
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    #special-achievements {
        scroll-margin-top: 40px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    #special-achievements {
        scroll-margin-top: 65px;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    #special-achievements {
        scroll-margin-top: -70px;
    }
}
/* Special Acheivements section scroll before stop end */





/* Success and gratitude scroll before stop start */
#success-and-gratitude {
    scroll-margin-top: 290px; /* Adjust the value as needed to position the section correctly */
}
@media only screen and (min-width:1200px) and (max-width:1440px) {
    #success-and-gratitude {
        scroll-margin-top: 218px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    #success-and-gratitude {
        scroll-margin-top: 125px;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    #success-and-gratitude {
        scroll-margin-top: 80px;
    }
}
/* Success and gratitude scroll before stop end */





/* Facilities for care scroll before stop start */
#facilities {
    scroll-margin-top: 210px; 
    /* Adjust the value as needed to position the section correctly */
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    #facilities {
        scroll-margin-top: 150px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    #facilities {
        scroll-margin-top: 110px;
    }
}

@media only screen and (min-width:550px) and (max-width:767px)
{
    #facilities {
        scroll-margin-top: 110px;
    }
}

@media only screen and (min-width:320px) and (max-width:549px) {
    #facilities {
        scroll-margin-top: 140px;
        /* background-color: yellow; */
    }
}


/* Facilities for care scroll before stop end */





/* FAQ for scroll before stop start*/

#frequenty-questions {
    scroll-margin-top: 140px;
    /* background-color: yellow !important; */
}
@media only screen and (min-width:1200px) and (max-width:1440px) {
    #frequenty-questions {
        scroll-margin-top: 130px;
    }
}
@media only screen and (min-width:768px) and (max-width:1199px) {
    #frequenty-questions {
        scroll-margin-top: 95px;
    }
}
@media only screen and (min-width:550px) and (max-width:767px){
    #frequenty-questions {
        scroll-margin-top: 95px;
    }
}
@media only screen and (min-width:320px) and (max-width:549px){
    #frequenty-questions {
        scroll-margin-top: 90px;
    }
}


/* FAQ for scroll before stop end*/







.carousel-item .carousel-item-content {
    position: absolute;
    height: 40%;
    width: 40%;
    /* background-color: yellow; */
    z-index: 2;
    top: 25%;
    left: 10%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    animation-name: carousel-conent;
    animation-duration: 1.5s;
    animation-timing-function: linear;
}

@keyframes carousel-conent {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.carousel-item-content .kyk-button {
    margin-top: 25px;
}

/* Carousel Next Previous start */



/* Carousel logo start */

.carousel-govt-logo-container {
    position: absolute;
    bottom: 5%;
    left: 5%;
    /* background-color: yellow; */
}



/* Carousel logo end */


.carousel-np-container {
    height: 10%;
    width: 5%;
    /* background-color: orange; */
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.carousel-np-sub-container {
    height: 100%;
    width: 100%;
    /* background-color: rgb(163, 106, 106); */
}




.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0;
    /* color: #000000; */
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1 !important;
    transition: opacity .6s ease
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-left-circle' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-right-circle' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z'/%3e%3c/svg%3e") !important;
}

/* Carousel Next Previous end */



/* Carousel Indicators start*/

/* .banner-indicators-container{
    height: 10%;
    width: 10%;
    background-color: orange;
    position: absolute;
} */

.banner-indicators {
    height: 10%;
    width: 30%;
    position: absolute;
    left: 77%;
    top: 40%;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 10px px;
    /* margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%; */
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    rotate: 90deg;
    /* background-color: transparent; */
}

.banner-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    /* background-color: var(--primary-color); */
    background-clip: padding-box;
    border: 2px solid  var(--primary-color);
    border-radius: 50%;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: 1;
    transition: opacity .6s ease
}



.banner-indicators .active {
    opacity: 1;
    width: 70px;
    height: 12px;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    animation-name: active;
    animation-duration: 0.3s;
    animation-timing-function: linear;
}

@keyframes active {
    0% {
        /* opacity: 0.5; */
        width: 12px;
        height: 12px;
    }

    100% {
        /* opacity: 1; */
        width: 70px;
        height: 12px;

    }
}


/* Carousel Indicators end*/

/* Banner End */

.key-card {
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 19.375rem;
    max-height: 23.6988rem;
}

.key-card>img {
    width: 11.875rem;
}

.special-card {
    max-width: 18.125rem;
}

.special-card img {
    margin: 0 auto;
    width: 7rem;
}

.facilities-grid {
    display: grid;
    gap: .3rem;
    grid-auto-columns: 1fr;
    grid-template-areas:
        "three three three three"
        "one one two two"
        "four four four four";
    background-position: center;
    padding-block: .2rem;
    width: min(95%, 80rem);
    margin-inline: auto;
}

.facilities {
    
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 8rem;
}

.facilities:nth-child(1) {
    /*background-image:*/
    /*    var(--linear-gradient),*/
    /*    url('../images/home/facility/patient.png');*/
    background-size: cover;
    grid-area: one;
}

.facilities:nth-child(2) {
    /*background-image:*/
    /*    var(--linear-gradient),*/
    /*    url('../images/home/facility/icu.png');*/
    background-size: cover;
    grid-area: two;
}


.facilities:nth-child(3) {
    /*background-image:*/
    /*    var(--linear-gradient),*/
    /*    url('../images/home/facility/operation.png');*/
    background-size: cover;
    grid-area: three;
}

.facilities:nth-child(4) {
    /*background-image:*/
    /*    var(--linear-gradient),*/
    /*    url('../images/home/facility/laboratory.png');*/
    background-size: cover;
    grid-area: four;
}



#frequenty-questions{
    background-color: #f2527206;
}


.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: all 0.2s linear;
    --bs-accordion-border-color: none;
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: none;
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s linear;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: white;
}

.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: none;
}

.accordion-button {
    border: 1px solid rgba(40, 40, 40, 0.150);
    border-radius: 0px !important;
    border-radius: none;
    /* box-shadow: var(--shadow-primary-2); */
}


.accordion-item .show {
    /* box-shadow: var(--shadow-primary-2); */
    border-top: 0;
    border-radius: 0px;
    /* border-bottom:3px solid #f2527320;
    border-right:3px solid #f2527320;
    border-left:3px solid #f2527320; */
}

.accordion-button:not(.collapsed) {
    border: none;
    border-top:3px solid #f2527320;
    border-right:3px solid #f2527320;
    border-left:3px solid #f2527320;
    /* box-shadow: var(--shadow-primary-3) !important; */
}


.accordion-default-border{
    border: none;
    border-bottom:3px solid #f2527320;
    border-right:3px solid #f2527320;
    border-left:3px solid #f2527320;
}

footer {
    background-color: var(--primary-color);
}

footer .logo {
    max-width: 12rem;
}

/* Media query start */

@media only screen and (min-width:1550px) and (max-width:1900px) {
    /* Carousel Next Previous start */

    .carousel-np-container {
        height: 10%;
        width: 6%;
        /* background-color: orange; */
        position: absolute;
        right: 5%;
        bottom: 5%;
    }

    /* Carousel Next Previous end */
}



@media only screen and (min-width:1200px) and (max-width:1550px) {


    /* Carousel Next Previous start */
    .carousel-np-container {
        height: 10%;
        width: 7%;
        /* background-color: orange; */
        position: absolute;
        right: 5%;
        bottom: 5%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        padding: 0;
        /* color: #000000; */
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: 1 !important;
        transition: opacity .6s ease;
        /* background-color: yellow; */
    }

    /* Carousel Next Previous end */


    /* Carousel Indicators start*/



    .banner-indicators {
        height: 10%;
        width: 30%;
        position: absolute;
        left: 77%;
        top: 40%;
        z-index: 2;
        display: flex;
        justify-content: center;
        gap: 5px;
        padding: 10px px;
        /* margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%; */
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        rotate: 90deg;
        
    }

    .banner-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        /* background-color: transparent; */
        /* background-color: var(--primary-color); */
        background-clip: padding-box;
        border: 2px solid white;
        border-radius: 50%;
        /* border-top: 10px solid transparent; */
        /* border-bottom: 10px solid transparent; */
        opacity: 1;
        transition: opacity .6s ease;
        border: 2px solid  var(--primary-color);

    }



    .banner-indicators .active {
        opacity: 1;
        width: 60px;
        height: 10px;
        /* background-color: var(--primary-color); */
        border: 2px solid var(--primary-color);
        border-radius: 10px;
        animation-name: active;
        animation-duration: 0.3s;
        animation-timing-function: linear;
    }

    @keyframes active {
        0% {
            /* opacity: 0.5; */
            width: 12px;
            height: 12px;
        }

        100% {
            /* opacity: 1; */
            width: 70px;
            height: 12px;

        }
    }


    /* Carousel Indicators end*/

}



@media only screen and (min-width:950px) and (max-width:1200px) {


    /* Carousel Next Previous start */
    .carousel-np-container {
        height: 10%;
        width: 9%;
        /* background-color: orange; */
        position: absolute;
        right: 4%;
        bottom: 5%;
    }

    /* Carousel Indicators start*/
    .banner-indicators {
        height: 10%;
        width: 30%;
        position: absolute;
        left: 77%;
        top: 40%;
        z-index: 2;
        display: flex;
        justify-content: center;
        gap: 5px;
        padding: 10px px;
        /* margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%; */
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        rotate: 90deg;
    }

    .banner-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        /* background-color: transparent; */
        /* background-color: var(--primary-color); */
        background-clip: padding-box;
        border: 2px solid white;
        border-radius: 50%;
        /* border-top: 10px solid transparent; */
        /* border-bottom: 10px solid transparent; */
        opacity: 1;
        transition: opacity .6s ease;
        border: 2px solid  var(--primary-color);

    }


    .banner-indicators .active {
        opacity: 1;
        width: 60px;
        height: 10px;
        /* background-color: var(--primary-color); */
        border: 2px solid var(--primary-color);
        border-radius: 10px;
        animation-name: active;
        animation-duration: 0.3s;
        animation-timing-function: linear;
    }

    @keyframes active {
        0% {
            /* opacity: 0.5; */
            width: 12px;
            height: 12px;
        }

        100% {
            /* opacity: 1; */
            width: 70px;
            height: 12px;

        }
    }

    /* Carousel Indicators end*/
}



@media only screen and (min-width:700px) and (max-width:950px) {


    .banner-carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: left;
        /* z-index: 1;
        position: absolute;
        top:0%; */
    }



    .banner-carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
        /* z-index: 1;
        position: absolute;
        top:0%; */
    }

    .banner-carousel .carousel-inner .carousel-item:nth-child(3) img {
        height: 100%;
        object-fit: cover;
        object-position: -550px;
    }

    .carousel-govt-logo-container {
        width: 50%;
        /* background-color: yellow; */
    }


    /* Carousel Next Previous start */
    .carousel-np-container {
        height: 10%;
        width: 11%;
        /* background-color: orange; */
        position: absolute;
        right: 4%;
        bottom: 5%;
    }

    /* Carousel Indicators start*/
    .banner-indicators {
        height: 10%;
        width: 30%;
        position: absolute;
        left: 75%;
        top: 40%;
        z-index: 2;
        display: flex;
        justify-content: center;
        gap: 5px;
        padding: 10px px;
        /* margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%; */
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        rotate: 90deg;
    }

    .banner-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        /* background-color: transparent; */
        /* background-color: var(--primary-color); */
        background-clip: padding-box;
        border: 2px solid white;
        border-radius: 50%;
        /* border-top: 10px solid transparent; */
        /* border-bottom: 10px solid transparent; */
        opacity: 1;
        transition: opacity .6s ease;
        border: 2px solid  var(--primary-color);

    }


    .banner-indicators .active {
        opacity: 1;
        width: 60px;
        height: 10px;
        /* background-color: var(--primary-color); */
        border: 2px solid var(--primary-color);
        border-radius: 10px;
        animation-name: active;
        animation-duration: 0.3s;
        animation-timing-function: linear;
    }

    @keyframes active {
        0% {
            /* opacity: 0.5; */
            width: 12px;
            height: 12px;
        }

        100% {
            /* opacity: 1; */
            width: 70px;
            height: 12px;
        }
    }

    /* Carousel Indicators end*/
}

@media only screen and (min-width:600px) and (max-width:700px) {

    .banner-carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: left;
        /* z-index: 1;
        position: absolute;
        top:0%; */
    }


    .banner-carousel .carousel-inner .carousel-item:nth-child(3) img {
        height: 100%;
        object-fit: cover;
        object-position: -630px;
    }

    .carousel-govt-logo-container {
        width: 60%;
        /* background-color: yellow; */
    }


    /* Carousel Next Previous start */
    .carousel-np-container {
        height: 10%;
        width: 13%;
        /* background-color: orange; */
        position: absolute;
        right: 7%;
        bottom: 5%;
    }


    /* Carousel container start */

    .banner-indicators {
        height: 10%;
        width: 40%;
        position: absolute;
        left: 66%;
        top: 42%;
        z-index: 2;
        display: flex;
        justify-content: center;
        gap: 0px;
        padding: 10px px;
        /* margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%; */
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        rotate: 90deg;
    }


    .banner-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        /* background-color: transparent; */
        /* background-color: var(--primary-color); */
        background-clip: padding-box;
        border: 2px solid white;
        border-radius: 50%;
        /* border-top: 10px solid transparent; */
        /* border-bottom: 10px solid transparent; */
        opacity: 1;
        transition: opacity .6s ease;
        border: 2px solid  var(--primary-color);

    }



    .banner-indicators .active {
        opacity: 1;
        width: 60px;
        height: 12px;
        /* background-color: var(--primary-color); */
        border: 2px solid var(--primary-color);
        border-radius: 10px;
        animation-name: active;
        animation-duration: 0.3s;
        animation-timing-function: linear;
    }

    @keyframes active {
        0% {
            /* opacity: 0.5; */
            width: 12px;
            height: 12px;
        }

        100% {
            /* opacity: 1; */
            width: 70px;
            height: 12px;
        }
    }

    /* Carousel Indicators end*/
}

@media only screen and (min-width:500px) and (max-width:599px) {


    .banner-carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: left center;
        /* z-index: 1;
        position: absolute;
        top:0%; */
    }

    .carousel-govt-logo-container {
        width: 60%;
        /* background-color: yellow; */
    }

    .carousel-item .carousel-item-content {
        position: absolute;
        height: auto;
        width: 90%;
        /* background-color: yellow; */
        z-index: 2;
        top: 35%;
        left: 0% ;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column  ;
    } 


    /* Carousel Next Previous start */
    .carousel-np-container {
        height: 10%;
        width: 17%;
        /* background-color: orange; */
        position: absolute;
        right: 6%;
        bottom: 5%;
    }
    /* Carousel container start */

    .banner-indicators {
        height: 15%;
        width: 50%;
        position: absolute;
        left: 57%;
        top: 40%;
        z-index: 2;
        display: flex;
        justify-content: center;
        gap: 4px;
        padding: 10px px;
        /* margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%; */
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        rotate: 90deg;
        /* background-color: black; */

    }

    /* Carousel Indicators end*/
}

/* @media (max-width:500px){ */
/* .carousel-item .carousel-item-content {
        position: absolute;
        height: auto;
        width: auto;
        background-color: yellow;
        z-index: 2;
        top: 20%;
        left: 10% !important;
    } */
/* } */



@media only screen and (min-width:450px) and (max-width:500px) {

    .banner-carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: left center;
        /* z-index: 1;
        position: absolute;
        top:0%; */
    }

    


    /* Carousel item content start */
    .carousel-item .carousel-item-content {
        position: absolute;
        height: auto;
        width: 100% !important;
        /* background-color: yellow !important; */
        z-index: 2;
        top: 20%;
        left: 0% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        animation-name: carousel-conent;
        animation-duration: 1.5s;
        animation-timing-function: ease-in-out;
    }

    /* Carousel item content end */
}

@media only screen and (min-width:320px) and (max-width:500px) {


    .banner-carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: left center;
        /* z-index: 1;
        position: absolute;
        top:0%; */
    }



    /* Carousel item content start */

    .carousel-item .carousel-item-content {
        position: absolute;
        height: auto;
        width: 100%;
        /* background-color: yellow; */
        padding: 0px 15px;
        z-index: 2;
        top: 32%;
        left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        animation-name: carousel-conent;
        animation-duration: 1.5s;
        animation-timing-function: ease-in-out;
    }

    /* Carousel item content end */


    /* Carousel Next Previous start */
    .carousel-np-container {
        height: 10%;
        width: 25%;
        /* background-color: orange; */
        position: absolute;
        right: 6%;
        bottom: 15%;
    }

    /* Carousel container start */

    .banner-indicators {
        height: 5%;
        width: 100%;
        position: absolute;
        left: 0%;
        top: 90%;
        z-index: 2;
        display: flex;
        justify-content: center;
        gap: 4px;
        padding: 10px px;
        /* margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%; */
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        rotate: 0deg;
        /* background-color: black; */
    }

    /* Carousel Indicators end*/





    .banner-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        /* background-color: transparent; */
        /* background-color: var(--primary-color); */
        background-clip: padding-box;
        border: 2px solid white;
        border-radius: 50%;
        /* border-top: 10px solid transparent; */
        /* border-bottom: 10px solid transparent; */
        opacity: 1;
        transition: opacity .6s ease;
        border: 2px solid  var(--primary-color);

    }



    .banner-indicators .active {
        opacity: 1;
        width: 60px;
        height: 10px;
        /* background-color: var(--primary-color); */
        border: 2px solid var(--primary-color);
        border-radius: 10px;
        animation-name: active;
        animation-duration: 0.5s;
        animation-timing-function: linear;
    }

    @keyframes active {
        0% {
            /* opacity: 0.5; */
            width: 10px;
            height: 10px;
        }

        100% {
            /* opacity: 1; */
            width: 70px;
            height: 10px;
        }
    }



}


@media screen and (min-width: 33em) {
    .facilities {
        background-position: bottom;
        height: 15rem;
    }

    .facilities-grid {
        grid-template-areas:
        "three three three three"
            "one one two two"
           
            "four four four four";
    }
}

@media screen and (min-width: 38em) {
    .facilities {

        background-position: center;
    }

    .facilities-grid {
        grid-template-areas:
            "one one two two"
            "three three three three"
            "four four four four";
    }
}

@media screen and (min-width: 54em) {
    .facilties {
        height: 5rem;
    }

    .facilities:nth-child(1) {

        height: 31rem;
    }
    .facilities:nth-child(2) {

        height: 16.8rem;
    }
    .facilities:nth-child(3) {

        height: 31rem;
    }
    .facilities:nth-child(4) {

        height: 13.2rem;
    }

    .facilities-grid {
        gap: 1rem;
        grid-template-areas:

            "one one two two three three "
            "one one four four three three";
    }
}

@media screen and (min-width: 75em) {
    .facilities:nth-child(1) {

        height: 31rem;
    }

    .facilities:nth-child(3) {

        height: 31rem;
    }

    .facilities-grid {
        grid-template-areas:

            "one one two two three three "
            "one one four four three three";
    }

}




