:root {
    --theme-color: #1a87a8;
    --theme-color-two: #ff6767;
    --theme-color-white: #ffffff;
    --theme-color-gray: #444444;
    --theme-family: "Geist", 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;
}
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: #ffffff !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;
}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: linear-gradient(180deg, #0009, #a1a1a100);
}
#header.fixed {
	padding-top: 80px;
	background: #003656a6;
}
.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(10px);
}
#header .navbar-brand img {
    width: auto;
}
#header.fixed .navbar-brand img {
    height: 50px;
}
.navbarMenu ul li a {
	color: var(--theme-color-white);
	font-weight: 600;
	padding: 5px 10px;
	margin: 10px 5px;
	font-size: 14px;
	position: relative;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.navbarMenu ul li a:hover, .navbarMenu ul li.active a {
    background: none;
    color: var(--theme-color);
}

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


.nav-col {
    position: static;
}
li.nav-item.mega-menu>a {
    position: relative;
}
li.nav-item.mega-menu>a::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);
}
.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: 42px 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;
}
.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);
}
.tomMenu {
	padding: 0;
	border-bottom: 1px dotted #fff;
}
.tomMenu li a {
	padding: 10px 0 !important;
	margin: 0px !important;
}

.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;
}



#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: #ffffff;
    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;
}





#footer {
    background: #252a31;
    color: #a8a9ab;
    padding: 50px 0 0;
}
#footer h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}
#footer h4 {
    margin-top: 30px;
    color: #fff;
    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: #ffffff;
    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: 16px 2px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    z-index: 1;
}
#footer .topDestination li a::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.shildBox img {
    margin: 0 5px;
    border-radius: 4px;
}


.copyright {
    border-top: 1px solid #313740;
}
.copyright p {
    font-size: 12px;
}
.container p span {
    text-transform: uppercase;
}

.quoteBtn {
    position: fixed;
    background: var(--theme-color);
    color: #fff;
    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: #ffffff;
}
.quoteBtn i {margin-right: 8px;}







/*
===========================  Detail page css
*/
section.tour_content {
    padding-bottom: 40px;
}
.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 #fff;
    border-bottom: 2px solid #fff;
    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 #fff;
    border-top: 2px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.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: #ffffff;
    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: #b927e8;
    color: #fff;
    padding: 2px 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px;
    z-index: 2;
}
.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: 12px;
}


.tour_detail .innerBox {
    background: #f2f2f3;
}

.tour_detail .content {
    padding: 20px 25px;
}

#tourGallery .imgBox img {
    height: 380px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.lSAction a {
    background: #343d48;
    color: #ffffff !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: 25px;
}
.recommended_icon img {
    width: auto;
    max-height: 60px;
}

.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: #fff;
    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), #fff);
    background-image: linear-gradient(180deg, rgba(255,255,255,0.85), #fff);
    position: relative;
    margin: -35px 0 0 0;
    height: 40px;
}
.overviewBtn1 {
	background-image: -webkit-linear-gradient(180deg, rgba(242, 242, 243, 0.8), #f2f2f3);
	background-image: linear-gradient(180deg, rgba(242, 242, 233, 0.75), #f2f2e9);
	position: relative;
	margin: -35px 0 0 0;
	height: 40px;
}
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;
}
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;
}

.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 #fff;
    box-shadow: 0 0 0 1px #dedede;
}



.inclusionList li, .exclusionList li {
    position: relative;
    padding-left: 32px;
    font-weight: 500;
}
.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, .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: #ffffff;
    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 h3 {
    font-size: 16px;
    font-weight: 700;
}
.reviewItem h3 a {
    color: #c12930;
}
.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: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 13px;
}



.detailSidebar {
    padding-top: 40px;
}
.detailSidebar .box {
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-bottom: 18px;
}
.detailSidebar .box h3 {
    margin-bottom: 20px;
}
.socialLinks a {
    color: #ffffff;
    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;
}



.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: #fff;
	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 */



.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;
}

input[type="date"], input[type="time"] {
    position: relative;
}
input[type="date"]::after, input[type="time"]::after {
    font-family: 'FontAwesome';
    font-weight: 900; 
    content: "\f073";
    color: #555;
    padding: 0 5px;
}

input[type="date"]:hover::after, input[type="time"]:hover::after {
    color: var(--theme-color);
}
input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button, input[type="time"]::-webkit-inner-spin-button {
    z-index: 1;
}

input[type="date"]::-webkit-clear-button, input[type="time"]::-webkit-clear-button {
    z-index: 1;
}

.badge.rounded-pill.badge-nine-tails {
	background: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	color: white;
	top: -4px;
	right: -11px;
	position: absolute;
	z-index: 1;
}
.badge.rounded-pill.badge-menu-tails {
	background: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	color: white;
	top: -10px;
	right: -11px;
	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: #fff !important;
	z-index: 99998;
}




.meta_info span:not(:last-child) {
    margin-right: 12px;
}

.meta_info span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}
.meta_info span i {
    color: var(--theme-color);
    display: inline-flex;
    margin-right: 10px;
}


.package_form {
    background: #000;
    padding: 25px;
    margin-bottom: 32px;
}
.package_form h2 {
    color: #fff;
    margin: 0 0 5px;
}
.package_form .form-group {
    position: relative;
    margin: 0;
}
.package_form .form-control {
    background: #ffffff;
    border: 1px solid #ffffff;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
}
label.form-control {
    cursor: pointer;
}
.package_form .btnBox .btn {
    height: 42px;
    width: 100%;
}
.drop_popupArea {
    position: absolute;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 350px;
    padding: 20px;
    z-index: 9;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}

.drop_popupArea.show, .drop_popupArea.collapsing {
    display: block !important;
}
.package_form .drop_popupArea:not(.show) {
    display: none !important;
}
.drop_popupArea h4 {
    margin: 0 0 5px;
}

.numbers_group .btn {
    width: 35px;
    height: 35px;
    font-weight: 700;
    background: #ffffff;
    cursor: pointer;
}
.numbers_group input.form-control {
    background: #ccc;
    width: 40px;
    height: 35px;
    padding: 0;
    text-align: center;
    font-weight: 700;
}
.check_label label input {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 8px;
    display: inline-flex;
}

.check_label label {
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 32px;
}



.package_item {
    border: 2px solid #ccc;
    padding: 0 15px;
    margin-bottom: 26px;
    cursor: pointer;
}
.package_item:hover, .package_item.active {
    border-color: var(--theme-color);
}
.package_item span.offer_label {
    background: var(--theme-color-two);
    color: #ffffff;
    padding: 3px 12px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.package_item h4 {
    font-size: 15px;
    margin: 0 0 6px;
}

.package_item h5 {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    margin: 0 0 5px;
}
.package_item .cancel_info {
    margin-top: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.package_item.active .cancel_info {
    display: none;
}
.trip_info .tax {
    font-size: 12px;
    color: #3b910f;
    font-weight: 700;
}
.trip_info .price .old {
    color: #999;
    text-decoration: line-through;
}
.trip_info .price .amount {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color);
}
.package_item .price_info {
    border-top: 1px solid #ededed;
}
.package_item .bottom_area {
    background: #f9f6f1;
    padding: 14px 0;
}
.package_item .bottom_area p {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.package_item:not(.active) .price_info, .package_item:not(.active) .bottom_area {
    display: none;
}


.happyTravelsimg .item img {
    border-radius: 8px;
}

.happyTravelsimg .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
.happyTravelsimg .owl-nav .owl-prev {
    left: -16px;
}
.happyTravelsimg .owl-nav .owl-next {
    right: -16px;
}

.reviewText_slider span.userimg img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
}
.rating_star {
    font-size: 22px;
    color: #c7ab22;
}
.rating_star .stars::before {
    content: "\2605\2605\2605\2605\2605";
}

.reviewText_slider {
    padding-bottom: 50px;
}

.reviewText_slider .owl-nav button {
    position: static;
    background: #000 !important;
    width: 30px;
    height: 30px;
    color: #ffffff !important;
    transform: translate(0);
}
.reviewText_slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviewText_slider .owl-nav button.disabled {
    opacity: 0.5;
}


.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: #ffffff;
    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: 134px;
    object-fit: cover;
}
.video_reviews h3 {
    font-size: 15px;
    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: #ffffff;
    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: #fff;
    font-size: 40px;
    font-weight: 200;
    padding: 10px 18px;
    line-height: 1;
    top: 0;
    right: 0;
    cursor: pointer;
}

.box.video_review {
    padding: 15px;
}

.box.video_review .video_playBtn img {
    height: 178px;
}
.box.video_review .btn {
    display: block;
}


/* new added*/
.lang-js {
	min-width: 100px;
	height: 32px;
	background-color: #fff;
	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: #fff;
    padding: 0 12px 0 0;
    border-radius: 25px;
}
.lang_switch a.nav-link-lang {
    font-size: 12px;
}
.langSwitch_letter {
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: #d8232a;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    background-color: #fbe9e9;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 5px;
    line-height: 15px;
}
.drop_lang {
	width: 165px !important;
	position: absolute;
	background: #ffffff;
	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;
}

.imgBox.gallery_box {
	position: relative;
	min-height: 350px;
	background-position: center;
	background-size: cover;
	z-index: 1;
}
.imgBox.gallery_box img {
	height: 430px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}
.imgBox.gallery_box::before {
	position: absolute;
	content: "";
	background: linear-gradient(0deg, #00000085, #0000);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.sight_data {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 99;
	transform: translateY(-30%);
	text-align: center;
	font-weight: 700;
}
.tour_detail .info.text-white span {
	font-size: 14px;
	margin: 4px 0;
	color: #fff;
}
#tourGallery .imgBox.gallery_box img {
	height: 450px;
	width: 100%;
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center;
}
.innerTourBox {
	background: #f2f2e9;
	border-radius: 5px;
	margin-left: -60px;
	position: relative;
	z-index: 1;
}

/*End new added*/


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


@media (max-width: 1199px){
    .recommended_icon img {
        max-height: 45px;
    }
}
@media (max-width: 991px){
    .navbarMenu .headBar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    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: #000;
        left: 0;
        top: 46%;
        width: 100%;
        height: 1px;
    }
    button.openNav .navBar {
        display: block;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #000;
        height: 24px;
        width: 30px;
    }
    nav#nav {
        position: fixed;
        background: #ffffff;
        left: -100%;
        top: 0;
        z-index: 9998;
        width: 100%;
        height: 100%;
        overflow: 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: 20px;
        margin: 14px 0;
    }

    .featureSlider .owl-stage, .three_itemSlider .owl-stage {
        margin-left: -20px;
    }
    a.whatsappChat{
        display: none;
    }
    #tourGallery .imgBox.gallery_box img {
    	height: 225px;
    	width: 100%;
    	border-radius: 5px;
    	object-fit: cover;
    	object-position: center;
    }
    
    .tour_detail .content {
    	padding: 15px;
    }
    .innerTourBox {
    	background: #f2f2e9;
    	border-radius: 5px;
    	margin-left: 0;
    	position: relative;
    	z-index: 1;
    	margin-top: -65px;
    }
    .imgBox.gallery_box {
    	position: relative;
    	min-height: 220px;
    	background-position: center;
    	background-size: cover;
    	z-index: 1;
    }
    .recommended_icon {
    	display: none;
    }
    .tour_detail .btnBox {
    	margin-top: 10px;
    }
    .sight_data {
    	display: none;
    }
}
@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;
    }
}

@media (max-width: 640px){
    
    
    .badge.rounded-pill.badge-nine-tails, .badge.rounded-pill.badge-menu-tails {
        right: 0;
        font-size: 9px;
    }
    
    .secondry-navbar {
        padding: 8px 0;
    }
    .secondry-navbar.fixed {
        top: 56px;
    }
    .secoundryMenu ul.menu {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .secoundryMenu ul li:not(:last-child) {
        margin-right: 12px;
    }
    .secoundryMenu ul li a {
        font-size: 13px;
    }
    .secoundryMenu .openQuote {
        font-size: 13px;
        padding: 4px 12px;
        border-radius: 0;
    }
    .topBar ul.tomMenu {
        display: none;
    }
    
   
   
}

@media (max-width: 480px){
    .secoundryMenu {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .listItem .textBox {
        padding: 16px 20px;
    }
    .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;
    }
    #tourGallery .imgBox.gallery_box img {
    	height: 225px;
    	width: 100%;
    	border-radius: 5px;
    	object-fit: cover;
    	object-position: center;
    }
    .tour_detail .content {
    	padding: 15px;
    }
    .innerTourBox {
    	background: #f2f2e9;
    	border-radius: 5px;
    	margin-left: 0;
    	position: relative;
    	z-index: 1;
    	margin-top: -65px;
    }
}

@media (min-width: 768px){

    .mobile_action_btn {
        display: none;
    }
    
    .detailSidebar, .book_carSidebar {
        position: sticky;
        top: 76px;
    }
}
@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;
}


}
@media (min-width: 1200px){
    ul.inclusionList, ul.exclusionList {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 25px;
    }
}
@-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);
	}
}

