.body_taps {
	display: -webkit-box;
	display: flex;
	height: 100bh;
	padding: 2em;
	-webkit-box-pack: center;
	justify-content: center;
	background: #11132D; 
}
.tabs {
	background: #F5D371;
	padding: .5em;
	width: 80%;
	border-radius: 10px;
}
.tabs-radio {
	position: absolute;
	left: -10000px;
}
.tabs-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	font-size: 1.4em;
}
.tabs-nav-item {
	margin: 1% 1% 1% 0%;
	padding: 1%;
	background-color: #9E8531;
	cursor: pointer;
	-webkit-box-flex: 1;
	flex: 1;
	text-align: center;
	border-radius: 50px;
	font-family: "DUBAI BOLD";
}
.tabs-nav-item:hover {
	background-color: #ddd;
}
#tabs-radio-1:checked ~ .tabs-nav #tabs-nav-item-1,
#tabs-radio-2:checked ~ .tabs-nav #tabs-nav-item-2,
#tabs-radio-3:checked ~ .tabs-nav #tabs-nav-item-3 {
	background-color: #F5D371;
	cursor: default;
	border-radius: 10px;
	color: #002F6C;
}
.tabs-panel {
	background: #eaeaea;
	display: none;
	padding: 1em;
}
#tabs-radio-1:checked ~ .tabs-panels #tabs-panel-1,
#tabs-radio-2:checked ~ .tabs-panels #tabs-panel-2,
#tabs-radio-3:checked ~ .tabs-panels #tabs-panel-3 {
	display: block;
	border-radius: 10px;
}
@media all and (max-width: 700px) {
  .tabs-nav-item {
    -webkit-box-flex: 100%;
            flex: 100%;
  }
}
.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.dir_go_maps {
	padding: 2%;
	font-family: "DUBAI MEDIUM";
	font-size: 1.2em;
	color: #11132D;
	text-align: center;	
}