#notification,
#dividerShowOnProfile {
    display: none;
}

.nav-a {
    color: black;
}

a:hover {
    cursor: pointer;
}

.header-bottom {
    margin-top: 8%;
}

#userDropdown span {
    margin-top: unset;
}

.searchform i {
    font-size: 12px;
    color: #555555;
    position: absolute;
    top: 34%;
    left: 17%;
}

.searchform input {
    font-family: 'Ubuntu', sans-serif;
    text-indent: 20px;
    font-size: 16px;

}

.searchform {
    float: left;
    width: 100%;
}

.searchform .form-control {
    border: none;
    background: #EAEAEA;
    border-radius: 6px;
    color: #555555;
}

.user_info2 {
    /* background-image:url(/care/care-style/images/grateful.png); */
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 9%;
    height: 310px;
}

.user_info2 h6 {
    font-size: 1rem !important;
}

.user_info2 span {
    font-size: 16px !important;

}

/* .user_info2 h3
{
	font-size: 1.494em !important;  
	height: 135px;   
} */
.user_info2 h3 {
    font-size: 20px !important;
    height: 135px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 90px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #ffffff;
    margin-top: 25%;
}

.user_info2 h6,
span,
h3 {
    color: #ffffff !important;

}

.healthyIcons2 {
    border-top: 1px solid #ffffff;
    padding-top: 2%;
}

.healthyIcons2 .message {
    margin: 0;
    float: left;
    margin-top: 3px;
    font-size: 20px;
    color: #ffffff;
}

.healthyIcons2 span {
    color: #ffffff;
}

.healthyIcons2 .hearty {
    margin: 0;
    float: right;
    margin-top: 3px;
    font-size: 20px;
    color: red;
}

.healthybtnN {
    border-top: 1px solid #373c35;
    padding-top: 1%;
}

.healthyLastbtn {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.user_info2 .dropdown button {
    background-color: unset;
    color: #ffffff;
}


.myarticard {
    background: #FFFFFF;
    box-shadow: 0px 4px 21px rgb(0 0 0 / 22%);
    border-radius: 21px;
    padding: 5px;
    height: 360px;
    float: left;
}

.myarticard .user_info_nw .main-image {
    border-radius: 20px;
    width: fit-content;
    max-height: 210px;
    width: 100%;
    float: left;
    background-size: cover;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.myarticard .user_info_nw h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    color: #343434 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 90px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.myarticard .user_info_nw .author-image {
    border-radius: 50%;
    cursor: pointer;
    margin-top: 4px;
    width: 25px;
    height: 25px;
}

.myarticard .user_info_nw h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 90px;
    cursor: pointer;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.myarticard .user_info_nw h6,
span {
    font-weight: 300;
    cursor: pointer;
    font-size: 13px;
    margin-top: 7px;
    color: #343434 !important;
    text-transform: capitalize;
}

li a:hover {
    color: #1893D1;
}

.myarticard .user_info_nw .badge {
    background: #FFFFFF;
    border-radius: 8px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 5px 18px;
}

.header-bottom ul {
    border-bottom: 1px solid #dddfeb;
    float: left;
}

.header-bottom ul li a {
    padding-bottom: 0px;
}

.nav-a.active {
    color: #FF4775 !important;
    border-bottom: 2px solid #FF4775 !important;
}




/*Pagination CSS*/
#page_navigation {
    display: block;
    clear: both;
    margin: 5% auto;
    letter-spacing: 10px;
    text-align: center;
    float: left;
    width: 100%;
}

#page_navigation a {
    letter-spacing: 0px !important;
    padding: 3px 4px;
    border: none;
    margin: 2px;
    color: black;
    text-decoration: none;
}

.active_page {
    background: unset;
    color: #ff1919 !important;
    background-color: #FF4775;
    color: #ffffff !important;
    border-radius: 50%;
    padding: 3px 8px !important;
}

.physicianList li {
    margin-left: 0px !important;
    margin-top: 28px;
}

.userIcon {
    font-size: 14px;
    margin-left: 5px;
}

@media only screen and (max-width: 480px) and (min-width: 350px) {
    .searchform i {
        display: none;
    }
}