.main-nav nav .navbar-nav .nav-item a {
	color: #242424;
}
.main-nav nav .navbar-nav .nav-item .nav-las a {
    color: #fff;
}

.page-banner {
	background-image: url('../images/test-img/banner-test-5.png');
	height: 30vh;
	justify-content: center;
	align-items: center;
}

.con-cont{
	display: flex;
	align-items: center;
}

.icon_1 {
	font-size: 35px;
	color: #242424;
}

.con-right-1 {
	flex-direction: column;
}

.mapouter {
	position: relative;
	text-align: right;
	width: 100%;
	height: 500px;
}

.gmap_canvas {
	overflow: hidden;
	background: none !important;
	width: 100%;
	height: 500px;
}

.gmap_iframe {
	height: 500px !important;
}
.cap-con{
	font-size: 30px;
	line-height: 40px;
	
	font-weight: bold;
}


@media (min-width: 150px) and (max-width: 991px) {

	.con-loc,
	.con-num,
	.con-mail {
		flex-direction: column;
		align-items: center;
	}

	.icon_1 {
		margin: 0 !important;
		margin-bottom: 15px !important;
	}

	.con-cont {
		margin: 0 !important;
	}

	.gmap_iframe {
		height: 350px !important;
	}

	.gmap_canvas {
		height: 400px !important;
	}

	.mapouter {
		height: 400px !important;
	}
}