/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
.process__item h4 {
		font-size: 24px;
}

}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.admin-bar .header-sticky {
		margin-top: 32px;
	}

}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.admin-bar .header-sticky {
		margin-top: 32px;
	}

}
.admin-bar .header-sticky .header__icon {
	transform: translateY(3px);
}

/* small mobile :320px. */
@media (max-width: 767px) {
	.latest-comments ul li ul.children {
	    padding-left: 0px;
	}
	.logo img {
		max-width: 120px;
	}
	.admin-bar .header-sticky.sticky {
		margin-top: 0;
	}
	.footer__text h3 {
		line-height: 1.3;
	}
	.go-top {
		margin-top: 40px;
	}
	.postbox__item.sticky::before {
		right: 30px;
		top: 8px;
		font-size: 30px;
	}
 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 550px) and (max-width: 767px) {
	.logo img {
		max-width: 130px;
	}
	.admin-bar .header-sticky.sticky {
		margin-top: 46px;
	}
	.admin-bar .header-sticky.sticky .header__icon {
		transform: translateY(6px);
	}
	.footer__text h3 {
		line-height: 1.3;
	}
	.go-top {
		margin-top: 40px;
	}
 
}
