/* Tablet desktop :768px. */
@media (max-width: 782px) {
	.main-header-area.sticky{
		display:none;
	}

}

 
/* small mobile :320px. */
@media (max-width: 767px) {

	.fitro-comment-item > .fitro-comment-item {
		margin-left:0px;
	}
	
	.blog-right-widget{
		margin-top:50px;
	}
 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
