body {
	font-family: 'Roboto', sans-serif;
}
/*Global::Start*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
a {
	color: #575962;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #575962;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
/*indus btn start*/
.m-radio, .m-checkbox {
	font-size: 1.2rem;
}
.m-radio > span, .m-checkbox > span {
	top: 3px;
	left: 0;
}
.btn-primary:hover {
	color: #fff;
	background-color: #c5a00c;
	border-color: #c5a00c;
}
.btn-primary {
	color: #fff;
	background-color: #f1c40f;
	border-color: #f1c40f;
}
.btn-primary:focus, .btn-primary.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(88, 103, 221, 0.5);
	box-shadow: 0 0 0 .2rem rgba(88, 103, 221, 0.5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #f1c40f;
	border-color: #f1c40f .
}
.bootstrap-select.show > .dropdown-toggle.btn-light, .bootstrap-select.show > .dropdown-toggle.btn-secondary {
	border-color: #f1c40f !important;
}
.bootstrap-select > .dropdown-toggle.btn-light:focus, .bootstrap-select > .dropdown-toggle.btn-light.active, .bootstrap-select > .dropdown-toggle.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.btn-secondary.active {
	border-color: #f1c40f;
}
.form-control:focus {
	border-color: #f1c40f;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #f1c40f;
}
.m-accordion .m-accordion__item--primary {
	border: 1px solid #f1c40f !important;
	background-color: #f1c40f !important;
}
.m-accordion .m-accordion__item--primary .m-accordion__item-head.collapsed {
	background-color: #f1c40f !important;
}
.m-accordion .m-accordion__item--primary .m-accordion__item-head, .m-accordion .m-accordion__item--primary .m-accordion__item-head:hover {
	background-color: #a80e14 !important;
}
.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head:hover, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head:hover {
	background-color: #fff;
}
.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
	font-size: 1.2rem;
}
.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-body, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-body {
	border-top: 1px solid #01aef0;
}
.logo-left {
	float: left;
	width: 50%;
	text-align: left;
}
.logo-right {
	float: left;
	width: 50%;
	text-align: right;
}
/*indus btn end*/
.m-accordion.m-accordion--bordered .m-accordion__item, .m-accordion.m-accordion--default .m-accordion__item {
	border: 1px solid #01aef0;
	border-radius: 0;
}
.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head .m-accordion__item-mode, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
	color: #01aef0;
}
.m-accordion .m-accordion__item .m-accordion__item-body > span, .m-accordion .m-accordion__item .m-accordion__item-body .m-accordion__item-content {
	/*padding: 1.5rem 2rem;*/
	padding: 0.5rem;
}
.m-accordion .m-accordion__item .m-accordion__item-head {
	padding: 0.4rem 0.6rem;
}
.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-title {
	font-size: 1rem;
}
.app-bg {
	background: #F1F2F7;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: #C9CCD3;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
	background-blend-mode: lighten;
	background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
}
.sec-wrapper {
	padding: 0;
	margin: 0 auto;
	width: 33%;
	color: #575962;
	box-sizing: border-box;
	/* The image used */
	background: #F1F2F7;
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
}
.common-box {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.1rem;
	margin-bottom: 15px;
	background: #fff;
	overflow: auto;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.common-box1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.1rem;
	padding-bottom: 0;
	margin-bottom: 10px;
	background: #fff;
	overflow: auto;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.common-box1 .eligibility {
	min-height: 170px;
	overflow: auto;
}
.carousel-indicators li {
	background-color: #01aef0;
}
.carousel-indicators .active {
	background-color: #dcf4fe;
}
.common-box1 .eligibility h2 {
	color: #373940;
	font-size: 1.4rem;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	text-align: center;
}
.common-box1 .eligibility h2 i {
	color: #01aef0;
	border: 1px solid #01aef0;
	padding: 5px;
	font-size: 1.3rem;
	border-radius: 100%;
	margin-right: 5px;
}
.common-box1 .eligibility h3 {
	color: #8e8f94;
	font-size: 1.1rem;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-weight: 400;
	text-align: center;
	text-transform: ;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.common-box1 .eligibility h4 {
	color: #53545c;
	font-size: 1.2rem;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-weight: 400;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.common-box1 .eligibility p {
	color: #8e8f94;
	font-size: 1.2rem;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-weight: 300;
	text-align: center;
}
.m-badge {
	background: #eaeaea;
	background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
	background-image: linear-gradient(to right, #f1c40f 0%, #f1c40f 0%, #d9af09 100%);
	background-image: linear-gradient(to right, #ec77ab 0%, #7873f5 100%);
	background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
	background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
	color: #444;
	font-size: 2.3rem;
	line-height: 20px;
	min-height: 20px;
	min-width: 20px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	padding: 0;
	border-radius: .75rem;
}
.m-badge.m-badge--wide {
	letter-spacing: 0.6px;
	padding: 18px 10px 20px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.m-radio > span {
	border: 1px solid #01aef0;
}
.m-w-bt {
	min-width: 100px;
}
.m-w-bt2 {
	min-width: 80px;
}
.m-w-bt3 {
	min-width: 140px;
}
.m-radio, .m-checkbox {
	font-size: 1.1rem;
}
.box-100 {
	width: 100%;
	box-sizing: border-box;
}
.box-100 h2 {
	padding: 0;
	margin: 0;
	font-size: 1.3rem;
	padding-top: 10px;
	font-weight: 400;
}
.box-100 h3 {
	padding: 0;
	margin: 0;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 400;
}
.box-100 h2 em {
	font-weight: 300;
	font-size: 1.1rem;
	font-style: normal;
	color: #898b96
}
/* Slider */
.slick-slide {
	margin: 0px 0;
	text-align: center;
}
.slick-slide img {
	width: 98%;
}
.slick-slide i {
	font-size: 1.5rem;
	color: #e60000;
	text-align: center;
}
.slick-slide p {
	text-align: center;
	font-size: 0.8em!important;
	color: #e60000!important;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Slider */
.common-box .index {
	position: relative;
}
.common-box .index h2 {
	color: #575962;
	font-size: 1.2rem;
	font-style: normal;
	padding: 0;
	margin: 0;
}
.common-box .index h2 em {
	color: #898b96;
	font-size: 1rem;
	font-style: normal;
	
	font-weight: 100;
}
.common-box .index h4 {
	color: #575962;
	font-size: 1.3rem;
	font-style: normal;
}
.common-box .index p {
	color: #575962;
	font-size: 1.1rem;
	font-style: normal;
	padding: 0;
	margin: 0;
}
.common-box .index p strong {
	font-weight: 500;
}
.common-box .index .table thead th {
	vertical-align: top;
	border-bottom: none;
}
.common-box .index i {
	color: #01aef0;
	font-size: 1.5rem;
	padding-top: 5px;
}
.common-box .index .bonus {
	bottom: 4.5rem;
	right: 1.5rem;
	background: #716aca;
	color: #fff;
	padding: 0.5rem 0.8rem;
	font-size: 0.9rem;
	position: absolute;
}
.search-drop {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.1rem;
	margin-bottom: 20px;
	background: #fff;
	overflow: auto;
	height: 400px;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.common-box .lo-tab h2 {
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	color: #373940;
	font-weight: 400;
	padding-left: 15px;
	padding-bottom: 10px;
	line-height: 2rem;
}
.common-box .lo-tab h3 {
	padding: 0;
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #888;
	font-weight: 300;
	padding-left: 15px;
}
.common-box .lo-tab h4 {
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	color: #888;
	font-weight: 400;
	padding-left: 15px;
	line-height: 2rem;
}
.common-box .lo-tab img {
height: 130px;
}

.common-box .lo-tab h4 span {
	padding: 0;
	margin: 0;
	font-size: 2rem;
	color: #333;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 2rem;
}
.common-box .lo-tab-full h2 {
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	color: #373940;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 5px;
}
.common-box .lo-tab-full h4 {
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	color: #555;
	font-weight: 400;
	padding-bottom: 10px;
}
.common-box .lo-tab-full h3 {
	padding: 0;
	margin: 0;
	font-size: 1.1rem;
	color: #888;
	font-weight: 400;

	line-height: 2rem;
}
.common-box .lo-tab-full h3 strong {
	color: #555;
	font-weight: 500;
}
.common-box .lo-tab-full p {
	padding: 0;
	margin: 0;
	font-size: 1rem;
	color: #444;
	font-weight: 300;
	padding-bottom: 10px;
}
.common-box .lo-tab-full p strong {
	font-size: 1.2rem;
	color: #222;
	font-weight: 400;
}
.common-spa {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0;
	margin-bottom: 10px;
	background: #fff;
	overflow: auto;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.common-spa-head {
	background: linear-gradient(135deg, #36a3f7 30%, #00c5dc 100%);
	padding: 1rem;
}
.common-spa-head h1 {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: ;
	text-align: center;
}
.common-spa-head h1 i {
	font-size: 1.3rem;
	color: #fff;
}
.common-spa-head h2 {
	font-size: 2.5rem;
	color: #fff;
	font-weight: 300;
	padding-left: 25px;
}
.common-spa-pic {}
.common-spa .pp {
	padding: 30px 5% 10px 5%;
}
.common-spa .pp h2 {
	font-size: 2.3rem;
	font-weight: 400;
	color: #333
}
.common-spa .pp h2 em {
	font-size: 1rem;
	font-weight: 300;
	font-style: normal;
}
.common-box .redem h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	color: #333;
	font-weight: 400;
	padding-bottom: 15px;
}
.common-box .redem h3 {
	padding: 0;
	margin: 0;
	font-size: 1rem;
	color: #888;
	font-weight: 300;
	padding-bottom: 10px;
}
.common-box .redem h3 i {
	color: #01aef0;
	font-size: 1.2rem;
	margin-right: 5px;
}
.common-box .member-card {
	padding: 12px 20px 5px 20px;
	border-radius: 8px;
	background: #111;
}
.common-box .member-card .num {
	padding: 0;
	margin: 0 auto;
	border: none;
	border-radius: 100%;
	display: block;
	text-align: center;
	padding: 0px;
	width: 70px;
	height: 70px;
	font-size: 3.4rem;
	margin-bottom: 10px;
	color: #111;
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
.white {
	color: #fff!important;
}
.common-box .member-card .num2 {
	padding: 0;
	margin: 0 auto;
	border: none;
	border-radius: 100%;
	display: block;
	text-align: center;
	padding: 0;
	width: 70px;
	height: 70px;
	font-size: 3.4rem;
	margin-bottom: 10px;
	color: #fff;
	background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
/*Global::End*/
/*head::Start*/
.ind-bread {
	background: #01aef0;
	position: fixed;
	width: 33%;
	padding: 1rem;
	z-index: 99;
	-moz-box-shadow: 0px 4px 20px rgba(69, 65, 78, 0.2);
	-webkit-box-shadow: 0px 4px 20px rgba(69, 65, 78, 0.2);
	box-shadow-bottom: 0px 4px 20px rgba(69, 65, 78, 0.2);
}
.ind-bread h1 {
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.ind-bread h2 {
	font-size: 1.3rem;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.ind-bread i {
	margin-right: ;
	font-size: 1.1rem;
	color: #fff;
	position: absolute;
	top: 15px;
}
.margin-1 {
	padding: 63px 0;
}
.margin-2 {
	padding: 10px 0;
}
.my-cor {
	padding: 0;
	margin: 0 auto;
}
.carousel-control-next {
	right: -6%;
}
.carousel-control-prev {
	left: -6%;
}
.carousel-control-prev-icon {
	background-image: url(../img/left.png)
}
.carousel-control-next-icon {
	background-image: url(../img/right.png)
}
/*head::End*/
/*setions::start*/
.inner-pad {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #fff;
	overflow: auto;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.inner-pad-nill {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.inner-pad-card {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 1rem 0;
	margin: 0 6%;
	margin-bottom: 15px;
	background: #fff;
	overflow: auto;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
/*setions::End*/
/*CSS::start*/
.lounge-left {
	float: left;
	width: 50%;
	text-align: center;
	padding: 1rem;
	border-right: 1px solid #e5e9f3;
}
.lounge-left h2 {
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0;
	padding-bottom: 0.5rem;
	margin: 0;
	text-transform: uppercase;
}
.lounge-left h3 {
	font-size: 1.7rem;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #cd1d60;
}
.find-lounge {
	min-height: 340px;
}
.find-lounge .box-1 {
	float: left;
	width: 50%;
	text-align: center;
	padding-bottom: 1rem;
}
.find-lounge .box-2 {
	float: left;
	width: 50%;
	text-align: center;
	padding-bottom: 1rem;
}
.find-lounge h3 {
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: capitalize;
	padding: 0;
	padding-bottom: 1rem;
	margin: 0;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #e5e9f3;
}
.min-w-1 {
	min-width: 100px;
}
.min-w-2 {
	min-width: 75px;
}
.list-lounge {
	width: 100%;
	float: left;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.list-lounge h2 {
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0;
	padding-bottom: 0.6rem;
	margin: 0;
	margin-bottom: 1rem;
	text-transform: capitalize;
	color: #3f4047;
	/*border-bottom: 1px solid #e5e9f3;*/
}
.list-lounge h2 em {
	font-size: 1.2rem;
	font-style: normal;
	color: #898b96;
}
.list-lounge h3 {
	font-size: 1.1rem;
	font-weight: 300;
	padding: 0;
	padding-bottom: 0.4rem;
	margin: 0;
	text-transform: capitalize;
	color: #898b96;
}
.list-lounge h3 span {
	color: #575962;
	font-weight: 500;
}
.list-lounge h3 span i {
	color: #01aef0;
	width: 7%;
	text-align: center;
}
.list-lounge h4 {}
.list-lounge p {
	font-size: 1.1rem;
	color: #898b96;
	padding: 0;
	margin: 0;
	line-height: 1.7rem;
}
.list-lounge p strong {
	color: #575962;
	font-weight: 500;
}
.list-lounge p strong i {
	color: #01aef0;
	width: 7%;
	text-align: center;
}
.list-lounge .ll-pic {
	width: 27%;
	float: left;
	padding-right: 3%;
	box-sizing: border-box;
}
.list-lounge .ll-info {
	width: 70%;
	float: left;
	box-sizing: border-box;
}
.amen {
	width: 100%;
	float: left;
}
.amen .boxes {
	width: 25%;
	float: left;
	padding: 0.5rem 0;
	text-align: center;
	font-size: 0.9rem;
	color: #01aef0;
	box-sizing: border-box;
}
.amen .boxes i {
	display: block;
	font-size: 1.2rem;
	color: #01aef0;
	padding-bottom: 0.5rem;
}
.amen-1 {
	font-size: 1rem;
	color: #898b96;
	padding-right: 1rem;
}
.lounge-detail {}
.lounge-detail h2 {
	font-size: 1.6rem;
	font-weight: 400;
	padding: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin: 0;
	margin-bottom: 1rem;
	text-transform: capitalize;
	color: #3f4047;
	border-bottom: 1px solid #e5e9f3;
}
.lounge-detail h2 em {
	font-size: 1.4rem;
	font-style: normal;
	color: #898b96;
}
.lounge-detail h3 {
	font-size: 1.1rem;
	font-weight: 300;
	padding: 0;
	padding-bottom: 0.2rem;
	margin: 0;
	text-transform: capitalize;
	color: #898b96;
}
.lounge-detail h3 span {
	color: #575962;
	font-weight: 500;
}
.lounge-detail h3 span i {
	color: #01aef0;
	width: 5%;
	text-align: center;
}
.lounge-detail h4 {}
.lounge-detail p {
	font-size: 1.1rem;
	color: #898b96;
	padding: 0;
	padding-bottom: 1rem;
	margin: 0;
	line-height: 1.7rem;
}
.lounge-detail p strong {
	color: #575962;
	font-weight: 500;
}
.lounge-detail p strong i {
	color: #01aef0;
	width: 5%;
	text-align: center;
}
.location-b {}
.location-b h2 {
	font-size: 1.4rem;
	font-style: normal;
	color: #575962;
	text-transform: capitalize;
	padding-bottom: 1rem;
}
.location-b .l-box {
	width: 8%;
	float: left;
}
.location-b .l-box i {
	color: #01aef0;
	font-size: 1.5rem;
	padding-top: 0.2rem;
}
.location-b .r-box {
	width: 92%;
	float: left;
}
.location-b p {
	color: #898b96;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 2rem;
}
.location-b p strong {
	color: #575962;
	font-weight: 500;
}
.pop-table {
	padding: 10px!important;
	border: 1px solid #eee!important;
	font-size: 1.1rem!important;
	color: #333!important;
}
.pop-b1 {
	width: 100%;
	float: left;
	background: #e7ecfb;
	padding: 10px;
	border-radius: 1rem 1rem 1rem 0;
	text-align: center;
	margin-top: 15px;
}
.pop-b1 strong {
	font-weight: 400;
	font-size: 1.1rem;
}
.pop-b1 .le {
	width: 50%;
	float: left;
}
.pop-b1 .re {
	width: 50%;
	float: left;
}
.qr-card {
	text-align: center;
	padding: 13px;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.qr-card .card-bx {
	padding: 20px;
	text-align: left;
	background: #000;
	border-radius: 1em;
	position: relative;
	height: 255px;
	max-height: 255px;
}
.qr-card .card-bx img {
	padding: 0 0 10px;
	height: 46px;
	display: inline-block;
}
.qr-card .card-bx .card-num {
	border-top: 1px solid #f6ce6c;
	text-align: center;
	font-size: 2.2em;
	letter-spacing: 1px;
	padding: 30px 0 40px 0;
	color: #f6ce6c
}
.qr-card .card-bx .card-name {
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	color: #f6ce6c;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.qr-box {
	text-align: center;
	padding: 15px 10px;
	background: #eee;
	border-radius: 1em;
}
.qr-box p {
	font-size: 1.1em;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.qr-box img {
	background: #fff;
	padding: 10px;
	width: 120px;
	margin: 10px 0;
}
.ind-card {}
.ind-card h3 {
	font-size: 1.1rem;
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: #01aef0;
}
.ind-card p {
	font-size: 1rem;
	padding: 0;
	margin: 0;
	color: #898b96;
	font-weight: 300;
}
.front-box {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding: 0;
}
.front-box h2 {
	font-size: 1.2rem;
	padding-bottom: 8px;
	font-weight: 400;
	color: #666
}
.front-box h3 {
	font-size: 0.9em;
	padding-bottom: 8px;
	font-weight: 400;
	color: #111
}
.front-box p {
	font-size: 1rem;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #ED1B24;
}
.front-box p strong {
	font-weight: 400;
	color: #999;
}
.front-box p span {
	font-weight: 400;
	font-size: 0.9rem;
	color: #666;
	text-transform: capitalize
}
.front-1 {
	width: 34%;
	float: left;
	box-sizing: border-box;
}
.front-1 img {
	height: 110px;
	width: 110px;
}
.front-2 {
	width: 66%;
	float: left;
	box-sizing: border-box;
	padding-left: 3%;
}
.front-3 {
	width: 21%;
	float: left;
	box-sizing: border-box;
}
/*CSS::end*/
/*Individual*/
.balance-c {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding-top: 11px;
	font-size: 1.8rem;
	color: #fff;
	background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
	background: #0691c6;
}
/*Individual*/
/*Footer::Start*/
.foot-sticky {
	position: fixed;
	bottom: 0;
	background: #000;
	width: 33%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	padding: 10px;
	border-top: 1px solid #e5e9f3;
	font-size: 0.9rem;
	color: #666;
}
.foot-sticky img {
	margin-top: 5px;
}
.foot-sticky .foot-b {
	width: 33.33%;
	float: left;
	text-align: center;
	text-transform: capitalize;
}
.foot-sticky .foot-b a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.8rem;
}
.foot-sticky .foot-b a i {
	font-size: 0.9rem;
}
.foot-sticky .foot-b a:hover {
	color: #e60000;
	text-decoration: none;
}
.foot-sticky .foot-b .foot-c a {
	color: #e60000;
	text-decoration: none;
}
.foot-sticky .foot-b .foot-c a:hover {
	color: #e60000;
	text-decoration: none;
}
/*Footer::End*/
/*Responsive:: Start*/
@media screen and (max-width: 600px) {
	.sec-wrapper {
		width: 100%;
		border-right: none;
		border-left: none;
	}
	.ind-bread {
		width: 100%;
	}
	.common-box .index h2 {
		font-size: 1rem;
		font-weight: 400;
	}
	.foot-sticky {
		width: 100%;
		border-right: none;
		border-left: none;
	}
	.list-lounge h2 {
		font-size: 1.3rem;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.list-lounge h2 em {
		font-size: 1rem;
	}
	.list-lounge h3 {
		font-size: 1rem;
	}
	.list-lounge p {
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
	.lounge-detail h2 {
		font-size: 1.2rem;
		padding-bottom: 0.5rem;
	}
	.lounge-left h2 {
		font-size: 1rem;
	}
	.ind-card h3 {
		font-size: 0.9rem;
		padding: 0;
		margin: 0;
	}
	.ind-card p {
		font-size: 0.9rem;
		padding: 0;
		margin: 0;
		color: #898b96;
		font-weight: 400;
	}
	.ind-bread h2 {
		font-size: 1rem;
		font-weight: 400;
		text-transform: uppercase;
	}
	.list-lounge h3 span i {
		width: 8%;
		text-align: center;
	}
	.list-lounge p strong i {
		width: 8%;
		text-align: center;
	}
	.common-box .lo-tab h2 {
		font-size: 1.1rem;
		line-height: 1.4rem;
		padding-bottom: 7px;
	}
	.common-box .lo-tab h3 {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
	.common-box .redem h3 {
		font-size: 0.8rem;
	}
	.common-box .redem h3 i {
		font-size: 0.9rem;
	}
}
/*-------------------------------------------------------------------------------
/*New Latest CSS Nov 2019
------------------------------------------------------------------------------------*/
table {
	padding: 0;
	margin: 0;
}
table .table th, .table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.table th, .table td {
	border-top: none;
}
.table th, .table td {
	padding: 0;
	vertical-align: top;
	border-top: none;
}
/*header section*/
#head-voda {
	padding: 0;
	margin: 0 auto;
	background: /*#ED1B24*/ #091113;
	position: fixed;
	z-index: 9;
	width: 33%;
	height: 70px;
}
#head-voda .logo-1 {}
#head-voda .logo-1 img {
	padding-top: 2px;
	padding-left: 20px;
}
#head-voda .logo-2 {
	text-align: right;
}
#head-voda .logo-2 img {}
#head-voda .back-nav {
	background: #d1040c;
	padding: 12px 0;
	position: relative;
}
#head-voda .back-nav i {
	color: #fff;
	position: absolute;
	top: 1px;
	left: 32px;
}
#head-voda .back-nav h2 {
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
/*header section*/
#head-sm {
	padding: 10px 0 15px;
	margin: 0 auto;
	background: #ED1B24;
	position: fixed;
	z-index: 9;
	width: 33%;
	border-bottom: 1px solid #c10808;
}
#head-sm .logo-3 {
	text-align: left;
}
#head-sm .logo-3 img {
	height: 32px;
	text-align: left;
}
#head-sm .logo-4 {
	text-align: right;
}
#head-sm .logo-4 img {
	height: 32px;
	text-align: right;
}
/*Margin Section*/
#margin-set-1 {
	padding: 130px 0;
}
#margin-set-2 {
	padding: 85px 0;
}
/*Visit Section*/
.visit-bx {
	padding: 10px 10px 20px;
	overflow: auto;
	background: #fff;
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	margin-bottom: 15px;
}
.visit-bx h3 {
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #575962;
	text-align: center;
	font-weight: 500;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.visit-bx h3 img {
	width: 30px;
	margin-right: 10px;
}
.visit-bx .remain {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 0 0;
}
.visit-bx .remain .intl {
	width: 50%;
	float: left;
}
.visit-bx .remain .intl h4 {
	font-weight: 500;
	font-size: 1.1em;
	color: #373940;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}
.visit-bx .remain .dom {
	width: 50%;
	float: left;
}
.visit-bx .remain .intl span {
	height: 50px;
	width: 50px;
	background-color: #ED1B24;
	border-radius: 50%;
	display: inline-block;
	line-height: 50px;
	font-size: 1.6em;
	color: #fff;
	font-weight: 500;
	/*box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.2);*/
}
.visit-bx .remain .intl span:hover {
	background: #f82626;
}
/*login Section*/
.login-sec {
	padding: 30px;
}
.login-sec h1 {
	font-size: 1.5em;
	text-align: center;
	color: #E60000;
	font-weight: 400;
	padding-bottom: 20px;
}
.login-sec h2 {
	font-size: 1.2em;
	text-align: left;
	color: #333;
	font-weight: 400;
	padding-bottom: 30px;
	line-height: 1.5;
}
.login-sec h3 {
	font-size: 1.1em;
	text-align: center;
	color: #333;
	font-weight: 400;
	text-align: left;
}
.login-sec h4 {
	font-size: 1em;
	text-align: left;
	color: #666;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	padding-top: 20px;
}
.login-sec p {
	color: #666;
	font-size: 0.9em;
	text-align: left;
	font-weight: 300;
	padding: 0;
	padding-top: 10px;
	margin: 0;
}
/*login Section*/
.benefit-sec {
	line-height: 1.5
}
.benefit-sec h1 {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.3em;
	color: #000;
	padding-bottom: 10px;
}
.benefit-sec h1 em {
	font-size: 0.8em;
	font-weight: 400;
	font-style: normal;
	color: #7a7d89
}
.benefit-sec h2 {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.6em;
	background: #f9e0e0;
	border-radius: 1em 0 1em 0;
	padding: 15px 20px;
	font-weight: 400;
	color: #333;
	margin: 15px 0;
}
.benefit-sec p {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	color: #333;
	font-weight: 300;
	padding-top: 10px;
}
.benefit-sec h3 {
	font-size: 1.1em;
	text-align: left;
	font-weight: 500;
	color: #111;
	padding: 5px 0 10px 0;
	margin-top: 15px;
}
.benefit-sec ul {
	padding-left: 0;
	line-height: 1.6;
	list-style: none;
}
.benefit-sec ul li {
	padding-bottom: 10px;
}
.benefit-sec ul li:last-child {
	padding-bottom: 0;
}
.benefit-sec span {
	font-weight: 400;
	color: #333;
}
.benefit-sec span strong {
	font-weight: 500;
}
.color-dark {
	color: #333!important;
}
/*welcome Section*/
.welcome-sec {
	padding: 5px;
}
.welcome-sec h2 {
	font-size: 1.5em;
	text-align: center;
	color: #E60000;
	font-weight: 400;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.welcome-sec p {
	font-size: 1.1em;
	text-align: justify;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
/*btn*/
.btn-1 {
	background: #d1040c;
	border: 0;
	border-radius: 4px!important;
	font-weight: 500;
	font-size: 1em
}
.btn-1:hover {
	background: #f82626;
}
.btn-2 {
	background: #ED1B24;
	border: 0;
	border-radius: 4px!important;
	font-weight: 500;
	font-size: 1em;
	min-width: 110px;
}
.btn-2:hover {
	background: #f82626;
}
.btn-voda {
	background: #d1040c;
	border: 0;
	border-radius: 4px!important;
	font-weight: 500;
	font-size: 1em;
	min-width: 100px;
	text-transform: capitalize;
	color: #fff;
}
.btn-voda:hover {
	background: #f20c15;
}
.red {
	color: red!important;
	font-style: normal!important;
}
/*Responsive*/
@media screen and (max-width: 1024px) {
	.sec-wrapper {
		width: 60%;
	}
	.ind-bread {
		width: 60%;
	}
	#head-voda {
		width: 60%;
	}
	#head-sm {
		width: 60%;
	}
	.foot-sticky {
		width: 60%;
	}
}
@media screen and (max-width: 768px) {
	.app-bg {
		background: #F1F2F7;
	}
	.sec-wrapper {
		width: 100%;
	}
	.foot-sticky {
		width: 100%;
	}
	#head-voda {
		width: 100%;
	}
	#head-voda .back-nav {
		padding: 8px 0 10px;
	}
	#head-voda .back-nav i {
		font-size: 0.9em;
		top: 2px;
		left: 30px;
	}
	#head-voda .back-nav h2 {
		font-size: 1em;
		font-weight: 500;
	}
	#head-sm {
		width: 100%;
	}
	#head-sm .logo-3 img {
		height: 26px;
	}
	#head-sm .logo-4 img {
		height: 26px;
	}
	#margin-set-1 {
		padding: 133px 0;
	}
	.common-box {
		padding: 10px;
		margin-bottom: 10px;
	}
	.login-sec {
		padding: 30px;
	}
	.qr-box p {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 450px) {
	.front-box h2 {
		font-size: 1.1em;
		padding-bottom: 4px;
		font-weight: 500;
	}
	.front-box p {
		font-size: 0.8em;
		font-weight: 500;
	}
	.front-box p span {
		font-size: 0.9em;
	}
	.btn-1 {
		font-size: 0.8em;
	}
	.qr-card .card-bx {
		max-height: 230px;
	}
	.qr-card .card-bx img {
		height: 40px;
	}
	.qr-card .card-bx .card-num {
		font-size: 2.1em;
		padding: 20px 0;
	}
	.qr-card .card-bx .card-name {
		font-size: 1.3em;
	}
	.qr-box p {
		font-size: 1em;
	}
	.qr-box img {
		width: 110px;
		margin: 10px 0;
	}
	.welcome-sec p {
		font-size: 0.9em;
	}
	.front-box h3 {
		font-size: 0.8em;
	}
}
@media screen and (max-width:390px) {
	.front-box h2 {
		font-size: 1em;
		padding-bottom: 4px;
		font-weight: 500;
	}
	.front-box p span {
		font-size: 0.85em;
	}
	.qr-card .card-bx {
		max-height: 200px;
	}
	.qr-card .card-bx img {
		height: 38px;
	}
	.qr-card .card-bx .card-num {
		font-size: 1.7em;
		padding: 20px 0;
	}
	.qr-card .card-bx .card-name {
		font-size: 1.2em;
	}
	.login-sec {
		padding: 20px;
	}
	.login-sec h1 {
		font-size: 1.5em;
		padding-bottom: 15px;
	}
	.login-sec h2 {
		font-size: 1.1em;
		padding-bottom: 20px;
	}
	.bootstrap-select .dropdown-menu {
		width: 200px;
	}
}
