
.logo-img{
    height: 80px!important;
}
.prof-img{
    height: 50px!important;
}

.back-img{
    background-image: url("../img/man-g.png");
/*    background-position: bottom;*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 250px;
}


/*****************************************************************/


.nav-btn-stl{
    transition: transform .2s;
    box-shadow: none!important;
}
.nav-btn-stl:hover{
    color: #019EFF!important;
}



/************************HOVER-UNDERLINE************************/


.hover-underline:after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #000000;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all .5s ease-in-out;
}
.hover-underline:hover:after{ 
    width: 100%;
    transition: all .5s ease-in-out;
}


/************************HOVER-UNDERLINE-END************************/


.form-width{ width: 400px; }




.highlightPref{ background-color:#77CBFF!important }



.bread-icn { font-size: 40px!important; }

.label-text { font-size: 12px!important; }















/****************************** TABLET **********************************/


@media only screen and (max-width: 991px) {

    .back-img{
        background-image: url("../img/man-g.png");
        background-position: bottom;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 250px;
    }


    .logo-img{
        height: 60px!important;
    }
    .prof-img{
        height: 45px!important;
    }

    .bread-icn { font-size: 30px!important }

    .label-text { font-size: 10px!important; }

}


/****************************** MOBILE **********************************/


@media only screen and (max-width: 576px){

    .logo-img{
        height: 60px!important;
    }
    .prof-img{
        height: 45px!important;
    }

    .bread-icn { font-size: 20px!important }

    .label-text { font-size: 10px!important; }

}
