﻿body {
	font-size: 14px;
	font-family: 'Poppins', Arial, sans-serif;
	color: #424245;
}
a {
	text-decoration: none !important;
	color: #424245;
}
.blue {
	color: #3c64ef;
}
.green {
	color: #8dc01f;
}
.btn-green {
	background-color: #8dc01f;
	color: #fff;
}
.btn-green:hover {
	background-color: #8dc01f !important;
}
.svg12{
	width:12px;
	height:12px;
}
.svg16 {
	width: 16px;
	height: 16px;
}
.svg20 {
	width: 20px;
	height: 20px;
}
.svg28 {
	width: 28px;
	height: 28px;
}
.ff1 {
	font-family: 'Playfair Display', Arial, sans-serif;
}
@media (min-width: 576px) {
	.d-sm-block2 {
		display: inline-block !important;
	}
}
.bodytm {
	background: url('../images/bg.jpg') center center;
}
.maintm {
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 1920px) {
	.maintm {
		max-width: 1240px;
	}
}
@media screen and (max-width: 1920px) {
	.maintm {
		max-width: 1240px;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1620px) {
	.maintm {
		max-width: 1240px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.maintm {
		max-width: 1140px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.maintm {
		max-width: 100%;
		margin-right: 15px;
		margin-left: 15px;
	}
}


.navbar .maintm {
	padding: 24px 0px !important;
}
.navbar .navbarright {
	align-items: center;
	justify-content: space-between;
}
.navbarmenu {
	flex: 1;
	justify-content: center;
}
.navbarmenu li {
	margin: 0px 20px;
}
.navbarmenu .nav-link {
	color: #424245 !important;
	font-size: 15px;
	font-weight: 500;
	padding: 0px !important;
}
.navbarmenu a:hover {
	color: #8dc01f !important;
}
.navbarmenu .active a{
	border-bottom: 2px solid #8dc01f !important;
}
.navbar-toggler-icon {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAwklEQVR4nO3YQQqDMBAF0OztYVo9S/f2NLa0R6gXcB3mZ1ZeRM+SIriNEQLtVP6Dv8pmPiQExjkiIiIi+1S1AXC1HFVtNkuEEG4A4p+kTRYB0BsYMO7MO1lERC4AJgNDxkwm7/256A0RERGljON4EpEHgMF47qpaJYuIyMvArx135pksshweooiqVgA6A1dnyKTbvFpEREQl1uXDbODXjpnMy6xHWQf1W0VaAwPG4gXdWqb+9UoU+dRFb4iIiIjIfcUHh9IMCA8k8xMAAAAASUVORK5CYII=') !important;
}
.navbar .mainmenu {
	text-align: center;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.navbar .maintm {
		max-width: auto;
		margin-right: 15px;
		margin-left: 15px;
		padding: 10px 0px !important;
	}
	.navbarmenu {
		align-items: center;
	}
	.navbarmenu .nav-link {
		text-align: center;
		display: inline-block;
	}
	.navbar .mainmenu {
		width: 100%;
		background-color: rgba(0,0,0,0.6);
		z-index: 10000;
		padding:20px;
	}
	.navbarright .navbar-nav li{
		margin-top:10px;
	}
}

.btntoplogin {
	font-size: 15px;
	font-weight: 500;
	color: #424245;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btntoplogin i {
	margin-right: 5px;
}
.btntopbook {
	font-size: 15px;
	font-weight: 500;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: #8dc01f;
	color: #fff !important;
	height: 53px;
	width: 149px;
	text-align: center;
	border-radius: 5px;
	margin-left: 30px;
}
.btntopbook i {
	margin-right: 2px;
}
.btntopbook:hover{
	color:#fff !important;
}
@media screen and (max-width: 767px) {
	.btntopbook{
		margin-left:0px !important;
	}
}

.nav-fill {
	display: block;
	width: 100%;
	height: 108px;
	clear: both;
}
.flexbetweencenter{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.pagecontainer {
	min-height: calc(100vh - 210px);
}
@media (max-width: 767px) {
	.pagecontainer {
		min-height: calc(100vh - 145px);
	}
}


.navbarabsolute {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index:10000;
}
.navbarabsolute .navbarmenu .nav-link {
	color: #fff !important;
}
.navbarabsolute .btntoplogin {
	color: #fff;
}


.btntm1 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	justify-content: center;
	align-items: center;
	background-color: #8dc01f;
	color: #fff !important;
	text-align: center;
	border-radius: 5px;
	padding: 18.5px 20px;
	line-height: 1;
	border: none;
}
.btntm2 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #3f7148 !important;
	text-align: center;
	border-radius: 5px;
	padding: 18.5px 20px;
	line-height: 1;
	border: none;
}
.btntm3 {
	border: 1px solid #acacac;
	border-radius: 10px;
	background-color: #fff;
	color: #161616;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 0px;
}
.btntm3:hover {
	background-color: #8dc01f;
	color: #fff;
}
.btntm3 img {
	margin-right: 10px;
}
.btntm4 {
	border: none;
	border-radius: 10px;
	background-color: #8dc01f;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: block;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 16px 0px;
}

.fieldsetline {
	display: flex;
	align-items: center;
	padding: 20px 0px;
}
.fieldsetline .t {
	color: #8d8d8d;
	font-size: 14px;
	padding: 0px 10px;
}
.fieldsetline .line {
	flex: 1;
	height: 1px;
	background-color: #e0e0e0;
}

@media screen and (max-width: 767px) {
	.nav-fill {
		height:62px !important;
	}
}

@media screen and (max-width: 575px) {
	.btntm1 {
		padding: 10px 20px;
	}
	.btntm2 {
		padding: 10px 20px;
	}
}

.authpage {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.authpage .apleft {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.authpage .apleft img {
	height: 100vh;
}
.authpage .apleft {
	position: relative;
}
.authpage .apright {
	flex: 1;
}
.authpage .apleftconwrap {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20px;
	background: #00000040;
	display: flex;
	align-items: end;
	z-index:1000;
}
.authpage .apleftcon .hf {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}
.authpage .apleftcon .hf a{
	color: #fff;
}
.authpage .apleftcon .t {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin: 15px auto;
	max-width: 610px;
}
.authpage .apleftcon .apsocial {
	display: flex;
}
.authpage .apleftcon .apsocial a {
	display: flex;
	width: 48px;
	height: 48px;
	background-color: #8dc01f;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}
.authpage .nav-tabs {
	background-color: #fff !important;
}
.authpage .nav-tabs .nav-link {
	padding: 10px 40px;
	font-size: 18px;
	font-weight: 600;
	color: #64748b;
}
.authpage .nav-tabs .nav-link.active {
	color: #3f7148;
	border: none !important;
	border-bottom: 2px solid #3f7148 !important;
}
.authpage .form-control {
	padding: 10px 15px;
}
.authpage .apbox {
	background-color: #f9f9f9;
	border-radius: 16px;
	padding: 40px;
	margin-left: 100px;
	max-width: 690px;
	max-height:calc(100vh - 100px);
	overflow-y:auto;
}
.apbox .authform {
	width: 100%;
	color: #161616;
	font-size: 16px;
	font-weight: 600;
}
.apbox .authform .t1 {
	color: #161616;
	font-size: 16px;
	font-weight: 600;
	margin: 30px auto;
}
.authform .forgetpass {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}
.apbox .authform .btntm3 {
	margin-top: 10px;
}
.apbox .authform .btntm4 {
	margin-top: 50px;
	margin-bottom: 0px;
}
.authpage .loginmobilelogo{
	display:none;
	margin:0px auto 20px;
	text-align:center;
}
.authpage .btnsendcode{
	background-color:#8dc01f;
	color:#fff;
}
.deallinebox {
	border: 2px solid #8dc01f;
	border-radius: 5px;
	background-color: #fff;
	margin: 5px auto;
	text-align: center;
	width: 200px;
	height: 41px;
	line-height: 41px;
	color:#ff0000;
}
@media screen and (max-width: 767px) {
	.authpage {
		width: 100%;
		height: auto;
		display: block;
		padding:15px;
	}
	.authpage .apleft {
		display:none;
	}
	.authpage .apbox {
		padding: 15px;
		margin-left: 0px;
	}
	.authpage .loginmobilelogo{
		display:block;
	}
}



.footer {
	width: 100%;
}
.footertop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 110px 0px 60px;
	border-bottom: 1px solid #8dc01f;
}
.footertop .ftoplogo {
	width: 300px;
	text-align: left;
}
.footertop .ftoplogo .t {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #424245;
}
.footertop .ftopmenu {
	text-align: left;
	width: 100px;
}
.footertop .fttit1 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #424245;
}
.footertop .fttit2 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #424245;
}
.footertop .ftsocial{
	margin-bottom:6px;
}
.footertop .fmitem {
	font-size: 14px;
	font-weight: 500;
	color: #424245;
	margin: 8px auto;
}
.footertop .ftopright {
	width: 360px;
}
.footertop .btn-green {
	background-color: #8dc01f;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}
.footer .copyright {
	margin: 30px auto;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #424245;
}
.memberfooter {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #E5E7EB;
	margin-top:20px;
}
.memberfooter .copyright{
	padding: 20px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #9CA3AF;
}

@media screen and (max-width: 767px) {
	.footertop {
		display: block;
		padding: 30px 15px 30px;
	}
	.footertop .ftoplogo {
		margin:0 auto;
		text-align:center;
	}
	.footertop .ftoplogo .t {
		font-size: 12px;
		line-height:1.2;
	}
	.footertop .ftopmenu {
		width: 100%;
		margin-top:30px;
		display:flex;
		flex-wrap:wrap;
		align-items:center;
	}
	.footertop .fttit1 {
		margin-bottom: 0px;
		display:none;
	}
	.footertop .ftopright {
		width: 100%;
		text-align:center;
	}
	.footertop .fttit2 {
		font-size: 12px;
		font-weight:400;
		text-align:left;
	}
	.footer .copyright {
		margin: 20px auto;
		font-size: 14px;
	}

}