:root {
    --theme-color: #ad1b49;
    --theme-color-two: #1a87a8;
    --theme-color-white: #ffffff;
    --theme-color-gray: #444444;
    --theme-family: "Nunito Sans", sans-serif;
    --light-shodow: 0 10px 18px 0 rgba(53, 99, 146, 0.10);
    --surface-color: #003656a6;
    --curve: 15;
}
* {
  box-sizing: border-box;
}
body {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--theme-family);
}
html, body {width: 100%;height: 100%;}
h1, h2, h3, h4, h5 {
    color: #000000;
}r
h2 {
    font-size: 23px;
    font-weight: 500;
}
h3 {
    font-size: 21px;
    font-weight: 500;
}
h4 {
    font-size: 18px;
}
img {max-width: 100%;}
a {
    color: var(--theme-color);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    ttext-decoration: none;
}
a, a:hover, a:focus, button:focus, input:focus {outline: none;text-decoration: none;}
button:focus, input:focus, .form-control:focus, select:focus {
    outline: none !important;
    box-shadow: none !important;
}
.text-theme2 {color: var(--theme-color-two);}
.list-unstyled {
    margin: 0;
    list-style: none;
}
.list-unstyled.inline>li {
    display: inline-block;
}
.btn.theme-btn {
    position: relative;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--theme-color-white);
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 4px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
    overflow: hidden;
}
.btn.theme-btn i {
    font-weight: normal;
}
.btn.theme-btn.btn2 {
    background: none;
    border: 1px solid var(--theme-color-white);
    color: var(--theme-color-white);
}
.btn.theme-btn.btn3 {
    background: var(--theme-color-two);
    border: 1px solid var(--theme-color-two);
    color: var(--theme-color-white);
}
.btn.theme-btn.btn2.whatsapp-btn {
    border-color: #30b517;
    color: #30b517;
}
.section-padding {
    padding: 65px 0;
}
.heading {
    margin-bottom: 35px;
}
.heading h2 {
    font-weight: 400;
    color: #000;
}
.heading h2 span {
    font-weight: 800;
}
.heading p {
    color: #675c5c;
    font-size: 16px;
    max-width: 680px;
}
.heading.text-center p {
    margin-left: auto;
    margin-right: auto;
}











.light-bg {
    background: #f7f7f7;
}
.owl-nav button {
    background: var(--theme-color-white) !important;
    position: absolute;
    top: 50%;
    font-size: 19px !important;
    color: var(--theme-color-two) !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-nav .owl-prev {
    left: -30px;
}
.owl-nav .owl-next {
    right: -30px;
}
.featureCarSlider .owl-nav .owl-prev {
    left: 10px;
}
.featureCarSlider .owl-nav .owl-next {
    right: 10px;
}
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(180deg, #000000bf, #a1a1a100);
}
#header.fixed {
    padding-top: 85px;
    background: #9f0939ad;
}
.topBar {
    background: #252a31;
    padding: 6px 0;
}
ul.tomMenu li:not(:last-child) {
    border-right: 1px dotted var(--theme-color-white);
    margin-right: 15px;
    padding-right: 15px;
}
ul.tomMenu li a {
    display: flex;
}
ul.tomMenu li a i {
    margin-right: 8px;
}
.topBar .btn {
    padding: 2px 12px;
    font-size: 12px;
    text-transform: uppercase;
}
header#header.fixed .navbarMenu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: linear-gradient(180deg, #00000047, #a1a1a100);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
#header .navbar-brand img {
    width: auto;
    max-width: 200px;
}
#header.fixed .navbar-brand img {
    height: 88px;
}
.navbarMenu ul li a {
	color: var(--theme-color-white);
	font-weight: 600;
	padding: 5px;
	margin: 5px;
	font-size: 14px;
	position: relative;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	text-decoration: none;
}
.navbarMenu ul li a:hover, .navbarMenu ul li.active a {
    background: none;
    color: var(--theme-color);
}

#header.fixed .navbarMenu ul li a {
    margin: 5px 10px;
}



.nav-col {
    position: static;
}
li.nav-item.mega-menu>a {
    position: relative;
}
li.nav-item.mega-menu>a::before {
    position: absolute;
    content: "";
    right: -5px;
    top: 12px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--theme-color-white);
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.megaDropdown {
    position: absolute;
    background: var(--theme-color-white);
    left: 0;
    top: 96%;
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


.mega-menu.hover .megaDropdown {
    opacity: 1;
    height: auto;
    overflow: inherit;
}
.megaDropdown .innerBox {
    padding: 30px 0;
}
.megaDropdown ul.children-menu li a {
    padding: 3px 0;
    display: block;
    margin: 0 !important;
    color: var(--theme-color-gray);
}
.megaDropdown .months_des {
    display: flex;
    flex-wrap: wrap;
}
.megaDropdown .months_des .item {
    width: 16.66%;
    margin-bottom: 30px;
}
.megaDropdown .mega_column {
    flex: 0 0 250px;
    border-right: 1px solid #e5e5e5;
    padding: 0 15px;
}
.megaDropdown .content-columns, .megaDropdown .content-columns .content-column {
    flex: 1;
}
.megaDropdown .mega_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.megaDropdown .mega_list li {
    margin-bottom: 8px;
}
.megaDropdown .mega_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    margin: 0 !important;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.megaDropdown .mega_list a:hover,
.megaDropdown .mega_list a.active {
    background-color: #ffffff;
    color: #333;
}
.megaDropdown .mega_list a .arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}
.megaDropdown .mega_list a:hover .arrow,
.megaDropdown .mega_list a.active .arrow {
    transform: translateX(3px);
}
.megaDropdown .explore-all {
    padding: 20px 0;
}
.megaDropdown .explore-all a {
    color: var(--theme-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.megaDropdown .explore-all a:hover {
    color: var(--theme-color-two);
}
.megaDropdown .content-column h3 {
    font-size: 14px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.megaDropdown .content-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.megaDropdown .content-column ul li a:hover {
    color: var(--theme-color);
}
.megaDropdown .content-column .view-all {
    margin-top: 5px;
}
.megaDropdown .content-column .view-all a {
    color: var(--theme-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.megaDropdown .content-column .view-all a:hover {
    color: #000000;
}
.dropdownBox {
    position: relative;
    display: inline-block;
}
.dropdownMenu {
    position: absolute;
    background: var(--theme-color-white);
    border: 1px solid #e6e6e6;
    top: 100%;
    width: 280px !important;
    border-radius: 4px;
    display: none;
    z-index: 9;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .10);
}
.dropdownMenu a:hover {background-color: #ddd;}

.dropdownBox:hover .dropdownMenu {display: block;}

.dropdownBox:hover .dropbtn {background-color: #3e8e41;}
.dropdownBox ul {
    margin: 0;
    padding: 5px;
}
ul.dropdownMenu li {
    list-style: none;
    text-align: left;
}
ul.dropdownMenu li a {
	margin: 0;
	padding: 4px 15px;
	display: block;
	color: var(--theme-color-gray);
}
.dropdownBox a.nav-link:before{
    position: absolute;
    content: "";
    right: 0;
    top: 12px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--theme-color-white);
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



.menu-dropdown.months_des {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.subMenu-list {
    display: flex;
    flex-wrap: wrap;
}
.subMenu-list .dropBox {
    width: 100%;
}
.subMenu-list.column3 .dropBox {
    width: 33.33%;
}
.subMenu-list.column4 .dropBox {
    width: 25%;
}
.subMenu-list.column5 .dropBox {
    width: 20%;
}
.subMenu-list.column6 .dropBox {
    width: 16.66%;
}

.subMenu-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tomMenu {
	padding: 0;
	border-bottom: 1px dotted #fff;
}
.tomMenu li a {
	padding: 0px 0 !important;
	margin: 0px !important;
}

.subMenu-list .dropBox a {
    color: #444444;
    padding: 0px;
}
.subMenu-list .column_title {
    font-weight: 600;
    color: #333;
    margin: 10px 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #1a87a8;
    position: relative;
}
.column_title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 35px;
    height: 2px;
    background: #8b6fd4;
}


#getQuote {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.quoteBg {
    background: rgba(11, 13, 16, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#getQuote .formBox {
    position: relative;
    background: var(--theme-color-white);
    border-radius: 6px;
    max-width: 750px;
    padding: 30px;
    margin: 20px auto;
}
#getQuote .closeQuote {
    position: absolute;
    background: none;
    border: none;
    top: 2px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
.formBox h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 28px;
}
.form-group label {
    font-size: 11px;
    margin: 0;
    font-weight: 700;
    color: #5f5f5f;
    text-transform: uppercase;
}
.form-control {
    background: #f9f9f9;
    font-size: 14px;
    border-radius: 0;
    padding: 10px 14px;
    border: 1px solid #e4e4e4;
}
.formBox .btnBox {
    margin-top: 18px;
}






/*
===========================  Home page css
*/

.homeBanner {
	position: relative;
	background: var(--theme-color-gray);
	min-height: 700px;
}
#mainSlider .item {
    position: relative;
    min-height: 700px;
    background-position: top;
    background-size: cover;
    z-index: 1;
}
#mainSlider .item::before {
	position: absolute;
	content: "";
	background: linear-gradient(0deg,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 40%, rgba(255, 255, 255, 0) 95%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.homeBanner .content {
	position: absolute;
	top: 71%;
	left: 0;
	width: 100%;
	z-index: 9;
	transform: translateY(-50%);
}
.homeBanner h2 {
    color: var(--theme-color-white);
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 26px;
}

.homeBanner p {
    font-size: 18px;
    color: var(--theme-color-white);
}
.homeBanner .searchForm {
    margin-top: 35px;
}
.searchForm .form-group label, .searchForm span.custom-combobox {
    display: block;
    width: 100%;
}
ul#ui-id-1 {
    max-height: 350px;
    overflow: auto;
}

.tripadvisor_awards {
    background: #dddddd;
    text-align: center;
    width: 100%;
    padding: 20px 16px;
}

.tripadvisor_awards img {
    width: auto;
    max-height: 92px;
}



.holidayTheme .tourItem h3 {
    margin-bottom: 0;
}
.tourItem .listInfo {
    font-size: 12px;
    font-weight: 600;
    color: #999;
}

.holidayTour .tourItem {
    margin-bottom: 30px;
}

.holidayTour .tourItem .imgBox img {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.reviewSlider .item {
    position: relative;
    background: var(--theme-color-white);
    border: 1px solid #e6e6e6;
    padding: 20px 15px;
    margin-top: 30px;
    border-radius: 6px;
    overflow: hidden;
    min-height: 190px;
}
.reviewSlider .item::before {
    position: absolute;
    content: "";
    background: var(--theme-color-white);
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
}
.reviewSlider .owl-item:nth-child(2n+1) .item::before {
    background: #fdf5e8;
}
.reviewSlider .owl-item:nth-child(3n+1) .item::before {
    background: #ebf5fd;
}
.quoteText p {
    font-size: 15px;
}
.reviewSlider .user_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 999;
    position: relative;
}
.reviewSlider .quoteText {
    margin-top: 20px;
}
.reviewSlider .userBox h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}
.reviewSlider .userBox p {
    font-size: 13px;
    color: #999;
    margin: 0;
}



.byMonth .list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.byMonth .item {
    width: 25%;
    padding: 8px;
}
.byMonth .item a {
	background: #dae7e2;
	color: #000000;
	font-size: 18px;
	display: block;
	padding: 12px 14px;
	border-radius: 6px;
	text-align: center;
	box-shadow: 1px 1px 1px #ddd;
}
.byMonth .item a:hover {
    background: var(--theme-color);
    color: var(--theme-color-white);
}

.byMonth .item .title {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
}
.byMonth .item .listInfo {
    display: block;
    font-size: 12px;
    font-weight: 600;
}


.blogItem {
    position: relative;
    border-radius: 6px;
    margin-bottom: 30px;
}
.blogItem .imgBox img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}
.blogItem .text {
    padding: 15px 0 0;
}
.blogItem .text h3 {
    font-size: 16px;
}
.blogItem .text h3 a {
    color: #080808;
}

.blogItem .listInfo {
    color: #999;
    margin-bottom: 8px;
    display: block;
}
.blogItem .listInfo i {
    font-weight: normal;
    vertical-align: middle;
    margin-right: 4px;
}

.blogItem .listInfo .cat {
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 800;
    color: #c12930;
}

.joinCommunity {
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.joinCommunity::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(140deg, #1a0e12, transparent);
    background: linear-gradient(140deg, #1a0e12, transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.joinCommunity .heading h2, .joinCommunity .heading p {
    color: var(--theme-color-white);
}


.aboutUs h4 {
    font-size: 16px;
    font-weight: 700;
}
.aboutUs p+h3 {
    margin-top: 30px;
}
.aboutUs p+h4 {
    margin-top: 20px;
}



#footer {
    background: #252a31;
    color: #a8a9ab;
    padding: 50px 0 0;
}
#footer h3 {
    font-size: 20px;
    color: var(--theme-color-white);
    margin-bottom: 20px;
}
#footer h4 {
    margin-top: 30px;
    color: var(--theme-color-white);
    font-size: 16px;
}
#footer a {
    color: #999;
}
#footer .middle-col {
    border-left: 1px solid #313740;
    border-right: 1px solid #313740;
}
.subscribeForm input {
    border-radius: 5px;
    height: 50px;
    background: var(--theme-color-white);
    border: none;
}
#footer .contact-info a {
    display: block;
    margin-bottom: 6px;
}
#footer .contact-info a i {
    margin-right: 4px;
    color: var(--theme-color-two);
}
#footer .socialLinks a {
    color: #cccccc;
}
#footer .footer-menu li a {
    color: #999;
    padding: 0 11px;
    font-size: 14px;
}


#footer .topDestination {
    display: inline-block;
    margin: 0 -6px;
}
#footer .topDestination li {
    float: left;
    width: 50%;
    padding: 6px;
}
#footer .topDestination li a {
    position: relative;
    background-position: center;
    background-size: cover;
    display: block;
    text-align: center;
    padding: 25px 2px;
    color: var(--theme-color-white);
    font-weight: 700;
    font-size: 13px;
    z-index: 1;
}
#footer .topDestination li a::before {
	position: absolute;
	background: rgba(26, 16, 0, 0.34);
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.shildBox img {
    margin: 0 5px;
    border-radius: 8px;
    padding: 3px;
    background: #fff;
}
.copyright {
    border-top: 1px solid #313740;
}
.copyright p {
    font-size: 12px;
}
.container p span {
    text-transform: uppercase;
}

.quoteBtn {
    position: fixed;
    background: var(--theme-color-two);
    color: var(--theme-color-white);
    top: 40%;
    font-size: 16px;
    padding: 8px 22px;
    right: 0;
    z-index: 999;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: bottom right;
}
.quoteBtn:hover {
    color: var(--theme-color-white);
}
.quoteBtn i {margin-right: 8px;}







/*
===========================  Detail page css
*/

.secondry-navbar {
    background: #292f38;
    position: fixed;
    top: -102px;
    left: 0;
    width: 100%;
    z-index: 88;
    opacity: 0;
}
.secondry-navbar.fixed {
    top: 60px;
    opacity: 1;
}
.secoundryMenu ul li:not(:last-child) {
    margin-right: 20px;
}
.secoundryMenu ul li a:not(.active) {
    color: #ccc;
}
.secoundryMenu .openQuote {
    padding: 10px 32px;
    border-radius: 0;
}
.tourItem {
    position: relative;
}
.tourItem .wishlist-icon {
    position: absolute;
    background: #00000052;
    color: #fdfdfd;
    font-size: 17px;
    top: 20px;
    right: 10px;
    z-index: 3;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    cursor: pointer;
}
.tourItem .wishlist-icon.added {
    color: #c12930;
}
.tourItem .imgBox {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.tourItem .imgBox::before {
    position: absolute;
    background: -webkit-linear-gradient(0, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 0%) 28%);
    background: linear-gradient(0, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 0%) 28%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tourItem .imgBox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.tourItem:hover .imgBox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.tourItem .imgBox span.duration {
    position: absolute;
    bottom: 6px;
    left: 10px;
    color: var(--theme-color-white);
    font-size: 13px;
    z-index: 2;
}
.tourItem .imgBox span.duration i {
    margin-right: 6px;
    font-size: 1.15em;
    color: #cccccc;
}
.tourItem .imgBox span.featured {
	position: absolute;
	top: 10px;
	left: 10px;
	background: var(--theme-color-two);
	color: var(--theme-color-white);
	padding: 2px 12px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 2px;
	z-index: 2;
	display: flex;
}
.tourItem .imgBox span.featured i {
	margin-right: 5px;
}
.tourItem .text {
    padding: 20px 0;
}
.tourItem p {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}
.tourItem h3 {
    font-size: 18px;
    margin-bottom: 22px;
    max-height: 42px;
    overflow: hidden;
}
.tourItem h3 a {
    color: #000000;
}
.tourItem .btn {
    padding: 7px 16px;
    text-transform: uppercase;
    font-size: 10px;
}


.lSAction a {
    background: #343d48;
    color: var(--theme-color-white) !important;
    border-radius: 2px;
    font-size: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.lSAction a i {
    margin: 0 !important;
}

.tour_detail h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.recommended_icon {
    margin-bottom: 5px;
}
.recommended_icon img {
	max-height: 30px;
}
.tour_detail .flaticon {
    margin-right: 8px;
}
.tour_detail .ratingBox {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0;
    margin-bottom: 20px;
}
.tour_detail .ratingBox p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
}
.tour_detail .ratingBox span.rating {
    background: #34bb13;
    color: var(--theme-color-white);
    padding: 4px 12px;
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}
.tour_detail .ratingBox .rcTxt {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.tour_detail .meta span:not(:last-child) {
    border-right: 1px solid #999;
    padding-right: 12px;
    margin-right: 10px;
}
.tour_detail .info span {
    font-size: 13px;
    margin: 4px 0;
    color: #616161;
}
.tour_detail .info span.option {
    color: #c12930;
    font-weight: 700;
    margin-top: 10px;
}

.tour_detail .btnBox {
    margin-top: 25px;
}
.tour_detail .btnBox .btn {
    padding: 10px 16px;
}
.tour_detail .btnBox .btn:first-child {
    margin-right: 10px;
}


.tab-section {
    padding: 40px 0 10px;
}

.tour_content h2 {
    font-size: 25px;
    margin-bottom: 25px;
}
.tour_content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.tour_content p+h3 {
    margin-top: 20px;
}
.tour_content h4 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}
.tour_content p+h4, .tour_content h3+h4 {
    margin-top: 20px;
}
.tour_content p {
    font-size: 14px;
}


/*.overviewText {
    overflow: hidden;
    padding-bottom: 20px;
}
.overviewText1 {
    overflow: hidden;
    padding-bottom: 20px;
}
.overviewBtn {
    background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.85), var(--theme-color-white));
    background-image: linear-gradient(180deg, rgba(255,255,255,0.85), var(--theme-color-white));
    position: relative;
    margin: -35px 0 0 0;
    height: 40px;
}*/
button.showMore,
button.moreList {
    background: none;
    border: none;
    color: var(--theme-color-two);
    font-weight: 700;
    font-size: 13px;
    margin-top: 15px;
    padding: 0;
    cursor: pointer;
}
button.showMore1,
button.moreList1 {
    background: none;
    border: none;
    color: var(--theme-color-two);
    font-weight: 700;
    font-size: 13px;
    margin-top: 15px;
    padding: 0;
    cursor: pointer;
}

.itineraryProcess {
    padding-left: 36px;
}
.itineraryProcess .step {
    position: relative;
    padding: 1px 0 20px;
}
.itineraryProcess .step:not(:last-child)::before {
    position: absolute;
    content: "";
    background: #dedede;
    width: 1px;
    height: 100%;
    top: 0;
    left: -26px;
}
.itineraryProcess h3 {
    margin-top: 0;
}
.itineraryProcess h3::before {
    position: absolute;
    background: var(--theme-color-two);
    content: "";
    top: 2px;
    left: -34px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 4px solid var(--theme-color-white);
    box-shadow: 0 0 0 1px #dedede;
}



.inclusionList li, .exclusionList li {
    position: relative;
    padding-left: 36px;
    font-weight: 700;
}
.inclusionList li:not(:last-child), .exclusionList li:not(:last-child) {
    margin-bottom: 20px;
}
.inclusionList li::before, .exclusionList li::before {
    position: absolute;
    background-image: url("../images/check2.png");
    background-size: 100%;
    content: "";
    left: 2px;
    top: 4px;
    width: 15px;
    height: 15px;
}
.exclusionList li::before {
    background-image: url("../images/close2.png");
}



.tab-section .head-btn {
    float: right;
}
.review-score {
    font-size: 28px;
}
.review-score strong {
    font-size: 55px;
    color: #2ecc71;
}
.review-score-text {
    font-size: 13px;
    color: #999;
}
.review-score-text strong {
    display: block;
    font-size: 16px;
    color: #000;
}
.review-score-text span {
    color: #2ecc71;
    font-weight: 600;
}

.review-sumary table tr, .review-sumary .table>tbody {
    border: none;
}
.review-sumary table, .review-sumary table tr td {
    border: none;
    padding: 0;
}
.review-sumary table tr td {padding: 2px 0;vertical-align: bottom;}
.review-sumary table tr td p {
    margin-bottom: 0;
}
.progress {
    height: 5px;
    margin-bottom: 2px;
}
.progress .percent.green {
    background: #2ecc71;
}
.progress .percent.red {
    background: #ff0000;
}
.progress .percent.orange {
    background: #ff9933;
}
.progress .percent.gray {
    background: #666666;
}

.review-sumary table tr td:last-child {
    width: 52px;
}
.review-sumary span.number {
    font-size: 10px;
    font-weight: 700;
    padding-left: 10px;
    line-height: 1;
    display: block;
}

.reviewItem {
    padding: 10px;
    margin-top: 15px;
}
.reviewItem .profile {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    background: #4956f3;
    color: var(--theme-color-white);
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
}
.reviewItem .profile .img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.reviewItem .text {
    margin-left: 65px;
}
.reviewItem h5 {
    font-size: 14px;
    margin: 10px 0 0;
}
.reviewItem p {
    font-size: 13px;
    margin-bottom: 10px;
}
.reviewItem .imgBox .img {
    background-position: center;
    width: 80px;
    height: 60px;
    display: inline-block;
    background-size: cover;
    border-radius: 5px;
    margin-right: 3px;
}
.reviewItem h5 .rating {
    background: #2ecc71;
    color: var(--theme-color-white);
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 13px;
}



.detailSidebar {
    padding: 40px 0;
}
.detailSidebar .box {
    border: 1px solid #e8e8e8;
    padding: 25px;
    margin-bottom: 18px;
}
.detailSidebar .box h3 {
    margin-bottom: 25px;
}
.socialLinks a {
    color: var(--theme-color-white);
    background: #3e434d;
    width: 34px;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin: 8px 5px 0 0;
}
.detailSidebar .socialLinks a {
    width: 40px;
    height: 40px;
    font-size: 21px;
    line-height: 40px;
}
.socialLinks a.facebook {background: #2264c7;}
.socialLinks a.twitter {background: #16cfec;}
.socialLinks a.instagram {background: #ef0d8a;}
.socialLinks a.linkedin {background: #0999de;}
.socialLinks a.google {background: #fd0d0d;}
.socialLinks a.whatsapp {background: #11c741;}


.detailSidebar .callNow a {
    font-size: 24px;
    font-weight: 700;
}
.detailSidebar .callNow a i {
    font-weight: normal;
    margin-right: 6px;
}




.featureSlider .owl-stage,
.three_itemSlider .owl-stage {
    margin-left: -30px;
}
.featureSlider .owl-nav button {
    top: 132px;
}
.featureSlider .item {
    padding-top: 10px;
}







/*
===========================  Listing page css
*/

.listingHead {
    background-size: cover;
    background-position: center;
    padding: 100px 0 50px;
    position: relative;
    z-index: 1;
}
.listingHead::before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 28%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.listingHead h1 {
    color: var(--theme-color-white);
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 26px;
}


.searchForm .form-group {
    background: var(--theme-color-white);
    position: relative;
    max-width: 560px;
    margin: 0 auto;
}
.searchForm .form-group form {
    display: flex;
    align-items: center;
    padding: 0 0 0 14px;
}
.searchForm .form-group .icon {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #999;
}
.searchForm span.custom-combobox .ui-button {
    position: absolute;
    background: none;
    border: none;
    top: 0;
    right: 0;
    width: 40px;
    height: 45px;
}

.searchForm span.custom-combobox {
    flex: 1;
    position: relative;
}
.searchForm span.custom-combobox input, .searchForm span.custom-combobox select {
    background: none;
    border: none;
    width: 100%;
    padding: 5px 12px;
}
.searchForm .form-group input {
    background: var(--theme-color-white);
    border: none;
    height: 45px;
}
.searchForm .form-group .btn {
    height: 45px;
    border-radius: 0;
    width: 115px;
    margin:0px;
}



.packageOverview {
    padding-top: 50px;
}
.packageOverview h2 {
    font-size: 22px;
    font-weight: 500;
}
.packageOverview .overviewBtn {
    background-image: -webkit-linear-gradient(180deg, rgb(247 247 247 / 95%), #f7f7f7);
    background-image: linear-gradient(180deg, rgb(247 247 247 / 95%), #f7f7f7);
}


.listingSidebar {
    position: sticky;
    top: 80px;
}

.listingSidebar.fixed #aside {
    position: fixed;
    top: 80px;
}

.listingSidebar .innerBox {
	background: var(--theme-color-white);
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}
.listingSidebar .topTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.listingSidebar .topTitle h2 {
    font-size: 25px;
    margin: 0;
}
.listingSidebar .topTitle .btn {
    padding: 2px 10px;
}

.listingSidebar .box {
    margin-bottom: 30px;
}
.listingSidebar h4 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    color: #000000;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 20px;
    cursor: pointer;
}
.listingSidebar h4.title::after {
	content: "\f068";
	font-family: FontAwesome;
	float: right;
	color: #999;
	font-size: 10px;
    line-height: 2;
	cursor: pointer;
    padding: 8px 6px;
}
.listingSidebar h4.title.collapsed::after {
	content: "\f067";
	font-family: FontAwesome;
	float: right;
	color: #999;
	font-size: 10px;
}


.filterList {
    list-style: none;
    padding: 0;
    margin: 0;
/*
    max-height: 158px;
    overflow: auto;
*/
}
.filterList li {
    position: relative;
    margin-bottom: 8px
}
.filterList label {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.filterList input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
}
.filterList label:before {
    width: 15px;
    height: 15px;
    border: 1px solid #c3c3c3;
    display: inline-block;
    content: " ";
    margin-right: 12px;
    vertical-align: middle;
    margin-top: -4px;
}

.filterList input:checked+label:before {
    color: var(--theme-color-white);
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f00c";
    border-color: #000000;
    background-color: #000000;
    line-height: 14px;
    text-align: center;
}


.price_rangeSlider .price-filter-range .ui-slider-handle {
    background: var(--theme-color-white);
    border-radius: 50%;
    border: 5px solid #c12930;
    width: 22px;
    height: 22px;
    top: -5px;
    cursor: pointer;
}
.price_rangeSlider .price-filter-range .ui-slider-handle:focus {outline: none;}
.price_rangeSlider .ui-widget.ui-widget-content {
    background: #d2d2d2;
    border: none;
}
.price_rangeSlider .ui-slider-horizontal .ui-slider-range {
    background: #e4a2a5;}


.price_rangeSlider .fields {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 20px;
}
.price_rangeSlider .fields input {
    border: 1px solid #ccc;
    height: 40px;
    width: 46%;
    padding: 0 12px;
}

.listWrap {
	position: relative;
	background: #fff;
	border-radius: 8px;
	margin: 0 0 20px;
	overflow: hidden;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.listItem {
    position: relative;
    background: var(--theme-color-white);
}
.listItem .imgBox img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    padding: 8px;
}
.listItem .imgBox span.featured {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #b927e8;
    color: var(--theme-color-white);
    padding: 2px 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px;
    z-index: 2;
}
.listItem .textBox {
    padding: 15px;
}
.listItem h3 {
    color: #000000;
    font-size: 20px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listItem h3 a {
    color: #000000;
}
.listItem .textBox p.desc {
    font-size: 13px;
    margin: 0;
    color: #999;
}

.listItem .accessibility {
    padding: 15px 0;
}
.listItem .accessibility li {
    text-align: center;
}
.listItem .accessibility li:not(:last-child) {
    margin-right: 18px;
}
.listItem .accessibility li p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}
.listItem .accessibility li i {
    color: #c12930;
    font-size: 16px;
    line-height: 16px;
}

.listItem .duration span {
    font-size: 13px;
    margin: 4px 0;
    color: #616161;
}
.listItem .duration span:not(:last-child) {
    border-right: 1px solid #999;
    padding-right: 10px;
    margin-right: 8px;
}
.listItem .duration .flaticon {
    margin-right: 8px;
    vertical-align: middle;
}

.listItem .btn {
    padding: 6px 12px;
}


.destinations .tourItem .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    z-index: 9;
}
.destinations .tourItem .text h3 {
    font-size: 25px;
    margin: 5px 0 0;
}
.destinations .tourItem .text h3 a {
    color: var(--theme-color-white);
}
.destinations .tourItem .text h4 a {
	color: var(--theme-color-white);
}
.destinations .tourItem .listInfo {
    color: var(--theme-color-white);
    font-size: 10px;
    background: var(--theme-color-two);
    padding: 4px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.faq_box {
    padding: 14px 0;
}
.faq_box h4 .icon {
    display: inline-block;
    border: 2px solid #c12930;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    margin-right: 16px;
}
.faq_box h4 {
    font-weight: 700;
    cursor: pointer;
}

.faq_box .text {
    padding-left: 48px;
    margin-bottom: 25px;
}




ul.pagination {
    text-align: center;
    display: block;
    margin-top: 45px;
}

ul.pagination span {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    font-size: 13px;
    background: var(--theme-color-white);
    line-height: 32px;
    cursor: pointer;
    border-radius: 50%;
    font-weight: 700;
}
ul.pagination span.active {
    background: #000000;
    color: var(--theme-color-white);
}
ul.pagination span i {
    vertical-align: middle;
}

.count-string {
    color: #666666;
    font-size: 12px;
}


.reviewList.row .col {
    padding-bottom: 20px;
}

.reviewList.row .reviewItem {
    background: var(--theme-color-white);
    border-radius: 6px;
    padding: 25px;
    height: 100%;
    margin: 0;
}
.reviewItem h3 {
    font-size: 16px;
    font-weight: 700;
}
.reviewItem h3 a {
    color: #c12930;
}


.rental_hero {
    background-color: #252a31;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.search_form {
    background: var(--theme-color-white);
    border-radius: 8px;
    padding: 40px;
    max-width: 480px;
}


.search_form .heading h2 {
    font-size: 34px;
    margin-bottom: 5px;
}
.search_form .ui.selectLocation.selection {
    min-height: 50px;
    width: 100%;
    border: 1px solid #dddddd;
}
.search_form .selectLocation.ui.multiple.dropdown>.text {
    color: #495057;
    margin: 0 10px;
    line-height: 42px;
}
.search_form .ui.dropdown .menu>.item:hover {
    background: #f9ecec;
}
.search_form .selectLocation .dropdown.icon {
    top: 28px !important;
    right: 20px !important;
    padding: 0 !important;
    height: 13px !important;
    width: 12px !important;
}
.search_form .selectLocation .dropdown.icon::before {
    position: absolute;
    content: "" !important;
    left: 0;
    top: 0;
    border-left: 2px solid #333333;
    border-top: 2px solid #333333;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.search_form .selectLocation .dropdown.icon::after {
    position: absolute;
    content: "" !important;
    left: 0;
    bottom: 0;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.search_form .form-group {
    margin-bottom: 25px;
}
.search_form .form-group .label {
    font-size: 12px;
    margin-bottom: 6px;
}
.search_form input.form-control[type="date"] {
    text-transform: uppercase;
}
.search_form input.form-control {
    background: var(--theme-color-white);
    border: 1px solid #dddddd;
    border-radius: 4px;
    height: 50px;
}

.search_form .btn.srarchBtn {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}







.car_listing .top_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.car_listing .top_head h3 {
    font-size: 20px;
    margin: 0;
}

.rentItem {
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.rentItem .imgBox {
    min-height: 178px;
    line-height: 178px;
    text-align: center;
}

.rentItem .imgBox img {
    max-width: 235px;
    max-height: 178px;
    display: inline-block;
}
.rentItem h3 {
    font-size: 16px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}




.rentItem .meta {
    margin-bottom: 20px;
    color: #999;
    font-size: 12px;
}
.rentItem .meta span:not(:last-child)::after {
    content: "•";
    margin: 0 3px;
    font-size: 10px;
}
.rentItem .amount {
    font-size: 18px;
    font-weight: 600;
}
.rentItem .duration {
    color: #666;
    font-size: 13px;
}
.rentItem .btn {
    display: block;
    width: 100%;
}
 

.rental_offer .box {
    position: relative;
    padding: 15px 0;
}

.rental_offer .box h3 {
    position: absolute;
    left: 25px;
    bottom: 35px;
    color: var(--theme-color-white);
}
.rental_offer .imgBox {
    background: #000;
    position: relative;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}
.rental_offer .imgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.rental_process .box {
    text-align: center;
    padding: 15px 0;
}

.rental_process .box .imgBox img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}


/*
/* Added by Tarun */

.collectible {
    background-color:#000; no-repeat center top;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: cover;
}
.collectible h2 {
    text-align: center;
    color: var(--theme-color-white);
    font-size: 45px;
}


.blog .item .meta {
    font-size: 13px;
    margin: 15px 0;
}

.blog span.auther {
    color: #000;
    font-weight: 600;
}
.blog .item .meta span {
    display: inline-block;
    margin-right: 10px;
}
.blog .item .date {
    color: #999;
    font-weight: 600;
}
.item .imgBox {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.item .imgBox::before {
    position: absolute;
    background: -webkit-linear-gradient(0, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 0%) 28%);
    background: linear-gradient(0, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 0%) 28%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item .imgBox img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.item .imgBox span.duration {
    position: absolute;
    bottom: 6px;
    left: 10px;
    color: var(--theme-color-white);
    font-size: 13px;
    z-index: 2;
}
.item .imgBox span.duration i {
    margin-right: 6px;
    font-size: 1.15em;
    color: #cccccc;
}
.item h3 a {
    color: #000000;
}
.item h3 {
    font-size: 17px;
    margin-bottom: 22px;
    max-height: 42px;
    overflow: hidden;
}
.item .text {
    padding: 20px 0;
}
ul.star {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}
ul.star li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 30px;
}
ul.star li::before {
	position: absolute;
	left: 0;
	top: -1px;
	color: #f05e68;
	content: "\f107";
	display: inline-block;
	font-family: Flaticon;
	margin-left: 0;
	font-size: 18px;
	padding-right: 10px;
}
ul.arrow {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}
ul.arrow li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 30px;
}
ul.arrow li::before {
	position: absolute;
	left: 0;
	top: -1px;
	color: #f05e68;
	content: "\f102";
	display: inline-block;
	font-family: Flaticon;
	margin-left: 0;
	font-size: 18px;
	padding-right: 10px;
}
.contact_box .box {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.contact_box .icon {
    float: left;
}
.contact_box .icon i {
	font-size: 42px;
	color: #cb3840;
	text-align: center;
	display: block;
	position: relative;
	text-shadow: 1px 1px 1px #bcbcbc;
	width: 100%;
	margin-right: 10px;
}
.contact_box .textBox {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding-left: 18%;
}
.contact_box .textBox h3 {
	font-size: 18px;
}
.contact_box .textBox h3 a {
	color: #cb3840;
	font-size: 18px;
	font-weight: 600;
}
.contact_box .text a {
    color: #5d5d5d;
    font-weight: 600;
}

/* Home Tab */

.aboutTab_list {
    text-align: center;
}
.aboutTab_list #tabs {
    margin-bottom: 35px;
    border: none;
    display: inline-block;
    background: #efefef;
}
.aboutTab_list .nav-item {
	display: inline-block;
	margin: 0;
	border-right: 1px solid #c5c5c5;
}
.aboutTab_list .nav-item .nav-link {
    padding: 6px 22px;
    color: #171717;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    font-weight: 600;
    border-radius: 0;
    margin: 0;
}
.aboutTab_list .nav-item .nav-link.active {
	background: #f14d5d;
	color: var(--theme-color-white);
	border-color: #f14d5d;
}
.aboutUs .card {
      border: none;
}
.aboutUs .card-body {
	padding: 0;
	position: relative;
	background: #efefef;
	border: 1px solid #ececec;
}
.aboutUs .card-body .imgBox {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
}
.aboutUs .card-body .textBox {
    position: relative;
    padding: 30px;
    left: 40%;
    width: 60%;
}
.aboutUs .card-body .textContent {
    position: relative;
    padding: 30px;
}
.aboutUs .card-body .textBox h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.textBox.card_height {
    height: auto;
	max-height: 450px;
	overflow-y: scroll;
}
/* Home Tab End */
.months_des li a {
	width: 150px;
	height: 120px;
	display: block;
	background: #ddd;
	background-size: cover;
	border-radius: 5px;
}
.months_des li a:hover {
	background-size: cover !important;
}
.months_des li a span {
	text-align: center;
	display: block;
	margin: 35px auto;
	color: var(--theme-color-white);
	z-index: 9;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
}
.months_des_img::before {
	position: absolute;
    content: "";
    background: #00000070;
	border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/* Added by Tarun */





.column_part h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.column_part {
    border: 1px solid #dfdfdf;
    padding: 30px;
    margin-top: 32px;
}

.interests_list {
    display: flex;
    flex-wrap: wrap;
}

.interests_list label.checkbox-inline input {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.interests_list label.checkbox-inline {
    font-size: 16px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    width: 20%;
    max-width: 20%;
    cursor: pointer;
}

.badge.rounded-pill.badge-nine-tails {
    background: linear-gradient(to right, #ff1462 0%, #ff4d97 51%, #b00e42 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;
    top: -50px;
    right: -10px;
    position: relative;
    z-index: 1;
}
.badge.rounded-pill.badge-menu-tails {
	background: linear-gradient(to right, #ff1462 0%, #ff4d97 51%, #b00e42 100%);
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	color: white;
	top: -10px;
	right: 0px;
	position: absolute;
	z-index: 1;
}
a.whatsappChat {
	display: inline-block;
	background: #36b345;
	position: fixed;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	left: 15px;
	bottom: 15px;
	border-radius: 25px;
	font-size: 20px;
	color: var(--theme-color-white) !important;
	z-index: 99998;
}





.joinCommunity {
    padding-bottom: 250px;
}
.home_queryForm .formBox h2 {
    color: var(--theme-color-white);
}

.home_queryForm .formBox .form-group label {
    color: #ccc;
    font-size: 13px;
    margin: 0 0 2px;
}
.home_queryForm .formBox {
    position: relative;
    background: #252a31;
    padding: 40px;
    margin-top: -168px;
    z-index: 1;
}
.listItem.car {
	background: #f7f7f7;
}
.car_price {
	color: #b8272d;
	font-size: 14px;
	font-weight: 600;
}



.tour_detail .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
}
.tour_detail .owl-nav .owl-prev {
    left: 20px;
}
.tour_detail .owl-nav .owl-next {
    right: 20px;
}
a.lb-prev::before {
    position: absolute;
    content: "";
    left: 30px;
    top: 50%;
    border-left: 2px solid var(--theme-color-white);
    border-bottom: 2px solid var(--theme-color-white);
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
a.lb-next::before {
    position: absolute;
    content: "";
    right: 30px;
    top: 50%;
    border-right: 2px solid var(--theme-color-white);
    border-top: 2px solid var(--theme-color-white);
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}


.paginationList .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.paginationList .pagination .page-link {
    background: none;
    border: none;
    color: #333;
    padding: 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.paginationList .pagination span.page-link, .paginationList .pagination .page-link[rel="next"] {
    background: #ccc;
    border-radius: 50%;
}

.paginationList .pagination li.page-item.active .page-link {
    background: var(--theme-color);
    color: var(--theme-color-white);
    border-radius: 50%;
}
.tour_heading {
	background-color: #cca975;
	padding: 8px 15px 0px;
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

/* new added*/
.lang-js {
	min-width: 100px;
	height: 32px;
	background-color: var(--theme-color-white);
	padding: 10px 15px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
}
select#language-picker-select {
	background-color: transparent;
	width: 100%;
	border: none;
}
.lang_switch {
    margin: 0;
    background: var(--theme-color-white);
    padding: 0 12px 0 0;
    border-radius: 25px;
}
.lang_switch a.nav-link-lang {
    font-size: 12px;
}
.langSwitch_letter {
	display: inline-flex;
	width: 20px;
	height: 20px;
	color: #d8232a;
	font-size: 9px;
	font-weight: 700;
	border-radius: 50%;
	background-color: #fbe9e9;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 4px;
	line-height: 10px;
	margin-right: 5px;
}
.drop_lang {
	width: 165px !important;
	position: absolute;
	background: var(--theme-color-white);
	border-radius: 25px;
}
.lang_switch ul.dropdownMenu li a {
    margin: 0;
    padding: 6px 6px;
    display: block;
    font-size: 13px;
}

.lang_switch ul.dropdownMenu li a:hover {
    background: none !important;
}
/*End new added*/


.video_reviews .row {
    margin: 0 -10px;
}
.video_reviews .row>div {
    padding: 15px 10px;
}
.video_playBtn {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}
.video_playBtn::before {
    background: var(--theme-color-white);
    border-radius: 50%;
    position: absolute;
    content: "\f120";
    font-size: 16px;
    font-family: 'Flaticon';
    color: #ff0000;
    left: 20px;
    bottom: 20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
    animation: circle-bounce 2.3s infinite ease-in-out;
}
@keyframes circle-bounce {
  0% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
  }
}
.video_playBtn img {
    width: 100%;
    height: 148px;
    object-fit: cover;
}
.video_reviews h3 {
    font-size: 16px;
    margin-top: 9px;
}
.video_playPopup {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 9998;
    padding: 0 15px;
    display: none;
}

.video_playPopup .videoBox {
    background: var(--theme-color-white);
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    padding: 3px;
    border-radius: 10px;
}
.video_playPopup .videoBox .videoBody {
    position: relative;
    padding-bottom: 60%;
}

.video_playPopup .videoBox iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.close_playPopup {
    position: absolute;
    background: none;
    border: none;
    color: var(--theme-color-white);
    font-size: 40px;
    font-weight: 200;
    padding: 10px 18px;
    line-height: 1;
    top: 0;
    right: 0;
    cursor: pointer;
}
.new_phone {
	color: #cd0606 !important;
	font-weight: 700;
	font-size: 18px;
}
.new_wht_phone {
	color: #008000 !important;
	font-weight: 700;
	font-size: 18px;
}
.call_details_blog {
	background: #fcf4e6;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #eccf9d;
	margin-bottom: 20px;
}
#travel_destination {
	background: #cca97526;
}
/*
==============================================================================================================
                                          Home New section
==============================================================================================================
*/
.gold_review_icon {
	display: flex;
	color: #ffffff;
}
.gold_icon_box {
	background: var(--theme-color);
	margin-right: 10px;
	padding: 15px 20px;
	border-radius: 50%;
	width: 55px;
	height: 55px;
}
.trending-box {
	position: relative;
	height: 280px;
	overflow: hidden;
	border-radius: 10px;
}
.trending-box .imgBox, body, html {
	width: 100%;
	height: 100%;
}
.trending-box .content, .trending-box .content::before, .trending-box .imgBox img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.trending-box .imgBox img {
	object-fit: cover;
}
.trending-box .content {
	padding: 25px;
	text-align: center;
	z-index: 1;
}
.trending-box .content::before {
	background: linear-gradient(5deg,#000,rgba(0,0,0,.4));
	content: "";
	opacity: .68;
	z-index: -1;
	transition: .38s;
}
.trending-box .content h3 {
	color: #fff;
	font-size: 20px;
}
.trending-box .trending-meta {
	position: absolute;
	color: #fff;
	font-size: 13px;
	left: 0;
	bottom: -60px;
	width: 100%;
	padding: 20px;
	transition: .38s;
}
.trending-box .trending-meta .guests_info, .trending-box .trending-meta .tour_info {
	border-bottom: 1px solid rgba(255,255,255,.32);
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.dr_dinning .textBox p, .locationBox h3, .reviewItem h3, .singlePost_wrapper .content, .tabContent_wrapper .detail_content h3, .tourSingle_wrapper h1, .tourist_infoList h3, .trending-star, h4 {
	font-size: 18px;
}
.trending-star .icon-asset {
	color: #e7cc0d;
	font-size: 1.1em;
}
.trending-box .trending-meta {
	color: #fff;
	font-size: 13px;
}
.trending-box:hover .content::before {
  opacity:.92
}
.trending-box:hover .trending-meta {
  bottom:0
}
.trending-star {
	font-size: 14px;
}

ul.provide_list {
	display: flex;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
ul.provide_list li {
	float: left;
	width: 20%;
	padding: 10px;
}

.holiday-box {
	position: relative;
	height: 280px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 10px;
}
.holiday-box .imgBox, body, html {
	width: 100%;
	height: 100%;
}
.holiday-box .content, .trending-box .content::before, .trending-box .imgBox img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.holiday-box .content, .holiday-box .content::before, .holiday-box .imgBox img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.holiday-box .imgBox img {
	object-fit: cover;
}
.holiday-box .content {
	padding: 25px;
	text-align: center;
	z-index: 1;
}
.holiday-box .content::before {
	content: "";
	opacity: .8;
	z-index: -1;
	transition: .38s;
	background: linear-gradient(0deg, #100718, #a1a1a100);
}
.holiday-box .content h4 {
	color: #fff;
	font-size: 16px;
}
.holiday-box .holiday-meta {
	position: absolute;
	color: #fff;
	font-size: 13px;
	left: 0;
	bottom: -60px;
	width: 100%;
	padding: 20px;
	transition: .38s;
}
.holiday-box .holiday-meta .guests_info, .holiday-box .holiday-meta .tour_info {
	border-bottom: 1px solid rgba(255,255,255,.32);
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.dr_dinning .textBox p, .locationBox h3, .reviewItem h3, .singlePost_wrapper .content, .tabContent_wrapper .detail_content h3, .tourSingle_wrapper h1, .tourist_infoList h3, .holiday-star, h4 {
	font-size: 18px;
}
.holiday-star .icon-asset {
	color: #e7cc0d;
	font-size: 1.1em;
}
.holiday-box .holiday-meta {
	color: #fff;
	font-size: 13px;
}
.holiday-box:hover .content::before {
  opacity:.92
}
.holiday-box:hover .holiday-meta {
  bottom:0
}
.holiday-star {
	font-size: 14px;
}

.green-bg {
	background: #dae7e2;
}
.dark-bg {
	background: #1a87a8;
}
.tourPack.item .text {
	margin: -20px 10px 0 10px;
	background: var(--theme-color-white);
	text-align: center;
	z-index: 999;
	position: relative;
	border-radius: 10px;
	padding: 10px;
}
.tourPack.item h3 {
    font-size: 15px;
    margin-bottom: 10px;
    max-height: 42px;
    overflow: hidden;
}

.destinations .tourItem .text h3 a {
	color: var(--theme-color-white);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 10px 20px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	width: 245px;
	transform-origin: 100% 100%;
	transform: rotate(-90deg) translateX(100%);
	text-shadow: 1px 1px 1px #000;
}
.tour_box .imgBox {
	height: 280px;
}
.tour_box1 .imgBox {
	height: 240px;
}
.text-left {
	text-align: left;
}
.text-justify {
	text-align: justify;
}
.sticky_page_nav {
	position: relative;
	background: #f2f2e9;
	top: 0;
	padding: 12px;
	width: 100%;
	left: 0;
	z-index: 998;
	border-bottom: 1px solid #f2f2e9;
	box-shadow: 0px 2px 2px rgba(36, 39, 44, .15);
}
.sticky_page_nav.fixed {
        position: fixed;
        top: 86px;
        -webkit-animation: drfadeDown 0.45s;
        -moz-animation: drfadeDown 0.45s;
        -ms-animation: drfadeDown 0.45s;
        -o-animation: drfadeDown 0.45s;
        animation: drfadeDown 0.45s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .sticky_page_nav ul {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        list-style: none;
    }
    .sticky_page_nav ul li:not(:last-child) {
        width: auto;
        border-right: 1px solid #bcbcbc;
    }
   .sticky_page_nav ul li a {
    	font-size: 12px;
    	padding: 15px;
    	font-weight: 700;
    	color: var(--white);
    	text-align: center;
    	text-transform: uppercase;
    }
    .sticky_page_nav ul li a.page-scroll.active {
    	color: #72ffa6;
    	font-weight: 700;
    }
    .sticky_page_content .column {
        padding-top: 40px;
    }
   .sticky_page_content .column:not(:last-child) {
        margin-bottom: 35px;
    }

    .placesItem.tourPack {
    	margin-bottom: 35px;
    }
    .how_to {
    	margin-bottom: 20px;
    	border-bottom: 1px solid #ddd;
    }
    .how_to .icon_box {
    	background: var(--theme-color);
    	margin-right: 10px;
    	padding: 9px 17px;
    	border-radius: 50%;
    	width: 55px;
    	height: 55px;
    	color: #fff;
    	font-size: 25px;
    }
        
    /*.overviewText::before {
    	position: absolute;
    	content: "";
    	left: 0px;
    	bottom: -60px;
    	width: 100%;
    	height: 70px;
    	background: linear-gradient(to top, #f7f7f7, rgba(247, 247, 247, 0.42));
    }*/
    .btn_box {
    	background: #dae7e2;
    	display: flex;
    }
    .btn_box .btnBox {
    	width: 100%;
    }
    .btnBox .price_detail {
    	text-align: right;
    	font-size: 14px;
    }
    .btnBox .price_detail .label, .tourSingle_wrapper .price_detail .label {
    	font-size: 1em;
    	font-weight: 700;
    	color: var(--theme-color-two);
    	display: block;
    }
    .btnBox .price_detail .amount {
    	color: #333;
    	font-size: 1.55em;
    	font-weight: 600;
    	line-height: 1.2;
    }
    
    .tours-box {
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 0;
}
.tours-box .imgBox img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

/*
==============================================================================================================
                                          Guide Grid Container
==============================================================================================================
*/
.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-items: start;
  }
  .photos-grid-container .img-box {
	border: 2px solid #ffffff;
	position: relative;
}
  .photos-grid-container .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .photos-grid-container .img-box:hover .caption {
    transform: translateY(-5px);
  }
  .photos-grid-container img {
	width: 100%;
	display: block;
	height: 200px;
	border-radius: 10px;
	object-fit: cover;
}
  .photos-grid-container .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1rem;
  }
  .photos-grid-container .transparent-box {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
  .photos-grid-container .main-photo {
    grid-row: 1;
    grid-column: 1;
  }
  .photos-grid-container .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0em;
  }
  .photos-grid-container .sub:nth-child(0) {
    grid-column: 1;
    grid-row: 1;
  }
  .photos-grid-container .sub:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
  .photos-grid-container .sub:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .photos-grid-container .sub:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  
  .hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .photos-grid-container .videoBox {
	position: relative;
	padding-bottom: 66.5%;
	border: 2px solid #fff;
	border-radius: 10px;
}
.photos-grid-container .videoBox video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 12px;
	object-fit: cover;
}
.guide_info img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid var(--theme-color);
}
.guide_info {
	padding-right: 15px;
}
.verified_tick i {
	color: #00aad1;
	font-size: 16px;
}
.stars_guide i {
	color: #ff9334;
	font-size: 16px;
}
.GuideSingle_wrapper {
	padding-bottom: 50px;
}

.photos-grid-container .main-photo img {
    min-height: 404px;
}
.overviewText {
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}
.overviewText::before {
	background: -webkit-linear-gradient(to top, rgb(255, 255, 255), rgb(255, 255, 255,0));
	background: linear-gradient(to top, rgb(255, 255, 255), rgb(255, 255, 255,0));
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
}
.overviewBtn {
	display: inline-block;
	margin-top: 12px;
	color: var(--color-dark-green);
}    
.tourSingle_wrapper .short_content, .tourSingle_wrapper .list_wrapper, .tourSingle_wrapper .tour_ls_wrapper, .tourSingle_wrapper  .reviews, .tourSingle_wrapper  .CarlistWrap {
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
    padding-top: 20px;
}

.itineraryBox {
  position: relative;
  padding-left: 36px;
}
.blog_sidebar,
.tour_sidebar {
  position: sticky;
  top: 20px;
}
.itineraryBox .itnTitle {
  font-size: 18px;
  color: var(--theme-color2);
  line-height: 1.5;
  padding: 12px 0;
}
.itineraryBox .itnTitle span {
  font-size: 0.8em;
  display: block;
}
.itineraryBox .itnTitle:before {
    font-family: "FontAwesome";
	content: "\f041";
	vertical-align: middle;
	font-size: 12px;
    color: var(--theme-color2);
    left: 0;
    display: inline-flex;
    justify-content: center;
}
.itnContent {
  padding-bottom: 25px;
}
.itnContent::before {
  position: absolute;
  content: "";
  border-left: 1px dashed var(--theme-color2);
  width: 1px;
  height: 100%;
  left: 8px;
  top: 20px;
}
.itineraryBox .itnTitle.collapsed::before {
    color: #333;
    background: #dae7e2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.itineraryBox:last-child .itnContent::before,
.itineraryBox:last-child::before {
  display: none;
}
.itineraryBox .itnTitle.collapsed {
  color: #666;
}
.itineraryBox .itnTitle.collapsed::after {
	font-family: "FontAwesome";
	content: "\f067";
	vertical-align: middle;
	font-size: 12px;
}
.itineraryBox .itnTitle::after,
.itineraryBox .itnTitle::before {
  align-items: center;
  position: absolute;
  font-family: "FontAwesome";
}

.itineraryBox .itnTitle::after {
  background: #dae7e2;
  border-radius: 50%;
  content: "\f068";
  right: 0;
  top: 18px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
}
.itineraryBox .itnTitle::before {
    color: #333;
    background: #9dc6b6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9;
}
.itineraryBox::after {
    position: absolute;
    content: "";
    border-left: 3px dotted #ff4242;
    width: 1px;
    height: 100%;
    left: 14px;
    top: 24px;
}
.tourSingle_wrapper ul.detail_list {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
}
.tourSingle_wrapper ul.detail_list li {
    display: flex;
    font-size: 15px;
    line-height: 1.3;
    column-gap: 8px;
}
.tourSingle_wrapper ul.detail_list li.include_item {
    grid-column: 1 / 4;
}
.tourSingle_wrapper ul.detail_list .icon img {
    width: 16px;
    height: 16px;
}
.tourSingle_wrapper ul.check_list, .tourSingle_wrapper ul.uncheck_list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 12px;
}
.tourSingle_wrapper .reasons ul.check_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 14px;
}
.tourSingle_wrapper ul.check_list li::before, .tourSingle_wrapper ul.uncheck_list li::before {
    position: relative;
    content: "\f00c";
    font-size: 13px;
    color: var(--color-green);
    font-family: 'FontAwesome';
    margin-right: 8px;
    top: -2px;
}
.tourSingle_wrapper ul.uncheck_list li::before {
    content: "\f00d";
    color: var(--theme-color);
}
.guide_availablity h1 {
    font-size: 32px;
    font-weight: 700;
}
.list_wrapper span.icon i {
    font-weight: bolder;
    font-size: 20px;
}
.experiences_box {
    border-radius: 0px;
    padding: 25px 25px 15px;
    margin: 20px 0;
    background: #dae7e2;
}
.experiences_box h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 25px;
}
.experiences_box .lbox {
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}

.experiences_box .lbox .fa {
    color: var(--theme-color);
    font-size: 16px;
    margin-right: 15px;
}
.experiences_box .lbox h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 0;
}

/*
==============================================================================================================
                                          stake Cards
==============================================================================================================
*/
.image_card_slider {
    background-color: #004053;
    background: linear-gradient(145deg, #06354e 0%, #004053 76%);
}

.image_card_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  min-height: 550px;
}

/* Content */

.image_card_content {
    padding-left: 70px;
    color: #c7c7c7c9;
    user-select: none;
    min-width: 660px;
}

.image_card_content h1 {
    font-size: clamp(2.5rem, 4vw, 6rem);
    font-weight: 500;
    background: -webkit-linear-gradient(0deg, #f76591, #ffc16f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    margin-bottom: 36px;
    margin-left: -15px;
}

.image_card_content p {
  font-size: clamp(0.9rem, 4vw, 1.2rem);
  line-height: 1.6;
  padding-right: 100px;
}

.btn {
  background-color: #f76591;
  background-image: linear-gradient(-180deg, #ffc16f, #f76591);
  font-size: clamp(0.8rem, 8vw, 0.9rem);
  font-weight: 600;
  color: #fff;
  width: max-content;
  outline: 0;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-top: 26px;
  text-align: center;
  transform: scale(1);
  transition: all 0.2s ease-in;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: auto;
}

.btn:hover {
  box-shadow: 0 4px 10px rgba(247, 101, 145, 0.5);
  transform: scale(0.98);
}

/* Stacked Cards */

.image_card_main .stack {
  position: relative;
}

.image_card_main .card {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  border-radius: 2rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25),
    0 15px 20px 0 rgba(0, 0, 0, 0.125);
  transition: transform 0.6s;
  user-select: none;
}

.image_card_main .card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
}

.image_card_main .card:nth-last-child(n + 5) {
  --x: calc(-50% + 90px);
  transform: translate(var(--x), -50%) scale(0.85);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.image_card_main .card:nth-last-child(4) {
  --x: calc(-50% + 60px);
  transform: translate(var(--x), -50%) scale(0.9);
}

.image_card_main .card:nth-last-child(3) {
  --x: calc(-50% + 30px);
  transform: translate(var(--x), -50%) scale(0.95);
}

.image_card_main .card:nth-last-child(2) {
  --x: calc(-50%);
  transform: translate(var(--x), -50%) scale(1);
}

.image_card_main .card:nth-last-child(1) {
  --x: calc(-50% - 30px);
  transform: translate(var(--x), -50%) scale(1.05);
}

.image_card_main .card:nth-last-child(1) img {
  box-shadow: 0 1px 5px 5px rgba(255, 193, 111, 0.5);
}

.swap {
  animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
  30% {
    transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg)
      rotateY(65deg);
  }
  100% {
    transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
    z-index: -1;
  }
}

/* Activity_sec */
.Activity_sec {
    background-color: #F2FBFA;
    background-image: url('../images/home/map.png');
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.Activity_sec:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #ffffe3c7, #98f3ffcf);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.content_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--theme-family);
}
.icon_whyus i {
    background: #ed3873;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
}
.icon_whyus_title {
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
}
.featureCarSlider .trending-box {
    height: 380px;
    object-fit: cover;
    object-position: center;
}
.rental-contact-form {
    background: var(--theme-color-two);
}
.rental-contact-form label {
    color:white;
}
.main-car-photo img {
    width: 100%;
    border-radius: 10px;
}
.signle_wraper .blogItem .imgBox img {
    width: 80px;
    height: 80px;
}
.signle_wraper .single_blog .blogItem .imgBox img {
    width: 100%;
    height: 100%;
}

.custom_btn {
    margin-top: 15px;
}
table {
    width: 100%;
    caption-side: bottom;
    border-collapse: collapse;
    border-width: 0px;
    margin-bottom: 20px;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
    padding: 5px;
}
tbody tr:nth-child(odd) {
    background-color: #d8d8d8;
}
tbody tr:first-child {
    background: #1a87a8;
    color: #fff;
}

input[type="date"] {
  border: 1px solid #c4c4c4; /* Custom border */
   /*background: #fff url('../images/calendar_icon.png') 97% 50% no-repeat; Custom background icon */
}

/* Hide the default calendar picker icon and spin button */
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
}






/* Media queries for keyframes */

@media (max-width: 1200px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 200px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

@media (max-width: 1050px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 150px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

/* Media queries for other classes */

@media (max-width: 1200px) {
  .image_card_content {
    padding-left: 80px;
    min-width: 100%;
  }

  .image_card_content p {
    padding-right: 40px;
  }

  .image_card_main.card {
    width: 250px;
    height: 380px;
  }
  .homeBanner {
    position: relative;
    background: var(--theme-color-gray);
    min-height: 600px;
}
  #mainSlider .item {
        position: relative;
        min-height: 600px;
        background-position: top;
        background-size: cover;
        z-index: 1;
    }
}

@media (max-width: 1050px) {
  .image_card_content {
    padding-left: 60px;
    min-width: 100%;
  }

  .image_card_content p {
    line-height: 1.5;
  }

  .image_card_main .card {
    width: 220px;
    height: 350px;
  }
}

@media (max-width: 990px) {
  .image_card_content p {
    padding-right: 0;
    min-width: 100%;
  }

  .image_card_main .card {
    width: 200px;
    height: 300px;
  }
  ul.provide_list li {
	float: left;
	width: 50%;
	padding: 10px;
}
.col-xs-6 {
    float: left;
    width: 50%;
    padding: 10px;
}
}

@media (max-width: 950px) {
  .image_card_main  {
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 3fr;
    grid-template-areas:
      "stacked"
      "content";
  }

  .image_card_content {
    grid-area: content;
    text-align: center;
    padding: 0 590px;
  }

  .image_card_main .btn {
    margin-bottom: 30px;
  }

  .image_card_main .stack {
    grid-area: stacked;
  }
}

@media (max-width: 650px) {
  .image_card_main {
    grid-template-rows: 1fr 1fr;
  }

  .image_card_content {
    padding: 0 10px;
    min-width: 100%;
  }

  .image_card_content h1 {
    padding-left: 0;
  }

  .image_card_main .btn {
    padding: 8px 16px;
  }

  .image_card_main .card {
    width: 250px;
    height: 300px;
  }
}




/*
==============================================================================================================
                                          stake Cards ends
==============================================================================================================
*/

.desti_icon {
    display: flex;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.desti_icon:hover {
    box-shadow: 0 0 10px #ffdede;
}
.desti_icon_box {
    background: #ddd;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.desti_icon_box i {
    color: #333;
    text-align: center;
}

/*
==============================================================================================================
                                          travelTips ends
==============================================================================================================
*/

.travelTips {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.travelTips::before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #dba774, #05aec56b);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.tipsList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 35px;
}
.tipsList .box {
    display: flex;
    font-size: 13px;
}
.tipsList .box .icon-asset {
    font-size: 2.6em;
    color: #fff;
    margin-right: 0.4em;
}
.tipsList .box p {
    font-size: 1em;
    color: #ffffff;
    margin: 0;
    opacity: 0.9;
}
.tipsList .box strong {
    display: block;
    font-size: 1.15em;
}
.travelTips .imgBox {
    position: relative;
}

.travelTips .imgBox::before {
    position: absolute;
    content: "";
    border: 15px solid #ffffff;
    left: 10px;
    right: 10px;
    top: 65px;
    bottom: 65px;
    z-index: -1;
        animation-duration: 1s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
    animation: float 1s ease-in-out infinite alternate running;
}
@keyframes float {
    from {
      transform:translate(0px); border: 15px solid #ffffff;
    }

    to {
       transform:translate(-10px); border: 10px solid #ffffff;
    }
}

@-webkit-keyframes float {
    from {
      transform:translate(0px); border: 15px solid #ffffff;
    }

    to {
       transform:translate(-10px); border: 10px solid #ffffff;
    }
}

@-ms-keyframes float {
    from {
        transform:translate(0px); border: 15px solid #ffffff;
    }

    to {
         transform:translate(-10px); border: 10px solid #ffffff;
    }
}


/*============================================mega menu==================================================== */
ul.menuDropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
    display: none;
}
ul.menuDropdown .inner_content {
    padding: 25px;
}
li.nav-item.dropdown .menuDropdown {
    padding: 16px;
    min-width: 280px;
}
ul.menuDropdown li a {
    color: #333333;
    text-decoration: none;
    font-weight: 400;
}
ul.menuDropdown .mega_column {
    flex: 0 0 200px;
    border-right: 1px solid #e5e5e5;
    padding-right: 30px;
}
ul.menuDropdown .mega_column h3 {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
ul.menuDropdown .mega_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menuDropdown .mega_list li {
    margin-bottom: 8px;
}
ul.menuDropdown .mega_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}
ul.menuDropdown .mega_list a:hover,
ul.menuDropdown .mega_list a.active {
    background-color: #FFF8F0;
    color: #333;
}
ul.menuDropdown .mega_list a .arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}
ul.menuDropdown .mega_list a:hover .arrow,
ul.menuDropdown .mega_list a.active .arrow {
    transform: translateX(3px);
}
ul.menuDropdown .explore-all {
    padding: 20px 0;
}
ul.menuDropdown .explore-all a {
    color: var(--theme-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
ul.menuDropdown .explore-all a:hover {
    color: var(--theme-color-two);
}

ul.menuDropdown .content-columns {
    flex: 1;
}

ul.menuDropdown .content-column {
    flex: 1;
}

ul.menuDropdown .content-column h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
ul.menuDropdown .content-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menuDropdown .content-column ul li {
    margin-bottom: 12px;
}
ul.menuDropdown .content-column ul li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}
ul.menuDropdown .content-column ul li a:hover {
    color: var(--theme-color);
}
ul.menuDropdown .content-column .view-guide {
    margin-top: 20px;
}
ul.menuDropdown .content-column .view-guide a {
    color: var(--theme-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
ul.menuDropdown .content-column .view-guide a:hover {
    color: #e55a2b;
}
nav#nav {
    float: right;
}

/*
==============================================================================================================
                                          MEGA MENU PART
==============================================================================================================
*/


    
/*
==============================================================================================================
                                          RESPONSIVE PART
==============================================================================================================
*/


@media (max-width: 1199px){
    .recommended_icon img {
        max-height: 45px;
    }
    
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 991px){
    .navbarMenu .headBar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 25px;
    }
    #header.fixed {
    	padding-top: 80px;
    	background: none;
    }
    header#header.fixed .navbarMenu {
    	top: 8px;
    	background: linear-gradient(180deg, #1a87a8, #0000004f);
    	backdrop-filter: none;
    }
    .btnbox .price_detail {
    	text-align: left;
    	width: 100%;
    }
    .btnbox .btnsBox {
    	width: 40%;
    	margin-top: 0;
    }
    button.closeNav {
        position: absolute;
        background: none;
        border: none;
        right: 15px;
        top: 8px;
        font-size: 34px;
        padding: 0 8px;
    }
    button.openNav {
        position: relative;
        float: right;
        padding: 0;
        background: none;
        border: none;
    }
    button.openNav .navBar::before {
        position: absolute;
        content: "";
        background: #fff;
        left: 0;
        top: 46%;
        width: 100%;
        height: 2px;
    }
    button.openNav .navBar {
    	display: block;
    	border-width: 3px 0 3px 0;
    	border-style: solid;
    	border-color: #fff;
    	height: 24px;
    	width: 30px;
    }
    nav#nav {
        position: fixed;
        background: var(--theme-color-white);
        left: -100%;
        top: 0;
        z-index: 9998;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    nav#nav.open {
        left: 0;
    }
    nav#nav ul.menuItem {
    	display: block;
    	width: 100%;
    	padding: 25px;
    }
    nav#nav ul.menuItem li {
        display: block;
    }
    nav#nav ul.menuItem li a {
    	font-size: 15px;
    	margin: 8px 0 !important;
    	padding: 5px 0;
    	color: #333;
    }
    .badge.rounded-pill.badge-menu-tails {
        position: static;
        margin-left: 10px;
    }
    .mega-menu.hover .megaDropdown {
        position: static;
        box-shadow: none;
    }
    .megaDropdown .innerBox, .megaDropdown .mega-menu-content {
        padding: 0;
    }
    ul.children-menu.menu-dropdown {
        column-count: 1 !important;
    }
    .mega_contentGroup {
        background: #ffffff;
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 25px;
        overflow: auto;
        z-index: 9;
        transition: all 0.4s;
    }
    .mega_contentGroup.active {
        left: 0;
    }
    .mega_contentGroup .closeContent {
        background: none;
        border: none;
        padding: 6px 0;
        color: #666;
        display: inline-flex;
        align-items: center;
        gap: 15px;
        text-transform: uppercase;
    }
    .megaDropdown .mega_column {
        flex: none;
        border-right: none;
        padding-right: 0;
    }
    .megaDropdown .mega_contentGroup {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .featureSlider .owl-stage, .three_itemSlider .owl-stage {
        margin-left: -20px;
    }
    
    .listingSidebar {
        position: fixed;
        background: var(--theme-color-white);
        top: 0;
        left: -500px;
        width: 100%;
        max-width: 420px;
        height: 100%;
        z-index: 9999;
        overflow: auto;
        box-shadow: 5px 0 22px -5px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    .listingSidebar.open {
        left: 0;
    }
    button.filterToggle {
        position: fixed;
        left: 15px;
        bottom: 15px;
        background: #000000;
        border: none;
        border-radius: 25px;
        color: var(--theme-color-white);
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 5px 22px;
        z-index: 99998;
    }
    button.filterToggle .closeText, button.filterToggle.active .filterText {
        display: none;
    }
    button.filterToggle.active .closeText {
        display: block;
    }
    .aboutUs .card-body .imgBox,
    .ourBenefits .imgBox {
        position: static;
        width: 100%;
        height: 300px;
    }
    .aboutUs .card-body .textBox {
        padding: 20px;
        left: 0;
        width: 100%;
    }
    .ourBenefits .textBox {
        padding: 60px 20px 20px;
        left: 0;
        width: 100%;
    }
    .interests_list label.checkbox-inline {
        width: 33%;
        max-width: 33%;
    }
    /*.badge.rounded-pill.badge-nine-tails {*/
    /*	right: 72px;*/
    /*}*/
    a.whatsappChat{
        display: none;
    }
    .homeBanner .content {
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	z-index: 9;
	transform: translateY(-50%);
}

    ul.menuDropdown {
        position: absolute;
        left: 0;
        top: 99%;
        padding: 0 15px;
        opacity: 0;
        visibility: hidden;
        display: none !important;
/*        backdrop-filter: blur(18px);*/
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    li.nav-item.dropdown:hover ul.menuDropdown,
    li.nav-item.mega_menu:hover ul.menuDropdown {
        top: 100%;
        display: block !important;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }
    ul.menuDropdown .mega-menu-content {
        background-color: #F6F8FE;
        background: linear-gradient(45deg, #F6F8FE, #ffffff);
        border-radius: 12px;
        display: flex;
        padding: 30px;
        gap: 30px;
        box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
    }
    ul.menuDropdown .content-columns .mega_contentGroup {
        display: none !important;
    }
    ul.menuDropdown .content-columns .mega_contentGroup.active {
        display: flex !important;
    }
    ul.menuDropdown .mega_list a:hover, ul.menuDropdown .mega_list a.active {
        background-color: var(--theme-color-two) !important;
        color: #ffffff !important;
    }

    
    
}
@media (max-width: 767px){
    
    a.quoteBtn {
        display: none;
    }
    .zsiq_floatmain {
        bottom: 80px !important;
    }
    .topBar ul.tomMenu {
        display: none;
    }
    .footer-top .box.text-left, .footer-top .box.text-right {
        text-align: center !important;
    }
    #footer .middle-col {
        border: none;
        padding: 52px 20px !important;
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }
    .mobile_action_btn {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        display: flex;
        z-index: 999;
    }
    .mobile_action_btn .btn {
        border: none;
        border-radius: 0;
        font-size: 20px;
        padding: 10px 14px;
        display: block;
        width: 33.33%;
    }
    .mobile_action_btn .emailBtn {
        background: var(--theme-color-two);
    }
    .mobile_action_btn .whatsappBtn {
        background: #4fc513;
    }
    .aboutUs .card-body .imgBox {
        height: 200px;
    }
    /*.badge.rounded-pill.badge-nine-tails {*/
    /*	right: 72px;*/
    /*}*/
    a.whatsappChat{
        display: none;
    }
    
    .badge.rounded-pill.badge-nine-tails {
        right: 0;
    }

    .btnBox .price_detail {
    	text-align: left;
    	width: 60%;
    }

}

@media (max-width: 640px){
    .badge.rounded-pill.badge-nine-tails, .badge.rounded-pill.badge-menu-tails {
        right: 0;
        font-size: 9px;
    }
    .homeBanner {
    	min-height: 550px;
    }
    #mainSlider .item {
        min-height: 550px;
    }
    .homeBanner h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .topBar ul.tomMenu {
        display: none;
    }
    .byMonth .item {
        width: 33.33%;
    }
    section.holidayTheme, section.holidayTour {
        padding-bottom: 0;
    }
    .interests_list label.checkbox-inline {
        font-size: 14px;
        width: 50%;
        max-width: 50%;
    }
   
}

@media (max-width: 480px){
    .listItem .textBox {
        padding: 16px 5px;
    }
    .listItem .btnBox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .listItem .btn {
        padding: 6px 10px;
        margin: 0 !important;
    }
    #tourGallery .imgBox img {
        height: 260px;
    }
    .column_part {
        padding: 22px;
        margin-top: 20px;
    }
}

@media (min-width: 768px){

    .mobile_action_btn {
        display: none;
    }
}
@media (min-width: 992px){


    
    #header.fixed .navbarMenu {
        -webkit-animation:drfadeDown 0.45s;
    	-moz-animation:drfadeDown 0.45s;
    	-ms-animation:drfadeDown 0.45s;
    	-o-animation:drfadeDown 0.45s;
    	animation:drfadeDown 0.45s;
    	-webkit-animation-iteration-count:1;
    	-moz-animation-iteration-count:1;
    	-ms-animation-iteration-count:1;
    	-o-animation-iteration-count:1;
    	animation-iteration-count:1;
    }
    
    .megaDropdown .mega-menu-content {
        display: flex;
        gap: 30px;
        max-width: 1380px;
        padding: 12px 0;
    }
    .megaDropdown .content-columns .mega_contentGroup {
        display: none !important;
    }
    .megaDropdown .content-columns .mega_contentGroup.active {
        display: flex !important;
    }
    .megaDropdown .mega_list a:hover, .megaDropdown .mega_list a.active {
        background-color: var(--theme-color) !important;
        color: #ffffff !important;
    }


}



@-webkit-keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
