/* Schrift aus Google importieren - Gehe auf fonts.google.com, wÃƒÂ¤hle eine Schrift aus und suche dort den Import Befehl */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&amp;display=swap');

/* GrundsÃƒÂ¤tzliche Template Farben und Einstellungen */
.spbooking a {
    color: var(--ongo-primary) !important;
}
.room {
    overflow: hidden;
    margin-bottom: 2rem;
}
.room-info {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: 2rem;
    box-shadow: 0 0 2px #3339421a, 0 2px 5px #33394214, 0 5px 15px #33394214;
}
.pack {
    padding: 16px 30px 16px 30px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    color: var(--ongo-light);
}
.carousel-price {
    display: flex;
    margin: 1rem;
}
.room .accomodation-gallery .ac-gallery .image-holder {
    height: 340px !important;
    margin: .5rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--ongo-primary);
}
.nav-link {
    color: var(--ongo-primary);
}
@media (max-width: 968px){
.container-header {
    /*background-color: var(--ongo-dark)!important;*/
}
.view-accomodation .spbooking.spbooking-view-package {
    margin-top: -70px;
}
  .spbooking .spbooking-no-gutters {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
  
  .room-info {
    width: 100%;
}
 .room {
    width: 100%;
} 
 .spbooking .spbooking-col-sm-6 {
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
}
.room_gallery {
    overflow: hidden;
    width: 100%;
}
.rgallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (min-width: 1120px) {
.rgallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
}
.rgallery img {
  	max-height: 300px;
   	width: 100%;
    padding: 10px;
    object-fit: cover;
}
.amenities-wrapper .amenities-holder img {
    height: 90%;
}
.spbooking hr {
    border-top: 1px solid rgb(0 0 0);
    margin: 2rem;
}
.float-start {
    margin-right: 2rem;
}
:root {

    --cassiopeia-color-primary: #00ff00;
    --cassiopeia-color-link: #0000ff;
    --cassiopeia-color-hover: #ff0000;

	--website-color-1: #ff914b; /*5e2688; mauve*/
	--website-color-2: #E64251; /*2ce9ba; turquoise*/
	--cassiopeia-color-primary:var(--website-color-1);
    --cassiopeia-color-link:var(--website-color-1);
	--cassiopeia-color-hover:var(--website-color-2);
  
	--ongo-dark: #251413;
    --ongo-light: #ff914b;
    --ongo-bright: #4b6777;
    --ongo-highlight: #b53139;
	--ongo-primary: #ff914b;
}

.nav-pills {
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: var(--ongo-light);
}

@media (prefers-reduced-motion:no-preference) {
    .scrolled .navbar-brand img {
         width: 200px;
    }
    .scrolled .grid-child {
        padding-top: 0;
        padding-bottom: 0;
    }
  .scrolled .container-below-top {
    margin-top: -3.5rem;
}
}
.item-image img {
	filter: grayscale(1) blur(3px);
    transition: all .5s ease-out;
}
@media (prefers-reduced-motion:no-preference) {
    .item-image:hover img {
        transform: scale(1.1);
		filter: none; 
    }
}

@media (prefers-reduced-motion:no-preference) {
    .animation .blog-item {
        -webkit-animation: scale-in-ver-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: scale-in-ver-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-7-21 17:30:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-top {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
}
@keyframes scale-in-ver-top {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
}
h3 {
 	margin-top: -10px;
    font-weight: 400;
    line-height: 40px;
    font-size: 2.25rem;
  	padding: 5px 0;
}
p {
    padding: 5px 0;
}
figcaption {
    position: absolute;
    color: #ffffff;
    justify-content: center;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    font-size: 2.5rem;
 	font-weight: 800;
    transform: rotate(-40deg);
  	opacity: .8;
}
.offcanvas {
    --offcanvas-bg: #222222;
}
.com-content-article__body>p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.8em;
    line-height: 1;
    margin-bottom: -2px
}
.grid-child {
    border-top: 1px solid #ffffff21;
}
.nav-pills {
    border: 1px solid #01015610;
}
.no-card .newsflash-horiz li {
    border-radius: 0.5rem;
  	border: none;
    padding: 0;
  	background: #FDF6F2;
    padding: 0.5rem 1rem
}
.no-card .newsflash-horiz li figure {
    margin: 0;
}
@media (max-width: 991px) {
	.m-hide {
	display:none;
}
}
@media (min-width: 992px) {
.container-header .container-search {
    display: flex;
  	flex-wrap: wrap;
  	grid-gap: 1rem;
  	align-items: center;
}
header > *, .brand-logo img {
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: space-around;
  	align-items: center;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}

.container-header .container-nav {
   padding: 0 2rem;
   display: flex;
   width: 80%;
   flex-wrap: nowrap;
  	margin-bottom: -1.5rem;
}
  .spbooking-row .ac-gallery .image-holder {
    height: 540px!important;
  	background-size: contain !important;
}
  }
.container-header .metismenu>li.active>a:after, .container-header .metismenu>li.active>button:before, .container-header .metismenu>li>a:hover:after, .container-header .metismenu>li>button:hover:before {
    background: var(--ongo-light);
    height: 4px;
    opacity: .8;
}
.container-header .grid-child {
    background: linear-gradient(359deg,#ff00 10%,#4d4d4d6b 100%);
  	padding: 0;
}
.mod-list {
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
   /* list-style: circle;*/
}
.jmp-ticker-l {
    padding: 10px 7px!important;
    color: white;
}
.header {
    background: rgb(2,0,36);
}
.card {
  	background-color: transparent;
    border: 1px solid rgba(0,0,0,0.1);
}
.brand-logo img {
    margin-top: 1.5rem;
}

.main-top.card {
   background: #e1e9f5;
}

.fa, .fas, [class*=" icon-"], [class^="icon-"] {
	font-weight: 700;
}
.fa, fas, h3:before {
    margin-right: 1rem;
}
.container-banner {
    display: block;
    margin: 0;
    background: var(--ongo-dark);
}

/* .footer an */



.footer {
  	margin-top: 0;
  	/*background: radial-gradient(black 15%,transparent 16%),radial-gradient(black 15%,transparent 16%) 8px 8px,radial-gradient(rgba(255,255,255,.1) 15%,transparent 20%) 0 1px,radial-gradient(rgba(255,255,255,.1) 15%,transparent 20%) 8px 9px;
  	background-size: 8px 8px;*/
  	background-color: black;
  	background: var(--ongo-dark);
}
.footer .no-card {
    padding: 0 1rem;
}

.main-bottom {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*sp-booking*/
/*.description ul {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
  		gap: 1rem;
}*/
.spboboking-rooms-checkout {
    margin-top: -100vh;
    background: white;
    z-index: 1!important;
    position: relative;
}
.nav-pills .nav-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 28px;
    border-radius: 0px;
  	cursor: pointer;
}
.topbar-range .range-icon {
    top: 30px!important;
}
ul.topbar-search-result {
    color: #212822;
}
@media (min-width: 576px){
.spbooking .spbooking .spbooking-col-sm-12 {
    display: block;
    overflow: hidden;
}
}
.accomodation-gallery .ac-gallery .image-holder {
    max-height: 82vh!important;
    background-position: top,50%!important;
    background-repeat: no-repeat;
    background-size: cover;
  	padding: 1rem;
    
}

.spbooking-col-12 .ac-gallery {
	margin: .5rem;
}
.spbooking-details-image .package-gallery .image-holder {
    height: 490px!important;
}
.accomodation-gallery .header-overlay {
  	overflow: hidden;
  	margin-top: 0;
}

@media screen and (min-width: 968px) {
.hotel .site-grid {
    display: initial;
}
.spbooking .col-lg-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (max-width: 480px) {
.accomodation-gallery .ac-gallery .image-holder {
    height: 500px!important;
}
.review-display .is-filled, .is-filled {
    color: #ffa500;
    margin: 3px;
}
  }
.topbar-search-options {
    margin-top: -100px!important;
}
.hotel .spbooking .spbooking-row {
    margin-right: 0;
    margin-left: 0;
}
.header-overlay .owl-carousel .owl-nav {
    position: absolute;
    height: 0;
    top: 82%!important;
    left: 82%;
    margin: 0;
    transform: translate(-50%,-50%);
}
/*sp-booking*/

@media (min-width: 1048px) {
.search-banner {
    text-align: start;
    width: 80%;
}
}
.footer.card {
    margin-right: 15px;
    margin-left: 15px;
}
/* .sticky menu */

.sticky-section {
  display: table;
}
.right .sticky-text {
  float: left;
}
.sticky-text {
    position: sticky;
    top: 6rem;
    width: 40%;
    margin-right: 7%;
    float: left;
}
.right .sticky-text {
  float: right;
}
.sticky-card {
      width: 50%;
    float: right;
    flex: 1;
}
.right .sticky-card {
  float: left;
}
@media screen and (max-width: 991px) {
.sticky-text {
    position: relative;
    top: 0rem;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4rem;
}
.sticky-card {
      width: 100%;
}
  .container-header .grid-child {
    padding: 0 2em;
}
}
@media screen and (min-width: 991px) {
.sticky .container-header {
    background-color: var(--ongo-dark);
    position: fixed!important;
    width: 100%;
    top: 0;
    left: 0;
    /* height: 70px; */
    animation: fadeIn;
    animation-duration: 1s;
    /*display: grid;*/
    padding: 0;
}
.sticky .brand-logo img {
    height: auto;
    /*width: 80px!important;*/
}}

.sticky .container-below-top {
    display: none;
}
.com-tags__items .list-group {
    display: flex;
    margin-bottom: 1rem;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
  	gap: 1rem;
    border-radius: 1rem;
  	text-align: center;
}
.com-tags__items .list-group img {
	width: 100%
}
@media (min-width: 768px) {
  .com-tags__items .list-group-item {
    min-width: calc(22% - 1rem);
    max-width: calc(45% - 1rem);
    margin: .8rem;
  }
}
@media (min-width: 1200px) {
  .com-tags__items .list-group-item{
    min-width: min(calc(22% - 1rem), 22rem);
    max-width: min(calc(30% - 1rem), 32rem);
    margin: .8rem;
  }
}
.com-tags__items h3 {
	background: var(--ongo-bright);
    padding: 1rem;
}
.list-review {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
	justify-content: start;
}
.list-review .item {
    display: block;
    padding: 2rem;
    border-left: 2px solid #ddd;
    border-top: none!important;
    margin-left: 1rem;
    min-width: 350px;
}
.item-context {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}
.g-info {
    justify-content: center;
}
/*.item-content {
	padding: 0 1rem;
}*/
.price {
    color: #56BD97;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    /* width: 50%; */
    justify-content: left;
    text-align: left;
}





.card-body {
    color: var(--ongo-primary);
}
.text-muted {
    font-size: .75rem;
    display: flex;
    opacity: .7;
}
/* offcanvas menu - see https://gist.github.com/drmenzelit/152a1954d73bcbe126194965e43c97f4#file-offcanvas-metismenu-php */ 
.offcanvas.show {
    background-color: var(--ongo-dark);
  }
  @media (min-width: 992px) {
    .offcanvas-start {
      width: 100%;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas .metismenu.mod-menu .metismenu-item > ul {
      position: relative;
      width: 100%;
      margin-top: 1rem;
    }
    .offcanvas .metismenu.mod-menu .mm-collapse {
      background-color: transparent;
    }
    .offcanvas .metismenu.mod-menu .metismenu-item > a {
      color: #ffffff!important;
    }
  }
  .offcanvas-header > *:only-child {
    margin-left: auto;
  }

@media screen and (prefers-color-scheme: dark) { /* to override the Dark Mode Colors defined in the DarkMagic plugin */
	:root {
        --cassiopeia-color-primary: var(--website-color-1) !important;
        --cassiopeia-color-link: var(--website-color-1) !important;
        --cassiopeia-color-hover: var(--website-color-2) !important;
        --cassiopeia-color-gradient-end: var(--website-color-1) !important;
        --cassiopeia-color-gradient-start: var(--website-color-2) !important;
    }
    .btn-primary {
        background-color: var(--ongo-bright) !important;
    }
    .btn-primary:focus, .btn-primary:hover {
        background-color: var(--website-color-2) !important;
    }
    .back-to-top-link {
        color: white !important;
    }
    #cf_1 { /* Convert Forms */
        --background-color: rgba(0, 0, 0, 0.9) !important;
    }
}


.tox-dialog {
    width: calc(100vw - 100px) !important;
    max-width: unset !important;
    height: calc(100vh - 100px) !important;
    max-height: unset !important;
}

h1, h2, h3, h5 {
	margin-bottom: 20px;
	font-family: Cinzel;
}

main h1 {
	animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
h2.mytest, h3.mytest, p.mytest {
	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
h2.mytest span {
    font-size: 2rem !important;
}



/* optimized for Menu Module having Layout "Cassiopeia > Collapsible Dropdown", therefore the .metismenu class hereafter */
@media (min-width: 992px) {
	.container-header .mod-menu>li+li {
		margin-left: 0em; /* instead of 1.55em */
	}
}
.metismenu.mod-menu .metismenu-item {
    padding: .5em .4em; /* instead of .5em 1em */
    word-spacing: initial; /* instead of 10px for body */
}
.container-header .mod-menu {
    color: #ffffffb9;
}
@media (min-width: 991px) {
.container-header .mod-menu {
    display: -webkit-inline-box;
}
	}
footer .mod-custom {
    display: flex;
	margin: 0 1rem;
	flex-direction: column;
    justify-content: space-between;
}




.fa-beat {
  animation: fa-beat 2s ease infinite;
  /*color: #e9322c;*/
  margin: 0 2px;
}

@keyframes fa-beat {
  0%{transform: scale(1);}
  50%{transform:scale(1.2);}
}



.fa-ul {
    list-style-type: none;
    margin-left: 0;
}
.fa-ul .fa-fw {
    margin-right: 0.5em;
	color: var(--website-color-1);
}
.fa-ul li {
    line-height: 2em;
}

.menu-btn {
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 0.25rem;
}

/* https://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/ */
/* see https://css-tricks.com/almanac/properties/q/quotes/ */
blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
}
blockquote:before {
    content: '\201c';
    display: block;
    position: relative;
    top: 0.225em;
    margin-bottom: 0.2em;
    color: #eee;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 5em;
    line-height: 0.3;
}

/*
.glass {
	padding: 20px;
	background-color: rgba(255, 255, 255, .15);  
	backdrop-filter: blur(10px);
}*/


/* example of CSS for bootstrap.carousel - adding a background to the carousel-caption - see https://ui.glass/generator/ for glassmorphism CSS */
/*.carousel-caption {
    bottom: 40%;
	left: 25%;
	right: 25%;
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(0,0,0,0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}*/


/* animation for buttons */
/*.btn-primary {
	-webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.btn-primary:hover {
	box-shadow: 800px 0 0 var(--website-color-2) inset;
}*/

.upfaq-button {
    background-image: linear-gradient(135deg,var(--website-color-1),var(--website-color-2));
}
.upfaq-content {
	background-color: rgba(0,0,0,.03) !important;
}

/* 2021 11 23 suggestion by Elisa for the hamburger menu on mobile (but I stil have a "glimpse" bc of the slide effect */
/*
.container-header .navbar-collapse.show {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    right: 0;
    background: #D45E66;
    top: 100px;
}
*/

/* customization of the Result page with Smart Search - see https://blue-coder.com/help/blog/customizing-search-results */
figure.result__image {
    width: 250px;
}

/*mytest*/
main h1 {
	animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
h2.mytest, h3.mytest, p.mytest {
	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
div#mod-custom114 img {
	animation: fadeIn;
	animation-duration: 2s;
	animation-delay: 500ms;
	animation-fill-mode: both; /* avoids having the element visible before the animation WHEN there is an animation-delay */
	/*animation-iteration-count: infinite;*/
}
img.fadeIn {
	animation: zoomIn;
	animation-duration: 2s;
	animation-delay: 500ms;
	animation-fill-mode: both; /* avoids having the element visible before the animation */
	/*animation-iteration-count: infinite;*/
}

/*mytest*/
.copyright {
  font-size: small;
  opacity: .7
}
.breadcrumb {
    background: inherit;
    opacity: .7;
    font-size: .8rem;
}

joomla-tab button[role=tab][aria-expanded=true] {
    background-color: var(--ongo-primary);
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
joomla-tab>joomla-tab-element {
    border-left: 2px dashed var(--ongo-primary);
    background: inherit;
}

.image-block{
  height:100%;
  position: relative;
  background-size: cover;
  padding: 1.5rem;
  text-align: center;
  display: grid;
  min-height: 350px;
  
}
.special {
    color: var(--ongo-bright);
    font-size: 1rem;
}
ul.fields-container{
    margin:0;
    padding:0;
}
ul.fields-container li {
    list-style-type: none;
    padding: 0;
    margin: 10px 5px;
    font-size: 15px;
    color: #707070;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
}
    


/*Banners*/
.container-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    height: 100vh;
    border-top: 0.5rem solid var(--ongo-light);
    /* overflow: hidden; */
}
.container-banner .banner-overlay .overlay {
        padding: 12rem 2rem .42rem;
}
@media (max-width: 991px) {
.container-banner .banner-overlay .overlay {
        min-height: 580px;
        padding: 18rem 2rem .42rem;
}
}
.container-banner .overlay:before {
   content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    bottom: 0;
    background-image: url(/images/ws.png);
    top: 0;
    background-size: contain;
    margin-top: 10rem;
  	opacity: .3;
    height: 50%;
  	background-position: top, 50%;
}
#mod-custom118 {
    background-position: center;
}
@media (prefers-reduced-motion:no-preference) {
    #mod-custom118 {
        background-position: center;
        -webkit-animation: kenburns-top 3s cubic-bezier(0.755, 0.050, 0.855, 0.060) reverse both;
	        animation: kenburns-top 3s cubic-bezier(0.755, 0.050, 0.855, 0.060) reverse both;
    }
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.container-top-b .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
}
.container-top-b .banner-overlay .overlay {
    padding: 0 5%;
    text-align: left;
    align-items: flex-start;
  	padding-top: clamp(2rem,8vw,5rem);
  	background-color: rgba(0,0,0,.7);
  	height: 100%;
}
.container-top-b>* {
    flex: 1;
    margin: 0;
}
.container-bottom-a {
  display: block;
}
.container-bottom-a .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
  	background-color: var(--ongo-bright);
}
.container-bottom-a .banner-overlay .overlay {
    padding: clamp(2rem,8vw,5rem);
    background-color: rgba(0,0,0,.5);
    height: 100%;
    padding-block: 8rem;
}
.container-bottom-a>* {
    margin: 0;
    padding-block: 2rem;
}
.header-overlay {
    color: #fff;
    background-attachment: fixed;
    /*background-image: url(/images/woodstone.png);*/
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 5rem 2rem 5rem;
    background-color: #0000007d;
    min-height: 380px;
}

/*logo*/
.container-header .navbar-brand a {
    color: #fff;
  	text-decoration: none;
  	font-size: 1.5rem;
}
@media (min-width: 768px) {
.container-header .navbar-brand {
      margin: 0;
      display: flex;
      width: 100%;
      justify-content: space-between;
}
}
.container-nav {
	padding: 1rem 2rem;
  	display: flex;
}
.leads {
    overflow: hidden;
    border-right: 0.15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}
.container-header .site-description {
    overflow: hidden;
    border-right: 0.15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: transparent; }
}
 @media (max-width: 992px) {
   .container-search {
  display: none;
}
 }


.lead {
  padding: 0 .5rem;
  background-color:white;
  color:black;
  border-radius: .3rem;
}
.vertical {
    color: #919291;
    font-size: .9rem;
    line-height: .86;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: 'Work Sans';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.04em;
    position: absolute;
    left: -70px;
    margin: 30px;
    transform: rotate(180deg);
}
.vertical::before {
    content: "";
    position: absolute;
    top: -62px;
    left: calc(50% - (2px / 2));
    height: 50px;
    width: 2px;
    background-color: rgba(145,146,145,.3);
}
.blog-items {
  	 position: relative;
  	 min-height: 300px;
  	 padding: 1 rem;
}
.blog-item .item-image {
    margin: 0;
  	border-radius: 0.5rem;
  	background: var(--ongo-dark);
}
   
.dura {
  color:#fffefe;
  margin-top: -2rem;
  z-index: 1;
  padding: 0 .5rem;
}
.grade {
  position:absolute;
  color: white;
  padding: .2rem .5rem;
  background-color: var(--ongo-primary);
  border-radius: 0 0rem 1rem 0;
}
.boxed .blog-item .item-content {
    
}
.page-header a {
    /* font-size: calc(1.025rem + .2vw); */
    font-weight: 500;
    text-decoration: none;
}
.item-title {
    padding: 0.3rem;
    position: relative;
    /* font-weight: 400; */
    transition: all 0.3s ease;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--cassiopeia-color-primary);
}
.text-muted {
    font-size: .8rem;
}

.image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex: 1 0 30%;
}

@media (min-width: 1024px) {
.flexmodule {
    display: flex;
    flex-direction: row;
}
.flexmodule h3 {
   max-width: 350px;
}
}
.container-bottom-b {
    background: var(--ongo-dark) url(../images/circles.png) no-repeat top left;
    opacity: .95;
    padding: 5rem;
    color: #fff;
  	margin-top: -2rem;
}

.newsflash-title {
    color: var(--website-color-1);
  	font-size: 1.2rem;
    font-weight: 500;
}

a {
    color: var(--ongo-primary);
    text-decoration: none!important;
}
.bottom-a a, .bottom-b a {
    color: #ffffff;
}
.logobanner {
    display: none;
    transform: translateX(250%);
    position: absolute;
    /* transform: none; */
    opacity: .8;
}
@media (min-width: 968px) {
.logobanner {
   display: block;
}}

@font-face {
    font-family: 'BAUHS93';
    src: url('../font/BAUHS93.ttf') format('woff2');
}
.display-1 {
    font-weight: 500;
    animation: spFadeInUp 800ms ease-in;
    z-index: 1;
  	line-height: 1.3;
    font-size: clamp(2.7rem,5vw,5.5rem)!important;
}
.display-1:after {
    display: block;
    width: 30%;
    height: 4px;
    margin: 1rem auto;
    content: "";
    background: var(--ongo-light);
}
.display-1 span {
    font-weight: 100;
    z-index: 1;
    font-size: 1.5rem;
}
.display-3 {
  	animation: spFadeInUp 800ms ease-in;
}
.display-3::before {
   content: ""; 
   display: inline-block;
   position: relative;
   top: calc(-.1 * 1em);
   vertical-align: middle;
   height: calc(0.2px + 0.05em);
   margin-right: calc(5px + 0.2em);
   border-left: calc(1rem + 0.3em) solid var(--ongo-light);
}
.display-4 {
  	color: inherit;
}
.display-4:after {
    display: block;
    width: 30%;
    height: 4px;
    margin: 0.5rem auto;
    content: "";
    background: var(--ongo-light);
}
.display-4::before {
   content: ""; 
   display: inline-block;
   position: relative;
   margin-right: calc(1rem + 0.1em);
}
.display-5 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
    width: auto;
    padding-right: 30px;
    box-shadow: inset 0 -1px 0 #ddd;
    display: inline-table;
    line-height: 1.5;
}
.display-5:after {
    clear: both;
    display: block;
    float: left;
    content: "";
    position: relative;
    height: 3px;
    width: 50%;
    margin: 10px 30% -5px 0;
    border-radius: 2px;
    padding: 0;
    background:var(--ongo-primary);
}
.display-6 {
    font-size: calc(.875rem + .5vw)!important;
    font-family: cursive;
}
.display-6:after {
	display: block;
	content: "";
	background-image: url(../images/hstars.png?1696747556);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 12px;
	height: 12px;
	width: 92px;
	margin-left: auto;
    margin-right: auto;
}
.mod-socials {
  display:flex;
}
.feed-item-description {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: inline-block;
}
.feed-item-description img {
  padding: 0;
  display: flex;
   max-width: 350px;
   float: left;
   margin:1rem;
}




/*call in Action*/

.callnow {
    display: none;
}
.callnow:hover {
    box-shadow: 0 0 0 .25rem;
}
.callnow .icon-phone::before {
    content: "\f879";
    font-size: 12px;
    margin: 2px;
}

.whatsapp {
    position: fixed;
    bottom: 110px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 5px;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    color: #fff;
}

.whatsapp:hover {
    box-shadow: 0 0 0 .25rem;
}

.whatsapp a {
    text-decoration: none;
    color: inherit;
}

pre {
    white-space: pre-wrap;
    color: var(--ongo-primary);
    font-size: 1.2rem;
    border-top: 2px dotted;
    line-height: 3.5rem;
}
pre::before {
    content: " ";
    border: 2px solid;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    margin-left: -1.7rem;
    border-radius: 1rem 1rem 0;
    background-color: var(--ongo-primary);
    transform: rotate(45deg);
    margin-top: 1rem;
    outline: 4px solid #ffffff;
    outline-offset: -8px;
}

/*tag*/
.btn-info {
    color: #8d8d8d;
    background-color: #ffffff;
    border-color: var(--ongo-primary);
    position: relative;
    text-shadow: none;
    background-image: none;
    padding: 0px 7px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease;
}
.btn-info:after    {
		position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 2px;
    content: '';
	background-color: #00a500;
}
/*mobile menu*/
.mmenu {
   display: flex;
   background: var(--ongo-primary);
   /*! bottom: -20em; */
   position: sticky;
  justify-content: space-around
}
.mm {
    position: sticky;
    background: var(--ongo-primary);
    font-size: .7rem;
    padding: 1em 0 0 .5em;
    list-style: none;
    text-align: center;
    margin: .1em;
  	top: -5rem;
}
.mm after {
    content: "";
    transition: 0.3s;
}
  .mm:hover {
    box-shadow: 0 -0 2em .1rem;
}
.display-2 {
    position: absolute;
	display: block;
	font-size: clamp(8rem,5vw,3.5rem);
	opacity: .2;
	font-weight: 900;
  	word-break: break-all;
  	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px rgb(82 82 82);
}
.container-topbar {
  top: 0;
  z-index: 999;
  position: absolute;
}


/* custom colours */

.btn-primary {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
    font-weight: 600;
    border-radius: 500px;
    background-origin: border-box;
    background-size: 200%;
    background-position-x: 100%;;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: var(--ongo-dark);
    border-color: var(--cassiopeia-color-hover);
}

.condensed {
    border-bottom: 1px solid #ffffff21;
    /*background: var(--ongo-light);*/
}
.primary {
  color: var(--ongo-primary)
}
/*menu*/
.metismenu.mod-menu .metismenu-item:hover > ul {
    display: block;
}
.metismenu.mod-menu .mm-toggler::after {
    width: 0;
    height: 0;
    margin: .3em .3em .3em .3em;
    content: "";
    box-sizing: border-box;
    height: .5em;
    width: .5em;
    border-style: solid;
    border-color: #cbcbcb;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}
.metismenu.mod-menu .mm-toggler[aria-expanded="true"]::after {
    -webkit-transform: rotateX(-135deg);
    transform: rotate(-135deg);
}
.metismenu.mod-menu .metismenu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  	margin-left: 2rem;
    font-size: .9rem;
}
.metismenu.mod-menu .metismenu-item > ul {
    border-radius: 0.5rem;
}
.menu-btn {
  background: rgba(255,255,255,.2);
  border: 1px solid #fff;
  box-sizing: border-box;
  backdrop-filter: blur(1rem);
  font-size: 1rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  padding: .2rem 2rem;
}

.menu {
      background: lightseagreen;
      position: fixed;
      top: 0;
      width: 100%;
      display: block;
      transition: top 0.8s;
}

.menu {
      float: left;
      display: block;
      color: #fff;
      font-weight: 300;
      text-decoration: none;
      margin: 2em 3em;
      font-size: 16px;
}
.navbars {
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.navbars a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

.navbars a:hover {
  background-color: #ddd;
  color: black;
}
/*badge*/
.badge-module {
  text-align: center; }
  .badge-module .badge {
    position: absolute;
    top: 10px;
    right: 10px; }


.container-header {
    position: absolute!important;
    z-index: 10;
    background-color: #0617371c;
    background-image: none;
    /*! box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0); 
  	padding-top: 2.5rem;*/
    width: 100%;
  	border-bottom: 1px solid #ffffff21;
}


.site-grid {
    margin-bottom: auto;
    grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,25.875rem)) [main-end] minmax(0,1fr) [full-end];
}


.blog-item .card {
    overflow: hidden;
    padding: 15px;
    background-color: #FFF;
    border-radius: 30px;
}
.blog-item .card:hover {
  transition: all .35s;
  transform: translate3d(0, -5px, 0);
}

.card_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.card_body {
    padding: 10px 10px 16px 10px;
}

.card_title {
    font-weight: 900;
    font-size: 25px;
}



.card .readmore {
    border-radius: 15px;
    transition: all .3s ease-in-out;
}

.readmore:hover {
    box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.15);
}


.ContactNumber {
    margin-left: .8rem;
  	position: relative;
    }

.Emailid {
  	margin-left: 1rem;
  	position: relative;
  	font-size: calc(1.025rem + .5vw);
    }
@media (max-width: 768px) {
  .Emailid {
    display: none;
  }
  
}





  
/* Manali Tours Custom */
  /* mobile menu */

  .navbar-collapse {
    position: fixed;
    bottom: 7px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 70%;
    background: var(--ongo-primary);
    height: 100vh;
    overflow: auto;
  }
  .navbar-collapse.collapsing {
    height: 100vh;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: 100%;
  }
  .navbar-collapse.show {
    left: 30%;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }

 .navbar-toggler {
    /* position: fixed; */
    /* bottom: 25px; */
    /* z-index: 9999; */
    /* display: block; */
    /* width: 40px; */
    /* height: 40px; */
    /* background: var(--ongo-primary); */
    border: 4px solid !important;
    /* border-radius: 40px; */
    right: 5px;
    /* font-size: 1rem; */
    /* padding: .2rem .5rem; */
  }
  
  .toggler-burger .navbar-toggler-icon::before {
    font: normal normal normal 30px/1 "Font Awesome 5 Free";
    color: var(--toggle-color);
    content: "\f00d";
  }

  .toggler-burger.collapsed .navbar-toggler-icon::before {
    content: "\f0c9";
  }
  .container-topbar {
    position: fixed;
    bottom: -1rem;
    top: auto;
    width: 100%;
    z-index: 999;
    padding: 0;
}
  .footer .mod-menu {
    position: relative;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap: 1rem;
}
}
.container-top-a svg {
    transform: rotateX(180deg) translateX(-50%);
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    fill: #ffffff;
    top: 1rem;
}
.container-top-a {
    margin-top: -2.5em;
    z-index: 9;
    /* display: block; */
}
.container-top-b {
    padding-block: 5rem;
}
.callnow {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 5px;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    display: block !important;
}

  .ContactNumber {
    display: none;
}
.whatsapp a, .callnow a {
    color: #ffffff!important;
}
.container-below-top {
    right: 20px;
    position: relative;
  	top: 0;
    justify-content: flex-end;
    display: grid;
  	justify-content: end;
    grid-template-columns: auto auto;
}


/* image hover*/
figure {
    overflow: hidden;
  	border-radius: 0.5rem 0.5rem 0;
 	position: relative;
} 
figure img {
    transform: translateY(-10px);
    transition: all .3s ease-in;
  	width: 100%;
    object-fit: cover;
  	min-height: 180px;
  	/*max-height: 300px;*/
}


/*animation*/
@keyframes spFadeInUp {
  0%{opacity:0;transform:translateY(20px)}
  100%{opacity:1;transform:translateY(0)}
  }
/*Scroll-down*/
.scroll-down {
    bottom: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 8;
  	/*margin-top: 5rem;*/
}
.scroll-down-arrow {
    text-shadow: 0 0 20px #343228;
    color: #fff;
	color: rgba(255,255,255,.8);
    display: inline-block;
    padding: 0 30px 65px;
}
.scroll-down-arrow:hover,
.scroll-down-arrow:focus {
	color: #fff;
}
.scroll-down-arrow:before {
	font-family: FontAwesome;
    speak: none;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -18px;
}
.scroll-down-arrow:before {
    content: '';
    font-size: 58px;
    /*margin: 0.3em 0.3em 0.3em 0.3em;*/
    content: "";
    box-sizing: border-box;
    height: 0.5em;
    width: 0.5em;
    border-style: solid;
    border-color: white;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
  	outline: #c5c2c2 solid;
    outline-offset: -10px;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
} 

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-5px);}
} 

@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  50% {transform: translateY(-5px);}
} 
.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}





/*=====================================
            BTMBAR PART STYLE
======================================*/
.btmbar-part {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

.btmbar-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btmbar-widget li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 22px;
  border-radius: 8px;
}

.btmbar-widget li a:hover {
  background: #f5f5f5;
}

.btmbar-widget li a:hover i {
  color: var(--main-theme-color);
}

.btmbar-widget li a:hover span {
  color: var(--main-theme-color);
}

.btmbar-widget li a i {
  color: #555555;
  font-size: 13px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.btmbar-active {
  color: #555555;
  font-size: 13px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  color: var(--main-theme-color);
}

.btmbar-widget li a span {
  color: #555;
  font-size: 11px;
  line-height: 18px;
}

/*=====================================
     BTMBAR PART RESPONSIVE STYLE
======================================*/
.scroll-downs .btmbar-part {
		transform: translate3d(0, 100%, 0);
	}


.scroll-ups .btmbar-part {
		filter: drop-shadow(0 -10px 20px rgb(170, 170, 170));
	}
@media (max-width: 764px) {
  .btmbar-part {
    display: block;
  }
}

@font-face{
	font-family:finatic;src:url(../font/finatic.ttf);}
[class^=fn-],[class*=" fn-"] 
	{font-family:finatic!important;}
.fn-address:before{content:"\e933"}
.fn-map-marker:before{content:"\e932"}
.fn-phone-call:before{content:"\e934"}
.fn-check:before{content:"\e935"}
.fn-back:before{content:"\e936"}
.fn-calendar:before{content:"\e937"}
.fn-man-user:before{content:"\e938"}
.fn-location:before{content:"\e93c"}
.fn-translate:before{content:"\e93d"}
.fn-email:before{content:"\e93e"}
.fn-next:before{content:"\e93f"}
.fn-network:before{content:"\e918"}
.fn-salary:before{content:"\e900"}
.fn-career:before{content:"\e901"}
.fn-gadget:before{content:"\e902"}
.fn-purpose:before{content:"\e903"}
.fn-certificate:before{content:"\e904"}
.fn-save-money:before{content:"\e905"}
.fn-statistics:before{content:"\e906"}
.fn-graph:before{content:"\e907"}
.fn-analysis:before{content:"\e908"}
.fn-bank:before{content:"\e909"}
.fn-profits:before{content:"\e90a"}
.fn-research:before{content:"\e90b"}
.fn-laptop:before{content:"\e90c"}
.fn-analytics:before{content:"\e90d"}
.fn-debit-card:before{content:"\e90e"}
.fn-presentation:before{content:"\e90f"}
.fn-bars:before{content:"\e910"}
.fn-diagram:before{content:"\e911"}
.fn-insurance:before{content:"\e912"}
.fn-diploma:before{content:"\e913"}
.fn-contract:before{content:"\e914"}
.fn-team:before{content:"\e915"}
.fn-collaboration:before{content:"\e916"}
.fn-coffee:before{content:"\e917"}
.fn-combined:before{content:"\e919"}
.fn-trophy:before{content:"\e91a"}
.fn-capital:before{content:"\e91b"}
.fn-protection:before{content:"\e91c"}
.fn-loan:before{content:"\e91d"}
.fn-d-model:before{content:"\e91e"}
.fn-money:before{content:"\e91f"}
.fn-list:before{content:"\e920"}
.fn-investment:before{content:"\e921"}
.fn-calculate:before{content:"\e922"}
.fn-rocket:before{content:"\e923"}
.fn-tax:before{content:"\e924"}
.fn-wallet:before{content:"\e925"}
.fn-savings:before{content:"\e926"}
.fn-strategy:before{content:"\e927"}
.fn-mind:before{content:"\e928"}
.fn-elder:before{content:"\e929"}
.fn-package:before{content:"\e92a"}
.fn-website:before{content:"\e92b"}
.fn-museum:before{content:"\e92c"}
.fn-financial:before{content:"\e92d"}
.fn-support:before{content:"\e92e"}
.fn-achievement:before{content:"\e92f"}
.fn-success:before{content:"\e930"}
.fn-web-search:before{content:"\e931"}


/*top Stick*/
.topstick {
  	position: sticky;
    top: 100px;
    left: 0;
    margin-bottom: 30px;
    box-shadow: 0px 4px 40px rgb(43 89 255 / 8%);
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
}

/*Event*/
.calendar-list {
  width: 60px;
  height: 60px;
  border: 3px solid #216e69;
  border-top: 20px solid #216e69;
  position: relative;
  /*margin: 50px auto;*/
  font-family: sans-serif;
  text-align: center;
}
.calendar-list:before,
.calendar-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.calendar-list:after {
  bottom: -5px;
  right: -5px;
  border-width: 0 0 19px 19px;
  border-color: transparent transparent #fff transparent;
}
.calendar-list:before {
  bottom: -3px;
  right: -3px;
  border-width: 15px 15px 0 0;
  border-color: #216e69 transparent transparent transparent;
}
.month-list {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
}
.day-list{
  display: block;
  margin: 5px 0 0;
  font-size: 20px;
  color: #216e69;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
/*Upcoming*/
.row-striped:nth-of-type(odd){
  background-color: #efefef;
  border-left: 4px #000000 solid;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 4px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}








/* sp-accomodation*/

.spbooking-accomodation-listing .accomodation-contents {
    margin-bottom: 30px
}

.spbooking-accomodation-listing .spbooking-package-info {
    border: none;
    padding: 20px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap
}

.spbooking-accomodation-listing .spbooking-package-info h3.title {
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 15px;
    flex: 1 0 100%;
    max-width: 100%
}

.spbooking-accomodation-listing .spbooking-package-info h3.title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212822
}

.spbooking-accomodation-listing .spbooking-package-info h3.title a:hover {
    color: #105416
}

.spbooking-accomodation-listing .spbooking-package-info .spbooking-price-wrap {
    flex: 1 0 40%;
    max-width: 40%
}

.spbooking-accomodation-listing .spbooking-package-info .spbooking-price-wrap .price {
    flex-wrap: wrap
}

.spbooking-accomodation-listing .spbooking-package-info .spbooking-price-wrap small {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 40, 34, 0.6);
    display: 100%;
    flex: 1 0 100%;
    max-width: 100%
}

.spbooking-accomodation-listing .spbooking-package-info .spbooking-price-wrap span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #202821
}

.spbooking-accomodation-listing .spbooking-package-info .spbooking-price-wrap span .short-curr {
    font-weight: 300;
    color: rgba(33, 40, 34, 0.6)
}

.spbooking-accomodation-listing .spbooking-package-info .spbooking-price-wrap .person-tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 40, 34, 0.6)
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location {
    float: right;
    float: right;
    display: grid;
    grid-template-columns: 30px 1fr;
    flex: 1 0 auto;
    grid-template-rows: 25px;
    max-width: 100%
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location i {
    display: inline-block;
    position: relative;
    top: 8px
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location i.fa-location-arrow:before {
    content: url("../images/map-pin.svg")
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location .content-distance {
    grid-column: 2
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location .content-distance span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 40, 34, 0.6)
}

.spbooking-accomodation-listing .spbooking-package-info .accomocation-location .text-mute {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #212822 !important
}

/* module-accomodation*/
.spbooking-accomodation-module .jeetravel-accomodation-wrap {
    margin: 8px;
}
@media (max-width: 764px) {

}
/*sp-accomodation-end*/

/*sp-accomodation-policy*/
.view-accomodation .accomodation-policies {
    margin-bottom: 45px
}

.view-accomodation .accomodation-policies h4 {
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .view-accomodation .accomodation-policies h4 {
        font-size:26px;
        line-height: 40px
    }
}

.view-accomodation .accomodation-policies .accomodation-poclicies-item {
    margin-bottom: 30px
}

.view-accomodation .accomodation-policies .accomodation-poclicies-item:not(:first-child) .accomodation-policies-desc {
    margin-left: 35px
}

.view-accomodation .accomodation-policies .accomodation-poclicies-item:first-child .accomodation-policies-title {
    display: none
}

.view-accomodation .accomodation-policies .accomodation-policies-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.view-accomodation .accomodation-policies .accomodation-policies-title span {
    color: #105416;
    margin-right: 10px
}

.view-accomodation .accomodation-policies .accomodation-policies-desc {
    color: rgba(33, 40, 34, 0.8)
}



.view-accomodation #sp-main-body {
    padding: 73px 0px 100px 0px
}

.view-accomodation .sp-module-content-bottom {
    display: none
}

.view-accomodation .rating-travellers-rating {
    margin-bottom: 50px
}

.view-accomodation .rating-travellers-rating h4 {
    text-align: left;
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .view-accomodation .rating-travellers-rating h4 {
        font-size:26px;
        line-height: 40px
    }
}

.view-accomodation .rating-travellers-rating .review-category {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px
}

.view-accomodation .rating-travellers-rating li.traveller-review-item {
    margin-bottom: 15px
}

.view-accomodation .rating-travellers-rating li.traveller-review-item .review-category {
    flex: 1 0 205px;
    max-width: 205px;
    text-align: left
}

.view-accomodation .rating-travellers-rating li.traveller-review-item .review-count {
    justify-content: flex-start
}

.view-accomodation .rating-travellers-rating .spbooking-box {
    border: none;
    padding: 0px
}

/*sp-accomodation-policy-end*/










.spbooking-search {
    padding: 0px;
    background: transparent!important;
    box-shadow: none;
    text-align: start;
}

.spbooking-search .title {
    display: none
}

.spbooking-search button[data-view="daily_tour"],.spbooking-search button[data-view="transports"],
.spbooking-search button[data-view="packages"],.spbooking-search button[data-view="accomodations"] {
    display: none
}

.spbooking-search .spbooking-row .btn-group {
    background: transparent;
    backdrop-filter: blur(20px);
    margin-bottom: 0px
}

.spbooking-search .spbooking-row .btn-group .btn.search-bar-header {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #212822;
    padding: 8px 22px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(44px)
}

.spbooking-search .spbooking-row .btn-group .btn.search-bar-header:hover {
    border-color: rgba(255, 255, 255, 0.8) !important;
    color: #212822 !important;
    background: rgba(255, 255, 255, 0.8) !important
}

.spbooking-search .spbooking-row .btn-group .btn.search-bar-header.active {
    border-color: rgba(255, 255, 255, 0.9) !important;
    color: #212822 !important;
    background: rgba(255, 255, 255, 0.9) !important
}

.spbooking-search form {
    background: #ffffff
}

.spbooking-search form .spbooking-row {
    margin-top: 0px;
    margin: 0px
}

.spbooking-search form .spbooking-row .spbooking-col {
    padding: 0px
}

.spbooking-search form .spbooking-row .spbooking-col:last-child .form-groups::after {
    display: none
}

.spbooking-search form .spbooking-row .spbooking-col .topbar-search-wrapper:after {
    content: url("../images/map.svg");
    position: absolute;
    right: 0px;
    bottom: -5px
}

.spbooking-search form .spbooking-row .spbooking-col .form-groups,.spbooking-search form .spbooking-row .spbooking-col .topbar-range {
    padding: 22px 20px
}

.spbooking-search form .spbooking-row .spbooking-col .form-groups:after,.spbooking-search form .spbooking-row .spbooking-col .topbar-range:after {
    content: "";
    height: 100%;
    width: 2px;
    display: block;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 47.4%, rgba(0, 0, 0, 0) 100%)
}

.spbooking-search form .spbooking-row .spbooking-col label {
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(33, 40, 34, 0.4);
    margin: 0px
}

.spbooking-search form .spbooking-row .spbooking-col input.form-control,.spbooking-search form .spbooking-row .spbooking-col input[type="text"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="email"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="url"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="date"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="password"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="search"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="tel"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="number"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col .toggle-person-info,.spbooking-search form .spbooking-row .spbooking-col select.form-control,.spbooking-search form .spbooking-row .spbooking-col select:not(.form-select):not(.form-control) {
    height: auto;
    padding: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
    color: #212822;
    background-color: transparent
}



.spbooking-search form .spbooking-row .custom-width {
    width: 12%;
    max-width: 152px;
    flex: inherit
}

.spbooking-search form .spbooking-row .custom-width .btn.search-btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    text-transform: uppercase;
    color: #212822;
    background-color: var(--ongo-light);
}

.spbooking-search form .spbooking-row .custom-width .btn.search-btn:hover {
    background-color: #212822;
    color: #fff
}

.spbooking-search #mod-spbooking-search-package .spbooking-col:not(:first-child) .topbar-search-wrapper:after {
    display: none
}

.spbooking-search #mod-spbooking-search-package .spbooking-col:nth-child(2) .topbar-search-wrapper:after {
    display: block;
    content: url("../images/user.svg")
}

.spbooking-search #mod-spbooking-search-package .spbooking-col:nth-child(3) .topbar-search-wrapper:after {
    display: block;
    content: url("../images/arrow-down.svg")
}

.spbooking-search #mod-spbooking-search-package .range-icon {
    top: 28px
}

.spbooking-search .transport-ranger {
    padding: 2px 38px 0px
}

.spbooking-search .content-price-range {
    padding: 0px 32px
}

.spbooking-search .noUi-horizontal {
    height: 8px
}

.spbooking-search .noUi-tooltip {
    padding: 0px 5px
}

.spbooking-search .noUi-horizontal .noUi-handle {
    top: -10px
}

.spbooking-search .noUi-horizontal .noUi-tooltip {
    bottom: 130%
}

.sppb-addon-optin-forms {
    padding: 0px
}

.sppb-addon-optin-forms input[type="email"]:not(.form-control) {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #212822;
    border-radius: 0px;
    padding: 10px 0px 10px 0px;
    border: 0px;
    border-bottom: 1px solid #4b514b;
    background-color: transparent !important
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
    padding: 0px 0px
}

.button-wrap .sppb-btn {
    color: #212822;
    padding: 12px 19px
}

.button-wrap .sppb-btn:hover {
    color: #ffffff
}

.amenities-wrapper .amenities-holder span:first-child {
    font-weight: 900;
    color: #C6976D;
}

.home-slider.sp-slider .sp-nav-control {
    max-width: 1600px
}

.sppb-testimonial-carousel-testi_layout1 .sppb-testimonial-carousel-content-wrap {
    flex-wrap: wrap;
    align-items: inherit
}

.sppb-testimonial-carousel-testi_layout1 .sppb-testimonial-carousel-content-wrap .sppb-testimonial-carousel-client-rating {
    flex: 1 0 100%;
    margin-left: 62px;
    margin-top: -10px
}

.sppb-testimonial-carousel-testi_layout1 .sppb-carousel-extended-nav-control {
    width: auto;
    bottom: unset;
    top: -30px !important;
    right: 0
}

.sppb-testimonial-carousel-testi_layout1 .sppb-carousel-extended-nav-control .nav-control {
    float: unset;
    display: block
}

.dayContainer .flatpickr-day.today,.dayContainer .flatpickr-day.today:hover,.dayContainer .flatpickr-day.today:focus {
    background-color: #105416
}

.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay {
    background-color: #105416;
    border-color: #105416
}

.topbar-search-options {
    margin-top: -150px
}

.topbar-search-options h3 {
    display: none
}

.topbar-search-options #topbar-filter-form {
    display: flex
}

.topbar-search-options .form-inlines {
    flex: 1 0 auto
}

.topbar-search-options .topbar-filter {
    padding: 0px;
  	max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    /* min-height:auto; */
}

.topbar-search-options .topbar-filter label {
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(33, 40, 34, 0.4);
    margin-bottom: 0px
}

.topbar-search-options .topbar-filter .form-groups,.topbar-search-options .topbar-filter .topbar-range {
    position: relative
}

.topbar-search-options .topbar-filter .form-groups:after,.topbar-search-options .topbar-filter .topbar-range:after {
    content: "";
    height: 100%;
    width: 2px;
    display: block;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 47.4%, rgba(0, 0, 0, 0) 100%)
}

.topbar-search-options .topbar-filter .spbooking-col:last-child .form-groups:after {
    display: none
}

.topbar-search-options .topbar-filter .topbar-search-wrapper {
    position: relative
}

.topbar-search-options .topbar-filter .topbar-search-wrapper:after {
    content: url("../images/map.svg");
    position: absolute;
    right: 20px;
    bottom: -4px
}

.topbar-search-options .topbar-filter .topbar-range .range-icon {
    top: 25px
}

.topbar-search-options .topbar-filter .person-caret {
    top: 70%
}

.topbar-search-options .topbar-search-wrapper input,.topbar-search-options .toggle-person-info,.topbar-search-options input[type="text"]:not(.numInput) {
    margin-bottom: 0px !important;
    padding: 0px !important;
    border: none;
    min-height: min-content !important
}

.topbar-search-options .topbar-filter-submit {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #212822;
    background-color: #CBDA36;
    border-radius: 0px;
    padding: 0px;
    margin: 0px
}

.topbar-search-options .topbar-filter-submit:hover {
    background-color: #CBDA36;
    text-decoration: underline
}

.topbar-search-options .spbooking-btn-link {
    padding: 0px;
    color: rgba(33, 40, 34, 0.6);
    font-weight: 700
}

.topbar-search-options .spbooking-btn-link:hover {
    color: rgba(33, 40, 34, 0.6)
}

.topbar-search-options .filter-button {
    background: #cbd937;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 30px;
    align-items: center;
}

.topbar-search-options .form-inlines {
    padding: 21px 20px 20px 20px
}

.topbar-search-options .btn-minus span {
    position: relative;
    top: 10px
}

.com-spbooking.view-packages .topbar-search-options .spbooking-col:not(:first-child) .topbar-search-wrapper:after {
    display: none
}

.com-spbooking.view-packages .topbar-search-options .spbooking-select,.com-spbooking.view-packages .topbar-search-options input[type="number"]:not(.numInput) {
    margin-bottom: 0px !important;
    padding: 0px;
    border: none;
    min-height: min-content !important
}

.com-spbooking.view-packages .topbar-search-options .topbar-search-wrapper .range-icon {
    top: 27px
}

.com-spbooking.view-packages .topbar-search-options .spbooking-select-result i.fa {
    right: 10px
}

.com-spbooking.view-packages .topbar-search-options .spbooking-col:nth-child(2) .topbar-search-wrapper:after {
    right: 10px;
    bottom: -4px;
    display: block;
    content: url("../images/user.svg")
}

.pagination-wrapper {
    display: flex;
    justify-content: center !important
}

.pagination-wrapper .pagination-counter {
    display: none
}

.pagination {
    border: 0px;
    padding: 0px;
    margin: 22px 0px 0px !important
}

.pagination li:first-child,.pagination li:nth-child(2),.pagination li:last-child {
    display: none
}

.pagination li.page-item {
    margin: 0px 4px
}

.pagination li.page-item span.page-link,.pagination li.page-item a.page-link {
    font-size: 17px;
    line-height: 38px;
    font-weight: 400;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0px;
    margin: 0px 5px;
    text-align: center;
    color: rgba(33, 40, 34, 0.6);
    background: transparent;
    border: 1px solid rgba(33, 40, 34, 0.6)
}

.pagination li.page-item.active span {
    color: #ffffff;
    background: #2A402C;
    border-color: #2A402C
}

.pagination li:last-child.page-item .page-link {
    font-size: 26px;
    border: 0px;
    display: none
}

.view-style-switcher .view-style-grid,.view-style-switcher .view-style-list {
    padding: 0px
}

.com-spbooking.view-accomodations #sp-main-body>.container {
    width: 100%;
    max-width: 100%;
    padding: 0px 0px
}

.com-spbooking.view-accomodations .spbooking.spbooking-accomodation-listing,.com-spbooking.view-accomodations .hotel-page-accomodation {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0px 15px
}

.com-spbooking.view-accomodations .sp-module-title {
    font-weight: 500;
    font-size: 62px;
    line-height: 74px;
    text-transform: capitalize;
    margin-bottom: 60px
}

.com-spbooking .pagination .page-item.active .page-link {
    color: #ffffff;
    border-color: #105416;
    background-color: #105416
}

.com-spbooking .pagination .page-item {
    margin: 0px 0px
}

.spbooking-accomodation-listing div.pagination,.spbooking-view-pakcages div.pagination {
    margin-bottom: 130px !important
}

.accomodation-overview {
    margin-bottom: 70px
}

.accomodation-overview .overview {
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .accomodation-overview .overview {
        font-size:26px;
        line-height: 40px
    }
}

.accomodation-overview .description {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: rgba(33, 40, 34, 0.8);
    margin-bottom: 30px
}

.accomodation-overview .amenities-wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr
}
@media (min-width: 1120px) {
.accomodation-overview .amenities-wrapper ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
}
.accomodation-overview .amenities-wrapper .amenities-holder {
    margin-bottom: 0;
    padding: 24px;
    border: 1px solid rgba(0,0,0,0.1);
  	display: block;
}

.accomodation-overview .amenities-wrapper .amenities-icon {
    font-size: 20px;
    margin-right: 20px;
    color: #105416;
    margin-top: 4px
}

.accomodation-overview .amenities-wrapper .amenities-holder span:last-child {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize
}

.accomodation-info-wrapper {
    margin: 0px 110px 50px 0px
}

.accomodation-info-wrapper .accomodation-info-item {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 40px 1fr
}

.accomodation-info-wrapper .accomodation-info-item:not(:last-child) {
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
}

.accomodation-info-wrapper .accomodation-info-list {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.accomodation-info-wrapper .icon-image-wrap span {
    font-size: 20px;
    color: #105416
}

.accomodation-info-wrapper .other-info-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(33, 40, 34, 0.4)
}

.accomodation-info-wrapper .other-info-description {
    grid-column: 2;
    font-weight: 500;
    font-size: 1rem;
    line-height: 30px;
    text-transform: capitalize;
    color: #212822
}



.accomodation-map-wrapper #accomodation-google-map,.accomodation-map-wrapper #accomodation-osm-map {
    height: 640px;
    margin-bottom: 20px
}

.accomodation-map-wrapper .spbooking-details-location {
    margin-bottom: 8px
}

.accomodation-map-wrapper .spbooking-details-location span {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #212822
}

.accomodation-map-wrapper .content-distance {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 40, 34, 0.8);
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 16px
}

.accomodation-gallery {
    margin-bottom: 80px;
    margin-top: -1em;
}

.accomodation-gallery .ac-gallery .image-holder {
    height: 820px
}


.accomodation-gallery .carousel-content-wrapper {
    display: flex;
  	flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 25px 15px;
    flex-direction: column;
    justify-content: flex-end;
}

.accomodation-gallery .carousel-content-wrapper .carousel-left,.accomodation-gallery .carousel-content-wrapper .carousel-right {
    position: relative;
    z-index: 2
}

.accomodation-gallery .carousel-content-wrapper .carousel-left {
    margin-right: 10%
}

.accomodation-gallery .carousel-content-wrapper .carousel-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 20px
}

.accomodation-gallery .carousel-content-wrapper .carousel-rating .rating {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #fff
}

.accomodation-gallery .carousel-content-wrapper .carousel-rating span i {
    color: #fab95b;
    font-size: 16px
}

.accomodation-gallery .carousel-content-wrapper .carousel-rating .review {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.accomodation-gallery .carousel-content-wrapper .carousel-price {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px
}

.accomodation-gallery .carousel-content-wrapper .carousel-price .price-from {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
    display: block;
    margin-bottom: 10px
}

.accomodation-gallery .carousel-content-wrapper .carousel-price .price {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #fff
}

.accomodation-gallery .carousel-content-wrapper .spbooking-btn.spbooking-btn-primary {
    color: #212822;
    background-color: #cbda36;
    border-color: #cbda36;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 28px;
    border-radius: 0px
}

.accomodation-gallery .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #cbda36
}

.accomodation-gallery .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #105416;
    border-color: #105416
}

.accomodation-gallery .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: #fff
}

.accomodation-gallery .owl-carousel.owl-theme .owl-nav [class*="owl-"] span {
    color: #212822;
    font-size: 35px
}

.accomodation-gallery .owl-carousel.owl-theme .owl-nav {
    width: 30%;
    position: absolute;
    bottom: 10px;
  	right: 10px;
}

.accomodation-user-comments {
    margin: 40px 0px 0px 0px
}

.accomodation-user-comments ul li {
    background: none;
    border: none;
    padding: 0px 0px 30px 110px
}

.accomodation-user-comments .user-comments-title {
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding-bottom: 16px;
    margin-bottom: 45px
}

@media (max-width: 767px) {
    .accomodation-user-comments .user-comments-title {
        font-size:26px;
        line-height: 40px
    }
}

.accomodation-user-comments .user-comment-list {
    margin: 0px
}

.accomodation-user-comments .fa.fa-star {
    font-size: 16px
}

.accomodation-user-comments .comment-header .user-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0px 0px 0px
}

.accomodation-user-comments .comment-header .user-name small {
    margin-left: 15px
}

.accomodation-user-comments .comment-header img {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0px;
    left: 0px
}

.accomodation-available-rooms {
    margin-bottom: 70px
}

.accomodation-available-rooms input.accomodation-checkin-out-range.form-control[type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="email"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="url"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="date"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="password"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="search"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="tel"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="number"][type="text"] {
    width: 514px;
    text-align: left;
    height: 56px;
    background: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #212822;
    border: 1px solid rgba(30, 63, 33, 0.6);
    margin-left: 15px
}

.accomodation-available-rooms .list-group-item:first-child {
    background-color: transparent
}

.accomodation-available-rooms .available-rooms-title {
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-bottom: 45px
}

@media (max-width: 767px) {
    .accomodation-available-rooms .available-rooms-title {
        font-size:26px;
        line-height: 40px
    }
}

.accomodation-available-rooms .rooms-info-body .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px
}

.accomodation-available-rooms .rooms-info-body .rooms-available {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 40, 34, 0.6)
}

.accomodation-available-rooms .rooms-info-body .spbooking-select {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    border: none;
    color: #212822;
    padding: 0px;
    width: auto;
    min-height: 20px !important
}

.accomodation-available-rooms .rooms-info-body .spbooking-select .spbooking-select-result {
    display: flex;
    align-items: center
}

.accomodation-available-rooms .rooms-info-body .spbooking-select .spbooking-select-result i.fa {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin-left: 10px;
    transform: translate(0px)
}

.accomodation-available-rooms .rooms-info-body .spbooking-select .spbooking-select-result i.fa:before {
    content: ""
}

.accomodation-available-rooms .rooms-info-header p {
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(33, 40, 34, 0.4)
}

.accomodation-available-rooms .room-services span i {
    margin-right: 10px
}

.accomodation-available-rooms .spbooking-room-booknow {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #212822;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    background: transparent;
    border: 1px solid
}

.accomodation-available-rooms .spbooking-room-booknow:hover {
    border-color: rgba(30, 63, 33, 0.6);
    background: rgba(30, 63, 33, 0.6);
    color: #fff
}

.accomodation-available-rooms .spbooking-col.book-btn {
    max-width: 160px;
    flex: 1 0 160px
}

.accomodation-available-rooms .spbooking-col.capacity {
    display: flex
}

.accomodation-available-rooms .sale-price span {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #212822
}

.accomodation-available-rooms .sale-price {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: rgba(33, 40, 34, 0.6)
}

.accomodation-available-rooms .sale-price .short-curr {
    color: rgba(33, 40, 34, 0.6)
}

.accomodation-available-rooms ul.list-group>li:nth-child(2) {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(33, 40, 34, 0.1);
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding: 30px 30px 15px 30px
}

.accomodation-available-rooms .list-group-item {
    background-color: rgba(255, 255, 255, 0.9)
}

.accomodation-available-rooms .rooms-info-header .spbooking-col:nth-child(3) {
    max-width: 250px;
    flex: 1 0 250px
}

.accomodation-available-rooms .rooms-info-header .spbooking-col:nth-child(4) {
    max-width: 210px;
    flex: 1 0 210px
}

.accomodation-available-rooms .rooms-info-header .spbooking-col:nth-child(1) {
    max-width: 210px;
    flex: 1 0 210px
}

.accomodation-available-rooms .rooms-info-header .spbooking-col:nth-child(2) {
    max-width: 230px;
    flex: 1 0 230px
}

.user-feedback .review-categories-list li .review-holder span.star-bar {
    background: #e5e6e5
}

.user-feedback .spbooking-btn.spbooking-btn-primary {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #212822;
    background-color: #cbda36;
    border-color: #cbda36;
    border-radius: 0px;
    height: 54px
}

.user-feedback .spbooking-btn.spbooking-btn-primary:hover {
    background-color: #212822;
    border-color: #212822;
    color: #fff
}

.view-packages #sp-main-body {
    background-color: #f5f4ef
}

.view-packages .spbooking-sidebar {
    padding: 0 45px 0 0;
    background-color: transparent;
    border-right: 1px solid rgba(33, 40, 34, 0.1) !important;
    border: 0;
    height: 100%
}

.view-packages .spbooking-sidebar .custom-checkbox span:before {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(33, 40, 34, 0.4);
    border-radius: 3px;
    top: 0
}

.view-packages .spbooking-sidebar .custom-checkbox {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    text-transform: capitalize
}

.view-packages .spbooking-sidebar .spbooking-input-wrap {
    margin-bottom: 40px
}

.view-packages .spbooking-sidebar .spbooking-input-wrap h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-transform: capitalize;
    font-family: initial;
    margin-bottom: 15px
}

.view-packages .spbooking-sidebar .content-price-range {
    margin-bottom: 45px;
    margin-top: 0
}

.view-packages .spbooking-sidebar .content-price-range .price-range-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-transform: capitalize;
    font-family: initial
}

.view-packages .spbooking-sidebar .content-price-range .noUi-horizontal {
    height: 5px;
    background: rgba(33, 40, 34, 0.1);
    margin-top: 30px
}

.view-packages .spbooking-sidebar .content-price-range .noUi-horizontal .noUi-connect {
    background: rgba(16, 84, 22, 0.6)
}

.view-packages .spbooking-sidebar .content-price-range .noUi-horizontal .noUi-handle {
    top: -6px;
    background: #105416;
    width: 16px;
    height: 16px;
    border: 0
}

.view-packages .spbooking .spbooking-sidebar input[type="checkbox"]:checked~span:after {
    border-color: red;
    border-right-color: red;
    border-bottom-color: red
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-img-wrap {
    margin-bottom: 15px
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info {
    padding: 0;
    border-bottom: 0
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info h3.title {
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 10px;
    font-family: initial
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info h3.title a {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    color: #212822
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info h3.title a:hover {
    color: #105416
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .price {
    display: block
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .price small {
    display: block;
    font-size: 14px;
    color: rgba(33, 40, 34, 0.6)
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .price ins {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #212822
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .price ins span.short-curr {
    color: rgba(33, 40, 34, 0.6)
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .price span.person-tag {
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 40, 34, 0.6);
    letter-spacing: normal;
    font-weight: 400;
    margin-left: 0
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .spbooking-package-meta {
    margin-top: 0;
    padding-right: 100px
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .spbooking-package-meta small {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #212822
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .spbooking-package-meta small i {
    position: inherit;
    color: rgba(33, 40, 34, 0.6)
}

.view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .spbooking-package-meta span {
    padding-left: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 40, 34, 0.6)
}

.view-package #sp-main-body {
    background-color: #f5f4ef;
    padding-top: 68px;
    margin-top: 5px
}

.view-package .spbooking.spbooking-view-package {
    margin-top: 0
}

.view-package .package-details-top-wrapper {
    background-color: #fff
}

.view-package .package-details-top-wrapper .spbooking-package-details-image-thumb .package-gallery .image-holder {
    max-height: 598px;
    height: 598px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.view-package .package-details-top-wrapper .spbooking-details-top-left {
    padding-left: 25px
}

.view-package .package-details-top-wrapper .spbooking-details-top-left p.spbooking-title {
    font-family: initial;
    font-weight: 500;
    font-size: 62px;
    line-height: 74px;
    text-transform: capitalize;
    color: #212822;
    margin-bottom: 20px
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-title-bottom .spbooking-details-date-wrap {
    margin-bottom: 20px
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-title-bottom .spbooking-details-date-wrap span.spbooking-details-start-date {
    display: flex;
    align-items: center;
    background-image: url(../images/package-details-calender-img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 32px;
    height: 35px
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-title-bottom .spbooking-details-date-wrap span.spbooking-details-start-date i {
    margin-right: 20px;
    font-size: 32px;
    color: rgba(33, 40, 34, 0.4)
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-title-bottom .spbooking-details-date-wrap span.spbooking-details-start-date div {
    padding-left: 50px
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-title-bottom .spbooking-details-date-wrap span.spbooking-details-start-date div p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #212822
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-title-bottom .spbooking-details-date-wrap span.spbooking-details-start-date div .spbooking-package-details-time-wrap {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 40, 34, 0.6);
    width: max-content;
    padding-left: 0
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-major-activities .spbooking-details-custom .spbooking-custom-item .spbooking-custom-description .package-details-gallery-bottom-info {
    display: none
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-major-activities .spbooking-details-custom .spbooking-custom-item .spbooking-custom-description .package-details-short-intro {
    width: 60%;
    margin-bottom: 45px;
    color: rgba(33, 40, 34, 0.8)
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-major-activities .spbooking-details-major-activities {
    display: flex
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-major-activities .spbooking-details-major-activities .spbooking-major-activities-item {
    margin-right: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #212822
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-package-details-price-wrap {
    display: flex;
    margin-top: 45px;
    border-top: 1px solid rgba(33, 40, 34, 0.1);
    padding-top: 25px;
    align-items: center;
    width: 65%
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-package-details-price-wrap .spbooking-top-left-bottom a.spbooking-btn {
    background-color: #cbda36;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #212822;
    padding: 18px 30px;
    margin-right: 25px
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-package-details-price-wrap .spbooking-top-left-bottom a.spbooking-btn:hover {
    background-color: #3e8b6f;
    color: #fff
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-package-details-price-wrap .spbooking-price-box {
    color: #212822;
    margin-bottom: 0
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-package-details-price-wrap .spbooking-price-box .sale-price {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: initial
}

.view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-package-details-price-wrap .spbooking-price-box .sale-price span.short-curr {
    color: rgba(33, 40, 34, 0.6);
    font-weight: 400
}

.view-package .spbooking-container.package-details-bottom-wrapper {
    max-width: 1070px !important
}

.view-package .spbooking-container.package-details-bottom-wrapper .spbooking-details-overview h4.overview {
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    text-transform: capitalize;
    color: #212822;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 15px
}

.view-package .spbooking-container.package-details-bottom-wrapper .spbooking-details-overview .description {
    width: 70%;
    font-size: 17px;
    line-height: 26px;
    color: rgba(33, 40, 34, 0.8)
}

.view-package .spbooking-container.package-details-bottom-wrapper .spbooking-package-inc-exc {
    margin-top: 15px;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 15px
}

.view-package .spbooking-container.package-details-bottom-wrapper .spbooking-package-inc-exc ul li {
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #212822;
    letter-spacing: initial
}

.view-package .spbooking-container.package-details-bottom-wrapper .spbooking-package-inc-exc ul li:not(:last-child) {
    margin-bottom: 15px
}

.view-package .spbooking-container.package-details-bottom-wrapper .spbooking-package-inc-exc ul li img {
    width: 16px;
    height: 11px;
    margin-right: 10px
}

.view-package .spbooking-container.package-details-bottom-wrapper .spbooking-package-inc-exc .spbooking-package-excludes-wrap ul li img {
    width: 20px;
    height: 20px
}

.view-package .spbooking-container.package-details-bottom-wrapper .tour-overview {
    margin-top: 35px
}

.view-package .spbooking-container.package-details-bottom-wrapper .tour-overview .package-overview-holder {
    display: flex;
    align-items: flex-start
}

.view-package .spbooking-container.package-details-bottom-wrapper .tour-overview .package-overview-holder .icon-image-wrap {
    padding-right: 10px;
    margin-top: 5px
}

.view-package .spbooking-container.package-details-bottom-wrapper .tour-overview .package-overview-holder .text-wrap h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #212822;
    margin-bottom: 0;
    text-transform: capitalize
}

.view-package .spbooking-container.package-details-bottom-wrapper .tour-overview .package-overview-holder .text-wrap p {
    color: rgba(33, 40, 34, 0.8) !important
}

.view-package .spbooking-details-image .owl-nav {
    width: 37% !important
}

.view-package .spbooking-details-image .owl-nav [class*="owl-"] {
    width: 65px !important;
    height: 65px !important;
    font-size: 35px !important;
    line-height: inherit !important
}

.view-package .package-details-gallery-bottom-wrap {
    margin-top: 20px
}

.view-package .package-details-gallery-bottom-wrap .spbooking-details-custom {
    padding: 0 120px 0 100px
}

.view-package .package-details-gallery-bottom-wrap .spbooking-details-custom .package-details-short-intro {
    display: none
}

.view-package .package-details-gallery-bottom-wrap .spbooking-details-custom .left-content h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    color: #212822
}

.view-package .package-details-gallery-bottom-wrap .spbooking-details-custom .left-content p {
    line-height: 26px;
    color: rgba(33, 40, 34, 0.8);
    margin-bottom: 0
}

.view-package .package-details-gallery-bottom-wrap .spbooking-details-custom .right-content {
    display: flex;
    align-items: center
}

.view-package .package-details-gallery-bottom-wrap .spbooking-details-custom .right-content .icon-wrap i {
    font-size: 40px;
    color: rgba(16, 84, 22, 0.7)
}

.view-package .package-details-gallery-bottom-wrap .spbooking-details-custom .right-content .content-wrap p {
    margin-bottom: 0;
    line-height: 26px;
    color: rgba(33, 40, 34, 0.8);
    padding-left: 20px
}

.view-package .sppb-container-inner {
    max-width: 1070px;
    margin: 0 auto
}

.view-package .spbooking-container {
    width: 1070px !important
}

.com-spbooking .form-control:hover,.com-spbooking input:not(.form-control)[type="text"]:hover,.com-spbooking input:not(.form-control)[type="email"]:hover,.com-spbooking input:not(.form-control)[type="url"]:hover,.com-spbooking input:not(.form-control)[type="date"]:hover,.com-spbooking input:not(.form-control)[type="password"]:hover,.com-spbooking input:not(.form-control)[type="search"]:hover,.com-spbooking input:not(.form-control)[type="tel"]:hover,.com-spbooking input:not(.form-control)[type="number"]:hover,.com-spbooking select:not(.form-control):not(.form-select):hover,.com-spbooking .form-control:focus,.com-spbooking input:not(.form-control)[type="text"]:focus,.com-spbooking input:not(.form-control)[type="email"]:focus,.com-spbooking input:not(.form-control)[type="url"]:focus,.com-spbooking input:not(.form-control)[type="date"]:focus,.com-spbooking input:not(.form-control)[type="password"]:focus,.com-spbooking input:not(.form-control)[type="search"]:focus,.com-spbooking input:not(.form-control)[type="tel"]:focus,.com-spbooking input:not(.form-control)[type="number"]:focus,.com-spbooking select:not(.form-control):not(.form-select):focus,.com-spbooking .toggle-person-info:hover,.com-spbooking .topbar-checkin-out-range:hover,.com-spbooking .topbar-checkin-out-range:focus {
    border-color: rgba(30, 63, 33, 0.6) !important
}

.accomodation-cart .cart-header,.accomodation-cart .cart-mini,.spbooking-cart .cart-header {
    background: #105416
}

.accomodation-cart .continue-to-checkout,.customer-information .checkout-proceed {
    background-color: #105416;
    border-radius: 0px
}

.accomodation-cart .continue-to-checkout:hover,.customer-information .checkout-proceed:hover {
    background-color: #212822;
    color: #fff
}

.com-spbooking.view-accomodation.header-white #sp-header .sp-megamenu-parent>li>a,.com-spbooking.view-accomodation.header-white #sp-header .sp-megamenu-parent>li>span,.com-spbooking.view-package.header-white #sp-header .sp-megamenu-parent>li>a,.com-spbooking.view-package.header-white #sp-header .sp-megamenu-parent>li>span,.com-spbooking.view-checkout.header-white #sp-header .sp-megamenu-parent>li>a,.com-spbooking.view-checkout.header-white #sp-header .sp-megamenu-parent>li>span {
    color: rgba(33, 40, 34, 0.6)
}

.com-spbooking.view-accomodation.header-white #sp-header .sp-megamenu-parent>li.active>a,.com-spbooking.view-accomodation.header-white #sp-header .sp-megamenu-parent>li.active:hover>a,.com-spbooking.view-package.header-white #sp-header .sp-megamenu-parent>li.active>a,.com-spbooking.view-package.header-white #sp-header .sp-megamenu-parent>li.active:hover>a,.com-spbooking.view-checkout.header-white #sp-header .sp-megamenu-parent>li.active>a,.com-spbooking.view-checkout.header-white #sp-header .sp-megamenu-parent>li.active:hover>a {
    color: #105416
}

.com-spbooking.view-accomodation.header-white #sp-header .sp-megamenu-parent>li:after,.com-spbooking.view-package.header-white #sp-header .sp-megamenu-parent>li:after,.com-spbooking.view-checkout.header-white #sp-header .sp-megamenu-parent>li:after {
    background-color: #105416
}

.com-spbooking.view-accomodation.header-white #sp-header .logo-image,.com-spbooking.view-package.header-white #sp-header .logo-image,.com-spbooking.view-checkout.header-white #sp-header .logo-image {
    filter: brightness()
}

.com-spbooking.view-accomodation.header-white #sp-header>.container:after,.com-spbooking.view-package.header-white #sp-header>.container:after,.com-spbooking.view-checkout.header-white #sp-header>.container:after {
    background-color: rgba(33, 40, 34, 0.6)
}

.com-spbooking.view-accomodation.header-white #sp-header .menu-icon .sppb-icon-inner,.com-spbooking.view-package.header-white #sp-header .menu-icon .sppb-icon-inner,.com-spbooking.view-checkout.header-white #sp-header .menu-icon .sppb-icon-inner {
    border-color: rgba(33, 40, 34, 0.3)
}

.com-spbooking.view-accomodation.header-white #sp-header .menu-icon .sppb-icon-inner i,.com-spbooking.view-package.header-white #sp-header .menu-icon .sppb-icon-inner i,.com-spbooking.view-checkout.header-white #sp-header .menu-icon .sppb-icon-inner i {
    color: #105416
}

.com-spbooking.view-accomodation.header-white #sp-header .menu-icon .sppb-icon-inner:hover,.com-spbooking.view-package.header-white #sp-header .menu-icon .sppb-icon-inner:hover,.com-spbooking.view-checkout.header-white #sp-header .menu-icon .sppb-icon-inner:hover {
    background-color: #105416
}

.com-spbooking.view-accomodation.header-white #sp-header .menu-icon .sppb-icon-inner:hover i,.com-spbooking.view-package.header-white #sp-header .menu-icon .sppb-icon-inner:hover i,.com-spbooking.view-checkout.header-white #sp-header .menu-icon .sppb-icon-inner:hover i {
    color: #fff
}

.accomodation-room-adult+.spbooking-select {
    margin-right: 10px;
    margin-bottom: 0px
}

.topbar-btn-group .btn {
    color: #105416
}

.view-accomodations #topbar-filter-form .topbar-btn-group .value,#mod-spbooking-search-accomodation .topbar-btn-group .value {
    color: #105416
}

.fa-calendar.text-green {
    color: #105416 !important
}

#mod-spbooking-search-accomodation .topbar-btn-group .person-info-right {
    align-items: center
}

.com-spbooking .sp-page-title {
    min-height: auto;
}

.sppb-addon-accordion .sppb-panel-faq {
    padding: 15px 0px
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading {
    border: 0px;
    padding: 0px 24px 0px 0px
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Playfair Display", sans-serif
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
    color: #212822;
    right: 8px
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-body {
    border: 0px;
    padding: 10px 8% 0px 0px;
    color: rgba(33, 40, 34, 0.8)
}

.form-horizontal .controls {
    margin: 0px
}

.tour-activities .itenary-title {
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 16px;
    margin-bottom: 32px
}

.tour-activities .itenary-tab {
    display: flex
}

.tour-activities .itenary-tab .itenary-nav,.tour-activities .itenary-tab .itenary-panel {
    display: block
}

.tour-activities .itenary-tab .itenary-nav {
    width: 25%;
    text-align: left;
    padding-right: 35px
}

.tour-activities .itenary-tab .itenary-nav li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1)
}

.tour-activities .itenary-tab .itenary-nav li a.nav-link,.tour-activities .itenary-tab .itenary-nav li .spbooking-activity-content-date {
    margin: 0px;
    padding: 0px;
    border: 0px
}

.tour-activities .itenary-tab .itenary-nav li a.nav-link {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: rgba(33, 40, 34, 0.6) !important;
    margin-bottom: 4px
}

.tour-activities .itenary-tab .itenary-nav li a.nav-link.active {
    color: #105416 !important
}

.tour-activities .itenary-tab .itenary-nav li .spbooking-activity-content-date {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(33, 40, 34, 0.8)
}

.tour-activities .itenary-tab .itenary-panel {
    width: 75%;
    padding-left: 35px
}

.tour-activities .itenary-tab .itenary-panel .spbooking-activity-content .tracking-bar,.tour-activities .itenary-tab .itenary-panel .spbooking-activity-content ul:before,.tour-activities .itenary-tab .itenary-panel .spbooking-activity-content ul li:not(:last-child)::after,.tour-activities .itenary-tab .itenary-panel .spbooking-activity-content ul li:not(:first-child)::before {
    display: none
}

.tour-activities .itenary-tab .itenary-panel .spbooking-activity-content ul li {
    padding-bottom: 30px
}

.tour-activities .itenary-tab .itenary-panel .activity-box {
    padding: 0px;
    border: 0px
}

.tour-activities .itenary-tab .itenary-panel .time-slot.text-mute {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(33, 40, 34, 0.6) !important;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px
}

.tour-activities .itenary-tab .itenary-panel .time-slot.text-mute .activity-time-image {
    padding-right: 16px
}

.tour-activities .itenary-tab .itenary-panel .time-slot.text-mute span span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Playfair Display", sans-serif;
    color: #212822
}

.tour-activities .itenary-tab .itenary-panel .activity-desc {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(33, 40, 34, 0.8);
    padding-left: 40px
}

.spbooking .spbooking-sidebar input[type="checkbox"]:checked~span:after {
    border-right: 0;
    border-bottom: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï€Œ";
    color: #fff;
    transform: inherit;
    transform-origin: unset;
    animation: auto;
    font-size: 10px;
    top: -2px;
    left: 5px
}

.spbooking .spbooking-sidebar input[type="checkbox"]:checked~span:before {
    border-color: #105416;
    background-color: #105416
}

.view-packages .spbooking-sidebar .spbooking-input-wrap .spbooking-btn-primary {
    padding: 10px 30px;
    text-transform: capitalize;
    border-radius: 0px
}

.view-packages .spbooking-sidebar .spbooking-input-wrap .reset-button {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: rgba(16, 84, 22, 0.7)
}

.topbar-btn-group .btn:hover,.topbar-btn-group .btn:focus {
    color: #105416 !important
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #105416 !important
}

.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay {
    background: #105416 !important
}

.spbooking-major-activities-media-type {
    margin-left: 0
}

.com-spbooking.view-package.header-white .burger-icon>span,.com-spbooking.view-accomodation.header-white .burger-icon>span {
    background-color: #000
}

.com-media.contentpane {
    padding: 10px !important
}

.com-media .well {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px
}

.com-media .well .row {
    margin: 0;
    padding: 0
}

.com-media .well .row>div:first-child {
    width: calc(100% - 200px)
}

.com-media .well .row>div:last-child {
    width: 200px;
    float: right;
    text-align: right;
    padding-top: 30px
}

.com-media .well .row #folderlist {
    display: inline-block
}

.com-media .well .row #upbutton {
    display: none
}

.com-media.view-imagesList {
    padding: 0px 0px 10px 0 !important
}

.com-media.view-imagesList:before {
    content: ' ';
    display: table
}

.com-media.view-imagesList:after {
    display: block;
    clear: both;
    content: ''
}

.com-media.view-imagesList ul.manager {
    list-style: none;
    padding: 0;
    margin: 0
}

.com-media.view-imagesList ul.manager>li.thumbnail {
    width: 110px;
    float: left
}

.com-media.view-imagesList ul.manager>li.thumbnail>a {
}

.com-media.view-imagesList ul.manager>li.thumbnail>a.selected {
    border: 2px solid green;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child {
    height: 60px;
    margin-bottom: 10px;
    text-align: center
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span {
    display: inline-block;
    width: 60px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    background-color: #92ceff;
    border-radius: 0 5px 5px 5px
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span:before {
    content: '';
    width: 50%;
    height: 12px;
    border-radius: 0 20px 0 0;
    background-color: #92ceff;
    position: absolute;
    top: -12px;
    left: 0px
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child img {
    display: inline-block
}

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    z-index: 99;
    display: block;
    float: right;
    position: relative
}

.sp-megamenu-parent .sp-menu-item>a img,.sp-megamenu-parent .sp-menu-item>span img {
    display: inline-block
}

.sp-megamenu-parent>li {
    display: inline-block;
    position: relative;
    padding: 0
}

.sp-megamenu-parent>li.menu-justify {
    position: static
}

.sp-megamenu-parent>li:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #105416;
    display: block;
    position: relative;
    top: 2px;
    opacity: 0;
    visibility: hidden
}

.sp-megamenu-parent>li.active:after {
    opacity: 1;
    visibility: visible
}

.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 17px;
    line-height: 68px;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.03em
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 0px 0px 15px
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700
}

.sp-megamenu-parent>li .sp-menu-badge {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background: #d60000;
    color: #fff;
    border-radius: 3px
}

.sp-megamenu-parent .sp-module {
    padding: 10px
}

.sp-megamenu-parent .sp-mega-group {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-megamenu-parent .sp-mega-group>li>a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-megamenu-parent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.row:not(:first-child) {
    margin-top: 20px
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 100%
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: 0
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    position: relative
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
    font-weight: 700
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a.sp-group-title,.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
    text-transform: uppercase;
    font-weight: bold
}

.sp-megamenu-parent .sp-dropdown .sp-module {
    padding: 0
}

.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
    font-size: 16px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
    margin: 0
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li:not(:last-child) {
    margin: 0 0 15px
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a {
    font-size: 14px
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a span {
    opacity: 0.8
}

.sp-megamenu-parent .sp-dropdown-mega>.row {
    margin-top: 30px
}

.sp-megamenu-parent .sp-dropdown-mega>.row:first-child {
    margin-top: 0
}

.sp-megamenu-parent .sp-dropdown-mega .sp-module {
    margin-left: 0px !important
}

.sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
    display: block
}

.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover>.sp-dropdown {
    animation: spFadeIn 600ms
}

.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover>.sp-dropdown {
    animation: spFadeInUp 400ms ease-in
}

.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover>.sp-dropdown {
    animation: spFadeInDown 400ms ease-in
}

.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover>.sp-dropdown {
    animation: spZoomIn 300ms
}

.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover>.sp-dropdown {
    animation: spRotateIn 300ms
}

.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover>.sp-dropdown {
    animation: spPulse 300ms
}

.offcanvas-menu .hide-on-offcanvas {
    display: none !important
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 5 Free";
    content: "ï„‡";
    float: right;
    margin-left: 7px;
    font-weight: 900
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-right {
    margin-left: 5px
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-left {
    margin-right: 5px
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    font-family: "Font Awesome 5 Free";
    content: "ï„…";
    float: right;
    margin-left: 7px;
    font-weight: 900
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
    margin-left: 45px
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: auto;
    right: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
    right: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    left: 100%
}

@media (min-width: 576px) {
    .sp-menu-full.container {
        width:540px
    }
}

@media (min-width: 768px) {
    .sp-menu-full.container {
        width:720px
    }
}

@media (min-width: 992px) {
    .sp-menu-full.container {
        width:960px
    }
}

@media (min-width: 1200px) {
    .sp-menu-full.container {
        width:1140px
    }
}

@media (min-width: 1400px) {
    .sp-menu-full.container {
        width:1320px
    }
}

#offcanvas-toggler {
    display: inline-flex;
    align-items: center;
    height: 68px;
    line-height: 68px;
    font-size: 20px
}

#offcanvas-toggler>span:hover {
    color: #fff
}

.offcanvas-init {
    overflow-x: hidden;
    position: relative
}

.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.body-wrapper {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    backface-visibility: hidden
}

.close-offcanvas {
    position: absolute;
    top: 25px;
    z-index: 1
}

.offcanvas-menu {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 60px;
    overflow: inherit;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10000
}

.offcanvas-menu #offcanvas-toggler {
    display: none !important
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px
}

.offcanvas-menu .offcanvas-inner .header-modules {
    margin-left: 0px
}

.offcanvas-menu .offcanvas-inner .finder {
    margin-bottom: 10px
}

.offcanvas-menu .offcanvas-inner .sp-sign-in {
    position: relative;
    top: 10px
}

.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text {
    display: none !important
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .user-text {
    display: none !important
}

.offcanvas-menu .offcanvas-inner .sp-contact-info,.offcanvas-menu .offcanvas-inner .social-icons {
    font-size: 14px
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a,.offcanvas-menu .offcanvas-inner .social-icons>li>a {
    opacity: 0.7
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:hover,.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:focus,.offcanvas-menu .offcanvas-inner .social-icons>li>a:hover,.offcanvas-menu .offcanvas-inner .social-icons>li>a:focus {
    opacity: 1
}

.offcanvas-menu .offcanvas-inner .sp-contact-info {
    margin-top: 20px
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li:not(:last-child) {
    margin-bottom: 10px
}

.offcanvas-menu .offcanvas-inner .sp-module {
    padding: 0;
    margin: 0
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-right: 20px
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 1rem;
    font-weight: bold
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 20px
}

.offcanvas-menu .offcanvas-inner .sp-module .awesomplete {
    width: 210px
}

.offcanvas-menu .offcanvas-inner ul.menu,.offcanvas-menu .offcanvas-inner ul.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin: 0 0 15px 0;
    list-style: none
}

.offcanvas-menu .offcanvas-inner ul.menu>li {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: 600
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
    line-height: 18px;
    opacity: 0.7;
    transition: 0.3s
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a:hover,.offcanvas-menu .offcanvas-inner ul.menu>li>span:hover {
    opacity: 1
}

.offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child {
    display: none
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 10px
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "ï„…";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>a {
    position: relative;
    display: block
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    right: -10px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 2px 10px
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "ï„…";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.menu-parent-open .menu-toggler:after {
    content: "ï„‡"
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "ï„‡";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.nav-header>.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "ï„‡";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "ï„…";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul {
    display: none
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 15px;
    padding: 4px 0px;
    line-height: 18px;
    font-weight: 400
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
    border-bottom: 1px solid rgba(32, 31, 31, 0.1);
    margin-bottom: 0
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
    padding: 15px 30px 15px 10px
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu ul {
    padding-bottom: 15px
}

.offcanvas-menu.center-alignment .offcanvas-inner {
    padding: 0px 15px
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 20px
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: left;
    margin-right: 20px
}

body.ltr.offcanvs-position-left .body-wrapper {
    left: 0
}

body.ltr.offcanvs-position-left .offcanvas-menu {
    left: -300px;
    top: 0
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
    left: 0;
    top: 0
}

body.ltr.offcanvs-position-right .body-wrapper {
    right: 0
}

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -300px;
    top: 0
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0;
    top: 0
}

body.ltr .close-offcanvas {
    right: 15px
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    right: -10px
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
    right: -10px
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
    margin-left: 10px
}

@keyframes spFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes spFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spFadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spZoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 1
    }
}

@keyframes spRotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes spPulse {
    from {
        opacity: 0;
        transform: scale3d(1, 1, 1)
    }

    50% {
        opacity: 0.5;
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes spSpin {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes loader1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader6 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes loader6 {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes rotate-360 {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes audioWave {
    25% {
        background: linear-gradient(#CBDA36, #CBDA36) 0 50%, linear-gradient(#CBDA36, #CBDA36) 0.625em 50%, linear-gradient(#CBDA36, #CBDA36) 1.25em 50%, linear-gradient(#CBDA36, #CBDA36) 1.875em 50%, linear-gradient(#CBDA36, #CBDA36) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em
    }

    37.5% {
        background: linear-gradient(#CBDA36, #CBDA36) 0 50%, linear-gradient(#CBDA36, #CBDA36) 0.625em 50%, linear-gradient(#CBDA36, #CBDA36) 1.25em 50%, linear-gradient(#CBDA36, #CBDA36) 1.875em 50%, linear-gradient(#CBDA36, #CBDA36) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em
    }

    50% {
        background: linear-gradient(#CBDA36, #CBDA36) 0 50%, linear-gradient(#CBDA36, #CBDA36) 0.625em 50%, linear-gradient(#CBDA36, #CBDA36) 1.25em 50%, linear-gradient(#CBDA36, #CBDA36) 1.875em 50%, linear-gradient(#CBDA36, #CBDA36) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em
    }

    62.5% {
        background: linear-gradient(#CBDA36, #CBDA36) 0 50%, linear-gradient(#CBDA36, #CBDA36) 0.625em 50%, linear-gradient(#CBDA36, #CBDA36) 1.25em 50%, linear-gradient(#CBDA36, #CBDA36) 1.875em 50%, linear-gradient(#CBDA36, #CBDA36) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em
    }

    75% {
        background: linear-gradient(#CBDA36, #CBDA36) 0 50%, linear-gradient(#CBDA36, #CBDA36) 0.625em 50%, linear-gradient(#CBDA36, #CBDA36) 1.25em 50%, linear-gradient(#CBDA36, #CBDA36) 1.875em 50%, linear-gradient(#CBDA36, #CBDA36) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em
    }
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes effect-2 {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sequence1 {
    0% {
        height: 10px
    }

    50% {
        height: 50px
    }

    100% {
        height: 10px
    }
}

@keyframes sequence2 {
    0% {
        height: 20px
    }

    50% {
        height: 65px
    }

    100% {
        height: 20px
    }
}

@keyframes rot1 {
    100% {
        transform: skew(-10deg) translateX(50px) rotate(405deg)
    }
}

@-webkit-keyframes rot1 {
    100% {
        -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg)
    }
}

@keyframes rot2 {
    100% {
        transform: skew(-10deg) rotate(525deg)
    }
}

@-webkit-keyframes rot2 {
    100% {
        -webkit-transform: skew(-10deg) rotate(525deg)
    }
}

@keyframes rot3 {
    100% {
        transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)
    }
}

@-webkit-keyframes rot3 {
    100% {
        -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)
    }
}

@keyframes width {
    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    100% {
        width: 100%
    }
}

.sp-pre-loader {
    background: #F5F4EF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.sp-pre-loader .sp-loader-clock {
    border: 3px solid #CBDA36;
    border-radius: 60px;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px
}

.sp-pre-loader .sp-loader-clock:after {
    content: '';
    position: absolute;
    background-color: #CBDA36;
    top: 2px;
    left: 48%;
    height: 38px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 2s linear infinite;
    animation: grdAiguille 2s linear infinite
}

.sp-pre-loader .sp-loader-clock:before {
    content: '';
    position: absolute;
    background-color: #CBDA36;
    top: 6px;
    left: 48%;
    height: 35px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 94%;
    transform-origin: 50% 94%;
    -webkit-animation: ptAiguille 12s linear infinite;
    animation: ptAiguille 12s linear infinite
}

.sp-pre-loader .sp-loader-circle {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    border: 3px solid fade(#CBDA36, 70%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader1 3s linear infinite;
    animation: loader1 3s linear infinite
}

.sp-pre-loader .sp-loader-circle:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background-color: #CBDA36
}

.sp-pre-loader .sp-loader-bubble-loop {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 12px;
    background-color: #CBDA36;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader6 1s ease-in-out infinite;
    animation: loader6 1s ease-in-out infinite
}

.sp-pre-loader .sp-loader-bubble-loop:before {
    content: '';
    position: absolute;
    background-color: rgba(203, 218, 54, 0.5);
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px
}

.sp-pre-loader .sp-loader-bubble-loop:after {
    content: '';
    position: absolute;
    background-color: rgba(203, 218, 54, 0.5);
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px
}

.sp-pre-loader .circle-two {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

.sp-pre-loader .circle-two>span,.sp-pre-loader .circle-two>span:before,.sp-pre-loader .circle-two>span:after {
    content: '';
    display: block;
    border-radius: 50%;
    border: 2px solid #CBDA36;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sp-pre-loader .circle-two>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear
}

.sp-pre-loader .circle-two>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent
}

.sp-pre-loader .circle-two>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent
}

.sp-pre-loader .wave-two-wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 90px
}

.sp-pre-loader .wave-two {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px
}

.sp-pre-loader .wave-two li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #CBDA36;
    bottom: 0
}

.sp-pre-loader .wave-two li:nth-child(1) {
    left: 0;
    -webkit-animation: sequence1 1s ease infinite 0;
    animation: sequence1 1s ease infinite 0
}

.sp-pre-loader .wave-two li:nth-child(2) {
    left: 15px;
    -webkit-animation: sequence2 1s ease infinite 0.1s;
    animation: sequence2 1s ease infinite 0.1s
}

.sp-pre-loader .wave-two li:nth-child(3) {
    left: 30px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
    animation: sequence1 1s ease-in-out infinite 0.2s
}

.sp-pre-loader .wave-two li:nth-child(4) {
    left: 45px;
    -webkit-animation: sequence2 1s ease-in infinite 0.3s;
    animation: sequence2 1s ease-in infinite 0.3s
}

.sp-pre-loader .wave-two li:nth-child(5) {
    left: 60px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
    animation: sequence1 1s ease-in-out infinite 0.4s
}

.sp-pre-loader .wave-two li:nth-child(6) {
    left: 75px;
    -webkit-animation: sequence2 1s ease infinite 0.5s;
    animation: sequence2 1s ease infinite 0.5s
}

.sp-pre-loader .sp-loader-audio-wave {
    width: 3em;
    height: 2em;
    background: linear-gradient(#CBDA36, #CBDA36) 0 50%, linear-gradient(#CBDA36, #CBDA36) 0.625em 50%, linear-gradient(#CBDA36, #CBDA36) 1.25em 50%, linear-gradient(#CBDA36, #CBDA36) 1.875em 50%, linear-gradient(#CBDA36, #CBDA36) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    animation: audioWave 1.5s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.sp-pre-loader .sp-loader-with-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.sp-pre-loader .sp-loader-with-logo .logo {
    display: inline-block;
    width: auto
}

.sp-pre-loader .sp-loader-with-logo .line {
    background: #CBDA36;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0
}

@media (min-width: 1200px) {
    .spbooking .spbooking-container {
        max-width:1320px !important
    }
}

@media (max-width: 1400px) {
    .topbar-search-options #topbar-filter-form {
        flex-wrap:wrap
    }
}

@media (max-width: 1199px) {
    #sp-header.full-header {
        padding-left:15px;
        padding-right: 15px
    }

    #sp-header.header-with-social #sp-menu .social-wrap {
        padding-left: 0px
    }

    .sp-megamenu-parent>li>a,.sp-megamenu-parent>li span {
        padding: 0 10px
    }

    .accomodation-available-rooms .sale-price span {
        font-size: 20px;
        line-height: 30px
    }

    .accomodation-available-rooms .rooms-info-body .spbooking-select {
        font-size: 16px;
        line-height: 24px
    }

    .accomodation-available-rooms .rooms-info-body .title {
        font-size: 16px;
        line-height: 24px
    }

    .topbar-search-options #topbar-filter-form {
        flex-direction: column
    }

    .topbar-search-options #topbar-filter-form .spbooking-col {
        flex: 1 0 33%;
        max-width: 33%
    }

    .topbar-search-options .filter-button {
        padding: 15px 30px
    }

    .topbar-search-options .topbar-filter-submit {
        font-size: 14px
    }

    .topbar-search-options .spbooking-btn-link {
        font-size: 14px
    }

    .topbar-search-options .topbar-filter .form-groups:after,.topbar-search-options .topbar-filter .topbar-range:after {
        display: none
    }

    .topbar-search-options .filter-button {
        align-items: center;
    }

    .spbooking-accomodation-listing .spbooking-package-info .spbooking-price-wrap {
        flex: 1 0 100%;
        max-width: 100%
    }

    .spbooking-accomodation-listing .spbooking-package-info .spbooking-price-wrap small {
        flex: auto
    }

    .spbooking-package .spbooking-price-wrap {
        margin-bottom: 5px
    }

    .spbooking-accomodation-listing .spbooking-package-info .spbooking-price-wrap span {
        font-size: 18px;
        line-height: 1.5
    }

    .topbar-search-options .filter-button {
        padding: 8px 20px;
    }

    .spbooking-accomodation-listing .spbooking-package-info {
        align-items: center
    }

    .spbooking-accomodation-listing .spbooking-package-info .accomocation-location {
        line-height: 1.2
    }

    .accomodation-gallery .ac-gallery .image-holder {
        height: 400px
    }

    .accomodation-info-wrapper .other-info-description {
        line-height: 1.4
    }

    .accomodation-gallery .carousel-content-wrapper .carousel-title {
        font-size: 40px;
        line-height: 1.4;
        margin-bottom: 10px
    }

    .view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .spbooking-package-meta {
        padding-right: 0
    }

    .com-spbooking.view-package .tour-overview-details {
        padding: 15px
    }

    .view-package .spbooking-container {
        width: auto !important
    }
}

@media (min-width: 992px) {
    #sp-header.header-with-modal-menu #offcanvas-toggler.offcanvas {
        display:none !important
    }
}

@media (max-width: 991px) {
    :root {
        --header_height: $header_height_sm
    }

    .sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
        line-height: 50px
    }

    #sp-header {
        height: 50px
    }

    #sp-header .logo {
        height: 50px
    }

    #sp-header.header-with-modal-menu #offcanvas-toggler {
        display: flex !important
    }

    #sp-header.header-with-modal-menu #modal-menu-toggler {
        display: none
    }

    #sp-header.full-header-center #offcanvas-toggler.mega,#sp-header.header-with-modal-menu #offcanvas-toggler.mega,#sp-header.full-header-left #offcanvas-toggler.mega,#sp-header.lg-header #offcanvas-toggler.mega,#sp-header.header-with-social #offcanvas-toggler.mega {
        display: flex !important
    }

    #sp-header.lg-header #offcanvas-toggler.mega {
        display: none !important
    }

    #sp-header.lg-header .offcanvas-toggler-left.offcanvas {
        display: flex !important
    }

    #sp-header-topbar .container-inner>.row {
        min-height: 50px
    }

    #modal-menu {
        top: 50px
    }

    #offcanvas-toggler {
        height: 50px;
        line-height: 50px
    }

    #sp-logo.has-border>.sp-column {
        border-right: none;
        padding-right: 0px
    }

    #sp-menu .social-wrap:after,#sp-logo.has-border:after {
        display: none
    }

    #sp-logo.has-border {
        padding-right: 15px
    }

    #sp-menu .social-wrap {
        padding-left: 15px
    }

    #sp-header.header-with-modal-menu.center-layout .sp-contact-info,#sp-header.header-with-modal-menu.classic-layout .sp-contact-info {
        display: none
    }

    #sp-header-topbar {
        margin: 10px 0px
    }

    #sp-header-topbar .container-inner {
        padding-bottom: 10px
    }

    #sp-footer1 {
        margin-bottom: 50px
    }

    #sp-footer .container-inner {
        padding: 50px 0px 50px 0px
    }

    #sp-bottom {
        padding: 50px 0 20px
    }

    #sp-footer ul.menu li a {
        font-size: 14px;
        line-height: 20px
    }

    #sp-footer ul.menu li {
        padding: 8px 0px 8px 15px
    }

    #sp-footer .container-inner {
        padding: 40px 0px 50px 0px
    }

    .spbooking-search form {
        padding: 15px
    }

    .spbooking-search form .spbooking-row .spbooking-col {
        padding: 0px 15px;
        width: 50%;
        flex: 0 0 50%
    }

    .spbooking-search form .spbooking-row .spbooking-col input.form-control,.spbooking-search form .spbooking-row .spbooking-col input[type="text"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="email"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="url"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="date"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="password"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="search"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="tel"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="number"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col .toggle-person-info,.spbooking-search form .spbooking-row .spbooking-col select.form-control,.spbooking-search form .spbooking-row .spbooking-col select:not(.form-select):not(.form-control) {
        padding: 15px 20px;
        border-right: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 20px
    }

    .spbooking-search form .spbooking-row .custom-width {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px
    }

    .spbooking-search form .spbooking-row .custom-width .btn.search-btn {
        width: auto;
        padding: 12px 25px
    }

    .blog .leading-article-top-title-wrap h2 {
        font-size: 26px;
        line-height: 36px
    }

    .blog .leading-article-top-title-wrap p {
        font-size: 62px;
        line-height: 72px
    }

    .article-list .article {
        margin-bottom: 40px
    }

    .article-list .article .article-header h2 {
        font-size: 20px;
        line-height: 30px
    }

    .article-list .article .article-info span {
        font-size: 15px;
        line-height: 25px
    }

    .article-list.articles-leading .article-body {
        padding: 40px
    }

    .article-list.articles-leading .article-header h2 {
        font-size: 32px;
        line-height: 42px
    }

    .article-list.articles-leading .article-info {
        margin-bottom: 10px
    }

    .accomodation-available-rooms .rooms-info-body .spbooking-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .accomodation-available-rooms .rooms-info-body .spbooking-select-text {
        margin: 0px
    }

    .accomodation-gallery .carousel-content-wrapper .spbooking-btn.spbooking-btn-primary {
        font-size: 16px;
        line-height: 20px;
        padding: 13px 20px
    }

    .accomodation-gallery .carousel-content-wrapper .carousel-title {
        font-size: 40px;
        line-height: 60px
    }

    .topbar-search-options #topbar-filter-form .spbooking-col {
        flex: 1 0 50%;
        max-width: 50%
    }

    .sp-page-title .sp-page-title-heading {
        font-size: 54px;
        line-height: 70px
    }

    .com-spbooking.view-accomodations .sp-module-title {
        font-size: 44px;
        line-height: 56px
    }

    .spbooking-accomodation-module .jeetravel-accomodation-wrap {
        margin: 8px
    }

    .tour-activities .itenary-tab .itenary-nav {
        padding-right: 20px
    }

    .tour-activities .itenary-tab .itenary-nav li {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .tour-activities .itenary-tab .itenary-panel {
        padding-left: 20px
    }

    .tour-activities .itenary-tab .itenary-panel .spbooking-activity-content ul li {
        padding-bottom: 20px
    }

    .com-users.view-login .logout {
        margin-left: 0%
    }

    .spbooking-package .spbooking-price-wrap {
        display: flex;
        flex-direction: inherit
    }

    .view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .spbooking-package-meta {
        padding-right: 0
    }

    .view-package .package-details-top-wrapper .spbooking-package-details-image-thumb .package-gallery .image-holder {
        max-height: 400px
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left {
        padding-left: 35px;
        padding-bottom: 20px;
        padding-top: 10px
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left p.spbooking-title {
        font-size: 52px;
        line-height: 64px
    }

    .view-package .spbooking-container.package-details-bottom-wrapper,.view-package .spbooking-container.package-details-bottom-wrapper .tour-overview {
        padding: 0 20px
    }

    .view-package .package-details-gallery-bottom-wrap .spbooking-details-custom {
        padding: 0
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-title-bottom .spbooking-details-date-wrap span.spbooking-details-start-date div p {
        font-size: 20px;
        line-height: 28px
    }

    .spbooking-details-image .package-gallery .image-holder {
        height: 350px
    }

    .com-spbooking .owl-carousel.owl-theme .owl-nav {
        display: none
    }

    .topbar-search-options .topbar-filter .form-groups,.topbar-search-options .topbar-filter .topbar-range {
        margin-bottom: 10px
    }

    .spbooking-search form .spbooking-row .spbooking-col .form-groups:after,.spbooking-search form .spbooking-row .spbooking-col .topbar-range:after {
        display: none
    }

    .spbooking-search form .spbooking-row .spbooking-col input.form-control,.spbooking-search form .spbooking-row .spbooking-col input[type="text"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="email"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="url"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="date"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="password"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="search"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="tel"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="number"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col .toggle-person-info {
        padding: 0px;
        margin: 0px;
        border: none
    }

    html.coming-soon .coming-soon-title {
        font-size: 54px;
        line-height: 60px
    }
}

@media (max-width: 767px) {
    body .sppb-btn,body .btn {
        padding:1em 1.2em;
        font-size: 14px
    }

    #sp-menu .social-wrap {
        padding-left: 10px
    }

    #sp-menu .social-wrap:after {
        display: none
    }

    #sp-header .menu-wrap {
        display: none
    }

    .home-slider.sp-slider .sp-nav-control {
        max-width: 120px;
        top: unset !important;
        bottom: 30px
    }

    .spbooking-search form {
        padding: 10px
    }

    .spbooking-search form .spbooking-row .spbooking-col {
        width: 100%;
        flex: 0 0 100%
    }

    .spbooking-search form .spbooking-row .spbooking-col input.form-control,.spbooking-search form .spbooking-row .spbooking-col input[type="text"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="email"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="url"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="date"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="password"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="search"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="tel"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="number"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col .toggle-person-info,.spbooking-search form .spbooking-row .spbooking-col select.form-control,.spbooking-search form .spbooking-row .spbooking-col select:not(.form-select):not(.form-control) {
        padding: 15px 20px;
        border-right: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 20px
    }

    .spbooking-search form .spbooking-row .custom-width .btn.search-btn {
        font-size: 14px;
        max-width: auto
    }

    .blog .leading-article-top-title-wrap {
        margin-top: 50px
    }

    .blog .leading-article-top-title-wrap h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px
    }

    .blog .leading-article-top-title-wrap p {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 25px
    }

    .article-list .article {
        margin-bottom: 25px
    }

    .article-list .article .article-intro-image {
        margin-bottom: 10px
    }

    .article-list .article .article-header {
        margin-bottom: 5px
    }

    .article-list .article .article-header h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px
    }

    .article-list .article .article-info span {
        font-size: 14px;
        line-height: 24px
    }

    .article-list.articles-leading .article {
        margin-bottom: 40px
    }

    .article-list.articles-leading .article .article-intro-image {
        margin-bottom: 15px
    }

    .article-list.articles-leading .article .article-info {
        margin-bottom: 6px
    }

    .article-list.articles-leading .article .article-info span {
        color: #212822
    }

    .article-list.articles-leading .article-body {
        max-width: 100%;
        position: relative;
        padding: 0
    }

    .article-list.articles-leading .article-header {
        margin-bottom: 0px
    }

    .article-list.articles-leading .article-header h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0px
    }

    .article-list.articles-leading .article-header h2 a {
        color: #212822
    }

    .intro-article-top-title-wrap {
        margin-bottom: 25px
    }

    .intro-article-top-title-wrap h2 {
        margin-bottom: 15px
    }

    .view-category #sp-main-body {
        padding: 50px 0px
    }

    .pagination {
        margin: 0px !important
    }

    .accomodation-available-rooms .rooms-info-body .spbooking-col {
        flex: 0 0 50%;
        max-width: 50%
    }

    .accomodation-available-rooms .rooms-info-body .spbooking-select-text {
        margin: 0px
    }

    .accomodation-available-rooms .spbooking-room-booknow {
        padding: 6px 15px;
        font-size: 14px
    }

    .accomodation-available-rooms input.accomodation-checkin-out-range.form-control[type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="email"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="url"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="date"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="password"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="search"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="tel"][type="text"],.accomodation-available-rooms input.accomodation-checkin-out-range:not(.form-control)[type="number"][type="text"] {
        font-size: 14px;
        line-height: 24px;
        width: 300px
    }

    .accomodation-gallery .carousel-content-wrapper {
        display: flex;
        align-items: flex-start;
        padding: 0px 0px 25px 15px;
        flex-direction: column;
        justify-content: flex-end
    }

    .accomodation-gallery .carousel-content-wrapper .carousel-title {
        font-size: 26px;
        line-height: 34px
    }

    .accomodation-gallery .carousel-content-wrapper .carousel-title {
        margin-bottom: 0px
    }

    .accomodation-gallery .carousel-content-wrapper .carousel-left {
        margin: 0px 0px 30px 0px
    }

    .accomodation-gallery .carousel-content-wrapper .carousel-price .price {
        font-size: 30px;
        line-height: 40px
    }

    .accomodation-gallery .carousel-content-wrapper .carousel-price {
        margin-bottom: 20px
    }

    .accomodation-gallery .carousel-content-wrapper .spbooking-btn.spbooking-btn-primary {
        padding: 8px 15px
    }

    .accomodation-info-wrapper {
        margin: 0px 0px 50px 0px
    }

    .accomodation-gallery {
        margin-bottom: 50px
    }

    .accomodation-overview .amenities-wrapper ul {
        grid-template-columns: 1fr
    }

    .accomodation-overview .amenities-wrapper .amenities-holder span:last-child {
        font-size: 16px
    }

    .com-spbooking.view-accomodation .rating-travellers-rating .review-category {
        font-size: 16px;
        line-height: 26px
    }

    .com-spbooking.view-accomodation .rating-travellers-rating li.traveller-review-item {
        margin-bottom: 10px
    }

    .accomodation-info-wrapper .other-info-description {
        font-size: 20px;
        line-height: 30px
    }

    .accomodation-info-wrapper .other-info-title {
        font-size: 14px;
        line-height: 18px
    }

    .accomodation-info-wrapper .accomodation-info-item:not(:last-child) {
        padding-bottom: 0px
    }

    .accomodation-info-wrapper .accomodation-info-item {
        margin-bottom: 20px
    }

    .accomodation-map-wrapper {
        margin-bottom: 50px
    }

    .accomodation-user-comments .comment-header .user-name {
        font-size: 20px;
        line-height: 32px
    }

    .user-feedback .spbooking-btn.spbooking-btn-primary {
        font-size: 14px;
        line-height: 20px;
        height: 48px
    }

    .accomodation-user-comments .comment-header img {
        width: 44px;
        height: 44px
    }

    .accomodation-user-comments ul li {
        padding: 0px 0px 20px 60px
    }

    .com-spbooking.view-accomodation .accomodation-policies .accomodation-policies-title {
        font-size: 18px;
        line-height: 28px
    }

    .accomodation-gallery .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
        width: 44px;
        height: 44px
    }

    .sppb-addon-optin-forms input[type="email"]:not(.form-control) {
        padding: 10px 0px 8px 0px
    }

    .topbar-search-options #topbar-filter-form .spbooking-col {
        flex: 1 0 100%;
        max-width: 100%
    }

    .sp-page-title .sp-page-title-heading {
        font-size: 34px;
        line-height: 45px
    }

    .sp-page-title {
        padding: 120px 0px 100px 0px
    }

   

    .sppb-addon-accordion .sppb-panel-faq {
        padding: 10px 0px
    }

    .sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
        font-size: 16px;
        line-height: 26px
    }

    .tour-activities .itenary-title {
        padding-bottom: 10px;
        margin-bottom: 25px
    }

    .tour-activities .itenary-tab {
        display: block
    }

    .tour-activities .itenary-tab .itenary-nav,.tour-activities .itenary-tab .itenary-panel {
        width: 100%;
        padding: 0px
    }

    .tour-activities .itenary-tab .itenary-nav li {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .tour-activities .itenary-tab .itenary-nav li a.nav-link {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 2px
    }

    .tour-activities .itenary-tab .itenary-panel .time-slot.text-mute {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px
    }

    .tour-activities .itenary-tab .itenary-panel .time-slot.text-mute .activity-time-image {
        padding-right: 10px
    }

    .tour-activities .itenary-tab .itenary-panel .time-slot.text-mute span span {
        font-size: 18px;
        line-height: 24px
    }

    .tour-activities .itenary-tab .itenary-panel .spbooking-activity-content ul li {
        padding-bottom: 8px
    }

    .tour-activities .itenary-tab .itenary-panel .activity-desc {
        padding-left: 35px
    }

    .topbar-search-options .topbar-filter .form-groups:after,.topbar-search-options .topbar-filter .topbar-range:after {
        display: none
    }

    .topbar-search-options .topbar-filter .topbar-search-wrapper:after {
        right: 0px
    }

    .topbar-search-options .topbar-filter .topbar-range .range-icon {
        right: 0px
    }

    .com-spbooking.view-packages .topbar-search-options .spbooking-col:nth-child(2) .topbar-search-wrapper:after {
        right: 0px
    }

    .spbooking-view-pakcages .topbar-search-wrapper .range-icon {
        right: 0px
    }

    .com-spbooking.view-packages .topbar-search-options .topbar-search-wrapper .range-icon {
        top: 30px
    }

    .topbar-search-options .topbar-filter .person-caret {
        right: 0px
    }

    .spbooking-search form .spbooking-row .spbooking-col input.form-control,.spbooking-search form .spbooking-row .spbooking-col input[type="text"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="email"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="url"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="date"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="password"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="search"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="tel"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col input[type="number"]:not(.form-control),.spbooking-search form .spbooking-row .spbooking-col .toggle-person-info {
        padding: 0px;
        margin: 0px;
        border: none
    }

    .article-details .article-header h1,.article-details .article-header h2 {
        max-width: 100%;
        font-size: 25px;
        line-height: 1.4;
        padding-bottom: 24px
    }

    .article-details .header-info-wrap {
        max-width: 100%;
        bottom: 0px;
        padding: 0px
    }

    .article-details .article-details-top-img-wrapper {
        margin-bottom: 0px
    }

    .article-details .article-full-image {
        margin-bottom: 20px
    }

    .view-packages .spbooking-sidebar {
        border: none !important;
        padding: 0
    }

    .view-packages .spbooking-sidebar .custom-checkbox {
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 1.4
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-package-details-price-wrap {
        margin-top: 10px;
        padding-top: 10px;
        width: 100%
    }

    html.coming-soon .coming-soon-title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 30px;
        max-width: 100%
    }
}

@media (max-width: 575px) {
    :root {
        --header_height: $header_height_xs
    }

    .sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
        line-height: 40px
    }

    #sp-header {
        height: 50px
    }

    #sp-header .logo {
        height: 50px
    }

    #sp-header-topbar .container-inner>.row {
        min-height: 40px
    }

    #modal-menu {
        top: 40px
    }

    #offcanvas-toggler {
        height: 50px;
        line-height: 50px
    }

    #sp-header .sp-module {
        margin-left: 10px
    }

    #sp-header .sp-module .sp-sign-in .text {
        display: none
    }

    #sp-menu ul.social-icons>li:not(:last-child) {
        margin-right: 10px
    }

    #sp-header.lg-header .top-part {
        border-bottom: none
    }

    #sp-header.lg-header #sp-contact {
        order: 1
    }

    #sp-header.lg-header #sp-logo {
        order: 3
    }

    #sp-header.lg-header #sp-social {
        order: 2
    }

    #sp-header.lg-header #sp-social .sp-column {
        justify-content: center !important
    }

    #sp-header.lg-header #sp-social .social-icons {
        margin: 0
    }

    #sp-header.lg-header #sp-social .social-icons>li:not(:last-child) {
        margin-right: 10px
    }

    #sp-header.lg-header .sp-contact-info {
        text-align: center;
        margin: 5px 0
    }

    .header-has-modules .container-inner>.row {
        flex-wrap: wrap !important
    }

    .header-has-modules #offcanvas-toggler {
        height: auto;
        line-height: 1.2
    }

    html.coming-soon #coming-soon-countdown .coming-soon-days,html.coming-soon #coming-soon-countdown .coming-soon-hours,html.coming-soon #coming-soon-countdown .coming-soon-minutes,html.coming-soon #coming-soon-countdown .coming-soon-seconds {
        width: 50%;
        margin-bottom: 15px
    }

    html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
        font-size: 2.5rem
    }

    html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
        font-size: 14px
    }

    .view-search #search-form .btn-group {
        flex-wrap: wrap
    }

    .view-search #search-form button,.view-search #search-form .btn {
        border-radius: 3px
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left p.spbooking-title {
        font-size: 42px;
        line-height: 54px
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left p.spbooking-title {
        margin-bottom: 10px
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-major-activities .spbooking-details-custom .spbooking-custom-item .spbooking-custom-description .package-details-short-intro {
        width: 100%;
        margin-bottom: 30px
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-major-activities .spbooking-details-major-activities .spbooking-major-activities-item {
        margin-right: 30px
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-package-details-price-wrap,.view-package .spbooking-container.package-details-bottom-wrapper .spbooking-details-overview .description {
        width: 100%
    }

    .package-details-gallery-bottom-info {
        padding: 0 35px
    }

    .package-details-gallery-bottom-info .left-content,.package-details-gallery-bottom-info .right-content {
        width: 100%
    }

    .view-package .package-details-gallery-bottom-wrap .spbooking-details-custom .left-content h4 {
        font-size: 28px;
        line-height: 32px
    }

    .view-package .package-details-gallery-bottom-wrap .spbooking-details-custom .left-content p {
        font-size: 16px;
        margin-bottom: 15px
    }

    .view-package .package-details-gallery-bottom-wrap .spbooking-details-custom .right-content .content-wrap p {
        font-size: 16px
    }

    .view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-title-bottom .spbooking-details-date-wrap span.spbooking-details-start-date i {
        font-size: 25px
    }

    .spbooking-details-image .package-gallery .image-holder {
        height: 175px
    }

    .accomodation-available-rooms .sale-price {
        font-size: 12px;
        line-height: 1.3;
        flex-direction: column
    }

    .view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .spbooking-package-meta small {
        font-size: 12px;
        line-height: 1.4
    }

    .view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .spbooking-package-meta span {
        padding-left: 0px;
        font-size: 12px;
        line-height: 1.4
    }

    .view-packages .spbooking-package-contents .spbooking-package .spbooking-package-info .spbooking-price-wrap .price ins {
        font-size: 20px;
        line-height: 1.4
    }

    .view-package .package-details-top-wrapper .spbooking-package-details-image-thumb .package-gallery .image-holder {
        height: 300px
    }

    .view-package .spbooking-container.package-details-bottom-wrapper .spbooking-details-overview h4.overview {
        font-size: 22px;
        line-height: 1.4
    }

    .view-package .spbooking-container.package-details-bottom-wrapper .spbooking-details-overview .description {
        width: 100%;
        font-size: 14px;
        line-height: 1.4
    }
}


.about-two__single {
  position: relative;
  max-width: 680px;
  margin: 0 auto 60px;
}



.about-two__image {
  position: relative;
  padding-left: 115px;
}

@media (max-width: 1200px) {
  .about-two__image {
    padding-left: 30px;
  }
}




.about-two__image .content-inner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}





.about-two__image-second {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 270px;
  max-width: 40%;
}

.about-two__image-second .content-inner {
  overflow: hidden;
  border-radius: 30px;
  border: 8px solid #fff;
  -webkit-box-shadow: 10px 0 30px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 10px 0 30px 0px rgba(0, 0, 0, 0.18);
}


.about-two__image-second:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-two__box-content {
  position: absolute;
  bottom: -30px;
  right: -20px;
  background: #fff;
  padding: 12px;
  -webkit-box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 280px;
}



.about-two__box-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid var(--ongo-light);
  padding: 20px 40px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.about-two__title {
  font-size: 60px;
  color: var(--ongo-light);
  margin-right: 10px;
  font-weight: 700;
}
img {
    transition: .3s;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
  	overflow: hidden;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
  	z-index: 1;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}