.main-container {
	min-height: 67vh;
}

.big-button {
	width: 369px;
	height: 80px;
	border-radius: 8px;
	color: #fff;
	font-size: 29px;
	font-weight: bold;
	border: none;
	background-color: #2a794e;
}

.small-button {
	border-radius: 8px;
	color: #fff !important;
	font-size: 0.8em;
	font-weight: bold;
	border: none;
	text-align: center;
	background-color: #2a794e !important;
}



.container {
	width: 80%;
	margin: 0 auto;
}

.frame-holder {
/*	height: 100%;*/
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;

}

.active {
	border-bottom: solid 1px #fff;
}


.frame1-border {
	position: relative;
	bottom: 0%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.frame5-border-top {
	position: relative;
	top: 0%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.frame5-border-bottom {
	position: relative;
	bottom: 0%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.m-nav-overlay-header {
	width: 100%;
	height: 40px;
	padding: 20px;
	background-color: #2a784e;
	color: #fff;
}

.m-nav-content {
	color: #4d4d4d;
}

.m-nav-content li a {
	font-weight: bold;
}

.m-nav-overlay-footer {
	width: 100%;
	height: 25px;
	padding: 10px 0px 10px 20px;
	background-color: #2a784e;
	color: #fff;
	bottom: 0%;
}

.policy,
.faq,
.guidelines,
.charges { 
	cursor: pointer; 
}

.m-nav-overlay.active {
	-webkit-transition: height .3s ease;	
}

select {
	z-index: 3;
}