/* Common-card-shadow */
.card-shadow{
    box-shadow: 0px 0px 7px rgb(0,0,0,0.10);
}

.intensive-care{
background-color:var(--primary-color);
position: relative;

}

.custom-line-badge-white {
    max-width: 40rem;
}

.icon{
    position: absolute;
width:50%;
top:-100px;
right:-20px;
z-index:1;
}
.icon1{
    position: absolute;
    width:50%;
    bottom:-100px;
    left:-20px;
}
.custom-line-badge-white>hr {
    width: 16%;
    border: 3px solid white;
    opacity: 1;
}

.how-dialysis{
    display:flex;
    flex-direction:row;
}
.hemodialysis-desktop{
    display:block;
}
.hemodialysis-mobile{
    width:100%;
    display: none;
}
.intensive-care{
    align-items:start;
}

@media only screen and (min-width:1200px) and (max-width:1440px) 
{
    .how-do-dialysis{
        display:flex;
        flex-direction:row;
    }
    .care-unit-image{
        width:50%;
    }
    .hemodialysis-desktop{
        display:none !important;
    }
    .hemodialysis-mobile{
        width:100%;
        display: block;
    }
    .intensive-care{
    align-items: center !important;
    }
.pharmacy-card{
    font-size:16px;
    margin-left: 9px;
}
.card-care{
    width:90%;
    margin-bottom: -20px;
}
.second-col{
    margin-top:-30px;
}
.pharmacy-content{
    margin-top:-30px !important;
}
}

@media only screen and (max-width:1200px)
{
    .icon{
      display: none !important;
    }
    .icon1{
       display: none !important;
    }
}