.profmobilemenu{
    background: rgba(173, 173, 253, 0.4) none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 35px;
    right: 0%;
    position: absolute;
    top: 47%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear 0s;
    width: 35px;
    padding: 6px 10px;
    z-index: 9;
}
.profmobilemenu .more-dropdown{
    left: -78% !important;
}
.folw-detail{
    text-align: right !important;
}
.profile-menu{
    width: 78% !important;
}
/*************responsive css******************************/
@media only screen and (min-width : 1025px) and (max-width : 5000px) {
    .mv{display: none;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	
}
@media only screen and (min-width : 481px) and (max-width : 767px){
	.pic1920x370{ height: auto !important; }
    .pic160x160{height: 80px !important;}
    .dv{display: none;}
    .d-flex > ul > li.nav-item{width: 18% !important;}
    .side-panel{display: block !important;}
}
@media only screen and (min-width : 301px) and (max-width : 480px){	
	.pic1920x370{ height: auto !important; }
    .pic160x160{height: 80px !important;}
    .dv{display: none;}
    .d-flex > ul > li.nav-item{width: 18% !important;}
    .side-panel{display: block !important;}
}
@media only screen and (min-width : 0px) and (max-width : 300px){
	.pic1920x370{ height: auto !important; }
    .pic160x160{height: 80px !important;}
    .dv{display: none;}
    .d-flex > ul > li.nav-item{width: 18% !important;}
    .side-panel{display: block !important;}
}
/*************responsive css******************************/