
.mobile_only {
    display: none;
}
.desktop_only {
    display: block;
}

@media only screen and (max-width: 768px) {

.header_logo img {
    width: auto;
    height: 25px;
}
.mycontainer .col-md-2 {
    height: 100%;
}
.mobile_only {
    display: block;
    margin-bottom: 1px;
}
.desktop_only {
    display: none;
}
.user {
    flex-direction: column;
}
.img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.user_details {
    width: 100%;
}
.two_box {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.box_img img {
    height: 205px;
}
.sidebar_right .list_item {
    text-align: left;
}
.three_box {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.sidebar_title h1 {
    font-size: 20px;
}

}
