@media screen and (min-width :1199px) and (max-width: 1366px) {
	
	
}

@media screen and (min-width: 992px) and (max-width: 1198px) {
	
	
}

/********Sm-start*******/
@media screen and (min-width: 768px) and (max-width: 991px) {
	
	
}

@media screen and (max-width: 980px) {
	
}

@media screen and (max-width: 768px) {
	
	
}

@media screen and (min-width: 480px) and (max-width: 766px) {
	
	
}

/********xs-start********/
@media screen and (max-width: 767px) {
	.navbar-header::before {
		position: absolute;
		top: 14px;
		left: 15px;
		content: "Site Navigation";
		font-size: 20px;
		line-height: 21px;
		color: #000;
		text-transform: uppercase;
		letter-spacing: 0.25px;
	}
	.foot-para-last p {
		float:none;
		text-align:center;
	}
	.top-menu {
		padding:0px;
		float:none;
	}
	.abt-box img {
		display:none;
	}
	
}

@media screen and (max-width: 360px) {
	
	
	
}

@media screen and (max-width: 320px) {
	
	
}