/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
.sdsd{
	display: inline-block;
}


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.sdsd{
	display: inline-block;
}


}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.blog__wrapper {
	margin-right: 0;
}

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
.single-post .page__title-content h2 {
	font-size: 30px;
}
.footer-col-2,.footer-col-3,.footer-col-4{
	padding-left: 15px;
}
.header__bottom.sticky {
	position: static !important;
}
.sticky {
	position: static !important;
}
.blog__item-2.sticky::before {
	top: -8px;
}
.blog__content-2 {
	padding: 30px;
	padding-top: 25px;
}
.price__item {
	padding: 35px;
}
.services__area-2 {
	margin-top: 0;
}
 

}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

 
}
