@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;0,400;1,100..900&display=swap');
body, html {
	scrollbar-color: #187F43 rgba(234, 234, 234, 0.75) !important;
	scrollbar-width: thin !important;
}
body {
	background: #E5EEE3;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	color: #3d3c38;
}
.container-fluid {
	padding: 0 40px;
}
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, ul, ol, blockquote, table, p + p, dl, dt, pre {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
}
* {
	box-sizing: border-box;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.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: 10px;
	padding-left: 10px;
}
p:empty {
	display: none;
}
/*********************
// Start Homepage //
***********************/
.close_nav .black_Wrap-1 {
	background: #353535;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99998;
	opacity: 0.95;
	display: none;
}
.close_nav .wrapper {
	padding-left: 0;
}
.wrapper {
	padding-left: 220px;
	-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;
}
.sticky .top-Header {
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.095);
}
.sticky .logo-Main > img {
	width: 150px;
	max-width: 100%;
}
.logo-Main {
	margin: 0;
}
.close_nav .top-Header {
	left: 0;
}
.top-Header {
	background: #005B1F;
	position: fixed;
	z-index: 99997;
	padding: 10px 0;
	left: 220px;
	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;
}
.logo-Main > img {
	width: 160px;
	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;
}
.left-Menunab {
	height: 315px;
	scrollbar-color: #187F43 rgba(234, 234, 234, 0.75) !important;
	scrollbar-width: thin !important;
	overflow: auto;
}
.left-Menuse .logo-Main {
	background: #0B7236;
	padding: 15px;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px
}
.left-Menuse .logo-Main a > img {
	max-width: 100%;
	width: 160px;
}
.left-Menuse {
	background: #187F43;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 220px;
	z-index: 99999;
	border-right: 1px solid #000;
	-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(0);
	box-shadow: 0 15px 15px 10px rgba(0,0,0,0.1) inset;
}
.close_nav .left-Menuse {
	transform: translate(-102%, 0);
}

.left-Menunab ul > li > a {
	font-size: 13px;
	background: #0B7236;
	display: block;
	color: #FAC76B;
	padding: 15px;
	margin-top: 1px;
	line-height: 14px;
	position: relative;
	font-weight: 500;
	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: #1B8246;
	color: #fff;
}
.left-Menunab ul > li > a:hover span {
	filter: grayscale(100%) contrast(100);
}

.main-Menuse {
	justify-content: end;
}
.main-Menuse ul {
	display: flex;
	align-items: center;
}
.main-Menuse ul > li > a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: center;
	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.primaryBtn {
	padding: 15px 50px 15px 15px;
	color:#353535;
}
.main-Menuse ul > li > a.primaryBtn:hover { 
	color:#353535;
}
.main-Menuse ul > li > a:hover {
	color: #fff;
}
.main-Menuse ul > li > a.primaryBtn i {
	background: #005B1F;
	color: #FAC76B;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute; 
	right: 3px;
	top: 50%;
	margin-top: -20px;
	font-size: 25px !important;
}
.signUp a > i {
	color: #FAC76B;
	font-size: 40px;
}
.left-Menunab ul > li > a.primary-Gbtn.sm-Btn:before {
	display: none;
}
.banner-Mainse::before {
	background:#B0D69E;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.banner-Mainse {
	background: #fff;
	padding: 105px 0 40px;
	position: relative;
	z-index: 2;
	color: #fff;
}
.inner-Bansec {
	background: url(../images/bg-banner.png) no-repeat center center/cover;
	min-height: 300px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	padding: 50px;
}
.ban-Textbox > h1 {
	font-size: 40px;
	font-weight: 800;
	line-height: normal; 
}
.cat-Box {
	background: #E5EEE3;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	display:block;
	color:#353535;
	font-size:14px;
	font-weight:600;
		-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;
}
.cat-Box:hover {
	color:#777;
}
.cat-Box > span {
	width:50px;
	height:50px;
	border-radius:5px;
	display:block;
	margin:0 auto 5px;
	
}

.primaryBtn {
	background: #FAC76B;
	color: #3d3c38;
	font-size: 18px;
	line-height: 19px;
	font-weight: 600;
	padding: 15px 60px 15px 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: left;
	display: inline-block;
	border-radius: 100px;
	box-shadow: 0 3px 3px rgba(255, 255, 255, 0.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;
}
.primaryBtn > i {
	background: #005B1F;
	color: #FAC76B;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -20px;
	font-size: 25px;
}
.primaryBtn::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);
}
.primaryBtn:hover:after {
	height: 100%;
}
.primaryBtn:hover {
	color: #3d3c38;
}
.black-Btn {
	background: #353535;
}
.white-Btn {
	background: #f9f9f9;
	color: #353535;
}
.full-Width {
	display: block;
	width: 100%;
	max-width: 100%;
}
.title-Main, .title-Main2 {
	padding: 0 15px;
	border-left: 4px solid  #005B1F;
	margin-bottom: 30px;
	position: relative;
}
.title-Main2 {
	border:0;
}
.title-Main > h2,  .title-Main2 > h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	color: #005B1F;
}
 .title-Main2 > h2 { 
	color: #353535;
}
.common-Box {
	background: #fff;
	padding: 40px;
	border-radius: 5px;
	position: relative;
}
.common-Box + .common-Box {
	margin-top: 40px;
}
.mar-Tbox {
	margin-top: 40px;
}
.game-cn {
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bnr728 {
	margin: 1px 0 !important;
}
.mid-cover {
	padding: 40px 0;
}
.slick-list.draggable {
	padding: 0 !important;
}
.game-Boxse {
	background: #E5EEE3;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #D5DED3;
}
.imgSec > a > img, .imgSe > a > img  {
	height: 150px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.imgSe > a > img  {
	height: 230px; 
}
.text-Box {
	padding: 15px;
}
.text-Box > h3 {
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.text-Boxes {
	padding-top: 20px;
}
.text-Boxes > h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	color: #252525;
}
.text-Boxes > p {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #353535;
	padding-top: 20px;
}
.palyBtn > a {
	font-size: 15px;
	line-height: 15px;
}
.palyBtn {
	padding-top: 15px;
}
.md-Txtse + .md-Txtse {
	margin-top: 15px;
}
.md-Txtse > p {
	font-size: 14px;
	line-height: 24px;
	padding-top: 15px;
}
.md-Txtse > h2 {
	font-size: 16px;
	color: #252525;
	font-weight: 600;
	margin-bottom: 15px;
}
.md-Txtse > ul {
	padding-left: 15px;
}
.md-Txtse > ul > li {
	font-size: 14px;
	line-height: 24px;
	list-style-type:disc;  
}
.news-Boxse {
	background: #E5EEE3;
	border-radius: 5px;
	overflow: hidden;
}
.news-Box {
	padding:15px;
}
.news-Box > h3 {
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color:#187F43;
}
.news-Box > p {
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	padding:15px 0;
}
.readBtn > a {
	font-size: 14px;
	color: #187F43;
	font-weight: 600;
}
.readBtn > a:hover { 
	color: #454545;  
}
.Lead-Boxse {
	background: #E5EEE3;
	position: relative;
	border-radius: 5px; 
	padding: 10px;
}
.topIcon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50px;
	padding: 10px;
}
.lead-Tbox > h3, .lead-Tbox > h3 {
	font-size: 14px;
	font-weight: 600;
	color: #353535;
}
.prize-Tbox > h3 {
	font-size: 20px;
	font-weight: 600;
	background: #4bc079;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 20px;
	line-height: 20px;
}
.lead-Tbox > h4 > span, .table-Tbox > h4 > span {
	display: block;
	color: #19b6ff;
	font-weight: 500;
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 13px;
}
.lead-Tbox > h4, .table-Tbox > h4 {
	font-size: 16px;
	font-weight: 600;
	color: #4bc079;
	padding-top: 5px;
	line-height: 17px;
}
.table-Tbox {
	text-align: right;
}
.table-Tbox > h4 > span {
	color:#555;
	padding-top:10px;
}
.table-Tbox > h4 {
	color: #353535;
	display: inline-block;
	padding-top: 0;
	font-size:14px
}

.leadImg > img { 
	display: flex;
	align-items: center;
	border-radius: 5px;
}
.com-Lead {
	margin-top: 10px;
}
.com-Lead .leadImg > img {
	width: 40px;
	height: 40px;
}
.countSe > span {
	font-size: 18px;
	font-weight: 500;
	background: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	line-height: 19px;
	color: #555;
}
.table-header {
	padding: 10px;
	margin-bottom: -15px;
	background:#187F43;
	border-radius: 5px 5px 0 0;
	margin-top: 10px;
}
.table-header .table-Tbox > h4 {
	color: #fff; 
}
.form-Box {
	background:#f5f5f5;
	max-width:900px;
	width:100%;
	margin:0 auto;
	padding:50px;
	}
.form-Box .forminator-ui .forminator-field input, .form-Box .forminator-ui .forminator-field textarea {
	height: 50px !important;
	padding: 10px !important;
	color: #575775;
	font-size: 14px !important;
	border-radius: 10px !important;
	border: 1px solid #efefef !important;
}
.form-Box .forminator-ui .forminator-field textarea{
	height:auto !important;
	
	resize: none !important;
}

.form-Box .forminator-row {
	margin-bottom: 5px !important;
}
.picker.picker-checkbox .picker-handle {
	border-radius: 3px;
	display: none;
}
.picker { 
	padding: 0 !important; 
}
.form-Box .forminator-checkbox  {
	margin:0 !important;
}
.form-Box .forminator-row.forminator-row-last {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}
.form-Box .forminator-button-submit.primaryBtn {
	padding: 20px !important;
	display: block !important;
	width: 100% !important;
	border-radius: 5px !important;
	line-height: 16px !important;
	font-size: 16px !important;
	text-transform: uppercase;
}
.form-Box .forminator-button-submit.primaryBtn:hover {
	background:#187F43 !important; 
}
.form-Box .forminator-description{
	display: none !important;
}

/**********************************
// //
************************/
footer {
	background:#004206;
	padding: 40px 0 20px;
	color: #fff;
	text-align: center;
}
.fot-Logo {
	display: inline-block;
	text-align: center;
	padding-bottom: 30px;
}
.fot-Logo a > img {
	max-width: 200px;
	width: 100%;
}
.top-Footer ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.top-Footer ul > li {
	padding: 0 10px;
}
.top-Footer ul > li > a {
	font-size: 15px;
	color: #fff;
	line-height: 16px;
	font-weight: 400;
	position: relative;
	-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-Footer ul > li > a:hover {
	color: #187F43;
}
.bottom-Footer {
	text-align: center;
	padding-top: 20px;
	margin-top: 40px;
	border-top: 1px solid #187F43;
	display: inline-block;
}
.bottom-Footer > p {
	font-size: 14px;
	color: #bdbdbd;
}
.bottom-Footer > p > a {
	color: #FAC76B;
	-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;
}
.bottom-Footer > p > a:hover {
	color: #ffd960;
}
.custom-Order {
	order: 1;
}
/***************
//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 > span {
	position: absolute;
	left: 0;
	top: 3px;
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.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: 16px;
	color: #4e9a5e;
	line-height: 20px;
	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;
}
.review-Boxse .primaryBtn {
	padding: 20px;
	font-size: 20px;
	text-align: center;
	border-radius: 10px;
}
.review-Boxse .primaryBtn > i { 
	width: 53px;
	height: 53px; 
	margin-top: -27px;
	font-size: 25px;
}
/******************

// Toggle//

*********************/
.cross {
	background: #FAC76B;
	display: block;
	height: 3px;
	position: absolute;
	right: auto;
	left: 0;
	top: 50%;
	border-radius: 3px;
	margin-top: -2px;
	width: 25px;
}
.sticky .cross, .sticky .cross:after, .sticky .cross:before {
	background: #FAC76B;
}
.cross:after, .cross:before {
	background: #FAC76B;
	content: "";
	position: absolute;
	height: 3px;
	border-radius: 3px;
	right: auto;
	left: 0;
	width: 30px;
	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: 20px;
}
.close_nav .cross, .sticky close_nav .cross {
	background: none;
}
.close_nav .cross:after, .close_nav .cross:before {
	background: #FAC76B;
	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: 30px;
	height: 30px;
	display: flex;
	padding: 0;
	justify-content: center;
	position: absolute;
	left: 40px;
	z-index: 999999;
	top: 50%; 
	margin-top: -15px;
	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;
}
 .Lead-Boxse .row .col-auto {
	padding-right: 0;
}
/**********************

//Media Query Start//

*************************/

 


 @media screen and (max-width:1200px) {
.container-fluid {
	padding: 0 15px;
}
.tog_nav {
	left: 15px;
}
.common-Box {
	padding: 15px;
}
.title-Main {
	margin-bottom: 5px;
}
.slick-prev {
	right: 40px;
}
.slick-next {
	right: 15px;
}
.slick-prev::before, .slick-next::before {
	font-size: 16px;
}
.slick-prev, .slick-next {
	top: 15px;
	width: 20px;
	height: 20px;
}
}
 @media screen and (max-width:991px) {
.wrapper {
	padding-left: 0;
}
.close_nav .top-Header {
	left: 220px;
}
.top-Header {
	left: 0;
}
.close_nav .left-Menuse {
	transform: translate(0);
}
.left-Menuse {
	transform: translate(-102%, 0);
}
.close_nav .black_Wrap-1 {
	display: block;
}
.ban-Textbox > h1 {
	font-size: 30px;
}
.inner-Bansec {
	min-height: 200px;
	padding: 15px;
}
.title-Main > h2 {
	font-size: 20px;
	line-height: 22px;
}
.mid-cover {
	padding: 15px 0;
}
.banner-Mainse {
	padding: 80px 0 15px;
}
.common-Box + .common-Box, .mar-Tbox, .right-Area {
	margin-top: 15px;
}
.category-Sec {
	margin-top: 15px;
}
.marSec {
	margin-top: 10px;
}
.topIcon {
	width: 40px;
	height: 40px;
	margin:0 auto; 
}
.prize-Tbox > h3 {
	font-size: 15px; 
	padding: 10px;
	line-height: 15px;
}
.lead-Tbox > h3, .lead-Tbox > h3 {
	font-size: 13px; 
	line-height: 13px;
}
.lead-Tbox > h4, .table-Tbox > h4 {
	font-size: 13px; 
	line-height: 14px;
}
.countSe > span {
	font-size: 16px; 
	width: 35px;
	height: 35px; 
	line-height: 17px; 
}
.com-Lead .leadImg > img {
	width: 35px;
	height: 35px;
}
/*********************
// 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;
}
.review-Boxse .primaryBtn {
	padding:15px 20px;
	font-size: 16px;
}
.review-Boxse .primaryBtn > i {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 25px;
}
.title-Main2 {
	text-align: center;
	margin-bottom: 20px;
}
/*********************
// ToplIst Responsive css end//
*************************/
}
 @media screen and (max-width:767px) {
.ban-Textbox > h1 {
	font-size: 26px;
}
}
 @media screen and (max-width:576px) {
}
