 @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body, html {
	scrollbar-color: #4e9a5e rgba(0, 0, 0, 0.2) !important;
	scrollbar-width: thin !important;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Rubik", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	color: #222937;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	color: inherit;
}
* {
	box-sizing: border-box;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 15px;
	padding-left: 15px;
}
p:empty {
	display: none;
}
/*********************



// Start Homepage //



***********************/
.close_nav .black_Wrap-1 {
	background:#d1d1d1;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	opacity: 0.85;
}
.sticky header {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.095);
}
.sticky .logo-Main > img {
	width: 110px;
	max-width: 100%;
}
header {
	position: fixed;
	z-index: 999999;
	padding: 10px 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	background: #fff;
}
.logo-Main > img {
	width: 130px;
	max-width: 100%;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.top-Menuse {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-Menuse ul {
	display: flex;
	align-items: center;
}
.main-Menuse ul > li > a {
	color: #422F2D;
	font-size: 14px;
	font-weight: 400;
	padding: 0 15px;
	text-align: center;
    text-transform: capitalize;
	position: relative;
	z-index: 2;
	display: block;
	line-height: 15px;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.main-Menuse ul > li > a:hover {
	color: #4e9a5e;
}
.main-Menuse .reg-Btn > a, .main-Menuse .logBtn > a {
	background: #4e9a5e;
	padding: 15px 5px;
	width: 120px;
	margin-left: 15px;
	border-radius: 100px;
	color: #fff;
}
.top-Menuse {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.left-Menuse {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 280px;
	background: #f5f5f5;
	border-left:1px solid #4e9a5e;
	z-index: 99999;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	transform: translate(102%);
}
.left-Menuse .logo-Main {
	padding: 15px;
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-Menuse .logo-Main a > img {
	max-width: 100%;
	width: 220px;
}
.close_nav .left-Menuse {
	transform: translate(0);
}
 .left-Menunab ul > li > a::before {
 background:#4e9a5e;
 content: "";
 width: 10px;
 height: 10px;
 position: absolute;
 right: 15px;
 border-radius: 10px;
 top: 17px;
 -webkit-transition: all 400ms ease-in-out 0s;
 -moz-transition: all 400ms ease-in-out 0s;
 -ms-transition: all 400ms ease-in-out 0s;
 -o-transition: all 400ms ease-in-out 0s;
 transition: all 400ms ease-in-out 0s;
}
.left-Menunab ul {
	padding-right:20px;
}
.left-Menunab ul > li > a {
	font-size: 14px;
	background:#fff;
	display: block;
	color: #353535;
	padding: 15px 40px 15px 15px;
	border-radius: 0 10px 10px 0;
	margin-top: 5px;
	line-height: 14px;
	position: relative;
	font-weight: 500;
	border: 1px solid #efefef; 
	border-left: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.left-Menunab ul > li > a:hover {
	background: #4e9a5e;
	color:#fff;
	border-color:#4e9a5e; 
}
.left-Menunab ul > li > a:hover:before {
	background:#fff;
}
.banner-Mainse::before, .banner-Mainse::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	/*width: 100%; 
	border-left: 75vw solid transparent;
	border-right: 25vw solid transparent;
	border-bottom: 15vh solid #fff;*/
}
.banner-Mainse::after {
	background: rgb(54,97,69);
	background: linear-gradient(90deg, rgba(54, 97, 69, 0.85) 0%, rgba(78, 154, 94, 0.85) 58%);
	top: 0;
 opacity:;
	border: 0;
	z-index: -2;
}
.banner-Mainse {
	background: url(../images/bg-banner.png) no-repeat center center/auto;
	padding: 150px 0 100px;
	position: relative;
	z-index: 2;
	text-align:center;
}
.inner-Bannerse {
	display: inline-block;
	width: 600px;
	max-width: 100%;
}
.right-Bseec > img {
	margin-bottom: -150px;
}
.play-Btnse {
	padding-top: 40px;
}
.play-Btnse .primary-Gbtn {
	max-width: 250px;
	padding: 25px 15px;
	font-size: 20px;
	line-height: 20px;
}
.ban-Leftse > h1 {
	font-size: 40px;
	line-height: normal;
	font-weight: 700;
	color: #fff; 
	line-height: 47px;
}
.ban-Leftse > h1 > span {
	display: block;
}
.ban-Leftse > p {
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	padding-top: 30px;
	color: #fff;
}
.primary-Gbtn {
	background: #44be4c;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 25px 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	border-radius: 10px;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.primary-Gbtn::after {
	background: rgba(255, 255, 255, 0.15);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	z-index: -1;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
.primary-Gbtn:hover:after {
	height: 100%;
}
.primary-Gbtn:hover {
	color: #fff;
}
.btn-White {
	background: #fff;
	color: #454545;
}
.btn-White:hover {
	color: #454545;
}
.btn-Yellow {
	background: #FFCD00;
	color: #2a2a2a;
}
.btn-Yellow:hover {
	color: #2a2a2a;
}
.btn-Blue {
	background: #0b5ed7;
}
.full-Width {
	display: block;
	width: 100%;
	max-width: 100%;
}
.title-Mainse > h2 {
	font-size: 50px;
	line-height: 51px;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
}
.title-Mainse > h2 > span {
	color: #3f42f3;
}
.title-Mainse > h2 > i {
	display: block;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #acacac;
}
.title-Mainse > p {
	font-size: 18px;
	color: #666;
	line-height: 25px;
	padding-top: 30px;
}
.step-Wrap {
	background: #f9f9f9;
	padding: 40px 30px;
	border-radius: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.075);
}
.step-Icon {
	padding-bottom: 30px;
}
.step-Icon > img {
	width: auto;
	height: 80px;
}
.step-Txtse > h3 {
	font-size: 22px;
	font-weight: 600;
	color: #4e9a5e;
}
.step-Txtse > p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding-top: 10px;
}
.step-Mainsec {
	padding: 80px 0;
	background: #fff;
}
.tittle-Main > h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: normal;
}
.tittle-Main > h2 > span {
	display: block;
}
.tittle-Main {
	width: 650px;
	max-width: 100%;
	padding-bottom: 50px;
	margin: 0 auto;
	text-align: center;
}
.tittle-Main > p {
	font-size: 18px;
	font-weight: 400;
	color: #555;
	line-height: 24px;
	padding-top: 20px;
}
.hotal-Mainse {
	padding: 80px 0;
	background: #f6f6f6;
}
.post-Main {
	background: #fff;
	cursor: pointer;
	border: 1px solid #efefef;
	border-radius: 10px;
}
.imgSec a > img, .imgSec > img {
	border-radius: 10px 10px 0 0;
}
.text-Wrap {
	padding: 30px 20px;
}
.text-Box > h3 {
	font-size: 20px;
	font-weight: 600;
	color: #252525;
	margin: 0 0 15px;
	line-height: 24px;
}
.text-Box > p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}
.read-More > a {
	font-size: 14px;
	font-weight: 500;
	color: #4e9a5e;
	display: inline-block;
	margin-top: 10px;
}
.inner-Gamese {
	position: relative;
	z-index: 2;
}
.date-Sec {
	display: flex;
	align-items: center;
	justify-content:space-between ;
}
.date-Sec h4 {
	font-size: 12px;
	font-weight: 500;
	color: #999;
}
/***************
//Toplist//
***************/
.logo-Topse {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
	z-index:2;
}
.hotelImg > img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.hotelImg, .hotelBg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.hotelImg { 
	z-index:-2;
}
.counter-Se {
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-radius: 10px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	line-height: 14px;
}
.logo-Topse > a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:15px;
}
.logo-Topse > a > img {
	width:auto;
	height:60px;
	 
}
.tpbox-Wrapse + .tpbox-Wrapse {
	margin-top: 15px;
}
.top-Listse {
	background: #f7f7f7;
	overflow: hidden;
	min-height: 120px;
	position: relative;
}
.top-Listxt {
	padding: 20px;
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	padding-left: 0;
}
.top-Listxt > .row {
	height: 100%;
}
.ratin-Boxse > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ratin-Boxse {
	background: rgba(75,75,75,0.85);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ratin-Boxse > ul > li {
	line-height: 17px;
}
.ratin-Boxse > ul > li > a {
	font-size: 16px;
	color: #ffd409;
	line-height: 16px;
	margin: 0 2px;
}
.ratin-Boxse > p {
	font-size: 13px;
	line-height: 13px;
	color: #374a54;
}
.stars-Ratingse:after, .stars-Ratingse:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    letter-spacing: 4px;
    font-size:inherit;
    line-height: inherit;
    color: #ffc318;
}
.stars-Ratingse i {
	margin: 0 2px;
	font-size: 16px;
    line-height: 16px;

}

.stars-Ratingse:before {
    content: '\f006\f006\f006\f006\f006';
    color: #e8e8e8;
}
.stars-Ratingse:after {
    width: var(--rating-val);
    content: '\f005\f005\f005\f005\f005';
    overflow: hidden;
}

.stars-Ratingse {
    position: relative;
    display: inline-block;
    color: transparent;
}
.info-Boxse {
	display: inline-block;
}
.info-Boxse > ul > li {
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
	text-align: left;
	padding-left: 20px;
	position: relative;
	color: #252525;
}
.info-Boxse > ul > li:before {
	content: "f058";
	position: absolute;
}
.info-Boxse > ul > li::before {
	content: "";
	position: absolute;
	font-family: fontawesome;
	left: 0;
	top: 7px;
	color: #4e9a5e;
	width: 11px;
	height: 6px;
	border-width: 0 0 2px 3px;
	border-style: solid;
	transform: rotate(-45deg);
}
.info-Boxse > ul > li.flg-icon::before {
	background: url(../images/flg-icon.png) no-repeat center center/auto;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 0;
	transform: none;
	background-size: 10px;
}
.tpbox-Wrapse {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.tprib-Mainse {
	position: absolute;
	left: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	transform: rotate(-45deg);
	z-index: 9;
}
.tprib-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: #58af55;
	color: #fff;
	padding: 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.075);
}
.information-Boxse > h3 {
	font-size: 14px;
	color: #4e9a5e;
	line-height: 17px;
	font-weight: 600;
}
.information-Boxse > p {
	font-size: 12px;
	color: #2c2c2c;
	line-height: 15px;
	padding-top: 5px;
}
.information-Boxse > p br {
	display: none;
}
.age-Breqsec {
	background: #efefef;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	left: -30px;
	bottom: 0;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-Bpyse .age-Breqsec {
	background: none;
	padding: 10px 0 0;
	box-shadow: none;
	margin: 0 -5px;
	text-align: center;
	position: static;
}
.age-Breqsec ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.age-Breqsec ul > li {
	font-size: 12px;
	line-height: 12px;
	color: #2c2c2c;
	font-weight: 300;
	padding: 0 5px;
}
.age-Breqsec ul > li > a {
	color: #4ca0db;
}
.age-Breqsec ul > li + li {
	border-left: 1px solid #2c2c2c;
}
.information-Boxse {
	text-align: left;
}
.restorant-Mainse {
	padding: 80px 0;
	position: relative;
	background: #fff;
}
.about-Mainse {
	padding: 80px 0;
	background: #efefef;
	text-align: center;
}
.about-Mainse .tittle-Main {
	width: 100%;
	padding-bottom: 30px;
}
.about-Right .tittle-Main {
	text-align: left;
}
.about-Imsec {
	text-align: left;
	padding-right: 40px;
}
.about-Imsec > img {
	border-radius: 10px;
}
.about-Right {
	text-align: left;
	padding-left: 40px;
}
.about-Right ul > li {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	padding-left: 30px;
	position: relative;
}
.about-Right ul > li + li {
	margin-top: 30px;
}
.about-Right ul > li::before {
	content: "\f25a";
	position: absolute;
	font-family: fontawesome;
	left: 0;
	top: 0;
	transform: rotate(90deg);
	font-size: inherit;
}
footer {
	background: #2E4B56;
	padding: 60px 0 20px;
	color: #fff;
	text-align:center;
}
.fooer-Mainse {
	display: inline-block;
	text-align:left
}
.fot-Titlese > h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 20px;
}
.foot-Toplkse ul > li + li {
	margin-top: 10px;
}
.foot-Toplkse ul > li > a {
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.foot-Toplkse ul > li > a:hover {
	color: #4e9a5e;
}
.foot-Toplkse ul > li > a:before {
	content: "\f101";
	position: absolute;
	font-family: fontawesome;
	left: 0;
	top: 0;
	font-size: inherit;
	color: inherit;
}
.fot-Botsec > p {
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
}
.fot-Botsec > p > a {
	color: #4e9a5e;
	font-weight: 600;
}
.fot-Botsec > p > a:hover {
	color: #6eba7e;
}
.address-Sec > li > a {
	font-size: 15px;
	line-height: 21px;
	padding-left: 20px;
	position: relative;
	color: #fff;
	display: inline-block;
}
.address-Sec > li + li {
	margin-top: 10px;
}
.address-Sec > li > a > i {
	position: absolute;
	left: 0;
	top: 2px;
	color: #4e9a5e;
}
.bottom-Footer {
	text-align: center;
	padding-top: 20px;
	margin-top: 60px;
	border-top: 1px solid #4e9a5e;
}
/******************



// Toggle//



*********************/



.cross {
	background: #4e9a5e;
	display: block;
	height: 3px;
	position: absolute;
	transition: background 300ms 400ms ease;
	left: 0;
	right: 0;
	top: 50%;
	border-radius: 3px;
	margin-top: -2px;
	width: 20px;
}
.sticky .cross, .sticky .cross:after, .sticky .cross:before {
	background: #4e9a5e;
}
.cross:after, .cross:before {
	background: #4e9a5e;
	content: "";
	position: absolute;
	height: 3px;
	border-radius: 3px;
	left: auto;
	right: 0;
	width: 25px;
	top: -8px;
	transition: top 300ms ease 400ms, -webkit-transform 300ms ease 0s;
	transition: top 300ms ease 400ms, transform 300ms ease 0s;
}
.cross:before {
	top: 8px;
	width: 13px;
}
.close_nav .cross, .sticky close_nav .cross {
	background: none;
}
.close_nav .cross:after, .close_nav .cross:before {
	background: #4e9a5e;
	top: 0;
	width: 100%;
	left: 0;
	transition: top 300ms ease 0s, -webkit-transform 300ms ease 400ms;
	transition: top 300ms ease 0s, transform 300ms ease 400ms;
}
.close_nav .cross:before {
	transform: rotate(45deg);
}
.close_nav .cross:after {
	transform: rotate(-45deg);
}
.tog_nav {
	width: 25px;
	height: 25px;
	display: flex;
	padding: 0;
	justify-content: center;
	position: absolute;
	right: 15px;
	z-index: 999999;
	top: 50%;
	margin-top: -12px;
	box-shadow: none !important;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	align-items: center;
}
.mid-cover {
	padding: 60px 0;
}
.md-Txtse + .md-Txtse {
	padding-top: 15px;
}
 
.md-Txtse > p {
	font-size: 15px;
	font-weight: normal;
	color: #353535;
	line-height: 24px;
	padding-bottom: 15px;
}
.md-Txtse > p:last-child {    
	padding-bottom: 0;
}
.md-Txtse > p > a { 
	font-weight: 500; 
	color: #353535; 
}
.md-Txtse > h2 {
	font-size: 20px;
	padding-bottom: 15px;
	color: #252525;
}
.md-Txtse ul {
	padding-left: 15px;
}
.md-Txtse ul > li {
	list-style-type: disc;
	font-size: 15px;
	line-height: 25px;
}
/**********************
//Media Query Start//
*************************/

 @media screen and (max-width:1200px) {
.ban-Leftse > h1, .tittle-Main > h2 {
	font-size: 40px;
}
}
 @media screen and (max-width:991px) {
#navbarSupportedContent {
	position: absolute;
	background: #ffff;
	left: 0;
	right: 0;
	top: 52px;
	text-align: center;
	padding-bottom: 15px;
}
.main-Menuse ul > li#menu-item-19866, .main-Menuse ul > li#menu-item-19865 {
	padding: 10px 15px;
	border-top: 1px solid #e7e7e7;
}
.main-Menuse .reg-Btn > a, .main-Menuse .logBtn > a {
	width: 100%;
	margin: 0;
}
.main-Menuse ul {
	display: block;
}
.main-Menuse ul > li > a {
	padding: 15px 10px;
	border-top: 1px solid #e7e7e7;
	font-size: 14px;
	line-height: 14px;
}
.banner-Mainse {
	padding: 100px 0 40px;
}
.right-Bseec {
	display: none;
}
.step-Mainsec, .hotal-Mainse, .restorant-Mainse, .about-Mainse {
	padding: 40px 0;
}
.step-Mainsec .col-lg-4 + .col-lg-4, .hotal-Mainse .col-lg-4 + .col-lg-4 {
	padding-top: 30px;
}
.inner-Bannerse {
	text-align: center;
}
.ban-Leftse > h1, .tittle-Main > h2 {
	font-size: 30px;
	line-height: normal;
}
.ban-Leftse > p {
	font-size: 18px;
	line-height: 26px;
	padding-top: 20px;
}
.banner-Mainse::before {
	display: none;
}
.play-Btnse {
	padding-top: 30px;
}
.main-Menuse {
	justify-content: center;
}
.logo-Main {
	margin: 0;
}
.primary-Gbtn {
	font-size: 18px;
	line-height: 18px;
	padding: 18px 10px;
}
.tittle-Main {
	padding-bottom: 30px;
}
.tittle-Main > p {
	font-size: 15px;
	line-height: 21px;
}
.about-Imsec {
	text-align: center;
	padding-right: 0;
	padding-bottom: 30px;
}
.about-Imsec > img {
	border-radius: 20px;
}
.about-Right {
	text-align: left;
	padding-left: 0;
}
.about-Right ul > li {
	font-size: 15px;
	line-height: 23px;
}
.fot-Titlese > h3 {
	font-size: 18px;
}
.foot-Toplkse ul > li > a {
	font-size: 14px;
	line-height: 15px;
}
.fot-Botsec > p {
	font-size: 13px;
	line-height: 21px;
}
.custo-Colse + .custo-Colse {
	margin-top: 30px;
}
footer {
	padding: 40px 0 20px;
}
.play-Btnse .primary-Gbtn {
	padding: 20px 15px;
	font-size: 16px;
	line-height: 16px;
}
.text-Wrap {
	padding: 20px 15px;
}
/*********************
// ToplIst Responsive css//
*************************/
 
.information-Boxse > h3 {
	font-weight: 600;
}
.information-Boxse > h3 br {
	display: none;
}
.information-Boxse {
	text-align: center;
	padding-bottom: 13px;
}
.age-Breqsec ul > li > a {
	font-size: 9px;
	line-height: 9px;
}
.age-Breqsec ul > li {
	font-size: 9px;
	line-height: 9px;
	padding: 0 2px;
}
.age-Breqsec {
	padding: 12px 5px;
}
.age-Breqsec {
	left: 0;
}
.top-Listxt {
	padding: 15px;
	padding-bottom: 45px;
}
.toplist-Sec3 .top-Listxt {
	padding: 15px;
}
/*********************
// ToplIst Responsive css end//
*************************/
}
 @media screen and (max-width:767px) {
.ban-Leftse > h1, .tittle-Main > h2 {
	font-size: 26px;
}
.ban-Leftse > p {
	font-size: 16px;
	line-height: 23px;
}
}