.tinytabs .tabs {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 50px;
	column-gap: 30px;
	row-gap: 10px;
}

.tinytabs .tabs .tab-close {
	position: absolute;
	right: 10px;
}

.tinytabs .tabs .tab {
	margin: 0 0 0 0;
	background: transparent;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	color: #3D4A58;
	position: relative;
	border: 1px solid #4A90E2;
	transition: background-color .2s linear;
}

.tinytabs .tabs .tab:hover {
	color: #fff;
	text-shadow: none;
	background: #4A90E2;
}

.tinytabs .tab-section {
	background: transparent;
	overflow: hidden;
	padding: 0;
	clear: both;
	border-radius: 3px;
	display: none;
}

.tinytabs .tab.sel {
	background: #4A90E2;
	color: #fff;
	text-shadow: none;
}
.map-tab {
	position: relative;
}
.map-tab iframe {
	height: 620px;
	width: 100%;
}
@media(max-width: 992px){
	.map-tab iframe {
		height: 500px;
	}
}