@font-face {
    font-family: calibri;
    src: url(../fonts/Calibri.ttf);
  }
  
@font-face {
    font-family: calibrib;
    src: url(../fonts/calibrib.ttf);
  }
@font-face {
    font-family: calibrii;
    src: url(../fonts/calibrii.ttf);
  }
@font-face {
    font-family: calibril;
    src: url(../fonts/calibril.ttf);
  }
@font-face {
    font-family: calibrili;
    src: url(../fonts/calibrili.ttf);
  }
@font-face {
    font-family: calibriz;
    src: url(../fonts/calibriz.ttf);
  }
  .container-fluid {
    padding: 0;
    width: 84%;
  }
a, button, header, footer, h1, h2, h3, h4, h5, h6, p, span, input, label, form, select, option, table, th, tr {
    font-family: calibri;
}
/*--- Default Image ---*/
.img-responsive {
    width: 100%;
}
a:hover, a:focus {
    text-decoration: none;
}
/*--- Header Styling ---*/
header .navbar-brand {
    width: 150px;
}
header .bg-light {
    height: 85px;
    background: #fff !important;
}
header .navbar li {
    margin-right: 30px;
}
header .navbar li:last-child {
    margin-right: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #576574;
    font-family: calibri;
}
header .nav-button .nav-link {
    background: #0954a6;
    color: #fff !important;
    padding: 5px 0px;
    border-radius: 150px;
    border: 2px solid #0954a6;
    width: 100px;
    text-align: center;
    transition: 0.3s all;
}
header .nav-button .nav-link:hover {
    background: #fff !important;
    color: #0954a6 !important;
}
.dropdown-toggle::after {
    border: none;
    background: url('../images/icons/sm-arrow-down.png');
    height: 10px;
    width: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
}
.dropdown-toggle {
    position: relative;
    padding-right: 15px;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #00000047;
}
/*-- Home Banner --*/
.home-banner {
    position: relative;
    background: url(../images/home-banner-black.jpg);
    background-size: cover;
    height: 400px;
    margin-bottom: 110px;
    padding: 0;
}
/* .home-banner .banner-tabs {
    box-shadow: none;
    margin: 0 auto;
}
.home-banner .banner-tabs .nav-tabs {
    width: 100%;
} */
.banner-search {
    border: 2px solid #fff;
    border-radius: 300px;
    padding: 8px 25px;
    width: auto;
    height: 50px;
    margin: 0 auto;
    background: #57657473;
    display: flex;
    flex-direction: column;
    flex-flow: initial;
    padding-right: 20px;
}
.banner-search input, .banner-search select  {
    background: none;
    border: none;
    height: 100%;
    border-left: 1px solid #fff;
    border-radius: 0;
    margin-right: 0 !important;
    /* width: 66% !important; */
    float: left;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    -webkit-appearance: none;
}
.banner-search select:first-child {
    border: none;
}
.banner-search input:focus, .banner-search select:focus {
    background: none;
    outline: none;
    box-shadow: none;
    border-color: #fff;
    color: #fff;
}
.banner-search select option {
    color: #000;
}
.banner-search select option:disabled {
    color: graytext;
}
.banner-search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.banner-search label {
    font-size: 24px;
    color: #fff;
    margin-right: 20px;
    /* width: 22%; */
    float: left;
    text-align: center;
}
.banner-search button {
    padding: 0;
    border: 0;
    height: 100%;
    width: 10%;
    text-align: right;
    margin-left: auto;
}
.banner-search button:focus {
    outline: none;
    box-shadow: none;
}
.banner-search button img {
    width: 55%;
    height: 70%;
    object-fit: contain;
}
/*-- Hotel Search --*/
.banner-search input {
    padding: 0 10px;
}
.banner-search input:first-child {
    border-left: 0;
}
.banner-search .date input {
    border-left: 1px solid #fff;
}
.banner-search input::placeholder {
    color: #fff;
}
.banner-search.hotel input:nth-child(04), .banner-search.hotel input:nth-child(05), .banner-search.car input:nth-child(07), .banner-search.car input:nth-child(08) {
    width: 100px;
}
.datetimepicker {
    margin-top: 58px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.home-banner .search-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.home-banner .search-content h2 {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #fff;
}
.home-banner .search-content h2 span {
    color: #10ac84;
}
/*-- Home Banner Tabs --*/
.banner-tabs .nav-tabs {
    width: 55%;
    padding: 6px 5%;
    background: #fff;
    border-radius: 400px;
    margin: 0 auto;
    margin-top: -55px;
    border: none;
    box-shadow: 0px 0px 11px -5px;
    z-index: 999;
}
.banner-tabs {
    padding-bottom: 50px;
}
.banner-tabs .nav-tabs .nav-item {
    width: 20%;
}
.banner-tabs .nav-tabs .nav-item a {
    text-align: center;
    color: #576574;
}
.banner-tabs .nav-tabs .nav-item .image {
    width: 100%;
}
.banner-tabs .nav-tabs .nav-item .image img {
    height: 38px;
    width: 50px;
    margin: 0 auto;
    object-fit: contain;
}
.banner-tabs .nav-tabs .nav-item .title {
    font-size: 16px;
}
.banner-tabs .nav-tabs .nav-item .title p {
    margin-bottom: 0;
    margin-top: 6px;
}
.banner-tabs .nav-tabs .nav-item a {
    border: none;
    border-bottom: 2px solid #fff !important;
}
.banner-tabs .nav-tabs .nav-item a:hover, .banner-tabs .nav-tabs .nav-item a.active {
    border: none;
    border-bottom: 2px solid #576574 !important;
}

/* .banner-tabs{
    width: 70%;
    padding: 15px 5%;
    background: #fff;
    border-radius: 400px;
    margin: 0 auto;
    margin-top: -65px;
    border: none;
    box-shadow: 0px 0px 11px -5px;
    z-index: 999;
} */

/*-- Default CSS --*/
section {
    padding: 70px 0px;
    padding-top: 50px;
}
section .row {
    margin: 0;
}
.section-header {
    width: 100%;
    margin-bottom: 15px;
}
.section-header .heading {
    float: left;
}
.section-header .btn {
    float: right;
    padding: 11px 10px;
}
.section-header .heading h2 {
    color: #576574;
    font-weight: 600;
    font-size: 34px;
    margin: 0;
}
.section-header .heading h2 span {
    color: #fab822;
}
.section-header .heading img {
    width: 60px;
}
/*-- More Button Styling --*/
.more-btn {
    padding: 0;
    border: 0;
}
.more-btn a {
    color: #fab822;
    font-size: 16px;
    display: flex;
}
.more-btn a p {
    margin-bottom: 0px;
    border-bottom: 1px solid;
    margin-right: 10px;
}
.more-btn a i {
    margin-top: 7px;
    font-size: 16px;
}
/*-- Default Css for Place Column --*/
.place-column {
    height: 340px;
    padding: 0 6px;
}
.place-box {
    position: relative;
}
.place-column .image {
    position: relative;
}
.place-column img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.place-column .title {
    position: absolute;
    bottom: 15px;
    left: 30px;
}
.place-column .title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.place-column .overlay {
    background: #00000061;
}
.place-column:first-child {
    padding-left: 0;
}
.place-column:last-child {
    padding-right: 0;
}
/*-- Recommendation Section CSS --*/
.recommendation-section {
    padding-top: 0px;
}
.recommendation-section .place-column:first-child img , .recommendation-section .place-column:first-child .overlay {
    border-radius: 24px 0px 0px 24px;
}
.recommendation-section .place-column:last-child img , .recommendation-section .place-column:last-child .overlay {
    border-radius: 0px 24px 24px 0px;
}
/*-- Family Traveling Section CSS --*/
.family-traveling-section {
    background: #f1f1f1;
}
.family-traveling-section .overlay {
    background-image: linear-gradient(transparent, #000000c7);
}
.family-traveling-section .place-column:first-child .place-box, .family-traveling-section .place-column:last-child .place-box {
    height: 164px;
}
.family-traveling-section .place-column:first-child .place-box:first-child, .family-traveling-section .place-column:last-child .place-box:first-child {
    margin-bottom: 12px;
}
.family-traveling-section .place-column img, .family-traveling-section .place-column .overlay {
    border-radius: 24px;
}
.family-traveling-section .place-column:first-child .place-box:first-child img, .family-traveling-section .place-column:first-child .place-box:first-child .overlay, .family-traveling-section .place-column:last-child .place-box:first-child img, .family-traveling-section .place-column:last-child .place-box:first-child .overlay {
    border-radius: 24px 24px 0px 0px;
}
.family-traveling-section .place-column:first-child .place-box:last-child img, .family-traveling-section .place-column:first-child .place-box:last-child .overlay, .family-traveling-section .place-column:last-child .place-box:last-child img, .family-traveling-section .place-column:last-child .place-box:last-child .overlay {
    border-radius: 0px 0px 24px 24px;
}
/*-- Category Section CSS --*/
.category-section .section-header {
    display: flex;
}
.category-section .heading {
    width: 100%;
    text-align: center;
}
.category-section .section-header .heading h2 {
    margin-bottom: 5px;
}
.category-section .categories-list {
    background: #0954a6;
    padding: 40px 40px;
}
.category-section .categories-list ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0;
}
.category-section .categories-list ul .category {
    width: 12.5%;
    float: left;
    text-align: center;
}
.category-section .categories-list ul .category .icon img {
    width: 25px;
    height: 30px;
    object-fit: contain;
    object-position: bottom;
    margin-bottom: 5px;
}
.category-section .categories-list ul .category .text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
/*-- Deals For Business Officials --*/
.deals-for-business-official-section .section-header {
    display: flex;
}
.deals-for-business-official-section .heading {
    width: 100%;
    text-align: center;
}
.deals-for-business-official-section .section-header .heading h2 {
    margin-bottom: 5px;
}
/*-- Slider --*/
.deals-for-business-official-section .slider {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.deals-for-business-official-section .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px 24px 0px 0px;
}
.deals-for-business-official-section .slider .image {
    height: 250px;
}
.deals-for-business-official-section .slider .content {
    height: 150px;
    background: #fab822;
    border-radius: 0px 0px 24px 24px;
    padding: 20px 30px;
}
.deals-for-business-official-section .slider .content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
}
.deals-for-business-official-section .slider .content .btn {
    padding: 0;
    border: 0px;
    margin-top: 10px;
}
.deals-for-business-official-section .slider .content .btn a {
    color: #fff;
    font-size: 16px;
    display: flex;
}
.deals-for-business-official-section .slider .content .btn a p {
    margin-bottom: 0px;
    border-bottom: 1px solid;
    margin-right: 10px;
}
.deals-for-business-official-section .slider .content .btn a i {
    margin-top: 8px;
    font-size: 13px;
}
.deals-for-business-official-section .slider .place-box:focus {
    outline: none;
}
button.slick-prev, button.slick-prev:hover {
    background-image: url('../images/icons/left-icon.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
}
button.slick-next, button.slick-next:hover {
    background-image: url('../images/icons/right-icon.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
}
.slick-prev, .slick-next {
    width: 32px !important;
}
/*-- Favourite Places Section --*/
.favourite-places-section .places-list {
    width:100%;
}
.favourite-places-section .slider {
    padding: 0;
    width: 100%;
    max-width: 100%;
} 
/* .favourite-places-section .slider .slick-slide.slick-cloned img, .favourite-places-section .slider .slick-slide.slick-cloned .overlay, .favourite-places-section .slider .slick-slide.prevSlide img, .favourite-places-section .slider .slick-slide.prevSlide .overlay {
    border-radius: 24px 0px 0px 24px;
}
.favourite-places-section .slider .slick-slide img, .favourite-places-section .slider .slick-slide .overlay, .favourite-places-section .slider .slick-slide.nextSlide img, .favourite-places-section .slider .slick-slide.nextSlide .overlay {
    border-radius: 0px 24px 24px 0px;
    transition: 0.3s all;
} */
.favourite-places-section .slider .slick-slide.slick-center img, .favourite-places-section .slider .slick-slide.slick-center .overlay {
    border-radius: 0px;
}
.favourite-places-section .overlay {
    background-image: linear-gradient(transparent, #000000c7);
}
.favourite-places-section .place-box:focus {
    outline: none;
}
.favourite-places-section .slick-track .slick-active:nth-child(01) img, .favourite-places-section .slick-track .slick-active:nth-child(01) .overlay {
    border-radius: 24px 0px 0px 24px;
}
.favourite-places-section .slick-track .slick-active:last-child img {
    border-radius: 0px 24px 24px 0px;
}
/*-- Most -Popular Stories Section CSS --*/
.popular-stories-section .section-header {
    text-align: center;
}
.popular-stories-section .section-header .heading {
    width: 100%;
}
.popular-stories-section .section-header .heading h2 {
    margin-bottom: 5px;
}
.popular-stories-list article:first-child {
    padding-left: 0;
}
.popular-stories-list article:last-child {
    padding-right: 0;
}
.popular-stories-list article .image-part {
    height: 250px;
    position: relative;
}
.popular-stories-list article .image-part .overlay {
    background-image: linear-gradient(#ffffff00, #fab822);
}
.popular-stories-list article .image-part .title {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    color: #fff;
}
.popular-stories-list article .image-part .title h4 {
    font-size: 20px;
}
.popular-stories-list article .image-part .title p {
    font-size: 14px;
}
.popular-stories-list article .image-part .overlay, .popular-stories-list article .image-part img {
    border-radius: 24px 24px 0px 0px;
}
.popular-stories-list article img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.popular-stories-list article .content-part {
    height: 250px;
    padding: 30px 25px;
    background: #e1e1e1;
    border-radius: 0px 0px 24px 24px;
}
.popular-stories-list article .content-part .short-description {
    height: 84px;
    overflow: hidden;
}
.popular-stories-list article .content-part .more-btn {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.popular-stories-list article .content-part .more-btn a {
    font-size: 18px;
}
.popular-stories-list article .content-part .more-btn a i {
    margin-top: 10px;
    font-size: 14px;
}
footer .footer-top {
    background: #576574;
    color: #fff;
    padding: 15px 0;
    display: flex;
    width: 100%;
}
footer .footer-top a {
    color: #fff;
    text-decoration: underline;
}
footer .footer-top .newsletter-text {
    float: left;
}
footer .footer-top .newsletter-text h3 {
    margin-top: 7px;
}
footer .footer-top .newsletter-form {
    float: right;
    width: 33.33%;
    position: relative;
    padding: 15px 0;
}
footer .footer-top .newsletter-form input {
    width: 100%;
    border: 2px solid #fff;
    background: none;
    border-radius: 130px;
    height: 50px;
    margin: 0 !important;
    color: #b2b2b2;
    font-size: 18px;
}
footer .footer-top .newsletter-form input:focus {
    outline: none;
    box-shadow: none;
}
footer .footer-top .newsletter-form input::placeholder {
    color: #b2b2b2;
}
footer .footer-top .newsletter-form input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
footer .footer-top .newsletter-form button {
    position: absolute;
    right: 0;
}
footer .footer-top .newsletter-form button img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/*-- Footer Mid --*/
footer .footer-mid {
    background: url('../images/footer-bg.png');
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    padding: 40px 0px;
    text-align: center;
    color: #576574;
}
footer .footer-mid a, footer .footer-bottom a {
    color: #576574;
    transition: 0.2s all;
}
footer .footer-mid a:hover, footer .footer-bottom a:hover {
    color: #fab822;
}
footer .footer-mid li {
    display: inline-block;
}
footer .footer-mid .social-icons i {
    font-size: 25px;
}
footer .footer-mid .social-icons li {
    width: 80px;
}
footer .footer-mid .footer-links li a {
    font-size: 20px;
}
footer .footer-mid .footer-links li {
    padding: 10px 40px;
}
footer .footer-mid .footer-links {
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
}
footer .footer-mid .social-icons {
    margin-top: 30px;
}
/*-- Footer Bottom --*/
footer .footer-bottom {
    background: #f1f1f1;
    border-top: 2px solid #576574;
    padding: 10px 0px;
    display: flex;
}
footer .footer-bottom p {
    margin: 0;
    color: #576574;
}
footer .footer-bottom .left {
    float: left;
}
footer .footer-bottom .right {
    float: right;
}

/*-- Other Pages Banner Styling --*/
.otherPages-Banner {
    position: relative;
    background: url('../images/home-banner-black.jpg');
    background-size: cover;
    height: 400px;
    margin-bottom: 50px;
    padding: 0;
}
.otherPages-Banner .search-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.otherPages-Banner .search-content h2 {
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #fff;
}
.otherPages-Banner .search-content h2 span {
    color: #fab822;
}
.otherPages-Banner .banner-tabs .nav-tabs .nav-item {
    width: 25%;
}
.otherPages-Banner .banner-tabs {
    background: #f0f0f0;
}
.page-content {
    background: #f0f0f0;
}
.page-content .col-md-3, .page-content .col-md-9 {
    padding: 0 6px;
}
/*-- Left Search Filter --*/
.left-search-filter {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
}
.left-search-filter .filter-title {
    border-bottom: 1px solid #576574;
    margin-bottom: 20px;
}
.left-search-filter .filter-title h3 {
    text-transform: uppercase;
    text-align: center;
    color: #576574;
    font-size: 18px;
}
.left-search-filter .load-more__btn span {
    display: none;
}
/*-- Range Slider --*/
.range-slider {
    position: relative;
    height: 15px;
    margin-top: 30px;
}
/*-- Input Type Range Styling --*/
input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: #e8e8e8;/* Otherwise white in Chrome */
    border-radius: 100px;
    height: 6px;
  }
  
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  
  input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  }
  
  input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
  
    /* Hides the slider so custom styles can be added */
    background: transparent; 
    border-color: transparent;
    color: transparent;
  }
  /* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #fab822;
    height: 30px;
    width: 6px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    z-index: 9999;
  }
  input[type="range"].multirange.ghost {
    --range-color: #fab822;
    --track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0 ) no-repeat 0 47% / 100% 6px;
  }
  /* All the same stuff for Firefox */
  input[type=range]::-moz-range-thumb {
    border: 1px solid #000000;
    height: 25px;
    width: 10px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    z-index: 9999;
  }
  
  /* All the same stuff for IE */
  input[type=range]::-ms-thumb {
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    z-index: 9999;
  }
    .range-values-row p {
        color: #576574;
        font-size: 12px;
        margin-bottom: 3px;
}
    .range-values-row .left {
        float: left;
    }
    .range-values-row .right {
        float: right;
    }
  /*-- Search Filter Collapse --*/
  .searchfilter-collapse button {
      width: 100%;
      padding: 0;
      border: 0;
      height: 25px;
  }
  .searchfilter-collapse button p {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #576574;
  }
  .searchfilter-collapse button img {
    float: right;
    margin-top: 5px;
    transform: rotate(0deg);
    width: 14px;
  }
  .searchfilter-collapse button.collapsed img {
    transform: rotate(180deg);
  }
  .searchfilter-collapse button:focus {
      box-shadow: none;
  }
  .searchfilter-collapse .card-body {
      border: 0;
      padding: 0.75rem;
  }
  .searchfilter-collapse {
      margin-bottom: 10px;
  }
.page-content .col-md-3 {
    padding: 0 6px;
    flex: 0 0 20%;
    max-width: 20%;
}
.page-content .col-md-9 {
    padding: 0 6px;
    flex: 0 0 80%;
    max-width: 80%;
}
  /*#### CHECK BOX STYLING ####*/
  /* The container */
.checkbox-block {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* Hide the browser's default checkbox */
.checkbox-block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    margin-top: 2px;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #d7d7d7;
    border-radius: 4px;
  }
  
  /* On mouse-over, add a grey background color */
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-block input:checked ~ .checkmark {
    background-color: #d7d7d7;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-block input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-block .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #576574;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*-- Load More Button --*/
  .load-more__btn {
    color: #576574;
    font-size: 14px;
    position: relative;
  }
  .load-more__btn:hover {
      color: #576574;
  }
  .load-more__btn i {
    position: absolute;
    top: 4px;
    right: -10px;
    font-size: 12px;
  }
  .left-search-filter label p {
    float: right;
    font-size: 11px;
    margin-bottom: 0;
    color: #576574;
  }
  .left-search-filter label {
      color: #576574;
      font-size: 12px;
  }
  .left-search-filter label img {
    height: 12px;
  }

/*--- Places Filter Box ---*/
.filter-contentBlock .filter-listBox .image-box {
    width: 40%;
    float: left;
    position: relative;
}
.filter-contentBlock .filter-listBox .image-box .image {
    background: #fff;
}
.filter-contentBlock .filter-listBox .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filter-contentBlock .filter-listBox .image-box .options {
    position: absolute;
    width: 100%;
    top: 15px;
    padding: 0 15px;
}
.filter-contentBlock .filter-listBox .image-box .listBox-category {
    color: #fff;
    font-size: 11px;
    padding: 1px 0;
    float: left;
    border: 2px solid #fff;
}
.filter-contentBlock .filter-listBox .image-box .listBox-category.green {
    background: #1bad84;
}
.filter-contentBlock .filter-listBox .image-box .listBox-category.yellow {
    background: #fab822;
}
.filter-contentBlock .filter-listBox .image-box .listBox-category.blue {
    background: #0954a6;
}
.filter-contentBlock .filter-listBox .image-box .listBox-category p {
    margin: 0;
    padding: 0 10px;
}
.filter-contentBlock .filter-listBox .image-box .favourities-btn {
    float: right;
}
button:focus {
    outline: none;
}
.filter-contentBlock .filter-listBox .image-box .favourities-btn button {
    border: none;
    background: none;
    padding: 0;
}
.filter-contentBlock .filter-listBox .image-box .favourities-btn i {
    font-size: 22px;
    color: #fab822;
    transition: 0.3s all;
}
.filter-contentBlock .filter-listBox .image-box .favourities-btn button.active i, .filter-contentBlock .filter-listBox .image-box .favourities-btn button:focus i, .filter-contentBlock .filter-listBox .image-box .favourities-btn button:hover i {
    font-weight: 900;
}
.filter-contentBlock .filter-listBox .content-box {
    width: 60%;
    float: left;
    background: #fff;
    padding: 10px 20px;
    border-radius: 0px 10px 10px 0px;
}
.filter-contentBlock .filter-listBox .content-box .title h3 {
    color: #fab822;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
}
.filter-contentBlock .filter-listBox .content-box .description p {
    color: #576574;
    font-size: 14px;
}
.filter-contentBlock .filter-listBox .content-box .details p {
    font-weight: 600;
    color: #576574;
    width: 50%;
    margin-bottom: 5px;
    font-size: 14px;
}
.filter-contentBlock .filter-listBox .content-box .details p:last-child {
    width: 100%;
}
.filter-contentBlock .filter-listBox .content-box .details p span {
    font-weight: 100;
}
.filter-contentBlock .filter-listBox .content-box .details p:nth-child(odd) {
    float: left;
}
.filter-contentBlock .filter-listBox .content-box .details p:nth-child(even) {
    float: right;
    text-align: right;
}
.filter-contentBlock .filter-listBox .content-box .rating .rating-reviews {
    float: left;
    font-size: 14px;
}
.filter-contentBlock .filter-listBox .content-box .rating .rating-reviews p {
    margin: 0;
}
.filter-contentBlock .filter-listBox .content-box .rating-stars {
    float: left;
    margin-right: 10px;
}
.filter-contentBlock .filter-listBox .content-box .rating {
    color: #576574;
    float: left;
}
/*-- Rating Stars CSS --*/
.rating-stars {
    unicode-bidi: bidi-override;
    color: #ccc;
    position: relative;
    margin: 0;
    padding: 0;
    color: 18px;
  }
  .rating-stars .fill-ratings {
    color: #fcb040;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .rating-stars .fill-ratings span {
    display: inline-block;
  }
  .rating-stars .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
    color: #dadada;
  }
.filter-contentBlock .filter-listBox .content-box .moreinfo-btn {
    float: right;
    position: relative;
}
.filter-contentBlock .filter-listBox .content-box .moreinfo-btn a {
    color: #576574;
    font-size: 14px;
    padding-right: 10px;
}
.filter-contentBlock .filter-listBox .content-box .moreinfo-btn a  i {
    position: absolute;
    right: -5px;
    top: 4px;
}

/*-- filter-listBox Styling --*/
.filter-contentBlock .filter-listBox {
    display: flex;
    margin-bottom: 12px;
}
.filter-contentBlock .filter-listBox .image-box {
    flex: 0.4;
}
.filter-contentBlock .filter-listBox .content-box {
    flex: 1;
}
/*-- Places Load More Button CSS --*/
.filter-contentBlock .load-more__btn {
    color: #fff;
    background: #0954a6;
    padding: 7px 34px;
    border-radius: 50px;
    width: 134px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    font-size: 14px;
}
.filter-contentBlock .load-more__btn i {
    display: none;
}
.load-more__btn span {
    margin-right: 3px;
}
/*--- Hotel Booking Page Styling --*/
section.otherPages-Banner.hotel {
    margin-bottom: 0;
}
.filter-contentBlock.hotel .filter-listBox .image-box {
    flex: 0.4;
}
.filter-contentBlock.hotel .filter-listBox .image-box .options {
    padding-left: 0;
}
.filter-contentBlock.hotel .filter-listBox .image-box .listBox-category {
    border-left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 2px 6px;
}
.filter-contentBlock.hotel .filter-listBox .image-box .favourities-btn i {
    font-size: 26px;
}
.filter-contentBlock .filter-listBox .content-box .location {
    color: #c5c5c5;
    display: flex;
}
.filter-contentBlock .filter-listBox .content-box .location img {
    width: 12px;
    object-fit: contain;
}
.filter-contentBlock .filter-listBox .content-box .location p {
    margin: 0;
    margin-left: 6px;
    margin-top: -2px;
}
.filter-contentBlock .filter-listBox .content-box .facilities ul {
    padding: 0;
    list-style-type: none;
}
.filter-contentBlock .filter-listBox .content-box .facilities ul li {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 10px;
}
.filter-contentBlock .filter-listBox .content-box .facilities ul li p {
    color: #c5c5c5;
    font-size: 16px;
    float: right;
    margin: 0;
    padding-left: 8px;
}
.filter-contentBlock.hotel .filter-listBox .content-box .moreinfo-btn a {
    padding: 5px 18px;
    background: #0954a6;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}
.filter-contentBlock .filter-listBox .content-box .facilities .left {
    float: left;
    width: 80%;
    margin-bottom: 2px;
}
.filter-contentBlock .filter-listBox .content-box .facilities .left img {
    width: 20px;
    height: 24px;
    object-fit: contain;
}
.filter-contentBlock .filter-listBox .content-box .facilities .right {
    float: right;
    width: 20%;
    text-align: center;
}
.filter-contentBlock .filter-listBox .content-box .facilities .right p {
    margin: 0;
    font-size: 18px;
    color: #576574;
}
/*--- Car Booking Page Styling --*/
.filter-contentBlock.car .filter-listBox .image-box .image img {
    object-fit: contain;
}
.filter-contentBlock .filter-listBox .content-box .doors p {
    color: #576574;
    margin: 0;
    font-size: 14px;
}
.filter-contentBlock.car .filter-listBox .image-box {
    flex: 0.4;
}
.filter-contentBlock.car .filter-listBox .content-box .facilities ul li {
    padding-right: 12px;
    margin-bottom: 15px;
}
.filter-contentBlock.car .filter-listBox .content-box .moreinfo-btn a {
    padding: 5px 18px;
    background: #0954a6;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}
.filter-contentBlock.car .filter-listBox .image-box .listBox-category.yellow {
    border-left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 2px 6px;
}
.filter-contentBlock.car .filter-listBox .image-box .options {
    padding-left: 0;
}
.filter-contentBlock.car .filter-listBox .image-box .favourities-btn i {
    font-size: 26px;
}
.filter-contentBlock .filter-listBox .content-box .tags ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-top: 10px;
}
.filter-contentBlock .filter-listBox .content-box .tags ul li {
    padding: 0px 8px;
    background: #1bad84;
    border: 1px solid #576574;
    float: left;
    display: flex;
    margin-right: 6px;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    border-radius: 4px;
}
.filter-contentBlock .filter-listBox .content-box .tags ul li img {
    width: 14px;
    height: 27px;
    object-fit: contain;
    margin-right: 8px;
}
.filter-contentBlock .filter-listBox .content-box .tags ul li p {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* Car Booking Modal */

.btn:focus{
    box-shadow: none;
}

.modal-content{
    padding: 20px;
}

.modal-header{
    border: none;
    padding: 10px 0px;
}

.modal-footer{
    border: none;
    padding: 0;
    margin:0 auto;
}

.modal-header h1{
    margin: 0;
    color: #576574;
    font-weight: 600;
    font-size: 22px;
}

.modal-body .form-group label{
    font-size: 18px;
    margin: 0;
    color: #576574;
}

.form-group span{
    color: #c5c5c5;
    font-size: 20px;
}

.form-control {
    border: 1px solid #464646;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.form-control:focus {
    color: #576574;
    background-color: #f0f0f0;
    border-color: #464646;
    outline: 0;
    box-shadow: none;
}

.submit-button input{
    background: #0954a6;
    color: #fff !important;
    padding: 5px 0px;
    border-radius: 160px;
    border: 2px solid #0954a6;
    width: 130px;
    text-align: center;
    transition: 0.3s all;
    font-size: 14px;
}

/* Hotel Detail */

.hotel-detail hr{
    /* background: #fcb040; */
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
}

/* Detail */
.detail{
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    width: 74%;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
/*-- Left Social Icons --*/
.hotel-detail-section .left-social-icons{
    width: 5%;
    top: 130px;
    position: sticky;
    float: left;
}
.hotel-detail-section .left-social-icons ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.hotel-detail-section .left-social-icons ul li {
    margin-bottom: 10px;
}
.hotel-detail-section .left-social-icons ul li a{
    background: #3b5998;
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hotel-detail-section .left-social-icons ul li a:hover{
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.hotel-detail-section .left-social-icons ul li a.fb{
    background: #3b5998;
}
.hotel-detail-section .left-social-icons ul li a.tw{
    background: #55acee;
}
.hotel-detail-section .left-social-icons ul li a.insta{
    background: #2e5e86;
}
.hotel-detail-section .left-social-icons ul li a.yt{
    background: #ed3030;
}
.detail-nav{
    /* border-bottom: 1px solid #a8a8a8; */

    /*position: sticky;*/
    top: 85px;
    z-index: 999;
    box-shadow: 0px 5px 15px -15px;
    border-bottom: 2px solid #0fac83;
    margin-bottom: 10px;
}

.detail-nav ul{
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 0;
    display: flex;
    background: #1cad82;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #0fac83;
    border-bottom: 0;
}

.detail-nav li{
    display: inline-block;
    width: 13.75%;
    border-right: 1px solid #c5c5c5;
    height: 35px;
    padding: 5px 8px;
    transition: 0.3s all;
}

.detail-nav a{
    color: #fff;
}
.detail-nav li:hover, .detail-nav li.active{
    background: #fff;
}
.detail-nav li:hover a, .detail-nav li.active a{
    color: #1cad82;
}

.detail-nav .qna{
    border: none;
}

.hotel-detail-section{
    background-color: #f0f0f0;
    display: flex;
    padding: 50px 0px;
    padding-top: 0px !important;
}

.hotel-detail-section .hotel-detail{
    margin-top: 50px;
}

.detail-content{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.detail .detail-content.description{
    border-left: none;
    border-right: none;
    padding: 20px;
}
.detail-content .collapse, .detail-content .collapsing{
    padding: 0 20px;
}
.detail-content .content{
    padding: 10px 30px;
}

.detail-content p{
    margin: 0;
    color: #576574;
    font-size: 14px;
}

.detail-content .header button{
    width: 100%;
    padding: 0;
    padding: 10px 20px;
    background: #141414;
    border-radius: 0;
    display: flex;
}

.inner-collapse-box button { 
  background: #10ac84 !important;;
}

.detail-content .header h2{
    float: left;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: calibrib;
}

.detail-content .header h2 span{
    color: #f0f0f0;
}

.detail-content .header button img{
    float: right;
    margin-top: 10px;
    transform:rotate(0deg);
    width: 15px;
    display: none;
}

.detail-content .header button.collapsed img {
    transform: rotate(180deg);
}

.detail-content .load-more__btn{
    font-size: 14px;
    border-bottom: 1px solid #576574;
}

.detail-content .load-more__btn .fa-caret-down:before{
    content: "\f054";
}

.detail-content .load-more__btn i{
    top: 4px;
    right: -13px;
    font-size: 13px;
}

.description .content{
    padding: 10px 0px;
}

.map .content img{
    width: 100%;
}

.amenities .content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.amenities .content ul li{
    display: inline-block;
    width: 32.8%;
    margin-top: 20px;
}

.amenities .content ul li img{
    float: left;
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.amenities .content ul li p{
    color: #c5c5c5;
    font-size: 16px;
    margin-left: 36px;
    margin-top: 2px;
}

.amenities-room{
    margin: 25px 0px 0 0;
}

.amenities-room .header h2{
    float: none;
}

.room-box{
    background-color: #ebebeb;
    display: flex;
    margin-bottom: 15px;
}

.carousel {
    width: 30%;
    float: left;
}

.carousel a img{
    width: 45%;
}

.room-info{
    display: flex;
    width: 75%;
    padding: 0px 15px;
}

.room-info .heading{
    margin: auto 0;
}

.room-info .heading h3{
    color: #576574;
    font-family: calibrib;
    font-size: 22px;
    margin: 0;
}

.room-info .heading p{
    font-family: calibrib;
}

.room-info .icons{
    margin: auto 0;
    width: 40%;
    text-align: center;
}

.room-info .icons ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.room-info .icons ul li{
    display: inline-block;
    width: 15%;
}

.room-info .icons ul li img{
    width: 55%;
}

.room-info .price{
    margin: 10px 10px 10px auto;
    text-align: center;
}

.room-info .price h3{
    font-size: 24px;
    font-family: calibrib;
    color: #576574;
}

.room-info .price p{
    font-size: 14px;
}

.room-info .price a{
    background: #0954a6;
    color: #fff !important;
    padding: 3px 9px;
    border-radius: 150px;
    border: 2px solid #0954a6;
    width: 100px;
    text-align: center;
    transition: 0.3s all;
    font-size: 11px;
}

.single-room{
    margin:0;
}

.location-info{
    padding: 10px 30px;
    display: flex;
    background: #ebebeb;
    margin-top: 20px;
}

.location-info .location{
    display: flex;
    float: left;
}

.location-info .location img{
    width: 14px;
    object-fit: contain;
}

.location-info .location p{
    font-family: calibrib;
    font-size: 25px;
    margin: auto 0;
    margin-left: 10px;
}

.checks {
    float: right;
}

.checks .check-in{
    display: flex;
    margin-bottom: 10px;
}

.checks i{
    font-size: 18px;
    color: #fab822;
    margin: auto 10px;
}

.checks .check-out{
    display: flex;
}

.checks p{
    font-size: 18px;
    font-family: calibrib;
}

.reviews-box{
    border: 1px solid #c5c5c5;
    border-radius: 15px;
    background: transparent;
    padding: 15px;
    margin: 20px 0px 40px;
    display: flex;
}

.total-reviews{
    padding: 30px 0px;
    border-right: 1px solid #a8a8a8;
    float: left;
}

.total-reviews .reviews-numb h1{
    font-family: calibrib;
    color: #fab822;
    font-size: 75px;
    text-align: center;
    margin: 0;
    line-height: 4rem;
}

.total-reviews .reviews-numb h1 span{
    font-size: 55px;
}

.total-reviews .excellent h1{
    font-family: calibrib;
    text-align: center;
    color: #576574;
    margin: 0;
}

.total-reviews .based-on h2{
    font-size: 20px;
    text-align: center;
    color: #576574;
    font-family: calibril;
}

.total-reviews .based-on span{
    color: #fab822;
    font-family: calibril;
}

.reviews-ratings{
    float: right;
    padding: 30px 0px;

}

.reviews-ratings .rating-content{
    display: flex;
    padding: 0 15px;
    margin-bottom: 10px;
}

.reviews-ratings .heading{
    width: 25%;
    float: left;
}

.reviews-ratings .heading p{
    font-size: 15px;
    text-align: right;
}

.reviews-ratings .progress{
    height: 0.3rem;
    width: 65%;
    float: left;
    margin-top: 9px;
    margin-left: 7px;
}

.reviews-ratings .progress .progress-bar{
    background: #1bad84;
}

.reviews-ratings .total-reviews-numb{
    width: 10%;
    text-align: right;
}

.reviews-ratings .total-reviews-numb p{
    font-size: 15px;
    text-align: center;
}

.reviews-ratings .terrible{
    margin: 0;
}

.reviews .content hr{
    background: #a8a8a8;
    border: none;
    height: 1px;
}

.reviews .user-review{
    padding: 15px 0px;
    border-top: 1px solid #a8a8a8;
    display: flex;
}
.reviews .user-review .star-ratings{
    width: fit-content;
}
.eden-lake .location .star .star-ratings{
    width: fit-content;
}
.reviews .user-review .user-info{
    padding: 0;
    float: left;
}

.reviews .user-review .user-info .image{
    width: 60px;
    height: 60px;
    border:2px solid #fab822;
    border-radius: 40px; 
    margin: 0 auto;
}

.reviews .user-review .user-info .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.reviews .user-review .user-info .name p{
    font-family: calibrib;
    text-align: center;
    color: #576574;
    margin-top: 7px;
    font-size: 18px;
}

.reviews .user-review .review-text{
    float: right;
    padding: 0 0 0 15px;
}

.reviews .user-review .review-text .review-info{
    display: flex;
}

.reviews .user-review .review-text .review-info .stars{
    float: left;
    display: flex;
}

/* Star Rating*
.star-rating {
    @extend %flex-display;
    align-items: center;
    font-size: 3em;
    justify-content: center;
    margin-top: 50px;
}
.back-stars {
    @extend %flex-display;
    color: #bb5252;
    position: relative;
    text-shadow: 4px 4px 10px #843a3a;
}
.front-stars {
    @extend %flex-display;
    color: #FFBC0B;
    overflow: hidden;
    position: absolute;
    text-shadow: 2px 2px 5px #d29b09;
    top: 0;
    transition: all .5s
}*/

.back-stars i{
    display: flex;
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 64px;
  position: relative;
  margin: 0;
  padding: 0;
  margin:0 auto;
  width: fit-content;
}

.star-ratings h1{
    font-size: 19px;
    margin: 0;
}

.star-ratings .fill-ratings {
  color: #fab822;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-ratings .fill-ratings .up-stars{
  display: flex;
}

.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

.reviews .user-review .review-text .review-info .stars .user-ratings p{
    margin-left: 5px;
    font-size: 16px;
}

.reviews .user-review .review-text .review-info .review-date{
    margin: auto 0 auto auto;
}

.reviews .user-review .review-text .review-info .review-date p{
    font-size: 12px;
}

.reviews .user-review .review-text .review-comment{
    margin-top: 10px;
}

.reviews .user-review .review-text .review-comment p{
    font-size: 13px;
}

.reviews .write-a-review{
    margin-top: 20px;
}

.reviews .write-a-review .heading{
    margin-bottom: 15px;
}

.reviews .write-a-review .heading h3{
    margin: 0;
    color: #576574;
    font-size: 25px;
}

.reviews .write-a-review .comment-box{
    background: #f0f0f0;
    border-radius: 10px;
}

.reviews .write-a-review .comment-box hr{
    background: #fcb040;
    height: 7px;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
}

.reviews .write-a-review .review-form{
    padding: 25px 20px;
}

.reviews .write-a-review .review-form .form-control{
    border: none;
    background-color: #fff;
}

.reviews .write-a-review .review-form input{
    font-family: calibri;
    color: #576574;
    padding-top: 9px;
    margin-bottom: 20px;
}

.reviews .write-a-review .review-form input::placeholder{
    font-family: calibri;
    color: #c5c5c5;
    font-size: 20px;
    letter-spacing: 1px;
}

.reviews .write-a-review .review-form textarea::placeholder{
    font-family: calibri;
    color: #c5c5c5;
    font-size: 20px;
    letter-spacing: 1px;
}

.reviews .write-a-review .review-form textarea{
    width: 58%;
    border: none;
    border-radius: 10px;
    font-family: calibri;
    color: #576572;
    padding: 10px;
    height: 260px;
}

.reviews .write-a-review .review-form .review-category {
    display: flex;
}

.reviews .write-a-review .review-form .review-category .categories{
    width: 40%;
    background: #fff;
    border-radius: 10px;
    margin-left: 10px;
    padding: 20px;
}

.reviews .write-a-review .review-form .review-category .categories p{
    font-size: 19px;
    color: #576574;
}

.reviews .write-a-review .review-form .review-category .categories .hover-stars ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.reviews .write-a-review .review-form .review-category .categories .hover-stars li{
    display: inline-block;
}

.reviews .write-a-review .review-form .review-category .categories .hover-stars i{
    font-size: 17px;
    cursor: pointer;
}

.reviews .write-a-review .review-form form{
    margin: 0;
}

.reviews .write-a-review .review-form .form-group{
    margin: 0;
}

.reviews .write-a-review .review-form .submit-button{
    text-align: center;
    margin-top: 20px;
}

.reviews .write-a-review .review-form .submit-button button{
    background: #0954a6;
    color: #fff;
    padding: 5px 0px;
    border-radius: 150px;
    border: 2px solid #0954a6;
    width: 150px;
    text-align: center;
    transition: 0.3s all;
    font-size: 14px;
}

.faq {
    border: none;
}

.faq .form-group{
    margin-top: 15px;
}

.faq .form-control{
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-radius: 100px;
}

.faq .search-bar{
    position: relative;
}

.faq .search-bar .search-button{
    position: absolute;
    background: #0954a6;
    color: #fff !important;
    border-radius: 165px;
    border: 2px solid #0954a6;
    width: 120px;
    height: 38px;
    text-align: center;
    transition: 0.3s all;
    font-size: 16px;
    top: 0;
    right: 0;
}

.faq .questions-info{
    padding: 20px 0;
    border-top: 1px solid #a8a8a8;
    display: inline-block;
}

.faq .faq-search{
    margin-bottom: 25px;
}

.faq .questions-info .text h4, .faq .questions-info .text p{
    color: #576574;
}
.faq .questions-info .text h4 {
    font-size: 22px;
}
.faq .questions-info .text p{
    font-size: 14px;
}

.faq .questions-info .helpful{
    position: relative;
    float: right;
    margin-top: 20px;
}

.faq .questions-info .helpful button{
    border: none;
    background: #1bad84;
    color: #fff;
    padding: 5px 0px 5px 20px;
    width: 120px;
    border-radius: 50px;
    text-align: left;
    font-size: 15px;
}

.faq .questions-info .helpful p{
    position: absolute;
    top: 0px;
    right: -2px;
    color: #576574;
    background: #f0f0f0;
    height: 100%;
    width: 29%;
    text-align: center;
    border-radius: 96px;
    padding-top: 6px;
    font-size: 14px;
}

.faq .load-more-questions-button {
    text-align: center;
    margin: 20px 0px;
}

.faq .load-more-questions-button button{
    background: #0954a6;
    color: #fff;
    border-radius: 150px;
    border: 2px solid #0954a6;
    width: 310px;
    text-align: center;
    transition: 0.3s all;
    font-size: 18px;
    padding: 5px;
}
.detail-content.faq .load-more__btn {
    background: #0954a6;
    color: #fff;
    border-radius: 150px;
    border: 2px solid #0954a6;
    transition: 0.3s all;
    font-size: 15px;
    padding: 8px 23px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 270px;
    margin-top: 30px;
}
/* Hover Rating */
.rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    color: #ddd; /* Personal choice */
}
.rating input {
    display: none;
}
.rating label:hover,
.rating label:hover ~ label,
.rating input:checked + label,
.rating input:checked + label ~ label {
    color: #ffc107; /* Personal color choice. Lifted from Bootstrap 4 */
}

.rating label:hover, .rating label:hover ~ label, .rating input:checked + label, .rating input:checked + label ~ label{
    color: #fab822;
}

/* Eden Lake */
.eden-lake{
    float: right;
    width: 20%;
    background: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.eden-lake .location{
    padding: 15px;
    border-bottom: 1px solid #a8a8a8;
}

.eden-lake .location .heading h1{
    font-family: calibrib;
    font-size: 22px;
    color: #576574;
    margin: 0;
}

.eden-lake .location .star .star-ratings{
    margin: 0;
}

.eden-lake .location .star .star-ratings h1{
    font-size: 20px;
}

.eden-lake .location .total-reviews{
    padding: 0;
    float: none;
    border: none;
}

.eden-lake .location .total-reviews p{
    font-size: 16px;
    color: #576574;
    margin: 0;
}

.eden-lake .location .place-name{
    display: flex;
}

.eden-lake .location .place-name img{
    object-fit: contain;
    width: 5%;
}

.eden-lake .location .place-name p{
    margin: 0;
    font-size: 16px;
    color: #576473;
    margin-left: 10px;
}

.eden-checks{
    margin: 0;
    padding: 10px 0px;
}

.eden-checks input{
    border: none;
    width: 100%;
    margin-left: 10px;
    color: #576574;
}
.eden-checks .date input {
    cursor: pointer;
}

.eden-checks input:focus{
    outline: none;
}

.eden-check-in, .eden-check-out{
    padding: 10px 20px;
    border-bottom: 1px solid #a8a8a8;
}

.eden-checks .heading p{
    font-size: 18px;
    color: #576574;
    margin-bottom: 0px;
}
.eden-checks .detail-content {
    padding: 8px;
    border-left: 0px;
    border-right: 0px;
}
.eden-checks .control-group{
    display: flex;
}

.eden-checks .control-group .image img{
    width: 73%;
    margin-top: 6px;
}

.eden-guests{
    padding:10px 20px;
}

.guests-content{
    display: flex;
}

.guests-content .image img{
    width: 73%;
    margin-top: 6px;
}

.guests-select select{
    border: none;
    -webkit-appearance: none;
    color: #576574;
    border-right: 1px solid #a8a8a8;
    width: 75px;
    padding-left: 5px;
}

.guests-select select:focus{
    outline: none;
}

.guests-select .childrens{
    border: none;
}

.guests-select select option{
    font-size: 14px;
}

.eden-submit{
    padding: 20px;
    margin-top: 10px;
    text-align: center;
}

.eden-submit input{
    margin: 0;
    background: #0954a6;
    color: #fff !important;
    padding: 5px 0px;
    border-radius: 150px;
    border: 2px solid #0954a6;
    width: 100px;
    text-align: center;
    font-size: 14px;
}

/*--- Sub Pages Banner ---*/
.sub-pages-banner {
    position: relative;
    background: url(../images/home-banner-black.jpg);
    background-size: cover;
    height: 300px;
}
.sub-pages-banner .row {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.sub-pages-banner h1 {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
}
.sub-pages-banner h1 span {
    color: #fab822;
}
.content-section p {
    color: #576574;
    font-size: 18px;
    margin: 0;
}

/*-- Blog Post Styling --*/
.blog-post {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.blog-post .overlay {
    border-radius: 12px;
}
.post-image img {
    width: 100%;
    border-radius: 12px;
}
.post-details {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.post-title h3 {
    color: #fff;
    font-size: 28px;
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
}
.post-editor p {
    color: #fff;
    font-size: 16px;
}
.post-category a {
    display: flex;
    width: fit-content;
    padding: 0px 23px;
    background: #fff;
    text-transform: uppercase;
    color: #fcb040;
    margin: 0 auto;
    border-radius: 7px 7px 0px 0px;
}
.post-category p {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    font-size: 14px;
}
.blog-other-posts .post-title h3 {
    font-size: 24px;
}
/*--- Single Post Styling ---*/
.single-post-banner {
    position: relative;
}
.single-post-banner .post-image img {
    height: 400px;
    border-radius: 0;
}
.single-post-banner .post-title h1 {
    color: #fff;
    font-size: 34px;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
}
.single-post-banner .post-date p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.single-post-banner .post-details {
    text-align: left;
    padding: 0 50px;
    padding-bottom: 15px;
}
/*-- Single Post Content --*/
.single-post-content img {
    width: 100%;
}
.single-post-content p {
    text-align: left;
}
.content-section .text-block {
    margin-bottom: 30px;
}
.content-section .text-block:last-child {
    margin: 0;
}
.content-section .text-block h3 {
    color: #576574;
    font-family: calibrib;
    letter-spacing: 1px;
    font-size: 26px;
}
.content-section .text-block p {
    margin-bottom: 12px;
}
.content-section .text-block p:last-child {
    margin: 0;
}

/*-- Banner Slider Section CSS --*/
.banner-slider-section {
    padding: 0;
}
.banner-slider-section .slider {
    max-width: 100%;
}
.banner-slider-section .slider .item {
    margin: 0;
}
.banner-slider-section .banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-slider-section .banner-slider .item {
    position: relative;
}
.banner-slider-section .banner-slider .details {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-slider-section .slider {
    margin: 0;
}
.banner-slider-section .item:focus {
    outline: none;
}
.banner-slider-section .banner-slider .top {
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 0 30px;
}
.banner-slider-section .banner-slider .bottom {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.banner-slider-section .banner-slider .left {
    float: left;
}
.banner-slider-section .banner-slider .right {
    float: right;
}
.banner-slider-section .banner-slider .overlay {
    background: #0000006e;
}
.banner-slider-section .banner-slider .category {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
}
.banner-slider-section .banner-slider .category.green {
    background: #1bad84;
}
.banner-slider-section .banner-slider .category p {
    font-size: 14px;
    margin: 0;
}
.banner-slider-section .banner-slider .favourities-btn button {
    border: none;
    background: none;
    padding: 0;
}
.banner-slider-section .banner-slider .favourities-btn i {
    font-size: 28px;
    color: #fab822;
    transition: 0.3s all;
}
.banner-slider-section .banner-slider .favourities-btn button.active i, .banner-slider-section .banner-slider .favourities-btn button:focus i, .banner-slider-section .banner-slider .favourities-btn button:hover i {
    font-weight: 900;
}
.banner-slider-section .banner-slider .name {
    /* background: #fab822;
    border: 2px solid #fff; */
    border-left: 0;
    border-radius: 0px 100px 100px 0px;
    color: #fff;
    padding: 8px 26px;
}
.banner-slider-section .banner-slider .name h3 {
    margin: 0;
    font-size: 34px;
}
.banner-slider-section .banner-slider .price-box {
    padding-right: 30px;
}
.banner-slider-section .banner-slider .price-box p {
    color: #fff;
    font-size: 24px;
    margin: 0;
}
.banner-slider-section .banner-slider .price-box h2 {
    color: #fab822;
    font-size: 40px;
}
.banner-slider-section .banner-slider {
    height: 350px;
}
/*-- Banner Slider Navigation --*/
.banner-slider-section .banner-slider-navigation {
    height: 100px;
    border-top: 2px solid #fab822;
}
.banner-slider-section .banner-slider-navigation .item {
    border-left: 1px solid #fab822;
    border-right: 1px solid #fab822;
    cursor: pointer;
}
.banner-slider-section .banner-slider-navigation .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-slider-section .banner-slider-navigation button.slick-next, .banner-slider-section .banner-slider-navigation button.slick-next:hover {
    background-image: url('../images/icons/right-icon-yellow.png') !important;
}
.banner-slider-section .banner-slider-navigation button.slick-prev, .banner-slider-section .banner-slider-navigation button.slick-prev:hover {
    background-image: url('../images/icons/left-icon-yellow.png') !important;
}
.banner-slider-section .banner-slider-navigation button {
    height: 45px;
}

/* Hotel Detail Banner Tabs */
.hotel-detail-banner-tabs{
    width: 50%;
    padding: 15px 30px;
    background: #fff;
    border-radius: 400px;
    margin: 0 auto;
    margin-top: -65px;
    border: none;
    box-shadow: 0px 0px 11px -5px;
    z-index: 999;
    position: absolute;
    right: 0;
    left: 0;
}

.hotel-detail-banner-tabs .tab-reviews{
    width: 25%;
    margin: auto;
}

.hotel-detail-banner-tabs .location-tab{
    width: 75%;
    position: relative;
    display: flex;
}

.hotel-detail-banner-tabs .tab-reviews .heading p{
    margin: 0;
    text-align: center;
    color: #576574;
}

.hotel-detail-banner-tabs .tab-reviews .user-ratings p{
    margin: 0;
    text-align: center;
    color: #576574;
}

.hotel-detail-banner-tabs .location-tab hr{
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid #fab822;
    width: 60%;
    border-style: dashed;
    margin: auto;
    z-index: -999;
    left: 0;
    right: 0;
}

.hotel-detail-banner-tabs .location-tab .location .heading p{
    margin: 0;
    color: #576574;
}

.hotel-detail-banner-tabs .location-tab .location .place-name p{
    margin: 0;
    color: #576574;
}

.hotel-detail-banner-tabs .location-tab .content{
    width: 33.33%
}

.hotel-detail-banner-tabs .location-tab .content .heading{
    margin: 0;
    color: #c5c5c5;
    text-align: center;
}

.hotel-detail-banner-tabs .location-tab .content .icon{
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background: #1bad84;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.hotel-detail-banner-tabs .location-tab .content .check-in-icon{
    background: #0954a6;
}

.hotel-detail-banner-tabs .location-tab .content .check-out-icon{
    background: #fab822;
}



.hotel-detail-banner-tabs .location-tab .content .icon i{
    font-size: 14px;
    color: #fff;
}

.hotel-detail-banner-tabs .location-tab .content .place-name p{
    font-size: 18px;
    color: #576574;
    text-align: center;
    margin: 0;
}

 /* The LightBox (background) */
.lightBox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0000008c;
  }
  
  /* LightBox Content */
.lightBox-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
 .close {
    color: white !important;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
  }
  .filter.photos .modal-header .close {
    right: 0;
    top: 0;
  }
  
  .filter .close:hover,
  .filter .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
.lightBox-Slide {
    display: none;
  }
  
 .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .lightBox .prev,
  .lightBox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  .lightBox .slide-arrows {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
}
  
  /* Position the "next button" to the right */
  .lightBox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .lightBox .prev:hover,
  .lightBox .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .lightBox .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
   img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .lightBox-open {
      overflow: hidden;
  }
/*  .lightBox-Slide {
    height: 500px;
    width: 70%;
    margin: 0 auto;
  }*/
  .lightBox-Slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .lightBox-content {
    width: 70%;
    height: 450px;
  }
    .banner-slider-nav-tabs {
    bottom: -127px;
    margin: 0 auto !important;
    }
    .banner-slider-section .banner-slider-navigation .slick-list {
        z-index: -99;
    }
    .banner-slider-section .banner-slider .slick-track {
            margin-bottom: 170px;
    }

/* Tour Detail */

.detail-nav li {
    width: fit-content;
    border-right: 1px solid #c5c5c5;
    height: 40px;
    padding: 10px 8px;
    font-size: 14px;
    text-align: center;
    background: #1cad83;
    border: 0;
    border-right: 1px solid #fff;
}
.detail-nav ul li:last-child{
    border-right: 0;
}
.description-collapse table {
    width: 85%;
    margin: 0 auto;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    margin-top: 20px;
    margin-bottom: 10px;
}
.description-collapse table th, .description-collapse table td {
    padding: 15px;
}
/*-- Inner Collapse CSS ---*/
.inner-collapse-box .collapse-list {
    position: relative;
    /* border-left: 2px dotted #fab822; */
}
.inner-collapse-box .icon {
    width: 24px;
    height: 24px;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 10px;
    color: #fff;
    border-radius: 50px;
    margin-top: -2px;
    background: #0954a6;
}
.inner-collapse-box .icon i {
    font-size: 11px;
}
.inner-collapse-box.whatsIncluded .icon i {
    font-size: 18px;
}
.inner-collapse-box .detail-content:first-child .icon {
    background: #1bad84;
}
.inner-collapse-box .detail-content:first-child .icon i:before {
    content: "\f3c5";
}
.inner-collapse-box .detail-content:last-child .icon {
    background: #fab822;
}
.inner-collapse-box .detail-content:last-child .icon i:before {
    content: "\f024";
}
.inner-collapse-box .detail-content {
    padding-top: 0;
    border-bottom: 1px solid #fff;
}
.inner-collapse-box .detail-content .header h2 span {
    color: #f0f0f0;
    font-size: 18px;
}
.inner-collapse-box .location-info .location p {
    font-size: 20px;
}
.inner-collapse-box .checks p {
    font-size: 16px;
    font-family: calibri;
}
.detail-content.route table {
    text-align: center;
    background: #ebebeb;
    font-size: 14px;
}
.detail-content.route table td {
    border-bottom: 1px solid #576574;
    padding: 10px 5px;
    border-left: 1px solid #576574;
    color: #576574;
}
.detail-content.route table tr td:first-child {
    border-left: 0;
}
.detail-content.route table tr:last-child td {
    border-bottom: none;
}
.detail-content.route table tr:first-child {
    background: #0954a6;
    color: #fff;
}
.detail-content.route table tr th {
    width: 20%;
    height: 35px;
}
.transport-detail {
    margin-top: 20px;
}
.transport-detail h3 {
    color: #576574;
    font-size: 22px;
}
.detail-content.route ul li {
    width: 100%;
    text-align: center;
}
.detail-content.route .nav-pills .nav-link {
    color: #576574;
    border-radius: 0;
    padding: 0;
    width: fit-content;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 10px;
}
.detail-content.route .nav-pills .nav-link.active, .detail-content.route .nav-pills .show>.nav-link {
    background: none;
    color: #fab822;
    border-bottom: 1px solid #fab822;
}
.best-visit-time table {
    width: 100%;
    text-align: center;
    background: #ebebeb;
    margin-top: 20px;
}
.best-visit-time table th, .best-visit-time table td {
    padding: 5px 0;
    color: #576574;
    border-left: 1px solid #576574;
    border-bottom: 1px solid #576574;
}
.best-visit-time table tr th:first-child {
    border-left: 0px;
}
.best-visit-time table tr:last-child th, .best-visit-time table tr:last-child td {
    border-bottom: 0px;
}
.best-visit-time table td.yellow {
    background: #fab822;
}
.best-visit-time table td.red {
    background: #df1f00;
}
.inner-collapse-box.whatsIncluded .icon {
    background: none !important;
    color: #20af87;
    font-size: 28px;
    margin-top: -1px;
}
.inner-collapse-box.whatsIncluded .icon i:before {
    content: "\f058" !important;
}
.inner-collapse-box.whatsIncluded .collapse-list {
    border-left: 0;
}
.inner-collapse-box.whatsIncluded .detail-content {
    padding-left: 0px;
    margin-left: 30px;
}
.inner-collapse-box.whatsIncluded .detail-content .content {
    padding-left: 0;
    padding-right: 0;
}
/*-- Collapse Hotel List Styling --*/
.collapse-hotel-listBox {
    margin-top: 30px;
}
.collapse-hotel-listBox ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.collapse-hotel-listBox .hotel-block {
    height: 100px;
    margin-bottom: 12px;
}
.collapse-hotel-listBox .image {
    width: 25%;
    float: left;
    height: 100%;
}
.collapse-hotel-listBox .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.collapse-hotel-listBox .content {
    width: 75%;
    float: left;
    height: 100%;
    background: #ebebeb;
    padding: 10px 0px;
    color: #576574;
}
.collapse-hotel-listBox .content .left {
    float: left;
    padding-left: 20px;
}
.collapse-hotel-listBox .content .right {
    float: right;
    padding-right: 20px;
    text-align: center;
}
.collapse-hotel-listBox .hotel-title {
    color: #576574;
    font-size: 22px;
}
.collapse-hotel-listBox .hotel-title span {
    color: #fab822;
}
.collapse-hotel-listBox .hotel-price {
    font-weight: 600;
}
.collapse-hotel-listBox .button {
    background: #0954a6;
    color: #fff;
    padding: 3px 14px;
    border-radius: 15px;
    font-size: 14px;
}
.inner-collapse-box .collapse-list .detail-content:last-child {
    padding-bottom: 0;
}
.inner-collapse-box .collapse-list .detail-content.whatsIncluded:last-child .icon {
    margin-top: 0px;
}
/*--- Right Side Collapse Styling ---*/
.rightSide-Collapse .detail-content p {
    float: left;
    margin: 0;
}
.rightSide-Collapse .detail-content .content {
    display: flex;
    padding: 10px 0px;
}
.rightSide-Collapse .detail-content input.form-control {
    border-radius: 4px;
    height: 30px;
}
/* The container */
.radio-button {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #576574;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
  }
  
  /* Create a custom radio button */
  .radio-button .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-button:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radio-button input:checked ~ .checkmark {
    background-color: #fcb040;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radio-button .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-button input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-button .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d7d7d7;
  }
  .eden-checks .detail-content .header button{
      background: none;
      display: block;
  }
  .eden-checks .detail-content .header button img{
      display: block;
  }
  .eden-checks .control-group.options {
    display: flex;
    flex-direction: column;
  }
  .rightfield-box {
    padding: 20px;
    border-bottom: 1px solid #a8a8a8;
    display: flex;
    justify-content: space-between;
  }
  .rightfield-box span {
    color: #576574;
  }
  .rightfield-box .left {
      float: left;
  }
  .rightfield-box .right {
    float: right;
}
.rightfield-box .form-group {
    display: flex;
    width: 75px;
    margin: 0;
    margin-top: 15px;
}
.rightfield-box input {
    margin: 0;
    text-align: center;
}
.rightfield-box img {
    cursor: pointer;
    width: 20px;
    margin-top: 2px;
}

/*-- Other Styling --*/
.category-section {
    padding-top: 30px;
    padding-bottom: 0px;
}
.deals-for-business-official-section .slider .content h3 {
    font-size: 24px;
}
.deals-for-business-official-section .slider .content .btn {
    margin: 0;
}
.deals-for-business-official-section .slider .image {
    height: 240px;
}
.deals-for-business-official-section .slider .content {
    height: 100px;
}
.slick-prev, .slick-next {
    width: 16px !important;
}
.deals-for-business-official-section {
    padding-bottom: 0;
}
.deals-for-business-official-section .slick-slide {
    margin: 0 6px;
    height: 340px;
}
.favourite-places-section .slick-prev, .favourite-places-section .slick-next {
    top: 50% !important;
}
.favourite-places-section .slick-next {
    right: 25px !important;
}
.favourite-places-section .slick-list {
    /* margin-right: 10px; */
    border-radius: 24px;
}
.popular-stories-list article .image-part {
    height: 165px;
}
.popular-stories-list article .content-part {
    height: 175px;
    font-size: 14px;
}
.popular-stories-list article .content-part .more-btn a {
    font-size: 13px;
}
.popular-stories-list article .content-part .more-btn a i {
    margin-top: 4px;
}
.popular-stories-list article .content-part .more-btn {
    right: 35px;
}
.popular-stories-section .col-md-4 {
    padding: 0 6px;
}
.favourite-places-section {
    padding-bottom: 0;
}
.favourite-places-section .slick-slide {
    margin: 0;
}
/*--- Fixed Header ---*/
header.fixed-header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 11px -5px;
}
.page-scrolled{
    padding-top: 85px;
}

/*-- ui search list --*/
.ui-widget-content{
    width: fit-content !important;
    z-index: 9999;
    padding: 5px 30px;
    list-style-type: none;
    box-shadow: 0px 0px 11px -5px;
    margin-top: 9px;
    background: #fff;
}
.ui-widget-content li.ui-menu-item{
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.ui-widget-content li.ui-menu-item:last-child{
    border-bottom: 0;
}

/*-- Search Detail Page --*/
.search-detail-banner{
    margin-bottom: 0;
}
/*-- Related Tours --*/
.related-tours{

}
.related-tours h4 {
    font-size: 18px;
    padding: 0 10px;
    margin: 0;
}
.related-tours ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.related-tours ul li{
    display: flex;
    padding: 10px;
    height: 70px;
    border-bottom: 1px solid #ccc;
}
.related-tours ul li:last-child{
    border-bottom: 0px;
}
.related-tours ul li .image{
    width: 80px;
}
.related-tours ul li img{
    width: 100%;
    height: 100%;

}
.related-tours ul li .content{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 10px;
}
.related-tours ul li .content h5{
    font-size: 16px;
    margin-bottom: 2px;
    width: 100%;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-tours ul li .content a{
    color: #fff;
    background: #0a53a6;
    padding: 1px 10px;
    width: fit-content;
    border-radius: 50px;
    font-size: 10px;
}
.book-now-btn{
    border-bottom: 1px solid #939ba4;
}
.single-post-content .row p{
    margin-bottom: 20px;
}
.single-post-content .row p:last-child{
    margin-bottom: 0;
}
/*-- Search Detail Buttons --*/
.search-detail-buttons, .single-post-buttons{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
}
.search-detail-buttons a, .single-post-buttons a{
    background: #0954a6;
    padding: 12px 34px;
    border-radius: 50px;
    width: fit-content;
    text-align: center;
    color: #fff;
    margin-right: 50px;
    border: 2px solid #0954a6;
    transition: 0.3s all;
}
.single-post-buttons a{
    width: 240px;
}
.search-detail-buttons a:hover, .single-post-buttons a:hover{
    color: #0954a6;
    background: #fff;
}
.search-detail-buttons a:last-child, .single-post-buttons a:last-child{
    margin-right: 0;
}
.single-post-content .container-fluid {
    width: 100%;
    padding: 0 50px;
}
/* .single-post-info{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.single-post-info div{
    display: flex;
    flex-direction: column;
}
.single-post-info p {
    font-weight: 600;
    color: #576574;
    margin-bottom: 5px;
    font-size: 16px;
}
.single-post-info p span{
    font-weight: 100;
} */
.single-post-banner .post-details{
    padding-bottom: 40px;
}
.single-post-box{
    padding: 30px;
    width: fit-content;
    margin: 0 auto;
    max-width: 90%;
    background: #fff;
    text-align: center;
    border: 1px solid #cccc;
    /* box-shadow: 0px 0px 11px -5px; */
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.single-post-box a{
    margin:0 auto;
    margin-top: 20px;
    display: flex;
    width: 125px;
    background: #0954a6;
    padding: 5px 18px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    border: 2px solid #0954a6;
    transition: 0.3s all;
}
.single-post-box a:hover{
    background: #fff;
    color: #0954a6;
}
.detail-content.faq #faq {
    padding-bottom: 20px;
}

@media(min-width: 992px){
    .eden-lake{
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }
}
@media(max-width: 1199px){
    .eden-lake{
        top: 80px;
    }
}
.banner-slider-section .banner-slider .bottom .left{
    width: 100%;
    text-align: center;
}

/******************* Route Map *****************/
.timeline header h1{
    text-align: center;
    font-weight: bold;
    margin-top: 0;
  }
    
  .timeline header p{
     text-align: center;
     margin-bottom: 0;
   }
  
   .timeline .hexa{
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
  }
  
  .timeline .hexa:before{
    content: ""; 
    position: absolute; 
    left: 0; 
    width: 0; 
    height: 0;
    border-bottom: 15px solid #f0f0f0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -15px;
  }
  
  .timeline .hexa:after{
    content: ""; 
    position: absolute; 
    left: 0; 
    width: 0; 
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #f0f0f0;
    bottom: -15px;
  }
  
  .timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
  }
  
  .timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: rgb(213,213,213);
    background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
    background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
    background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
    background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
    z-index: 5;
  }
  
  .timeline li {
    padding: 2em 0;
  }
  
  .timeline .hexa{
    width: 16px;
    height: 10px;
    position: absolute;
    background: #1cad84;
    z-index: 5;
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
    top: -30px;
    margin-top: 0;
  }
  
  .timeline .hexa:before {
    border-bottom: 4px solid #1cad84;
    border-left-width: 8px;
    border-right-width: 8px;
    top: -4px;
  }
  
  .timeline .hexa:after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top: 4px solid #1cad84;
    bottom: -4px;
  }
  
  .timeline .direction-l,
  .timeline .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }
  
  .timeline .flag-wrapper {
    text-align: center;
    position: relative;
  }
  
  .timeline .flag {
    position: relative;
    display: inline;
    background: rgb(255,255,255);
    font-weight: 600;
    z-index: 15;
    padding: 6px 10px;
    text-align: left;
    border-radius: 5px;
  }
  
  .timeline .direction-l .flag:after,
  .timeline .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255,255,255);
    border-width: 8px;
    pointer-events: none;
  }
  
  .timeline .direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  }
  
  .timeline .direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  }
  
  .timeline .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
  }
  
  .timeline .direction-l .time-wrapper {
    float: none;
  }
  
  .timeline .direction-r .time-wrapper {
    float: none;
  }
  
  .timeline .time {
    background: #1cad84;
    display: inline-block;
    padding: 8px;
  }
  
  .timeline .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(254,254,254);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    z-index: 15;
  }
  
  .timeline .direction-l .desc,
  .timeline .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
  }
  
  @media(min-width: 768px){
    .timeline {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
    }
  
    .timeline li:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
    }
    
    .timeline .hexa {
      left: -28px;
      right: auto;
      top: 8px;
    }
  
    .timeline .direction-l .hexa {
      left: auto;
      right: -28px;
    }
  
    .timeline .direction-l {
      position: relative;
      width: 47.2%;
      float: left;
      text-align: right;
    }
  
    .timeline .direction-r {
      position: relative;
      width: 47.2%;
      float: right;
      text-align: left;
    }
  
    .timeline .flag-wrapper {
      display: inline-block;
    }
    
    .timeline .flag {
      font-size: 18px;
    }
  
    .timeline .direction-l .flag:after {
      left: auto;
      right: -16px;
      top: 50%;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: rgb(254,254,254);
      border-width: 8px;
    }
  
    .timeline .direction-r .flag:after {
      top: 50%;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: rgb(254,254,254);
      border-width: 8px;
      left: -8px;
    }
  
    .timeline .time-wrapper {
      display: inline;
      vertical-align: middle;
      margin: 0;
    }
  
    .timeline .direction-l .time-wrapper {
      float: left;
    }
  
    .timeline .direction-r .time-wrapper {
      float: right;
    }
  
    .timeline .time {
      padding: 5px 10px;
    }
  
    .timeline .direction-r .desc {
      margin: 1em 0 0 0.75em;
    }
  }
  
  @media(min-width: 992px){
    .timeline {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
    }
  
    .timeline .direction-l {
      position: relative;
      width: 47.2%;
      float: left;
      text-align: right;
    }
  
    .timeline .direction-r {
      position: relative;
      width: 47.2%;
      float: right;
      text-align: left;
    }
  }
  @media(max-width: 1199px){
    .timeline .direction-r, .timeline .direction-l{
        width: 46.6%;
    }
  }
  @media(max-width: 768px){
    .timeline .direction-r, .timeline .direction-l{
        width: 46.7%;
    }
  }
  @media(max-width: 767px){
    .timeline .direction-r, .timeline .direction-l{
        width: 100%;
    }
  }
  @media(max-width: 450px){
    .timeline {
        max-width: 100% !important;
    }
  }

  .travel-table table, .travel-table table th, .travel-table table tr, .travel-table table td{
    /* border: 1px solid #576574 !important; */
    border: 0 !important;
  }
  .travel-table table tr:nth-child(even){
      background: #fff;
  }
  .travel-table table tr:first-child{
    background: #1cad81;
  }
  .travel-table table tr:first-child th{
      color: #fff;
      
  }

  .collapse-dotted-template button{
      background: none !important;
  }
  .collapse-dotted-template{
      border-left: 0;
      border-right: 0;
      position: relative;
  }
  .travel-table table tr:first-child th:first-child{
    width: 30%;
    text-align: left;
    padding-left: 20px;
  }
  .travel-table table tr:first-child th:last-child{
    width: 70%;
    text-align: left;
    padding-left: 20px;
  }
  .travel-table table tr td:first-child{
    width: 30%;
    text-align: left;
    padding-left: 20px;
  }
  .travel-table table tr td:last-child{
    width: 70%;
    text-align: left;
    padding-left: 20px;
  }
  .collapse-dotted-template::before{
    content: '';
    display: block;
    position: absolute;
    left: 4.4%;
    height: 100%;
    width: 2px;
    border-left: 2px dotted #fab822;
    margin-top: -1px;
  }
  .collapse-dotted-template:first-child button{
    padding-top: 0;
  }
  .collapse-dotted-template:last-child button{
    padding-bottom: 0;
  }
  .collapse-dotted-template .icon{
      z-index: 9;
  }
  .collapse-dotted-template h2{
      color: #000 !important;
  }
  .collapse-dotted-template h2 span{
      color: #58585a !important;
  }
  @media(max-width: 1199px){
    .collapse-dotted-template::before{
        left: 5.6%;
    }
  }
  @media(max-width: 1024px){
    .collapse-dotted-template::before {
        left: 5.4%;
    }
  }
  @media(max-width: 991px){
    .collapse-dotted-template::before {
        left: 5.1%;
    }
  }
  @media(max-width: 767px){
    .collapse-dotted-template::before {
        left: 7.3%;
    }
  }
  @media(max-width: 550px){
    .collapse-dotted-template::before {
        left: 8.2%;
    }
  }
  @media(max-width: 475px){
    .collapse-dotted-template::before {
        left: 0;
    }
    .collapse-dotted-template button .icon {
        position: absolute;
        left: -9px;
    }
  }