
/* Common-card-shadow */
.card-shadow{
    box-shadow: 0px 0px 7px rgb(0,0,0,0.10);
}


/* dialysis  */
.dialysis-banner{
    /* height: 80vh; */
    /* height: 60vh; */
    height: auto;
    /* background-color: olive; */
}



/* symptoms container */
.symptoms-container{
    height: auto;
    /* background-color: yellow; */
}
.symptoms-container .symptoms-card{
    width: 32%;
}
.symptoms-inner-card{
    border-left:5px solid 
    var(--primary-color);
}


/* how-we-excel container  */
.how-we-excel-container{
    /* height: 100vh; */
    /* height: 80vh; */
    height: auto;
    /* background-color: yellow; */
}
.how-we-excel-card-container 
{
    width: 50%;
}
.how-we-excel-card-container .how-we-excel-card-img{
    height: 80%;
    width: 100%;
}
.how-we-excel-card-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.how-we-excel-card-container h1{
    height: 20%;
    width: 100%;
}


/* How we do dialysiscontainer */
.how-we-do-dialysis-container{
    height: auto;
    /* background-color: lightgray; */
}
/* .treatement-card-container
{
    row-gap: 20px;
}
.treatment-card{
    width: 49%;
} */






/* Media query */


/* 901 to 1440 */
@media only screen and (min-width:901px) and (max-width:1440px)
{
    /* symptoms container */
    .symptoms-container {
        height: auto;
    }

    /* symptoms container */
    .symptoms-container .symptoms-card {
        width: 48%;
        /* background-color: yellow; */
    }


    /* how-we-excel container */
    .how-we-excel-card-container {
        width: 40%;
    }
}



/* 600 to 991 */
@media only screen and (min-width:600px) and (max-width:991px)
{

    /* symptoms container */
    .symptoms-container{
        height: auto;
    }

    .symptoms-container .symptoms-card{
        width: 100%;
        background-color: yellow;
    }


    /* how-we-excel container */
    .how-we-excel-container{
        height: auto;
        /* background-color: yellow; */
    }
    .how-we-excel-card-container 
    {
        width: 30%;
    }

}



/* 320 to 768 */
@media only screen and (min-width:320px) and (max-width:768px)
{

    /* dialysis container */
    .dialysis-banner{
        height: auto;
        /* background-color: olive; */
    }

    .dialysis-banner-image img{
        height: 250px;
        width: 250px;
    }
    

    /* symptoms container */
    .symptoms-container{
        height: auto;
        /* margin: 50px 0px; */
    }

    .symptoms-container .symptoms-card{
        width: 100%;
        background-color: yellow;
    }


    /* How we do dialysis container */
    .how-we-do-dialysis-container {
        height: auto;
        /* background-color: purple; */
    }    




}



@media only screen and (min-width:320px) and (max-width:600px)
{

    /* .symptoms-container{
        height: auto;
    }

    .symptoms-container .symptoms-card{
        width: 100%;
        background-color: yellow;
    } */


    /* how-we-excel container*/
    .how-we-excel-container{
        height: auto;
    }
    .how-we-excel-card-container 
    {
        width: 45%;
    }
    


}


