/******************************
	RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1200px) {
	.logo {
		font-size: 30px !important;
	}
	.logo:before {
		height: 50px;
		width: 50px;
	}
}
@media screen and (max-width: 1100px) { /* Target Screen Width */
	.banner .single-banner {
		background-attachment: scroll !important;
	}
}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 900px) {
	.contacts {
		padding-top: 50px;
	}
	.main-content .flexbox {
		flex-wrap: wrap;
	}
	#main-banner + .main-content .flexbox > div:not(.text-box) {
		height: 300px;
		background-size: contain !important;
		width: 100%;
	}
	.main-content .flexbox .text-box {
		padding: 0;
		width: 100%;	
	}
	.main-content .flexbox .text-box + .text-box {
		padding: 0 !important;
	}
	.main-content + .main-content .flexbox .text-box + div {
		width: 100%;
		height: 300px;
		margin-top: 25px;
	}
}

@media screen and (max-width: 770px) { /* Tablet View */
	header {
		padding: 50px 15px;
	}
	.logo {
		left: 0;
	}
	.banner .single-banner h1 {
		font-size: 24px;
		line-height: 26px;
	}
	.banner .container {
		margin: auto 0 100px auto;
	}
	
	.icons > div {
		flex-wrap: wrap;
	}
	.icons > div span {
		padding: 15px 0;
		width: 100%;
	}
}

@media screen and (max-width: 670px) { /* Phone View */
	footer .container {
		padding: 0 15px;
	}
	footer p {
		padding: 25px 0 75px 0;
	}
	.jb-logo {
		margin: auto;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.tst-img {
		background-position: left center !important;
	}
	.contacts div:first-child {
		margin-left: 0;
	}
	.map > div > a {
		margin-top: 15px;
	}
	.banner .single-banner .cell {
		padding-top: 180px;
	}
}

@media screen and (max-width: 420px) {
	.contacts {
		padding-top: 80px;
	}
	.contacts a:first-child span {
		display: none;
	}
	.banner .single-banner p {
		font-size: 14px;
		line-height: 20px;
	}
	.banner .container {
		margin: 50px 0 50px auto;
	}
}

@media screen and (max-width: 380px) {
	header {
		padding: 20px 15px;
	}
	.logo {
		top: 20px;
	}
	.contacts {
		padding-top: 95px;
	}
	.contacts div:first-child {
		font-size: 17px;
	}
	.contacts div:first-child a:last-child {
		margin-top: 7px;
	}
	.banner .single-banner h1 {
		font-size: 16px;
		line-height: 22px;
	}
	.testim-slider::after {
		height: 85px;
		width: 85px;
		bottom: 0;
		right: -35px;
	}
	
}