* {
	margin: 0px;
	box-sizing: border-box;
}
body {
	font-family: 'Poppins';
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
p {
	font-size: 16px;
	font-family: 'Poppins';
	line-height: 28px;
	color: #3c3c3c;
	font-weight: 400;
}
a {
	font-size: 16px;
	text-decoration: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Poppins';
	line-height: 24px;
	color: #222443;
}
a:hover {
	text-decoration: none;
	outline: none;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
li {
	font-size: 16px;
	font-family: 'Poppins';
	line-height: 24px;
	color: #0c0c0c;
}
button:focus, input:focus, textarea:focus {
	outline: none;
	box-shadow: none;
	transition: all 500ms ease;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins';
	margin: 0px;
	color: #222443;
}
p {
	margin-bottom: 10px;
}
/* div, ul, li, span  {
    transition: 0.3s ease-in-out;
} */

.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-20 {
	padding-top: 20px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-30 {
	padding-bottom: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.justify-center {
	justify-content: center;
}
.mt-20 {
	margin-top: 20px;
}
.align-item-center {
	align-items: center;
}
.justify-content-space-between {
	justify-content: space-between;
}
.flex-end {
	justify-content: flex-end;
}
.site-width {
	max-width: 1225px;
	margin: 0px auto;
}
 @media screen and (max-width:1518px) and (min-width:1368px) {
.site-width {
	max-width: 1372px;
	padding: 0px 40px;
}
}
 @media screen and (max-width:1708px) and (min-width:1519px) {
.site-width {
	max-width: 1552px;
	padding: 0px 40px;
}
}
 @media screen and (max-width:1920px) and (min-width:1709px) {
.site-width {
	max-width: 1642px;
	padding: 0px 40px;
}
}
 @media screen and (max-width:2500px) and (min-width:1921px) {
.site-width {
	max-width: 1842px;
	padding: 0px 40px;
}
}
 @media screen and (max-width:1280px) and (min-width:1024px) {
.site-width {
	padding: 0px 40px;
	max-width: 1260px;
	padding: 0px 40px;
}
}
 @media screen and (max-width:1024px) and (min-width:888px) {
.site-width {
	padding: 0px 40px;
}
}
 @media screen and (max-width:888px) and (min-width:769px) {
.site-width {
	padding: 0px 40px;
}
}
 @media screen and (max-width:768px) {
.site-width {
	padding: 0px 20px;
}
}
/* Utilities */
.bg-hot {
	background: #F73B50;
	padding: 3px 15px;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
}
:root {
 --locationWrap: 22%;
}
.button {
	position: relative;
	transition: all 0.3s ease -in-out;
	/* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); */
	background: #F73B50;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffff;
	gap: 10px;
	font-weight: 400;
	border: none;
	outline: none;
	overflow: hidden;
	font-size: 15px;
	padding: 12px 45px;
}
.button.mediumsize {
	padding: 9px 35px;
}
.button.whatsBtncolor {
	background: linear-gradient(45deg, #3eaa21, #14b928);
}
.button.no-shadow {
	box-shadow: none;
}
.icon {
	width: 24px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}
.button:hover {
	transform: scale(1.05);
	border-color: #fff9;
}
.button:hover .icon {
	transform: translate(4px);
}
.button:hover::before {
	animation: shine 1.5s ease-out infinite;
}
.button::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: linear-gradient(120deg,  rgba(255, 255, 255, 0) 30%,  rgba(255, 255, 255, 0.8),  rgba(255, 255, 255, 0) 70%);
	top: 0;
	left: -100px;
	opacity: 0.6;
}
 @keyframes shine {
 0% {
 left: -100px;
}
 60% {
 left: 100%;
}
to {
	left: 100%;
}
}
.button.btnouline {
	background: #F4F7F9;
	border: 1px solid #737983;
	color: #222443;
	font-weight: 600;
	border-radius: 10px;
	padding: 12px 30px;
}
.button img {
	width: 18px;
}
.title {
	text-align: center;
	margin-bottom: 40px;
}
.title h2 {
	font-weight: 800;
	font-size: 30px;
	line-height: 50px;
	font-family: "Nunito";
}
.title.left {
	text-align: left;
}
.title.navtabbings {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* Utilities end*/


/* Header Section */
.headerSection {
	transition: 0.3s ease-in-out;
	z-index: 5;
	position: relative;
}
.headerSection.sticky {
	position: fixed;
	/*z-index:2;  */
	top: 0px;
	background: #fff;
	width: 100%;
	left: 0px;
	right: 0px;
}
.topHead {
	background: #18192F;
	padding: 8px 0px;
}
.headerSection.sticky .topHead {
	margin-top: -46px;
}
.topheadWrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topheadlinks {
	display: flex;
	align-items: center;
	gap: 10px;
}
.topheadlinks li a img {
	width: 15px;
}
.topheadlinks li a span {
	font-size: 14px;
	color: #F4F7F9;
	font-weight: 600;
}
.topHead .animate-text li a {
	font-size: 14px;
	color: #F4F7F9;
	font-weight: 600;
}
/*  */
.topHead ul {
	display: flex;
	align-items: center;
	gap: 0px;
}
.topHead ul.topSocial li {
	margin: 0px 4px;
}
.topHead ul.topSocial li a {
	display: block;
	line-height: 22px;
	width: 24px;
	height: 24px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
}
.topHead ul.topSocial li a i {
	font-size: 11px;
	color: #18192F;
}
.topHead ul.topSocial li a:hover i.fa-facebook-f {
	color: #0075ea !important;
}
.topHead ul.topSocial li a:hover i.fa-instagram {
	background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.topHead ul.topSocial li a:hover i.fa-x-twitter {
	color: #000;
}
.topHead ul.topSocial li a:hover i.fa-linkedin-in {
	color: #0077b5;
}
.topHead ul.topSocial li a i.fa-whatsapp {
	font-size: 14px;
}
.topHead ul.topSocial li a:hover i.fa-whatsapp {
	color: #128C7E;
}
/* Text Animation */
.topHead .animate-text {
	margin: 0;
	overflow: hidden;
}
.topHead .animate-text > * {
	display: none;
}
.topHead .animate-text *.text-in {
	display: block;
	animation: textIn .5s ease;
}
.topHead .animate-text *.text-out {
	animation: textOut .5s ease;
}
 @keyframes textIn {
 0% {
 transform: translateY(100%);
}
 100% {
 transform: translateY(0%);
}
}
 @keyframes textOut {
 0% {
 transform: translateY(0%);
}
 100% {
 transform: translateY(-100%);
}
}
.mainheader {
	padding: 10px 0px;
	background: #fff;
	z-index: 5;
	position: relative;
}
.headerSection.sticky .mainheader {
	z-index: 5;
	position: relative;
}
.mainheaderWrapper {
	justify-content: space-between;
}
.logoSection {
	width: 183px;
	transition: 0.3s ease-in-out;
}
.headerSection.sticky .logoSection {
	width: 135px;
}
.logoSection img {
	width: 100%;
}
.headerSearch {
	border: 1px solid #dbdbdb;
	padding: 10px 14px;
	border-radius: 10px;
	background: #FFFFFF;
	width: 42%;
	display: flex;
	align-items: center;
}
.inputlocations {
	position: relative;
	width: var(--locationWrap);
}
.inputbtnwrap {
	display: flex;
	gap: 5px;
	position: relative;
}
.inputbtnwrap::after {
	content: '';
	position: absolute;
	right: 6%;
	width: 1px;
	height: 100%;
	background-color: #fdd;
}
.inputbtnwrap .locationicon {
	width: 18px;
}
.inputbtnwrap .downarrow {
	width: 9px;
}
.inputbtnwrap span {
	font-weight: 400;
	color: #EA4333;
	font-size: 14px;
}
.inputlocationslist {
	padding: 10px 20px;
	border: 1px solid #D9D9D9;
	border-radius: 15px;
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 2;
	width: 200px;
	background: #fff;
	transition: unset;
	text-align: left;
}
.inputlocationslist li a {
	display: inline-block;
	padding: 5px 0px;
	font-family: 'Noto Sans';
	font-size: 14px;
	font-weight: 600;
}
.inputlocationslist li a img {
	width: 17px;
}
.inputlocationslist li:last-child {
	border-top: 1px solid #D7DCE4;
}
.clickDropdown {
	cursor: pointer;
}
.searchKeywords {
	position: relative;
	width: calc(100% - var(--locationWrap));
	/*display: flex;*/
	align-items: center;
}
.searchKeywords input {
	border: none;
	outline: none;
	color: #111;
	font-size: 12px;
	width: 100%;
}
.searchKeywords input::placeholder {
 color: #737983;
}
.searchKeywords .searchBtn {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #EA4333;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	/* right: 0px; */
	right:-3px;
	top: -4px;
	border: none;
}
.searchKeywords .searchBtn img {
	width: 15px;
}
.mainheadbtns {
	position: relative;
}
.mainheadbtns ul {
	display: flex;
	gap: 28px;
	align-items: center;
}
.headerSection.sticky .mainheadbtns ul {
	gap: 18px;
}
.mainheadbtns ul li a {
	display: inline-block;
}
.mainheadbtns ul li a img {
	width: 22px;
}
.mainheadbtns ul li a img[src*="assets/img/icons/cart.svg"] {
	filter: contrast(5.5) brightness(1.5) invert(3);
}
.mainheadbtns .btnwithtext {
	display: flex;
	align-items: center;
	gap: 4px;
}
.mainheadbtns .btnwithtext span {
	color: #1C1C1E;
	font-weight: 600;
	font-size: 16px;
}
.mainheadbtns .btnwithtext.withborder {
	border: 1px solid #EA4333;
	padding: 15px 18px;
	border-radius: 11px;
	color: #ddd;
}
.mainheadbtns .btnwithtext.withborder img {
	width: 23px;
}
.mainheadbtns .btnwithtext.withborder span {
	color: #1C1C1E;
	font-weight: 600;
	font-size: 15px;
}
.mainnavBar {
	background: #EEEFF0;
}
.main-header-nav {
	position: relative;
}
.mainnavBar .main-header-nav > ul {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	padding: 0px;
}
.mainnavBar ul li a {
	display: block;
	padding: 16px 19px;
	color: #404040;
	font-weight: 500;
}
.mainnavBar ul li .submenu-div li a {
	padding: 12px 10px;
}
.mainnavBar ul li .submenu-div li a i {
	font-size: 12px;
}
.pcNavbar ul li .submenu-div.megamenudiv li a {
	padding: 0px;
	padding-top: 18px;
}
.mainnavBar ul li .submenu-div.megamenudiv li a:first-child {
	padding-top: 0px;
}
.pcNavbar ul li .submenu-div.megamenudiv li a:first-child {
	padding-top: 0px;
}
.mainnavBar ul li a:hover {
	background: #fff;
	color: #EA4333;
}
.mainnavBar ul li a.active {
	position: relative;
	background: #fff;
	color: #EA4333;
	font-weight: 600;
}
.mainnavBar ul li .submenu-div li a:hover {
	background: #fff;
	color: #EA4333;
}
.mainnavBar ul li a.active::after {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #266777;
}
.mainnavBar.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 111;
	transition: 0.4s ease-in-out;
}
.submenus {
	position: relative;
}
/* .submenu-div {
    position: absolute;
    top: 52px;
    left: 0px;
    bottom: 0;
    transform: scaleY(0);
    transition: 0.0s ease-in-out;
    z-index: 11;
} */

.submenu-div:not(.megamenudiv) ul {
	display: inherit;
	width: 250px;
	padding: 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,  rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #dddddd70;
}
/*
.submenus:hover .submenu-div {
    transform: scaleY(1);
} */

/*.submenus:hover .submenu-div {*/
/*	transform: unset;*/
/*	transform: unset;*/
/*	display: unset;*/
/*}*/
.pcNavbar .submenu-div {
	transform: unset;
	transform: unset;
	display: none;
	position: absolute;
	transition: unset;
}
/*.submenu-div ul li a {*/
/*	color: #272727 !important;*/
/*	border-bottom: 1px solid #ddd;*/
/*	transition: 0.2s ease-in-out;*/
/*}*/
/*.submenu-div ul li a:hover {*/
/*	color: #EA4333!important;*/
/*	padding-left: 25px;*/
/*}*/
/*.submenu-div ul li:last-child a {*/
/*	border-bottom: none;*/
/*}*/
.submenu-pls-mins i {
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease-in-out;
}
.submenus:hover .submenu-pls-mins i {
	transform: scaleY(-1);
	visibility: visible;
	opacity: 1;
}
.submenus.hasMegamenu {
	position: relative;
}
.submenu-div.megamenudiv {
	width: 852px;
	/*width: 100%; */
	height: max-content;
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0px 0px 10px #1c1c1c1f;
	transform-origin: top;
	overflow-y: auto; /* enable horizontal scroll *//*height: 350px;*/

}
.submenu-div.megamenudiv > ul {
	width: 100%;/*    display: flex;*/
}
.submenu-div.megamenudiv > ul > li {
	width: 33%;
	float: left;
}
.pcNavbar .submenu-div .megamenuLists li a {
	padding: 0px;
	display: inline-block;
	padding-top: 18px;
}
.pcNavbar .submenu-div .megamenuLists li:last-child a {
	padding-top: 0px;
}
.submenu-div ul li a.textbtn {
	margin-top: 20px;
	display: inline-block;
}
.menutitle {
	color: #ea4333;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.megamenuCard {
	/* padding: 10px 0px; */
	display: flex;
}
.megamenuCard img {
	width: 28px;
	margin-right: 10px;
}
.megamenucardText h5 {
	color: #111B29;
	font-size: 15px;
	font-weight: 600;
}
.megamenucardText p {
	color: #677489;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
}
.submenu-div.megamenudiv .megamenuLists li {
	width: 100%;
}
.megamenuinfoCard {
}
.megamenuinfoCard .menuImg {
	width: 100%;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 20px;
}
.megamenuinfoCard .menuImg img {
	width: 100%;
}
.normalList li {
	background-image: url(../img/icons/blue-check.svg);
	background-size: 15px;
	color: #677489;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 6px;
}
.submenu-div.megamenudiv .normalList li {
	width: 100%;
}
.textbtn {
	color: #111B29;
	font-weight: 600;
	font-size: 14px;
}
.inputkeywordsuggestions {
	padding: 10px 20px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 2;
	/* width: 190px; */
	background: #fff;
	transition: unset;
}
.recentsearch {
	padding: 10px 0px;
	position: relative;
}
.recentsearch h5 {
	font-size: 15px;
	font-weight: 500;
	color: #454056;
}
.inputkeywordsuggestions li a {
	font-size: 15px;
	font-weight: 500;
	color: #454056;
}
.inputkeywordsuggestions .recentsearch a {
	color: #FF5757;
	text-decoration: underline;
}
.inputkeywordsuggestions li a i {
	color: #838383;
}
.justshowkeyinfo {
	position: absolute;
	color: #64748B;
	font-size: 10px;
	font-weight: 500;
	right: 0px;
	bottom: 0px;
}
.recentsearch.withoutcolored {
	padding: 0px;
}
.recentsearch.withoutcolored a {
	font-size: 15px;
	font-weight: 500;
	color: #454056;
	display: inline-block;
	text-decoration: none;
	padding: 5px 0px;
}
/* slider start*/
.hero-slider {
	width: 100%;
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}
 @media (max-width: 991px) {
.hero-slider {
	height: 380px;
}
}
 @media (max-width: 767px) {
.hero-slider {
	height: 240px;
}
}
.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}
.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 51px;
	margin-top: -30px;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
 @media (max-width: 767px) {
.hero-slider .swiper-button-prev,  .hero-slider .swiper-button-next {
	display: none;
}
}
.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px);
}
.hero-slider .swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	font-size: 15px;
	color: #ffffff;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
}
.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px);
}
.hero-slider .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 15px;
	color: #ffffff;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
}
.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background: #fff;
	transition: all .2s ease;
}
.hero-slider .swiper-pagination-bullet-active {
	opacity: 1;
	width: 30px;
	border-radius: 10px;
}
.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}
 @media screen and (min-width: 992px) {
.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,  .hero-slider .swiper-pagination-custom,  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
}
}
.swiper-pagination {
	text-align: left;
}
.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}
 @media (min-width: 767px) {
.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 6px;
}
}
/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
	height: 450px;
	transition: all .4s ease;
}
@media screen and (max-width: 1920px) and (min-width: 1600px) {
.hero-style {
	height: 670px;
}
}
.SliderContentsWrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.SliderContents {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 28px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
 @media (max-width: 991px) {
.hero-style {
	height: 480pxpx;
}
}
 @media (max-width: 767px) {
.hero-style {
	height: 240px;
}
}
.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
	max-width: 690px;
	margin: 0px auto;
}
.hero-style .slide-title h2 {
	font-size: 52px;
	font-weight: 700;
	line-height: 62px;
	color: #ffffff;
	margin-bottom: 13px;
	text-transform: capitalize;
	transition: all .4s ease;
}
 @media (max-width: 1199px) {
.hero-style .slide-title h2 {
	font-size: 75px;
}
}
 @media (max-width: 991px) {
.hero-style .slide-title h2 {
	font-size: 50px;
	margin: 0 0 35px;
}
}
 @media (max-width: 767px) {
.hero-style .slide-title h2 {
	font-size: 35px;
	margin: 0 0 30px;
}
}
.hero-style .slide-text p {
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 20px;
	transition: all .4s ease;
}
 @media (max-width: 767px) {
.hero-style .slide-text p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 30px;
}
}
.hero-style .slide-btns>a:first-child {
	margin-right: 10px;
}
.aboutCompany {
	height: 100%;
	width: 34%;
	padding: 0px 23px;
}
.bannerWrapperSection {
	display: flex;
	height: 100%;
	align-items: center;
	background: #005ba8;
	position: relative;
	z-index: 1;
}
/* Listing */


.listingContainer {
}
.listingContainer .nav-tabs .nav-link.active {
	border: none;
	background: transparent;
	border-bottom: 3px solid #EA4333;
	color: #151629;
	font-size: 18px;
	font-weight: 600;
}
.listingContainer .nav-tabs .nav-link {
	border: none;
	background: transparent;
	border-bottom: 3px solid transparent;
	color: #8E8E93;
	font-size: 18px;
	font-weight: 400;
}
.listCard {
	position: relative;
	background: #fff;
	border-radius: 10px;
}
.listHeader {
	position: relative;
	height: 220px;
}
.listImg {
	width: 100%;
	z-index: 1;
	height: 220px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.listImg img {
	width: 100%;
	transition: 1s cubic-bezier(0.21, 0.61, 0.67, 1.06);
	height: 100%;
	object-fit: cover;
}
.listCard:hover .listImg img {
	transform: scale(1.05);
}
.listImg::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: linear-gradient(180deg, transparent, #000000a3);
}
.ontags .featuredtag {
	background: #3D89E9;
	padding: 6px 12px;
	position: absolute;
	box-shadow: 0px 5px 10px #0000004b;
	z-index: 1;
	top: 66px;
	left: -10px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.ontags .featuredtag::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-bottom-width: 16px;
	border-top-width: 16px;
	border-left: 10px solid #3D89E9;
	background: transparent;
	bottom: 0px;
	right: -10px;
	top: 0px;
}
.ontags .featuredtag::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 10px;
	border-right-width: 0px;
	border-top: 7px solid #2B60A3;
	background: transparent;
	bottom: -7px;
	left: 0px;
}
.ontags .saletag {
	background: #FBBC05;
	padding: 6px 12px;
	position: absolute;
	box-shadow: 0px 5px 10px #0000004b;
	z-index: 1;
	top: 20px;
	left: -10px;
	color: #000000;
	font-size: 13px;
	font-weight: 400;
}
.offer {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	/* border-radius: 100%;
    border: 1px solid #dba301;
    background: #c79403;*/
	width: 20px;
	height: 20px;
	padding: 3px;
}
.ontags .saletag::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-bottom-width: 16px;
	border-top-width: 16px;
	border-left: 10px solid #FBBC05;
	background: transparent;
	bottom: 0px;
	right: -10px;
	top: 0px;
}
.ontags .saletag::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 10px;
	border-right-width: 0px;
	border-top: 7px solid #B08404;
	background: transparent;
	bottom: -7px;
	left: 0px;
}
.wishlistbtn {
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -1px;
	display: inline-block;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.wishlistbtn span {
	display: inline-block;
	right: 0px;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 85px;
	border-right-width: 0px;
	border-top: 90px solid #FFE0E0;
}
.wishlistbtn svg {
	stroke: #EA4333;
	width: 30px;
	height: fit-content;
	position: absolute;
	top: 0px;
	left: 30px;
	right: 0px;
	bottom: 40px;
	margin: auto;
	fill: transparent;
	transition: 0.3s ease-in-out;
}
.wishlistbtn svg:hover, .wishlist_heart.active {
	fill: #EA4333;
}
.wishlist_heart:active svg {
	transform: scale(0.9);
}
.otherinfocomponents {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 10px;
	margin: auto;
	z-index: 1;
}
.otherinfocomponents ul {
	display: flex;
	align-items: center;
	gap: 20px;
}
.otherinfocomponents ul li {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.otherinfocomponents ul li i {
	color: #FBBC05;
	font-size: 12px;
}
.rating_31 i {
	font-size: 12px !important;
	max-width: 10px;
}
.otherinfocomponents ul li.sharebtn {
	float: right;
	position: absolute;
	right: 20px;
	bottom: 14px;
}
.sharebtn img {
	max-width: 18px;
}
.otherinfocomponents ul li.sharebtn a {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}
.otherinfocomponents ul li.sharebtn a img {
	width: 20px;
}
.listmainContent {
	border: 1px solid #BABDC2;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 18px;
}
.listmainHeader {
	position: relative;
	border-bottom: 1px solid #C4C4C4;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.listmainHeader .listtitle {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #222443;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listaddress {
	display: flex;
	gap: 6px;
}
.listaddress i {
	color: #eb5345;
}
.listaddress img {
	width: 14px!important;
}
.listaddress span {
	font-weight: 400;
	font-size: 15px;
	color: #3A3A3C;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listcategories {
	display: flex;
	gap: 10px;
	align-items: center;
}
.listcategories img {
	width: 18px!important;
}
.listcategories span {
	font-weight: 600;
	font-size: 16px;
	color: #222443;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.agegroupTime {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
}
.agegroupTime li {
	display: flex;
	gap: 5px;
}
.agegroupTime li img {
	width: 14px!important;
}
.agegroupTime li span {
	font-weight: 600;
	font-size: 13px;
	color: #222443;
}
.sessionPrice ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	min-height: 25px;
}
.sessionPrice ul li {
	color: #202020;
	font-weight: 500;
}
.sessionPrice ul li .oldprice {
	color: #7f8092;
	font-weight: 500;
	text-decoration: line-through;
	margin-right: 7px;
}
.sessionPrice ul li .currentPrice {
	color: #EA4333;
	font-size: 20px;
	font-weight: 700;
}
.sessionPrice.justshowEventDuration ul li {
	display: flex;
	gap: 4px;
	align-items: center;
	border: 1px solid #3D89E9;
	padding: 10px;
	width: 100%;
	justify-content: center;
	border-radius: 10px;
	color: #3D89E9;
	font-weight: 500;
	font-size: 13px;
}
.listmainFooter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
}
.listbookbtn a {
	background: #EA4333;
	padding: 8px 26px;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
}
.listbookbtn a:hover {
	background: #c22a1c;
}
.listotherBtns {
	display: flex;
	gap: 10px;
}
.listotherBtns a {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.listotherBtns a.callb {
	color: #3D89E9;
	background: #ecf3fd;
}
.listotherBtns a.callb:hover {
	color: #ecf3fd;
	background: #3D89E9;
}
.listotherBtns a.whatsb {
	color: #0F8B7A;
	background: #e7f3f2;
	font-size: 18px;
}
.listotherBtns a.whatsb:hover {
	color: #e7f3f2;
	background: #0F8B7A;
}
.listWrapper {
	margin-top: 40px;
	position: relative;
	padding-bottom: 20px;
}
.listSlider.owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: -20px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.listSlider.owl-carousel .owl-nav button.owl-prev {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: -20px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.listSlider.owl-carousel:hover .owl-nav button.owl-prev, .listSlider.owl-carousel:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: 1;
}
.listSlider.owl-theme .owl-dots {
	position: absolute;
	right: 0px;
}
.listSlider.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	background: #EEEFF0;
}
.listSlider.owl-theme .owl-dots .owl-dot.active span {
	background: #EA4333;
}
.nav.nav-tabs {
	border: none;
}
.exploreCategroes {
	background: #F4F7F9;
}
.exploreCategroes .nav-tabs .nav-link {
	background: #fff;
	border: 1px solid #222443;
	border-radius: 30px;
	padding: 6px 28px;
	color: #222443;
	font-weight: 400;
	font-size: 16px;
	list-style: 24px;
}
.exploreCategroes .nav-tabs .nav-link.active {
	background: #222443;
	color: #fff;
	font-weight: 600;
}
.categoryCard {
	position: relative;
	margin-bottom: 25px;
}
.categoryCardImg {
	border-radius: 15px;
	overflow: hidden;
}
.categoryCardImg img {
	width: 100%;
	transition: 1s cubic-bezier(0.21, 0.61, 0.67, 1.06);
}
.categoryCard:hover .categoryCardImg img {
	transform: scale(1.05);
}
.categoryContent {
	width: 90%;
	border-radius: 12px;
	background-color: #fff;
	padding: 20px;
	position: absolute;
	bottom: 22px;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	box-shadow: 0px 4px 15px #0000002b;
}
.categoryContent h4 {
	color: #072A50;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 5px;
}
.textbtn {
	color: #EA4333;
	font-weight: 500;
	font-size: 16px;
	text-decoration: underline;
}
.eventsSection {
	position: relative;
}
.eventsSection::before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 52%;
	background: #EA4333;
	z-index: 1;
	top: 0px;
}
.eventContainer {
	position: relative;
	z-index: 1;
}
.eventLeftMain .title h5 {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.eventLeftMain .title h2 {
	color: #fff;
	line-height: 52px;
	margin-top: 7px;
}
.eventMainImg {
	width: 100%;
	transform: rotate(12deg) translateX(40px) translateY(-30px);
}
.eventMainImg img {
	width: 100%;
}
.eventCard {
	padding: 14px;
	border-radius: 15px;
	background: #fff;
	margin-bottom: 19px;
	box-shadow: rgb(149 157 165 / 9%) 0px 8px 24px;
}
.eventCardImg {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	height: 170px;
}
.eventCardImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.eventCardContents .title {
	color: #072A50;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	margin: 0px;
	text-align: left;
	margin-bottom: 12px;
	font-weight: 600;
}
.eventCardContents .otherinfo {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}
.eventCardContents .otherinfo li {
	color: #7f7f7f;
	font-weight: 400;
	font-size: 14px;
}
.eventCardContents .otherinfo li i {
	color: #EA4333;
	font-size: 14px;
}
.eventCardallbtn {
	text-align: right;
	margin-bottom: 20px;
}
.eventCardallbtn a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.rightsideImg {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.rightsideImg img {
	width: 100%;
}
.leftsideContent h2 {
	font-weight: 800;
	font-size: 48px;
	line-height: 68px;
	font-family: "Nunito";
}
.leftsideContent p {
	font-size: 18px;
	font-weight: 400;
	color: #70717b;
	margin-top: 15px;
	margin-bottom: 15px;
}
.leftsideContent .normalList li {
	font-size: 18px;
	font-weight: 400;
	color: #70717b;
	line-height: 30px;
	background-position: top 9px left;
}
.offerBanner {
	background-color: #F4F7F9;
	background-image: linear-gradient(90deg, #000000a1, #000000a1), url(../img/bg/offer-bnr-bg1.jpg);
	background-size: 100%;
	background-position: center
}
.offerbannerWrapper {
	max-width: 900px;
	height: 380px;
	text-align: center;
	background: #fff;
	margin: auto;
	box-shadow: 0px 0px 10px #0000002e;
	border-radius: 15px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.offerbannerWrapper .maintitle h2 {
	font-size: 56px;
	line-height: 68px;
	font-weight: 700;
	font-family: 'Nunito';
}
.offerbannerWrapper .maintitle p {
	font-size: 18px;
	font-weight: 400;
	color: #70717b;
	margin-top: 15px;
	margin-bottom: 25px;
}
.ctaButtons {
	display: flex;
	gap: 20px;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
}
.button {
	display: inline-block;
	padding: 12px 25px;
	font-size: 16px;
	border-radius: 25px;
	text-decoration: none;
	color: #fff;
}
.button.whatsapp {
	background-color: #25D366;
}
.button.whatsapp:hover {
	background-color: #1ebe5d;
}
.button.email {
	background-color: #F73B50;
}
.button.email:hover {
	background-color: #e94460;
}
.moreListings {
	background: #EEFBFF;
}
.browsecatCrd {
	padding: 20px;
	border-radius: 15px;
	background: #fff;
	text-align: center;
	transition: 0.3s ease-in-out;
	border: 1px solid transparent;
	margin-bottom: 25px;
}
.browsecatCrd:hover {
	border: 1px solid #EA4333;
	background: #f8eeed;
}
.browsecatCrd img {
	width: 100px;
	margin: auto;
	margin-bottom: 15px;
}
.browsecatCrd h5 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #222443;
}
.browserCategoryWrapper .row .col {
	width: 20%;
	flex: auto;
}
.browserCategory {
	background: #F4F7F9;
}
.ourlocationWrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.locationCard {
	position: relative;
	width: 33%;
	overflow: hidden;
}
.ourlocationWrapper .locationCard:first-child {
	border-top-left-radius: 15px;
}
.ourlocationWrapper .locationCard:last-child {
	border-bottom-right-radius: 15px;
}
.ourlocationWrapper .locationCard:nth-child(3) {
	border-top-right-radius: 15px;
}
.ourlocationWrapper .locationCard:nth-child(4) {
	border-bottom-left-radius: 15px;
}
.locationImg {
	width: 100%;
	overflow: hidden;
}
.locationImg::before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 40%;
	bottom: 0px;
	background: linear-gradient(180deg, transparent, #000000d4);
	z-index: 1;
}
.locationImg img {
	width: 100%;
	transition: 0.3s ease-in-out;
}
.locationCard:hover .locationImg img {
	transform: scale(1.05);
}
.locationContent {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 20px;
	width: 100%;
	z-index: 2;
}
.locationContent h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 7px;
}
.locationContent span {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}
.testimonials {
	background: #F4F7F9;
}
.testimonailsCard {
	padding: 35px;
	border-radius: 15px;
	background: #fff;
}
.testimesage p {
	color: #64657b;
	font-size: 400;
	font-size: 20px;
	line-height: 30px;
}
.testiuser {
	margin-top: 25px;
	display: flex;
	align-items: center;
	gap: 14px;
}
.testiuserprofile {
	width: 64px;
	border-radius: 100%;
	height: 64px;
	overflow: hidden;
}
.testiuserprofile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testiusername h4 {
	font-weight: 700;
	font-size: 20px;
	color: #222443;
	line-height: 30px;
	font-family: 'Nunito';
}
.testiusername p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.testislider.owl-carousel .owl-nav {
	margin-top: 18px;
	position: unset;
	width: fit-content;
	margin-right: 0px;
	margin-left: auto;
	float: right;
}
.testislider.owl-carousel .owl-nav button.owl-prev {
	margin-right: 10px;
	width: 50px;
	height: 50px;
	background: #ffffff;
	color: #282828;
	border-radius: 100%;
	transition: 0.3s ease-in-out;
}
.testislider.owl-carousel .owl-nav button.owl-next {
	margin-left: 10px;
	width: 50px;
	height: 50px;
	background: #ffffff;
	color: #282828;
	border-radius: 100%;
	transition: 0.3s ease-in-out;
}
.testislider.owl-carousel .owl-nav button.owl-next:hover, .testislider.owl-carousel .owl-nav button.owl-prev:hover {
	background: #F73B50;
	color: #F73B50;
}
.testislider.owl-carousel .owl-nav button.owl-next:hover svg, .testislider.owl-carousel .owl-nav button.owl-prev:hover svg {
	filter: invert(1);/* color: #F73B50; */
}
.testislider.owl-carousel .owl-nav button svg {
	transition: 0.3s ease-in-out;
}
.testimonials .title h2 {
	padding: 0px 20%;
}
.testimonials .btns {
	margin-top: 30px;
}
.sponcercard {
	padding: 30px;
}
.instaSlider.owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: -20px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.instaSlider.owl-carousel .owl-nav button.owl-prev {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: -20px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.instaSlider.owl-carousel:hover .owl-nav button.owl-prev, .instaSlider.owl-carousel:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: 1;
}
.instaPosts {
	background: #F4F7F9;
}
.faqsSection {
	background: #EEFBFF;
}
.faqsSection.tabContentBox {
	background: #fff;
}
.faqsSection .accordion-item {
	background-color: #fff;
	margin: 10px 0px;
	border-radius: 15px;
	overflow: hidden;
	padding: 20px;
}
.faqsSection.tabContentBox .accordion-item {
	border: 1px solid #ebebeb;
}
/* .faqsSection .accordion-button {
    background-color: #ffffff96;
    font-size: 14px;
    padding: 12px 16px;
} */

.faqsSection .accordion-header {
	margin-bottom: 0;
	font-family: 'Poppins';
	font-size: 14px;
}
.faqsSection .accordion-button {
	background-color: #ffffff96;
	font-size: 15px;
	padding: 0px;
}
.faqsSection .accordion-button:focus {
	border: none;
	box-shadow: none;
}
.faqsSection .accordion-body {
	margin-top: 10px;
}
.faqsSection .accordion-button {
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	font-family: 'Nunito';
	color: #222443;
	line-height: 38px;
}
.faqsSection .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
	background-size: 15px;
	right: 0;
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #F73B50;
	border-radius: 100%;
	text-align: center;
	background-position: center;
}
.faqsSection .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
	right: 0px;
	position: relative;
	background-color: #222443;
}
.blogSec .nav-tabs .nav-link {
	background: #fff;
	border: 1px solid #222443;
	border-radius: 30px;
	padding: 6px 28px;
	color: #222443;
	font-weight: 400;
	font-size: 16px;
	list-style: 24px;
}
.blogSec .nav-tabs .nav-link.active {
	background: #222443;
	color: #fff;
	font-weight: 600;
}
.blogCard {
	position: relative;
}
.blogImg {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
.blogImg img {
	width: 100%;
}
.blogContent {
	display: flex;
	align-items: center;
	gap: 30px;
}
.blogDate {
	text-align: center;
	background: #F73B50;
	width: 100px;
	height: 100px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.blogDate h4 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
.blogDate p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.blogTitle {
	width: calc(100% - 100px);
}
.blogTitle h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #222443;
}
.blogTitle p {
	color: #65657c;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0px;
}
.downloadappSection {
	position: relative;
}
.downloadappWrapper {
	position: relative;
	padding: 50px;
	border-radius: 15px;
}
.downloadappWrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: auto;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #1F1B2D;
	z-index: -1;
	border-radius: 15px;
}
.downloadappImg {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 250px;
	margin-top: -98px;
	margin-bottom: -51px;
}
.downloadappImg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.downloadappTitle {
	position: relative;
	z-index: 2;
}
.downloadappTitle h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}
.downloadappTitle p {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0px;
}
.downloadappsbtn {
	display: flex;
	gap: 10px;
	align-items: center;
}
.downloadappsbtn a {
	display: inline-block;
	border-radius: 10px;
	background: #454056;
	width: 190px;
	position: relative;
	z-index: 2;
}
.downloadappsbtn a img {
	width: 100%;
}
/* Footer */
.footerSection {
	background: #D7F6FF;
	padding-top: 70px;
}
.footerCTAWrapper {
	padding-bottom: 140px;
}
.footerCTA {
	text-align: center;
	max-width: 729px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	flex-direction: column;
	margin: auto;
}
/*.footerCTA h2 {*/
/*	font-size: 64px;*/
/*	color: #222443;*/
/*	line-height: 80px;*/
/*	font-family: 'Nunito';*/
/*	font-weight: 800;*/
/*}*/

.footerCTA h2 {
    font-size: 29px;
    color: #222443;
    line-height: 41px;
    font-family: 'Nunito';
    font-weight: 800;
}

.footerContainer {
	position: relative;
	padding-top: 70px;
	background: #fff;
	padding-bottom: 60px;
}
.footerContainer::after {
	content: '';
	position: absolute;
	width: 100%;
	background: url(../img/bg/footer-overlay.png);
	height: 276px;
	bottom: 100%;
}
.socialLinks {
	margin-top: 30px;
}
.socialLinks ul {
	display: flex;
	gap: 10px;
}
.socialLinks ul li a {
	width: 48px;
	height: 48px;
	background: #fdeceb;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #EA4333;
}
.socialLinks ul li a:hover i.fa-x-twitter {
	color: #000;
}
.socialLinks ul li a:hover i.fa-instagram {
	background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.socialLinks ul li a:hover i.fa-facebook-f {
	color: #0075ea;
}
.socialLinks ul li a:hover i.fa-linkedin-in {
	color: #0077B5;
}
.footerlinks h5 {
	color: #222443;
	font-weight: 800;
	font-size: 22px;
	font-family: 'Nunito';
	margin-bottom: 20px;
}
.footerlinks ul li a {
	color: #222443;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}
.footerlinks ul li a.footersendmsgbtn {
	color: #222443;
	font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 10px;
	display: inline-block;
}
.footerLogo {
	width: 220px;
	margin-bottom: 30px;
}
.footerLogo img {
	width: 100%;
}
.footerCopyright {
	background: #222443;
	padding: 16px 0px;
}
.footerCopyright ul {
	color: #ffffff99;
	font-weight: 400;
	font-size: 14px;
}
.footerCopyright ul li {
	color: #ffffff99;
	font-weight: 400;
	font-size: 14px;
}
.footerCopyright ul li a {
	color: #ffffff99;
	font-weight: 400;
	font-size: 14px;
}
.footerotherlinks {
	display: flex;
	gap: 20px;
}
.footercopyright li {
	text-align: right;
}
/* Go to Top */

#button {
	display: inline-block;
	background-color: #EA4333;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 50px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	text-decoration: none;
	font-size: 13px;
	animation: breathing 2s ease-out infinite normal;
	box-shadow: 0px 4px 15px #0000002b;
	line-height: 79px;
}
#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#button:hover {
	cursor: pointer;
	background-color: #151e25;
}
#button:active {
	background-color: #151e25;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
 @keyframes breathing {
 0% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
 25% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 60% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
 100% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
}
/* Hamburger */
.hamburger {
	display: none;
}
.hamburger .line {
	width: 35px;
	height: 4px;
	background-color: #838383;
	display: block;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 20px;
}
.hamburger:hover {
	cursor: pointer;
}
#hamburger-6.is-active {
	transform: rotate(45deg); /* rotate to cross */
    left:320px;/* final position after sliding */
}
#hamburger-6.is-active.hamburger .line {
	background: #fff;

}






#hamburger-6.is-active .line:nth-child(2) {
	width: 0px;
}
#hamburger-6.is-active .line:nth-child(1), #hamburger-6.is-active .line:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#hamburger-6.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
}
#hamburger-6.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-5px) rotate(90deg);
	-ms-transform: translateY(-5px) rotate(90deg);
	-o-transform: translateY(-5px) rotate(90deg);
	transform: translateY(-5px) rotate(90deg);
}
/*
.mobileNavbar {
    display: none;
} */
.mobileNavbar {
	position: relative;
}
.pcNavbar {
	background: #EEEFF0;
}
.mobileMenuList {
	overflow-x: auto;
	white-space: nowrap;
	cursor: auto;
	user-select: none;
	width: 96%;
}
.custom-grab {
	cursor: grab;
}
.custom-dragging {
	cursor: grabbing;
}
.mobileMenuList::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
 height: 1px;

}
 .mobileMenuList::-webkit-scrollbar {
 width: 10px;
 height: 1px;
 background-color: #F5F5F5;
}
 .mobileMenuList::-webkit-scrollbar-thumb {
 background-color: #000000;
 border: 2px solid #555555;
}
 .mobileMenuList::-webkit-scrollbar {display: none; }



.mobileMenuList .mobilemenulistLi {
	padding: 0px 1px;
	/*border-bottom: 1px solid #dadada;*/
}
.mobilemenulistlink {
	width: 100%;
	font-size: 16px;
	color: #404040;
	font-weight: 500;
	display: inline-block;
	padding: 12px 11px;
	position: relative;
	transition: 0.3s ease-in-out;
	text-transform: uppercase;
}
.mobilemenulistlink:hover, .mobilemenulistlink.active {
	background: #fff;
}
.mobilemenulistlink::after {
	content: '';
	width: 0%;
	height: 2px;
	background-color: #EA4333;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	transition: 0.3s ease-in-out;
}
.mobilemenulistlink.active::after, .mobilemenulistlink:hover::after {
	width: 100%;
}
.mobilemenulistLi i {
	font-size: 12px;
	visibility: visible;
	opacity: 1;
	transition: 0.2s ease-in-out;
}
.mobilemenulistLi .clickDropdownmenu.active i {
	visibility: visible;
	opacity: 1;
}
.submenus:hover .mobilemenulistLi i {
	transform: scaleY(-1);
	visibility: visible;
	opacity: 1;
}
.mobileMenuList .mobilemenulistLi {
	display: inline-block;
}
.sidebuttons {
	position: fixed;
	right: 0px;
	top: 50%;
	z-index: 2;
	background: #EA4333;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #ddd;
}
.sidebuttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 50px;
	height: 50px;
	z-index: 3;
	border-bottom: 1px solid #E5E5EA;
}
.sidebuttons a:last-child {
	border-bottom: none;
}
.sidebuttons a img {
	width: 21px;
}
.mobsidebar {
	display: none;
}
.mobresponsbtmfooter {
	display: none;
}
.subscribeInput {
	position: relative;
	border: 1px solid #9DA2A8;
	padding: 12px 20px;
	border-radius: 30px;
	background: #FFFFFF;
	width: 60%;
	display: flex;
	align-items: center;
}
.subscribeInput input {
	border: none;
	outline: none;
	color: #111;
	font-size: 14px;
	width: 100%;
}
.subscribeInput input::placeholder {
 color: #737983;
}
.subscribeInput .button.email {
	right: 0px;
	position: absolute;
}
/* Gallery */

.mediaGalleryImgCard {
	margin-bottom: 20px;
	transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard .demo-gallery-poster {
	padding: 0px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	margin-bottom: 20px;
	border-radius: 0;
	margin: 0px;
	height: 300px;
	display: flex;
	align-items: center;
}
.mediaGalleryImgCard img {
	width: 100%;
	border-radius: 0;
	height: 100%;
	object-fit: cover;
}
.galleryTitle {
	text-align: center;
	margin-bottom: 20px;
}
.galleryTitle h5 {
	font-size: 20px;
	font-weight: 800;
	color: #282828;
}
.demo-gallery-poster {
	position: relative;
	overflow: hidden;
}
.demo-gallery-poster::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #00000012;
	top: 0px;
	left: 0px;
	right: 0px;
	transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard:hover .demo-gallery-poster::after {
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0);
}
.demo-gallery-poster img {
	transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard:hover {
	transform: translateY(-2px);
	cursor: zoom-in;
}
.mediaGalleryImgCard:hover .demo-gallery-poster {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.mediaGallerypage .gallerWrapperCard {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-top: 10px;
}
.mediaGallerypage .gallerWrapperCard .gallerymainImg {
	width: 19.3%;
	min-height: 152px;
	margin-bottom: 0px;
	max-height: 152px;
	overflow: hidden;
	padding: 0px;
	border-radius: 13px;
	overflow: hidden;
}
.clickviewmoreimage {
	position: relative;
}
.clickviewmoreimage .demo-gallery-poster::after {
	background: #00000091;
	z-index: 1;
}
.mediaGalleryImgCard.clickviewmoreimage:hover .demo-gallery-poster::after {
	background: #00000091;
	opacity: 1;
	transform: inherit;
	visibility: visible;
}
.galmoreimagetext {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.galmoreimagetext h3 {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
}
.galmoreimagetext h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.inmoreimages {
	position: absolute;
}
.mediaGalleryImgCard.inmoreimages .demo-gallery-poster {
	display: none;
}
.eventbanner {
	width: 100%;
	min-height: 526px;
	border-radius: 15px;
	overflow: hidden;
}
.eventbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Gallery end */


 /*tab-detail-page=open=====================================*/

.navWrapper {
    position: sticky;
    background: #fff;
    top:100px !important;
    z-index: 3;

}
.navWrapper.sticky {
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 10px #ddd;
    padding: 4px 0px;
}
.navWrapper .titleSection {
    display: none;
    width: 36%;
}
.navWrapper .titleSection h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    color: #222443;
}
.navWrapper.sticky .titleSection {
    display: block;
}

.navContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navibtn {
    padding: 8px 15px;
    font-size: 14px;
    display: inline-block;
    position: relative;
}
.navibtn::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    border-radius: 20px;
    background: #EA4333;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.4s ease-in-out;
}
.navibtn:hover::after, .navibtn.active::after {
    width: 60%;
}
.site-width2 {
      width: 100%;
      max-width: 90%;
      margin: 0 auto;
    }

    @media (min-width: 576px) {
      .site-width2 { max-width: 540px; }
    }

    @media (min-width: 768px) {
      .site-width2 { max-width: 720px; }
    }

    @media (min-width: 992px) {
      .site-width2 { max-width: 960px; }
    }

    @media (min-width: 1200px) {
      .site-width2 { max-width: 1225px; }
    }

    @media (min-width: 1400px) {
          .site-width2 {
        /* max-width: 1385px; */
        max-width: 1552px;
        padding: 0px 40px;
    }
.navWrapper {top:117px !important;
    }

    }

    @media (min-width: 1600px) {
      .site-width2 { max-width: 1425px; }
      .navWrapper {top:118px !important;
    }
    }

    @media (min-width: 1800px) {
      .site-width2 { max-width: 1600px; }
      .navWrapper {top:120px !important;
    }
    }









/*@media screen and (max-width:1600px) {
.site-width2{width: 1425px; margin: 0px auto;}
.navWrapper {
    position: sticky;
    background: #fff;
    top: 110px !important;
    z-index: 2;
}
}*/
@media screen and (max-width: 768px) {
    .site-width2{max-width: 1225px !important;
    padding: 0px 20px;}
.overflow_31 {
        white-space: nowrap;
        overflow-x: scroll;
        max-width:340px;
        width: 100%;

}
}


/*tab-detail-page=open=end====================================*/








.tabContentBox {
	border-radius: 10px;
	margin-top: 8px;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px #0000001c;
}
.astroSider {
	position: sticky;
	top: 218px;
}
.badgeOnsale {
	background: #6E55FF;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 6px;
	display: inline-block;
}
.badgeOnsale.date {
	background: #4b81c3;
}
.badgeOnsale.time {
	background: #ea4333;
	color: #fff!important;
}
.tabContentBox .titleSection h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 22px;
	margin-top: 22px;
}
.addressrating ul {
	display: flex;
	align-items: center;
	gap: 30px;
}
.addressrating ul li {
	display: flex;
	align-items: center;
	font-size: 19px;
	font-weight: 400;
	gap: 9px;
}
.addressrating ul li i {
	font-size: 20px;
	font-size: 16px;
	width: 10px;
	color: #FBBC05;
}
.addressrating ul li i.fa-map {
	color: #EA4333;
}
.addressrating ul li i.fa-star {
	color: #FBBC05;
}
.addressrating ul li span.ratingtext {
	color: #565E69;
}
.otherlistInfo .agegroupTime {
	gap: 30px;
	justify-content: flex-start;
}
.otherlistInfo .agegroupTime li span {
	font-weight: 500;
	font-size: 17px;
	color: #282828;
}
.propermodeBtn {
	font-weight: 600;
	font-size: 17px;
}
.titletwo {
	padding-bottom: 12px;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #1C1C1E;
}
.titletwo::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #EFEFEF;
	bottom: 0px;
	left: 0px;
}
.titletwoWrap {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.titletwoWrap .titletwo::after {
	display: none;
}
.titletwoWrap::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #EFEFEF;
	bottom: 0px;
	left: 0px;
}
.titletwoWrap p {
	font-size: 14px;
	margin-bottom: 0px;
	color: #3A3A3C;
}
.titletwoWrap .titletwo {
	padding: 0px;
	margin: 0px;
}
.detailhighlighted {
	padding-left: 20px;
}
.detailhighlighted li {
	color: #3A3A3C;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 12px;
	list-style: disc;
}
.detailhighlighted li::marker {
 color: #EA4333;
}
.detailhighlighted li strong {
	font-size: 17px;
	font-weight: 600;
	color: #EA4333;
}
.button.btnouline.primaryoutline {
	background: transparent;
	color: #EA4333;
	font-weight: 600;
	border: 2px solid #EA4333;
	border-radius: 30px;
	padding: 12px 20px;
}
.busidetailHeader {
	display: flex;
	align-items: center;
	gap: 20px;
}
.bdetailThumb {
	width: 82px;
	height: 82px;
	border-radius: 100%;
	overflow: hidden;
}
.bdetailThumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.busidetailtitle h5 {
	font-weight: 600;
	font-size: 20px;
	color: #454056;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}
.busidetailtitle p {
	color: #454056;
	font-size: 15px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
}
.busidetailtitle p img {
	width: 15px;
}
.busidetailHeader {
	margin-bottom: 20px;
}
.bgbusinessDetails {
	background: #FAFAFA;
	border: 1px solid #F0F0F0;
	box-shadow: none;
	box-shadow: 0px 0px 10px #0000001c;
}
.bgbusinessDetails .accordion-button:not(.collapsed) {
	background-color: transparent;
}
.bgbusinessDetails .accordion-button {
	border: none;
}
.bgbusinessDetails .accordion-button h5 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #1C1C1E;
}
.bgbusinessDetails button:focus:not(:focus-visible) {
	outline: none;
	border: none;
	box-shadow: none;
}
.bgbusinessDetails button:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.bgbusinessDetails .accordion {
	background-color: transparent;
}
.bgbusinessDetails .accordion-item {
	border: none;
	background: transparent;
}
.bgbusinessDetails .accordion-button {
	box-shadow: none;
	padding: 0px;
	margin-bottom: 21px;
}
.bgbusinessDetails .accordion-body {
	padding: 0px;
}
.bgbusinessDetails .accordion-item:last-of-type .accordion-button.collapsed {
	margin-bottom: 0px;
	background: transparent;
}
.openingTiming li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.openingTiming li span {
	color: #585858;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}
.dlocateMap {
	width: 100%;
	height: 225px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
}
.dlocatioFooter ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dlocatioFooter li, .dlocatioFooter li a {
	display: flex;
	align-items: center;
	font-size: 19px;
	font-weight: 400;
	gap: 9px;
}
.dlocatioFooter li img {
	width: 22px;
}
.facilitycard {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 24%;
}
.facilitycard img {
	width: 55px;
	height: 55px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #E5E5EA;
}
.facicardText span {
	font-weight: 400;
	font-size: 16px;
	color: #3A3A3C;
}
.facicardText h6 {
	font-weight: 600;
	color: #3A3A3C;
	font-size: 16px;
}
.facilitiesWrapper ul {
	display: flex;
	align-items: center;
	gap: 10px 10px;
	flex-wrap: wrap;
}
.cuisineWrapper .dropdown-toggle::after {
	display: none;
}
.button.btnouline.primaryoutline.normalsize {
	padding: 7px 20px;
	font-weight: 500;
}
.button.btnouline.primaryoutline.active {
	color: #fff;
	background: #EA4333;
}
.moredropdown .dropdown-menu li button.nav-link {
	width: 100%;
	text-align: left;
	color: #111;
	padding: 5px 20px;
	font-weight: 400;
}
.moredropdown .dropdown-menu {
	border-radius: 13px!important;
	border: 1px solid #D9D9D9;
	background: #fff;
}
.tab-menu > ul {
	display: flex;
	align-items: center;
}
.tabdropdownLink {
	width: 100%;
	display: block;
	padding: 7px 12px;
	transition: 0.3s ease-in-out;
}
.tabdropdownLink:hover {
	background: #ffdfdc;
}
.cuisineWrapper .example-image-link {
	height: 100%;
	min-height: 333px;
	display: inline-block;
	border-radius: 12px;
	overflow: hidden;
}
.cuisineWrapper .example-image-link img {
	height: 100%;
	object-fit: cover;
}
.cuisineWrapper .tab-main-box {
	margin-top: 30px;
}
.cuisineSlider {
	position: relative;
}
.cuisineSlider.owl-carousel .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: -26px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.cuisineSlider.owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: -26px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.cuisineSlider.owl-carousel:hover .owl-nav button.owl-prev, .cuisineSlider.owl-carousel:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: 1;
}
.maingalleryCard {
	width: 100%;
	height: 376px;
	border-radius: 15px;
	overflow: hidden;
}
.maingalleryCard img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainGalleryLightbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 15px;
}
.mainGalleryLightbox .mediaGalleryImgCard {
	width: 31%;
	margin-bottom: 0px;
	border-radius: 15px;
	overflow: hidden;
}
.mainGalleryLightbox .mediaGalleryImgCard .demo-gallery-poster {
	height: 180px;
	margin-bottom: 0px;
}
.mupcomingeventWrapper ul li {
	margin-bottom: 12px;
}
.mupcomingeventWrapper ul li h5 {
	font-weight: 600;
	font-size: 17px;
	color: #454056;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}
.mupcomingeventWrapper ul li p {
	color: #454056;
	font-size: 13px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
}
.cusReviewCreate {
	padding: 0px 0px;
}
/* .comment-list li:first-child {
    padding-top: 0px!important;
} */
.cusReviewCreate .comment-list>.comment {
	position: relative;
	/* padding-left: 100px; */
	margin-bottom: 0px;
	padding-top: 12px;
	min-height: 95px;
	border-bottom: 1px solid rgba(34, 34, 34, .1);
	padding-bottom: 25px;
}
.cusReviewCreate .comment-list>.comment .comment-body {
	position: relative;
}
.commentDate {
	position: absolute;
	bottom: 0;
	right: 0px;
	font-size: 12px;
	color: #858585;
}
.cusReviewCreate .comment-list>.comment .comment-body .comment-author .avatar {
	position: absolute;
	left: 0;
	height: 80px;
	width: 80px;
	border-radius: 100%;
}
.cusReviewCreate .comment-list>.comment .comment-body .comment-author .fn {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 0px;
	display: block;
}
.cusReviewCreate .comment-list>.comment .comment-body .star-rating {
	font-size: 16px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 10px;
}
.cusReviewCreate .text-secondary {
	color: #ffc822 !important;
}
.cusReviewCreate .comment-author {
	display: flex;
	gap: 8px;
	align-items: center;
}
.responseswrper {
	margin-top: 20px;
}
.responsesCard {
	background: #F4F7F9;
	padding: 15px;
	border-radius: 15px;
	position: relative;
	padding-left: 20px;
}
.responsesCard::after {
	position: absolute;
	content: '';
	border-radius: 20px;
	width: 4px;
	height: 80%;
	bottom: 0px;
	top: 0px;
	left: 0px;
	background: #8E8E93;
	margin: auto;
}
.responsesCard .commentDate {
	bottom: 9px;
	right: 20px;
}
.reviewAverage {
	padding: 20px 0px;
	border-bottom: 1px solid rgba(34, 34, 34, .1);
}
.reviewInfo {
	flex-direction: column;
	display: flex;
	gap: 12px;
}
.reviewInfo h2 {
	color: #000000;
	font-size: 53px;
	font-weight: 600;
}
.reviewInfo h5 {
	color: #0D0C22;
	font-size: 15px;
	font-weight: 500;
}
.reviewInfo .starRating {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 0;
	justify-content: flex-start;
}
.reviewInfo .starRating li {
	font-size: 21px;
	color: #FBBC05;
}
.reviewbars ul {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-direction: column;
}
.reviewbars ul li {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
}
.reviewbars ul li span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	width: 73px;
}
.reviewbars .skill-wrapper {
	display: inline-block;
	width: 100%;
}
.progress {
	width: 100%;
	height: 7px;
	background: #F2F6FB;
	border-radius: 30px;
}
.skill-wrapper span {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Inconsolata, monospace;
	margin-bottom: 10px;
}
.progress-bar {
	background: #FBBC05;
	border-radius: 30px;
}
.progressbar-active {
	animation-name: progress;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 0.4s;
}
@keyframes progress {
 0% {
 width:0;
}
 100% {
 width:100%;
}
}
/* Pagination */
#pagination {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 2px 4px 2px;
	font-size: 12px;
	color: #7D7D7D;
}
#pagination a, #pagination i {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	color: #7D7D7D;
	text-align: center;
	padding: 4px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#pagination a {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
}
#pagination a:hover {
	background-color: #EA4333;
	color: #fff;
	cursor: pointer;
}
#pagination i {
	margin: 0 1px 0 1px;
	cursor: pointer;
	border: 2px solid transparent;
}
#pagination i:hover {
	color: #fff;
}
/* #pagination input {
    width: 30px;
    padding: 4px 4px;
    color: #7D7D7D;
    border: 1px solid #cccccc;
    text-align: right;
    font-size: 12px;
    margin-bottom: 2px;
} */

#pagination a.current {
	background-color: #EA4333;
	color: #fff;
}
/* Pagination end*/

.reviewfooter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.greyCard {
	background: #FAFAFA;
	border: 1px solid #F0F0F0;
	box-shadow: none;
	border-radius: 10px;
	margin-top: 8px;
	padding: 22px;
	margin-bottom: 20px;
}
.listinmainWrapper {
	margin-top: 0px;
}
/* .listinmainWrapper .listCard {
    margin-bottom: 20px;
} */

.listinmainWrapper .listCard {
	margin-bottom: 27px;
}
.rateCard {
	position: relative;
	display: flex;
	/*    align-items: center;*/
/*    justify-content: space-between;*/
	margin: 15px 0px;
}
.packageBook_center {
	height: auto !important;
}
.packageBook {
	border-bottom: 1px solid #EFEFEF;
	/*height: 300px;*/
	overflow-y: auto;
	padding-right: 9px;
}
.packageBook::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
 height: 1px;
}
 .packageBook::-webkit-scrollbar {
 width:6px;
 height: 1px;
 background-color: #F5F5F5;
}
 .packageBook::-webkit-scrollbar-thumb {
 background-color: #ea4333;
 border:6px solid #ea4333;
}
.ratecInfo h4 {
	line-height: 20px;
	font-size: 15px;
	font-weight: 600;
	color: #1C1C1E;
	margin-bottom: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ratecInfo h4 span {
	color: #303030;
	font-weight: 500;
	font-size: 13px;
	position: relative;
}
.ratecInfo h4 span::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #737983;
	position: relative;
	top: -3px;
	margin-right: 3px;
	margin-left: 3px;
}


.ratecInfoTitle {
    margin-bottom: 20px;
}
.ratecInfoTitle h4 {
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #1C1C1E;
	margin-bottom: 4px;
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
}
.ratecInfoTitle h4 span {
	color: #303030;
	font-weight: 500;
	font-size: 13px;
	position: relative;
}


.ratecInfo h6 {
	color: #EA4333;
	font-size: 16px;
	font-weight: 600;
}
.ratecInfo h6 span {
	color: #737983;
	text-decoration: line-through;
	font-size: 15px;
}
/*.rateCardWrap .listbookbtn a {
    padding: 12px 28px;
}*/
.rateCardWrap .listotherBtns a {
	width: 48px;
	height: 48px;
	font-size: 16px;
}
.rateCardWrap .listotherBtns a.whatsb {
	font-size: 21px;
}
.activiesList {
	max-height: 198px;
	overflow-y: auto;
}





.activiesList::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
 height: 1px;
}
 .activiesList::-webkit-scrollbar {
 width: 3px;
 height: 1px;
 background-color: #F5F5F5;
}
 .activiesList::-webkit-scrollbar-thumb {
 background-color: #000000;
 border: 2px solid #555555;
}
.activiesList ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.activiesList ul li a {
	background: #EEEFF0;
	border: 1px solid #3c424a25;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 6px 12px;
	text-transform: uppercase;
}
.successModalWrap {
	position: relative;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.smodalImg {
	width: 200px;
	height: 200px;
	margin: auto;
}
.smodalImg img {
	width: 100%;
}
.smodalContent {
	text-align: center;
}
.smodalContent h4 {
	color: #303030;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 12px;
}
.smodalContent p {
	color: #9E9E9E;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 12px;
}
.smodalContent .button {
	margin-bottom: 0px!important;
}
.modal-dialog .modal-content {
	border-radius: 30px;
}
.selectedPackageCanvas {
	max-width: 560px;/*    width: 100% !important;*/
}
.selectedPackageCanvas .offcanvas-header {
	justify-content: flex-end;
}
.selectePHeader .ratecInfo h4 {
	margin-bottom: 12px;
	font-size: 16px;
}
.selectePHeader .ratecInfo h6 {
	font-size: 19px;
}
.selectedPackageCanvas .offcanvas-body {
	padding: 0px 25px;
	padding-top: 0px;
}
.selectePHeader p {
	color: #676B6C;
	font-size: 14px;
	line-height: normal;
	margin-top: 20px;
}
.input-box {
	position: relative;
	margin-bottom: 10px;
}
.input-box input, .input-box select {
	border-style: none;
	background: #ffffff;
	border: 1px solid #E5E5EA;
	width: 100%;
	position: relative;
	outline: none;
	padding: 10px 16px;
	color: #1e1e1e;
	font-size: 17px;
	border-radius: 4px;
}
.input-box input:focus, .input-box select:focus {
	box-shadow: none;
}
/* Default label position */
.input-box label {
	color: #ea4333 !important;
	position: absolute;
	padding: 5px 5px;
	top: -50px;
	left: 12px;
	pointer-events: none;
	transition: 0.5s;
	font-size: 17px !important;
	margin: auto;
	height: fit-content;
	bottom: 0px;
	background: #fff;
}
/* Float label when input is focused */
/* .input-box input:focus ~ label {
	color: #ea4333;
	font-size: 15px;
	top: -57px;
	left: 12px;
	background: #fff;
	padding: 2px 5px;
} */

  /* Float label only if input is valid AND has the 'required' attribute */
  .input-box input:required:valid ~ label {
 color: #ea4333;
 font-size: 15px;
 top: -57px;
 left: 12px;
 background: #fff;
 padding: 2px 5px;
}
 .noofmembers.input-box input:focus~label, .noofmembers.input-box input:valid~label {
 top: 0px;
}
.box input[type="submit"] {
	background: transparent;
	color: white;
	border-spacing: none;
	border: 1px solid white;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
}
.box input[type="submit"]:hover {
	background: orange;
	border: 1px solid orange;
	transition: 0.3s;
}
.input-box.noofmembers {
	border-style: none;
	background: #ffffff;
	border: 1px solid #E5E5EA;
	width: 100%;
	position: relative;
	outline: none;
	padding: 16px 16px;
	color: #1e1e1e;
	font-size: 17px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input-box.noofmembers input {
	border-style: none;
	background: transparent;
	border: none;
	width: fit-content;
	position: unset;
	outline: none;
	padding: 0px;
	color: #1e1e1e;
	font-size: 17px;
	border-radius: 0px;
	min-width: 60px;
	width: fit-content;
	max-width: 60px;
	text-align: center;
}
.noofmembers .minus, .noofmembers .plus {
	width: 25px;
	height: 25px;
	background: transparent;
	border-radius: 100%;
	padding: 0px;
	border: 2px solid #6B779A;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	color: #6B779A;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
}
.input-box.noofmembers label {
	position: unset;
	margin: 0px;
}
.noofmembers .number {
	width: fit-content;
}
/* Calendar  */
.calendar-container {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.calendar-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	gap: 11px;
}
.calendar-header .prev-btn, .calendar-header .next-btn {
	background-color: #f0f0f0;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	visibility: hidden;
}
.month-year-dropdown {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
}
#month-year-display {
	font-size: 18px;
	color: #222B45;
	font-weight: 500;
}
.month-year-dropdown .dropdown {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: white;
	border: 1px solid #ededed;
	padding: 10px;
	z-index: 10;
	border-radius: 12px;
	box-shadow: 0px 0px 10px #ddd
}
.month-year-dropdown .dropdown select {
	margin: 5px 0;
	width: 100%;
	border: 1px solid #ededed;
	border-radius: 10px;
	padding: 5px 5px;
}
.date-slider {
	padding: 10px 0;
	width: 94%;
	overflow-x: auto;
	white-space: nowrap;
	cursor: auto;
	user-select: none;
	margin: auto;
}
 .date-slider::-webkit-scrollbar {
 display: none;
}
.date-item {
	flex: 0 0 auto;
	width: 84px;
	height: 86px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #6B779A1A;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
	gap: 3px;
	margin: 0px 6px;
}
.date-item span:first-child {
	font-size: 26px;
	font-weight: 600;
	color: #6B779A;
}
.date-item span:last-child {
	font-size: 12px;
	font-weight: 400;
	color: #6B779A;
}
.date-item.active span {
	color: #fff!important;
}
.date-item.active {
	background-color: #ff4d4d;
	color: white;
	border-color: #ff4d4d;
}
.date-slider.custom-grab {
	cursor: grabbing;
}
.date-slider.custom-drag .date-item {
	pointer-events: none;
}
.calendar-slider {
	position: relative;
}
.calendar-slider .slider-prev-btn, .calendar-slider .slider-next-btn {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 100%;
	margin: auto;
	background: #fff;
	box-shadow: 0px 0px 10px #1212121f;
}
.calendar-slider .slider-prev-btn {
	left: 0px;
}
.calendar-slider .slider-next-btn {
	right: 0px;
}
/* Calendar End */

.timeslot, .timeslot fieldset {
	display: flex;
	gap: 8px;
	align-items: center;
}
.timeslot fieldset {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}
.timeslot fieldset label {
	width: 23%;
}
.timeslot fieldset:has(input:checked) {
 background-color: transparent;
 border: none;
}
.timeslot fieldset:has(input:checked) input:not(:checked) + time {
 background-color: #fff;
}
.timeslot legend > span {
	display: block;
	font-size: x-large;
	text-align: center;
}
.timeslot time {
	background-color: #fff;
	border: 1px solid #6B779A1A;
	border-radius: 10px;
	display: block;
	padding: 9px 10px;
	text-align: center;
	user-select: none;
	color: #6B779A;
	font-weight: 500;
	font-size: 15px;
}
.timeslot label:focus-within {
 box-shadow: 0 0 0 2px var(--accent-color);
}
.timeslot input:checked + time {
	background-color: #EA4333;
	color: #fff;
}
.timeslot input:disabled + time {
	color: #9ca6c4;
	text-decoration: line-through;
}
[data-sr] {
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 height: 1px;
 left: 0;
 overflow: hidden;
 position: absolute;
 white-space: nowrap;
 width: 1px;
}
@media (min-width: 800px) {
.timeslot {
	flex-direction: row;
}
}
/*
mark {
	background-color: hsl(190, 40%, 85%);
} */

.availableTimingSelect h5 {
	color: #222B45;
	font-size: 18px;
	font-weight: 500;
}
.availablslotList {
	margin-top: 12px;
}
.button.submit {
	width: 100%;
	background: #EA4333;
	margin-top: 13px;
	border-radius: 14px;
	padding: 15px 20px;
	transition: 0.3s ease-in-out;
}
.paymentAPIWrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.payAPIContent {
	padding: 30px;
	text-align: center;
}
.PaymentAPI {
	max-width: 560px;
	width: 100% !important;
}
.titlecanvas {
	margin-top: 20px;
}
.titlecanvas h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #1C1C1E;
}
.titlecanvas h5 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #1C1C1E;
}
.titlecanvas p {
	font-size: 16px;
	color: #676B6C;
	line-height: normal;
}
.addreviewHeader {
	margin-bottom: 10px;
}
.addreviewHeader .addressrating ul li {
	font-size: 13px;
	font-weight: 500;
}
.addreviewHeader .addressrating ul li i {
	font-size: 17px;
}
.addreviewForm textarea.form-control {
	min-height: 100px;
	font-size: 14px;
	color: #3C424A;
	padding: 10px 10px;
	margin-top: 0px;
	text-align: justify;
}
.form-control {
	border-style: none;
	background: #ffffff;
	border: 1px solid #E5E5EA;
	width: 100%;
	position: relative;
	outline: none;
	padding: 10px 16px;
	color: #1e1e1e;
	font-size: 17px;
	border-radius: 4px;
}
.addreviewForm .form-group label {
	margin-bottom: 10px;
	color: #5e5959;
}
.file {
	padding: 6px 10px !important;
	margin-bottom: 10px;
	font-size: 16px;
}
/* reviewInput */
.ratinginputCard {
	margin-top: 0px;
}
.rating {
	position: relative;
	float: left;
}
.rating>label {
	color: #8E8E93;
	float: right;
	width: 18px;
}
.rating>label:before {
	margin: 5px;
	font-size: 15px;
	font-family: FontAwesome;
	content: "\f005";
	display: inline-block;
}
.rating>input {
	display: none;
}
.rating>input:checked~label, .rating:not(:checked)>label:hover, .rating:not(:checked)>label:hover~label {
	color: #ffc822;
}
.rating>input:checked+label:hover, .rating>input:checked~label:hover, .rating>label:hover~input:checked~label, .rating>input:checked~label:hover~label {
	color: #ffc822;
}
/* review input end */










.relatedCard {
	border-radius: 20px;
	overflow: hidden;
}
.relatedCardContent {
	position: relative;
	background: #FFF6F1;
	padding: 40px;
}
.relatedCardContent::after {
	position: absolute;
	content: '';
	z-index: 1;
	width: 96px;
	height: 100%;
	background: url(../img/texture/relatedShape.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: -90px;
	top: 0px;
	bottom: 0px;
}
.relatedCardText {
	position: relative;
	z-index: 2;
}
.relatedCardText h4 {
	font-weight: 800;
	font-size: 32px;
	color: #222443;
	font-family: "Nunito";
	margin-bottom: 16px;
	padding-right: 30%;
}
.relatedCardText ul {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.relatedCardText ul li {
	font-weight: 300;
	color: #979797;
	padding-right: 15px;
	font-size: 14px;
}
.relatedCardText ul li:first-child {
	border-right: 1px solid #ddd;
}
.relatedCardText ul li:last-child {
	padding-left: 20px;
}
.relatedCardText ul li span {
	display: block;
	font-weight: 600;
	color: #222443;
}
.relatedCardText a.button {
	padding: 7px 20px;
	width: 100%;
	text-align: center;
	background: #F73B50;
}
.relatedImgsec {
  width: 100%;
  height: 290px; /* or any fixed height */
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.relatedImgsec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 @media (max-width: 992px) {
  .relatedImgsec {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .relatedImgsec {
    height: 180px;
  }
}





.filterpageHeading h4 {
	font-weight: 600;
	font-size: 26px;
	color: #222443;
}

.filterpageHeading h4 a{
  font-weight: 600;
  font-size: 26px;
  color: #222443;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Circle wrapper */
.heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #f2f3ff;        /* light circle */
  border-radius: 50%;
}

/* Icon image */
.heading-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}




















.filterPageTitle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.filterPageTitle h4 {
	font-weight: 600;
	font-size: 32px;
	color: #222443;
}
.listingFilter ul {
	display: flex;
	gap: 10px;
	align-items: center;
}
.filterBtns {
	border: 1px solid #E5E5EA;
	padding: 0;
	border-radius: 10px;
	background: #fff;
	width: 44px;
	display: inline-block;
	height: 44px;
	text-align: center;
	line-height: 40px;
}
.filterSelect {
	border: 1px solid #E5E5EA;
	padding: 8px 14px;
	border-radius: 4px;
	background: #fff;
	line-height: 40px;
	font-size: 14px;
}
.filterBtns.active, .filterSelect.active {
	background: #EA4333;
	color: #fff;
}
.filterBtns.active img, .filterSelect.active img {
	filter: grayscale(1) brightness(3.5);
}
.eventListingrow {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 16px;
}
/*  .eventListingrow > div {
    margin-right: 3.1%;
}*/

/* Remove margin from every last item in the row */
.eventListingrow > div:nth-child(3n) { /* adjust '3' based on items per row */
	margin-right: 0;
}
/*.eventListingrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
.eventListingrow .listCard {
	width: 32.2222%;
}
.eventListingrow .listCard.filteredGrid {
	flex: 0 0 auto;
	width: 32.2222%;
}
.eventListingrow .listCard.filteredList {
	flex: 0 0 auto;
	width: 100%;
	display: flex;/*      height: 224px;*/
}
.listCard.filteredList .listHeader {
	width: 45%;
	height: 100%;
}
.listCard.filteredList .listmainHeader {
	gap: 5px;
}
.listCard.filteredList .listmainContent {
	width: calc(100% - 45%);
	border-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.listCard.filteredList .sessionPrice {
/*position: absolute;
    top: 0px;
    right: 20px;*/
}
.listCard.filteredList .sessionPrice ul {
	/* flex-direction: column;
    justify-content: flex-start;
    align-items: end;*/


	flex-direction: row;
	align-items: end;
}
.listCard.filteredList .listImg {
	border-radius: 0px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	height: 100%;
}
.listCard.filteredList .listImg img {
	height: 100%;
	object-fit: cover;
	max-height: 268px;
}
.listCard.filteredList .wishlistbtn {
	border-radius: 0px;
}
.selectBoxInput {
	width: 100%;
	padding: 8px 10px;
	border-radius: 4px;
	border: 1px solid #E5E5EA;
	background: #fff;
	position: relative;
}
.selectBoxInput i.fa-magnifying-glass {
	font-size: 14px;
	color: #8E8E93;
	margin-right: 8px;
}
.selectBoxInput i.fa-angle-down {
	font-size: 14px;
	color: #3A3A3C;
	margin-right: 8px;
}
.selectBoxInput input {
	outline: none;
	border: none;
	width: calc(100% - 50px);
}
.selectBoxInput a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.selectBoxInput .inputlocationslist {
	width: 100%;
}
.typeFilter ul {
	display: flex;
	gap: 12px;
	align-items: center;
}
.typeFilter ul li a {
	padding: 7px 22px;
	color: #1C1C1E;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	background: #E9E9EC;
	display: inline-block;
}
.typeFilter ul li a.active {
	background: #EA4333;
	color: #fff;
}
.titlethree {
	font-size: 16px;
	color: #1C1C1E;
	margin-bottom: 10px;
}
.sidefilterCard {
	margin-top: 20px;
}
.input-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
	background-position: center right 13px;
	background-size: 12px;
}
.priceFilter ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.priceFilter ul li {
	width: 48%;
	margin-bottom: 0px;
}
.priceFilter .input-box select {
	font-size: 14px;
	color: #3A3A3C;
}
.priceFilter.ageFilter ul li {
	width: 100%;
}
.labelSelect, .labelSelect fieldset {
	display: flex;
	gap: 8px;
	align-items: center;
}
.labelSelect fieldset {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}
.labelSelect fieldset > label {
	width: auto;
}
.labelSelect fieldset:has(input:checked) {
 background-color: transparent;
 border: none;
}
.labelSelect fieldset:has(input:checked) input:not(:checked) + span {
 background-color: #E9E9EC;
}
.labelSelect legend > span {
	display: block;
	font-size: x-large;
	text-align: center;
}
.labelSelect span {
	background-color: #E9E9EC;
	border: 1px solid #6B779A1A;
	border-radius: 4px;
	display: block;
	padding: 8px 20px;
	text-align: center;
	user-select: none;
	color: #1C1C1E;
	font-weight: 500;
	font-size: 15px;
}
.labelSelect label:focus-within {
 box-shadow: 0 0 0 2px var(--accent-color);
}
.labelSelect input:checked + span {
	background-color: #EA4333;
	color: #fff;
}
.labelSelect input:disabled + span {
	color: #9ca6c4;
	text-decoration: line-through;
}
[data-sr] {
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 height: 1px;
 left: 0;
 overflow: hidden;
 position: absolute;
 white-space: nowrap;
 width: 1px;
}
.button.submit.sidebtn i {
	font-size: 14px;
	margin-left: 6px;
}
.astroSider.listingSidebar {
	top: 130px;
}
.popularCatSelectBox.labelSelect span {
	font-size: 12px;
	background-color: #fff;
}
.labelSelect.popularCatSelectBox fieldset:has(input:checked) input:not(:checked) + span {
 background-color: #fff;
}
.labelSelect.popularCatSelectBox input:checked + span img {
	filter: grayscale(1) brightness(6.5);
}
.seoContent {
	margin-top: 40px;
}
.seoTitle {
	color: #072A50;
	font-size: 26px;
	font-weight: 600;
}
.seoContentText {
	margin-top: 20px;
}
.seoContentText p {
	color: #282828;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 12px;
}
.sideADcard {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.sideadImg {
	width: 100%;
	position: relative;
}
.sideadImg::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, transparent, #00000075);
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.sideadImg img {
	width: 100%;
}
.sideadContent {
	position: absolute;
	padding: 26px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 2;
}
.sideadContent h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
}
.star-rating i {
	font-size: 16px;
	color: #FFBB0B;
}
.sideadContent .listaddress img {
	filter: grayscale(1) brightness(6) invert(1);
}
.sideadContent .listaddress span {
	color: #fff;
	font-size: 14px;
}
.sideadContent .listaddress {
	margin-bottom: 9px;
}
.adTag {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #ffffff66;
	padding: 6px 17px;
	color: #fff;
	border-radius: 10px;
}
.listingcolbox {
	padding-left: 50px;
}
.signIn {
	background: radial-gradient(#00000000, #00000040), url(../img/bg/Sign-In-bg.jpg);
	background-size: cover;
	/*    min-height: 100vh;*/
	padding: 20px 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.signInCard {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 40px;
	gap: 20px;
	isolation: isolate;
	max-width: 599px;
	height: auto;
	background: #FFFFFF;
	border-radius: 22px;
	flex: none;
	order: 0;
	flex-grow: 0;
	width: 100%;
}
.signInLogo {
	width: 175.75px;
	height: 66.3px;
	flex: none;
	order: 0;
	flex-grow: 0;
}
.signInLogo img {
	width: 100%;
}
.signinOptions {
}
.loginCard {
	position: relative;
	margin-bottom: 20px;
}
.signinOptions .loginCard:last-child {
	margin-bottom: 0px;
}
.parentSigninForm {
	width: 100%;/*    display: none;*/
}
.parentSigninForm .input-box input, .parentSigninForm .input-box select {
	padding: 16px 16px;
}
.otpinputRow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 20px 0px;
}
.otpinputRow input {
	width: 20%;
}
.loginCardBtn {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 24px 18px;
	gap: 42px;
	width: 100%;
	height: 102px;
	/* Background */
	background: #F4F7F9;
	border: 1px solid #8E8E93;
	border-radius: 9px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.loginCardBtn:hover {
	background: #ffefee;
	border: 1px solid #e99a92;
	transform: translateY(-5px);
}
.logincIcon {
	/* ic:twotone-store */
	width: 42px;
	height: 42px;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
}
.logincIcon img {
	width: 100%;
}
.loginCText {
	position: relative;
}
.loginCText h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	/* Text/Heading */
	color: #1C1C1E;
}
.loginCText p {
	font-weight: 400;
	font-size: 14px;
	color: #737983;
	margin-bottom: 0px;
}
.loginMainBtnarrow {
	width: 32px;
	height: 32px;
	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 0;
}
.loginMainBtnarrow img {
	width: 100%;
}
.enterotpTitle h4 {
	position: relative;
	font-size: 22px;
	color: #1C1C1E;
	margin-bottom: 20px;
}
.custom-form span {
	color: #ff0000;
	font-size: 16px;
}
.registerbtnSec {
	position: relative;
	margin-bottom: 30px;
}
.registerbtnSec p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #3A3A3C;
	margin-bottom: 0px;
}
.registerbtnSec a {
	color: #EA4333;
	font-weight: 500;
}
.footerSection.notCloud {
	padding-top: 0px;
}
.footerSection.notCloud .footerContainer::after {
	display: none;
}
/* inner */


/* inner */

.innerBanner {
	padding-top: 0px;
	padding-bottom: 0px;
	background: #f4f7f9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 0px;
}
.innerBannerContent {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 291px;
	padding-left: 0px;
	padding-top: 0px;
}
.inrbnrMain {
	height: fit-content;
	text-align: center;
}
.inrbnrMain h2 {
	font-weight: 800;
	font-size: 48px;
	line-height: 68px;
	font-family: "Nunito";
	color: #222443;
}
.inrbrnNav {
	display: flex;
	align-items: center;
	margin-top: 3px;
	justify-content: center;
}
.inrbrnNav li a {
	color: #6e6e6e;
}
.inrbrnNav li a i {
	font-size: 13px;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.inrbrnNav li {
	position: relative;
	border-right: 1px solid #4c4c4c;
	padding: 0px 10px;
}
.inrbrnNav li:last-child {
	border: none;
}
.inrbrnNav li:last-child a {
	color: #222443;
	font-weight: 600;
}
.innerbnrextImg {
	width: 35%;
	position: absolute;
	right: 10%;
	bottom: 0px;
	top: 0px;
	height: fit-content;
	margin: auto;
}
.innerbnrextImg img {
	width: 100%;
	animation: upandDown 6s ease-in-out infinite alternate-reverse both;
}
.faqsInrSection .accordion-item {
	background-color: #fff;
	margin: 10px 0px;
	border-radius: 15px;
	overflow: hidden;
	padding: 20px;
}
/* .faqsInrSection .accordion-button {
    background-color: #ffffff96;
    font-size: 14px;
    padding: 12px 16px;
} */

.faqsInrSection .accordion-header {
	margin-bottom: 0;
	font-family: 'Poppins';
	font-size: 14px;
}
.faqsInrSection .accordion-button {
	background-color: #ffffff96;
	font-size: 15px;
	padding: 0px;
}
.faqsInrSection .accordion-button:focus {
	border: none;
	box-shadow: none;
}
.faqsInrSection .accordion-body {
	margin-top: 10px;
}
.faqsInrSection .accordion-button {
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	font-family: 'Nunito';
	color: #222443;
	line-height: 38px;
}
.faqsInrSection .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
	background-size: 15px;
	right: 0;
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #F73B50;
	border-radius: 100%;
	text-align: center;
	background-position: center;
}
.faqsInrSection .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
	right: 0px;
	position: relative;
	background-color: #222443;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 24px;
}
.content ul {
	padding-left: 30px;
	list-style: unset;
}
.content ul li {
	font-size: 16px;
	font-family: 'Poppins';
	line-height: 28px;
	color: #3c3c3c;
	font-weight: 400;
	list-style-type: unset;
}
.right-sidebar-box {
	max-width: 100%;
	margin: 0px auto;
	background: #f8f8f8;
	padding: 35px 40px;
	border-radius: 16px;
	position: relative;
}
.right-sidebar-box .custom-form label {
	color: #565656;
	display: block;
	font-size: 15px;
	margin-bottom: calc(2px + 0.3125vw);
	font-weight: 600;
}
.right-sidebar-box .custom-form .custom-input {
	position: relative;
}
.right-sidebar-box .custom-form .custom-input i {
	align-items: center;
	color: #87909f;
	display: flex;
	font-size: 15px;
	left: 0;
	line-height: 1;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: 8px;
}
.form-control {
	background-color: #fff;
}
textarea.form-control {
 min-height: calc(1.5em + 0.75rem + var(--bs-border-width)*2);
}
.right-sidebar-box .custom-form .custom-input textarea {
	height: 180px;
}
.right-sidebar-box .custom-form .custom-input .form-control {
	border: 1px solid #f9e4e4 !important;
	padding: 14px 41px;
	border-radius: 14px;
}
 .right-sidebar-box .custom-form .custom-input .form-control::placeholder {
 font-size: 14px;
}
.right-sidebar-box .custom-form .custom-input .form-control:focus {
	box-shadow: none;
}
.conttextWrap {
	height: 673px;
}
.contactmapText {
	height: 100%;
}
.contactmapText .title h2 {
	padding-right: 38%;
}
.mapSec {
	width: 100%;
	height: 437px;
	overflow: hidden;
	border-radius: 16px;
}
.contactusForm {
	height: 100%;
}
.contactusForm .right-sidebar-box {
	height: 100%;
}
.contactInfoWrap {
	position: relative;
}
.contactInfoWrap::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #ea4333;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
}
.contactinfolist {
	padding-left: 30px;
}
.contactInfoContainer {
	position: relative;
	z-index: 2;
}
.ctinfoliCard {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 30px;
}
.contactInfoContainer li.ctinfoliCard:last-child {
	margin-bottom: 0px;
}
.ctinfoliIcon {
	width: 55px;
	position: relative;
	height: 55px;
}
.ctinfoliIcon img {
	width: 100%;
	filter: invert(1);
}
.ctinfoliText {
	display: flex;
	position: relative;
	align-items: center;
	gap: 22px;
}
.ctinfoliText::before {
	width: 1px;
	height: 70px;
	display: block;
	background: #ffffff80;
	content: '';
	transform: rotate(12deg);
}
.ctinfoliText p {
	margin-bottom: 0px;
	color: #fff;
}
.ctinfoliText a {
	color: #fff;
}
.title.light h2 {
	color: #fff;
}
.title.light p {
	color: #fff;
}
.contactInfoContainer .title p {
	margin-top: 20px;
}
.ctinfoliText .ctcallText {
	font-size: 25px;
	display: inline-block;
	margin-top: 4px;
}
.aboutInrBnr {
	background: #fff;
	padding-left: 50px;
	padding-right: 50px;
}
.aboutinrbWrap {
	overflow: hidden;
}
.aboutbnrimg {
	width: 80%;
	margin: auto;
}
.aboutbnrimg img {
	width: 100%;
}
.aboutbnrtitle {
	text-align: center;
}
.aboutbnrtitle h1 {
	font-weight: 800;
	font-size: 70px;
	line-height: 80px;
	font-family: "Nunito";
	width: 100%;
	margin: auto;
}
.aboutbnrtitle p {
	font-weight: 400;
	font-size: 14px;
	color: #737983;
	margin-bottom: 11px;
	margin-top: 10px;
}
.aboutbnrtitle .button.submit {
	padding: 13px 50px;
}
.aboutinrSec {
	position: relative;
}
.aboutinrSec::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #ea4333;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
}
.abourContainer {
	position: relative;
	z-index: 2;
}
.aboutlist {
}
.aboutImg {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
}
.aboutImgBox {
	width: 100%;
}
.aboutImgBox img {
	width: 100%;
	border-radius: 26px;
	overflow: hidden;
}
.aboutImgBox.iiImg {
	width: 34%;
	margin-top: -76px;
}
.aboutImgBox.iImg {
	width: 60%;
	margin-top: 80px;
}
.aboutCounter {
	background: #fcbd05;
	padding: 26px;
	border-radius: 26px;
	margin-top: 20px;
}
.aboutCounter p {
	margin-bottom: 0px;
}
.aboutCounter h4 {
	font-weight: 600;
	font-size: 26px;
}
/* .counter {
    display: inline-flex;
    font-size: 2em;
    font-weight: bold;
    overflow: hidden;
    height: 1em;
    line-height: 1em;
}
.counter-digit {
    overflow: hidden;
    height: 1em;
    display: inline-block;
    width: 0.6em;
}

.counter-digit span {
    display: block;
    transition: transform 0.2s ease-out;
}

.counter-digit span > div {
    height: 1em;
} */

.aboutlist.normalList {
	margin-top: 20px;
}
.aboutlist.normalList li {
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	background-position: top 8px left;
	background-size: 20px;
	padding-left: 33px;
}
.aboutInrText .title.light h2 {
	margin-bottom: 19px;
}
.aboutImgCircle {
	position: absolute;
	right: 0px;
	left: -15%;
	width: fit-content;
	bottom: -70px;
	width: 200px;
}
.aboutImgCircle img {
	width: 100%;
}
.aboutImgStar {
	position: absolute;
	bottom: auto;
	left: auto;
	right: 43%;
	width: 50px;
	top: 0px;
}
.aboutImgStar img {
	width: 100%;
}
.buttonMiddle a {
	display: inline-flex;
	margin-top: 14px;
	margin-bottom: 26px;
	font-size: 18px;
	gap: 5px;
}
.buttonMiddle a img {
	width: 20px;
}
.aboutVideoSec {
	position: relative;
}
.aboutVideoWrapper {
	width: 100%;
	height: 80vh;
	position: relative;
}
.aboutFeatures {
	position: relative;
	margin-top: -70px;
}
.aboutFeatureCard {
	position: relative;
	border-radius: 16px;
	background: #fff;
	display: flex;
	/*align-items: center;*/
	box-shadow: rgb(149 157 165 / 11%) 0px 8px 24px;
	overflow: hidden;
}
.aboutfIcon {
	width: 29%;
	padding: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutFeatureCard.i .aboutfIcon {
	background-color: #7f8092;
}
.aboutFeatureCard.ii .aboutfIcon {
	background-color: #ea4333;
}
.aboutFeatureCard.iii .aboutfIcon {
	background-color: #7f8092;
}
.aboutfIcon img {
	width: 100%;
}
.aboutfContent {
	position: relative;
	width: calc(100% - 29%);
	padding: 20px;
}
.aboutfContent h4 {
	font-weight: 600;
	font-size: 18px;
	color: #222443;
	margin-bottom: 8px;
}
.aboutfContent p {
	color: #65657c;
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: normal;
}
.vismisWrap {
	position: relative;
}
.title.left h5 {
	color: #c0c0c0;
	font-size: 18px;
}
.vismisImg {
	background: #ea4333;
	padding: 60px;
	border-radius: 16px;
}
.vismisCard {
	position: relative;
	display: flex;
	align-items: center;
	gap: 17px;
	margin-bottom: 40px;
}
.vismisContent .vismisCard:last-child {
	margin-bottom: 0px;
}
.vismisIco {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: #3d89e9;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #2626262b;
}
.vismisIco img {
	width: 100%;
}
.vismistext {
	width: calc(100% - 80px);
}
.vismistext h4 {
	font-weight: 600;
	font-size: 22px;
	color: #222443;
	margin-bottom: 8px;
}
.vismistext p {
	margin-bottom: 0px;
	color: #65657c;
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: normal;
}
.vismisContent {
	margin-left: -70px;
	margin-top: 70px;
}
.joinStepImgSec {
	position: relative;
}
.joinStepImg {
	position: relative;
	width: 100%;
}
.joinStepImg .stepimg {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}
.joinStepImg .imgshape {
	position: absolute;
	bottom: 0px;
	right: 10%;
	width: 24%;
	top: 77.2%;
}
.joinStepImgSec .title {
	margin-top: 50px;
	margin-bottom: 0px;
}
.joinStepImgSec .title h2 {
	font-size: 54px;
	line-height: 63px;
}
.joinstespCardWrap {
	position: relative;
}
.joinStepsCard {
	position: relative;
	display: flex;
	/* align-items: center; */
	gap: 17px;
	margin-bottom: 10px;
}
.joinStepsCardIco {
	background: #fff;
	border-radius: 10px;
	padding: 18px;
	width: 80px;
	height: 80px;
	position: relative;
}
/* .joinStepsCardIco::after {
	position: absolute;
	top: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	content: '';
	width: 1px;
	border: 1px dashed #fbde91;
	margin: auto;
} */
.joinstespCardWrap .joinStepsCard:last-child .joinStepsCardIco::after {
	display: none;
}
.joinStepsCardIco img {
	width: 100%;
}
.joinStepCardText {
	width: calc(100% - 80px);
}
.joinStepCardText h4 {
	font-weight: 600;
	font-size: 24px;
	color: #222443;
	margin-bottom: 11px;
}
.joinStepCardText h4 span {
    font-size: 20px;
    color: #1a73e8;
}


.joinStepCardText p {
    color: #4b4b4b;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}
.joinstespCardWrap {
	padding-left: 60px;
}
/* Blog */

.blogListingWrap {
	width: 100%;
	position: relative;
}
.blogListCard {
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff4f4;
	margin-bottom: 30px;
}
.blogListingWrap .blogListCard:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.blogListCard .listHeader {
	width: 40%;
}
.blogListCard .listHeader .listImg {
	border-radius: 12px;
}
.blogListCard .listHeader .otherinfocomponents {
	background: #fff;
	border-radius: 10px;
	padding: 12px;
	width: fit-content;
	left: 10px;
	margin-left: 0;
	top: 0px;
	height: fit-content;
	margin-bottom: 0px;
	bottom: 10px;
}
.blogListCard .listHeader .otherinfocomponents ul {
	display: flex;
	align-items: center;
	gap: 10px;
}
.blogListCard .listHeader .otherinfocomponents ul li {
	font-weight: 600;
	border-right: 1px solid #ddd;
	color: #111;
	padding-right: 11px;
}
.blogListCard .listHeader .otherinfocomponents ul li:last-child {
	color: #EA4333;
	border-right: none;
	padding-right: 0px;
}
.blogListCard .listmainContent {
	width: calc(100% - 40%);
	border: none;
	border-radius: 0px;
	padding-left: 35px;
}
.blogListCard .listmainContent h4 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
}
.blogListCard .listmainContent p {
	margin-bottom: 12px;
}
.blogListCard .listmainContent a {
	text-decoration: none;
}
.paginationWrapper {
	margin-top: 30px;
}
.blogDetailBnr {
	position: relative;
}
.blogBnrImg {
	width: 100%;
}
.blogBnrImg img {
	width: 100%;
}
.blogbnrContent {
	width: 100%;
	height: fit-content;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.blogbnrCompo {
	padding: 15px 20px;
	border-radius: 12px;
	background: #fff;
	display: flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
}
.bcompImg {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	overflow: hidden;
}
.bcompImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogbnrCompoText ul {
	display: flex;
	align-items: center;
	gap: 15px;
}
.blogbnrCompoText ul li {
	padding-right: 15px;
	border-right: 1px solid #ddd;
}
.blogbnrCompoText ul li:last-child {
	padding-right: 0px;
	border-right: none;
}
.blogbnrCompoText ul li h5 {
	font-size: 16px;
	color: #1C1C1E;
	margin-bottom: 0px;
}
.blogbnrCompoText ul li p {
	font-size: 14px;
	color: #858585;
	margin-bottom: 0px;
	line-height: normal;
}
.blogMainTitle {
	margin-bottom: 30px;
}
.blogMainTitle h4 {
	font-size: 50px;
	font-weight: 600;
}
.shareAndTags {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shareAndTags ul {
	display: flex;
	align-items: center;
	gap: 10px;
}
.shareAndTags ul li {
	color: #aaaaaa;
}
.shareAndTags ul:first-child li a {
	color: #111;
	display: inline-block;
	padding: 8px 15px;
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 8px;
}
.shareAndTags ul:last-child li a {
	color: #111;
	display: inline-block;
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
}
.shareAndTags ul li a:hover {
	color: #EA4333;
}
.content {
	position: relative;
}
.content p {
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 20px;
}
.content img {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 20px;
}
.content span {
	padding: 20px;
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	border-left: 4px solid #fbd46d;
	background: #fff5db;
	margin-bottom: 20px;
	margin-top: 20px;
}
.reivewBox {
	margin-top: 40px;
}
.activiesWrap.formobileViewOnly {
	display: none!important;
}
.forPCViewOnly {
	display: block!important;
}
.listingSidebar {
	display: block;
}
.mobFilterBtn {
	display: none;
}
.bnrNav {
	padding: 7px 0px;
	background: #faf8fa;
}
.bnrNavWrap ul {
	display: block;/*align-items: center;
    position: relative;*/

}
.bnrNavWrap ul li {
	padding-right: 16px;
	position: relative;
	margin-right: 10px;
	display: inline-block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}
.bnrNavWrap ul li.gotoProductList {
	position: absolute;
	right: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.bnrNavWrap ul li.gotoProductList i {
	font-size: 10px;
}
.bnrNavWrap ul li::after {
	position: absolute;
	content: '';
	right: 0px;
	background-image: url(../img/icons/right-arrow-nav.png);
	width: 8px;
	height: 8px;
	background-size: contain;
	top: 0px;
	bottom: 0px;
	margin: auto;
	/* filter: invert(1); */
	background-repeat: no-repeat;
}
.bnrNavWrap ul li:last-child:after {
	display: none;
}
.bnrNavWrap.listings ul li:nth-last-child(-n+2):after {
	display: none;
}
/*.bnrNavWrap ul li:nth-last-child(-n+2) a {
    color: #979797;
}*/

.bnrNavWrap ul li a {
	color: #343434;
	font-weight: 600;
	font-size: 11px;
}
.bnrNavWrap ul li:last-child a {
	color: #ea4333;
	font-weight: 600;
    cursor: default;
    pointer-events: none;
}
.inrnavHeading {
}
.inrnavHeading h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
	color: #222443;
}
.inrselectTagList ul {
	display: block;
	margin-top: 7px;
	margin-bottom: 5px;
}
 .inrselectTagList ul::-webkit-scrollbar {
display: none;
}
.inrselectTagList ul li {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ea4333;
	border-radius: 4px;
	color: #ea4333;
	font-size: 13px;
	position: relative;
	margin-bottom: 5px;
	margin-right: 6px;/* display: flex;
    align-items: center;
    gap: 6px;*/
}
.inrselectTagList ul li a {
	color: #ea4333;
	font-size: 13px;
	font-weight: 600;
}
.inrselectTagList ul li a i {
	font-size: 14px;
	position: relative;
	top: 0px;
}
.filterpageHeading {
	display: flex;
	align-items: baseline;
	gap: 26px;
}
.noofListings {
	display: flex;
	align-items: center;
	gap: 5px;
}
.currentViewing {
	font-size: 15px;
	color: #515151;
	line-height: normal;
}
.totalviewing {
	font-size: 15px;
	color: #111;
	line-height: normal;
}
.eventspecialInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.eventSpecCard.otherInfoCard span {
	padding: 6px 10px;
	display: inline-block;
	background: #fafafa;
	border-radius: 5px;
	font-size: 13px;
	border: 1px solid #ffe7e7;
	color: #595959;
	cursor: pointer;
}
.ondetail.popularCatSelectBox.labelSelect span {
	background: #f1f1f1;
}
.ondetail.popularCatSelectBox.labelSelect input:checked + span {
	background-color: #EA4333;
	color: #fff;
}
.reviewHeading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-bottom: 4px;
}
.reviewHeading .reviewfooter {
	margin-top: 0px;
}
.reviewHeading .titletwo::after {
	display: none;
}
.reviewHeading .titletwo {
	margin-bottom: 0px;
}
.reviewHeading .titletwo::after {
	display: none;
}
.reviewHeading::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #EFEFEF;
	bottom: 0px;
	left: 0px;
}
/* switch slider */
.switch input {
	display: none;
}
.switch {
	display: inline-block;
	width: 60px;
	height: 30px;
	position: relative;
}
/* Style Wired */
.slider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 30px;
	box-shadow: 0 0 0 2px #b9b9b9, 0 0 4px #9d9d9d;
	cursor: pointer;
	border: 4px solid transparent;
	overflow: hidden;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #eb0f0f;
	border-radius: 30px;
	transform: translateX(-30px);
	transition: .4s;
}
input:checked + .slider:before {
	transform: translateX(30px);
	background: #299700;
}
input:checked + .slider {
	box-shadow: 0 0 0 2px #278006, 0 0 2px #006804;
}
.switch.small {
	width: 42px;
	height: 19px;
}
.switch.small .slider {
	border: 2px solid transparent;
}
.switch.small .slider:before {
	transform: translateX(-23px);
}
.switch.small input:checked + .slider:before {
	transform: translateX(23px);
}
.secHighlightCard {
	border-radius: 13px;
	background: #ffe5e3;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
}
.secHighlightCard img {
	width: 40px;
}
.connectCoordinates {
	position: relative;
}
.connectCoordinates ul li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 11px;
	color: #6a6a6a;
}
.connectCoordinates ul li a {
	color: #6a6a6a;
}
.connectCoordinates ul li i {
	color: #EA4333;
}
.connectCoordinates ul li i.fa-circle-exclamation {
	color: #6a6a6a;
}
.imponotes {
	background: #F4F7F9;
	padding: 15px;
	border-radius: 15px;
	position: relative;
	display: block;
}
.priceInfoFooter {
	position: relative;
	/*    display: flex;*/
	align-items: center;
	justify-content: space-between;
}
.rateCardWrap .priceInfoFooter .listbookbtn {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
}
.rateCardWrap .priceInfoFooter .listbookbtn a {
/*     padding: 9px 26px;*/
}
.totalPriceInfo {
	color: #EA4333;
	font-weight: 600;
	font-size: 16px;
	text-align: right;
}
.ratecInfo h6 {
	color: #747474;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	/*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
	margin-right: 20px;
}
.rcoldPrice {
	display: inline-block;
	text-decoration: line-through;
	color: #545454;
	font-size: 11px;
	font-weight: 500;
	padding-right: 5px;
}
.rateInfoOther h6 {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	line-height: 25px;
	display: block;
}
.percentoff {
	color: #299700;
	font-weight: 600;
	font-size: 12px;
	margin: 0px 5px;
}
.rateInfoOther .number {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.rateInfoOther .number input {
	/* width: 60px;
    border: 1px solid #EA4333;
    height: 30px;
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    border-radius: 6px;*/

	width: 50px;
	border: 1px solid #EA4333;
	height: 22px;
	/* border-left: 0px; */
    /* border-right: 0px; */
	text-align: center;
	border-radius: 4px;
	margin-left: 2px;
	margin-right: 2px;
}
.rateInfoOther .number span {
	border: 1px solid #EA4333;
	width: 26px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border-radius: 4px;
	cursor: pointer;
}
.taxinformation {
	color: #767676dd;
	display: block;
	text-align: right;
	margin-bottom: 6px;
	font-size: 14px;
}
.ratecInfo {
	/*width: calc(100% - 40%);*/
	width:100%;
	padding-right: 20px;
}
.rateInfoOther {
	width: 40%;
}
.packageBook ul li {
	border-bottom: 1px solid #ddd;
}
.astroSider.ondetails {
	top: 164px;
}
.btn-flat {
	border: none!important;
}
.bookingtimeSelectrow > div:first-child {
	padding-right: 5px!important;
}
.bookingtimeSelectrow > div:last-child {
	padding-left: 5px!important;
	;
}
 @media screen and (max-width: 1500px) and (min-width: 1200px) {
.rateInfoOther h6 {
	font-size: 13px;
}
/*.percentoff {
        font-size: 13px;
        margin: 0px 5px;
    }*/
.ratecInfo {
	width: calc(100% - 42%);
}
.rateInfoOther {
	width: 42%;
}
.listingSidebar .greyCard {
	max-height: 80vh;
	overflow-y: auto;
}
.navWrapper .titleSection {
	width: 32%;
}
.aboutfIcon {
	width: 38%;
}
.aboutbnrimg.leftImg {
	margin-left: 80px;
}
.aboutInrBnr {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.aboutbnrtitle h1 {
	width: 100%;
	font-size: 65px;
	line-height: 65px;
}
.aboutbnrimg {
	width: 100%;
	margin: auto;
}
.aboutImgCircle {
	position: absolute;
	right: 0px;
	left: -16%;
	width: fit-content;
	bottom: -20px;
	width: 140px;
}
.aboutImgBox.iiImg {
	width: 39%;
	margin-top: -56px;
}
.aboutCounter h4 {
	font-weight: 700;
	font-size: 18px;
}
.aboutCounter {
	padding: 20px;
	border-radius: 18px;
}
.aboutImgBox.iImg {
	width: 60%;
	margin-top: 10px;
}
.contactmapText .title h2 {
	padding-right: 38%;
	font-size: 38px;
	line-height: normal;
}
.contactusForm .title h2 {
	font-size: 38px;
}
.mainnavBar ul li a {
	padding: 12px 14px;
	font-size: 12px;
}
a {
	font-size: 14px;
}
.logoSection {
	width: 153px;
}
.mobilemenulistlink {
	font-size: 13px;
	padding: 9px 0px;
	text-transform: uppercase;
}
.mobileMenuList .mobilemenulistLi {
	padding: 0px 8px;
}
.mainheadbtns .btnwithtext span {
	font-size: 14px;
}
.mainheadbtns ul li a img {
	width: 19px;
}
.mainheadbtns .btnwithtext.withborder {
	border: 1px solid #EA4333;
	padding: 11px 13px;
	border-radius: 11px;
	color: #ddd;
}
.mainheadbtns .btnwithtext.withborder span {
	font-size: 13px;
}
.mainheadbtns ul {
	gap: 18px;
}
:root {
 --locationWrap: 30%;
}
.listImg img {
	height: 100%;
	object-fit: cover;
}
.listmainHeader .listtitle {
	font-size: 18px;
}
.listmainHeader .listtitle a {
	font-size: 18px;
	color: #222443;
}
.listaddress span {
	font-size: 12px;
}
.listcategories span {
	font-size: 14px;
}
.sessionPrice ul li {
	font-size: 13px;
}
.sessionPrice ul li .currentPrice {
	font-size: 18px;
	font-weight: 600;
}
.categoryContent h4 {
	font-size: 16px;
}
.categoryContent .textbtn {
	font-size: 13px;
}
.eventCardImg {
	height: 133px;
}
.leftsideContent p {
	font-size: 16px;
}
.leftsideContent .normalList li {
	font-size: 16px;
}
.browsecatCrd h5 {
	font-size: 16px;
}
.browsecatCrd img {
	width: 80px;
}
.testimonials .title h2 {
	padding: 0px 11%;
}
.testimesage p {
	font-size: 16px;
}
.sponcercard {
	padding: 40px;
}
.faqsSection .accordion-button {
	font-size: 20px;
}
.faqsSection .accordion-item {
	padding: 14px 20px;
}
.faqsSection .title h2 {
	font-size: 39px;
}
.blogTitle h4 {
	font-size: 20px;
}
.downloadappWrapper {
	padding: 43px;
}
.footerContainer::after {
	content: '';
	position: absolute;
	width: 100%;
	background: url(../img/bg/footer-overlay.png);
	height: 236px;
	bottom: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.navWrapper .titleSection h2 {
	font-size: 22px;
}
.navibtn {
	padding: 8px 10px;
	font-size: 13px
}
/*.navWrapper {
	top: 63px;
}*/
.tabContentBox .titleSection h2 {
	font-size: 24px;
}
p {
	font-size: 15px;
	line-height: 25px;
}
.addressrating ul li {
	font-size: 17px;
}
.detailhighlighted li {
	font-size: 15px;
}
.openingTiming li {
	margin-bottom: 14px;
}
.dlocatioFooter li, .dlocatioFooter li a {
	font-size: 16px;
}
.facilitycard img {
	width: 50px;
	height: 50px;
}
.facicardText span {
	font-size: 14px;
}
.facicardText h6 {
	font-size: 15px;
}
.facilitycard {
	width: 23%;
}
.cuisineWrapper .example-image-link {
	min-height: 213px;
}
.maingalleryCard {
	height: 296px;
}
.mainGalleryLightbox .mediaGalleryImgCard .demo-gallery-poster {
	height: 140px;
}
.galmoreimagetext h3 {
	font-size: 18px;
}
.galmoreimagetext h5 {
	font-size: 12px;
}
.greyCard {
	padding: 12px 15px;
	margin-bottom: 15px;
}
.titletwoWrap {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.titletwoWrap p {
	margin-bottom: 0px;
}
.ratecInfo h4 {
	font-size: 15px;
}
.ratecInfo h4 span {
	font-size: 14px;
}
.ratecInfo h6 {
	font-size: 13px;
}
.button.btnouline.primaryoutline.normalsize {
	padding: 4px 14px;
	font-weight: 500;
	font-size: 13px;
	border-width: 1px;
}
.rateCard {
	margin: 8px 0px;
}
.rateCardWrap .listbookbtn a {
	padding: 4px 14px;
	font-weight: 500;
	font-size: 13px;
	border-width: 1px;
	border: 2px solid #EA4333;
}
.rateCardWrap .listotherBtns a {
	width: 40px;
	height: 40px;
	font-size: 14px;
}
.titletwoWrap .titletwo {
	font-size: 18px;
}
.bgbusinessDetails .accordion-button h5 {
	font-size: 18px;
}
.activiesList ul li a {
	font-size: 12px;
	display: inline-block;
	padding: 4px 11px;
}
.astroSider {
	position: sticky;
	top: 197px;
}
#button {
	width: 50px;
	height: 50px;
	bottom: 50px;
	right: 10px;
	line-height: 59px;
	font-size: 9px;
}
.activiesList {
	max-height: 128px;
	overflow-y: auto;
}
.selectBoxInput {
	padding: 6px 13px;
}
.labelSelect span {
	padding: 6px 15px;
	font-size: 13px;
}
.priceFilter .input-box select {
	padding: 6px 13px;
}
.sidefilterCard {
	margin-top: 16px;
}
.greyCard .button.submit {
	font-size: 14px;
	padding: 9px 20px;
}
.listingcolbox {
	padding-left: 40px;
}
.seoContentText p {
	color: #282828;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 12px;
}
.seoContentText {
	margin-top: 10px;
}
.seoContent {
	margin-top: 30px;
}
.eventListingrow .listCard {
	width: 31.2222%;
}
.eventListingrow .listCard.filteredGrid {
	flex: 0 0 auto;
	width: 31.2222%;
}
}
 @media screen and (max-width: 1708px) and (min-width:1519px) {
.mapSec {
	height: 461px;
}
}
@media screen and (max-width: 1518px) and (min-width:1501px) {
.mapSec {
	height: 431px;
}
.contactmapText .title h2 {
	padding-right: 20%;
}
}
@media screen and (max-width: 1500px) and (min-width:1400px) {
.mapSec {
	height: 493px;
}
.contactmapText .title h2 {
	padding-right: 20%;
}
}
@media screen and (max-width: 1399px) and (min-width:1200px) {
.mapSec {
	height: 466px;
}
.contactmapText .title h2 {
	padding-right: 20%;
}
.right-sidebar-box .custom-form .custom-input textarea {
	height: auto;
}
.title.light h2 {
	color: #fff;
	font-size: 43px;
	line-height: normal;
}
}
 @media screen and (max-width:1221px) and (min-width: 992px) {
.logoSection {
	width: 133px;
}
.mainheadbtns .btnwithtext span {
	font-size: 13px;
}
.mainheadbtns ul {
	gap: 11px;
}
.mainheadbtns ul li a img {
	width: 18px;
}
.mainheadbtns .btnwithtext.withborder span {
	font-size: 12px;
}
.mainheadbtns .btnwithtext.withborder {
	padding: 15px 16px;
}
.headerSearch {
	width: 36%;
}
:root {
 --locationWrap: 40%;
}
.inputbtnwrap span {
	font-size: 12px;
}
.searchKeywords input {
	font-size: 12px;
}
.searchKeywords .searchBtn {
	width: 26px;
	height: 26px;
}
.searchKeywords .searchBtn img {
	width: 12px;
}
a {
	font-size: 13px;
}
.mainnavBar ul li a {
	padding: 14px 13px;
	font-size: 11px;
}
.submenu-pls-mins i {
	font-size: 10px;
}
.mainnavBar .main-header-nav > ul li:first-child a {
	padding-left: 0px;
}
.mainnavBar .main-header-nav > ul li:last-child a {
	padding-right: 0px;
}
.submenus .submenu-pls-mins {
	position: absolute;
}
.title h2 {
	font-size: 36px;
}
.listingContainer .nav-tabs .nav-link.active {
	font-size: 16px;
}
.listingContainer .nav-tabs .nav-link {
	font-size: 15px;
}
.listingContainer .gap-4 {
	gap: 5px!important;
}
.listSlider.owl-carousel .owl-nav button.owl-next {
	right: -30px;
}
.listSlider.owl-carousel .owl-nav button.owl-prev {
	left: -30px;
}
.eventCardImg {
	height: 100px;
}
.eventCardContents .title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 2px;
}
.leftsideContent h2 {
	font-size: 38px;
}
.leftsideContent p {
	font-size: 15px;
}
.leftsideContent .normalList li {
	font-size: 15px;
	line-height: 25px;
}
.offerbannerWrapper .maintitle h2 {
	font-size: 36px;
	line-height: 58px;
}
.offerbannerWrapper {
	height: 280px;
}
.browsecatCrd h5 {
	font-size: 14px;
}
.browsecatCrd img {
	width: 70px;
}
.browsecatCrd {
	padding: 10px;
}
.testimonials .title h2 {
	padding: 0px 20%;
	line-height: normal;
}
.faqsSection .accordion-button {
	font-size: 16px;
}
.faqsSection .accordion-item {
	padding: 10px 20px;
}
.faqsSection .accordion-body p {
	font-size: 14px;
}
.blogTitle h4 {
	font-size: 16px;
	line-height: 24px;
}
.footerCTA h2 {
	font-size: 54px;
	line-height: 70px;
}
.footerContainer::after {
	content: '';
	position: absolute;
	width: 100%;
	background: url(../img/bg/footer-overlay.png);
	height: 276px;
	bottom: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.mediaGallerypage .gallerWrapperCard .gallerymainImg {
	width: 18%;
}
.mediaGalleryImgCard .demo-gallery-poster {
	height: 160px;
}
.eventbanner {
	min-height: 369px;
}
.navWrapper .titleSection h2 {
	font-size: 16px;
}
.navibtn {
	padding: 8px 5px;
	font-size: 11px;
}
.tabContentBox {
	padding: 20px;
}
.tabContentBox .titleSection h2 {
	font-size: 24px;
}
.addressrating ul li {
	font-size: 15px;
}
.addressrating ul li i {
	font-size: 17px;
}
.otherlistInfo .agegroupTime li span {
	font-size: 14px;
}
.content p {
	font-size: 13px;
	line-height: normal;
}
.propermodeBtn {
	font-weight: 600;
	font-size: 13px;
}
.detailhighlighted li {
	font-size: 13px;
	line-height: normal;
}
p {
	font-size: 13px;
	line-height: normal;
}
.button.btnouline.primaryoutline {
	padding: 9px 18px;
	font-size: 13px;
}
.openingTiming li span {
	font-size: 14px;
}
.openingTiming li {
	margin-bottom: 10px;
}
.dlocatioFooter li, .dlocatioFooter li a {
	font-size: 15px;
}
.facilitycard {
	width: 32%;
}
.facicardText span {
	font-size: 13px;
}
.facicardText h6 {
	color: #3A3A3C;
	font-size: 14px;
}
.maingalleryCard {
	height: 226px;
}
.mainGalleryLightbox .mediaGalleryImgCard .demo-gallery-poster {
	height: 105px;
}
.mainGalleryLightbox .mediaGalleryImgCard {
	width: 29%;
}
.galmoreimagetext h3 {
	font-size: 14px;
}
.galmoreimagetext h5 {
	font-size: 12px;
}
.mupcomingeventWrapper ul li h5 {
	font-size: 14px;
}
#pagination a {
	font-size: 10px;
	width: 24px;
	height: 24px;
	line-height: 19px;
}
.activiesList ul li a {
	border-radius: 5px;
	font-size: 11px;
	padding: 2px 9px;
}
.greyCard {
	padding: 12px;
}
.ratecInfo h4 {
	font-size: 12px;
}
.ratecInfo h4 span {
	font-size: 12px;
}
.ratecInfo h6 {
	font-size: 13px;
	font-weight: 600;
}
.button.btnouline.primaryoutline.normalsize {
	padding: 7px 16px;
	font-weight: 500;
	border-width: 1px;
}
.titletwoWrap p {
	font-size: 12px;
}
.input-box label {
	font-size: 13px;
}
}
 @media screen and (max-width:991px) and (min-width: 768px) {
.logoSection {
	width: 133px;
}
.mainheadbtns .btnwithtext span {
	font-size: 13px;
	display: none;
}
.mainheadbtns ul {
	gap: 11px;
}
.mainheadbtns ul li a img {
	width: 18px;
}
.mainheadbtns .btnwithtext.withborder span {
	font-size: 12px;
}
.mainheadbtns .btnwithtext.withborder {
	padding: 11px 10px;
}
.headerSearch {
	width: 49%;
}
:root {
 --locationWrap: 40%;
}
.inputbtnwrap span {
	font-size: 12px;
}
.searchKeywords input {
	font-size: 12px;
}
.searchKeywords .searchBtn {
	width: 26px;
	height: 26px;
}
.searchKeywords .searchBtn img {
	width: 12px;
}
a {
	font-size: 13px;
}
.mainnavBar ul li a {
	padding: 14px 13px;
	font-size: 11px;
}
.submenu-pls-mins i {
	font-size: 10px;
}
.mainnavBar .main-header-nav > ul li:first-child a {
	padding-left: 0px;
}
.mainnavBar .main-header-nav > ul li:last-child a {
	padding-right: 0px;
}
.submenus .submenu-pls-mins {
	position: absolute;
}
.mainnavBar .main-header-nav > ul {
	display: block;
	white-space: nowrap;
	overflow-x: auto;
}
.submenus.hasMegamenu {
	display: inline-block;
}
.bannerWrapperSection {
	width: 100%;
}
.title h2 {
	font-size: 36px;
}
.listingContainer .nav-tabs .nav-link.active {
	font-size: 16px;
}
.listingContainer .nav-tabs .nav-link {
	font-size: 15px;
}
.listingContainer .gap-4 {
	gap: 5px!important;
}
.listSlider.owl-carousel .owl-nav button.owl-next {
	right: -30px;
}
.listSlider.owl-carousel .owl-nav button.owl-prev {
	left: -30px;
}
.instaSlider.owl-carousel .owl-nav button.owl-next {
	right: -30px;
}
.instaSlider.owl-carousel .owl-nav button.owl-prev {
	left: -30px;
}
.eventCardImg {
	height: 100px;
}
.eventCardContents .title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 2px;
}
.leftsideContent h2 {
	font-size: 38px;
}
.leftsideContent p {
	font-size: 15px;
}
.leftsideContent .normalList li {
	font-size: 15px;
	line-height: 25px;
}
.offerbannerWrapper .maintitle h2 {
	font-size: 36px;
	line-height: 58px;
}
.offerbannerWrapper {
	height: 280px;
}
.browsecatCrd h5 {
	font-size: 14px;
}
.browsecatCrd img {
	width: 70px;
}
.browsecatCrd {
	padding: 10px;
}
.testimonials .title h2 {
	padding: 0px 20%;
	line-height: normal;
}
.faqsSection .accordion-button {
	font-size: 16px;
}
.faqsSection .accordion-item {
	padding: 10px 20px;
}
.faqsSection .accordion-body p {
	font-size: 14px;
}
.blogTitle h4 {
	font-size: 16px;
	line-height: 24px;
}
.footerCTA h2 {
	font-size: 54px;
	line-height: 70px;
}
.footerContainer::after {
	content: '';
	position: absolute;
	width: 100%;
	background: url(../img/bg/footer-overlay.png);
	height: 276px;
	bottom: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.mediaGallerypage .gallerWrapperCard .gallerymainImg {
	width: 18%;
}
.mediaGalleryImgCard .demo-gallery-poster {
	height: 160px;
}
.eventbanner {
	min-height: 299px;
}
.navWrapper .titleSection h2 {
	font-size: 13px;
}
.navibtn {
	padding: 5px 5px;
	font-size: 8px;
}
.tabContentBox {
	padding: 20px;
}
.tabContentBox .titleSection h2 {
	font-size: 26px;
}
.addressrating ul li {
	font-size: 15px;
}
.addressrating ul li i {
	font-size: 17px;
}
.otherlistInfo .agegroupTime li span {
	font-size: 14px;
}
.content p {
	font-size: 13px;
	line-height: normal;
}
.propermodeBtn {
	font-weight: 600;
	font-size: 13px;
}
.detailhighlighted li {
	font-size: 13px;
	line-height: normal;
}
p {
	font-size: 13px;
	line-height: normal;
}
.button.btnouline.primaryoutline {
	padding: 9px 18px;
	font-size: 13px;
}
.openingTiming li span {
	font-size: 14px;
}
.openingTiming li {
	margin-bottom: 10px;
}
.dlocatioFooter li, .dlocatioFooter li a {
	font-size: 15px;
}
.facilitycard {
	width: 32%;
}
.facicardText span {
	font-size: 13px;
}
.facicardText h6 {
	color: #3A3A3C;
	font-size: 14px;
}
.maingalleryCard {
	height: 226px;
}
.mainGalleryLightbox .mediaGalleryImgCard .demo-gallery-poster {
	height: 105px;
}
.mainGalleryLightbox .mediaGalleryImgCard {
	width: 29%;
}
.galmoreimagetext h3 {
	font-size: 14px;
}
.galmoreimagetext h5 {
	font-size: 12px;
}
.mupcomingeventWrapper ul li h5 {
	font-size: 14px;
}
#pagination a {
	font-size: 6px;
	width: 21px;
	height: 24px;
	line-height: 19px;
}
.activiesList ul li a {
	border-radius: 5px;
	font-size: 11px;
	padding: 2px 9px;
}
.greyCard {
	padding: 10px;
}
.ratecInfo h4 {
	font-size: 10px;
}
.ratecInfo h4 span {
	font-size: 10px;
}
.ratecInfo h6 {
	font-size: 13px;
	font-weight: 600;
}
.button.btnouline.primaryoutline.normalsize {
	padding: 7px 16px;
	font-weight: 500;
	border-width: 1px;/*        font-size: 9px;*/
}
.titletwoWrap p {
	font-size: 10px;
}
.input-box label {
	font-size: 12px;
}
.ratecInfo h6 span {
	font-size: 10px;
}
.rateCardWrap .listbookbtn a {
	padding: 6px 11px;
	font-size: 11px;
}
.rateCardWrap .listotherBtns a {
	width: 38px;
	height: 38px;
	font-size: 13px;
}
.astroSider {
	position: sticky;
	top: 178px;
}
.activiesList {
	max-height: 118px;
}
.selectedPackageCanvas {
	max-width: 390px;
}
}
 @media screen and (max-width:768px) {
.filterpageHeading h4 {
	font-size: 22px;
}
.mainheader {
	padding: 5px 0px;
}
.listingSidebar {
	display: none;
}
 .listingcolbox { padding-left:10px !important; }



.eventListingrow .listCard {
	width: 47%;
}
.mobileNavbar {
	display: block;
}
.hamburger {
	display: inline-block;
  position: relative;
  left:20px; /* initial position */
  top: 8px;
  z-index: 10;
  cursor: pointer;

  /* Smooth transition for everything we change */
  transition: all 0.6s ease-in-out;
}
/* .mainheadbtns {
        display: none;
    } */
.mainnavBar ul li a {
	padding: 14px 13px;
	font-size: 11px;
}
.mainheadbtns ul li {
/*        display: none;*/
}
.mainheadbtns ul li:nth-child(4) {
	display: block;
}
.mainheadbtns ul li:nth-child(2) {
	display: block;
}
.mainheadbtns ul li:nth-child(2) a {
	display: flex;
	align-items: center;
	gap: 4px;
	width: 32px;
	height: 32px;
	text-align: center;
	justify-content: center;
}
.submenu-pls-mins i {
	font-size: 10px;
}
.mainnavBar .main-header-nav > ul li:first-child a {
	padding-left: 0px;
}
.mainnavBar .main-header-nav > ul li:last-child a {
	padding-right: 0px;
}
.submenus .submenu-pls-mins {
	position: absolute;
}
.mainnavBar .main-header-nav > ul {
	display: block;
	white-space: nowrap;/* overflow-x: auto; */
}
.submenus.hasMegamenu {
	display: inline-block;
}
.submenus:hover .submenu-div {
	transform: unset;
	transform: unset;
	display: unset;
}
.submenus .submenu-div {
	transform: unset;
	transform: unset;
	display: none;
}
.submenus.hasMegamenu {
	position: unset;
}
.mobileNavbar {
	position: relative;
}
.mobileMenuList .mobilemenulistLi .mobilemenulistlink {
	width: 100%;
	padding: 10px 11px;
	font-size: 14px;
	font-weight: 400;
	color: #222443;
	/*border-bottom: 1px solid #dadada;*/
	display: inline-block;
	text-transform: uppercase;
}
.mobileMenuList .mobilemenulistLi .mobilemenulistlink:hover::after {
	width: 0%;
}
.mobileMenuList .mobilemenulistLi .mobilemenulistlink:hover {
	background: transparent;
}
.mobileMenuList .mobilemenulistLi .mobilemenulistlink.active {
	padding: 10px 22px 10px 11px;
	background: #fff;
}
.mobileMenuList .mobilemenulistLi .mobilemenulistlink.active::after {
	width: 100%;
}
.mobilesubmenu {
	display: none;
}
.main-header-nav {
	display: none;
}
.mobilesubmenuDiv.submenu-div.megamenudiv {
	transform: unset;
	width: 100%;
	max-width: 100%;
}
.mobilesubmenuDiv .menutitle {
	font-size: 12px;
}
.mobilesubmenuDiv .megamenucardText h5 {
	font-size: 12px;
}
.mainnavBar .mobilesubmenuDiv ul li a {
	padding: 6px 8px;
}
.submenu-div.megamenudiv.mobilesubmenuDiv > ul {
	flex-wrap: wrap;
}
.mobileMenuList {
	white-space: nowrap;
	overflow: auto;
	width: 80%;
}
.mobileMenuList .mobilemenulistLi {
	display: inline-block;
	padding: 0px;
}
.mobilesubmenuDiv {
	display: none;
}
.topHead {
	display: none;
}
.mainheaderWrapper {
	gap: 21px;
	justify-content: unset;
}
.headerSearch {
	float: right;
	width: 52%;
	padding: 9px 10px;
}
.searchKeywords .searchBtn {
	background: transparent;
}
.searchKeywords .searchBtn img {
	filter: invert(2);
}
.inputlocations {
	display: none;
}
.searchKeywords {
	width: 100%;
}
.justshowkeyinfo {
	display: none;
}
.mainheadbtns {
	background: #fff;
	margin-top: 15px;
	width: fit-content;
	float: right;
	margin-top: 6px;
	margin-right: 5px;
}
.mainheaderWrapper {
	position: relative;
}
.mainheadbtns ul {
	width: 100%;
	justify-content: center;
}
.mainheadbtns .btnwithtext.withborder {
	padding: 9px 15px;
}
.mainheadbtns .btnwithtext.withborder span {
	font-size: 12px;
}
.mainheadbtns .btnwithtext span {
	font-size: 12px;
}
.mainheadbtns ul li a img {
	width: 17px;
}
.mainheadbtns .btnwithtext.withborder img {
	width: 17px;
}
.mainheadbtns a {
	border: 1px solid #EA4333;
	padding: 3px 7px;
	border-radius: 4px;
	color:#292b49;
}
.mainheadbtns ul {
	gap: 6px
}
.mobsidebar {
	position: fixed;
	left: -120%;
	right: 0px;
	width: 100%;
	z-index: 7;
	height: calc(100vh - 83px);
	top: 0px;
	transition: 0.3s ease-in-out;
	display: block;
}
.mobsidebar.active {
	left: 0;
}
.mobsidebarWrapp {
	background: #fff;
	width:320px;
	height: 100%;
	padding: 20px;
	position: relative;
	z-index: 6;
	padding-top: 50px;
	height: 100vh;

}
.mobsidebar::after {
	position: absolute;
	content: '';
	width: 120%;
	height: 100%;
	background: #0c0c0c9c;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 1;
}
.mobsidebar .inputlocations {
	display: block;
}
.mobsidebar .inputlocations.headerSearch {
	width: 100%;
	top: 0px;
	position: unset;
	margin-top: 15px;
}
.detectcurrentLocation {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 0px;
	margin-bottom: 0px;
}
.detectcurrentLocation h5 {
	font-size: 14px;
	font-weight: 600;
	color: #222443;
}
/*side-menu===========================*/


    /*.mobsidebarmenu {
        margin-top: 76px;
        width: 100%;
        display: block;
        height: calc(100% - 76px);
        overflow-y: scroll;
    }
    .mobsidebarmenu > li {
        position: relative;
    }
    .mobsidebarmenu > li.mobmenuhassub::after {
        position: absolute;
        content: '\f078';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 12px;
        color: #646464;
        right: 13px;
        top: 9px;
        transition: 0.3s ease-in-out;
    }
    .mobsidebarmenu > li.mobmenuhassub.is-active::after {
        transform: rotate(179deg);
    }
    .mobsidebarmenu > li > a {
        padding: 7px 10px;
        display: block;
        border-radius: 10px;
        color: #757575;
    }
    .mobsidebarmenu > li > a:hover {
        color: #111;
        background: #F6F6F6;
    }
    .mobsidebarsubmenus {
        display: none;
    }
    .mobsidebarsubmenus li a {
        padding: 3px 19px;
        font-size: 12px;
        font-weight: 400;
        color: #757575;
        display: block;
    }









.mobmenuhassub.is-active > a::after {
  transform: translateY(-50%) rotate(180deg);
}

.mobsidebarsubmenus {
  display: none;
  list-style: none;
  padding-left: 10px;
}

.mobmenuhassub.is-active > .mobsidebarsubmenus {
  display: block;
}

.mobsidebarsubmenus li > a {
  padding: 8px 20px;
  font-size: 13px;
  color: #757575;
  display: block;
  text-decoration: none;
}

.mobsidebarsubmenus li > a:hover {
  background-color: #f2f2f2;
  color: #111;
}

.child-menu {
  display: none;
  padding-left: 15px;
  list-style: none;
}

.mobsidebarsubmenus li.is-active > .child-menu {
  display: block;
}*/

/* Main Sidebar Menu */
.mobsidebarmenu {
	margin-top: 50px;
	width: 100%;
	height: calc(100% - 76px);
	overflow-y: auto;
	list-style: none;
	padding: 0;
}
.mobsidebarmenu > li {
	position: relative;
}
.mobsidebarmenu > li > a {
	display: block;
	padding: 5px 15px;
	border-radius: 8px;
	color: #757575;
	text-decoration: none;
}
.mobsidebarmenu > li > a:hover {
	background-color: #f6f6f6;
	color: #111;
}
/* Chevron Icon for Submenus */
.mobmenuhassub::after {
	position: absolute;
	content: '\f078';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 12px;
	color: #646464;
	right: 13px;
	top: 9px;
	transition: 0.3s ease-in-out;
}
.mobmenuhassub.is-active::after {
	transform: translateY(-50%) rotate(180deg);
}
/* First-Level Submenu */
.mobsidebarsubmenus {
	display: none;
	list-style: none;
	padding-left: 20px;
	margin: 0;
}
.mobmenuhassub.is-active > .mobsidebarsubmenus {
	display: block;
}
/* Submenu Items */
.mobsidebarsubmenus li > a {
	display: block;
	padding: 3px 15px;
	font-size: 12px;
	color: #757575;
	text-decoration: none;
}
.mobsidebarsubmenus li > a:hover {
	background-color: #f2f2f2;
	color: #111;
}
/* Second-Level Submenu (Child Menu) */
.child-menu {
	display: none;
	padding-left: 15px;
	list-style: none;
	margin: 0;
}
.mobsidebarsubmenus li.is-active > .child-menu {
	display: block;
}
/*side-menu==========end=================*/














.headerSection.sticky {
	position: fixed;
	/* z-index: 4; */
	top: 0px;
	background: #fff;
	width: 100%;
	left: 0px;
	right: 0px;
}
.addlistingbtnsec {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
}
.addlistingbtnsec a {
	display: flex;
	align-items: center;
	gap: 5px;
	border-radius: 30px;
	padding: 10px 20px;
	background: #EA4333;
	color: #fff;
	justify-content: center;
}
.addlistingbtnsec a svg, .addlistingbtnsec a img {
	width: 17px;
	height: 17px;
}
.headerSection {
	transition: 0.3s ease-in-out;
	position: relative;/*        z-index: 4;*/
}
.pccartbtn {
	display: none;
}
}
 @media screen and (max-width:767px) and (min-width: 576px) {
.submenu-div.megamenudiv.mobilesubmenuDiv > ul > li {
	width: 49%;
}
.submenu-div.megamenudiv.mobilesubmenuDiv > ul {
	justify-content: center;
}
.logoSection {
	width: 119px;
	display: inline-block;
}
.mainheaderWrapper {
	gap: 21px;
	width: 100%;
	display: block !important;
}
}

/*===========================4-6-25==============================*/
/*@media screen and (max-width:768px) {
}*/

@media (max-width:768px) {
.submenu-div.megamenudiv.mobilesubmenuDiv > ul > li {
	width: 100%;
	margin-bottom: 15px;
}
.normalList li {
	background-position: 0px 5px;
}
.menutitle {
	margin-bottom: 6px;
}
/*.megamenuinfoCard .menuImg {
    display: none;
}*/

.submenu-div.megamenudiv.mobilesubmenuDiv > ul {
	justify-content: center;/*        flex-direction: column-reverse;*/
}
.mobilesubmenuDiv.submenu-div.megamenudiv {
	max-height: 80vh;
	overflow: auto;
	position: fixed;
	left: 0px;
	right: 0px;
	width: 90%;
	margin: auto;
}
.mainheaderWrapper {
	display: block !important;
	gap: 2px;
}
.logoSection {
	width: 116px;
	display: inline-block;
	margin-left: 35px;
}
.hamburger .line {
	width: 25px;
	height: 3px;

}





.headerSearch {
	float: right;
	padding: 0;
	top: 6px;
	position: relative;
	width: 32px;
	height: 32px;
}
.headerSearch {
	border: 1px solid #9DA2A8;
	/*    padding: 15px 14px;*/
	border-radius: 4px;
	text-align: center;
}
.searchKeywords input {
	display: none;
}
#hamburger-6.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-3px) rotate(90deg);
	-ms-transform: translateY(-3px) rotate(90deg);
	-o-transform: translateY(-3px) rotate(90deg);
	transform: translateY(-3px) rotate(90deg);
}
.mainheadbtns .btnwithtext span {
	display: none;
}
.mainheadbtns .btnwithtext {
	display: flex;
	align-items: center;
	gap: 4px;
	width: 32px;
	height: 32px;
	text-align: center;
	justify-content: center;
}
 .searchKeywords input::placeholder {
 width:80%;
 font-size: 12px;
}
.mobileMenuList .mobilemenulistLi .mobilemenulistlink i {
	display: block;
	position: absolute;
	right: -5px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: fit-content;
}
.mobileMenuList .mobilemenulistLi .mobilemenulistlink.active i {
	right: 6px;
}
.title h2 {
	font-weight: 800;
	font-size: 22px;
	line-height: normal;
	font-family: "Nunito";
}
.pb-70 {
	padding-bottom: 30px;
}
.pt-70 {
	padding-top: 30px;
}
.title {
	margin-bottom: 8px;
}
.listingContainer .nav-tabs .nav-link.active {
	font-size: 12px;
	border-bottom: 2px solid #EA4333;
}
.listingContainer .nav-tabs .nav-link {
	font-size: 12px;
	padding: 3px 0px;
}
.listingContainer .nav.nav-tabs.gap-4 {
	display: block;
	white-space: nowrap;
	overflow-x: scroll;
	padding: 15px 0px;
}
.listingContainer .nav-tabs .nav-link {
	display: inline-block;
	margin-right: 18px;
}
.Listing {
	overflow-x: hidden;
}
.title.navtabbings {
/*        flex-direction: column;*/
}
.exploreCategroes .nav-tabs .nav-link {
	padding: 4px 15px;
	font-size: 12px;
}
.exploreCategroes .nav.nav-tabs {
	justify-content: center;
	margin-top: 17px;
	margin-bottom: 20px;
}
.categoryContent h4 {
	font-size: 15px;
	line-height: 23px;
}
.textbtn {
	font-size: 13px;
}
.categoryContent {
	padding: 10px 20px;
}
.eventContainer .eventMainImg {
	display: none;
}
.eventLeftMain .title h2 {
	line-height: normal;
}
.eventContainer .offset-1 {
	margin-left: 0px;
}
.eventCardallbtn {
	display: none;
}
.eventCardContents .title {
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 34px;
	font-size: 18px;
}
.eventCardWraper {
	margin-top: 20px;
}
.leftsideContent h2 {
	font-weight: 800;
	font-size: 22px;
	line-height: normal;
	font-family: "Nunito";
	text-align: center;
}
.leftsideContent p {
	font-size: 13px;
	font-weight: 400;
	color: #70717b;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	line-height: normal;
}
.whychoose .normalList {
	display: none;
}
.whychoose .offset-1 {
	margin-left: 0px;
}
.pb-60 {
	padding-bottom: 30px;
}
.pt-60 {
	padding-top: 30px;
}
.offerbannerWrapper .maintitle h2 {
	font-size: 22px;
	line-height: normal;
}
.offerbannerWrapper .maintitle p {
	font-size: 14px;
	line-height: normal;
}
.offerbannerWrapper {
	height: auto;
	padding: 20px;
}
.button {
	font-size: 13px;
	padding: 7px 18px;
}
.browserCategoryWrapper .row .col {
	width: 50%;
}
.browsecatCrd img {
	width: 60px;
}
.browsecatCrd h5 {
	font-size: 16px;
}
.browsecatCrd {
	padding: 10px 10px;
	margin-bottom: 10px;
}
.browsecatCrd h5 {
	font-size: 13px;
}
.browserCategory {
	position: relative;
	padding-bottom: 80px;
}
.title .button.btnouline {
	position: absolute;
	bottom: 20px;
	font-size: 13px;
	padding: 7px 15px;
}
.browserCategoryWrapper {
	margin-top: 30px;
}
.locationCard {
	width: 50%;
}
.ourlocationWrapper .locationCard:nth-child(3) {
	border-radius: 0px;
}
.ourlocationWrapper .locationCard:nth-child(4) {
	border-radius: 0px;
}
.ourlocationWrapper .locationCard:nth-child(2) {
	border-top-right-radius: 15px;
}
.ourlocationWrapper .locationCard:nth-child(5) {
	border-bottom-left-radius: 15px;
}
.ourlocationWrapper {
	margin-top: 30px;
}
.locationContent {
	padding: 10px;
}
.locationContent h4 {
	margin-bottom: 0px;
	font-size: 16px;
}
.locationContent span {
	font-size: 12px;
}
.testimonials .title h2 {
	padding: 0px;
}
.testimoanilWrapper {
	margin-top: 30px;
}
.testimonailsCard {
	padding: 25px;
}
.testimesage p {
	font-size: 13px;
	line-height: normal;
}
.testiusername h4 {
	font-size: 17px;
}
.testiusername p {
	font-size: 13px;
	margin-bottom: 0px;
}
.testiuserprofile {
	width: 54px;
	height: 54px;
}
.faqsSection .accordion-button {
	font-size: 17px;
	line-height: normal;
}
.faqsSection .accordion-item {
	padding: 10px 15px;
}
.faqsSection .accordion-body p {
	font-size: 13px;
}
.faqsSection .accordion-button::after {
	width: 20px;
	height: 20px;
	background-size: 11px;
}
.blogSec .nav-tabs .nav-link {
	/*display: none;*/
}
.blogWrapper {
	margin-top: 30px;
}
.blogTitle h4 {
	font-size: 17px;
	line-height: normal;
}
.blogDate {
	width: 70px;
	height: 70px;
}
.blogDate h4 {
	font-size: 14px;
	line-height: normal;
}
.blogDate p {
	margin-bottom: 0px;
	font-size: 12px;
}
.blogContent {
	gap: 10px;
}
.downloadappSection {
	display: none;
}
.footerCTA h2 {
	font-size: 22px;
	line-height: normal;
	padding: 0px 10%;
}
.footerContainer::after {
	content: '';
	position: absolute;
	width: 100%;
	background: url(../img/bg/footer-overlay.png);
	height: 73px;
	bottom: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.footerCTAWrapper {
	padding-bottom: 100px;
}
.footerContent {
	margin-bottom: 30px;
}
p {
	font-size: 13px;
}
a {
	font-size: 13px;
}
.footerlinks ul li a {
	font-size: 13px;
}
.footerWrapper .row .col {
	width: 100%;
	flex: auto;
}
.footerCopyright ul li a {
	font-size: 11px;
}
.footerCopyright ul {
	gap: 3px;
	font-size: 12px;
	align-items: center;
	justify-content: center;
}
.listSlider.owl-carousel .owl-nav button.owl-next {
	right: -20px;
}
.listSlider.owl-carousel .owl-nav button.owl-prev {
	left: -20px;
}
.instaSlider.owl-carousel .owl-nav button.owl-next {
	right: -20px;
}
.instaSlider.owl-carousel .owl-nav button.owl-prev {
	left: -20px;
}
#button {
	width: 50px;
	height: 50px;
	bottom: 100px;
	right: 20px;
	line-height: 59px;
}
.footerlinks {
	margin-top: 30px;
}
.hero-style {
	height: 190px;
}
}
/*===================================4-6-25-end==============================*/


/* Responsive for two col */
@media screen and (max-width: 500px) {
.sessionPrice ul {
	display: block;
}
.ontags .featuredtag {
	left:0px;
	padding: 4px 8px;
	top: 10px;
	font-size: 7px;
}
.ontags .featuredtag::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-bottom-width: 9px;
	border-top-width: 9px;
	border-left: 10px solid #3D89E9;
	background: transparent;
	bottom: 0px;
	right: -5px;
	top: 0px;
}
.ontags .saletag {
	left:0px;
	padding: 4px 8px;
	top: 40px;
	font-size: 7px;
}
.ontags .saletag::after {
	border-top-width: 9px;
	border-top-width: 9px;
	right: -5px;
}
.listImg {
	height: 127px;
}
.listHeader {
	height: 127px;
}
.listImg img {
	height: 100%;
	object-fit: cover;
}
.otherinfocomponents ul li {
	font-size: 10px;
}
.otherinfocomponents ul li.sharebtn a img {
	width: 12px;
}
.otherinfocomponents ul li.sharebtn {
	float: right;
	position: absolute;
	right: 2px;
	bottom: 12px;
}
.wishlistbtn span {
	border-left-width: 45px;
	border-right-width: 0px;
	border-top: 50px solid #FFE0E0;
}
.wishlistbtn svg {
	width: 19px;
	left: 17px;
	right: 0px;
	bottom: 26px;
}
.listmainContent {
	padding: 10px 10px 10px 10px;
}
.listmainHeader .listtitle {
	font-size: 14px;
	line-height: 19px;
}
.listaddress img {
	width: 12px !important;
}
.listaddress span {
	font-size: 12px;
}
.listcategories span {
	font-size: 12px;
}
.listcategories img {
	width: 12px !important;
}
.listmainHeader {
	gap: 4px;
}
.listSlider.owl-carousel .owl-nav button.owl-prev, .listSlider.owl-carousel .owl-nav button.owl-next {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.listSlider.owl-carousel .owl-nav button.owl-prev svg, .listSlider.owl-carousel .owl-nav button.owl-next svg {
	width: 11px;
}
.agegroupTime li span {
	font-size: 12px;
}
.agegroupTime li img {
	width: 10px !important;
}
.sessionPrice ul li {
	font-size: 14px;
	line-height: normal;
}
.sessionPrice ul li .currentPrice {
	font-size: 14px;
	font-weight: 600;
}
.listbookbtn a {
/*font-size: 10px;
        padding: 4px 9px;*/
}
.listotherBtns a {
	width: 26px;
	height: 26px;
	font-size: 10px;
}
.listotherBtns a.whatsb {
	font-size: 12px;
}
.sessionPrice.justshowEventDuration ul li {
	font-size: 10px;
	padding: 5px 2px;
	border-radius: 5px;
}
.sessionPrice.justshowEventDuration ul li {
	gap: 2px;
}
.agegroupTime {
	display: block;
}
.agegroupTime {
	margin-bottom: 0px;
}
.sessionPrice ul {
	margin-top: 10px;
}
.button.btnouline {
	padding: 5px 19px;
	font-size: 12px;
}
.button img {
	width: 13px;
}
.categoryContent {
	height: fit-content;
	padding: 10px 8px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 4px;
	bottom: 5px;
	width: 95%;
}
.categoryContent h4 {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
}
.textbtn {
	font-size: 10px;
	line-height: normal;
}
.eventCardImg {
	height: 100px;
}
.eventCardContents .title {
	font-size: 13px;
	margin-top: 0px;
	line-height: normal;
}
.eventCardContents .otherinfo {
	margin-bottom: 0px;
}
.eventCardContents .otherinfo li {
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
}
.eventCardContents .otherinfo li i {
	color: #EA4333;
	font-size: 9px;
}
.eventCard .col-8 {
	padding: 5px;
}
.eventCard .col-4 {
	padding: 5px;
}
.eventCard {
	padding: 3px 15px;
}
.testimesage p {
	/*        font-size: 8px;*/
	line-height: normal;
}
.testiusername h4 {
	font-size: 13px;
	line-height: normal;
}
.testiusername p {
	font-size: 8px;
	margin-bottom: 0px;
	line-height: normal;
}
.testiuserprofile {
	width: 36px;
	height: 36px;
}
.testiuser {
	margin-top: 9px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.testimonailsCard {
	padding: 12px;
}
.testislider.owl-carousel .owl-nav button.owl-next, .testislider.owl-carousel .owl-nav button.owl-prev {
	width: 30px;
	height: 30px;
}
.testislider.owl-carousel .owl-nav button.owl-prev svg, .testislider.owl-carousel .owl-nav button.owl-next svg {
	width: 11px;
}
.testislider.owl-carousel .owl-nav {
	margin-top: 10px;
}
.footerlinks ul li a.footersendmsgbtn {
	display: none;
}
.faqsWrapper .button {
	display: none;
}
.whychooseWrapper .button {
	display: inline-block;
	width: fit-content;
	margin: auto;
}
.whychooseWrapper .leftsideContent {
	text-align: center;
}
.sidebuttons a {
	width: 30px;
	height: 30px;
}
.sidebuttons a img {
	width: 15px;
}
.sidebuttons a img[src*="assets/img/icons/whatsappicon.svg"] {
	width: 18px;
}
.sidebuttons {
	border: 1px solid #ddd;
	border-radius: 6px;
}
.listingtitle.title h2 {
	font-size: 17px;
}


.mobsidebar .searchKeywords input {
	display: block;
	padding: 5px;
}
.ctaButtons {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.subscribeInput {
	padding: 6px 20px;
	width: 100%;
}
.offerbannerWrapper .maintitle p {
	margin-bottom: 10px;
}
.footerSection {
	margin-bottom: 57px;
}
.logoSection img {
	width: 100%;
	top: -4px;
	position: relative;
}
.mainheadbtns ul li a img {
	width: 15px;
}
.searchKeywords .searchBtn img {
	width: 15px;
}
.searchKeywords .searchBtn {
	/*        width: 100%; */
	text-align: center;
	display: block;
}
.bannerGallery.mediaGallerypage.pt-50 {
	padding-top: 00px;
}
.bannerGallery.mediaGallerypage.pb-50 {
	padding-bottom: 20px;
}
.eventbanner {
	display: none;
}
.mediaGallerypage .gallerWrapperCard .gallerymainImg {
	width: 100%;
	border-radius: 0px;
}
.mediaGallerypage .gallerWrapperCard {
	flex-wrap: nowrap;
}
.bannerGallery.mediaGallerypage .site-width {
	padding: 0px;
}
.mediaGalleryImgCard .demo-gallery-poster {
	height: auto;
}
.mediaGallerypage .gallerWrapperCard .gallerymainImg {
	min-height: 212px;
}
.galleryWrapper {
	overflow: hidden;
	position: relative;
}
.mediaGallerypage .gallerWrapperCard {
	gap: 0px;
}
.mediaGalleryImgCard.inmoreimages .demo-gallery-poster {
	display: block;
}
.galleryWrapper .swiper-pagination-bullet-active {
	background: #fff;
}
.galleryWrapper .swiper-pagination-bullet {
	background: #fff;
}
.galmoreimagetext {
	display: none;
}
.navWrapper {
	display: none;
}
.navWrapper.sticky {
/*        display: none;*/
}
.navWrapper .titleSection {
	width: 100%;
}
.navContainer {
	display: block;
}
/*.navWrapper .titleSection h2 {font-size: 15px;}
.overflow_31 {white-space: nowrap; overflow-x: scroll; max-width:340px;}

.overflow_31::-webkit-scrollbar {
  height:4px;
}

.overflow_31::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.overflow_31::-webkit-scrollbar-thumb {
  background-color:#b3b3b3;
  border-radius: 4px;
}*/

.overflow_31 li {
}
.navibtn {
	padding: 4px 4px;
	font-size: 10px;
}
.navWrapper {
	top: 53px;
}
.tabContentBox {
	box-shadow: none;
	padding: 0px;
}
.badgeOnsale {
	font-size: 10px;
	padding: 5px 8px;
}
.tabContentBox .titleSection h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 11px;
}
.addressrating ul li {
	font-size: 13px;
	gap: 6px;
	line-height: normal;
}
.addressrating ul li i {
	font-size: 11px;
}
.otherlistInfo .agegroupTime li span {
	font-size: 11px;
}
.listcategories {
	gap: 5px;
}
.otherlistInfo .agegroupTime {
	gap: 0px;
}
hr {
	margin: 10px 0px;
}
.content {
	margin-top: 20px;
}
.content p {
	line-height: 22px;
	text-align: justify;
}
.propermodeBtn {
	font-size: 13px;
}
.titletwo {
	font-size: 16px;
}
.detailhighlighted li {
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
.detailhighlighted li strong {
	font-size: 13px;
}
.bgbusinessDetails {
	background: transparent;
	border: none;
}
.bgbusinessDetails .accordion-button h5 {
	font-size: 16px;
}
.busidetailtitle h5 {
	font-size: 15px;
	margin-bottom: 0px;
}
.bdetailThumb {
	width: 52px;
	height: 52px;
}
.busiMainContent p {
	text-align: justify;
}
.button.btnouline.primaryoutline {
	background: transparent;
	color: #EA4333;
	font-weight: 600;
	border: 1px solid #EA4333;
	border-radius: 30px;
	padding: 6px 20px;
}
.openingTiming li {
	margin-bottom: 6px;
}
.openingTiming li span {
	font-size: 13px;
	font-weight: 500;
}
.dlocatioFooter li, .dlocatioFooter li a {
	font-size: 11px;
	gap: 3px;
}
.dlocatioFooter li img {
	width: 17px;
}
.facilitycard {
	width: 48%;
}
.facicardText span {
	font-size: 13px;
}
.facicardText h6 {
	font-size: 14px;
}
.facilitycard img {
	width: 45px;
	height: 45px;
}
.maingalleryWrapper .col-md-5 {
	display: none;
}
.mainGalleryLightbox .mediaGalleryImgCard {
	width: 47%;
}
#pagination a {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	text-align: center;
	/*        line-height: 10px;*/
	font-size: 12px;
	color: #2f2f2f;
}
.button.btnouline.primaryoutline.normalsize {
	padding: 5px 10px;
	font-weight: 500;
	font-size: 12px;
}
#pagination i {
	margin: 0;
	cursor: pointer;
	border: 0px solid transparent;
	padding: 0px;
}
.greyCard {
	padding:10px;

}
.ratecInfo {
	/*width: calc(100% - 60%);*/
	padding-right: 20px;
}
.rateInfoOther {
	width: 50%;
}
/*.rateCard { align-items:center; }*/

.relatedCardContent {
	padding: 20px;
	padding-right: 0px;
}
.relatedCardText h4 {
	font-weight: 800;
	font-size: 18px;
	color: #222443;
	font-family: "Nunito";
	margin-bottom: 6px;
	padding-right: 0;
}
.relatedCardText ul li {
	font-size: 12px;
	padding-right: 4px;
}
.relatedCard .col-md-6.col-12 {
	width: 50%;
	padding: 0px;
}
.relatedCardContent::after {
	width: 38px;
	background-repeat: no-repeat;
	right: -38px;
}
/*.rateCardWrap  {
        display: none;
    }*/
.activiesWrap.formobileViewOnly {
	display: block!important;
}
.forPCViewOnly {
	display: none!important;
}
.footerforEventDetails p {
	margin-bottom: 0px;
	color: #A2A5B1;/* line-height: normal; */
}
.footerforEventDetails .ratecInfo h6 {
	color: #202226;
	font-size:14px;
}
.footerforEventDetails .ratecInfo span.redcolortext {
	color: #EA4333;
	font-size: 13px;
	text-decoration: none;
}
.footerforEventDetails .listbookbtn a {
	padding: 8px 27px;
	font-size: 13px;
	font-weight: 400;
}
.mobresponsbtmfooter.footerforEventDetails .rateCard {
	margin: 0px;
}
.rateCardMobModal .rateCardWrap {
	display: block;
	border: none;
}
.offcanvas.rateCardMobModal {
	height: 90vh;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	margin: auto;
	width: 95%;
}
.rateCardMobModal .button.btnouline.primaryoutline.normalsize {
	padding: 6px 14px;
	font-weight: 500;
	font-size: 14px;
	border-width: 2px;
}
.selectedPackageCanvas .offcanvas-body {
	padding: 13px;
}
.input-box input, .input-box select {
	padding: 10px 11px;
}
.input-box label {
	left: 16px;
	font-size: 14px;
}
.input-box.noofmembers input {
	font-size: 14px;
	min-width: 40px;
	max-width: 40px;
}
.noofmembers .minus, .noofmembers .plus {
	width: 21px;
	height: 21px;
	line-height: 18px;
}
.input-box.noofmembers {
	padding: 10px 10px;
}
.timeslot time {
	font-size: 11px;
	padding: 6px 8px;
}
.offcanvas.selectedPackageCanvas {
	height: 90vh;
	width: 95%;
	margin: auto;
}
.offcanvas.addReviewCanvas {
	height: 90vh;
	width: 95%;
	margin: auto;
}
.offcanvas {
	border-radius: 10px!important;
}
.filterPageTitle h4 {
	font-size: 15px;
}
.listingFilter ul {
	display: none;
}
.mobFilterBtn {
	padding: 13px;
	border: 1px solid #E5E5EA;
	border-radius: 8px;
	display: inline-block;
	width: 85px;
	height: 35px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobFilterBtn img {
	width: 100%;
}
.listinmainWrapper {
	margin-top: 0px;
}
.eventmainDetails.mainListinSection.pt-50 {
	padding-top: 20px;
}
.eventmainDetails.mainListinSection.pb-50 {
	padding-bottom: 20px;
}
.filterPageTitle {
	margin-bottom: 20px;
}
.offcanvas.listingfilter {
	margin: 0 auto;
	width: 95%;
	height: 90vh;
	bottom: 0;
}
.filterevetntypefilter {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.filterevetntypefilter.labelSelect span {
	display: flex;
	align-items: center;
	gap: 6px;
	border-radius: 30px;
}
 .labelSelect.filterevetntypefilter fieldset:has(input:checked) input:not(:checked) + span {
 background-color: #fff;
 box-shadow: 0px 0px 10px #ddd;
}
.filterevetntypefilter.labelSelect input + span::before {
	content: '\f1ce';
	display: inline-block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
.filterevetntypefilter.labelSelect input:checked + span::before {
	content: '\f192';
	display: inline-block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
.listingfilter .greyCard {
	border: none;
}
.custom-form-group label {
	margin-bottom: 8px;
}
.form-group-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form-group-title a {
	color: #EA4333;
	font-size: 17px;
	right: 6px;
	position: relative;
	margin-bottom: 5px;
}
.filterRadiobox.labelSelect span {
	border-radius: 30px;
	border: 1px solid #EDEDED;
	background: #fff;
}
 .labelSelect.filterRadiobox fieldset:has(input:checked) input:not(:checked) + span {
 background-color: #fff;
}
.filterRadiobox {
	white-space: nowrap;
	overflow: auto;
	cursor: auto;
	user-select: none;
}
 .filterRadiobox::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #fff;
 opacity: 0;
}
 .filterRadiobox::-webkit-scrollbar {
 width: 1px;
 height: 1px;
 background-color: #fff;
 visibility: hidden;
 opacity: 0;
}
 .filterRadiobox::-webkit-scrollbar-thumb {
 background-color: #fff;
 border: 1px solid #fff;
 opacity: 0;
}
.filterRadiobox fieldset {
	display: inline-block;
}
.button.submit.reset {
	background: #fff;
	color: #111;
	box-shadow: 0px 0px 10px #e9e9e9;
	border: 1px solid #ededed;
}
.price-filter-wrapper {
	position: relative;
	padding: 0;
	background: none;
	border: none;
	max-width: 100%;/* optional */
}
.price-filter-wrapper canvas {
	display: block;
	width: 100% !important;
	height: 100px !important;/* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â¡ fix this height */
}
.price-slider {
	margin-top: -35px;
	position: relative;
	z-index: 2;
}
.price-labels {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	color: #222;
}
.offcanvas-header .btn-close {
	position: absolute;
	top: 0px;
	background-color: #fff;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	right: 18px;
	opacity: 1;
	border: 1px solid #d52413;
	font-size: 10px;
	/*        line-height: 9px;*/
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.seoContent {
	margin-top: 20px;
}
.seoTitle {
	font-size: 20px;
}
.seoContentText p {
	color: #282828;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 12px;
	text-align: justify;
}
.signInCard {
	padding: 20px;
	width: 90%;
	gap: 20px;
}
.loginCardBtn {
	text-align: center;
	flex-direction: column;
	height: auto;
	gap: 12px;
	padding: 15px;
	width: 100%;
}
.loginMainBtnarrow {
	display: none;
}
.loginCText h4 {
	font-size: 17px;
}
.loginCText p {
	font-size: 11px;
}
.registerbtnSec p {
	font-size: 12px;
	margin-bottom: 0px;
}
.registerbtnSec {
	margin-bottom: 10px;
}
.inrbnrMain h2 {
	font-size: 22px;
	line-height: 41px;
}
.innerBannerContent {
	height: 131px;
}
.officeTiming {
	font-size: 10px;
}
.right-sidebar-box {
	padding: 16px;
	/*margin-top: 26px;*/
}
.contactmapText { margin-top: 20px;

}

.right-sidebar-box .custom-form .custom-input .form-control {
	border: 1px solid #f9e4e4 !important;
	padding: 10px 16px;
	border-radius: 14px;
	padding-left: 29px;
}
.right-sidebar-box .custom-form .custom-input i {
	align-items: center;
	color: #87909f;
	display: flex;
	font-size: 11px;
	left: 0;
	line-height: 1;
	padding: 10px;
	position: absolute;
	top: 9px;
	left: 4px;
}
.right-sidebar-box .col-6 {
	width: 100%;
}
.contactinfolist {
	padding-left: 0px;
}
.ctinfoliIcon {
	width: 45px;
	position: relative;
	height: 45px;
}
.ctinfoliText .ctcallText {
	font-size: 16px;
	display: inline-block;
	margin-top: 4px;
}
.aboutbnrimg {
	width: 100%;
	margin: auto;
}
.aboutInrBnr {
	padding: 20px;
}
.aboutinrbWrap .col-md-3:first-child {
	display: none;
}
.aboutbnrtitle h1 {
	font-weight: 800;
	font-size: 35px;
	line-height: normal;
	font-family: "Nunito";
	width: 100%;
	margin: auto;
}
.sponcercard {
	padding: 17px;
}
.aboutinrSec.pt-100 {
	padding-top: 30px;
}
.aboutinrSec.pb-100 {
	padding-bottom: 30px;
}
.aboutlist.normalList li {
	font-size: 13px;
	color: #fff;
	line-height: normal;
	background-position: top 4px left;
	background-size: 13px;
	padding-left: 21px;
}
.aboutImg {
	margin-top: 30px;
	flex-direction: column;
}
.aboutImgBox.iImg {
	width: 100%;
	margin-top: 0;
}
.aboutImgBox.iiImg {
	width: 100%;
	margin-top: 0px;
	display: flex;
	gap: 18px;
}
.aboutCounter {
	margin-top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 13px;
	text-align: center;
}
.aboutImgCircle {
	display: none;
}
.aboutfContent p {
	font-size: 11px;
}
.aboutfIcon {
	width: 40%;
}
.aboutFeatureCard {
	margin-bottom: 20px;
}
.visionMission.pb-100 {
	padding-bottom: 30px;
}
.visionMission.pt-100 {
	padding-top: 30px;
}
.vismisImg {
	background: transparent;
	padding: 0;
	border-radius: 16px;
}
.aboutInrText .title.light h2 {
	color: #111;
}
.vismisContent {
	margin-top: 0px;
	margin-left: 0px;
}
.vismisCard {
	align-items: baseline;
	flex-direction: column;
}
.vismisIco {
	width: 70px;
	padding: 17px;
	border: 3px solid #fff;
	height: 70px;
}
.vismistext {
	width: 100%;
}
.joinStepImgSec .title h2 {
	font-size: 27px;
	line-height: 36px;
	margin-bottom: 20px;
	margin-top: 17px;
}
.joinstespCardWrap {
	padding-left: 0px;
}
.joinStepCardText h4 {
	font-size: 16px;
}
.joinStepCardText p {
	font-size: 11px;
}
.blogListCard {
	flex-direction: column;
}
.blogListCard .listHeader {
	width: 100%;
	height: auto;
}
.blogListCard .listmainContent {
	width: 100%;
	padding: 5px;
	padding-bottom: 0px;
}
.blogListCard .listHeader .otherinfocomponents {
	border-radius: 6px;
	padding: 6px 10px;
}
.blogListCard .listHeader .listImg {
	height: 200px;
}
.blogListCard .listmainContent h4 {
	font-size: 16px;
}
.blogListCard .listmainContent a {
	font-size: 11px;
}
.blogbnrContent {
	bottom: -30px;
}
.blogbnrCompo {
	padding: 10px;
}
.blogMainTitle h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}
.blogListing .otherlistInfo .agegroupTime {
	gap: 0px;
	flex-wrap: wrap;
	gap: 0px 11px;
}
.blogMainTitle {
	margin-bottom: 13px;
}
.content span {
	padding: 11px;
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: auto;
	border-left: 4px solid #fbd46d;
	background: #fff5db;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 13px;
	font-weight: 400;
}
}
/*==========================30-5-25=========================*/



.label-text {
	font-weight: 500;
	color: #4CAF50;
}
/*.label-text {
      color: #4CAF50!important;
    }*/

.label-text {
	color: #666 !important;
}
.scrolling-wrapper {
	width: 100% !important;
	overflow-x: scroll !important;
	overflow-y: hidden !important;
	white-space: nowrap;
	padding: 5px;
	padding-left: 0px;
}
.no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.badge-info-light {
	background-color: #eb4232;
	transition: 2s;
}
.badge-info-light:hover {
	background-color: #fbbc12;
}
.basicPointer {
	cursor: pointer !important;
}
.badge {
	display: inline-block;
	padding: 10px 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 30px;
	letter-spacing: 1px;
}
.clear {
	clear: both;
}
.mobile_view_filter {
	margin-bottom: 15px !important;
	display: block;
}
.filter_mobile {
	float: left;
	background: #ea4333;
	border: 1px solid #ea4333;
	border-radius: 4px;
	color: #fff;
	padding: 6px 10px;
	font-weight: 600;
	font-size: 20px;
}
.listingFilter2 ul {
	display: flex;
	gap: 10px;
	align-items: center;
	float: right;
}
.listingFilter2 ul li {
	font-size: 13px;
}
 @media (max-width: 500px) {
.listmainFooter {
	/*display: inline-block;*/
}
.listotherBtns {
	margin-top: 5px;
}
.labelSelect span {
	padding: 4px 20px;
}
}
.social-btn {
	text-align: center;
}
.relative2 {
	position: relative;
}
.google {
	border: 2px solid #e04c40;
	color: #ffffff;
	background-color: #e04c40;
	border-radius: 4px;
}
.facebook {
	border: 2px solid #2e4da7;
	color: #ffffff;
	background-color: #2e4da7;
	border-radius: 4px;
}
.google, .facebook {
	width: auto;
	/*    float: left;*/
	margin: 5px 10px;
}
.login-text {
	position: absolute;
	top: -11px;
	text-align: center;
	width: 50%;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
}
.relative2 hr {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
}
 @media (max-width: 500px) {
.rating_31 i {
	font-size: 9px !important;
	max-width: 7px;
}
.otherinfocomponents ul {
	display: flex;
	gap: 15px;
}
}
.close_2_6 {
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 1px solid #ea4333;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px !important;
	padding: 2px;
}
.inrselectTagList ul li span {
	right: -4px;
	display: inline-block;
	top: -6px;
	position: absolute;
}
/*=====================calender========open==============================*/
.calendar {
	max-width: 100%;
	margin: 0 auto 20px auto;/*background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
}
.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ea4333;
	color: white;
	padding: 3px 20px;
	font-size: 16px;
	font-weight: 600;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 0px !important;
}
.calendar-header button {
	background: #ff6b5d;
	border: none;
	color: #ffffff;
	padding: 1px 6px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	font-size: 8px;
}
.calendar-days, .calendar-dates {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	font-size: 15px;
}
.calendar-days div {
	background-color: #f0f0f0;
	padding: 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.calendar-dates div {
	padding: 8px 0;
	border: 1px solid #eee;
	cursor: pointer;
	transition: background 0.3s;
	font-size: 14px;
}
.calendar-dates div:hover {
	background-color: #ea4333;
}
.calendar-dates .selected {
	background-color: #ea4333;
	color: white;
	font-weight: bold;
}
.calendar-dates .empty {
	background-color: #f9f9f9;
	cursor: default;
}
.selectPackForm label {
 font-size: .8rem;
	color: #1e1e1e;
}
.top_image_view {
	margin: 10px 0px 20px 0px;
}
.mediaGalleryImgCard2 {
	width: 46%;
	margin-bottom: 0px;
	border-radius: 10px;
	overflow: hidden;
}
.mediaGalleryImgCard2 img {
	max-width: 100%;
	min-height: 200px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.maingalleryCard-2 {
	width: 100%;
	height: 280px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 0px;
}
.maingalleryCard-2 img {
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
 @media (max-width: 500px) {
.maingalleryCard-2 {
	margin-bottom: 15px;
}
.eventspecialInfo {
	display: block;
}
.eventSpecCard {
	margin-bottom: 10px;
}
}
.popup {
	display: none; /* Hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5); /* Dark background */
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.popup-content {
	background: #fff;
	background-size: cover;
	background-position: top right;
	padding: 20px 30px;
	border-radius: 10px;
	max-width: 500px;
	width: 96%;
	text-align: left;
	position: relative;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	animation: fadeIn 0.3s ease-out;
}
.popup .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	color: #EA4333;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	border: 1px solid #e9e8e8;
}
.popup .close:hover {
	color: #000;
}
 @keyframes fadeIn {
 from {
opacity: 0;
transform: scale(0.9);
}
to {
	opacity: 1;
	transform: scale(1);
}
}
.listing_missing_information {
	list-style: none;
}
.popup-content h2 {
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0px 0px 10px 0px;
}
.listing_missing_information label {
	color: #2c2b2b;
	margin-bottom: 7px;
	font-size: 14px;
}
.listing_missing_information input {
	margin-right: 6px;
}
.message {
	min-height: 100px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin: 10px 0px;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 10px;
	font-size: 14px;
}
.claim {
	text-align: right;
}
.popup2 {
	display: none; /* Hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5); /* Dark background */
	justify-content: center;
	align-items: center;
	z-index: 10000000000;
}
.popup-content2 {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	max-width: 500px;
	width: 96%;
	text-align: left;
	position: relative;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	animation: fadeIn 0.3s ease-out;
	z-index: 10000000000;
}
.popup2 .close2 {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	color: #EA4333;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
}
.popup2 .close2:hover {
	color: #000;
}
.popup-content2 h2 {
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0px 0px 10px 0px;
}
.claim_form {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.claim_form label {
	display: block;
	color: #2c2b2b;
	margin-bottom: 5px;
	font-size: 16px;
}
.claim_form input {
	display: block;
	color: #2c2b2b;
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
._348 {
	float: right;
	display: inline-block;
	background: #ea4333;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	align-items: center;
	justify-content: center;
	line-height: 20px;
	color: #fff;
}
 @media (max-width: 768px) {
.title.navtabbings {
	display: block;
}
.tab_0034 {
	white-space: nowrap;
	overflow-x: scroll;
}
.reviewfooter {
	display: block !important;
}
#pagination a {
	width: 34px;
	height: 34px;
}
.priceInfoFooter {
	display: block !important;
}
.facilitycard {
	width: 47%;
}
.navWrapper .titleSection {
	display: none;
	width: 100%;
}
.tabContentBox .titleSection h2 {
	font-size: 18px;
}
.agegroupTime {
	display: block;
}
.navWrapper {
	background: #fff;
	position: sticky;
	top: 58px;
	z-index: 3;
	top: 93px !important;
}
.navibtn {
	padding: 8px 5px;
	font-size: 11px;
}
.navWrapper .titleSection h2 {
	font-size: 13px;
}
/*.overflow_31 {
	white-space: nowrap;
	overflow-x: scroll;
	max-width: 477px;
	width: 100%;
}
*/


/* For WebKit-based browsers (Chrome, Safari) */
.overflow_31::-webkit-scrollbar {
 height:4px;
}
 .overflow_31::-webkit-scrollbar-track {
 background: #f0f0f0;
}
 .overflow_31::-webkit-scrollbar-thumb {
 background-color:#b3b3b3;
 border-radius: 4px;
}
/*.navContainer {
    display:block;

}
*/
.headerSection.sticky .logoSection {
	width: 116px;
}
.headerSection.sticky .mainheadbtns ul {
	gap: 6px;
}
.rateCard {
	position: relative;
	display: flex;
	/*    align-items: center;*/
	justify-content: space-between;
	margin: 15px 0px;/*text-align: justify;
    align-items: center;*/
}
.maingalleryCard-2 {
	height: 220px;
}
}
@media (max-width:500px) {
.maingalleryCard-2 {
	height: 184px;
}
.overflow_31 {
	white-space: nowrap;
	overflow-x: scroll;
/*max-width: 331px;*/ }
.ratecInfo h6 {
	font-size: 12px;
}
}
 @media (max-width:480px) {
/*.facilitycard {
        width: 100%;
    }*/

.navWrapper .titleSection h2 {
	font-size: 13px;
}
}
/*event-details-page-slider*/

.event-Slider.owl-carousel .owl-nav button.owl-next {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 45%;
	right: 0px;
	background: #ffffffad;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #ffffff;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
	line-height: 20px;
}
.event-Slider.owl-carousel .owl-nav button.owl-prev {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 45%;
	left: 0px;
	background: #ffffffad;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #ffffff;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
	line-height: 20px;
}
.event-Slider.owl-carousel:hover .owl-nav button.owl-prev, .event-Slider.owl-carousel:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: 1;
}
.event-Slider.owl-theme .owl-dots {
	position: absolute;
	right: 0px;
}
.event-Slider.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	background: #EEEFF0;
}
.event-Slider.owl-theme .owl-dots .owl-dot.active span {
	background: #EA4333;
}
.eye_button {
	float: right;
	display: inline-block;
	/*margin-top: -20px;*/
	position: relative;
}
.eye_button i {
	font-size: 14px;
}
.required {
	color: #EA4333;
}
.apply {
	position: relative;
	transition: all 0.3s ease -in-out;
	background: #F73B50;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffff;
	gap: 0px;
	font-weight: 400;
	border: none;
	outline: none;
	overflow: hidden;
	font-size: 15px;
	padding: 12px 10px;
}
.eye_button2 {
	display: inline-block;
	margin-top: 0px;
	margin-left: 10px;
}
.eye_button2 i {
	font-size: 14px;
}
/*===================*/
.popup-toggle {
	display: none;
}
.info-button {
	cursor: pointer;
	font-size: 20px;
	background: none;
	border: none;
	position: relative;
}
.popup-box {
	position: absolute;
	bottom: 50px;
	right: 0;
	left: 0;
	/*  transform: translate(-57%, -50%);*/
	width: 300px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	display: none;
	z-index: 10;
}
.popup-toggle:checked + .info-button + .popup-box {
	display: block;
}
.close-button {
	float: right;
	right: 10px;
	cursor: pointer;
	font-size: 16px;
	background-color: #f7edec;
	color: #ea4333 !important;
	border: none;
	padding: 0px;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-top: -30px;
	text-align: center;
	font-weight: bold;
}
.overlay {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 0;
	max-width: 300px;
	max-height: 250px;
	color: #000;
	z-index: 5;
}
.popup-toggle:checked + .info-button + .popup-box + .overlay {
	display: block;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.cartprice-col {
}
.cartprice-col h5 {
	font-size: 17px;
	padding-bottom: 0px;
}
.cartprice-col hr {
	margin-top: 10px;
	margin-bottom: 8px;
}
.cartrow {
	margin: 8px 0px;
	color: #000;
	font-size: 13px;/* display: flex;
    align-items: center;
    justify-content: space-between; */
}
.cartrow span {
	float: right;
	text-align: right;
}
.cartrow strong {
	color: #585858;
	font-weight: 500;
}
.oldprice2 {
	color: #7f8092;
	font-weight: 500;
	text-decoration: line-through;
	margin-right: 7px;
}
.currentPrice2 {
	color: #EA4333;
	font-size: 16px;
	font-weight: 700;
}
.grand-total {
	padding: 6px 7px;
	background: #ea4333;
}
.grand-total h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	color: #fff;
}
.grand-total h4 span {
	float: right;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
/*book-now-front-page-listing-page-side-panel-open*/


 /* Open button */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 900; /* Below the sidePanel (z-index: 1000) */
	display: none;
}
#overlay.active {
	display: block;
}
/* Fixed Header */
.rated_header {
	position: relative;
	height: 70px;
	background: #fff;
	color: white;
	display: flex;
	align-items: center;
	padding: 20px 20px;
	z-index: 1100;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}
/* Fixed Footer */
.rated_footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #222;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1100;
}
/* Slide panel */
#sidePanel {
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	max-width: 410px;
	height: 100vh; /* header + footer */
	background-color: #fff;
	color: #fff;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	z-index: 1000;
	display: flex;
	flex-direction: column;

}

@media (min-width: 1400px) {


}


#sidePanel.active {
	transform: translateX(0);
}
#sidePanelContent {
	padding: 20px;
	overflow-y: auto;
	flex-grow: 1;
}
.greyCard2 {
	box-shadow: none;
	margin: 8px 0px 10px 0px;
	padding: 5px 22px;
	/*min-height: 88vh;*/
}

.cartfot { width: 100%; background: #fff; position: absolute; bottom: 0; left: 0; padding: 0px 0px 15px 0px; }



.packageBook2 {
  border-bottom: 1px solid #EFEFEF;
 /*height: 424px;*/
  max-height:90vh;
  overflow-y: auto;
  padding-right: 9px;
  padding-bottom: 20px;

  -webkit-overflow-scrolling: touch;
}

.priceInfoFooter2 {
    padding: 0px 20px;
    /*position: fixed;*/
    /*bottom: 20px;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*z-index: 9999;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.packageBook2::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
 height: 1px;
}
 .packageBook2::-webkit-scrollbar {
 width: 6px;
 height: 1px;
 background-color: #F5F5F5;
}
 .packageBook2::-webkit-scrollbar-thumb {
 background-color: #ea4333;
 border: 6px solid #ea4333;
}







.packageBook2 ul li {
	border-bottom: 1px solid #ddd;
}
#closeBtn {
	background-color: #f7edec;
	color: #ea4333;
	border: none;
	padding: 0px 0px;
	cursor: pointer;
	margin: 10px;
	z-index: 10000;
	position: absolute;
	width: 36px;
	right: 0px;
	text-align: right;
	border-radius: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
}
.titletwoWrap2 {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.titletwoWrap2::after {
	display: none;
}

.listbookbtn2 {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.rated_term_n_condition {
	margin: 10px 20px;

}
.rated_term_n_condition2 {
	margin: 10px -10px;
}
._34394 label {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 0px;
	margin-bottom: 20px;
	color: #3A3A3C;
}
._34394 label a {
	line-height: 10px;
	font-size: 12px;
}
._34394 label input {
	display: inline;
}
/*========================notification-css=========================*/

/*=============6-6-*/
.notification-item p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 13px;
}
.notification-close {
	background: none;
	border: none;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	background: #c1c1c1;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-top: 5px;
}
.notification-close:hover {
	color: #fff;
	background: #000;
}
.notification-wrapper {
	position: relative;
	display: inline-block;
}
.notification-icon {
	position: relative;
	cursor: pointer;
}

.cart-icon {
  position: relative;
  cursor: pointer;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ea4333;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.wishlist-icon {
  position: relative;
  cursor: pointer;
}

.wishlist-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ea4333;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;

}


.notification-count {
	position: absolute;
	top: -6px;
	right: -6px;
	background: #ea4333;
	color: white;
	border-radius: 50%;
	font-size: 12px;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.notification-dropdown {
	display: none;
	position: absolute;
	top: 45px;
	right: 0;
	/*  left: 0;*/
  width: 330px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	z-index: 1000;
	transition: all 0.3s ease;
	border: 1px solid #e0e0e0;
}
.notification-dropdown.active {
	display: block;
}
.notification-header {
	padding: 16px;
	background: #f7f7f7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
}
.unread-link {
	font-size: 13px;
	color: #007bff;
	text-decoration: underline;
	cursor: pointer;
}
.notification-body {
	max-height: 200px;
	overflow-y: auto;
	margin-right: 10px;
}
.notification-body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
 height: 1px;
}
 .notification-body::-webkit-scrollbar {
width: 3px;
height: 1px;
background-color: #F5F5F5;
}
.notification-body::-webkit-scrollbar-thumb {
background-color: #000000;
border: 2px solid #555555;
}
.notification-item {
	display: flex;
	align-items: flex-start;
	padding: 14px 16px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.notification-icon-box {
	background: #2cbdaa;
	color: white;
	font-size: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	flex-shrink: 0;
}
.notification-info {
	flex-grow: 1;
}
.notification-info h6 {
	font-size: 14px;
	margin: 0 0 4px;
}
.notification-info p {
	margin: 0 0 4px;
	font-size: 13px;
	color: #555;
}
.notification-info .time {
	font-size: 12px;
	color: #999;
}
.notification-footer {
	text-align: center;
	padding: 12px;
	background: #f7f7f7;
	font-size: 14px;
	color: #007bff;
	cursor: pointer;
}
.notification-footer:hover {
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 576px) {
.notification-dropdown {
	width: 90vw;             /* Use 90% of the screen width */
	left: 65%;               /* Position from center */
	transform: translateX(-65%);  /* Actually center it */
	right: auto;             /* Override right: 0 */
	top: 50px;               /* Adjust as needed */
	border-radius: 12px;
}
.notification-item {
	flex-direction: row;     /* Maintain layout */
	padding: 12px;
}
.notification-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.unread-link {
	font-size: 13px;
	color: #007bff !important;
	text-decoration: underline;
	cursor: pointer;
	border: none !important;
}
}
/*==================6-6-end*/



.small, small {
	font-size: 80%;
}
.text-muted {
 --bs-text-opacity: 1;
	color: #186bbf !important;
}
.font-size-13 {
	font-size: 13px !important;
}
.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.avatar-sm {
	height: 2rem;
	width: 2rem;
}
.avatar-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #5156be;
	color: var(--bs-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.bg-success {
	background-color: #2cbdaa !important;
}
.mb-1 {
	margin-bottom: 10px !important;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.time span {
	color: #ea4333;
	font-size: 12px;
}
.overflow_453890 {
	overflow-y: scroll;
	max-height: 200px;
	margin-right: 10px;
}
 .overflow_453890::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
 height: 1px;
}
 .overflow_453890::-webkit-scrollbar {
 width: 3px;
 height: 1px;
 background-color: #F5F5F5;
}
 .overflow_453890::-webkit-scrollbar-thumb {
 background-color: #000000;
 border: 2px solid #555555;
}
/*============================wishlist-page==================================*/




.cart-top-area-note {
	text-align: center;
	background: #ffedeb;
	padding: 5px 20px;
	margin-bottom: 20px;
	border-radius: 6px;
}
.cart-top-area-note h2 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
}
.product-main-cart {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.product-main-cart:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.product-main-cart .thumbnail {
	width: 100%;
	text-align: center;
}
 @media (max-width: 576px) {
.addreviewHeader h5 {
	margin-bottom: 10px;
}
.product-main-cart .thumbnail {
	margin-bottom: 10px;
}
}
.product-main-cart .thumbnail img {
	max-width: 180px;
	max-width: 100%;
	text-align: center;
	max-height: 100px;
	border-radius: 6px;
}
.product-status {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.product-status {
	display: block !important;
	align-items: center;
	margin-bottom: 5px;
}
.rating-stars-group {
	display: flex;
	align-items: center;
	gap: 4px;
}
.rating-stars-group .rating-star i {
	color: #FBBC05;
	font-size: 12px;
}
.information p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #0c0c0c;
	line-height: 20px;
}
.rating-stars-group span {
	font-size: 14px;
	font-weight: 400;
	color: #2a2929;
}
.color_cart {
	margin-right: 10px;
	display: flex;
	justify-content: space-between;
}
.color_cart span {
	color: #7f8092;
	font-weight: 500;
	top: 2px;
}
.single-cart-area-list.main .subtotal {
	/*    flex-basis: 12%;*/
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: 600;
	color: #EA4333;
}
.dis-amm {
	font-size: 15px;
	color: #7f8092;
	font-weight: 500;
	text-decoration: line-through;
	/* margin-right: 10px; */
	margin-left: 0px;
}
.price_outer {
	text-align: right;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0px;
}
.item_dfsd {
	display: block;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #858585;
	margin-bottom: 5px;
}
.move-to-cart {
	cursor: pointer;
	margin-top: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #EA4333;
	border-radius: 30px;
	padding: 7px 20px;
	height: 39px;
	display: block;
	background: #EA4333;
	text-align: center;
}
.delete2 {
	margin-left: 10px;
	border: 1px solid rgba(43, 66, 38, 0.12);
	padding: 6px 10px;
	color: #858181;
}
.delete2:hover {
	text-decoration: none;
	outline: none;
	color: #ff6e35;
}
.mt--8 {
	margin-top: 8px !important;
}
.single-cart-area-list.main {
	border-radius: 6px;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 20px;
}
.button_add_space {
	display: flex;
	justify-content: space-between;
}
.cart-top-area-note2 {
	padding: 0px 0px 10px 0px;
	background: #fff;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
}
.cart-top-area-note2 p {
	margin-bottom: 7px;
	color: #2d2e2d;
	font-weight: 600;
	font-size: 22px;
}
.off-amm {
	color: #299700;
	font-weight: 600;
	font-size: 12px;
	margin: 0px 5px;
}
.price_dof {
	float: right;
	text-align: right;
	margin-top: -26px;
	font-weight: 600;
	color: #2d2e2d;
}
.number222 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.number222 span {
	border: 1px solid #EA4333;
	width: 26px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border-radius: 4px;
	cursor: pointer;
}
.number222 input {
	width: 50px;
	border: 1px solid #EA4333;
	height: 22px;
	/* border-left: 0px; */
    /* border-right: 0px; */
	text-align: center;
	border-radius: 4px;
	margin-left: 2px;
	margin-right: 2px;
}
.color_cart {
	margin-right: 10px;
	display: block;
	margin-bottom: 5px;
}
.color_cart span {
	color: #4e4e4e;
	font-weight: 500;
	top: 2px;
	font-size: 14px;
}
.product-main-cart .close {
	cursor: pointer;
	margin-right: 0px;
	float: right;
	margin-top: -30px;
	border: 1px solid rgba(43, 66, 38, 0.12);
	padding: 2px 6px;
	color: #858181;
}
.time_box {
	margin: 10px 0px 10px 0px;
}
.time_box h3 {
	font-size: 14px;
	color: #4e83c4;
	display: block;
}
.time_box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.time_box ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #333;
	margin-right: 10px;
}
.time_box ul li:after {
	content: '|';
	color: #ccc;
	margin-left: 10px;
}
.time_box ul li:last-child:after {
	display: none;
}
.time {
	color: #7e7676 !important;
}
 @media only screen and (max-width: 991px) {
.item_dfsd {
	text-align: center;
}
.price_dof {
	display: none;
}
.product-main-cart .close {
	margin-top: -25px;
}
.product-main-cart .close i {
	font-size: 14px;
}
.price_outer {
	text-align: left;
	margin-bottom: 10px;
}
.time_box ul li {
	display: block;
	font-size: 12px;
}
.time_box ul li:after {
	display: none;
}
}
.cart-total-area-start-right {
	padding: 15px;
	border: 1px solid #dedfde;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	margin-bottom: 20px;
}
.cart-total-area-start-right .title {
	padding: 0px 0px 15px 0px;
	margin-bottom: 0;
	border-radius: 6px 6px 0px 0px;
	font-size: 15px;
}
.cart-total-area-start-right .subtotal {
	padding: 10px 0px;
	color: #686767;
	font-weight: 500;
}
.cart-total-area-start-right .subtotal .price {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	color: #484848;
	float: right;
}
.cart-total-area-start-right h5 {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 16px;
	background: #ffe4e1;
	padding: 7px 15px;
}
.discounts {
	color: #EA4333 !important;
}
.bottom .wrapper {
	padding: 10px 0px;
	color: #333;
	font-weight: 600;
	border-top: solid 1px #e7e6e6;
	/*margin-top: 40px;*/
}
.total_saving {
	background: transparent;
	padding: 0px 0px;
	display: block;
	margin: 0px 0px 10px 0px;
}
.cart-total-area-start-right .bottom .button-area {
	padding: 0 0px 20px 0px;
}
.cart-total-area-start-right .bottom .rts-btn {
	width: 100%;
	max-width: 100%;
}
.rts-btn.btn-primary {
	display: block;
	max-width: max-content;
	color: #fff;
	border: solid 1px #EA4333;
	background: #EA4333;
	padding: 8px 26px;
	border-radius: 30px;
	color: #fff;
	transition: 2s;
}
.rts-btn.btn-primary:hover {
	background: #c22a1c;
}
.cart-total-area-start-right .bottom .wrapper span {
	float: right;
	color: #000;
	font-weight: 700;
}
.total_saving h4 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}
.total_saving h4 span {
	float: right;
	font-size: 15px;
	color: #299700;
	font-weight: 600;
}
.btn-close_04489 {
	width: 30px !important;
	height: 30px !important;
	background-color: #fff;
	border-radius: 100%;
	right: 0px;
	border: 1px solid #d52413;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.offcanvas-header .btn-close {
	background: #f7edec;
	color: #ea4333;
	border: none;
	padding: 0px 0px;
	cursor: pointer;
	margin: 10px;
	z-index: 10000;
	position: absolute;
	width: 36px;
	right: 0px;
	text-align: right;
	border-radius: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	opacity: 1 !important;
}
.book_now_footer_9_6 {
	bottom: 10px;
	position: fixed;
	right: 80px;
	z-index: 1000
}
.book_now_footer_9_6 a {
	background: #EA4333;
	padding: 8px 26px;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
}
.listbookbtn {
	float: left;
	min-width: 135px;
}
.open_till_time {
	width: 100%;
	margin-bottom: 20px;
}
.open_till_time img {
	max-width: 14px;
}
.category_banner {
	width: 100%;
}
.category_banner img {
	max-width: 100%;
}
.category_cont {
	padding: 50px 0px;
}
.info-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding: 20px 10px;
	/* ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ fix equal height for all boxes */
	border-radius: 12px;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	margin-bottom: 20px;
}
.info-box img {
	width: 60px;
	height: auto;
	margin-bottom: 15px;
}
.info-box img {
	width: 60px;       /* adjust icon size */
	height: auto;
	margin-bottom: 15px;
}
.info-box:hover {
	background: #e8f5e9;
	transform: translateY(-5px);
	box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.info-box i {
	font-size: 40px;
	color: #28a745;
	margin-bottom: 15px;
}
.info-box h5 {
	font-size: 14px;
	color: #333;
	line-height: 1.3;
	margin: 0;
}
.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 172px;
	z-index: 1;
}
/*.navWrapper {
	position: sticky;
	background: #fff;
	top: 120px;
	z-index: 2;
}*/


.more_right { text-align:right; float: right; margin:9px 0px;}
.more_right a{ color:#4e83c4;}
.more_right a:hover {color: red;}

/*
.more_right {
	float: none;
	padding: 10px 0px;
	position: relative;
	text-align: right;
	margin-top: -48px;
}
.more_right a {
	color: #4e83c4;
}
.more_right a:hover {
	color: red;
}*/

.buttonMiddle a {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 14px 0 26px;
	font-size: 18px;
	font-weight: 500;
	/* color: #4e83c4; */
	text-decoration: none;
	padding: 8px 14px;
	border: 2px solid #4e83c4;
	border-radius: 6px;
	transition: all 0.3s ease;
	justify-content: center;
	background-color: #4e83c4;
	color: #fff;
}
/* Hover state */
.buttonMiddle a:hover {
	/* background-color: #4e83c4;
    color: #fff; */
	background-color: #fff;
	color: #4e83c4;
}
/*9-9-25=====================*/


/* Smart modal styling */
.modal-dialog {
	max-width: 800px;
}
.modal-content {
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
	background: #fff;
	transform: translateY(-30px);
	transition: all 0.4s ease;
}
.modal.show .modal-dialog {
	transform: translateY(0) scale(1.02);
	transition: transform 0.4s ease-in-out;
}
.modal-header {
	border-bottom: none;
	background: linear-gradient(135deg, #eb4333 0%, #d13628 100%);
	color: #fff;
	padding: 1rem 2rem;
}
.modal-header .btn-close {
	filter: brightness(0) invert(1);
}
.modal-form-wrapper {
	display: flex;
	flex-direction: row;
	min-height: 400px;
}
/* Left side image with glass overlay */
.modal-form-image {
	flex: 1;
	background: url(../img/modal-form-image.jpg) no-repeat center center;
	background-size: cover;
 border-top-left-radius: .5rem;
 border-bottom-left-radius: .5rem;
}
.modal-form-image::after {
	content: "";
	position: absolute;
	inset: 0;/*background: rgba(0,0,0,0.35);
      backdrop-filter: blur(4px);*/
}
/* Right side form */
.modal-form-content {
	flex: 1;
	padding: 2rem;
	background: #fff;
 border-top-right-radius: .5rem;
 border-bottom-right-radius: .5rem;
}
.modal-form-wrapper {
	position: relative;
	/* important for absolute children */
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.modal-form-wrapper .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;/* upar dikhane ke liye */
}
.modal-form-content h5 {
	font-weight: 600;
	margin-bottom: 1rem;
}
.form-control {
	border-radius: 10px;
	padding: 10px 12px;
	border: 1px solid #ddd;
	transition: all 0.3s;
	font-size: 14px;
}
.form-control:focus {
	border-color: #2575fc;
	box-shadow: 0 0 0 0.2rem rgba(37, 117, 252, 0.2);
}
/* Smart button */
.btn-gradient {
	background: #EA4333 !important;
	border: none !important;
	color: #fff !important;
	padding: 8px 20px;
	border-radius: 30px;
	transition: 0.3s ease;
	z-index: 100;
	position: relative;
}
.btn-gradient:hover {
	background: #c22a1c !important;
	color: #fff !important;
}

/* Responsive */
@media (max-width: 768px) {
.modal-form-wrapper {
	flex-direction: column;
}
.modal-form-image {
	height: 200px;
}
}
.close_340 {
	background-color: #f7edec;
	color: #ea4333 !important;
	border: none;
	padding: 0px 0px;
	cursor: pointer;
	margin: 10px;
	z-index: 10000;
	position: absolute;
	width: 36px;
	right: 0px;
	text-align: right;
	border-radius: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	opacity: 1 !important;
}
.footerCTAWrapper {
	position: relative;
	z-index: 1;
}
/*blog-section=========================*/

.blogSlider.owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: -20px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.blogSlider.owl-carousel .owl-nav button.owl-prev {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: -20px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.blogSlider.owl-carousel:hover .owl-nav button.owl-prev, .blogSlider.owl-carousel:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: 1;
}
.blogSlider .owl-nav button.owl-prev svg, .blogSlider .owl-nav button.owl-next svg {
	vertical-align: auto;
}















/*relatedSlider-section=========================*/

.relatedSlider.owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: -65px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.relatedSlider.owl-carousel .owl-nav button.owl-prev {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: -65px;
	background: #F4F7F9;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	color: #282828;
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 20px;
	border-radius: 100%;
}
.relatedSlider.owl-carousel:hover .owl-nav button.owl-prev, .relatedSlider.owl-carousel:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: 1;
}
.relatedSlider .owl-nav button.owl-prev svg, .relatedSlider .owl-nav button.owl-next svg {
	vertical-align: auto;
}


@media screen and (max-width: 768px) {
.searchKeywords .searchBtn { top:-16px;}

.searchKeywords .left-panel-search-icon{top: -1px !important;}

.blogSlider.owl-carousel .owl-nav button.owl-next {right: -5px; }
.blogSlider.owl-carousel .owl-nav button.owl-prev {left: -5px;}



.relatedSlider.owl-carousel .owl-nav button.owl-next {right: -5px; }
.relatedSlider.owl-carousel .owl-nav button.owl-prev {left: -5px;}

.footercopyright li {
    text-align: center;
}
.listotherBtns {
    justify-content: flex-end;
}
/*.more_right { */
/*    padding: 12px 0px;*/

/*}*/

.rated_term_n_condition2 {
    margin: 10px 0px;
}

.activiesList ul{margin:0px !important; padding:0px !important;}
.activiesList ul li{list-style: none !important;}

}
@media (max-width: 768px) {
    .listmainFooter {
        flex-direction: column;
        align-items: center; /* optional: centers the items */
        gap: 10px; /* optional: space between stacked items */
    }
}











 /*=====================notification-page==========================*/

.notification-list {
      list-style: none;
      flex: 1;
      overflow-y: auto;
      padding: 12px;
    }

    .notification {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      background: #fff;
      border-radius: 10px;
      padding: 16px 18px;
      margin-bottom: 14px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      transition: transform 0.2s, background 0.2s;
      cursor: pointer;
      border-left: 4px solid #4e83c4 !important;
      border: 1px solid #ebebeb;
    }

    .notification:hover {
      /*transform: translateY(-2px);*/
      background: #f9faff;
    }

    .icon_34r3490 {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #e5e9ff;
      color:#5c5c5c;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2rem;
      flex-shrink: 0;
    }
.icon_34r3490 i{font-size: 20px;}
    .details {
      flex: 1;
    }

     .details .title {
      font-size: 1rem;
      font-weight: 600;
      color: #222;
      margin-bottom: 6px; text-align: left;
    }

    .message2 {
      font-size: 0.9rem;
      color: #444;
      margin-bottom: 10px;
      word-break: break-all;
    }

    .datetime {
      font-size: 0.8rem;
      color: #777;
      display: block;
    }



    @media (max-width: 600px) {



    }

 /*============================filter=====================*/

.search-container2 {
    border: 1px solid #dbdbdb;
    padding: 6px 12px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Focus effect */
.search-container2:focus-within {
    box-shadow: 0 0 8px rgba(234, 67, 51, 0.3);
    border-color: #ea4333;
}

/* Input field */
.search-container2 input {
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 8px;
    flex: 1;
    min-width: 0;
}

/* Search button */
.search-container2 button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #EA4333;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.search-container2 button:hover {
    background: #c7362b;
    transform: scale(1.05);
}

.search-container2 button img {
    width: 18px;
    height: 18px;
}

/* Ã°Å¸â€Â¸ Responsive styles */
@media (min-width: 1025px) {
    /* Desktop view: left aligned */
    .search-container2 {
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    /* Tablet & mobile: centered and full width */
    .search-container2 {
        max-width: 100%;
        margin: 0 auto;
        padding: 6px 10px;
        border-radius: 10px;
    }

    .search-container2 input {
        font-size: 15px;
        padding: 8px 10px;
    }

    .search-container2 button {
        width: 36px;
        height: 36px;
    }

    .search-container2 button img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .search-container2 {
        flex-direction: row;
        gap: 6px;
        padding: 5px 8px;
    }

    .search-container2 input {
        font-size: 14px;
        padding: 6px 8px;
    }

    .search-container2 button {
        width: 32px;
        height: 32px;
    }

    .search-container2 button img {
        width: 14px;
        height: 14px;
    }
}




.mobilecategoryfilter{
	margin-bottom: 20px;
}







/*==================new-add=16-10-25=========================*/

.content-outere { }
.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.read-more-content a{font-weight: 600; color: #1a73e8;}
.read-more-content a:hover{color: #EA4333;}

.read-more-btn {
	background: none;
   border: none;
  color: #1a73e8;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 0.9rem;
  margin-top: 10px;
  transition: background 0.3s ease;
}

.read-more-btn:hover { color: #EA4333;}

.aboutInrText p{margin-bottom: 20px; color: #fff;}
.aboutInrText p a{color: #fff; font-weight: 600;}
.aboutInrText p a:hover{ text-decoration: underline;}
.aboutInrText h3{color: #fff; font-size:26px; margin-bottom:10px;}

.scroll-box {
  height:380px;
  padding: 10px;
  overflow-y: scroll; /* always shows vertical scrollbar */
  overflow-x: hidden; /* hides horizontal overflow */
}

/* Optional: style the scrollbar (Webkit browsers) */
.scroll-box::-webkit-scrollbar {
  width: 10px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background:#1a73e8;
  border-radius: 8px;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/*==========================*/

.scroll-box2 {
  height:520px;
  padding: 10px;
  overflow-y: scroll; /* always shows vertical scrollbar */
  overflow-x: hidden; /* hides horizontal overflow */
}

/* Optional: style the scrollbar (Webkit browsers) */
.scroll-box2::-webkit-scrollbar {
  width: 10px;
}

.scroll-box2::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.scroll-box2::-webkit-scrollbar-thumb {
  background:#1a73e8;
  border-radius: 8px;
}

.scroll-box2::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.recent-press-coverage ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-press-coverage ul li {float:left; padding:5px 10px; color:#3d89e9; font-size:12px; margin-bottom: 10px; line-height: 24px !important;
margin: 5px; background:#ffffff;}
.recent-press-coverage ul li a:hover {background:#ffffff; color:#ea4333;}
.recent-press-coverage ul li a{color:#3d89e9; font-size:12px;}
.recent-press-coverage p a{ color:#3d89e9; border: solid 1px #fff !important;}


.new-book {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding:2px 12px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  float: right;


}




/* Hover effect for better UX */
.new-book:hover {
  border-color: #999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
 .nre_857 .number {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

.menutitle_18{color: #ea4333 !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 20px;
}
.menutitle_18 a{color: #ea4333;}
.menutitle_18 a:hover{color: #000;}




/*coupen code css*/
      .coupon-box {
         display: none;

     }

     .dsklfj {
         display: block;
         gap: 16px;
         align-items: stretch;
         padding: 12px;
         border-radius: 6px;
         background: linear-gradient(130deg, #f5f5f5, #e1e1e1);
         color: #202020;
         overflow: hidden;
         position: relative;
         transition: transform .25s ease, box-shadow .25s ease;
         font-family: "Inter", Arial, sans-serif;
         margin: 20px 0px;

     }

     /* Left section */
     .coupon-left {
         flex: 1;
         display: flex;
         flex-direction: column;
         justify-content: center;
         gap: 10px;
     }

     /* Badge */
     /*.badge {*/
     /*    background: linear-gradient(90deg, #3085c4, #41620f);*/
     /*    color: #fff;*/
     /*    font-weight: 700;*/
     /*    padding: 6px 12px;*/
     /*    border-radius: 999px;*/
     /*    width: fit-content;*/
     /*    box-shadow: 0 4px 12px rgba(255, 209, 102, 0.22);*/
     /*    float: left;*/
     /*}*/

     /* Title & Code */
     .coupon-title {
         margin: 0;
         font-size: 0.9rem;
         text-transform: uppercase;
         color: #212443;
         float: right;
         text-align: right
     }

     .coupon-code {
         font-size: 18px;
         font-weight: 600;
         letter-spacing: 2px;
         padding: 10px 14px;
         border-radius: 6px;
         background: rgb(48 133 196);
         text-align: center;
     }

     .coupon-code a {
         font-size: 18px;
         font-weight: 600;
         color: #fff;
         text-decoration: none;
     }



     .valid {
         margin: 0;
         font-size: 0.95rem;
         color: #212443;
     }

     .hint {
         margin: 4px 0 0;
         font-size: 0.8rem;
         color: rgba(255, 255, 255, 0.75);
     }

     /* Tear Effect */
     .df_dfu {
         display: flex !important;
         justify-content: space-between;
     }

     /* Responsive */
     @media (max-width: 550px) {
         .coupon-box {
             flex-direction: column;
         }

         .coupon-right {
             border-left: none;
             border-top: 1px dashed rgba(255, 255, 255, 0.20);
             text-align: left;
             padding-top: 12px;
         }

         .coupon-box::after {
             display: none;
         }
     }

     .available_coupons {
         background: #f7f7f7;
         padding: 5px 20px;
         color: #3085c4;
         cursor: pointer;
         /* border-radius: 6px; */
         text-align: center;
         font-weight: 600;
         font-size: 15px;
     }


     /*
            ====================== */
     .ticket-coupon {
         display: flex;
         background: #fff;
         border-radius: 10px;
         overflow: hidden;
         margin: 5px auto;
         box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
         position: relative;
         font-family: Arial, sans-serif;
     }

     /* Left Strip */
     .ticket-left {
         background: #7c1c32;
         color: #fff;
         padding: 20px 10px;
         width: 60px;
         max-height: 150px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 6px;
         text-align: center;
     }

     .ticket-left span {
         font-size: 16px;
         font-weight: 700;
         display: block;
     }

     .ticket-left small {
         font-size: 12px;
         opacity: .8;
         display: block;
     }

     /* Zig-zag left */
     .ticket-left:before,
     .ticket-left:after {
         content: "";
         position: absolute;
         left: 100%;
         width: 14px;
         height: 14px;
         background: #fff;
         border-radius: 50%;
     }

     .ticket-left:before {
         top: 0;
     }

     .ticket-left:after {
         bottom: 0;
     }

     /* Center content */
     .ticket-center {
         flex: 1;
             padding: 4px 22px;
         text-align: center;
     }

     .ticket-center h2 {
         margin: 0;
         font-size: 22px;
         letter-spacing: 1px;
     }

     .details {
         margin-top: 0px;
         background: #fff5f4;
         padding: 0px 0px;
         border-radius: 6px;
         font-size: 10px;
         border: dashed 2px #ffbf18;
     }

     /* Right section with arrow */
     .ticket-right {
         background: #3085c4;
         color: #fff;
         padding: 15px 10px;
         display: flex;
         align-items: center;
         position: relative;
     }

     .ticket-right .price {
         font-size: 18px;
         font-weight: bold;
     }

     /* Arrow shape */
     .ticket-right:before {
         content: "";
         position: absolute;
         left: -10px;
         top: 50%;
         transform: translateY(-50%);
         border-top: 20px solid transparent;
         border-bottom: 20px solid transparent;
         border-right: 20px solid #3085c4;
     }



     /*
        =================================== */

     .coupon-box-input {
         display: flex;
         align-items: center;
         background: #fff;
         padding: 2px 5px;
         border-radius: 6px;
         border: 1px solid #ddd;
         width: 100%;
         max-width: 420px;
         margin-top: 10px;
         box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
     }

     .coupon-box-input input {
         border: none;
         outline: none;
         flex: 1;
         font-size: 14px;
         padding: 8px;
     }

     .coupon-box-input button {
         background: #0b4f6c;
         color: #fff;
         border: none;
         padding: 6px 7px;
         font-size: 14px;
         border-radius: 6px;
         cursor: pointer;
         transition: 0.3s ease;
     }

     .coupon-box-input button:hover {
         background: #083a52;
     }

     /* Remove Button (X) Style */
     #remove_btn {
         background: #e63946 !important;
         font-weight: bold;
         padding: 8px 14px;
     }

     #remove_btn:hover {
         background: #b71d2a !important;
     }

     @media (max-width: 500px) {
         .coupon-box-input {
             flex-direction: column;
             align-items: stretch;
         }
     }


     button.coupon-apply-btn {
         background: #0b4f6c;
         color: #fff;
         border: none;
         padding: 5px 4px;
         font-size: 11px;
         border-radius: 6px;
         cursor: pointer;
         transition: 0.3s ease;
     }

     button.coupon-remove-btn {
    background: #e63946 !important;
    font-weight: bold;
    padding: 1px 10px;
    color: #fff;
    border-radius: 4px;
    border: 1px #e63946;
}

 /*coupen code css end*/






/*==================new-add=16-10-25=========================*/

.content-outere {}

.read-more-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.read-more-content a {
	font-weight: 600;
	color: #1a73e8;
}

.read-more-content a:hover {
	color: #EA4333;
}

.read-more-btn {
	background: none;
	border: none;
	color: #1a73e8;
	padding: 8px 14px;
	cursor: pointer;
	font-size: 0.9rem;
	margin-top: 10px;
	transition: background 0.3s ease;
}

.read-more-btn:hover {
	color: #EA4333;
}

.aboutInrText p {
	margin-bottom: 20px;
	color: #fff;
}

.aboutInrText p a {
	color: #fff;
	font-weight: 600;
}

.aboutInrText p a:hover {
	text-decoration: underline;
}

.aboutInrText h3 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
}

.scroll-box {
	height: 380px;
	padding: 10px;
	overflow-y: scroll;
	/* always shows vertical scrollbar */
	overflow-x: hidden;
	/* hides horizontal overflow */
}

/* Optional: style the scrollbar (Webkit browsers) */
.scroll-box::-webkit-scrollbar {
	width: 10px;
}

.scroll-box::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 8px;
}

.scroll-box::-webkit-scrollbar-thumb {
	background: #1a73e8;
	border-radius: 8px;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
	background: #555;
}


/*==========================*/

.scroll-box2 {
	height: 520px;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;

}

/* Optional: style the scrollbar (Webkit browsers) */
.scroll-box2::-webkit-scrollbar {
	width: 10px;
}

.scroll-box2::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 8px;
}

.scroll-box2::-webkit-scrollbar-thumb {
	background: #1a73e8;
	border-radius: 8px;
}

.scroll-box2::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.recent-press-coverage ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recent-press-coverage ul li {
	float: left;
	padding: 5px 10px;
	color: #3d89e9;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 24px !important;
	margin: 5px;
	background: #ffffff;
}

.recent-press-coverage ul li a:hover {
	background: #ffffff;
	color: #ea4333;
}

.recent-press-coverage ul li a {
	color: #3d89e9;
	font-size: 12px;
}

.recent-press-coverage p a {
	color: #3d89e9;
	border: solid 1px #fff !important;
}


.new-book {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 2px 12px;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	float: right;
}

/* Hover effect for better UX */
.new-book:hover {
	border-color: #999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.nre_857 .number {
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
}

.menutitle_18 {
	color: #ea4333 !important;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 20px;
}

.menutitle_18 a {
	color: #ea4333;
}

.menutitle_18 a:hover {
	color: #000;
}





/* success and error popup message style */
/* Overlay */
.kidy-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	animation: fadeIn .3s ease forwards;
}

/* Popup Box */
.kidy-popup {
	width: 420px;
	padding: 35px 40px;
	border-radius: 22px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
	transform: scale(.6);
	opacity: 0;
	animation: popupScale .35s ease forwards;
	position: relative;
}

/* Close Button */
.kidy-close {
	position: absolute;
	top: 12px;
	right: 18px;
	font-size: 30px;
	cursor: pointer;
	color: #333;
}

.kidy-close:hover {
	color: #FF5B2E;
}

/* Icon Area */
.kidy-icon {
	width: 85px;
	height: 85px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Success */
.success-icon {
	background: #00C85322;
	border: 2px solid #00C853;
}

.success-icon img {
	width: 48px;
}

/* Error */
.error-icon {
	background: #FF5B2E22;
	border: 2px solid #FF5B2E;
}

.error-icon img {
	width: 48px;
}

/* Title */
.kidy-title {
	font-size: 26px;
	font-weight: 700;
	color: #222;
}

/* Message */
.kidy-msg {
	margin-top: 10px;
	font-size: 17px;
	color: #444;
}

/* Button */
.kidy-btn {
	margin-top: 28px;
	padding: 12px 28px;
	border-radius: 50px;
	font-size: 17px;
	border: 0;
	cursor: pointer;
	transition: .3s;
	color: #fff;
}

/* Success Button */
.success-btn {
	background: #EA4333;
}

.success-btn:hover {
	background: #EA4333;
}

/* Error Button */
.error-btn {
	background: #EA4333;
}

.error-btn:hover {
	background: #EA4333;
}

/* Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes popupScale {
	0% {
		transform: scale(.6);
		opacity: 0;
	}

	60% {
		transform: scale(1.08);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* success and error popup message style */



/* book now bttn all css */
.similerbtnall{
	background: #ff2f14;
	color: #fff;
}

/* end book now bttn all css  */




/* profile datels page rate card scroloer */
/* Sidebar scroll wrapper */
.ondetails.stickysectionpd {
    max-height: calc(85vh - 100px); /* top sticky height adjust karo */
    overflow-y: auto;
    padding-right: 10px; /* scroll ke liye space */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 #f1f1f1; /* Firefox */
}

/* Chrome, Edge, Safari */
.ondetails.stickysectionpd::-webkit-scrollbar {
    width: 8px;
}
.ondetails.stickysectionpd::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.ondetails.stickysectionpd::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.ondetails.stickysectionpd::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Optional: smooth scrolling */
.ondetails.stickysectionpd {
    scroll-behavior: smooth;
}

/* end profile datels page rate card scroloer */


@media screen and (max-width:1024px) {

.mobileMenuList {

    width: 92%;
}

.mobresponsbtmfooter {
	display: block;
	position: fixed;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	padding: 5px 15px;
	box-shadow: 0px 0px 10px #31313159;
	z-index:100;
}
.mobtmftrbtn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	gap: 5px;
	color: #A2A5B1;
	font-weight: 400;
	width: 80px;
	font-size: 13px;
	line-height: 1;
}
.mobtmftrbtn img.mobmenuicon.norsize {width: 20px;}
.packageBook2 {height: 72vh !important;
}



.mobtmftrbtn15 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #A2A5B1;
	font-weight: 400;
	width: 80px;
	font-size: 13px;
	line-height: 1;
}

}

/* Badge absolute */
.cart-icon-wrap{
  position: relative;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff3b3b;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 6px;
  border-radius: 50%;
  line-height: 1;
  pointer-events: none;
}

.mobtmftrbtn{
  position: relative;
}


 .primaryoutline{text-align: right; float: right;}

.nn{ float:right; font-size:40px; margin-top: -13px;
}





@media screen and (max-width: 768px) {
    .mobileMenuList {
        width: 79%;
    }
}

.searchBtne34 { top:-3px !important; right:2px !important;}
.inputlocations_mobile{
    /*border: 1px solid #9DA2A8; */
        /*border-radius: 4px;*/
/*        text-align: center;*/
/*       display: block !important;*/
/*    width: 100%;*/
/*    padding:4px 10px;*/
/*    margin: 10px 0px 0px 0px;*/
}

.inputlocations_mobile .form-select {
    padding: 3px 10px;
    border: 1px solid #9DA2A8;
    border-radius: 4px;
    margin-top: 10px;
}
@media screen and (max-width:991px) {
    .ratecInfo {
    	width:70%;
    	padding-right: 20px;
    }
    .inputbtnwrap::after { display: none;
    }
    .inputbtnwrap .downarrow {
        width: 21px;
    }
     /*.eventLeftMain .title{*/
     /*    margin-bottom: 111px !important;*/
     /*}*/
    .eventsSection::before { height: 134px; }

}






.captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .captcha-row .form-control {
    flex: 1;
  }

  #captchaCode {border-radius: 10px;
    padding: 8px 14px;
    background: #f3f3f3;
    border:1px solid #ddd;
    font-weight: 600;
    letter-spacing: 2px;
    white-space: nowrap;
    user-select: none;
  }

  .captcha-refresh {
    background: #84baff;
    border:1px solid #ddd;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 10px;
  }

  .captcha-refresh:hover {
    background:#EA4333;
  }



.labelSelect .keyword_lable:hover span {
    background-color: rgb(234, 67, 51);
    color: #fff;
    cursor: pointer;
}












