
/* 1199 */

@media screen and (max-width: 1199.5px) {
	
}

/* 991 */

@media screen and (max-width: 991.5px) {
	.header .menu{
		display: none;
	}
	.header .logo{
		padding: 10px 0px;
	}
}

/* 767 */

@media screen and (max-width: 767.5px) {
	.site-banner .banner-item .site-banner--content .banner-actions .btn{
		min-width: 100px;
	}
	.site-banner .banner-item .site-banner--content .banner-stats{
		max-width: 100%;
	}
	.site-banner .banner-item .banner-img{
		min-height: 450px;
	}
	.footer__widgetWrap{
		margin-bottom: 20px;
	}
	.title-main .heading{
		font-size: 150%;
	}
}

@media (max-width: 767px) {
    .the_content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .the_content table {
        min-width: 700px;
        border-collapse: collapse;
    }
}

