:root {

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

    --cassiopeia-font-family-body:"Roboto", sans-serif;
    --cassiopeia-font-family-headings:"Roboto", sans-serif;
    --cassiopeia-font-weight-headings: 700;
    --cassiopeia-font-weight-normal: 400;

	--website-color-1: #dcb57e; 
	--website-color-2: #263238;
	--cassiopeia-color-primary:var(--website-color-1);
    --cassiopeia-color-link:var(--website-color-1);
	--cassiopeia-color-hover:var(--website-color-2);


	
    --blue: #0d6efd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #d63384;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #198754;
    --teal: #20c997;
    --cyan: #0dcaf0;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #212529;
    --primary-rgb: 13, 110, 253;
    --secondary-rgb: 108, 117, 125;
    --success-rgb: 25, 135, 84;
    --info-rgb: 13, 202, 240;
    --warning-rgb: 255, 193, 7;
    --danger-rgb: 220, 53, 69;
    --light-rgb: 248, 249, 250;
    --dark-rgb: 33, 37, 41;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;
    --body-color-rgb: 33, 37, 41;
    --body-bg-rgb: 255, 255, 255;
    --font-sans-serif: system-ui,-apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,"Liberation Mono", "Courier New", monospace;
    --gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --body-font-family:var(--cassiopeia-font-family-body);
    --body-font-size: 1.225rem;
    --body-font-weight: 300;
    --body-line-height: 1.5;
    }
.offcanvas {
    --offcanvas-bg: #263238;
}
body {
    letter-spacing: 1px;
  	font:1.225rem/1.5 'Open Sans', Helvetica, Arial, sans-serif;
}
/*sp-booking*/
.accomodation-gallery .ac-gallery .image-holder {
    max-height: 90vh!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.spbooking-row .ac-gallery .image-holder {
    height: 420px!important;
}
.spbooking-col-12 .ac-gallery {
	margin: .5rem;
}
.spbooking-details-image .package-gallery .image-holder {
    height: 490px!important;
}
.accomodation-gallery .header-overlay {
   /* margin-top: -482px;*/
}

@media screen and (min-width: 968px) {
.hotel .site-grid {
    display: initial;
}
}
@media (max-width: 480px) {
.accomodation-gallery .ac-gallery .image-holder {
    height: 500px!important;
}
  }
.topbar-search-options {
    margin-top: -100px!important;
}
.hotel .spbooking .spbooking-row {
    margin-right: 0;
    margin-left: 0;
}
/*sp-booking*/
b, strong {
    color: var(--website-color-1);
}
a {
    text-decoration: none;
}
.container-header .navbar-brand {
    font-size: calc(.825rem + .3vw);
}

@media screen and (max-width: 991px) {
	.header-title {
    width: 100%;
	}
}

.brand-logo img {
    margin-top: 1.5rem;
}
.container-component hr {
    margin: 5rem;
}

element.style {
}
.float-start {
    margin-right: 2rem;
}
.main-top.card {
   background: #e1e9f5;
}

.fa, .fas, [class*=" icon-"], [class^="icon-"] {
  color: var(--website-color-1);
}

/* .footer an */

.footer {
   
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(119,9,121,1) 35%, rgba(0,212,255,1) 100%); 
}

.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;
}
.footer .no-card {
    padding: 0 1rem;
}
.footer .grid-child {
  	max-width: 1680px;
}


.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%;
}
}
@media screen and (min-width: 991px) {
.sticky .container-header {
    background-color: var(--ongo-dark);
    position: fixed;
    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-header .navbar-brand {
    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;
}
@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(23% - 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;
    grid-row: 1 1 1;
    column-gap: 5rem;
}
.list-review .item {
    display: block;
    padding: 2rem;
    border: 2px dashed #dcb57e50;
    min-width: 100%;
  	margin-bottom: 0.5rem;
}
.item-context {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}
.item-context: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;
}
.g-info {
    justify-content: center;
}
.list-review::-webkit-scrollbar {
    width: 0;
}
 
.list-review::-webkit-scrollbar-track {
    
    border-radius: 1px;
}
 
.list-review::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 7px var(--website-color-1);
}
/*.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;
}


:root {
	--ongo-dark: #0f203a;
    --ongo-light: #c53211;
    --ongo-bright: #4b6777;
    --ongo-highlight: #b53139;
	--ongo-primary: #00BB98;
}
.container-banner {
    margin: 0;
}
.container-banner svg {
    transform: rotateX(180deg) translateX(-50%);
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    fill: #ffffff;
    /* top: 1rem; */
      margin-top: -5rem;
}

.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(--website-color-2);
  }
  @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: #fff;
    }
  }
  .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(--website-color-1) !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;
    }
}

.container-header {
     background-image: linear-gradient(135deg,var(--website-color-1),var(--website-color-2)); 
}



/*
:root {
	--website-color-1: var(--cassiopeia-color-primary);
    --website-color-2: var(--danger);
}
*/

/* for the skip-to navigation - see https://issues.joomla.org/tracker/joomla-cms/35211 */
/* TEMPORARY SOLUTION WAITING FOR THE NATIVE FIX IN JOOMLA - should come in sept 2021 */
/* .skip-to .skip-to-tooltip {width: 300px !important;} */


/* for bigger popup of CodeMirror within TinyMCE - https://forum.joomla.org/viewtopic.php?f=808&t=988666 */
.tox-dialog {
    width: calc(100vw - 100px) !important;
    max-width: unset !important;
    height: calc(100vh - 100px) !important;
    max-height: unset !important;
}

h1 {
	margin-bottom: 20px;
}

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

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;*/
}

/*main h1, main h2, main h3, main h4 {
	color: var(--website-color-1);
}
/*
main h1, main h2, main h3, main h4 {
    background: -webkit-linear-gradient(0deg, var(--website-color-1),var(--website-color-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -moz-fit-content;
    width: fit-content;
}*/


/*
.container-banner .banner-overlay {   
	background-attachment: unset;
    background-size: cover;
	height: 100px;
}
@media (min-width: 768px) {
	.container-banner .banner-overlay {   
		height: 150px;
	}
}
@media (min-width: 992px) {
	.container-banner .banner-overlay {   
		height: 250px;
	}
}
@media (min-width: 1200px) {
	.container-banner .banner-overlay {   
		height: 300px;
	}
}
*/

/* animation-fill-mode: both; avoids having the element visible before the animation */ */
/*
.container-banner .banner-overlay .overlay {
	animation: fadeIn;
	animation-duration: 2s;
	animation-delay: 500ms;
	animation-fill-mode: both;
}*/



div.blog-item figure.item-image img {
    height: 100%;
    object-fit: cover;
	transition: transform .5s; /* Animation */
}
div.blog-item:hover figure.item-image img {
	transform: scale(1.1);
}

/* note : la ligne native suivante pose prob */
/*
.image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex: 1 0 40%;
}*/


/* adding icons to the Menu Items by adding a Style - see /public_html/media/system/css/joomla-fontawesome.css to find quickly the right code for Font Awesome 5*/
ul.mod-menu a.home:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
    margin-right: 4px;
	font-display: block; /* https://www.alsacreations.com/article/lire/1779-CSS-font-display-et-le-chargement-des-polices-web.html */
}

.mod-languages {
    display: grid;
    align-items: center;
    margin-top: 0.5em;
}



/* module custom logo */
div#mod-custom114 p {
	margin-top: .5em;
	margin-bottom: 0;
}

div.mod-languages li {
    margin: 0 !important;
}
div.mod-languages li:not(.lang-active) a {
    color: white;
}

/* 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 */
    font-size: 1rem;
}

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

/* test to have the main menu on fixed position on smartphone */
/*.navbar-collapse {
	position: absolute;
    top: 100%;
    right: 0;
    left: 0;
}*/

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

div.mod-languages ul li.lang-active {
    background-color: unset !important;
    border: 1px solid white;
	border-radius: 0.25rem;
}
div.mod-languages ul li.lang-active a {
    color: white;
}

/* bottom-left of the site - aligning accessibility & tarteaucitron icons */
#tarteaucitronIcon #tarteaucitronManager {
    padding: 0 !important;
}
#tarteaucitronIcon {
    z-index: 0 !important; /* otherwise stays on top of Accessibility tool */
}
i._access-icon.material-icons._access {
	bottom: 70px !important;
}
/* avoids having the back to top partially above the bottom popup of tarteaucitron */
.back-to-top-link {
    right: 0.5rem;
    bottom: 0.5rem;
}

section.akengage-outer-container h3.akengage-title {
    border-bottom: unset !important;
}

/* in order to limit the height of TinyMCE in the front-end for Akeeba Engage */
/*.tox.tox-tinymce.tox-tinymce--toolbar-sticky-off {
    height: 200px !important;
}*/

.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: .5;
}
.breadcrumb {
    background: inherit;
    opacity: .7;
    font-size: .8rem;
}
input {
    padding: 0.7rem 2rem;
}
joomla-tab button[role=tab][aria-expanded=true] {
	background-color: var(--website-color-1);
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1.225rem;
}
joomla-tab>joomla-tab-element {
    border: none;
    background: inherit;
	padding: 2rem;
}
joomla-tab button[role=tab] {
    flex: auto;
}
joomla-tab[view=accordion]>button:focus, joomla-tab[view=accordion]>button[aria-expanded=true] {
    background-color: var(--website-color-1);
}
/*.com-content-article__body strong {
   font-size: 1.5rem;
   color: var(--ongo-primary);
}

.com-content-article__body strong::before {
   content: "";
   display: inline-block;
   position: relative;
   margin-right: calc(5px + 0.9em);
   margin-left: -1.55rem;
   border: 10px solid;
   border-radius: 10px;
}*/
.no-card .newsflash-horiz li {
    padding: 0;
}
.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;
}
    
}
.item-content ul.tags.list-inline li.list-inline-item {
    margin: 8px 0 0 0;
}
.item-content ul.tags.list-inline li.list-inline-item .btn {
    background-color: var(--website-color-1);
    color: white;
}
.item-content ul.tags.list-inline li.list-inline-item .btn:hover {
    background-color: #8cbcd0;
}
.cf {
    flex-wrap: wrap;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color:var(--ongo-dark);
    padding: 2rem;
    justify-content: space-between;
    align-items: center;
  	opacity: .85
}
.archivement-list{
  display:flex;
  list-style: none;
}
.archivement-list li{
  margin: 1rem;
  border: 0.5rem #ffffff solid;
  padding: 1rem 2rem;
  width:40%
}


h6 {
    content: "";
    top: 0;
    bottom: 0;
    border-left: 1px solid #fff;
  	padding: 0 2rem;
}
  
.no-card .newsflash-horiz li {
    border: none;
    box-shadow: none;
    padding: 0;
}
.no-card .newsflash-horiz li:before {
  	content: "";  
  	height: 4px;
    font-size: 5rem;
    margin-right: auto;
}
/*Banners*/
.container-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom,50%;
    background-size: cover;
    height: 49vh;
    border-top: 0.5rem solid var(--ongo-light);
    overflow: hidden;
}
.container-banner .banner-overlay .overlay {
        min-height: 465px;
        padding: 5rem 2rem .42rem;
}


.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-bottom-a .banner-overlay {
    color: #fff;
}
.container-bottom-a .banner-overlay .overlay {
    text-align: left;
    align-items: flex-start;
  	padding: clamp(2rem,8vw,10rem);
  	background-color: rgba(0,0,0,.5);
  	height: 100%;
}
.header-overlay {
    color: #fff;
    /* background-repeat: no-repeat; */
    /* background-position: bottom,50%; */
    /* background-size: cover; */
    overflow: hidden;
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 8rem 2rem 0.42rem;
    background-color: #0000008b;
    min-height: 580px;
}
/*.header-overlay:before {
    content: "";
    background-color: #000000;
    opacity: 0.25;
    position: absolute;
    inset: 0;
}*/

/*categories-list
.categories-list {
  padding: 0;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.categories-list > div {
  flex: 1 1 auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  box-shadow: 0px 0.5rem 2rem 0.5rem rgba(0, 0, 0, 0.25);
  min-width: 90%;
  max-width: 90%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  /*scroll-snap-align: start;
  margin: .8rem;
  outline: #c5c2c2 solid 1px;
  outline-offset: -10px;
}
@media (min-width: 768px) {
  .categories-list > div {
    min-width: calc(25% - 1rem);
    max-width: calc(45% - 1rem);
    margin: .8rem;
  }
}
@media (min-width: 1200px) {
  .categories-list > div {
    min-width: min(calc(24% - 1rem), 22rem);
    max-width: min(calc(33% - 1rem), 32rem);
    margin: .8rem;
  }
}
.categories-list > div > :last-child {
  align-self: end;
  transition: all .5s ease-in;
}
.categories-list > div > :last-child:hover {
  transform: translateY(-.5rem);
}
.categories-list .newsflash-image {
  min-width: 100%;
}
.categories-list .newsflash-image img {
  max-width: 100%;
}
.categories-list .newsflash-title {
  display: inline-block;
  margin-bottom: 2rem;
  /* font-size: 1.5rem; 
}
.categories-list .newsflash-title:after {
  content: "";
  height: 0.25rem;
  background-color: #2d4495;
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}
.categories-image {
    height: 100%;
    position: relative;
    background-size: cover;
    padding: 5rem;
    text-align: center;
    display: grid;
    min-height: 180px;
    background-position: center center;*/
}
/*container*/

/*logo*/
.container-header .navbar-brand a {
    color: #fff;
  	text-decoration: none;
}
@media (min-width: 768px) {
.container-header .navbar-brand {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
}


.page-header:after {
   display: block;
    width: 10%;
    height: 4px;
    margin: 0.5rem;
    content: "";
    background: var(--ongo-light);
}

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


.logobanner {
    display: none;
    transform: translateX(250%);
    position: absolute;
    /* transform: none; */
    opacity: .8;
}
@media (min-width: 968px) {
.logobanner {
   display: block;
}}

.display-1 {
    font-weight: 500;
    animation: spFadeInUp 800ms ease-in;
    z-index: 1;
  	line-height: 1.3;
    text-transform: uppercase;
  	font-family: 'Prompt', sans-serif;
  	/*min-height: 550px;*/
   /* padding: 12.84rem 2rem 2.42rem;*/
    /*font-size: 4rem;*/
}
.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;
  	margin: 2rem;
}
.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% 0 0;
    border-radius: 2px;
    padding: 0;
    background:var(--ongo-primary);
}
.display-6 {
    font-size: calc(.725rem + .3vw)!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.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;
}


.container-bottom-a {
  display: block;
  background-color: #ffffff;
}
.container-bottom-b {
    padding-block: 5rem;
}

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

.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;
}
.back-to-top-link {
    top: calc(100vh - 8em);
}
/*tag*/
.btn-info {
    color: #fff;
    background-color: var(--ongo-primary);
    border-color: var(--ongo-primary);
  	padding: 0 .5rem;
}
/*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(10rem,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);
    left: 70%;
}
.container-topbar {
  top: 0;
  z-index: 999;
  position: absolute;
}
/*.container-component {
    padding: 1rem;
  	z-index: 1;
    background-color: #F3F5F7;
}*/

/* custom colours */

.btn-primary {
    background: rgba(255,255,255,.2);
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.5rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 4px 42px;
    overflow: hidden;
    transition: all .75s ease 0s;
}
.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: white;
    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: 1rem;
    margin-right: 1rem;
}
.metismenu.mod-menu .metismenu-item > ul {
    border-radius: 0.5rem;
  	padding: 2rem;
}
.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%;
}


.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];
}
.header-overlay .site-grid {
  	display: contents;
   }

.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(.825rem + .5vw);
    font-weight: 500;
    text-decoration: none;
    }
@media (max-width: 768px) {
  .Emailid {
    display: none;
  }
  
}





  
/* Manali Tours Custom */
  /* mobile menu */
@media (max-width: 968px) {
  body {
    padding-bottom: 0;
  }
  .mx-auto {
    margin: unset !important;
  }
 .site-grid {
    grid-gap: 0 .1em;
}
  .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;
}
}
.container-top-a svg {
    transform: rotateX(180deg) translateX(-50%);
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    fill: #ffffff;
    top: 1rem;
}


.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;
  	color: #ffffff;
}
  .ContactNumber {
    display: none;
}
.container-below-top {
    right: 20px;
    position: absolute;
  	top: 0;
    justify-content: flex-end;
}
.container-header .grid-child {
    padding: 0 2em;
}
@media (min-width: 991px) {
  .container-header .grid-child {
    justify-content: space-between;
  }
.container-header .mod-menu {
    display: -webkit-inline-box;
}
}
.grid-child {
    border-bottom: 1px solid #ffffff21;
  }
/* image hover*/
figure {
    overflow: hidden;
} 
figure img {
    transform: translateY(-10px);
    transition: all .3s ease-in;
  	width: 100%;
    object-fit: cover;
  	min-height: 275px;
  	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% {
        -webkit-transform: translateY(-10px);
        -webkit-opacity: 1;
    }

    100% {
        -webkit-transform: translateY(25px);
        -webkit-opacity: 0;
    }
} 

@keyframes bounce { 
  0% {
        transform: translateY(-10px);
        opacity: 1;
    }

    100% {
        transform: translateY(25px);
        opacity: 0;
    }
} 
.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


/*features-list*/
.features-list::-webkit-scrollbar {
    width: 0;
}
 
.features-list::-webkit-scrollbar-track {
    
    border-radius: 1px;
}
 
.features-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.features-list {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: scroll;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
}
.features-list > div {
  flex: 1 1 auto;
  background-color: #F1EFEF;
  border: 0.1rem #ffffff solid;
  margin: 0 1rem 1rem 0;
  box-shadow: 0px 0.5rem 2rem 0.5rem rgba(0, 0, 0, 0.25);
  min-width: 80%;
  max-width: 90%;
  scroll-snap-align: start;  
  margin-block: 5rem; 
}
.features-list > div:hover figure img {
    width: 100%;
    transform:scale(1);
    opacity: 0.8;
}
@media (min-width: 768px) {
  .features-list > div {
    min-width: calc(32% - 1rem);
    max-width: calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  .features-list > div {
    min-width: min(calc(24% - 1rem), 22rem);
    max-width: min(calc(33% - 1rem), 22rem);
  }
}
.features-list > div > :last-child {
  align-self: end;
}
.features-list .newsflash-image {
  /* min-width: 100%; */
}
.features-list .newsflash-image img {
  max-width: 100%;
}
.features-list .newsflash-title {
  display: inline-block;
  margin-bottom: 1rem;
  /* font-size: 1.5rem; */
	transition:1s;
	background: inherit;
  	padding: 0 2rem;
    font-size: calc(1rem + .1vw);
}
.features-list > div:hover .newsflash-title {
  display: inline-block;
  margin-bottom: .2rem;
  /* font-size: 1.5rem; */
	transform:translateY(-70px)
}
.features-list .newsflash-title:after {
  content: "";
  height: 0.25rem;
  color: var(--website-color-1);
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}
.features-list .readmore {
	list-style: none;
	margin: 0 10px;
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
}
.features-list > div:hover .readmore {
	transform: translateY(0px);
	opacity: 1;
}

/*Flaticon*/
@font-face {
    font-family: 'Flaticon';
    src: url('../font/Flaticon.woff2') format('woff2');
}
.fimanager:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
}

.fi-occupied:before { content: "\f100"; }
.fi-double-bed:before { content: "\f101"; }
.fi-breakfast:before { content: "\f102"; }
.fi-coffee-pot:before { content: "\f103"; }
.fi-luggage:before { content: "\f104"; }
.fi-hotel-bell:before { content: "\f105"; }
.fi-free-wifi:before { content: "\f106"; }
.fi-toothbrush:before { content: "\f107"; }
.fi-fire-extinguisher:before { content: "\f108"; }
.fi-taxi:before { content: "\f109"; }
.fi-tv-screen:before { content: "\f10a"; }
.fi-shower:before { content: "\f10b"; }
.fi-no-smoking:before { content: "\f10c"; }
.fi-dumbbell:before { content: "\f10d"; }
.fi-map:before { content: "\f10e"; }
.fi-cctv-camera:before { content: "\f10f"; }
.fi-tea-mug:before { content: "\f110"; }
.fi-spa:before { content: "\f111"; }
.fi-hair-dryer:before { content: "\f112"; }
.fi-clothes-hanger:before { content: "\f113"; }
.fi-airplane:before { content: "\f114"; }
.fi-restaurant:before { content: "\f115"; }
.fi-slippers:before { content: "\f116"; }
.fi-room-key:before { content: "\f117"; }
.fi-toilet:before { content: "\f118"; }
.fi-washing-machine:before { content: "\f119"; }
.fi-hotel:before { content: "\f11a"; }
.fi-passport:before { content: "\f11b"; }
.fi-review:before { content: "\f11c"; }
.fi-room-key:before { content: "\f11d"; }
.fi-hotel-sign:before { content: "\f11e"; }
.fi-money-exchange:before { content: "\f11f"; }
.fi-do-not-disturb:before { content: "\f120"; }
.fi-champagne:before { content: "\f121"; }
.fi-online-booking:before { content: "\f122"; }
.fi-online-booking:before { content: "\f123"; }
.fi-towel:before { content: "\f124"; }
.fi-receptionist:before { content: "\f125"; }
.fi-sofa:before { content: "\f126"; }
.fi-bathrobe:before { content: "\f127"; }
.fi-barbershop-pole:before { content: "\f128"; }
.fi-credit-card:before { content: "\f129"; }
.fi-car-parking:before { content: "\f12a"; }
.fi-champagne:before { content: "\f12b"; }
.fi-bathtub:before { content: "\f12c"; }
.fi-food-tray:before { content: "\f12d"; }
.fi-bell-boy:before { content: "\f12e"; }
.fi-charging:before { content: "\f12f"; }
.fi-availability:before { content: "\f130"; }
.fi-luggage-cart:before { content: "\f131"; }


[class^="fi-"]:before, [class*=" fi-"]:before, [class^="fi-"]:after, [class*=" fi-"]:after {
  font-family: Flaticon;
  font-size: 2.5rem;;
  font-style: normal;
}
.paci-icon {
    margin-right: 1.6rem;
  	color: var(--website-color-1);
}
ul {
    list-style: none;
    /* margin: 0; */
    /* padding: 0; */
}
ul li {
    display: flex;
    align-items: center;
}
.row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
}
@media (max-width: 492px) {
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 100%;
}
  }
/*end-flaticon*/

/*=====================================
            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;
  text-decoration: none;
}

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

















@charset "UTF-8"; :root {
    --header_height: $header_height;
    --header_height: $header_height;
    --link-color: #CBDA36;
    --text-color: #212822;
    --link-hover-color: #212822
}

body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.helix-ultimate-preloader {
    overflow: hidden
}

body.helix-ultimate-preloader:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(255, 255, 255, 0.9)
}

body.helix-ultimate-preloader:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 36px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    line-break: 48px;
    text-align: center;
    color: #007bff;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    z-index: 99999
}

a {
    transition: color 400ms, background-color 400ms
}

a,a:hover,a:focus,a:active {
    text-decoration: none
}

label {
    font-weight: normal
}

legend {
    padding-bottom: 10px
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.row {
    --bs-gutter-x: 1.875rem
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

#sp-top-bar {
    padding: 8px 0;
    font-size: 0.875rem
}

#sp-top-bar .sp-module {
    display: inline-block;
    margin: 0 0 0 1.25rem
}

ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

ul.social-icons>li {
    display: inline-block;
    line-height: 1.5
}

ul.social-icons>li:not(:last-child) {
    margin-right: 20px
}

.flex-auto {
    flex: auto
}

#sp-menu.menu-with-social .sp-megamenu-wrapper {
    flex: auto;
    justify-content: space-between;
    display: flex;
    align-items: center
}

#sp-menu>.sp-column {
    height: 100%
}

#sp-menu .social-wrap {
    position: relative;
    padding-left: 60px
}

#sp-menu .social-wrap:after {
    content: "";
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    width: 2px;
    height: calc(var(--header_height) - 20px);
    left: 30px;
    background-color: rgba(80, 80, 80, 0.2)
}

#sp-menu ul.social-icons>li:not(:last-child) {
    margin-right: 20px
}

#sp-menu ul.social-icons a {
    color: #9c9c9c
}

#sp-menu .social-wrap.no-border ul.social-icons {
    border-left: none;
    padding-left: 0px
}

#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: center
}

.menu-flex .sp-megamenu-wrapper {
    display: flex;
    justify-content: flex-end
}

#menu-right .sp-module:first-child {
    border-right: 2px solid rgba(80, 80, 80, 0.2);
    padding-right: 30px
}

.header-has-modules #offcanvas-toggler {
    margin-right: 20px;
    margin-left: 0
}

.sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0
}

.sp-module-content .mod-languages ul.lang-inline li {
    border: none;
    display: inline-block;
    margin: 0 5px 0 0
}

.sp-module-content .mod-languages ul.lang-inline li a {
    padding: 0 !important
}

.sp-module-content .mod-languages ul.lang-inline li>a:before {
    display: none
}

.sp-module-content .latestnews>li>a>span {
    display: block;
    margin-top: 5px;
    font-size: 85%
}

.sp-contact-info {
    list-style: none;
    padding: 0;
    margin: 0px
}

.sp-contact-info li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 90%;
    white-space: nowrap
}

.sp-contact-info li i {
    margin: 0 3px
}

#sp-header {
    height: 68px;
    width: 100%;
    position: absolute;
    z-index: 99;
    animation: spFadeIn 0.5s
}

#sp-header>.container:after {
    content: "";
    width: 98.5%;
    height: 1px;
    display: block;
    background-color: rgba(33, 40, 34, 0.3)
}

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

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

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

#sp-header.full-header {
    padding-left: 45px;
    padding-right: 45px
}

#sp-header.lg-header {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}

#sp-header.lg-header .logo {
    height: auto
}

#sp-header.lg-header #offcanvas-toggler {
    margin-right: 20px;
    margin-left: 0px
}

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

#sp-header.lg-header .sp-column {
    height: 100%
}

#sp-header.lg-header #sp-logo #offcanvas-toggler {
    display: none
}

#sp-header.header-with-modal-menu {
    color: #212822
}

#sp-header.header-with-modal-menu a {
    color: rgba(33, 40, 34, 0.6)
}

#sp-header.header-with-modal-menu a:hover,#sp-header.header-with-modal-menu a:focus {
    color: #105416
}

#sp-header.header-with-modal-menu .sp-contact-info>li {
    margin-right: 15px;
    opacity: 0.7;
    transition: 0.3s
}

#sp-header.header-with-modal-menu .sp-contact-info>li:hover,#sp-header.header-with-modal-menu .sp-contact-info>li:focus {
    opacity: 1
}

#sp-header.header-with-modal-menu .sp-contact-info>li>span {
    margin-right: 5px
}

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

#sp-header.header-with-modal-menu.center-layout .modules-wrapper {
    height: auto;
    border: none;
    padding: 0px;
    max-width: 730px;
    margin: 0 auto
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .modal-menu-inner>.container {
    align-items: flex-start;
    padding: 170px 0 0
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search {
    margin-bottom: 80px
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:after {
    font-size: 16px
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:hover:after {
    display: none
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input {
    background: transparent;
    border-bottom: 2px solid rgba(32, 31, 31, 0.1);
    font-size: 26px;
    padding: 7px;
    border-radius: 0px
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input::placeholder {
    color: rgba(32, 31, 31, 0.4)
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:focus,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active:focus {
    box-shadow: none;
    border-bottom: 2px solid rgba(32, 31, 31, 0.7)
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper {
    justify-content: center
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper ul.sp-megamenu-parent {
    flex-direction: row
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span {
    padding: 0
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span:after {
    top: 100%;
    width: 2px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0 0 0
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>span:after {
    height: 30px
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child>.sp-dropdown {
    animation: spFadeIn 0.5s
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>span {
    margin-right: 70px
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main {
    top: 100%;
    padding-top: 50px;
    padding-left: 0;
    left: auto !important;
    right: 0px;
    transition: 0.35s
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>span {
    padding: 6px 0
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .sp-megamenu-wrapper {
    height: 100%;
    align-items: center
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {
    margin-top: auto;
    margin-bottom: 0px;
    width: 100%;
    border-top: 2px solid rgba(32, 31, 31, 0.1);
    padding-top: 20px;
    font-size: 12px
}

#sp-header .logo {
    height: 68px;
    display: inline-flex;
    margin: 0;
    align-items: center
}

#sp-header .logo a {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0
}

#sp-header .logo p {
    margin: 5px 0 0
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s
}

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

#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
    display: none
}

#sp-header .menu-icon .sppb-icon-inner {
    border-style: solid;
    border-color: #105416
}

#sp-header .menu-icon .sppb-icon-inner:hover {
    cursor: pointer
}

#sp-header .menu-icon .sppb-icon-inner:hover {
    background-color: #105416
}

#sp-header .menu-icon .sppb-icon-inner:hover i {
    color: #fff
}

#sp-header .menu-icon .sppb-icon-inner i {
    color: #105416
}

.header-white .burger-icon>span {
    background-color: #fff
}

.header-white #sp-header .sp-megamenu-parent>li>a,.header-white #sp-header .sp-megamenu-parent>li>span {
    color: rgba(255, 255, 255, 0.6)
}

.header-white #sp-header .sp-megamenu-parent>li>a:hover,.header-white #sp-header .sp-megamenu-parent>li>span:hover {
    color: #fff
}

.header-white #sp-header .sp-megamenu-parent>li.active>a,.header-white #sp-header .sp-megamenu-parent>li.active:hover>a {
    color: #fff
}

.header-white #sp-header .sp-megamenu-parent>li:after {
    background: #fff
}

.header-white #sp-header .logo-image {
    filter: brightness(100)
}

.header-white #sp-header>.container:after {
    background-color: rgba(255, 255, 255, 0.3)
}

.header-white #sp-header .menu-icon .sppb-icon-inner {
    border-color: #fff
}

.header-white #sp-header .menu-icon .sppb-icon-inner i {
    color: #fff
}

.header-white #sp-header .menu-icon .sppb-icon-inner:hover {
    background-color: #fff
}

.header-white #sp-header .menu-icon .sppb-icon-inner:hover i {
    color: #105416
}

#sp-header-topbar {
    position: relative;
    z-index: 111
}

#sp-header-topbar .sp-profile-wrapper .sp-sign-in .user-text {
    display: none !important
}

#sp-header-topbar #sp-logo #offcanvas-toggler {
    display: none !important
}

#sp-header-topbar .container-inner {
    border-bottom: 1px solid #e5e5e5
}

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

#sp-header-topbar a {
    color: #909196
}

#sp-header-topbar a:hover {
    color: #CBDA36
}

#sp-header-topbar .sp-contact-info {
    color: #909196
}

.header-modules {
    margin-left: 20px
}

.header-modules .sp-module {
    margin-left: 20px
}

.header-modules .search {
    position: relative
}

.header-modules .search form:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 32px;
    right: 10px
}

.header-modules .search form input {
    background: #efeff0;
    border: none;
    height: 32px;
    font-size: 15px;
    border-radius: 3px;
    padding: 5px 10px
}

.burger-icon {
    width: 25px;
    cursor: pointer
}

.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in
}

.offcanvas-active .burger-icon>span,#modal-menu-toggler.active .burger-icon>span {
    background-color: #000
}

.offcanvas-active .burger-icon>span:nth-child(1),#modal-menu-toggler.active .burger-icon>span:nth-child(1) {
    transform: translate(0, 8px) rotate(-45deg)
}

.offcanvas-active .burger-icon>span:nth-child(2),#modal-menu-toggler.active .burger-icon>span:nth-child(2) {
    opacity: 0
}

.offcanvas-active .burger-icon>span:nth-child(3),#modal-menu-toggler.active .burger-icon>span:nth-child(3) {
    transform: translate(0, -5px) rotate(45deg)
}

.offcanvas-active .close-offcanvas .burger-icon>span {
    transition-delay: 0.2s
}

body.modal-menu-active {
    overflow-y: hidden
}

#modal-menu {
    background: #f9f9f9;
    position: fixed !important;
    top: 68px;
    left: 0;
    right: 0;
    transition: 0.5s;
    bottom: 120%;
    overflow: hidden;
    display: flex;
    z-index: 10
}

#modal-menu.has-bg {
    background-image: url(../images/menu-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

#modal-menu.active {
    bottom: 0
}

#modal-menu .sp-megamenu-parent>li>a,#modal-menu .sp-megamenu-parent>li>span {
    display: block
}

#modal-menu .sp-megamenu-parent>li>a:after,#modal-menu .sp-megamenu-parent>li>span:after {
    transition: 0.3s
}

#modal-menu .sp-megamenu-parent>li:hover>a,#modal-menu .sp-megamenu-parent>li:hover>span,#modal-menu .sp-megamenu-parent>li.active>a,#modal-menu .sp-megamenu-parent>li.active>span {
    color: #CBDA36
}

#modal-menu .sp-megamenu-parent>li:hover>a:after,#modal-menu .sp-megamenu-parent>li:hover>span:after,#modal-menu .sp-megamenu-parent>li.active>a:after,#modal-menu .sp-megamenu-parent>li.active>span:after {
    opacity: 1
}

#modal-menu .sp-megamenu-parent>li>a .nav-counter,#modal-menu .sp-megamenu-parent>li>span .nav-counter {
    font-size: 16px
}

#modal-menu .sp-megamenu-parent>li:hover>a:before,#modal-menu .sp-megamenu-parent>li.active>a:before {
    width: 0;
    opacity: 0
}

#modal-menu .modal-menu-inner {
    position: relative !important;
    width: 100%
}

#modal-menu .modal-menu-inner #menu-dismiss {
    position: absolute;
    top: 60px;
    left: 60px;
    cursor: pointer
}

#modal-menu .modal-menu-inner #menu-dismiss svg {
    font-size: 55px
}

#modal-menu .modal-menu-inner>.container {
    display: flex;
    padding: 70px 0;
    align-items: center;
    height: 100%
}

#modal-menu .modal-menu-inner>.container>.row {
    width: 100%
}

#modal-menu ul.sp-megamenu-parent {
    display: flex !important;
    flex-direction: column
}

#modal-menu ul.sp-megamenu-parent>li {
    position: relative
}

#modal-menu ul.sp-megamenu-parent>li:not(:last-child) {
    margin-bottom: 30px
}

#modal-menu ul.sp-megamenu-parent>li>a,#modal-menu ul.sp-megamenu-parent>li>span {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: initial
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child>a,#modal-menu ul.sp-megamenu-parent li.sp-has-child>span {
    position: relative
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child>a:after,#modal-menu ul.sp-megamenu-parent li.sp-has-child>span:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    float: right;
    position: absolute;
    top: 2px
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>a:after,#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>span:after {
    transform: translateX(5px)
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>.sp-dropdown {
    animation: spFadeInDown 0.5s
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown {
    left: 100% !important;
    transition: 0.3s;
    padding-left: 20px
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 0px
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega {
    top: auto;
    bottom: 0px
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: none;
    border-radius: 0px;
    position: relative;
    overflow: visible !important;
    max-height: initial;
    background-color: #fff;
    padding: 20px
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul>li>a {
    font-weight: 500 !important;
    font-size: 15px !important
}

#modal-menu .modules-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 330px;
    border-left: 2px solid rgba(32, 31, 31, 0.1);
    padding: 30px;
    color: #212822
}

#modal-menu .modules-wrapper a {
    color: #212822
}

#modal-menu .modules-wrapper a:hover,#modal-menu .modules-wrapper a:focus {
    color: #105416
}

#modal-menu .modules-wrapper .sp-module {
    margin-left: 0;
    margin-bottom: 15px
}

#modal-menu .modules-wrapper .search form {
    margin-bottom: 30px
}

#modal-menu .modules-wrapper .search form input {
    height: 40px
}

#modal-menu .modules-wrapper .sp-contact-info {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column
}

#modal-menu .modules-wrapper .sp-contact-info>li {
    margin-bottom: 35px
}

#modal-menu .modules-wrapper .sp-contact-info>li>span {
    font-size: 12px;
    margin-bottom: 10px
}

#modal-menu .modules-wrapper .sp-contact-info>li>a {
    opacity: 0.7
}

#modal-menu .modules-wrapper .sp-contact-info>li>a:hover,#modal-menu .modules-wrapper .sp-contact-info>li>a:focus {
    opacity: 1
}

#modal-menu .modules-wrapper .social-icons {
    font-size: 14px
}

#modal-menu .modules-wrapper .social-icons a {
    opacity: 0.7
}

#modal-menu .modules-wrapper .social-icons a:hover,#modal-menu .modules-wrapper .social-icons a:focus {
    opacity: 1
}

#sp-logo.has-border {
    position: relative;
    padding-right: 45px
}

#sp-logo.has-border:after {
    content: "";
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    width: 2px;
    height: calc(var(--header_height) - 20px);
    right: 15px;
    background-color: rgba(80, 80, 80, 0.2)
}

#sp-logo.has-border .sp-column {
    display: inline-flex;
    align-items: center
}

.sp-profile-wrapper {
    position: relative;
    font-size: 14px
}

.sp-profile-wrapper .arrow-icon {
    font-size: 11px
}

.sp-profile-wrapper .sp-profile-dropdown {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 10px 15px !important;
    list-style: none !important;
    font-size: 14px;
    position: absolute;
    min-width: 100px;
    right: 0;
    top: 100%;
    display: none !important
}

.sp-profile-wrapper .sp-profile-dropdown>li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.3
}

.sp-profile-wrapper:hover .sp-profile-dropdown {
    display: block !important;
    animation: spFadeInDown 0.5s
}

#sp-title {
    min-height: 0;
}

.sp-page-title {
    padding: 195px 0px 185px 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed
}

.sp-page-title .sp-page-title-heading,.sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    color: #fff
}

.sp-page-title .sp-page-title-heading {
    font-weight: 500;
    font-size: 84px;
    line-height: 92px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #ffffff
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px
}

.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0
}

.sp-page-title .breadcrumb>.active {
    color: rgba(255, 255, 255, 0.8)
}

.sp-page-title .breadcrumb>span,.sp-page-title .breadcrumb>li,.sp-page-title .breadcrumb>li+li:before,.sp-page-title .breadcrumb>li>a {
    color: #fff
}

.breadcrumb {
    padding: 0.75rem 1rem;
    background-color: #e9ecef;
    border-radius: 0.25rem
}

.body-innerwrapper {
    overflow-x: hidden
}

.layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

#sp-main-body {
    padding: 100px 0
}

body.view-article.remove-container .body-innerwrapper>#sp-main-body>.container,body.view-article.remove-container .body-innerwrapper>.sp-main-body>.container {
    max-width: 100%;
    padding: 0
}

.com-sppagebuilder #sp-main-body {
    padding: 0
}

#sp-left .sp-module,#sp-right .sp-module {
    margin-top: 50px;
    border: 1px solid #f3f3f3;
    padding: 30px;
    border-radius: 3px
}

#sp-left .sp-module:first-child,#sp-right .sp-module:first-child {
    margin-top: 0
}

#sp-left .sp-module .sp-module-title,#sp-right .sp-module .sp-module-title {
    margin: 0 0 30px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #f3f3f3
}

#sp-left .sp-module ul,#sp-right .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#sp-left .sp-module ul>li,#sp-right .sp-module ul>li {
    display: block;
    border-bottom: 1px solid #f3f3f3
}

#sp-left .sp-module ul>li>a,#sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0
}

#sp-left .sp-module ul>li:last-child,#sp-right .sp-module ul>li:last-child {
    border-bottom: none
}

#sp-left .sp-module .categories-module ul,#sp-right .sp-module .categories-module ul {
    margin: 0 10px
}

#sp-left .sp-module .latestnews>div,#sp-right .sp-module .latestnews>div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8
}

#sp-left .sp-module .latestnews>div:last-child,#sp-right .sp-module .latestnews>div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

#sp-left .sp-module .latestnews>div>a,#sp-right .sp-module .latestnews>div>a {
    display: block;
    font-weight: 400
}

#sp-left .sp-module .tagscloud,#sp-right .sp-module .tagscloud {
    margin: -2px 0
}

#sp-left .sp-module .tagscloud .tag-name,#sp-right .sp-module .tagscloud .tag-name {
    display: inline-block;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    border-radius: 4px;
    margin: 2px 0
}

#sp-left .sp-module .tagscloud .tag-name span,#sp-right .sp-module .tagscloud .tag-name span {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px
}

.login img {
    display: inline-block;
    margin: 20px 0
}

.login .checkbox input[type="checkbox"] {
    margin-top: 6px
}

.login .input-group-text {
    display: none
}

.login .btn-primary {
    border-radius: 0px
}

.login .list-group .list-group-item {
    position: relative;
    display: block;
    padding: 5px 0px;
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    border: none
}

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

.form-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.hide-label {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.search .btn-toolbar {
    margin-bottom: 20px
}

.search .btn-toolbar span.icon-search {
    margin: 0
}

.search .btn-toolbar button {
    color: #fff
}

.search .phrases .phrases-box .controls label {
    display: inline-block;
    margin: 0 20px 20px
}

.search .phrases .ordering-box {
    margin-bottom: 15px
}

.search .only label {
    display: inline-block;
    margin: 0 20px 20px
}

.search .search-results dt.result-title {
    margin-top: 40px
}

.search .search-results dt,.search .search-results dd {
    margin: 5px 0
}

.filter-search .chzn-container-single .chzn-single {
    height: 34px;
    line-height: 34px
}

.form-search .finder label {
    display: block
}

.form-search .finder .input-medium {
    width: 60%;
    border-radius: 4px
}

.finder .word input {
    display: inline-block
}

.finder .search-results.list-striped li {
    padding: 20px 0
}

.intro-article-top-title-wrap {
    max-width: 626px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 48px
}

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

.blog .leading-article-top-title-wrap {
    text-align: center;
    margin-top: 90px
}

.blog .leading-article-top-title-wrap h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #212822;
    margin-bottom: 25px
}

.blog .leading-article-top-title-wrap p {
    font-size: 84px;
    line-height: 92px;
    font-weight: 500;
    font-family: "Playfair Display";
    text-transform: capitalize;
    letter-spacing: -0.01em;
    color: #212822;
    margin-bottom: -30px;
    z-index: 100;
    position: relative
}

.article-list .article {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 60px
}

.article-list .article .article-intro-image,.article-list .article .article-featured-video,.article-list .article .article-featured-audio,.article-list .article .article-feature-gallery {
    margin: 0px;
    border-radius: 0px;
    border-bottom: 0px;
    overflow: hidden;
    margin-bottom: 16px
}

.article-list .article .article-intro-image img,.article-list .article .article-featured-video img,.article-list .article .article-featured-audio img,.article-list .article .article-feature-gallery img {
    width: 100%;
    border-radius: 0px
}

.article-list .article .article-header {
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    margin-bottom: 10px
}

.article-list .article .article-header h1,.article-list .article .article-header h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #212822;
    margin: 0 0 15px 0
}

.article-list .article .article-header h1 a,.article-list .article .article-header h2 a {
    color: #212822
}

.article-list .article .article-header h1 a:hover,.article-list .article .article-header h1 a:active,.article-list .article .article-header h1 a:focus,.article-list .article .article-header h2 a:hover,.article-list .article .article-header h2 a:active,.article-list .article .article-header h2 a:focus {
    color: #212822
}

.article-list .article .article-info {
    margin-bottom: 0px
}

.article-list .article .article-info span {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #212822
}

.article-list .article .article-info span i,.article-list .article .article-info span+span::before {
    display: none
}

.article-list .article .article-info .createdby {
    display: none
}

.article-list .article .readmore {
    font-size: 0.875rem
}

.article-list .article .readmore a {
    color: #212822;
    font-weight: 500
}

.article-list .article .readmore a:hover,.article-list .article .readmore a:active,.article-list .article .readmore a:focus {
    color: #212822
}

.article-list.articles-leading {
    position: relative
}

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

.article-list.articles-leading .article .article-intro-image {
    margin-bottom: 0px;
    position: relative
}

.article-list.articles-leading .article .article-intro-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 41%;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%)
}

.article-list.articles-leading .article-body {
    position: absolute;
    max-width: 730px;
    bottom: 0px;
    padding: 70px 68px;
    display: flex;
    flex-direction: column-reverse
}

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

.article-list.articles-leading .article-header h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
    font-feature-settings: "pnum" on, "lnum" on;
    margin-bottom: 0px
}

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

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

.article-list.articles-leading .article-info {
    margin-bottom: 1rem
}

.article-list.articles-leading .article-info span {
    color: rgba(255, 255, 255, 0.8)
}

.related-article-large .article-image {
    width: 350px;
    min-width: 350px
}

.related-article-large .article-information {
    border-left: 1px solid #f1f1f1;
    padding-left: 20px;
    margin-left: 20px
}

.related-article-large .article-information>span {
    font-size: 0.813rem
}

.related-article-large .article-information>span+span::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/"
}

.related-article-large .article-information>span a {
    color: #212822
}

.related-article-large .article-information>span a:hover {
    color: #212822
}

.related-article-large .article-information .intro-text {
    margin-top: 20px
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.article-info>span {
    font-size: 0.813rem
}

.article-info>span+span::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/"
}

.article-info>span a {
    color: #212822
}

.article-info>span a:hover {
    color: #212822
}

.com-content.view-article #sp-main-body {
    padding: 73px 0px 100px 0px
}

.article-details .article-header {
    position: relative
}

.article-details .article-header h1,.article-details .article-header h2 {
    max-width: 70%;
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 24px
}

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

.article-details .article-info {
    margin-bottom: 1rem
}

.article-details .article-full-image {
    margin-bottom: 2rem
}

.article-details .article-full-image img {
    display: inline-block
}

.article-details .header-info-wrap {
    max-width: 980px;
    bottom: 180px;
    background: #F5F4EF;
    position: relative;
    margin: 0 auto;
    padding: 55px 0px 0px 66px
}

.article-details .article-featured-video,.article-details .article-featured-audio,.article-details .article-feature-gallery {
    margin-bottom: 2rem
}

.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem
}

.article-details .article-author-information {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5
}

.article-details .article-can-edit {
    position: relative;
    margin-bottom: 10px
}

.article-details .article-can-edit a {
    display: inline-block;
    background: #2a61c9;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px
}

.related-article-list-container {
    margin-top: 15px
}

.related-article-list-container .related-article-title {
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3
}

.related-article-list-container ul.related-article-list {
    list-style: none;
    padding: 0
}

.related-article-list-container ul.related-article-list li {
    margin-bottom: 10px
}

.related-article-list-container ul.related-article-list li .article-header h2 {
    font-size: 1.2rem
}

.related-article-list-container ul.related-article-list li .article-header h2 a {
    color: #252525
}

.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
    color: #044cd0
}

.related-article-list-container ul.related-article-list li .published {
    font-size: 14px
}

.tags {
    list-style: none;
    padding: 0;
    margin: -0.3125rem;
    display: flex;
    flex-wrap: wrap
}

.tags>li {
    display: inline-block;
    margin: 0.3125rem
}

.tags>li a {
    display: block;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 6.25rem
}

.tags>li a:hover {
    color: #fff
}

.pager {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
    border-top: 1px solid #f5f5f5
}

.pager::after {
    display: block;
    clear: both;
    content: ""
}

.pager>li {
    display: inline-block
}

.pager>li.previous {
    float: left
}

.pager>li.next {
    float: right
}

.pager>li a {
    display: inline-block;
    font-size: 0.785rem;
    padding: 1rem 2.5rem;
    border-radius: 100px
}

#article-comments {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5
}

.article-ratings {
    display: flex;
    align-items: center
}

.article-ratings .rating-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 1rem;
    display: inline-block;
    margin-left: 5px
}

.article-ratings .rating-symbol span.rating-star {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-style: normal;
    display: inline-block
}

.article-ratings .rating-symbol span.rating-star.active:before {
    content: "";
    font-weight: 900;
    color: #f6bc00
}

.article-ratings .rating-symbol span.rating-star:before {
    content: "";
    padding-right: 5px
}

.article-ratings .rating-symbol span.rating-star:hover:before,.article-ratings .rating-symbol span.rating-star:hover~span.rating-star:before {
    content: "";
    color: #e7b000;
    font-weight: 900;
    cursor: pointer
}

.article-ratings .ratings-count {
    font-size: 0.785rem;
    color: #4c4b4b
}

.article-ratings .fa-spinner {
    margin-right: 5px
}

.pagination-wrapper {
    align-items: center
}

.pagination-wrapper .pagination {
    margin-bottom: 0
}

.article-social-share {
    float: right
}

.article-social-share .social-share-icon ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.article-social-share .social-share-icon ul li {
    display: inline-block
}

.article-social-share .social-share-icon ul li:not(:last-child) {
    margin-right: 10px
}

.article-social-share .social-share-icon ul li a {
    border: 1px solid #ededed;
    font-size: 1rem;
    border-radius: 50%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    display: inline-block
}

.article-social-share .social-share-icon ul li a:hover,.article-social-share .social-share-icon ul li a:focus {
    color: #fff
}

.newsfeed-category .category {
    list-style: none;
    padding: 0;
    margin: 0
}

.newsfeed-category .category li {
    padding: 5px 0
}

.newsfeed-category #filter-search {
    margin: 10px 0
}

.category-module,.categories-module,.archive-module,.latestnews,.newsflash-horiz,.mostread,.form-links,.list-striped {
    list-style: none;
    padding: 0;
    margin: 0
}

.category-module li,.categories-module li,.archive-module li,.latestnews li,.newsflash-horiz li,.mostread li,.form-links li,.list-striped li {
    padding: 2px 0
}

.category-module li h4,.categories-module li h4,.archive-module li h4,.latestnews li h4,.newsflash-horiz li h4,.mostread li h4,.form-links li h4,.list-striped li h4 {
    margin: 5px 0
}

.article-footer-top {
    display: table;
    clear: both;
    width: 100%
}

.article-footer-top .post_rating {
    float: left
}

.contentpane:not(.com-sppagebuilder) {
    padding: 20px
}

#sp-bottom {
    padding: 100px 0 20px;
    line-height: 1.25
}

#sp-bottom .sp-module {
    margin-bottom: 30px
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    color: #fff
}

#sp-bottom .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 15px
}

#sp-bottom .sp-module ul>li:last-child {
    margin-bottom: 0
}

#sp-bottom .sp-module ul>li>a {
    display: block
}

#sp-footer {
    font-size: 14px;
    padding: 0
}

#sp-footer .container-inner {
    padding: 50px 0px 100px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

#sp-footer ul.menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left
}

#sp-footer ul.menu li {
    display: inline-block;
    margin: 0px 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0px 8px 24px
}

#sp-footer ul.menu li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase
}

#sp-footer ul.menu li a:hover {
    background: none;
    color: #CBDA36
}

#sp-footer #sp-footer2 {
    text-align: right
}

#sp-footer .sp-copyright {
    color: rgba(255, 255, 255, 0.4)
}

html.coming-soon {
    width: 100%;
    height: 100%;
    min-height: 100%
}

html.coming-soon body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%
}

html.coming-soon .coming-soon-title {
    font-weight: 600;
    font-size: 104px;
    line-height: 102px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    max-width: 50%;
    margin-bottom: 43px
}

html.coming-soon .coming-soon-content {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left
}

html.coming-soon .coming-soon-logo {
    display: inline-block;
    margin-bottom: 2rem
}

html.coming-soon #coming-soon-countdown {
    margin-top: 4rem
}

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 {
    margin: 0;
    float: left;
    width: 25%
}

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 {
    width: 100%;
    font-size: 4.5rem;
    letter-spacing: -1px;
    line-height: 1;
    color: #fff
}

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: 1.5rem;
    letter-spacing: -1px;
    display: block;
    text-transform: uppercase;
    color: #fff
}

html.coming-soon .coming-soon-position {
    margin-top: 0px
}

html.coming-soon .sppb-addon-optin-forms {
    max-width: 436px
}

html.coming-soon .social-icons {
    margin-top: 4rem
}

html.coming-soon .coming-soon-login form {
    display: inline-block
}

html.error-page {
    width: 100%;
    height: 100%
}

html.error-page body {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-color: #2a402c
}

html.error-page .container {
    text-align: left
}

html.error-page .error-logo {
    display: inline-block;
    margin-bottom: 2rem
}

html.error-page .error-code {
    line-break: 1;
    font-weight: 600;
    font-size: 108px;
    line-height: 96px;
    margin-bottom: 20px;
    color: #fff
}

html.error-page .error-message {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px
}

html.error-page .btn-primary {
    border-radius: 0px
}

.sp-social-share ul {
    display: block;
    padding: 0;
    margin: 20px -5px 0
}

.sp-social-share ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px
}

.profile>div:not(:last-child) {
    margin-bottom: 30px
}

.dl-horizontal dt {
    margin: 8px 0;
    text-align: left
}

.page-header {
    padding-bottom: 15px
}

table.category {
    width: 100%
}

table.category thead>tr,table.category tbody>tr {
    border: 1px solid #f2f2f2
}

table.category thead>tr th,table.category thead>tr td,table.category tbody>tr th,table.category tbody>tr td {
    padding: 10px
}

.contact-form .form-actions {
    background: none;
    border: none
}

@media print {
    .visible-print {
        display: inherit !important
    }

    .hidden-print {
        display: none !important
    }
}

.sp-preloader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.sp-preloader>div {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    animation: spSpin 0.75s linear infinite
}

.sp-preloader>div:after {
    content: "";
    position: absolute;
    width: 49px;
    height: 49px;
    top: 1px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(100, 100, 100, 0.4);
    border-radius: 100%;
    z-index: 1000;
    transition: all 0.3s ease
}

.sp-scroll-up:hover,.sp-scroll-up:active,.sp-scroll-up:focus {
    color: #fff;
    background: #000
}

.control-group {
    margin-bottom: 1rem
}

select.form-control:not([multiple]),select:not(.form-control):not(.form-select):not([multiple]),select.inputbox:not([multiple]),select:not([multiple]) {
    height: calc(2.25rem + 2px)
}

.form-control-feedback {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875em
}

label,.form-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
}

.optional {
    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
}

input[type="text"],textarea {
    outline: none;
    box-shadow: none !important
}
}

.chzn-select,.chzn-select-deselect {
    width: 100%
}

.chzn-container.chzn-container-single .chzn-single {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    height: calc(2.25rem + 2px);
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none
}
.chzn-container.chzn-container-single .chzn-single div {
    width: 30px;
    background: none
}

.chzn-container.chzn-container-single .chzn-single div>b {
    background: none;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome
}

.chzn-container.chzn-container-single .chzn-single div>b:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    border-radius: 0.25rem 0.25rem 0 0
}

.chzn-container.chzn-container-single .chzn-search {
    padding: 0.625rem
}

.chzn-container.chzn-container-single .chzn-search input[type="text"] {
    display: block;
    width: 100%;
    padding: 0.5rem 1.429rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    height: calc(2rem + 2px);
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.chzn-container.chzn-container-single .chzn-search:after {
    content: "";
    font-family: FontAwesome;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.chzn-container.chzn-container-single .chzn-drop {
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-single .chzn-results li.highlighted {
    background-image: none !important
}

.chzn-container.chzn-container-multi .chzn-choices {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
    min-height: calc(2.25rem + 2px);
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;
    height: calc(2rem + 2px);
    background-color: #fff
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
    margin: 5.5px 5px 0 0;
    padding: 5px 20px 5px 5px;
    background-image: none;
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    background: none;
    top: 5px;
    color: rgba(0, 0, 0, 0.2)
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
    color: rgba(0, 0, 0, 0.5)
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
    content: "";
    font-family: FontAwesome;
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    right: 0
}

.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
    border-radius: 0.25rem
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
    margin-top: -4px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
    padding: 0.75rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-radius: 0 0 0.25rem 0.25rem
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
    background: none
}

.form-horizontal .control-label {
    float: left;
    width: auto;
    padding-top: 5px;
    padding-right: 5px;
    text-align: left
}

.form-horizontal .controls {
    margin-left: 220px
}

.card-block {
    padding: 20px
}

.card-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}

.card-block ul li {
    display: block
}

.alert.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.invalid {
    color: #a51f18;
    border-color: #a51f18
}

#sp-cookie-consent {
    position: fixed;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10001
}

#sp-cookie-consent>div {
    padding: 20px;
    position: relative
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
    margin: 0;
    margin-right: -5px;
    padding-left: 0px
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
    background: #46a546;
    color: #fff
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
    display: none !important
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
    border-left: 1px solid #b3b3b3;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.com-contenthistory .btn-group {
    display: flex;
    justify-content: flex-end
}

.com-contenthistory .btn-group button {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.com-contenthistory .btn-group button:hover {
    color: #333;
    background-color: #e9e9e9
}

#versionsModal {
    top: 10%
}

#versionsModal .modal-dialog {
    max-width: 80%
}

#versionsModal iframe {
    min-height: 300px
}

body.com-content.view-form.layout-edit .nav-tabs .nav-link {
    display: block !important
}

.no-js img.lazyload {
    display: none
}

#system-message-container {
    position: fixed;
    bottom: 0px;
    right: 15px;
    max-width: 350px
}

#system-message-container .alert {
    font-size: 13px;
    line-height: 1.5
}

#system-message-container .alert>.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer
}

#system-message-container joomla-alert {
    font-size: 13px
}

.com-users.view-registration #member-registration .modal-dialog,.com-users.view-registration #member-profile .modal-dialog,.com-users.view-profile #member-registration .modal-dialog,.com-users.view-profile #member-profile .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.registration #member-registration #jform_privacyconsent_privacy-lbl {
    display: inline-flex
}

.registration #member-registration #jform_privacyconsent_privacy-lbl>a {
    position: initial;
    display: block;
    color: #212822
}

.registration #member-registration #jform_privacyconsent_privacy-lbl>a:hover,.registration #member-registration #jform_privacyconsent_privacy-lbl>a:focus {
    color: #212822
}

.registration .input-group-text {
    display: none
}

.registration legend {
    display: none
}

.registration .btn.btn-primary,.registration .btn.btn-secondary {
    border-radius: 0px
}

body.com-users.view-registration>#sbox-window {
    overflow: hidden
}

body.com-users.view-registration>#sbox-window>#sbox-btn-close {
    top: 5px;
    right: 5px
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs {
    display: flex;
    padding: 0;
    margin: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    list-style: outside none none;
    background-color: #f5f5f5;
    border-color: #ccc #ccc currentcolor;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    border-radius: 0.25rem 0.25rem 0 0;
    border-image: none;
    box-shadow: 0 1px #fff inset, 0 2px 3px -3px rgba(0, 0, 0, 0.15), 0 -4px 0 rgba(0, 0, 0, 0.05) inset, 0 0 3px rgba(0, 0, 0, 0.04)
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link {
    color: var(--text-color)
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link.active {
    background-color: rgba(0, 0, 0, 0.03);
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05) 100%);
    border-right: 0 none;
    border-left: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 2px 0 1px -1px rgba(0, 0, 0, 0.08) inset, -2px 0 1px -1px rgba(0, 0, 0, 0.08) inset, 0 1px 0 rgba(0, 0, 0, 0.02) inset
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.tab-content {
    padding: 15px;
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.04)
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor label#jform_title-lbl {
    margin-bottom: 15px;
    font-weight: 700
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor .js-editor-tinymce {
    display: flex;
    flex-direction: column
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group {
    display: flex;
    flex-direction: column
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group>label,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group>label,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group>label {
    margin-bottom: 5px;
    font-weight: 700
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group textarea,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group textarea,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group textarea {
    width: 100%
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group .calendar-container .time td select,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group .calendar-container .time td select,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group .calendar-container .time td select {
    padding: 4px;
    font-size: 13px
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid {
    display: flex;
    max-width: 100%
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8 {
    flex: auto
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls {
    margin-left: 10px;
    display: flex;
    max-width: 500px
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist_chzn,body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist {
    flex: auto
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8 #upbutton {
    background: var(--bs-primary);
    color: #fff;
    margin: 0 5px
}

body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child) {
    margin-bottom: 5px
}

body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child)>.control-group:not(:last-child) {
    margin-bottom: 5px
}

body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel {
    background: var(--bs-danger);
    color: #fff
}

body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:hover,body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:focus {
    border-color: var(--bs-danger)
}

body.contentpane.com-menus.view-items.layout-modal #adminForm .js-stools-container-bar {
    display: flex
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar {
    display: flex;
    align-items: center;
    padding: 10px 0px
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label {
    margin-right: 10px
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append {
    display: flex
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type="submit"] {
    background: var(--bs-primary);
    color: #fff;
    margin-left: 5px
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type="button"] {
    background: var(--bs-primary);
    color: #fff
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools {
    padding-top: 15px
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar {
    margin-bottom: 10px
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label {
    margin-right: 10px
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append {
    display: flex
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type="submit"],body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type="submit"],body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type="submit"] {
    background: var(--bs-primary);
    color: #fff;
    margin-left: 5px
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type="button"],body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type="button"],body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type="button"] {
    background: var(--bs-primary);
    color: #fff
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm .js-stools-container-bar,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm .js-stools-container-bar {
    display: flex;
    align-items: center
}

.modal-dialog.jviewport-width80 {
    width: 80vw;
    max-width: none
}

body .sppb-btn,body .btn,.btn,.sppb-btn .btn-primary,.spbooking-btn {
    outline: none !important;
    box-shadow: none !important
}

body .sppb-btn,body .btn,.spbooking-btn {
    padding: 1.07em 1.75em;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    border: none;
    letter-spacing: 0.03em;
    text-transform: uppercase
}

body .sppb-btn.sppb-btn-xs,body .btn.sppb-btn-xs,.spbooking-btn.sppb-btn-xs {
    font-size: 14px;
    padding: 0.5em 1em
}

body .sppb-btn.sppb-btn-sm,body .btn.sppb-btn-sm,.spbooking-btn.sppb-btn-sm {
    padding: 0.7em 1.1em
}

body .sppb-btn.sppb-btn-lg,body .btn.sppb-btn-lg,.spbooking-btn.sppb-btn-lg {
    padding: 1.07em 2em
}

body .sppb-btn.sppb-btn-xlg,body .btn.sppb-btn-xlg,.spbooking-btn.sppb-btn-xlg {
    padding: 1.1em 2.7em
}

body .sppb-btn.sppb-btn-3d,body .btn.sppb-btn-3d,.spbooking-btn.sppb-btn-3d {
    padding-top: 13px;
    padding-bottom: 12px
}

body .sppb-btn.sppb-btn-default,body .sppb-btn.sppb-btn-primary,body .sppb-btn.btn-primary,body .sppb-btn.spbooking-btn-primary,body .btn.sppb-btn-default,body .btn.sppb-btn-primary,body .btn.btn-primary,body .btn.spbooking-btn-primary,.spbooking-btn.sppb-btn-default,.spbooking-btn.sppb-btn-primary,.spbooking-btn.btn-primary,.spbooking-btn.spbooking-btn-primary {
    color: #212822;
    background-color: #CBDA36
}

body .sppb-btn.sppb-btn-default:hover,body .sppb-btn.sppb-btn-default:focus,body .sppb-btn.sppb-btn-default:active,body .sppb-btn.sppb-btn-primary:hover,body .sppb-btn.sppb-btn-primary:focus,body .sppb-btn.sppb-btn-primary:active,body .sppb-btn.btn-primary:hover,body .sppb-btn.btn-primary:focus,body .sppb-btn.btn-primary:active,body .sppb-btn.spbooking-btn-primary:hover,body .sppb-btn.spbooking-btn-primary:focus,body .sppb-btn.spbooking-btn-primary:active,body .btn.sppb-btn-default:hover,body .btn.sppb-btn-default:focus,body .btn.sppb-btn-default:active,body .btn.sppb-btn-primary:hover,body .btn.sppb-btn-primary:focus,body .btn.sppb-btn-primary:active,body .btn.btn-primary:hover,body .btn.btn-primary:focus,body .btn.btn-primary:active,body .btn.spbooking-btn-primary:hover,body .btn.spbooking-btn-primary:focus,body .btn.spbooking-btn-primary:active,.spbooking-btn.sppb-btn-default:hover,.spbooking-btn.sppb-btn-default:focus,.spbooking-btn.sppb-btn-default:active,.spbooking-btn.sppb-btn-primary:hover,.spbooking-btn.sppb-btn-primary:focus,.spbooking-btn.sppb-btn-primary:active,.spbooking-btn.btn-primary:hover,.spbooking-btn.btn-primary:focus,.spbooking-btn.btn-primary:active,.spbooking-btn.spbooking-btn-primary:hover,.spbooking-btn.spbooking-btn-primary:focus,.spbooking-btn.spbooking-btn-primary:active {
    background-color: #212822;
    color: #fff
}

body .sppb-btn.sppb-btn-default.sppb-btn-rounded,body .sppb-btn.sppb-btn-primary.sppb-btn-rounded,body .sppb-btn.btn-primary.sppb-btn-rounded,body .sppb-btn.spbooking-btn-primary.sppb-btn-rounded,body .btn.sppb-btn-default.sppb-btn-rounded,body .btn.sppb-btn-primary.sppb-btn-rounded,body .btn.btn-primary.sppb-btn-rounded,body .btn.spbooking-btn-primary.sppb-btn-rounded,.spbooking-btn.sppb-btn-default.sppb-btn-rounded,.spbooking-btn.sppb-btn-primary.sppb-btn-rounded,.spbooking-btn.btn-primary.sppb-btn-rounded,.spbooking-btn.spbooking-btn-primary.sppb-btn-rounded {
    border-radius: 6px
}

body .sppb-btn.sppb-btn-default.sppb-btn-round,body .sppb-btn.sppb-btn-primary.sppb-btn-round,body .sppb-btn.btn-primary.sppb-btn-round,body .sppb-btn.spbooking-btn-primary.sppb-btn-round,body .btn.sppb-btn-default.sppb-btn-round,body .btn.sppb-btn-primary.sppb-btn-round,body .btn.btn-primary.sppb-btn-round,body .btn.spbooking-btn-primary.sppb-btn-round,.spbooking-btn.sppb-btn-default.sppb-btn-round,.spbooking-btn.sppb-btn-primary.sppb-btn-round,.spbooking-btn.btn-primary.sppb-btn-round,.spbooking-btn.spbooking-btn-primary.sppb-btn-round {
    border-radius: 30px
}

body .sppb-btn.sppb-btn-default.sppb-btn-outline,body .sppb-btn.sppb-btn-primary.sppb-btn-outline,body .sppb-btn.btn-primary.sppb-btn-outline,body .sppb-btn.spbooking-btn-primary.sppb-btn-outline,body .btn.sppb-btn-default.sppb-btn-outline,body .btn.sppb-btn-primary.sppb-btn-outline,body .btn.btn-primary.sppb-btn-outline,body .btn.spbooking-btn-primary.sppb-btn-outline,.spbooking-btn.sppb-btn-default.sppb-btn-outline,.spbooking-btn.sppb-btn-primary.sppb-btn-outline,.spbooking-btn.btn-primary.sppb-btn-outline,.spbooking-btn.spbooking-btn-primary.sppb-btn-outline {
    border: 1px solid #CBDA36;
    background-color: transparent;
    color: #CBDA36
}

body .sppb-btn.sppb-btn-default.sppb-btn-outline:hover,body .sppb-btn.sppb-btn-default.sppb-btn-outline:focus,body .sppb-btn.sppb-btn-default.sppb-btn-outline:active,body .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover,body .sppb-btn.sppb-btn-primary.sppb-btn-outline:focus,body .sppb-btn.sppb-btn-primary.sppb-btn-outline:active,body .sppb-btn.btn-primary.sppb-btn-outline:hover,body .sppb-btn.btn-primary.sppb-btn-outline:focus,body .sppb-btn.btn-primary.sppb-btn-outline:active,body .sppb-btn.spbooking-btn-primary.sppb-btn-outline:hover,body .sppb-btn.spbooking-btn-primary.sppb-btn-outline:focus,body .sppb-btn.spbooking-btn-primary.sppb-btn-outline:active,body .btn.sppb-btn-default.sppb-btn-outline:hover,body .btn.sppb-btn-default.sppb-btn-outline:focus,body .btn.sppb-btn-default.sppb-btn-outline:active,body .btn.sppb-btn-primary.sppb-btn-outline:hover,body .btn.sppb-btn-primary.sppb-btn-outline:focus,body .btn.sppb-btn-primary.sppb-btn-outline:active,body .btn.btn-primary.sppb-btn-outline:hover,body .btn.btn-primary.sppb-btn-outline:focus,body .btn.btn-primary.sppb-btn-outline:active,body .btn.spbooking-btn-primary.sppb-btn-outline:hover,body .btn.spbooking-btn-primary.sppb-btn-outline:focus,body .btn.spbooking-btn-primary.sppb-btn-outline:active,.spbooking-btn.sppb-btn-default.sppb-btn-outline:hover,.spbooking-btn.sppb-btn-default.sppb-btn-outline:focus,.spbooking-btn.sppb-btn-default.sppb-btn-outline:active,.spbooking-btn.sppb-btn-primary.sppb-btn-outline:hover,.spbooking-btn.sppb-btn-primary.sppb-btn-outline:focus,.spbooking-btn.sppb-btn-primary.sppb-btn-outline:active,.spbooking-btn.btn-primary.sppb-btn-outline:hover,.spbooking-btn.btn-primary.sppb-btn-outline:focus,.spbooking-btn.btn-primary.sppb-btn-outline:active,.spbooking-btn.spbooking-btn-primary.sppb-btn-outline:hover,.spbooking-btn.spbooking-btn-primary.sppb-btn-outline:focus,.spbooking-btn.spbooking-btn-primary.sppb-btn-outline:active {
    background-color: #adbb22;
    border-color: #adbb22;
    color: #fff
}

body .sppb-btn.sppb-btn-default.sppb-btn-gradient,body .sppb-btn.sppb-btn-primary.sppb-btn-gradient,body .sppb-btn.btn-primary.sppb-btn-gradient,body .sppb-btn.spbooking-btn-primary.sppb-btn-gradient,body .btn.sppb-btn-default.sppb-btn-gradient,body .btn.sppb-btn-primary.sppb-btn-gradient,body .btn.btn-primary.sppb-btn-gradient,body .btn.spbooking-btn-primary.sppb-btn-gradient,.spbooking-btn.sppb-btn-default.sppb-btn-gradient,.spbooking-btn.sppb-btn-primary.sppb-btn-gradient,.spbooking-btn.btn-primary.sppb-btn-gradient,.spbooking-btn.spbooking-btn-primary.sppb-btn-gradient {
    background-image: linear-gradient(-180deg, #adbb22, #85901a)
}

body .sppb-btn.sppb-btn-default.sppb-btn-3d,body .sppb-btn.sppb-btn-primary.sppb-btn-3d,body .sppb-btn.btn-primary.sppb-btn-3d,body .sppb-btn.spbooking-btn-primary.sppb-btn-3d,body .btn.sppb-btn-default.sppb-btn-3d,body .btn.sppb-btn-primary.sppb-btn-3d,body .btn.btn-primary.sppb-btn-3d,body .btn.spbooking-btn-primary.sppb-btn-3d,.spbooking-btn.sppb-btn-default.sppb-btn-3d,.spbooking-btn.sppb-btn-primary.sppb-btn-3d,.spbooking-btn.btn-primary.sppb-btn-3d,.spbooking-btn.spbooking-btn-primary.sppb-btn-3d {
    border-bottom: 4px solid #212822
}

body .sppb-btn.sppb-btn-default.sppb-btn-3d:hover,body .sppb-btn.sppb-btn-primary.sppb-btn-3d:hover,body .sppb-btn.btn-primary.sppb-btn-3d:hover,body .sppb-btn.spbooking-btn-primary.sppb-btn-3d:hover,body .btn.sppb-btn-default.sppb-btn-3d:hover,body .btn.sppb-btn-primary.sppb-btn-3d:hover,body .btn.btn-primary.sppb-btn-3d:hover,body .btn.spbooking-btn-primary.sppb-btn-3d:hover,.spbooking-btn.sppb-btn-default.sppb-btn-3d:hover,.spbooking-btn.sppb-btn-primary.sppb-btn-3d:hover,.spbooking-btn.btn-primary.sppb-btn-3d:hover,.spbooking-btn.spbooking-btn-primary.sppb-btn-3d:hover {
    border-bottom-color: transparent
}

body .sppb-btn.sppb-btn-secondary,body .sppb-btn.btn-secondary,body .btn.sppb-btn-secondary,body .btn.btn-secondary,.spbooking-btn.sppb-btn-secondary,.spbooking-btn.btn-secondary {
    color: #212822;
    background-color: #ffffff
}

body .sppb-btn.sppb-btn-secondary:hover,body .sppb-btn.sppb-btn-secondary:focus,body .sppb-btn.sppb-btn-secondary:active,body .sppb-btn.btn-secondary:hover,body .sppb-btn.btn-secondary:focus,body .sppb-btn.btn-secondary:active,body .btn.sppb-btn-secondary:hover,body .btn.sppb-btn-secondary:focus,body .btn.sppb-btn-secondary:active,body .btn.btn-secondary:hover,body .btn.btn-secondary:focus,body .btn.btn-secondary:active,.spbooking-btn.sppb-btn-secondary:hover,.spbooking-btn.sppb-btn-secondary:focus,.spbooking-btn.sppb-btn-secondary:active,.spbooking-btn.btn-secondary:hover,.spbooking-btn.btn-secondary:focus,.spbooking-btn.btn-secondary:active {
    color: #85901a;
    background-color: #fff
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-rounded,body .sppb-btn.btn-secondary.sppb-btn-rounded,body .btn.sppb-btn-secondary.sppb-btn-rounded,body .btn.btn-secondary.sppb-btn-rounded,.spbooking-btn.sppb-btn-secondary.sppb-btn-rounded,.spbooking-btn.btn-secondary.sppb-btn-rounded {
    border-radius: 3px
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-round,body .sppb-btn.btn-secondary.sppb-btn-round,body .btn.sppb-btn-secondary.sppb-btn-round,body .btn.btn-secondary.sppb-btn-round,.spbooking-btn.sppb-btn-secondary.sppb-btn-round,.spbooking-btn.btn-secondary.sppb-btn-round {
    border-radius: 30px
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-outline,body .sppb-btn.btn-secondary.sppb-btn-outline,body .btn.sppb-btn-secondary.sppb-btn-outline,body .btn.btn-secondary.sppb-btn-outline,.spbooking-btn.sppb-btn-secondary.sppb-btn-outline,.spbooking-btn.btn-secondary.sppb-btn-outline {
    border: 1px solid #212822;
    background-color: transparent;
    color: #212822
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:hover,body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:focus,body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:active,body .sppb-btn.btn-secondary.sppb-btn-outline:hover,body .sppb-btn.btn-secondary.sppb-btn-outline:focus,body .sppb-btn.btn-secondary.sppb-btn-outline:active,body .btn.sppb-btn-secondary.sppb-btn-outline:hover,body .btn.sppb-btn-secondary.sppb-btn-outline:focus,body .btn.sppb-btn-secondary.sppb-btn-outline:active,body .btn.btn-secondary.sppb-btn-outline:hover,body .btn.btn-secondary.sppb-btn-outline:focus,body .btn.btn-secondary.sppb-btn-outline:active,.spbooking-btn.sppb-btn-secondary.sppb-btn-outline:hover,.spbooking-btn.sppb-btn-secondary.sppb-btn-outline:focus,.spbooking-btn.sppb-btn-secondary.sppb-btn-outline:active,.spbooking-btn.btn-secondary.sppb-btn-outline:hover,.spbooking-btn.btn-secondary.sppb-btn-outline:focus,.spbooking-btn.btn-secondary.sppb-btn-outline:active {
    background-color: #fff;
    border-color: #fff;
    color: #85901a
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-gradient,body .sppb-btn.btn-secondary.sppb-btn-gradient,body .btn.sppb-btn-secondary.sppb-btn-gradient,body .btn.btn-secondary.sppb-btn-gradient,.spbooking-btn.sppb-btn-secondary.sppb-btn-gradient,.spbooking-btn.btn-secondary.sppb-btn-gradient {
    background-image: linear-gradient(-180deg, #fff, rgba(0, 0, 0, 0.2))
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-3d,body .sppb-btn.btn-secondary.sppb-btn-3d,body .btn.sppb-btn-secondary.sppb-btn-3d,body .btn.btn-secondary.sppb-btn-3d,.spbooking-btn.sppb-btn-secondary.sppb-btn-3d,.spbooking-btn.btn-secondary.sppb-btn-3d {
    border-bottom: 4px solid #525454
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-3d:hover,body .sppb-btn.btn-secondary.sppb-btn-3d:hover,body .btn.sppb-btn-secondary.sppb-btn-3d:hover,body .btn.btn-secondary.sppb-btn-3d:hover,.spbooking-btn.sppb-btn-secondary.sppb-btn-3d:hover,.spbooking-btn.btn-secondary.sppb-btn-3d:hover {
    border-bottom-color: transparent
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-xlg,body .sppb-btn.btn-secondary.sppb-btn-xlg,body .btn.sppb-btn-secondary.sppb-btn-xlg,body .btn.btn-secondary.sppb-btn-xlg,.spbooking-btn.sppb-btn-secondary.sppb-btn-xlg,.spbooking-btn.btn-secondary.sppb-btn-xlg {
    border: 1px solid #dddae1
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-xlg:hover,body .sppb-btn.sppb-btn-secondary.sppb-btn-xlg:focus,body .sppb-btn.sppb-btn-secondary.sppb-btn-xlg:active,body .sppb-btn.btn-secondary.sppb-btn-xlg:hover,body .sppb-btn.btn-secondary.sppb-btn-xlg:focus,body .sppb-btn.btn-secondary.sppb-btn-xlg:active,body .btn.sppb-btn-secondary.sppb-btn-xlg:hover,body .btn.sppb-btn-secondary.sppb-btn-xlg:focus,body .btn.sppb-btn-secondary.sppb-btn-xlg:active,body .btn.btn-secondary.sppb-btn-xlg:hover,body .btn.btn-secondary.sppb-btn-xlg:focus,body .btn.btn-secondary.sppb-btn-xlg:active,.spbooking-btn.sppb-btn-secondary.sppb-btn-xlg:hover,.spbooking-btn.sppb-btn-secondary.sppb-btn-xlg:focus,.spbooking-btn.sppb-btn-secondary.sppb-btn-xlg:active,.spbooking-btn.btn-secondary.sppb-btn-xlg:hover,.spbooking-btn.btn-secondary.sppb-btn-xlg:focus,.spbooking-btn.btn-secondary.sppb-btn-xlg:active {
    background-color: rgba(242, 241, 249, 0.6);
    color: #212822
}

body .sppb-btn.sppb-btn-link,body .btn.sppb-btn-link,.spbooking-btn.sppb-btn-link {
    padding: 0px;
    color: #CBDA36;
    letter-spacing: 1px;
    font-weight: 800
}

.spbooking-search {
    padding: 0px;
    background: transparent;
    box-shadow: none
}

.spbooking-search .title {
    display: none
}

.spbooking-search button[data-view="daily_tour"],.spbooking-search button[data-view="transports"] {
    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 .range-icon,.spbooking-search form .spbooking-row .topbar-range .range-icon {
    top: 44px
}

.spbooking-search form .spbooking-row .person-caret {
    top: 71%
}

.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: #CBDA36
}

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

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

.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")
}

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

.spbooking-accomodation-module .jeetravel-accomodation-wrap {
    display: flex;
    border-bottom: 1px solid rgba(33, 40, 34, 0.1);
    padding-bottom: 22px;
    margin-bottom: 25px;
    margin-right: 60px
}

.spbooking-accomodation-module .jeetravel-accomodation-wrap:after {
    display: none
}

.spbooking-accomodation-module .accomodation-img-wrap {
    height: 120px;
    flex: 1 0 180px;
    max-width: 180px;
    margin-right: 40px
}

.spbooking-accomodation-module .accomodation-img-wrap a {
    position: relative;
    background-color: #F5F4EF
}

.spbooking-accomodation-module .accomodation-info-wrap {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 0px
}

.spbooking-accomodation-module .accomodation-title h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #212822;
    margin-bottom: 16px
}

.spbooking-accomodation-module .spbooking-price-wrap small {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: rgba(33, 40, 34, 0.6)
}

.spbooking-accomodation-module .spbooking-price-wrap>span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #212822
}

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

.spbooking-accomodation-module .spbooking-price-wrap span.person-tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.spbooking-accomodation-module .accomodation-place {
    color: rgba(33, 40, 34, 0.6)
}

.spbooking-accomodation-module .spbooking-col-md-6:nth-child(n+5) .jeetravel-accomodation-wrap {
    border: none
}

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

.accomodation-overview .amenities-wrapper .amenities-holder {
    margin-bottom: 15px
}

.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);
    padding-bottom: 10px
}

.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: 32px;
    line-height: 40px;
    text-transform: capitalize;
    color: #212822
}

.com-spbooking.view-accomodation .accomodation-policies {
    margin-bottom: 45px
}

.com-spbooking.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) {
    .com-spbooking.view-accomodation .accomodation-policies h4 {
        font-size:26px;
        line-height: 40px
    }
}

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

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

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

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

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

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

.com-spbooking.view-accomodation .spbooking.spbooking-view-package {
    margin-top: 0px
}

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

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

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

.com-spbooking.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) {
    .com-spbooking.view-accomodation .rating-travellers-rating h4 {
        font-size:26px;
        line-height: 40px
    }
}

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

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

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

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

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

.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;
    align-items: flex-end;
    padding: 0px 0px 45px 56px
}

.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: 62px;
    line-height: 74px;
    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: 100%;
    top: 40%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    height: 0;
    margin: 0;
    transform: none;
}

.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 {
    position: absolute;
    height: 0;
    width: 95%;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.view-package .spbooking-details-image .owl-nav [class*="owl-"] {
        width: 65px !important;
    height: 65px !important;
    font-size: 35px !important;
    line-height: inherit !important;
    color: #FFFFFF;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    /* margin: 0; */
    background-color: rgba(255, 255, 255, 0.30);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.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 {
        font-size: 22px;
        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: 0px
    }

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

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

    .spbooking-accomodation-module .accomodation-img-wrap {
        height: 120px;
        flex: 1 0 140px;
        max-width: 140px;
        margin-right: 20px
    }

    .spbooking-accomodation-module .accomodation-title h5 {
        font-size: 20px;
        line-height: 30px
    }

    .spbooking-accomodation-module .spbooking-price-wrap>span {
        font-size: 20px;
        line-height: 30px
    }

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