.carousel {
	display: -webkit-flex;
	display: flex;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.card:hover {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

.container {
	padding: 2px 16px;
}

.bar {
	font-family: Arial;
}

.region-data {
	width: 150px;
	height: 60px;
	border-radius: 5px;
	box-shadow: none;
	border: 0;
	cursor: pointer;
}

.frm-style {
	max-width: 100%;
	margin: 0px auto;
	padding: 20px;
	background: rgba(189, 195, 199, 0.3);
	border-radius: 8px;
	font-family: Open Sans;
	font-size: 13px;
	margin-left: -15px;
}

.frm-style fieldset {
	border: none;
	font-size: 15px;
	padding-left: 20px;
}


.frm-style label {
	display: block;
	/* margin-bottom: 8px; */
}

.frm-style input[type="text"],
.frm-style input[type="date"],
.frm-style input[type="datetime"],
.frm-style input[type="email"],
.frm-style input[type="number"],
.frm-style input[type="search"],
.frm-style input[type="time"],
.frm-style input[type="url"],
.frm-style textarea,
.frm-style select {
	font-family: Open Sans;
	background: rgba(255, 255, 255, .1);
	border: none;
	border-radius: 4px;
	font-size: 13px;
	margin: 0;
	outline: 0;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: white;
	color: #595959;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset;
	border-color: #95a5a6;
	/* margin-bottom: 30px; */
}

.frm-style input[type="text"]:focus,
.frm-style input[type="date"]:focus,
.frm-style input[type="datetime"]:focus,
.frm-style input[type="email"]:focus,
.frm-style input[type="number"]:focus,
.frm-style input[type="search"]:focus,
.frm-style input[type="time"]:focus,
.frm-style input[type="url"]:focus,
.frm-style textarea:focus,
.frm-style select:focus {
	background: white;
}

.frm-style select {
	-webkit-appearance: menulist-button;
	height: 35px;
}

.frm-style input[type="submit"],
.frm-style input[type="button"] {
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #1abc9c;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #16a085;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}

.frm-style input[type="submit"]:hover,
.frm-style input[type="button"]:hover {
	background: #109177;
}

.flat-td-header {
	background-color: rgba(52, 73, 94, 1.0);
	color: white;
	font-family: Open Sans;
	padding: 5px;
}

.flat-td {
	font-size: 16px;
	border: 2px;
	border-color: #bdc3c7;
	font-family: Open Sans;
	/*letter-spacing: 0.015em;*/
	/* color:#595959; */
	/* padding: 8px; */
}


.btn-opti {
	font-family: Montserrat;
	color: #fff;
	background-color: #376d87;
}


/* width */

 ::-webkit-scrollbar {
	width: 8px;
}


/* Track */

 ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 4px #676767;
	border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
	background: #a5a5a5;
	border-radius: 10px;
}

.gm-style .controls {
	font-size: 22px;
	/* this adjusts the size of all the controls */
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	box-sizing: border-box;
	border-radius: 1px;
	cursor: hand;
	font-weight: 300;
	height: 1em;
	text-align: center;
	user-select: none;
	width: 1em;
}

.gm-style .controls button {
	border-width: 1px;
	background-color: white;
	color: rgba(0, 0, 0, 0.6);
	border-color: black;
}

.gm-style .controls button:hover {
	color: rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

.gm-style .controls.zoom-control {
	display: flex;
	flex-direction: column;
	height: auto;
}

.gm-style .controls.zoom-control button {
	font: 0.85em Arial;
	margin: 1px;
	padding: 0;
}

.gm-style .controls.maptype-control {
	display: flex;
	flex-direction: row;
	width: auto;
}

.gm-style .controls.maptype-control button {
	display: inline-block;
	font-size: 0.5em;
	margin: 0 1px;
	padding: 0 6px;
}

.gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map {
	font-weight: 700;
}

.gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
	font-weight: 700;
}