@media only screen and (max-width: 600px) {
    .header_top{
        height: 26vw!important;
        max-height: 104px;
        overflow: hidden;
    }
    .mobile-icon {
    top: none!important;
    margin-top: -8px !important;
}
.mobile-header-row{
        display: flex;
    /*flex-direction: row-reverse;*/
    flex-wrap: nowrap!important;
    align-items: flex-start;
}
.mobile-header-row .col-md-5.col-sm-12.col-xs-12:nth-child(1) {
    display: none;
}
.mobile-header-row .col-md-5.col-sm-12.col-xs-12:nth-child(3) {
    width: 496px;
}
img.logo-svg-resposive{
    min-width: 49px!important;
    margin-left: -10px!important;
}
 h2.head-Agrisnet{
    font-size: 10px;
    margin-top: 0px;
  }
.flex-nav_bar{
	display: flex!important;
	flex-direction: column!important;
}
p.tn-department-title-one{
   font-size: 7px;
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    line-height: 13px;
  }
.users_view_customized{
	width: 100%!important;
	padding: 0px!important;
	/*padding-bottom: 11px !important;*/
	display: flex!important;
    flex-direction: row!important;
    flex-wrap: wrap;
    margin-bottom:5px; 
}
.users_view_customized a{
	font-size: 1.09rem!important;
    line-height: 25px;
}
div.social{
	justify-content: center;
}
.fa-house-user{
	display: none!important;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.flexing {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.fa-house-user{
	color: blue;
}
}

.fa-house-user{
	position: relative;
  animation: myfirst 1s 2;
  animation-direction: alternate;
    }
    @keyframes myfirst {
  0%   {left: 0px; top: -40px; opacity:0;}
  25%  {left: 0px; top: 0px; opacity:0.6;}
  50%  {left: 0px; top: 10px; opacity:0;}
 
}

/*path content*/

.paths-location{
    display: flex;
    float: right;
    padding: 0px 0px;
    background: #ccd0cc;
    margin-top: 32px;
    box-shadow: 1px 1px 10px #979e99;
    border-radius: 5px;
}
ul.title-paths {
    display: flex;
    padding: 2px;
    flex-direction: row;
    flex-wrap: nowrap;
}

a li.paths-line {
    padding: 3px;
    background: #ffffff;
    color: #10982f;
    font-weight: bold;
    font-size: 0.7rem;
    display: flex;
}


a.pathlink li.paths-line::after {
    color: green;
    content: '\f35a';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    padding: 5px;
    line-height: 2px;
    padding-left: 13px;
}
a li.paths-line:last-child::after {
  content:none;
}
.fa-house-user:before{
padding-right: 5px;
}