/* Extra Small Device */
@media (max-width: 767px) {
    .title_a {
        font-size: 25px;
    }
    .logo{
        text-align: center;
    }
    .profile_section{
        padding-top: 0;
    }
    .pf_single_sec{
        margin-top: 0;
    }


}


/* Small Device */
@media (min-width: 768px) {
.home_content img{    margin-top: 110px;}
    .top_user ul li .top_user_dropdown {
        left: -34px !important;
    }

}

/* Medium   Device */
@media (min-width: 992px) {
    .home_content img{    margin-top: 0;}
    .top_user ul li .top_user_dropdown {
        left: -42px !important;
    }

}

/* Large Device */
@media (min-width: 1200px) {
    .top_user ul li .top_user_dropdown {
        left: -83px !important;
    }

}