@media only screen and (min-width:320px) and (max-width:480px){
.single-service-area .alert.alert-danger.alert-dismissible {
  width: 100% !important;
}
	
.create_account_heading h4 {
  font-size: 24px !important;
}	

.single-service-area.contact-form.login_form {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
.login_form form {
  width: 100% !important;
}

}

@media only screen and (min-width:1024px) and (max-width:1366px){
	.logo-src img {
		width: 36% !important;
	}
	.app-header .app-header__logo {
	    width: 60% !important;
	}	
	.marketing_post .row .col-md-3 {
		max-width: 33% !important;
		flex:0 0 33% !important;
	}
	.marketing_post .list_marketing_post_img img {
		height: 200px !important;
	}
}