.nav_sticky {
  position: fixed !important;
  top: 72px;
  z-index: 1024; /* keep it on top of other content */
  background-color: white; /* important if the page has content behind it */
  border-bottom: 1px solid #ccc; /* optional: visual separation */
  width: 100%;
}
.footer_logos{
	margin-top: 85px;
}
.pos_rel_fix{
	position: relative;
	top: 95px !important;
}
@media only screen and (max-width: 991px) {
	.mob_center{
		text-align: center;
	}
	.ml-5{
		margin-left: 0 !important;
	}
	.tree_left:before{
		display: none !important;
	}
	.tree_border{
		display: none !important;
	}
	.nav_sticky {
	  position: unset !important;
	  top: unset !important;
	  z-index: unset !important;
	  background-color: unset !important;
	  border-bottom: unset !important;
	  width: unset !important;
	}
	
	.pos_rel_fix{
		position: unset !important;
		top: unset !important;
	}
	.footer_logos{
		margin-top: unset !important;
	}
}