a,
body {
    font-weight: 600;
    color: #181818;
    font-family:Roboto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: Montserrat, Helvetica, Arial, sans-serif; */
    font-family:Roboto;
    color: #181818;
}
*,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0;
    margin: 0;
}
.body-border,
.main {
    width: calc(100% - 30px);
}
.container,
.header-container {
    max-width: 1050px;
    margin: auto;
}
.active-arrow:hover,
.book-button:hover,
.btn,
.cd--buy:hover,
.cd-arrow,
.menu li a:hover,
.tours-select li:hover,
.want-to-arrow {
    cursor: pointer;
}
@keyframes effect-2 {
    0%,
    100% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.1);
    }
}
@keyframes effect-3 {
    0%,
    100%,
    80%,
    90% {
        transform: scale(1) rotate(-10deg);
    }
    85%,
    95% {
        transform: scale(1.2) rotate(-10deg);
    }
}
@keyframes efx-arrow {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}
@keyframes efx-arrow-2 {
    0%,
    100% {
        transform: translateY(0) rotate(90deg);
    }
    50% {
        transform: translateY(5px) rotate(90deg);
    }
}
@keyframes efx-arrow-3 {
    0%,
    100% {
        transform: translateX(0) rotate(0deg);
    }
    50% {
        transform: translateX(5px) rotate(0deg);
    }
}
@keyframes efx-fb {
    0%,
    100% {
        transform: rotate(0);
    }
    40%,
    60% {
        transform: rotate(10deg);
    }
}
@keyframes footer-emo {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
html {
    font-size: 100%;
}
@media all and (max-width: 768px) {
    html {
        font-size: 87.5%;
    }
}
body {
    font-size: 1em;
    line-height: 1.625em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}
.h1,
h1 {
    font-size: 4em;
    line-height: 1.015625em;
}
.h2,
h2 {
    font-size: 2.8125em;
    line-height: 1.15555556em;
}
.h3,
h3 {
    font-size: 2em;
    line-height: 1.421875em;
}
.h4,
h4 {
    font-size: 1em;
    line-height: 1.21304348em;
}
.h5,
h5 {
    font-size: 0.9em;
    line-height: 1.125em;
}
.h6,
h6 {
    font-size: 0.625em;
    line-height: 2.6em;
}
ul {
    list-style-type: none;
}
strong {
    font-weight: 600;
}
.book-button,
.menu li a {
    font-weight: 800;
    text-transform: uppercase;
}
.main {
    border-left: 15px solid #ea1c25;
    border-right: 15px solid #ea1c25;
    position: relative;
}
.body-border {
    position: fixed;
    height: 15px;
    top: 0;
    border-top: 15px solid #ea1c25;
    z-index: 10;
}
.container {
    width: 94%;
}
.header,
.header-container,
.logo-main {
    width: 100%;
}
.mobile-nav {
    display: none;
}
.header {
    min-height: 330px;
    display: flex;
    display: -webkit-flex;
    background-color: #ea1c25;
}
.tours-header,
.tours-select-container {
    background: #fff;
    position: relative;
}
.header-inner {
    position: relative;
}
.logo-main {
    margin: auto;
}
.logo-main img {
    display: block;
    width: 500px;
    margin: 0;
    padding-bottom: 20px;
}
.hash-title {
    color: #fff;
    font-size: 19px;
    margin-top: 25px;
}
.menu {
    min-width: 400px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 0;
}
.nav-hide {
    top: -160px;
    transition: 0.3s top ease;
    display: none;
    opacity: 0;
}
.unhide {
    top: 60px;
    opacity: 1;
}
.menu li {
    margin: 20px 2.5%;
}
.menu li:last-child {
    margin-right: 0;
}
.menu li a {
    color: #fff;
    font-size: 18px;
    padding: 6px;
    transition: 0.1s all;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.availability-h1 {
    font-size: 1.1em;
}
.bd-book,
.book-button,
.tours-container,
.tours-select-li-line {
    transition: 0.2s all ease;
}
.menu li a:hover {
    background-color: #fff;
    color: #ee1c25;
}
.tours-header {
    padding: 45px 10px 5px;
    margin: auto;
    z-index: 3;
}
#tour-select .tours-header {
    padding-left: 33%;
}
.tours-header h2 {
    font-size: 1.5em;
    font-family: Roboto;
}
.tours-header p {
    margin-top: 20px;
    font-weight: normal;
    font-family: Roboto;
}
#tour-select {
    max-width: 1050px;
    margin: 0 auto;
}
.tour-select-text,
.tours-select li a {
    font-size: 14px;
    text-transform: uppercase;
}
.heart {
    animation: effect-2 1s infinite;
}
.tours-select-container {
    height: 100px;
    display: flex;
    display: -webkit-flex;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
    z-index: 1;
}
.tours-select {
    margin: auto;
    width: 100%;
    max-width: 950px;
    height: 60px;
    border-bottom: 1px solid #ececec;
    display: flex;
    display: -webkit-flex;
}
.tours-select li {
    width: 23%;
    margin: 0 1%;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 10px 0 0 20px;
    position: relative;
    background-repeat: no-repeat;
}
.tours-select li:nth-child(1) {
    background-image: url(../img/emo-ship.png);
    background-size: 60px;
    background-position: 8px -7px;
}
.tours-select li:nth-child(2) {
    background-image: url(../img/emo-bus.png);
    background-size: 60px;
    background-position: 8px -7px;
}
.tours-select li:nth-child(3) {
    background-image: url(../img/emo-walk.png);
    background-size: 48px;
    background-position: 8px 5px;
}
.tours-select li:nth-child(4) {
    background-image: url(../img/emo-sunglass.png);
    background-size: 48px;
    background-position: 8px 5px;
}
.tours-select-li-line {
    width: 100%;
    height: 3px;
    background: #ee1c25;
    display: block;
    margin: -10px 0 0 -20px;
    opacity: 1;
    position: absolute;
    transform: scale(0);
}
.tours-select li a:hover > .tours-select-li-line,
.tours-select li.active > .tours-select-li-line {
    transform: scale(1);
}
.tours-select li a {
    line-height: 10px;
    width: 100%;
    height: 100%;
    display: block;
}
.tours-select li.active a {
    color: #000;
}
.tour-select-text {
    display: inline-block;
    margin-top: -13px;
    height: 60px;
    line-height: 64px;
    padding-left: 62px;
}
.tour-card-container,
.tours-container {
    margin: auto;
    position: relative;
    max-width: 1050px;
}
.overlay {
    opacity: 0;
}
.tours-container {
    width: 94%;
    background: #fff;
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 0px;
}
.tours-container .owl-next {
    right: -60px;
}
.tours-container .owl-prev {
    left: -60px;
}
.owl-stage-outer {
    padding-bottom: 10px;
}
.tour-category-name {
    display: none;
}
.tour-card-container {
    width: 100%;
    min-height: 430px;
    display: flex;
    display: -webkit-flex;
}
.tour-card-container li {
    
}
.tour-card-stye {
    margin: 0 1%;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
    transition: 0.3s all ease;
    border: 2px dashed #f9f9f9;
}
.owl-carousel .tour-card-stye {
    margin: 0 2%;
}
.tour-card-stye:hover {
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
    border: 2px dashed rgba(234, 28, 37, 0.6);
}
.tour-pic {
    position: absolute;
    width: 100%;
    height: calc(100% - 90px);
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.tour-card-a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}
.tour-card-discount {
    position: absolute;
    top: 20px;
    left: 0;
    width: 140px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    overflow: visible !important;
    background-color: rgba(234, 28, 37, 1);
}
.inner-tours-discount {
    font-size: 17px;
}
.tour-card-discount strong {
    font-size: 20px;
}
.tour-card-text-container {
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    padding-top: 18px;
}
.tour_pic {
    width: 100%;
    height: auto;
}
.text-container-break {
    display: none;
    position: absolute;
    margin-top: -5px;
    width: 100%;
    height: 6px;
    background-image: url(../img/line-break.png);
    background-repeat: repeat-x;
    background-size: auto;
}
.tour-card-text-container h4 {
    /* padding: 8px 0 0 10px; */
    margin-bottom: 5px;
    padding:0 7px;
}
.tour-card-text-container h3 {
    line-height: 1em;
    position: absolute;
    bottom: 5px;
    padding: 0 0 0 10px;
    color: #ee1c25;
}
.book-button {
    background: #ee1c25;
    border-radius: 10px;
    width: 60px;
    height: 34px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 34px;
    color: #fff;
}
.bd-book,
.bd-title,
.service-icon i {
    line-height: 60px;
    text-align: center;
}
.left-arrow,
.right-arrow {
    background-image: url(../img/arrow-black.png);
}
.book-button:hover {
    transform: scale(1.1);
}
.book-button a {
    color: #fff;
}
.arrows {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    top: 40%;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}
.left-arrow {
    position: absolute;
    left: 8%;
    transform: rotate(-180deg);
}
.bd-li-content,
.bd-li-pic,
.services {
    position: relative;
}
.inactive {
    opacity: 0.1;
}
.right-arrow {
    right: 8%;
}
.active-arrow:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.services {
    width: 100%;
    max-width: 1024px;
    min-height: 95px;
    margin: 30px auto auto;
    display: flex;
    display: -webkit-flex;
    background-color: #fff;
}
.services li {
    border: 1px solid #e5e5e5;
    width: 33.33333%;
    padding: 30px;
    display: flex;
}
.services li:nth-child(1),
.services li:nth-child(2) {
    border-right: none;
}
.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 3px solid #ee1c25;
}
#best-deal,
#combo-deals {
    min-height: 400px;
    border-bottom: 8px solid #ee1c25;
    border-top: 8px solid #ee1c25;
}
.service-icon i {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
    display: block;
}
.services li h5 {
    display: inline;
    max-width: 200px;
    margin-top: 10px;
    margin-left: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}
#best-deal {
    background: #fff;
    width: 100%;
    padding: 90px 0;
}
.best-deal-container {
    width: 94%;
    background: #fff;
    max-width: 1024px;
    min-height: 400px;
    margin: auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    min-width: 300px;
}
.bd-li-pic {
    width: 32.333333333%;
    margin-right: 1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bd-li-content {
    width: 65.666666667%;
    margin-left: 1%;
    background-color: #f9d946;
    background-image: url(../img/bd-content-bg.png);
    background-position: left top;
    background-repeat: repeat-y;
    padding-bottom: 20px;
}
.bd-arrow,
.bd-clock,
.bd-thumb-up {
    background-repeat: no-repeat;
    background-position: center;
}
.bd-book,
.bd-title {
    background-color: #ed1c25;
    color: #fff;
}
.bd-book,
.bd-thumb-up,
.bd-title {
    position: absolute;
}
.bd-book {
    display: block;
    width: 100%;
    height: 60px;
    bottom: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
}
.bd-book-mobile {
    display: none;
}
.bd-book:hover {
    font-size: 26px;
}
.bd-thumb-up {
    background-image: url(../img/sign-thumb-up.png);
    background-size: 140px;
    width: 140px;
    height: 140px;
    top: -50px;
    left: -50px;
    transform: rotate(-10deg);
    animation: effect-3 6s infinite;
}
.bd-title {
    height: 60px;
    top: -30px;
    left: 22px;
    padding: 0 10px;
    font-size: 2em;
}
.bd-content-container {
    padding-left: 22px;
    padding-top: 55px;
    width: 80%;
}
.bd-arrow,
.bd-clock {
    position: absolute;
    display: block;
    top: 10px;
    width: 50px;
    height: 50px;
    background-color: #fff;
}
.bd-name {
    color: #313131;
    font-size: 29px;
}
.bd-price {
    color: #313131;
    font-size: 30px;
    margin-top: 7px;
}
.bd-text {
    text-align: justify;
    margin-top: 20px;
}
.bd-arrow {
    right: 10px;
    background-image: url(../img/arrow-black.png);
    background-size: 30px;
}
.bd-clock {
    right: 70px;
    background-image: url(../img/emo-clock.png);
    background-size: 47px;
}
.bd-arrow:hover {
    background-color: #ed1c25;
    background-image: url(../img/arrow-white.png);
}
.bd-counter {
    width: 90%;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin: 60px 0 20px;
    position: relative;
}
.bd-counter-sold {
    background-color: #ed1c25;
    height: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.h4-available,
.h4-sold {
    position: absolute;
    top: -30px;
}
.h4-sold {
    left: 0;
}
.h4-available strong {
    color: #ed1c25;
}
.bd-time-left {
    display: flex;
    display: -webkit-flex;
    height: 26px;
}
.bd-time-left li {
    width: 26px;
    background-color: #ed1c25;
    margin: 0 2px;
    color: #fff;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
}
.bd-time-left li:nth-child(1) {
    background-color: transparent;
    width: auto;
    font-size: 1em;
    margin-right: 10px;
}
.bd-time-left li:nth-child(1) h4 {
    font-size: 1em;
    line-height: 26px;
}
.bd-time-left li:nth-child(10),
.bd-time-left li:nth-child(4),
.bd-time-left li:nth-child(7) {
    background-color: transparent;
    color: #313131;
    width: 14px;
}
#combo-deals {
    background: #fff;
    width: 100%;
    padding: 90px 0;
}
.cd--buy,
.cd--emo,
.cd--plus,
.cd-arrow,
.cd-card--tour--pic {
    background-repeat: no-repeat;
    background-position: center;
}
.cd-container {
    width: 94%;
    max-width: 1024px;
    margin: auto;
}
.cd-arrow {
    background-image: url(../img/arrow-black.png);
    background-size: 60px;
    width: 70px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
}
.cd--emo,
.cd--plus,
.cd-card--tour--pic {
    background-size: cover;
}
.cd-arrow:hover {
    animation: efx-arrow 1s infinite;
}
.cd-header {
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}
.cd-card--off,
.cd-header .center {
    text-align: center;
}
.contact-cd-header {
    margin: 40px 0;
}
.cd-header h2 {
    font-size: 1.4em;
}
.cd-header h2 img {
    width: 36px;
}
.cd-header h2 strong {
    font-size: 1.1em;
    font-weight: 400;
}
.combo-sub-text {
    font-weight: 400;
    margin-top: 40px;
}
.cd-ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.cd-ul li {
    width: 32.2222%;
    margin: 0 1%;
}
.cd-ul-li {
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
    transition: 0.5s all ease;
    border-radius: 10px;
}
.cd-ul-li:hover {
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.12);
}
.cd-ul li:nth-child(1) {
    margin-left: 0;
}
.cd-ul li:nth-child(3) {
    margin-right: 0;
}
.combo-deal-number {
    display: none;
}
.cd-card-container {
    width: 100%;
}
.cd-card--off {
    height: 50px;
    background-color: #ea1c25;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 17px;
    color: #fff;
    line-height: 50px;
}
.cd-card--off strong {
    font-size: 30px;
}
.cd-card--tour {
    width: 100%;
    height: 110px;
    background-color: #fff;
    border-bottom: 2px solid #efefef;
    position: relative;
}
.cd--emo {
    position: absolute;
    bottom: 12px;
    right: 34px;
    width: 48px;
    height: 48px;
}
.emo--inlove {
    background-image: url(../img/emo-inlove.png);
}
.emo--nerd {
    background-image: url(../img/emo-nerd.png);
}
.emo--wow {
    background-image: url(../img/emo-wow.png);
}
.emo--sunglass {
    background-image: url(../img/emo-sunglass.png);
}
.cd--plus {
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 30px;
    height: 30px;
    background-image: url(../img/sign-plus.png);
    z-index: 1;
}
.cd-card--tour--pic {
    border-radius: 360px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 15px;
    left: 7px;
}
.cd--buy,
.cd--combo-price {
    height: 55px;
    border-bottom-right-radius: 10px;
}
.cd-card--tour--text {
    position: absolute;
    left: 106px;
    top: 21px;
    max-width: 205px;
}
.cd--name {
    font-size: 15px;
    color: #1c1c1c;
    text-transform: uppercase;
    line-height: 14px;
    margin-bottom: 7px;
}
.cd--name-long {
    font-size: 12px;
    margin-bottom: 2px;
}
.cd--regular-price-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #b4b4b4;
}
.cd--regular-price {
    font-size: 20px;
    color: #1c1c1c;
    text-transform: uppercase;
    line-height: 10px;
}
.cd--combo-price {
    background-color: #ea1c25;
    border-bottom-left-radius: 10px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 10px;
    position: relative;
}
.cd--combo-price strong {
    color: #fff;
    font-size: 24px;
}
.cd---regular-price {
    color: #fff;
    line-height: 15px;
    padding-top: 5px;
    font-size: 12px;
}
.cd---regular-price strong {
    text-decoration: line-through;
    font-size: 12px;
}
.cd--buy {
    position: absolute;
    display: block;
    right: 0;
    width: 45px;
    top: 0;
    background-color: #f9d946;
    background-image: url(../img/cd-cart.png);
    background-size: 24px;
}
.cd--buy:hover {
    background-size: 27px;
}
.cookieinfo {
    width: 40%;
}
.cookieinfo a {
    text-decoration: underline !important;
}
.cookie-h {
    font-size: 1.2em;
    text-align: center;
}
.cookieinfo-close {
    background-color: #000;
    color: #fff;
    text-align: center;
}
.cookieinfo span {
    font-weight: 400;
    font-size: 13px !important;
    line-height: 19px !important;
}
#footer {
    background: #fff;
    width: 100%;
    min-height: 270px;
    border-bottom: 15px solid #ee1c25;
    padding: 80px 0 50px;
    position: relative;
}
.contact-thumb-up-bg,
.excursion-title-box,
.footer-emos li,
.footer-logo,
.footer-thumb-up,
.owl-next,
.owl-prev,
.slide,
.tours-inner-select,
.want-to-arrow {
    background-repeat: no-repeat;
}
.footer-thumb-up {
    position: absolute;
    width: 21%;
    height: 20vw;
    max-width: 300px;
    max-height: 300px;
    border-radius: 360px;
    background-image: url(../img/sign-thumb-up.png);
    background-size: cover;
    background-position: center;
    left: 5vw;
    bottom: 40px;
    transform: rotate(-10deg);
}
.footer-container {
    width: 94%;
    max-width: 1050px;
    margin: auto;
    position: relative;
}
.footer-contact {
    right: calc(350px + 10%);
    position: absolute;
}
.best-deal-guaranteed {
    font-size: 30px;
    color: #1c1c1c;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 5px;
    background-color: #fff;
}
.contact-cat,
.contact-info {
    font-size: 15px;
    color: #1c1c1c;
    background-color: #fff;
}
.contact-cat {
    text-transform: uppercase;
}
.contact-cat,
.contact-cat a {
    
}
.contact-info {
    line-height: 16px;
    font-weight: 400;
}
.contact-cat a:hover,
.contact-info a:hover,
.contact-tabs a.active {
    color: #fff;
    background-color: #ea1c25;
}
.contact-cat img,
.contact-info img {
    width: 10px;
    margin-left: 0;
    transform: rotate(-45deg);
}
.contact-info a {
    line-height: 24px;
}
.contact-tabs {
    margin-bottom: 20px;
    margin-top: 30px;
}
.contact-tabs a {
    border-bottom: 3px solid transparent;
    margin-right: 10px;
}
.contact-tabs a:hover {
    border-bottom: 3px solid #ea1c25;
}
#chat,
#excursion {
    border-bottom: 8px solid #ee1c25;
}
#chat {
    border-top: 8px solid #ee1c25;
}
.footer-left {
    width: 330px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-logo {
    width: 100%;
    height: 110px;
    background-color: #ea1c25;
    background-position: center;
    background-size: 100%;
    background-image: url(../img/logo-footer.png);
}
.footer-emos {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 61px;
    margin-top: 15px;
}
.footer-emos li {
    width: 19%;
    margin: 0 1%;
    background-position: center;
    background-size: 100%;
}
.tours--boat,
.tours--bus {
    background-size: 80px;
    background-position: 8px -17px;
}
.combo—tours {
    background-image: url(../img/sign-thumb-up-2.png);
    background-size: 74px;
    background-position: left top 20px;
}
.shared—tours {
    background-image: url(../img/emo-inlove-2.png);
    background-size: 70px;
    background-position: 0 12px;
}
.footer-emos li:nth-child(1),
.header-emos li:nth-child(1) {
    margin-left: 0;
    background-image: url(../img/emo-wow.png);
}
.footer-emos li:nth-child(2) {
    background-image: url(../img/emo-inlove.png);
}
.header-emos li:nth-child(2) {
    background-image: url(../img/emo-sunglass.png);
}
.footer-emos li:nth-child(3) {
    background-image: url(../img/emo-nerd.png);
}
.header-emos li:nth-child(3) {
    background-image: url(../img/emo-inlove-2.png);
}
.footer-emos li:nth-child(4) {
    background-image: url(../img/sign-fb.png);
}
.header-emos li:nth-child(4) {
    background-image: url(../img/emo-nerd-2.png);
}
.footer-emos li:nth-child(5) {
    background-image: url(../img/sign-insta.png);
}
.footer-emos li:nth-child(6) {
    background-image: url(../img/sign-tripadvisor.jpg);
    margin-right: 0;
}
.header-emos {
    max-width: 275px;
    height: 54px;
}
.header-emos li {
    width: 20%;
    margin: 0 2%;
}
.emos--animated {
    animation: footer-emo 0.6s 1;
}
.fb--animated {
    animation: efx-fb 0.8s 1;
}
.footer-emos li a {
    display: block;
    width: 100%;
    height: 100%;
}
.footer-copyright {
    margin-top: 25px;
    font-size: 11px;
    color: #b4b4b4;
    line-height: 14px;
    font-weight: 400;
}
.footer-copyright a {
    color: #b4b4b4;
    font-weight: 400;
    text-decoration: underline;
}
.bx-viewport {
    height: auto !important;
}
#boat-tours,
#bus-tours,
#fun-tours,
#walking-tours,
#we-guarantee,
#shared-tours {
    padding: 40px 0;
    border-bottom: 8px solid #ee1c25;
}
#we-guarantee {
    border-bottom: 0;
}
#fun-tours,
#shared-tours {
    border-bottom: 0;
}
#shared-tours {
    border-top: 8px solid #ee1c25;
}
#home-good {
    padding-bottom: 30px;
}
.tours-inner-container {
    width: 94%;
    max-width: 1050px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
}
.tours-inner-cat {
    width: 33%;
}
.tours-inner-content {
    width: 67%;
}
.tours-inner-content .description {
    margin-bottom: 30px;
    font-weight: 400;
}
.tours-inner-content .description p {
    margin-top: 10px;
}
.tours-inner-card-container {
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.tours-inner-card-container li {
    width: 48.4%;
    min-height: 0;
    margin-bottom: 20px;
}
.tours-inner-card-container li:nth-child(odd) {
    margin-left: 0;
}
.tours-inner-card-container li:nth-child(even) {
    margin-right: 0;
}
.tours-inner-card-container .tour-card-discount {
    bottom: inherit;
    top: 20px;
}
.tours-inner-select {
    margin: 0;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    padding: 10px 0 0 20px;
    position: relative;
}
.tours-main-title {
    display: inline-block;
    margin-top: -13px;
    line-height: 90px;
    padding-left: 82px;
    font-size: 1.5em;
    text-transform: uppercase;
}
.tours--boat {
    background-image: url(../img/emo-ship.png);
}
.tours--bus {
    background-image: url(../img/emo-bus.png);
}
.tours--fun,
.tours--walk,
.tours--shared {
    background-size: 68px;
    background-position: 8px 5px;
}
.tours--walk {
    background-image: url(../img/emo-walk.png);
}
.tours--fun {
    background-image: url(../img/emo-sunglass.png);
}
.tours--shared {
    background-image: url(../img/emo-inlove-2.png);
}
.slide,
.want-to-arrow {
    background-position: center;
}
.tours-inner-cat-about {
    margin-top: 30px;
    max-width: 90%;
    border-left: 4px solid #ee1c25;
}
.tours-inner-cat-about li {
    padding-left: 10px;
    margin-top: 18px;
    line-height: 20px;
}
.tours-inner-cat-about li a:hover {
    background-color: #ee1c25;
    color: #fff;
}
#chat {
    padding: 70px 0;
}
.chat-container {
    width: 94%;
    max-width: 1050px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
}
#trip .chat-container {
    /* max-width: 740px; */
}
#trip .chat-container.first {
    /* max-width: 610px; */
    width: 100%;
    justify-content: center;
    gap: 10px;
}

/* Απόλυτο κεντράρισμα και περιορισμός μεγέθους */
.trip-advisor-section .chat-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px; /* Σταθερή απόσταση μεταξύ αριστερής και δεξιάς πλευράς */
    width: fit-content; /* Το container μαζεύει στο μέγεθος του περιεχομένου */
    max-width: 90%; /* Προστασία για να μην κολλάει στις άκρες της οθόνης */
    margin: 0 auto; /* Κεντράρισμα στην οθόνη */
    padding: 15px;
}

/* Φυσικό πλάτος χωρίς να σπρώχνει προς τα δεξιά */
.trip-advisor-section .left-side, .trip-advisor-section .right-side {
    display: flex;
    align-items: center;
    flex: initial; /* Ακύρωση του flex: 1 για να μην απλώνουν αναγκαστικά */
}

.trip-advisor-section .right-side {
    gap: 15px; /* Απόσταση ανάμεσα στο κείμενο και το βέλος */
}

/* Responsive για μικρές οθόνες */
@media (max-width: 768px) {
    .trip-advisor-section .chat-container {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .trip-advisor-section .right-side {
        flex-direction: column;
        gap: 10px;
    }
}

.want-to {
    font-size: 50px;
    line-height: 60px;
}
.want-to-arrow {
    background-image: url(../img/arrow-black.png);
    background-size: 60px;
    width: 70px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 36px;
    display: block;
    transform: rotate(90deg);
    animation: owl-2 0.6s linear 0s infinite;
}
.want-to-arrow:hover {
    animation: efx-arrow-2 1s infinite;
}
#excursion {
    padding: 0 0 50px;
}
.owl-carousel {
    max-width: 100%;
    position: relative;
}
.slide {
    height: 500px;
    max-width: 100%;
    background-size: cover;
}
.tours-container .slide {
    height: 470px;
}
.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    color: transparent;
    background: black;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    filter: invert(1);
    animation: owl 0.6s linear 0s infinite;
}
@keyframes owl {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes owl-2 {
    0% {
        transform: scale(1) rotate(90deg);
    }
    50% {
        transform: scale(1.07) rotate(90deg);
    }
    100% {
        transform: scale(1) rotate(90deg);
    }
}
.owl-prev:hover,
.owl-next:hover {
}
.owl-prev {
    left: 20px;
    background-image: url(../img/arrow-black-prev.png);
}
.owl-next {
    right: 20px;
    background-image: url(../img/arrow-black.png);
}
.excursionpic .owl-prev {
    background-image: url(../img/arrow-white-prev.png);
}
.excursionpic .owl-next {
    background-image: url(../img/arrow-white.png);
}
.excursion-container-1 {
    width: 94%;
    max-width: 1050px;
    margin: 50px auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
form.dataform {
    padding-top: 10px;
}
.excursion-book {
    /** width: 35%; **/
}
.excursion-book,
input {
    max-width: 320px;
}
.excursion-info {
    width: 65%;
}
.excursion-book-online {
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.excursion-book-outer {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
    box-shadow: none;
    border-radius: 10px;
}
.excursion-book-container {
    margin: auto;
    padding: 20px;
    background: #F5F5F5;
}
.excursion-title-box {
    margin: 0;
    min-height: 80px;
    display: flex;
    display: -webkit-flex;
    padding: 10px 0 0 20px;
    position: relative;
}
.excursion-main-title {
    margin-top: -13px;
    padding-top: 8px;
    padding-left: 86px;
    font-size: 1.8em;
    line-height: 1.1;
}
.excursion-main-text {
    font-weight: 400;
    margin-top: 15px;
}
.excursion-off {
    width: 100%;
    background-color: #ee1c25;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    font-size: 17px;
}
.excursion-off strong {
    font-size: 30px;
    text-transform: uppercase;
}
.excursion-off span {
    font-size: 1.4em;
}
.excursion-regular-price {
    font-size: 12px;
    color: #313131;
    padding: 15px 20px 15px;
    line-height: 1.3;
    font-weight: 400;
    background: #F5F5F5;
}
.excursion-regular-price p {
    margin-bottom: 10px;
}
.excursion-regular-price p em {
    font-style: normal;
    text-decoration: line-through;
}
.excursion-regular-price p:nth-last-child(1) {
    margin-bottom: 0;
}
.excursion-regular-price span {
    font-size: 1.4em;
}
.excursion-price {
    line-height: 1;
    font-size: 1.2em;
    font-weight: 600;
}
.excursion-price strong {
    font-size: 30px;
    color: #ee1c25;
}
.v_panel .excursion-price strong {
    font-size: 20px;
}
.guarantee {
    color: #186b6d;
}
.btn,
.excursion-book-button {
    background-color: #ed1c25;
    color: #fff;
    text-transform: uppercase;
}
#ui-datepicker-div {
    transform: scale(1.3) !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0;
    background: transparent;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: initial;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}
.select2-dropdown {
    border-color: #dedede;
}
.excursion-check {
    width: 100%;
    margin-top: 15px;
    font-size: 14px !important;
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #e2e2e2;
}
.excursion-check input {
    width: calc(100% - 30px);
    margin-bottom: 0;
}
.excursion-check h4 {
    font-size: 1.1em;
    margin-bottom: 12px;
}
.staying {
    margin-top: 10px;
}
.view-availability {
    margin-bottom: 5px;
    display: block;
    font-size: .85em;
}
.excursion-check select {
    width: 100%;
    display: block;
}
.excursion-check .travellers {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: calc(100% - 22px);
    padding: 20px 10px 10px;
    user-select: none;
    border: 1px solid #dedede;
    border-top: 0;
}
.excursion-check .travellers.active {
    display: block;
}
.travellers-cont {
    border: 1px solid #dedede;
    margin-top: 5px;
    padding: 8px 0px 8px 40px;
    background: #fff;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    background-image: url(../img/guests.svg);
    background-size: 20px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    min-height: 26px;
}
.travellers-cont span {
    display: none;
}
.travellers-cont span[name="default"] {
    
}
.travellers-cont span em {
    display: none;
}
.travellers div.pinput {
    display: flex;
    margin-bottom: 15px;
}
.travellers div p {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.travellers div p input {
    width: 25px;
    margin: 0 20px;
    border: 0;
    padding: 0;
    text-align: center;
}
.travellers div p span {
    border: 1px solid #186b6d;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.3;
    color: #186b6d;
    cursor: pointer;
    font-size: 1.1em;
}
.travellers label {
    width: 70px;
    line-height: 1.3;
    margin-right: 40px;
}
.travellers label span {
    font-weight: 400;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.excursion-book-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    transition: 0.2s all ease;
}
.excursion-book-button:hover {
    font-size: 19px;
    cursor: pointer;
}
.variation-desc {
    font-weight: 400;
    font-size: .9em;
    line-height: 1.2;
    margin-top: 5px;
}
.v_panel {
    border-bottom: 1px solid #e2e2e2!important;
}
.v_cont .v_panel:nth-last-child(1) {
    border-bottom: 0!important;
}
.variations .v_panel:nth-last-child(1) {
    border-bottom: 0!important;
    padding-bottom: 0!important;
}
.apply {
    background: #ed1c25;
    padding: 6px 0;
    width: 100%;
    color: #fff;
    margin: 20px auto 0;
    text-align: center;
    cursor: pointer;
}
.reviews-new {
    max-width: 1050px;
    margin: 0 auto 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews-new h1 {
    font-size: 28px;
    margin-bottom: 40px;
}
.review {
    width: 100%;
    margin-bottom: 40px;
}
.review-title {
    font-size: 1.2em;
    font-weight: 600;
}
.review-date {
    font-size: 0.8em;
    font-weight: 400;
}
.review-text {
    font-weight: 400;
    margin-top: 20px;
}
.review-form {
    padding-top: 40px;
}
.add-review {
    font-size: 20px;
    font-weight: 600;
}
.reviews_total {
    margin-bottom: 50px;
    font-weight: 400;
}
.reviews_total .review-title {
    margin-top: 30px;
}

.reviews_total .review-title span {
    font-size: 1.5em;
    margin-right: 5px;
}

.reviews_total .review-title .star {
    font-size: 24px;
    width: 20px;
    height: auto;
    margin-left: 5px;
}

.reviews_total p.total-count {
    margin-top: 5px;
    color: #666;
    font-size: .9em;
    margin-bottom: 10px;
}
.contact-text,
.services-text {
    font-weight: 400;
}
.add-review-text {
    font-weight: 400;
    margin-bottom: 20px;
}
.starrr .star {
    width: 20px;
    margin-left: 4px;
}
select {
    height: 30px;
    background-color: #fff;
    border-color: #dedede;
    font-size: 16px;
}
button,
input,
textarea {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    border-radius: 10px;
}
#datepicker {
    display: inline;
    border-radius: 0px;
    padding: 18px 0px 18px 40px;
    background: #fff;
    margin-bottom: 0;
    width: 100%;
    background-image: url(../img/datepicker.svg);
    background-size: 20px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    border-color: #dedede;
}
.ui-datepicker-trigger {
    width: 23px;
    transform: translateY(5px);
    padding-left: 7px;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: 0;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 12px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: transparent;
    border: 0;
    border-radius: 100%;
    text-align: center;
    width: 19px;
    height: 19px;
    line-height: 1.9;
}
.ui-widget {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background: none;
    border: 1px solid #000;
    border-bottom: 0;
    border-left: 0;
    width: 7px;
    height: 7px;
    transform-origin: center;
    top: 15px;
}
.ui-datepicker .ui-datepicker-next span {
    transform: rotate(45deg);
}
.ui-datepicker .ui-datepicker-prev span {
    transform: rotate(-140deg);
}
#ui-datepicker-div {
    margin-top: 30px;
    margin-left: 32px;
    padding: 5px 10px;
    border-color: #dedede;
    border-radius: 0;
    width: 194px;
    z-index: 999!important;
}
.ui-state-default:hover {
    background: #f1f1f1;
}
.ui-datepicker th {
    font-size: .9em;
}
.ui-state-default.ui-state-active {
    background: #186b6d;
    color: #fff;
    border: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
select + span.select2:focus {
    outline: 0 !important;
}
.select2-results__option {
    padding: 4px 6px;
    font-size: 12px;
}
.select2-container--default .select2-selection--single {
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 7px 0 7px 10px;
    font-weight: 400;
    color: #000;
}
.select2-container--default .select2-selection--single {
    border-color: #dedede;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
    border-bottom: 1px solid #4a4a4a;
    border-radius: 0;
}
.selection:focus, .select2-selection__rendered:focus, .select2-selection:focus {
    outline: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f4f4f4;
    color: inherit;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent;
}
input,
textarea {
    padding-left: 10px;
}
textarea {
    margin-top: 20px;
    width: 70%;
    max-width: 400px;
    height: 200px;
    margin-bottom: 20px;
    padding-top: 10px;
    resize: none;
}
.btn,
input {
    height: 34px;
}
input {
    width: 60%;
    margin-bottom: 6px;
}
.btn {
    width: 80px;
    height: auto;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0;
    margin-top: 20px;
}
.pickup_section .btn {
    font-size: 12px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
}
#combo-deals-inner {
    padding: 70px 0;
    border-bottom: 8px solid #ee1c25;
}
#contact-inner {
    padding: 70px 0;
}
.contact-container {
    display: flex;
    display: -webkit-flex;
    min-height: 400px;
    margin-bottom: 50px;
    margin: 0 auto 50px;
}
.contact-thumb-up {
    min-width: 400px;
    position: relative;
    width: 30%;
}
.contact-thumb-up-bg {
    background-image: url(../img/sign-thumb-up.png);
    background-size: 100%;
    background-position: center top;
    width: 290px;
    height: 290px;
    margin: auto auto auto 13%;
    position: relative;
    transform: rotate(-10deg);
}
.contact-content {
    max-width: 800px;
    text-align: justify;
}
.contact-text {
    margin: 0px 0 40px;
}
#map {
    width: 100%;
    min-height: 400px;
    margin-bottom: 50px;
}
.contact-services-ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-top: 50px;
}
.contact-services-ul li {
    width: 32.33333%;
    margin: 0 1%;
    border-left: 6px solid #ee1c25;
}
.contact-services-ul li:nth-child(1) {
    margin-left: 0;
}
.contact-services-ul li:nth-child(3) {
    margin-right: 0;
}
.contact-services-inner {
    padding-left: 20px;
    max-width: 240px;
}
.review-sent {
    text-align: center;
    margin-top: 70px;
}
.review-sent h1 {
    font-size: 24px;
    padding: 100px 0;
}
.bx-viewport,
.bx-wrapper {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 30px;
    opacity: 0;
}
.bx-controls-direction {
    display: block;
}
.confirm-ul {
    width: 455px;
    margin: auto;
    height: 60px;
}
.confirm-ul li {
    display: inline-block;
    position: relative;
}
.confirm-ul li:nth-child(2) {
    margin-left: 10px;
}
.print-div {
    position: absolute;
    top: -25px;
}
.team-pic {
    width: 100%;
}
@media (max-width: 1170px) {
    .bx-wrapper .bx-pager {
        opacity: 1;
    }
    .bx-controls-direction {
        display: none;
    }
    .footer-contact {
        right: calc(380px + 6%);
    }
    .bd-thumb-up {
        background-size: 100%;
        width: 100px;
        height: 100px;
        top: -40px;
        left: -10px;
    }
    .slide {
        height: 400px;
    }
    .cd--combo-price strong {
        font-size: 21px;
    }
    .cd---regular-price strong {
        font-size: 12px;
    }
}
@media (max-width: 1778px) {
    .footer-thumb-up {
        left: 0;
    }
    .footer-contact {
        right: calc(380px + 3%);
    }

    .footer-thumb-up {
        display: none;
    }

    .footer-left {
        position: relative;
        margin-top: 40px;
    }

    .best-deal-guaranteed {
        font-size: 1.6em;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .footer-contact {
        position: relative;
        right: 0;
    }
}
@media (max-width: 980px) {
    #home-good {
        padding-bottom: 0;
    }
    .tours-inner-content .description {
        margin-top: 30px;
    }
    .tours-select-container {
        height: auto;
        width: 100%;
        overflow: hidden;
    }
    .tours-select {
        height: auto;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        border: none;
    }
    .tours-select li {
        width: 20%;
        max-width: 60px;
        height: 60px;
        background-position-x: center !important;
        border: none;
        padding: 10px 0;
    }
    .tour-select-text {
        display: none;
    }
    .tours-select-li-line {
        margin-left: 0;
    }
    .tours-container {
        padding-top: 20px;
        margin-bottom: 30px;
        min-height: 0;
    }
    .tour-card-container {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .tour-card-container li {
        width: 100%;
        max-width: 500px;
    }
    .slide {
        max-width: 500px;
    }
    .bx-viewport,
    .slide {
        height: auto;
    }
    .excursionpic,
    .owl-slide {
        height: 350px;
    }
    .tour-card-stye {
        margin: 0 0 20px;
    }
    .main,
    .mob-nav-inner,
    .mobile-logo img {
        width: 100%;
    }
    .menu,
    .mobile-nav {
        background-color: #ea1c25;
        width: 100%;
        z-index: 999;
        left: 0;
    }
    .mobile-logo {
        display: block;
        margin-left: 15px;
        margin-top: 18px;
        max-width: 200px;
    }
    .body-border {
        display: none;
    }
    .mobile-nav,
    .nav-hide {
        display: block;
    }
    .main {
        border-right: none;
        border-left: none;
        margin: 60px auto 0;
    }
    .mobile-nav {
        position: fixed;
        top: 0;
        height: 60px;
    }
    .mob-nav-inner {
        position: relative;
    }
    .menu {
        min-width: 0;
        position: fixed;
        max-width: inherit;
        transition: 0.3s all ease;
    }
    .hamburger-button {
        position: fixed;
        right: 10px;
        background-image: url(../img/sign-mob-nav.png);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: center;
        width: 42px;
        height: 40px;
        top: 10px;
    }
    .header {
        display: none;
    }
    .combo-deal-number,
    .tour-category-name {
        display: block;
        font-size: 1.5em;
        text-transform: uppercase;
    }
    .logo-main {
        padding: 20px 0 10px;
    }
    .logo-main img {
        width: 90%;
    }
    .menu li {
        width: 100%;
        text-align: center;
        margin: 10px 2.5%;
    }
    .tours-header h2 {
        font-size: 1.5em;
        padding: 0 20px;
    }
    .tours-container .owl-next {
        right: 0;
    }
    .tours-container .owl-prev {
        left: 0;
    }
    .tours-container .owl-next,
    .tours-container .owl-prev {
        top: inherit;
    }
    .tour-category-name {
        padding: 0 0 30px;
    }
    .tour-card-stye,
    .tour-card-stye:hover {
        border: 2px solid #f9f9f9;
    }
    .bd-content-container {
        width: 90%;
    }
    .bd-title {
        left: 0;
        top: -30px;
    }
    .bd-arrow {
        right: 5px;
        top: 5px;
    }
    .bd-clock {
        top: 5px;
        right: 60px;
    }
    .cd-ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .cd-ul li {
        margin: 0 0 30px;
    }
    .cd-ul li:nth-child(3) {
        margin-bottom: 0;
    }
    .combo-deal-number {
        padding: 0 0 20px;
    }
    .cd-header h2 strong {
        font-size: 0.9em;
    }
    .cd-arrow {
        top: inherit;
        bottom: -30px;
        background-size: 30px;
    }
    #combo-deals-inner {
        padding: 40px 0 50px;
    }
    .cd-header h2 img {
        width: 24px;
    }
    .tour-card-text-container h3 {
        font-size: 1.8em;
    }
    .book-button {
        width: 70px;
        height: 36px;
        line-height: 36px;
    }
    .best-deal-container {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .bd-li-content,
    .bd-li-pic {
        width: 100%;
        margin: 0;
    }
    .bd-li-pic {
        height: 400px;
    }
    .bd-book {
        display: none;
    }
    .bd-book-mobile {
        display: block;
        bottom: -60px;
    }
    .contact-thumb-up,
    .footer-thumb-up {
        display: none;
    }
    .bd-time-left li:nth-child(1) h4 {
        line-height: 16px;
    }
    #best-deal {
        padding-bottom: 120px;
    }
    #combo-deals {
        padding: 40px 0;
    }
    .footer-contact {
        position: relative;
        right: 0;
    }
    .footer-left {
        position: relative;
        margin-top: 40px;
    }
    #footer {
        padding: 30px 0 30px;
        border-bottom: none;
    }
    .footer-emos {
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }
    .footer-emos li {
        background-size: 100%;
        width: 20%;
    }
    #chat {
        padding: 30px 0;
    }
    .want-to {
        font-size: 1.6em;
        line-height: 25px;
    }
    .want-to-arrow {
        top: inherit;
        bottom: 0;
        background-size: 30px;
    }
    .contact-container {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 0 15px;
        margin: 0 auto 20px;
    }
    .contact-services-ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .contact-services-ul li {
        width: 100%;
        margin: 0 0 30px;
    }
    .services-title {
        font-size: 1.1em;
    }
    #contact-inner {
        padding: 20px 0;
    }
    #map {
        min-height: 300px;
    }
    .contact-cd-header {
        margin: 40px 0;
    }
    .cd-header .center {
        text-align: left;
    }
    .excursion-container-1 {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-top: 20px;
    }
    .reviews-new h1 {
        font-size: 1.5em;
    }
    .excursion-off {
        padding: 5px 0;
    }
    .excursion-info {
        width: 100%;
        margin-bottom: 50px;
    }
    .excursion-main-title {
        font-size: 1.3em;
        padding-top: 0;
        margin-top: 0;
    }
    .excursion-book {
        width: 100%;
        min-width: inherit;
    }
    form.dataform {
        padding-top: 0;
    }
    .excursion-book-outer {
        border-radius: 0;
        border: 1px solid #e6e6e6;
    }
    #excursion .tours-header {
        padding: 10px 0;
    }
    .excursion-off strong, .excursion-price strong {
        font-size: 25px;
    }
    .tours-inner-card-container li,
    .tours-inner-cat,
    .tours-inner-content,
    textarea {
        width: 100%;
    }
    input {
        width: 80%;
    }
    .pagination a {
        padding: 3px 14px;
    }
    li.tour-card-stye {
        margin: 0 0 20px;
    }
    #boat-tours {
        padding-top: 0;
    }
    .tours-inner-container {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .tours-inner-cat-about li {
        font-size: 1.2em;
    }
    .tours-inner-card-container {
        margin-top: 30px;
    }
    .best-deal-guaranteed {
        font-size: 1.6em;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .reviews-new {
        padding: 0 15px 40px;
    }
    .chat-container {
        flex-wrap: wrap;
    }
    .chat-container.first {
        flex-wrap: nowrap;
    }
    .chat-container a {
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
    }
}
@media screen and (max-width: 600px) {
    #excursion {
        padding-bottom: 0;
    }
    #boat-tours,
    #bus-tours,
    #fun-tours,
    #walking-tours,
    #we-guarantee {
        padding-top: 80px;
        margin-top: -50px;
    }
    #we-guarantee {
        border-bottom: 0;
    }
    #shared-tours {
        padding-top: 20px;
    }
    .tours-header {
        padding: 30px 10px 10px;
    }
    .tours-inner-cat-about {
        margin-top: 10px;
    }
    .tours-inner-cat-about li a {
        font-size: 0.9em;
        line-height: 17px;
    }
    .tours-inner-cat-about li {
        margin-top: 14px;
    }
    .tours-main-title {
        font-size: 1.2em;
    }
    .availability-h1 {
        font-size: 1.1em;
    }
    .excursion-main-text {
        margin-top: 0;
    }
    .cookieinfo {
        width: calc(100% - 36px);
    }
    .cookie-h {
        font-size: 1em;
    }
    .cookieinfo span {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .cd-ul li,
    .team-pic,
    li.tour-card-stye {
        width: 100%;
    }
    .want-to {
        font-size: 1.6em;
        line-height: 25px;
    }
    .footer-left {
        max-width: 200px;
    }
    .footer-logo {
        height: 60px;
    }
    .footer-emos {
        height: 46px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
    .ComboDealImage {
        width: 100%;
        margin: auto;
        max-width: 450px;
        display: block;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1100px) {
    .ComboDealImage {
        width: 100%;
        max-width: 450px;
        margin: auto;
        display: block;
    }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
    .combo_img_div {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .combo_img_div {
        float: right;
        margin-top: -190px;
        position: absolute;
        right: 0;
    }
    .ComboDealImage {
        max-width: 330px;
    }
}
.select2-results__option {
    font-weight: 400;
    line-height: 14px;
}
.select2-search__field {
    font-size: 14px;
}
.widEXC {
    margin: 0 auto !important;
    font-size: 14px !important;
    width: 180px !important;
}
.trip_adv {
    display: block;
    margin: 35px auto 40px;
    width: 160px;
    margin-left: -30px;
}
.trip_adv2 {
    display: block;
    margin: 45px auto 10px -50px;
    width: 240px;
    margin-left: -32px;
}
#TA_excellent28 {
    margin-left: -30px;
}
.bus-pic {
    position: relative;
}
.trip-advisor {
    display: flex;
    flex-direction: column;
}

.trip-advisor > a {
    margin: 0 auto;
}
.chat-container .trip_adv {
    height: 145px;
    width: auto;
    margin: 0 5px;
}
.chat-container .trip_adv.bigger {
    height: 170px;
    margin-top: -20px;
}
#TA_excellent28 img {
    display: block;
    margin: 0 auto;
}
#trip {
    padding: 70px 0 60px;
    line-height: 40px;
    border-top: 8px solid #ee1c25;
}
#trip h2 {
    font-size: 1.6em;
}
#trip h2 em {
    font-style: normal;
    font-weight: 400;
}
#trip h3 {
    font-weight: 400;
    font-size: 1.26em;
    margin-top: 13px;
}
#trip .want-to-arrow {
    transform: rotate(0deg);
    top: 36px;
    right: -90px;
    position: absolute;
    width: 90px;
    animation: owl 0.6s linear 0s infinite;
}
#trip .want-to-arrow:hover {
    animation: efx-arrow-3 1s infinite;
}
#trip .trip-to {
    padding-left: 40px;
    padding-right: 0px;
}
#we-guarantee {
    font-weight: 400;
}
#we-guarantee .tours-inner-container {
    max-width: 1050px;
}
.description {
    font-weight: 400;
    max-width: 1024px;
    margin: 0 auto 60px;
    width: 94%;
    font-size: 1.2em;
    line-height: 30px;
}
.description p {
    margin-bottom: 10px;
}
.description .tours-inner-select {
    margin-bottom: 20px;
}
.halfpricetours_bus img {
    width: 100%;
    height: auto;
}
.mobile {
    display: none;
}
@media screen and (max-width: 980px) {
    #trip {
        padding: 30px 0;
    }
    #trip .want-to-arrow {
        position: relative;
        display: block;
        margin: auto;
        right: 0;
        top: 0;
    }
    #trip .chat-container .trip_adv {
        position: relative;
        display: block;
        margin: 0 20px 20px 0;
        width: calc(25% - 15px);
        height: auto;
        top: 0;
    }
    #trip .chat-container .trip_adv:nth-last-child(1) {
        margin-right: 0;
    }
    #trip h2 br {
        display: none;
    }
    .trip_adv.desktop {
        display: none;
    }
    #trip .trip-to {
        padding: 0;
        text-align: center;
    }
    #trip .second-h2 {
        font-size: 1.2em;
        margin-top: 10px;
    }
    #trip .trip-to .desktop {
        display: none;
    }
    #trip .trip-to .mobile {
        display: block;
    }
    h2.mobile {
        display: block;
    }
    #trip h2 img {
        width: 24px;
    }
    #trip h2 {
        font-size: 1.4em;
    }
    .trip-advisor {
    	max-width: 450px;
    	display: flex;
    	flex-wrap: wrap;
    	position: relative;
    	top: 0;
    	left: 0;
        align-items: flex-start;
        margin-bottom: 30px;
        flex-direction: row;
    }
    .contact-thumb {
        display: block;
        width: 36%;
        height: auto;
        margin-right: 6%;
        transform: rotate(-10deg);
    }
    .trip-advisor > a:nth-child(3) {
        width: 65%;
        margin-left: 31%;
    }
    .trip-advisor > a:nth-child(4) {
        width: 38%;
        margin-top: 40px;
    }
    .trip-advisor .trip_adv {
    	width: 100%;
    	margin: 0 auto;
    }

    .trip-advisor .trip_adv2 {
    	margin: 0 auto;
    	width: 100%;
    }
    .tours-container .slide {
        height: auto;
    }
    .owl-carousel .tour-card-stye {
        margin: 0;
    }

    #TA_excellent28 {
    	margin: auto auto 10px;
    }
    .owl-next, .owl-prev {
    	opacity: .6;
    	top: 40%;
    	width: 30px;
    	height: 30px;
    }
    .pagination {
        margin-bottom: 30px;
    }
    .review-form {
        padding-top: 10px;
    }
    textarea {
        height: 100px;
        margin-bottom: 15px;
    }
    .btn {
        font-size: .9em;
        padding: 7px 15px;
        width: auto;
    }
    .review-form input {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 340px) {
    .cd-header h2 {
        font-size: 1.2em;
    }
    #trip h2 {
        font-size: 1.2em;
    }
    #trip .second-h2 {
        font-size: 1em;
    }
}



.tours-carousel-nav {
    display: none;
}

#mobile-tours-tabs-wrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    pointer-events: auto;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
    display: block;
    text-align: left;
}

.tours-tabs-container {
    width: 100%;
}

#mobile-tours-tabs-spacer {
    height: 0;
}

.mobile-tours-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 14px 0;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    scroll-padding-left: 12px;
    scroll-padding-right: 12px;
}

.mobile-tours-tabs::-webkit-scrollbar {
    display: none;
}

.mobile-tours-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 18px;
    background: #f3f3f3;
    color: #1f1f1f;
    font-size: 15px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mobile-tours-tab.is-active {
    background: #ea1c25;
    color: #ffffff;
}

.mobile-tours-tab:focus-visible {
    outline: 2px solid #ea1c25;
    outline-offset: 2px;
}

#boat-tours,
#bus-tours,
#walking-tours,
#fun-tours,
#shared-tours {
    scroll-margin-top: 96px;
}


@media screen and (max-width: 767px) {
    #mobile-tours-tabs-wrap {
        top: 60px;
    }

    .tours-tabs-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #mobile-tours-tabs-spacer {
        /* display: none; */
        height: 0;
    }

    .mobile-tours-tabs {
        padding: 20px 10px;
        justify-content: flex-start;
    }

    #boat-tours,
    #bus-tours,
    #walking-tours,
    #fun-tours,
    #shared-tours {
        scroll-margin-top: 130px;
    }

    .tours-accordion-toggle {
        display: flex;
        align-items: center;
        width: 100%;
        border: 0;
        background-color: transparent;
        text-align: left;
    }

    .tours-accordion-toggle::after {
        content: '+';
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin-left: auto;
        margin-right: 16px;
        font-size: 36px;
        font-weight: 500;
        line-height: 1;
        color: #ea1c25;
        cursor: pointer;
        transform: translateY(-1px);
    }

    .tours-inner-cat.is-open .tours-accordion-toggle::after {
        content: '-';
        cursor: pointer;
        transform: translateY(-2px);
    }

    .tours-inner-cat-about {
        display: none;
    }

    .tours-inner-cat.is-open .tours-inner-cat-about {
        display: block;
    }

    .tours-carousel-nav {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        margin: 0 2px 8px;
    }

    .tours-carousel-arrow {
        width: 34px;
        height: 34px;
        border: 1px solid #dedede;
        background: #fff;
        color: #333;
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
    }

    .tours-carousel-arrow:active {
        transform: scale(0.96);
    }

    .tours-inner-card-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 14px;
        margin-top: 8px;
        padding: 4px 2px 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tours-inner-card-container::-webkit-scrollbar {
        display: none;
    }

    .tours-inner-card-container li.tour-card-stye {
        flex: 0 0 85%;
        width: 85%;
        margin: 0;
        scroll-snap-align: start;
    }

    #tour-select .tours-header {
        /* padding-left: 33%; */
        padding:45px 0;
        width: 100%;
        text-align: center;
    }
    .tours-header {
        /* padding: 45px 10px 5px; */
        /* margin: auto; */
        padding:0;
        z-index: 3;
        padding: 45px 0;
    }
}

@media screen and (max-width: 480px) {
    .tours-inner-card-container li.tour-card-stye {
        flex-basis: 92%;
        width: 92%;
    }
}

@media screen and (min-width: 768px) {
    #mobile-tours-tabs-spacer {
        display: none;
    }

    .mobile-tours-tabs {
        /* justify-content: space-evenly; */
        justify-content: center;
        margin-left: 152px;
    }
}