/* CSS Document */

@media screen and (max-width: 991px) {

.jobapplysecc .hed .namehightxt{display: block; width: 100%; margin-top: 5px;}	
.jobdescriptionsec{max-height:inherit; min-height:inherit;}
	
}

@media screen and (max-width: 450px) {

/*.navdec .rightsec{position: absolute;right: 5px;width: 65%;}*/
.navdec .welnavsecc .userpicname img {width: 35px; height: 35px;}
.navdec .welnavsecc .userpicname p{font-size: 14px; font-weight: bold;}
.navdec .rightsec{width: 100%;}
.navdec .navbar-brand{margin-right: 0;width: 100%;text-align: center;}
.navdec .welnavsecc{text-align:center;}
.navdec .welnavsecc .userpicname{justify-content: center;}
.navdec .welnavsecc h6{margin: 5px 0;}

}


@media (min-width: 576px) and (max-width: 767px) {
	
}

