/*general css*/


.page-title__content {

    top: 24%!important;

}
@media only screen and (max-width: 1200px){
.page-title__content {

    top: 50%!important;

}
.page-title {
    height: 200px;
}
}
@media only screen and (max-width: 992px){
	/*#front_tabs{*/
	/*	display: none !important;*/
	/*}*/
	.page-title{
	    display:none!important;
	    
	}
}