/*navbar*/


@media only screen and (max-width: 767px) {




.Yog-text {
    font-size: 22px;
}
.dep-logo img {
    max-width: 60px;
}
.logo-cnt {
    font-size: 14px;
    padding-left: 10px;
}
.logo-div {
    margin-bottom: 20px;
}
.Yog-text:after {
    height: 50px;
    top: 0;
}
.yog-btn {
    padding: 6px 20px;
}
.user-icon:before {
    height: 40px;
}
.des-view{
	display: none !important;
}
.mobile-view{
    display: flex !important;
}
.help-div {
    margin-bottom: 20px;
}
.con-list {
    text-align: center;
}
.Home-links {
    text-align: center;
}




}