.clear {
    clear: both;
}
body {
    opacity: 0;
    transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-duration: 1.2s;
    transition-property: opacity,transform;
}
body.aos-animate {
    opacity: 1;
}
body.active:before {
    content: '';
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.wrap-content {
    /* padding-top: 137px; */
}
.form-result {
    padding-bottom: 30px;
	color: #326269 !important;
}
.image-meta {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
}

.image-meta.white {
    color: white;
}

.text-center {
    text-align: center;
}
svg path {
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.post-info p a {
    color: #00838a;
}
.btn { 
    height: 48px;
    line-height: 43px;
    background: #326269;
    border: 2px solid #326269;
    border-radius: 3px;
    padding: 0 54px 0 20px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn.btn-search {
	padding: 0 50px;
}

.btn.btn-search:hover {
	border: 2px solid #326269;
}

.btn:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #326269;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn:hover svg path {
    fill: #326269;
}

.btn svg {
    position: absolute;
    top: 9px;
    right: 15px;
}

.btn.bg-white-border {
    background: transparent;
    border-color: #fff;
}

.btn.bg-white-border:hover {
    background: #326269;
    border-color: #326269;
    color: #fff;
}
.btn.save_trip {
    background: #326269;
}

.banner-page .btn.save_trip { 
    border: 2px solid #326269;
}
.page .inner-content-single {
    text-align: justify;
}


.btn.bg-white-border:hover svg path{
    fill:#fff;
}

.btn.bg-none {
    background: transparent;
    color: #326269;
}
.btn.bg-none:hover {
    background: #326269;
    color: #fff;
}
.btn.bg-none svg path {
    fill:#326269;
}
.btn.bg-none:hover svg path {
    fill:#fff;
}


.btn.bg-white {
    background: #fff;
    color: #31383E;
    border-color: #fff;
}
.btn.bg-white svg path {
    fill: #326269;
}

.btn.bg-white:hover { 
    color: #fff; 
    border: 2px solid #fff;
    color: #326269;
}


.btn.bg-white:hover svg path {
    fill: #326269;
}
.not-found.container {
    margin-bottom: 400px;
}
/*header*/
.wrap-header {
    display: flex; 
    justify-content: space-between;
}
/*banner*/  
.item-slider {
    position: relative;
}
.item-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90.98deg, #FFFFFF 0.82%, rgba(255, 255, 255, 0) 99.16%);
    z-index: 9;
}
.item-slider {
    position: relative;
}
.item-slider img {
    display: block;
    margin: 0 auto;
    width: 100%;
}  
.item-slider .info-slider { 
	width:100%; 
    position: absolute; 
    left: 50%; 
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 99;
}
.info-slider h1 {
    font-weight: 700;
    font-size: 90px;
    line-height: 100px; 
    color: #326269; 
    margin: 0 0 15px 0;
}
.info-slider h5 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px; 
    color: #31383E;
    margin: 0;
}
.info-slider p { 
    font-size: 16px;
    line-height: 25px; 
    color: #31383E; 
    margin-top: 0;
}
.info-slider a {
    margin-right: 25px;
    margin-top: 25px;
}
.container.next-prev {
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: right;
    align-items: center;
}
.container.next-prev .slides-numbers {
	width: 50px;
    text-align: right;
}
.next-prev {
    display: flex;
}
.next-prev .prev {
    margin-right: 10px;
    display: block!important;
    cursor: pointer;
}
.next-prev .next {
    display: block!important;
    cursor: pointer;
}
.next-prev li {
    list-style: none;
}
.next-prev span.line {
    max-width: 309px;
    width: 100%;
    border-bottom: 0.5px solid #40737B;
    height: 1px;
    margin-left: 45px;
    margin-right: 45px;
}
.slides-numbers span {  
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px; 
    color: #326269; 
}
.wrap-banner {
    position: relative;
}
/*section-discover*/
.wrap-from-page.form-booking {
    padding-bottom: 0px;
}
.section-discover {
    overflow: hidden;
}
.section-discover .top-discover {
    padding: 90px 0 54px 0;
    max-width: 790px;
    margin: 0 auto;
}
.section-discover .top-discover h3 { 
    font-weight: 700;
    font-size: 48px;
    line-height: 48px; 
    text-align: center; 
    color: #31383E; 
    margin-top: 0;
    margin-bottom: 15px;
}
.section-discover .top-discover p {
    font-size: 16px;
    line-height: 25px; 
    text-align: center; 
    color: #31383E;  
}
.list-post-discover {
    position: relative;
    padding-top: 50px;
    padding-bottom: 110px;
}
.list-post-discover::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 555px;
    background: rgba(11, 79, 74, 0.05);
    z-index: -1;
    border-radius: 10px 0 0 10px;
}
.list-post-discover .list-post { 
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 27px;
}
.list-post-discover .list-post .post {
    background: #FCFCFC;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}
.list-post-discover .list-post .thumbnail img {
    border-radius: 10px 10px 0px 0px;
    display: flex;
}
.list-post-discover .list-post .info {
    background-color: #fff;
    min-height: 104px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
}
.list-post-discover .list-post .info a { 
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #31383E;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    display: block;
    text-align: center;
}
/*section-special-offer*/
.inner-box-special-offer {
    max-width: 1440px;
    margin: 0 auto;
}
.wrap-slider-special-offer .inner-special-offer {
    position: relative;
}
.inner-special-offer >img {
    border-radius: 0 10px 10px 0;
    display: flex; 
} 
.home .inner-special-offer >img {
    width: calc(100% - 331px);
    height: 813px;
    object-fit: cover;
}
.page-template-template-favourites .inner-special-offer >img {
    max-width: 780px;
    width: 100%;
    height: 520px;
    object-fit: cover; 
}
.page-template-template-draft-overview .inner-special-offer >img,
.page-template-template-draft-overview2 .inner-special-offer >img{
    max-width: 100%;
    height: 538px;
    width: calc(100% - 220px);
    object-fit: cover;
}
.wrap-slider-special-offer .item .container { 
    display: flex;
    justify-content: flex-end;
	width:100%; 
    position: absolute; 
    left: 50%; 
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.inner-special-offer .post-info {
    background: #FCFCFC;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 60px 70px 47px 70px;
    max-width: 760px;
    width: 100%;
}
.inner-special-offer .post-info h2 { 
    font-weight: 700;
    font-size: 40px;
    line-height: 44px; 
    color: #31383E; 
    margin: 10px 0 15px 0;
}
.page-template-template-blog .inner-special-offer .post-info {
    padding-bottom: 65px;
}
.page-template-template-blog .inner-special-offer .post-info h2 {
    margin-bottom: 11px;
}
.page-template-template-blog .post-content {
    margin-bottom: 30px;
}
.inner-special-offer .post-info h2 a {
    color: #31383E; 
}
.inner-special-offer .post-info span { 
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; 
    color: #326269; 
}
.inner-special-offer .post-info .tags {
    margin: 11px 0 0px 0; 
    padding: 0;
}
.inner-special-offer .post-info .tags li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    background: #D1E9EC;
    border-radius: 3px;
    color: #326269;
    font-size: 18px;
    line-height: 22px;
    margin-right: 15px;
    font-weight: 700; 
	margin-bottom:10px
}
.inner-special-offer .post-info .schedule {
    margin: 10px 0 5px 0;
    padding: 19px 0;
    border-top: 1px solid #CBCDD3;
    border-bottom: 1px solid #CBCDD3;
}
.inner-special-offer .post-info .schedule li:first-child {
    padding-left: 0;
}
.inner-special-offer .post-info .schedule li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 6px 15px; 
	text-align:center;
}
.inner-special-offer .post-info .schedule li:last-child {
    border: none;
    padding-right: 0;
}
.inner-special-offer .post-info .schedule li:nth-child(2) {
	padding-left:0;
	padding-right:0;
}
.inner-special-offer .post-info .schedule strong { 
    font-weight: 700;
    font-size: 26px;
    line-height: 32px; 
    text-align: center; 
    color: #326269;
}
.inner-special-offer .post-info .schedule p { 
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; 
    text-align: center;  
    color: #326269;
    margin: 0;
}
.inner-box-special-offer >.container {
    display: flex;
    justify-content: flex-end;
    margin-top: -51px;
    position: relative;
    z-index: 1;
}
.inner-box-special-offer >.container ul {
    margin: 0;
}


/*section-kanal*/
.section-kanal {
    background: #40737B;
    margin-top: 184px;
    margin-bottom: 150px;
}
.section-kanal .inner-kanal {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.section-kanal .inner-kanal::after {
    content: '';
    position: absolute;
    bottom: -85px;
    left: 100px;
    height: 85px;
    max-width: 530px;
    width: 100%;
    background: #F3F6F6;
    border-radius: 0px 0px 10px 0px;
}
.section-kanal .box-left h3 { 
    font-weight: 700;
    font-size: 40px;
    line-height: 44px; 
    color: #FFFFFF;
    margin: 0 0 25px 0;
}
.section-kanal .box-left strong { 
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; 
    color: #FFFFFF;
}
.section-kanal .box-left p { 
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;  
    color: #FFFFFF;
}
.section-kanal .box-left { 
    width: calc(100% - 599px);
    padding-right: 100px;
    padding-left: 200px;
    display: flex;
    align-items: center;
}
.section-kanal .box-right {
    width: 599px;
}
.section-kanal .box-right img {
    margin-top: -100px;
    border-radius: 10px 10px 0 0;
    display: flex;
}
/**section-blog***/
.section-blog .container >h3 { 
    font-weight: 700;
    font-size: 48px;
    line-height: 48px; 
    text-align: center;  
    color: #31383E;
    margin: 0 0 55px 0;
}
.section-blog .inner-blog .blog-post {
    position: relative; 
}
.section-blog .inner-blog .blog-post::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
} 
.section-blog .inner-blog .blog-post .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 100px 30px 30px;
    z-index: 9;
}
.section-blog .inner-blog img {
    border-radius: 10px;
    display: flex;
}
.section-blog .inner-blog h3 { 
    font-weight: 700;
    font-size: 26px;
    line-height: 32px; 
    color: #FFFFFF;
    margin: 0;
}
.section-blog .inner-blog h3 a {
    color: #fff;
}
.section-blog .inner-blog p { 
    font-size: 16px;
    line-height: 25px; 
    color: #FFFFFF;
    margin-top: 10px;
}
.section-blog .inner-blog {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 35px;
}
.section-blog .inner-blog .readmore {
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 9;
    display: flex;
}
.section-blog .bottom-blog {
    text-align: center;
    padding: 65px 0 100px 0;
}
.section-blog .bottom-blog a.btn:hover {
    border: 2px solid #326269;
}
/*section-testimonials*/
.section-testimonials {
    padding-top: 100px;
    padding-bottom: 215px;
    background: rgba(11, 79, 74, 0.05);
    overflow-x: hidden;
}
.section-testimonials .container >h3 { 
    font-weight: 700;
    font-size: 48px;
    line-height: 48px; 
    text-align: center; 
    color: #31383E;
    margin: 0 0 20px 0;
}
.section-testimonials .container >p { 
    font-size: 16px;
    line-height: 25px; 
    text-align: center; 
    color: #31383E; 
}
.section-testimonials .inner-testimonials {
    max-width: 1440px;
    width: 100%;
    margin: 70px auto 0;
}
.slider-testimonials .box-item {
    padding: 0 15px;
    padding-top: 57px;
    position: relative;
}
.slider-testimonials .box-item svg {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slider-testimonials .item {
    background: #FCFCFC;
    box-shadow: 0px 8px 20px #EBECEE;
    border-radius: 10px;
    padding: 70px 40px 35px 40px;
    text-align: center;
}
.slider-testimonials .item p { 
    font-size: 16px;
    line-height: 25px; 
    text-align: center;  
    color: #9E9FA3;
}
.slider-testimonials .item span { 
    font-weight: 700;
    font-size: 16px;
    line-height: 22px; 
    color: #326269;
}
/*footer*/
footer .wrap {
    background: #326269;
    padding-top: 95px;
}
.box-newletter {
    background: #FCFCFC; 
    box-shadow: 0px 8px 20px rgba(22, 22, 22, 0.2);
    border-radius: 10px;
    padding: 72px 100px;
    margin-top: -190px;
}
.widget_newsletterwidget {
    display: flex;
}
.widget_newsletterwidget .widget-title {
    max-width: 700px;
    width: 100%; 
    font-weight: 700;
    font-size: 40px;
    line-height: 44px; 
    color: #31383E;
    margin: 0; 
}
.widget_newsletterwidget form {
    display: flex;
}
.widget_newsletterwidget .tnp-field-button {
    width: 155px; 
}
.widget_newsletterwidget .tnp-widget input.tnp-submit {
    height: 46px;
    line-height: 22px;
    border: none;
    border-radius: 3.27273px;
    font-weight: 700;
    font-size: 16.3636px;
    padding: 0 32px 0 22px;
    text-align: left;
    background: url(../images/Arrow-button.svg) 92% center no-repeat #326269;
}
.widget_newsletterwidget .tnp-widget input.tnp-submit:hover {
    opacity: .8;
}
.widget_newsletterwidget .tnp-field-email {
    width: calc(100% - 155px);
    margin-bottom: 0!important;
}
.widget_newsletterwidget .tnp-field-email .tnp-email {
    line-height: 23px;
    background: #E8F2F3;
    border-radius: 5px;
    border: none;
    padding: 12px;
}
.widget_newsletterwidget .tnp-widget label {
    display: none;
}
footer .bottom-footer {
    padding-top: 58px;
}
footer .bottom-footer .box-left a.logo {
    display: block;
    margin-bottom: 50px;
}
footer .bottom-footer .box-left ul {
    margin: 0;
    padding: 0;
} 
footer .bottom-footer .box-left ul li .icon {
    width: 19px;
    margin-right: 10px;
}
footer .bottom-footer .box-left ul li span {
    width: calc(100% - 29px);
}
footer .bottom-footer .box-left ul li,
footer .bottom-footer .box-left ul li a,
footer .bottom-footer .box-left ul li p {
    list-style: none; 
    font-size: 14px;
    line-height: 21px;  
    color: #FFFFFF;
    display: flex; 
    margin: 0;
} 
footer .bottom-footer .box-left ul li {
    margin-bottom: 15px;
}
footer .bottom-footer .box-left ul li svg {
    
}
footer .bottom-footer .box-left ul li p {
    width: calc(100% - 31px);
}
footer .bottom-footer .box-right .widget h2 { 
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;  
    color: #FFFFFF; 
    margin: 0 0 15px 0;
}
footer .bottom-footer .box-right .widget ul {
    margin: 0;
    padding: 0;
}
footer .bottom-footer .box-right .widget ul li,
footer .bottom-footer .box-right .widget ul li a {
    list-style: none; 
    font-size: 14px;
    line-height: 21px; 
    color: #FFFFFF;
}
footer .bottom-footer .box-right .widget ul li {
    margin-bottom: 15px;
}
footer .bottom-footer >.container {
    display: flex;
}
footer .bottom-footer >.container .box-left {
    width: 185px;
}
footer .bottom-footer >.container .box-left.box-left-address {
	width:100%;
}
footer .bottom-footer >.container .box-left.box-left-address ul {
	display:flex; 
}
footer .bottom-footer >.container .box-left.box-left-address ul li {
	margin-right:20px;
}
footer .bottom-footer >.container .box-left.box-left-address ul li:last-child {
	margin-right:0;
}
footer .bottom-footer >.container .box-left.box-left-address ul li br {
	display:none;
}
footer .bottom-footer >.container .box-right {
    width: calc(100% - 185px);
    display: grid;
    grid-template-columns: repeat(6, minmax(0px, 1fr));
    gap: 15px;
    padding-top: 15px;
}
/*footer-bar*/
.footer-bar {
    background: #40737B;
    padding: 16px 0;
}
.footer-bar >.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bar .left ul {
    margin: 0;
    padding: 0;
}
.footer-bar .left ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.footer-bar .center p { 
    font-size: 10px; 
    text-align: center; 
    color: #FFFFFF;
}
.footer-bar .right ul {
    margin: 0;
    padding: 0;
}
.footer-bar .right {
    display: flex;
    justify-content: space-between; 
}
.footer-bar .right .social {
    margin-left: 10px;
}
.footer-bar .right ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.footer-bar ul li a { 
    font-size: 10px;  
    color: #FFFFFF;
}
/****/
.page-template-template-favourites .wrap-content {
    padding-bottom: 135px;
}
.inner-banner-page {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner-page >img {
    display: flex;
}
.inner-banner-page::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.65;
}
.inner-banner-page .info {
    text-align: left;
	width:100%; 
    position: absolute; 
    z-index: 9;
    left: 50%; 
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.inner-banner-page .info .banner-title,
.inner-banner-page .info h1 { 
    font-weight: 700;
    font-size: 90px;
    line-height: 90px; 
    color: #FFFFFF;
    margin: 0 0 20px 0;
    text-transform: none;
}
.inner-banner-page .info h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.inner-banner-page .info .description {
    font-size: 20px; 
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    max-width: 960px;
}
.post-content .post-title {
    font-size: 40px;
    line-height: 1.1;
}
.banner-sub-title {
    color: #fff;
    font-size: 40px;
    margin: 0 0 20px 0;
    line-height: 1.1;
}
.inner-banner-page .info a:not(.btn) {
    color: #fff;
}
.box-strip .inner-strip {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}
.box-strip {
    padding-top: 88px;
}
.box-strip .inner-strip h3 { 
    font-weight: 700;
    font-size: 48px;
    line-height: 48px; 
    text-align: center; 
    color: #31383E;
    margin: 0;
}
.box-strip .inner-strip p { 
    font-size: 16px;
    line-height: 25px; 
    text-align: center; 
    color: #31383E;
}
.save-strip {
    text-align: center;
}
.box-strip .inner-strip .save-strip {
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
}
.box-strip .inner-strip .save-strip a.btn:hover,
.inner-special-offer .post-info a.btn:hover {
    border: 2px solid #326269;
}
.box-strip .inner-strip .save-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 310px;
    height: 1px;
    background: #40737B;
    margin: 0 auto;
}
.box-strip .inner-strip .save-strip p { 
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; 
    text-align: center; 
    color: #40737B; 
    margin: 0 0 50px 0
}
.section-special-offer.page-favourites {
    padding-top: 110px;  
}
.page-favourites .inner-special-offer .post-info .schedule {
    margin-bottom: 30px;
}
.page-favourites .wrap-slider-special-offer .inner-special-offer {
    padding-bottom: 130px; 
}
.page-favourites .wrap-slider-special-offer .item .container { 
    top: 110px;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
}
.page-favourites .wrap-slider-special-offer .item:nth-child(even) .container{ 
    justify-content: flex-start;
    top:0; 
}
.page-favourites .wrap-slider-special-offer .item:nth-child(even) .inner-special-offer { 
    display: flex;
    justify-content: flex-end;
    padding-bottom: 65px;
}
.page-favourites .wrap-slider-special-offer .item:nth-child(even) .inner-special-offer >img {
    margin-top: 85px;
    border-radius: 10px 0px 0px 10px;
}
.wrap-search {
    margin-bottom: 95px; 
}
.wrap-search .inner-box-search {
    background: #FCFCFC;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
.section-special-offer .wrap-search .inner-box-search .col {
    width: 25%;
}
.wrap-search .inner-box-search .btn {
    color: #fff;
    text-align: center;
    padding: 0 30px;
	border-color: #326269;
    background: #326269;
}
.wrap-search .inner-box-search .col label { 
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; 
    color: #326269; 
    margin-bottom: 6px;
    display: block;
}
.tax-trave .wrap-post .item:nth-child(odd) .inner-special-offer .post-info {
    border-radius: 10px 0 0 10px;
}
.tax-trave .wrap-post .item:nth-child(even) .inner-special-offer .post-info {
    border-radius: 0 10px 10px 0; 
}
.tax-trave .section-kanal.section-kanal-v2 {
    margin-top: 0;
}
.tax-trave .section-special-offer {
    background: #f4f4f4;
    padding-top: 105px;
    margin-top: 105px;
    padding-bottom: 184px;
}
.tax-trave .wrap-slider-special-offer .item .container {
    position: static;
    transform: inherit;
    -webkit-transform: inherit;
    display: block;
}
.wrap-slider-special-offer .inner-special-offer .wrap-post-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.tax-trave .box-strip .inner-strip h3 {
    margin-bottom: 18px;
}
.tax-trave .wrap-post-info .thumbnail img {
    display: flex;
    border-radius: 0 10px 10px 0;
    height: 100%;
    object-fit: cover;
}
.tax-trave .inner-box-special-offer .item {
    margin-bottom: 40px;
}
.tax-trave .inner-box-special-offer .item:nth-child(even) .wrap-post-info {
    flex-direction: row-reverse;
}
.tax-trave .inner-box-special-offer .item:nth-child(even) .wrap-post-info .thumbnail img { 
    border-radius: 10px 0 0px 10px;
}
.tax-trave .inner-special-offer .post-info .schedule {
    margin-bottom: 30px;
}
.tax-trave .inner-special-offer .post-info a.btn:hover {
    border:2px solid #326269;
}
.section-kanal.section-kanal-v2 {
    margin-bottom: 0;
}
.section-kanal.section-kanal-v2 .inner-kanal::after {
    display: none;
}
footer {
    position: relative;
    margin-top: -1px;
}
/*select*/
select {  
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none; 
    flex: 1;
    padding: 0 1em; 
    background-color: #E8F2F3;
    background-image: none;
    cursor: pointer; 
    font-size: 16px;
    line-height: 25px;   
  }
  /* Remove IE arrow */
select::-ms-expand {
    display: none;
  }
  /* Custom Select wrapper */
.select {
    position: relative;
    display: flex; 
    height: 48px;
    border-radius: .25em;
    overflow: hidden;
  }
  /* Arrow */
.select::after {
    content: '';
    background: url('../images/Arrow-down.svg') center center no-repeat ;
    position: absolute;
    top: 12px;
    right: 10px;
    padding: 11.5px;
    background-color: transparent;
    transition: .25s all ease;
    pointer-events: none;
  }
  /* Transition */
.select:hover::after {
    color: #f39c12;
  }
.wrap-search .inner-box-search .wrap-price {
    display: flex;
    gap: 10px;
    align-items: center;
}
.box-step textarea,
.wrap-search input {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 300; 
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    background-color: #E8F2F3;
    background-image: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    color: #31383E;
    border-radius: 5px;
    width: 100%;
}
.daterangepicker.auto-apply .drp-buttons {
    display: block!important;
    padding: 0;
}  
.daterangepicker .drp-selected,
.daterangepicker .drp-buttons .cancelBtn,
.daterangepicker .drp-buttons .applyBtn {
    display: none;
}
.daterangepicker.show-calendar .ranges { 
    margin-bottom: 8px;
    padding: 0 8px;
}
.daterangepicker .ranges li[data-range-key="Custom Range"] {
    display: none;
}
/*header*/
.dv-wrap-main-navigation {
    display: flex;
    align-items: center;
}
.dv-main-navigation >ul {
    margin: 0;
    padding: 0;
}
.dv-main-navigation >ul:last-child li {
    list-style: none;
}
ul li.icon-search {
    cursor: pointer;
}
ul li.icon-search svg {
    display: flex;
}
.dv-main-navigation {
    display: flex;
    align-items: center;
}
.box-filters {
    width: 0; 
    position: fixed;
    background: #FCFCFC;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.12);
    border-radius: 10px 0px 0px 10px;
    top: 0;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
    max-width: 1366px;
    margin-right: -1366px;
} 
.box-filters.active {
    transition: all 0.4s ease-in-out 0s;
    max-width: 1366px;
    width: 100%;
    margin-right: 0;
}
header .box-filters {
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
}
.close-filters {
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer;
}
.box-filters .top{
    padding: 70px 55px 40px 70px;
}
.box-filters .top .container {
    padding: 0;
}
.box-filters .top .inner-box-search {
    display: grid;
    grid-template-columns: repeat(3, minmax(204px, 1fr));
    gap: 17px;
    box-shadow: inherit;
    border-radius: inherit;
    padding: 0;
}
.box-filters .wrap-search {
    margin: 0;
}
.box-filters .bottom {
    padding: 0px 55px 30px 70px;
    width: 100%;
}
.box-filters .bottom .filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CBCDD3;
    padding-bottom: 8px;
    cursor: pointer;
}
.box-filters .bottom .filters >svg {
    margin-right: 15px;
}
.box-filters .bottom .filters span {
    display: flex;
    align-items: center;
}
.box-filters .bottom .filters span svg {
    margin-right: 10px;
}
/**/
.page-template-template-blog .inner-box-special-offer >.container {
    margin-top: inherit;
    margin-bottom: -51px;
}

.single-trips .section-additional-information {
	background:#fff;
}

.single-trips .section-total-price {
    background: #E8F2F3;
}

.single-trips .wrap-slider-special-offer .item .container { 
    position: static; 
    transform: inherit;
    -webkit-transform: inherit;
}
.single-trips .inner-special-offer .post-info { 
    box-shadow: none; 
    padding: 0px 70px 65px 0;
    width: calc(100% - 558px);
    background: transparent;
}

.activitie-content-item p,
.single-trips .inner-special-offer .post-info p { 
    text-align: justify;

}
.single-trips .inner-special-offer .post-info h2 {  
    margin-top: 0;
}
.single-trips .inner-special-offer .post-info .schedule {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.single-trips .inner-special-offer .thumbnail {
    width: 558px;
}
.single-trips .section-special-offer {
    padding: 105px 0 117px 0;
}
.single-trips .inner-special-offer .thumbnail .slider-big {
    margin-bottom: 20px;
}
.single-trips .inner-special-offer .thumbnail .slider-big .item img {
    max-width: 560px;
    width: 100%;
    height: 442px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.single-trips .section-itinerary-activities .container >h3 {
    margin-bottom: 5px;
}
.single-trips .inner-itinerary-activities .item-box >h3 {
    margin-bottom: 42px;
}
.single-trips .inner-itinerary-activities .item-box { 
    padding: 30px 30px 23px 30px; 
}
.single-trips .inner-special-offer .thumbnail .wrap-thumbnail-small {
    padding: 0 60px;
}
.single-trips .inner-special-offer .thumbnail .slider-small .item  {
    padding: 0 5px; 
    opacity: .2;
}
.single-trips .inner-special-offer .thumbnail .slider-small .item.slick-current {
    opacity: 1;
}
.single-trips .inner-special-offer .thumbnail .slider-small .item img {
    border-radius: 10px;
}
.single-trips .inner-special-offer .thumbnail .slider-small .slick-prev::before,
.single-trips .inner-special-offer .thumbnail .slider-small .slick-next::before{
    display: none;
}
.single-trips .inner-special-offer .thumbnail .slider-small .slick-prev {
    background: url('../images/Arrow-prev.svg') center center no-repeat;
    width: 45px;
    height: 45px;
    left: -55px;
}
.single-trips .inner-special-offer .thumbnail .slider-small .slick-next {
    background: url('../images/Arrow-next.svg') center center no-repeat;
    width: 45px;
    height: 45px;
    right: -55px;
}

.dv-main-navigation ul ul ul li a {
    font-size: 12px;
}
/*******/
.section-itinerary-activities {
    background: #E8F2F3;
    padding-top: 87px;
    padding-bottom: 60px;
}
.section-itinerary-activities .container >h3 { 
    font-weight: 700;
    font-size: 48px;
    line-height: 48px; 
    color: #31383E; 
    margin: 0;
}
.section-itinerary-activities .container >p { 
    font-size: 16px;
    line-height: 25px;  
    color: #31383E; 
    margin: 0 0 50px 0;
}
.inner-itinerary-activities .item-box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 50px;
}
.inner-itinerary-activities .item-box >h3 { 
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #326269;
    margin: 0;
    border-bottom: 1px solid #CBCDD3;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.inner-itinerary-activities .item-box .info { 
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 15px;
} 
.inner-itinerary-activities .item-box .info .left p {
    margin-top: 0;
    text-align: justify;
}
.inner-itinerary-activities .item-box .info img {
    width: 100%;
}
.price-service {
    display: flex;
    justify-content: space-between;
}
.price-service .col p {
    margin-top: 0;
}
.price-service .col strong { 
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; 
    color: #326269;
    display: block;
}
.price-service .col span { 
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;  
    color: #326269; 
}
.price-service .col.check {
    width: 35px;
}
.price-service .col.price {
    width: 100px;
    text-align: left;
}
.price-service .col.info-service {
    width: calc(100% - 135px);
}
/*checkbox*/
.form-group {
    display: block;
    margin-bottom: 17px;
}
.form-group >svg {
    margin-right: 10px;
}
  
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; 
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  
  .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #CBCDD3;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 50%;
    left: -10px;
    margin-top: 0px;
}
.single-trips .form-group label:before {
    margin-top: 3px;
}
  
.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.activitie-content-item .info-service p {
    text-align: left;
}
  .form-group input:checked + label:before {
    border: 1px solid #326269;
    background: #326269;
  }
/*radio*/
.radio { 
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .radio label {
    padding-left: 30px;
  }  
	.radio input[type="checkbox"],
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin: 0;
  }
  
  .radio input[type="checkbox"] + .radio-label:before,
  .radio input[type="radio"] + .radio-label:before {
    top:3px;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #CBCDD3;
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 50%;
    left: 0px;
  }
  
  .radio input[type="checkbox"]:checked + .radio-label:before,
  .radio input[type="radio"]:checked + .radio-label:before {
    border: 1px solid #326269;
    background: #326269;
  }

  .radio input[type="checkbox"]:checked + .radio-label:after,
  .radio input[type="radio"]:checked + .radio-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
  
  .radio input[type="checkbox"]:focus + .radio-label:before,
  .radio input[type="radio"]:focus + .radio-label:before {
    outline: none; 
  }
  
  .radio input[type="checkbox"]:disabled + .radio-label:before,
  .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #c7c7c7;
    background: #c7c7c7;
  }
  
  .radio input[type="checkbox"] + .radio-label:empty:before,
  .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
  }
  
/*form-booking*/
.form-booking {
    margin-top: 60px;
}
.inner-itinerary-activities {
    margin-top: 60px;
}

.form-booking .inner-box {
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    padding: 60px 60px 0 60px;
    box-shadow: 0px 8px 20px rgba(22, 22, 22, 0.2); 
}  
.form-booking .inner-box >h3 { 
    font-weight: 700;
    font-size: 40px;
    line-height: 44px; 
    color: #31383E;
    margin: 0 0 20px 0;
}
.form-booking .inner-box >span.time { 
    font-weight: 700;
    font-size: 18px;
    line-height: 26px; 
    color: #31383E;
    display: flex;
}
.form-booking .inner-box >span.time svg {
    margin-right: 18px;
}
.inner-form-booking {
    margin-top: 65px;
}
.inner-form-booking >h3 { 
    font-weight: 700;
    font-size: 18px;
    line-height: 26px; 
    color: #31383E; 
    border-bottom: 1px solid #CBCDD3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.date-trve {
    display: grid;
    justify-content: space-between;
    margin-bottom: 44px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.date-trve .boxin {   
    color: #31383E;
    display: flex;
}
.date-trve .boxin span {
    margin-right: 40px;
}
.from-step.wrap-search {
    margin-bottom: 0;
}
.from-step .box-step:last-child {
    padding-bottom: 20px;
    margin-top: 44px;
}
.from-step:last-child .info .row ul {
    margin-bottom: 8px;
}
.from-step:last-child .info .row ul li .price { 
    margin-top: 8px;
}
.from-step:last-child .info .row ul li {
    margin-bottom: 15px;
}
.from-step .box-step >h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px; 
    color: #31383E; 
    border-bottom: 1px solid #CBCDD3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.from-step .info .row { 
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}
.from-step .info .row.selected-activities {
    display: block;
}
.from-step .info .row .col{
    display: flex;
    align-items: center;
}
.from-step .info .row .col span {
    width: 175px;
    margin-bottom: 5px;
}
.from-step .info .row:not(:first-child) .col span {
    font-weight: 700;
}
.from-step .info .row .col input,
.from-step .info .row .col .select {
    width: calc(100% - 175px);
    border: 1px solid transparent;
} 

.from-step .info .row .col input.error {
    border-color: red !important;
}

.from-step .info .row ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 0 40px; 
}
.from-step .info .row ul li {
    list-style: none;
    margin-bottom: 25px;
}
.from-step .info .row ul li strong { 
    font-weight: 700;  
    color: #40737B; 
}
.from-step .info .row ul li .price {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.from-step .info .row ul li .price >span { 
    font-weight: 700;
    font-size: 26px;
    line-height: 32px; 
    color: #326269;
    width: 100px;
    text-align: right;
}
.from-step .info .row ul li .form-group svg {
    margin-right: 15px;
}
.from-step .info .row ul li .form-group span { 
    font-weight: 400; 
    color: #31383E;
}
.from-step .info .row ul li .form-group {
    display: flex;
    width: calc(100% - 100px);
    margin-bottom: 0;
}
.from-step .info .row >a.btn:hover,
.section-itinerary-activities .container >a.btn {
    border: 2px solid #326269;
}
.section-total-price { 
}
.section-total-price .inner-total {
    min-height: 190px;
    background: #326269;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-total ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.inner-total ul li {
    list-style: none;
    padding: 0 60px;
    border-right: 1px solid #CBCDD3;
}
.inner-total ul li:last-child {
    border: none;
}
.inner-total ul li span { 
    color: #FFFFFF; 
    display: block;
}
.inner-total ul li strong { 
    font-weight: 700;
    font-size: 40px;
    line-height: 44px; 
    color: #FFFFFF;
}
/**/
.section-additional-information {
    margin-bottom: 210px;
}
.section-additional-information .container >h3 {
    font-size: 48px; 
    font-weight: 700;
    line-height: 48px;
    color: #31383E;
    margin: 0 0 29px 0;
}
.single-trips .section-additional-information {
    padding-top: 71px;
}
.info-additional-information {
	margin-top:40px;
}
.info-additional-information ul {
    margin: 0;
    padding: 0;
}
.info-additional-information ul li:first-child {
    border-top: 1px solid #CBCDD3;
}
.info-additional-information ul li {
    list-style: none;
    border-bottom: 1px solid #CBCDD3;
    position: relative;
    padding: 20px 0;
}
.info-additional-information ul li .info {
    display: none;
}
.info-additional-information ul li h3 {
    font-size: 18px; 
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    position: relative;
    z-index: 9;
    padding-right: 30px;
    cursor: pointer;
}
.info-additional-information ul li svg {
    position: absolute;
    top: 22px;
    right: 0;
}
/*blog*/
.page-template-template-blog .wrap-slider-special-offer .item .container  { 
    /*
    display: flex;
    justify-content: flex-end;
	width:100%; 
    position: absolute; 
    left: 50%; 
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    */
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    -webkit-transform: inherit;
}
.page-template-template-blog .wrap-slider-special-offer .item .post-info,
.page-template-template-draft-overview .wrap-slider-special-offer .item .post-info {  
    position: absolute; 
    right:20px; 
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 660px;
}
.page-template-template-blog .wrap-slider-special-offer .item .post-info {
    padding-top: 72px;
}
.page-template-template-draft-overview .wrap-slider-special-offer .item .post-info,
.page-template-template-draft-overview2 .wrap-slider-special-offer .item .post-info {
    max-width: 400px;
    padding: 40px;
    background: #326269;
}
.page-template-template-draft-overview .wrap-slider-special-offer .item .post-info p,
.page-template-template-draft-overview2 .wrap-slider-special-offer .item .post-info {
    color: #fff;
}
.page-template-template-draft-overview .wrap-slider-special-offer .item .post-info a.btn,
.page-template-template-draft-overview2 .wrap-slider-special-offer .item .post-info a.btn {
    border: 2px solid #fff;
    color: #fff;
}
.page-template-template-draft-overview .wrap-slider-special-offer .item .post-info a.btn svg path,
.page-template-template-draft-overview .wrap-slider-special-offer .item .post-info a.btn svg path {
    fill: #fff;
}

.page-template-template-blog .section-special-offer >.container h3,
.section-more-post >.container h3 {
    text-align: center;
    font-size: 40px; 
    font-weight: 700;
    line-height: 44px; 
    margin-top: 70px;
    margin-bottom: 40px;
}
.page-template-template-blog .section-special-offer >.container h3 { 
    margin-top: 81px;
    margin-bottom: 43px;
}
.page-template-template-blog .inner-special-offer .post-meta .author {
    font-size: 16px; 
    line-height: 25px;
    color: #326269;
    display: block;
}
.page-template-template-blog .inner-special-offer .post-meta .author span {
    font-size: 14px; 
    line-height: 21px;
    color: #9E9FA3;
    font-weight: 300;
    display: block;
}
.page-template-template-blog .inner-special-offer .post-meta .date {
    font-size: 14px; 
    line-height: 21px;
    color: #31383E;
}
.page-template-template-blog .inner-special-offer .container >img {
    border-radius: 10px;
    width: calc(100% - 240px);
    height: 571px;
    object-fit: cover;
}
.section-more-post {
    margin-bottom: 200px;
}
.section-more-post >.container h3 {
    margin-top: 140px;
    margin-bottom: 60px;
}
.custom-pagination,
.custom-pagination a { 
    color: #9E9FA3;
    margin: 0 12px;
    position: relative;
}
.custom-pagination .current {
    text-align: center; 
    font-weight: 700;
    line-height: 26px;
    color: #326269;
    margin: 0 12px;
}
.custom-pagination .prev.page-numbers svg {
    transform: rotate(90deg);
    position: absolute;
    left: -12px;
    top: 5px;
}
.custom-pagination .next.page-numbers svg {
    transform: rotate(-90deg); 
    position: absolute;
    right: -12px;
    top: 5px;
}
.page-template-template-blog .bottom-blog {
    padding-top: 55px;
    padding-bottom: 0;
}
/*single*/
.single .banner-page .inner-banner-page img {
    width: 100%;
    display: flex;
}
.inner-banner-page .info .post-meta ul {
    margin: 0;
    padding: 0;
}
.inner-banner-page .info .post-meta ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
}
.inner-banner-page .info .post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.inner-banner-page .info .post-meta ul li:first-child {
    font-weight: 700;
}
.content-single .container {
    position: relative;
}
/*add css*/
.post-template-default .section-blog {
    padding-bottom: 200px;
    background: #F3F6F6;
    margin-top: 70px;
    padding-top: 80px;
}
.inner-content-single {
    padding-top: 66px; 
}
.post-template-default .navigation { 
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 60px;
    margin-top: 60px;
    position: relative;
}
.post-template-default .navigation::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top:1px solid rgb(64 115 123 / 20%);
    width: 310px;
    margin: 0 auto;
}
.post-template-default .navigation a {
    font-size: 18px; 
    font-weight: 700;
    line-height: 26px;
    color: #326269; 
}
.post-template-default .navigation a.next-button {
    text-align: right;
    background: url('../images/Arrow-next.svg') top right no-repeat;
    padding-right: 55px;
    flex: auto;
}
.post-template-default .navigation a.next-button svg {
    margin-right: 22px;
}
.post-template-default .navigation a.prev-button {
    background: url('../images/Arrow-prev.svg') top left no-repeat;
    padding-left: 55px;
}
.post-template-default .navigation a.prev-button svg {
    margin-right: 22px;
}
.post-template-default .navigation a span {
    font-size: 14px; 
    line-height: 21px;
    color: #9E9FA3;
    font-weight: 300;
    display: block;
}
.alignright {
    float: right;
    margin-left: 60px;
    border-radius: 10px;
}
.alignleft {
    float: left;
    margin-right: 60px;
    border-radius: 10px;
}
.inner-content-single .post h3 {
    font-size: 40px; 
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 10px 0;
}
.post-content {
/*     max-width: 820px; */
    width: 100%;
/*     margin: 0 auto; */
}
.share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share li {
    list-style: none;
    text-align: center;
    font-size: 12px; 
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #9E9FA3;
}
.post-template-default .section-blog .inner-blog {
    /* display: block;  */
}
.post-template-default .section-blog .inner-blog .blog-post {
    /* padding: 0 17.5px; */
}
.post-template-default .section-blog .inner-blog .blog-post::after { 
    /* left: 17.5px;
    right: 17.5px;  */
}
.post-template-default .section-blog .inner-blog .readmore { 
    right: 0px; 
}
.post-template-default .section-blog .bottom-blog { 
    padding: 65px 0 0px 0;
}
 
.post-template-default .section-blog .slick-prev:before,
.post-template-default .section-blog .slick-next:before {
    display: none;
}
.post-template-default .section-blog .slick-prev {
    background: url(../images/Arrow-prev.svg) top left no-repeat;
    width: 45px;
    height: 45px;
    top: -78px;
    right: 75px;
    left: inherit;
}
.post-template-default .section-blog .slick-next {
    background: url(../images/Arrow-next.svg) top left no-repeat;
    width: 45px;
    height: 45px;
    top: -78px;
    right: 15px;
}
.page-template-default .content-single {
    padding-bottom: 200px;
}

figure {
    margin: 0 0 20px 0;
}
.wp-caption-text {
    background: #40737B;
    padding: 15px 20px;
    color: #fff;
}
figure.wp-caption {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.post-content img {
    display: flex;
}
.post-content a {
    color: #40737B;
}
.page-template-default .info-additional-information {
/*     max-width: 820px; */
    width: 100%;
    margin: 60px auto 0;
} 

.post-content ol,
.post-content ul {
    margin-left: 2em;
}

/*from-page*/
.wrap-from-page {
    padding-bottom: 200px;
    padding-top: 70px;
}
.wrap-from-page h3 {
    font-size: 40px; 
    font-weight: 700;
    line-height: 44px;
    margin:  0 0 39px 0;
}
.wrap-from-page input,
.wrap-from-page textarea {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 300;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    background-color: #E8F2F3;
    background-image: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    color: #31383E;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
}
.wrap-from-page input.btn {
    height: 48px;
    line-height: 43px;
    background: #326269;
    border: 2px solid #326269;
    border-radius: 3px;
    padding: 0 54px 0 20px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: auto;
    float: right;
    background: url(../images/Arrow-button.svg) 92% center no-repeat #326269;
}

.wrap-from-page textarea {
    line-height: 25px;
    min-height: 100px; 
    width: 100%;
    padding-top: 10px;
}
.wrap-from-page strong {
    font-size: 18px; 
    font-weight: 700;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
}
.wrap-from-page .row { 
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px;
}
.wrap-contact-you {
    margin-top: 20px;
    margin-bottom: 30px;
}
.inner-contact-you {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inner-contact-you .form-group {
    margin-right: 30px;
}
.wrap-from-page .select {
    margin-bottom: 20px;
}
/*section-contact*/
.section-contact {
    padding: 100px 0 165px 0;
}
.section-contact .inner {
    display: flex;
}
.section-contact .box-address {
    max-width: 390px;
    width: 100%;
    margin-right: 100px;
}
.section-contact .box-address p {
    margin: 0;
}
.section-contact .box-address h3 {
    font-size: 40px; 
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 40px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #CBCDD3;
}
.section-contact .box-address ul {
    margin: 0;
    padding: 0;
}
.section-contact .box-address ul li {
    list-style: none;
    display: flex; 
    margin-bottom: 20px;
}
.section-contact .box-address ul li a {
    color: #31383E;
}
.section-contact .box-address ul li .icon {
    width: 26px;
    margin-right: 14px;
}
.section-contact .box-form {
    border-radius: 10px;
    background: #FCFCFC; 
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
    width: calc(100% - 490px);
    padding: 70px 80px;
    position: relative;
}
.section-contact .box-form:after {
    content: '';
    position: absolute;
    left: -50px;
    bottom: -56px;
    max-width: 515.32px;
    width: 100%;
    height: 492.66px;
    background: #F3F6F6;
    z-index: -1;
}

.section-contact .box-form h3 {
    font-size: 40px; 
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 40px 0;
}
.section-contact .box-form .top {
    margin-bottom: 40px;
}
.section-contact .box-form .row { 
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
.section-contact .box-form h5 { 
    font-size: 18px; 
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}
.section-contact .box-form p {
    margin: 0;
}
.section-contact .box-form input,
.section-contact .box-form textarea {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 300;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    background-color: #E8F2F3;
    background-image: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    color: #31383E;
    border-radius: 5px;
    width: 100%;
}
.section-contact .box-form textarea {
    line-height: 25px;
    padding-top:10px;
    height: 100px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 14px;
}
.section-contact .box-form .bottom .row{
    display: block;
}

.section-contact .box-form input.btn {
    height: 48px;
    line-height: 22px;
    border: none;
    border-radius: 3.27273px;
    font-weight: 700;
    font-size: 16.3636px;
    padding: 0 52px 0 22px;
    text-align: left;
    width: auto;
    color: #fff;
    cursor: pointer;
    background: url(../images/Arrow-button.svg) 92% center no-repeat #326269;
    float: right;
}
.section-contact .box-form input.btn:hover {
    opacity: .8;
}
.page-template-template-contact .section-kanal {
    margin-top: 30px;
}
.page-template-template-contact .section-kanal .inner-kanal { 
    flex-direction: row-reverse;
}
.page-template-template-contact .section-kanal .box-left {
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 130px;
    padding-top: 40px;
}
/*about*/
.box-content-about .top {
    margin-bottom: 40px;
}
.box-content-about h3 {
    font-size: 40px; 
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 28px 0;
}
.page-template-template-about .section-contact .box-address {
    max-width: 300px;
    margin-right: 0px;
    margin-left: 130px;
}
.page-template-template-about .section-contact .box-content-about  {
    width: calc(100% - 430px);
}
.list-our-team ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 20px;
}
.list-our-team ul li {
    list-style: none;
    position: relative;
}
.list-our-team ul li .thumbnail {
    padding-bottom: 110px;
}
.list-our-team ul li img { 
    display: flex;
    border-radius: 10px 10px 0 0; 
}
.list-our-team ul li .info {
    padding: 15px 20px;
    background: #40737B;
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.list-our-team ul li .info h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    margin: 0;
}
.list-our-team ul li .info span,
.list-our-team ul li .info a { 
    color: #fff;
    display: block;
}
.list-our-team ul li .info span {
    margin-bottom: 5px;
    font-size: 10px;
}
.page-template-template-about .section-contact {
    padding: 80px 0 215px 0;
}
.page-template-template-draft-overview .section-special-offer {
    margin-top: 105px;
}
.page-template-template-draft-overview .list-our-team ul {
    gap: 30px;
}
.page-template-template-draft-overview .list-our-team ul li { 
    flex-wrap: wrap;
    display: flex;
} 
.page-template-template-draft-overview .list-our-team ul li .info {
    width: 100%;
    margin-top: -55px;
}
.page-template-template-draft-overview .list-our-team ul li .thumbnail {
    width: 100%;
    padding-bottom: 0;
}
.page-template-template-draft-overview .list-our-team ul li img {
    height: 433px;
    object-fit: cover;
    width: 100%;
    display: flex;
    border-radius: 10px;
}
.page-template-template-draft-overview .wrap-list-post {
    padding-bottom: 200px;
}
.page-template-template-draft-overview .wrap-list-post .description {
    width: 100%;
    margin: 0 auto;
    padding: 95px 0 105px 0px;
    text-align: center;
}
.page-template-template-draft-overview .list-our-team ul li .info h3 {
    text-align: center;
    font-size: 26px; 
    font-weight: 700;
    line-height: 32px;
}
.content-column.one_half {
    padding-right: 15px;
}
.content-column.one_half.last_column {
    padding-right: 0;
    padding-left: 15px;
}

/*login*/
.wrap-my-account {
    padding-bottom: 200px;
}
/**/
.section-special-offer-details .wrap-slider-special-offer .item .container {
    position: static;
    transform: inherit;
    -webkit-transform: inherit;
}
.section-special-offer-details .inner-special-offer .post-info {
    padding: 0;
    box-shadow:inherit;
    max-width: 630px;
    background: transparent;
}
.section-special-offer.section-special-offer-details {
    padding: 105px 0;
}
.section-special-offer-details .inner-special-offer .thumbnail {
    width: calc(100% - 680px);
}
.section-special-offer-details .inner-special-offer .thumbnail img {
    border-radius: 10px;
}
.section-special-offer-details .inner-special-offer .post-info .schedule li:first-child {
    padding-left: 0;
}
.section-special-offer-details .inner-special-offer .post-info .schedule {
    margin: 0 0 30px 0; 
}
.section-special-offer-details .wrap-slider-special-offer .inner-special-offer .wrap-post-info {
    align-items: center;
}
.box-singup {
    padding-top:100px ;
    background: #E8F2F3;
}
.box-singup .inner-singup { 
    box-shadow: 0px 8px 20px 0px rgba(22, 22, 22, 0.20);
    padding: 60px;
    background-color: #fff;
}
.box-singup .inner-singup >h3 {
    font-size: 40px;  
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 60px 0;
}
.box-singup .inner-singup input {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 300;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    background-color: #E8F2F3;
    background-image: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    color: #31383E;
    border-radius: 5px;
    width: 100%;
}
.box-singup .inner-singup .row {
    display: flex;
    margin-bottom: 20px; 
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 0 40px;
}
.box-singup .inner-singup .row.row100 {
    display: block;
}
.box-singup .inner-singup .row.row100 .col {
    width: 100%;
    margin-right: 0; 
} 
.box-singup .inner-singup .row .col { 
    display: flex;
    align-items: center;
}
.box-singup .inner-singup .row .col label {
    width: 175px;
    margin-right: 20px;
    font-size: 18px; 
    font-weight: 700;
    line-height: 26px;
}
.box-singup .inner-singup .row .col input,
.box-singup .inner-singup .row .col .select {
    width: calc(100% - 195px);
}
.box-singup .inner-singup .row .col .select select {
    width: 100%;
} 
.box-singup .inner-singup input.btn {
    height: 43px;
    line-height: 22px;
    border: none;
    border-radius: 3.27273px;
    font-weight: 700;
    font-size: 16.3636px;
    padding: 0 55px 0 22px;
    text-align: left;
    color: #fff;
    width: auto;
    background: url(../images/Arrow-button.svg) 92% center no-repeat #326269;
}
.box-singup .inner-singup p { 
    font-size: 16px;  
    line-height: 25px;
}
.box-singup .inner-singup p a {
    font-weight: 700;
    color: #40737B;
}
/*box-singup complete-booking*/
.box-singup.complete-booking {

}
.box-participant >strong {
    font-size: 26px; 
    font-weight: 700;
    line-height: 32px;
}
.step-form .step h5 {
    font-size: 20px; 
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CBCDD3;
}
.bottom-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 0 40px;
    margin-bottom: 45px;
}
.bottom-form .in-box textarea {
    width: 100%;
    height: 160px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 300;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    background-color: #E8F2F3;
    background-image: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    color: #31383E;
    border-radius: 5px;
    width: 100%;
}
.bottom-form .in-box strong {
    margin-bottom: 15px;
    display: block;
}
.box-singup .inner-singup .form-group {
    display: flex;
}
/**/
.list-details .box-details {
    margin-bottom: 30px;
}
.list-details .box-details >h5 {
    font-size: 26px; 
    font-weight: 700;
    line-height: 32px;
    color: #326269;
    margin: 0 0 30px 0;
}

.list-details .box-details .top-col {
    padding-bottom:15px ;
    border-bottom: 1px solid #CBCDD3;
    margin-bottom: 20px;
    display: flex;
}
.list-details .box-details .top-col strong {
    font-size: 20px; 
    font-weight: 700;
    line-height: 26px;  
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 150px; 
}
.list-details .box-details .top-col span {
    font-size: 18px; 
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #326269;
    background: #D1E9EC;
    padding: 3px 5px;
    width: auto;
}
.list-details .box-details .list-col { 
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 30px;
}
.list-details .box-details .list-col.grid-1 {
    grid-template-columns: 1fr;
}
.list-details .box-details .list-col.grid-1 .row .left {
    width: 50%;
}

.list-details .box-details .list-col.grid-1 .row {
    margin-bottom: 20px;
}
.list-details .box-details .list-col .row {
    margin-bottom: 10px;
    display: flex;
} 
.list-details .box-details .list-col .row .left {
    width: 150px;
    margin-right: 10px;
}
.list-details .box-details .list-col .row .right {
    width: calc(100% - 160px);
}
.box-note {
    border-bottom:1px solid #CBCDD3;
    padding-bottom: 15px;
}
.box-note strong {
    font-size: 20px; 
    font-weight: 700;
    line-height: 26px;
}
.Your-booked-activities >h5 {
    font-size: 26px; 
    font-weight: 700;
    line-height: 32px;
    color: #326269;
    margin: 0 0 30px 0;
}
.Your-booked-activities .form-group {
    display: flex;
}
.list-post-discover .next-prev {
    display: none;
}

/*email template*/
.form-email >table {
    margin: 0 auto;
}
.form-email .list-details .box-details .list-col {
    display: block;
}
.price_min_max >h5 {
    color: #31383E; 
    font-size: 18px; 
    font-weight: 600;
    line-height: 26px; 
}
.price_min_max .box-price-range {
    display: flex;
    margin-top: 20px;
}
.price_min_max .box-price-range >div {
    margin-right: 60px;
    max-width: 255px;
    width: 100%;
}
.price_min_max .box-price-range >div:last-child {
    margin-right: 0;
}
.price_min_max .box-price-range .text-muted {
    display: block;
}
.price_min_max .box-price-range input {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 300;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    background-color: #E8F2F3;
    background-image: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    color: #31383E;
    border-radius: 5px;
    width: 100%; 
}
.list-included-services .form-group label {
    padding-left: 30px;
}
.list-included-services .form-group label::before {
    position: absolute;
    top: 0;
    left: 0;
}
.choose-box .wrap-contact-you {
    border-top: 1px solid #CBCDD3;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
.choose-box .wrap-contact-you strong {
    margin-bottom: 10px;
    display: block; 
    color: #31383E;
    font-family: Museo Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
}
.choose-box .wrap-contact-you:first-child {
    margin-top: 30px;
}
.room-list {
    margin: 0;
    padding: 0;
}
.room-list li >.in {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 300;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    background-color: #E8F2F3;
    background-image: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 48px;
    color: #31383E;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.room-list li >.in::after {
    content: '';
    background: url(../images/Arrow-down.svg) center center no-repeat;
    position: absolute;
    top: 12px;
    right: 10px;
    padding: 11.5px;
    background-color: transparent;
    transition: .25s all ease;
    pointer-events: none;
}

.room-list li .sub-room {
    display: none;
    padding: 20px;
    border-radius: 10px;
    background: #FCFCFC;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
}
.room-list .sub-room {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 1;
}
.room-list li {
    list-style: none;
    position: relative;
}

.box-filters.filters-page-search .filter-sidebar-text {
    display: none;
}

.box-filters .bottom .info-filters {
    display: none;
}
.box-planning {
    padding: 60px 55px 60px 70px;
    background: #40737B;
    border-radius: 0px 0px 0px 10px;
    display: flex;
    align-items: center;
    width: 100%;
}
.box-planning h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    display: flex;
    margin: 0 0 10px 0;
}
.box-planning h3 svg {
    margin-right: 15px;
}
.box-planning p {
    color: #fff;
    font-size: 16px; 
    font-weight: 300;
    line-height: 25px; 
}
.box-planning .left {
    width: calc(100% - 260px);
}
.box-planning .right {
    text-align: right;
    padding-left: 20px;
    width: 240px;
}
/**/
.section-special-offer.page-search-results {
    padding-top: 100px;
}
.section-special-offer.page-search-results .wrap-slider-special-offer .item {
    padding-bottom: 200px;
}
.section-special-offer.page-search-results .wrap-slider-special-offer .item .container {
    position: relative;
    transform: inherit;
    -webkit-transform: inherit;
    display: block;
    left: inherit;
}
.section-special-offer.page-search-results .wrap-slider-special-offer .item .container img {
    max-width: 518px;
    width: 100%;
    height: 520px;
    object-fit: cover; 
    border-radius: 10px;
}
.section-special-offer.page-search-results .inner-special-offer .post-info {   
    position: absolute;
    left: calc(100% - 15px);
    top: 10%;
    transform: translateX(-100%) translateY(0%);
    -webkit-transform: translateX(-100%) translateY(0%);
} 
.section-special-offer.page-search-results .wrap-slider-special-offer .item:nth-child(even) .container {
    display: flex;
    justify-content: flex-end;
}
.section-special-offer.page-search-results .item:nth-child(even) .inner-special-offer .post-info { 
    left: 15px; 
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
}
.box-filters.filters-page-search {
    position: relative;
    width: auto;
    max-width: 1270px;
    margin: -50px auto 0;
    border-radius: 10px;
    background: #40737B;
    z-index: 1;
}
.box-filters.filters-page-search .wrap-search .inner-box-search {
    background: #40737B;
}
.box-filters.filters-page-search .wrap-search .inner-box-search .col label,
.box-filters.filters-page-search .bottom .filters span,
.box-filters.filters-page-search .price_min_max >h5,
.box-filters.filters-page-search .price_min_max .box-price-range .text-muted,
.box-filters.filters-page-search .choose-box .wrap-contact-you strong,
.box-filters.filters-page-search .inner-contact-you .radio label {
    color: #fff;
}
.box-filters.filters-page-search .price_min_max .box-price-range input.text-muted {
    color: #252525;
}
.box-filters.filters-page-search .bottom .filters span svg path,
.box-filters.filters-page-search .bottom .filters >svg path,
.box-filters.filters-page-search .bottom >a svg path {
    stroke: #fff!important;
}
.box-filters.filters-page-search .bottom .filters { 
    border-bottom: 1px solid #fff; 
}
.box-filters.filters-page-search .u-range-slider .irs-bar { 
    background-color: #fff;
}
.box-filters.filters-page-search .u-range-slider .irs-line-left,
.box-filters.filters-page-search .u-range-slider .irs-line-mid,
.box-filters.filters-page-search .u-range-slider .irs-line-right {
    background: #ccc;
}
.box-filters.filters-page-search .radio input[type="radio"]:checked + .radio-label:before {
    border: 1px solid #fff;
    background: #fff;
}
.box-filters.filters-page-search .radio input[type="radio"]:checked + .radio-label:after { 
    border: solid #40737B;
    border-width: 0 1px 1px 0; 
} 
.box-filters.filters-page-search .choose-box .wrap-contact-you {
    border-top: 1px solid #fff; 
} 
.box-filters.filters-page-search #barCharts2 .ct-series .ct-bar {
    stroke-width: 10px;
    stroke: #D1E9EC;
}
.box-filters.filters-page-search #barCharts3 .ct-series .ct-bar {
    stroke-width: 10px;
    stroke: #fff;  
}
.page-template-template-draft-overview2 .section-special-offer {
	margin-top:90px;
}
/*404*/
.wrap-404 {
	height:80vh; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-404 .inner-404 {
	display:flex; 
    padding:0 20px;
}
.wrap-404 .inner-404 .box-left {

}
.wrap-404 .inner-404 .box-right h3 {
	max-width: 700px;
    width: 100%;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: #31383E;
    margin: 0;
}
.wrap-404 .inner-404 .box-right {
	padding-left:30px;
}
.wrap-404 .inner-404 .box-right h3 span,
.wrap-404 .inner-404 .box-right p{
	font-size: 16px;
    line-height: 25px
}
.wrap-404 .inner-404 .box-right p {
	margin-top:0;
}
.wrap-404 .inner-404 .box-right a:hover {
border: 2px solid #326269;
}

.box-filters.filters-page-search #foregroundBarChartDoubleResult .ct-series .ct-bar {
	stroke: #fff;
}

.trip_booking_form .booking_form_wrap {
    position: relative;
}

.single-trips .section-total-price {
    position: sticky;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
}

.date-wrap {
    position: relative;
    width: calc(100% - 195px);
}

span.birthdate-error {
    position: absolute;
    top: 103%;
    width: 100%;
    left: 0;
}

.box-singup .inner-singup .row .col .date-wrap input {
    width: 100%;
}

/**********************************/
/******responsive******/
@media only screen and (min-width: 1025px) {
	body.active:before {
		display:none;
	}
}
@media only screen and (max-width: 1366px) {
    .section-kanal .box-left .inner-box-left {
        padding: 50px 0;
    }
    .section-kanal .box-right {
        display: flex;
        align-items: flex-end;
    }
    .section-kanal .box-right img {
        margin-top: inherit;
        margin-bottom: -40px;
    }
	.tax-trave .section-kanal .box-right img {
		margin-top:-100px;
	}
	.tax-trave .box-newletter {
		margin-top:-120px;
	}
    .page-template-template-contact .section-kanal .box-right img {
        margin-top: -100px;
        margin-bottom: 0;
    }
    .page-template-template-contact .section-kanal .box-left {
        padding-right: 15px;
        padding-left: 85px;
    }
    .section-kanal {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 1199px) {
	.box-newletter {
		margin-top: -140px;
	}
	.wrap-search .inner-box-search {
		flex-wrap:wrap;
	}
	.section-special-offer .wrap-search .inner-box-search .col {
		width: calc(50% - 10px);
	}
    .section-blog .inner-blog img {
        border-radius: 10px;
        display: flex;
        height: 366px;
        object-fit: cover;
    }
    .section-blog .inner-blog .blog-post .info {
        padding: 24px 24px 45px 24px;
    }
   /**/
   .section-blog .inner-blog h3 {
        font-size: 18px;
        line-height: 22px;
   } 
   .section-blog .inner-blog p {
        font-size: 14px;
        list-style: 22px;
   }
   footer .bottom-footer >.container .box-right {
        grid-template-columns: repeat(3, minmax(0px, 1fr));
        gap: 20px;
        padding-left: 20px;
   }
   .page-template-template-about .section-contact .box-address { 
        margin-left: 50px;
    }
    .page-template-template-about .section-contact .box-content-about {
        width: calc(100% - 350px);
    }
    .section-kanal .box-left {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1024px) {
	.tax-trave .wrap-post .item .inner-special-offer .post-info,
	.tax-trave .wrap-post .item .inner-special-offer .thumbnail{
		width:50%;
	}
	.section-kanal .box-right {
		width: 40%;
	}
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .btn {
        height: 40px;
        line-height: 38px; 
    }
    .btn svg { 
        top: 6px; 
    }
    input.btn {
        height: 40px!important;
        line-height: 37px!important;
        font-size: 15px!important; 
    }
    .item-slider .info-slider {
        padding: 0 50px;
    }
    .list-post-discover .list-post .info {
        min-height: 66px;
    }
    .inner-special-offer .post-info { 
        padding: 20px 35px 40px 35px; 
    }
    .home .inner-special-offer .post-info {
        max-width: 420px;
    }
    .home .inner-special-offer >img {
        max-width: 80%;
        height: 487px;
        object-fit: cover;
    } 
    .home .wrap-slider-special-offer .inner-special-offer {
        position: relative;
        padding: 100px 0;
    }
    .section-kanal .box-left {
        padding-left: 50px;
    }
    .section-kanal .inner-kanal::after { 
        bottom: -45px;
        left: 0;
        height: 45px;
        max-width: 330px; 
    }
    .slider-testimonials .box-item svg { 
        width: 75px;
        height: 75px;
    }
    .slider-testimonials .item { 
        padding: 45px 25px 25px 25px; 
    }
    .slider-testimonials .box-item {
        padding-top: 30px;
    }
    .box-newletter { 
        padding: 33px 30px; 
    }
    .box-newletter {
        margin-top: -145px;
    }
    .widget_newsletterwidget .tnp-widget input.tnp-submit { 
        padding: 0 46px 0 0; 
        background-position: center center; 
        font-size: 0;
        width: auto;
    }
    .widget_newsletterwidget .tnp-field-email {
        width: calc(100% - 46px); 
    }
    .widget_newsletterwidget .tnp-field-button {
        width: 46px;
    }
    footer .bottom-footer >.container .box-right { 
        grid-template-columns: repeat(3, minmax(0px, 1fr)); 
    }
    .footer-bar >.container { 
        flex-direction: column;
    }
    /**/
    .section-discover .top-discover {
        padding: 55px 0 40px 0;
    }    
    .list-post-discover::before {
        height: 355px;
    }
    .list-post-discover {
        padding-bottom: 20px;
    }
	.page-template-template-draft-overview2 .list-post-discover {
		padding-bottom:110px;
	}
    .inner-box-special-offer >.container {
        margin-top: -62px;
    }
    .section-kanal {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .section-blog .bottom-blog { 
        padding: 50px 0 50px 0;
    }
    .section-testimonials {
        padding-top: 50px;
        padding-bottom: 145px; 
    }
    .section-testimonials .inner-testimonials {
        margin-top: 40px;
    }
    .inner-special-offer .post-info .schedule { 
        padding: 10px 0; 
    }
    /*page2*/
    .inner-banner-page .info {
        top: 67%;
    }
    .box-strip {
        padding-top: 55px;
    }
    .box-strip .inner-strip .save-strip { 
        padding-top: 40px;
        margin-top: 40px;
    }
    .section-special-offer.page-favourites {
        padding-top: 60px;
    }
    .page-template-template-favourites .inner-special-offer >img {
        max-width: 100%;
        width: calc(100% - 170px); 
        height: 400px;
    } 
    .page-template-template-favourites .inner-special-offer .post-info {
        max-width: 420px;
    }
    .page-template-template-favourites .inner-special-offer .post-info .schedule li { 
        padding: 6px 2px;
    }
    .page-favourites .wrap-slider-special-offer .item .container {
        top:70px;
    }
    .page-favourites .wrap-slider-special-offer .inner-special-offer {
        padding-bottom: 185px;
    }
    .tax-trave .inner-box-special-offer .item {
        margin-bottom: 35px;
    }
    /*page 3*/
    .page-template-template-draft-overview .inner-special-offer >img,
	.page-template-template-draft-overview2 .inner-special-offer >img{
        max-width: 100%; 
        width: calc(100% - 180px);
    }
    .page-template-template-draft-overview .wrap-list-post .description { 
        padding: 55px 0 65px 0px; 
    }
    .form-booking .inner-box { 
        padding: 30px 40px 0 40px; 
    }
    .inner-itinerary-activities .item-box .info {
        display: block;
    }
    .single-trips .section-additional-information {
        margin-bottom: 100px;
    }
    .page-template-template-blog .section-more-post {
        margin-bottom: 80px;
    }
    .alignleft,
    .alignright {
        width: 100%!important;
    }
    .page-template-template-form .wrap-from-page {
        padding-bottom: 60px; 
    }
    .section-contact .box-form { 
        padding: 30px 40px 40px 40px; 
    }
    .section-contact .box-form:after {
        height: 380px;
    }
    .section-contact .box-form .top {
        margin-bottom: 30px;
    }
    .section-contact .box-form h5 {
        margin-top: 0;
    }
    .section-contact .box-address {
        margin-right: 50px;
    }
    .section-contact .box-form { 
        width: calc(100% - 440px); 
    } 
    .page-template-template-contact .section-kanal .box-left .inner-box-left {
        padding: 50px 0 100px 0px;
    }
	.page-template-template-contact .section-kanal .box-left {

		width: 60%;
	}
    .page-template-template-about .section-contact .inner {
        display: block;
    }
    .page-template-template-about .section-contact .box-content-about,
    .page-template-template-about .section-contact .box-address {
        width: 100%;
        margin: 0;
    }
    .page-template-template-about .section-contact .box-address {
        display: none;
    }
    .page-template-template-about .wrap-in-about {
        display: flex;
    }
    .page-template-template-about .wrap-in-about .left {
        width: calc(100% - 260px);
    }
    .page-template-template-about .wrap-in-about .right {
        width: 210px;
        margin-left: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-template-template-about .wrap-in-about .right,
    .page-template-template-about .wrap-in-about .right .box-address {
        display: block!important;
    }
    .list-our-team ul li .thumbnail {
        padding-bottom: 100px;
    }
    .page-template-template-about .section-contact {
        padding: 55px 0 100px 0;
    }
    .section-contact {
        padding: 55px 0 110px 0;
    }
    /**/
    .home .section-kanal .box-right,
	.tax-trave .section-kanal .box-right{
        width: 366px;
    }
    .home .section-kanal .box-left,
	.tax-trave .section-kanal .box-left{
        width: calc(100% - 366px); 
        padding-right: 90px;
    }
    .home .section-kanal .box-right img {
        border-radius: 10px 0 0 10px;
    }
    .single-trips .inner-special-offer .post-info {  
        width: calc(100% - 357px); 
    }
    .single-trips .inner-special-offer .thumbnail {
        width: 357px;
    }
    .single-trips .inner-special-offer .thumbnail .slider-big .item img { 
        height: 328px; 
    }
    .single-trips .section-special-offer {
        padding: 55px 0 55px 0;
    }
    .section-itinerary-activities {
        padding-top: 55px;
    }
    .single-trips .inner-itinerary-activities .item-box {
        padding: 20px 20px 15px 20px;
    }
    .inner-itinerary-activities .item-box {
        margin-bottom: 30px;
    }
    .form-booking,
    .inner-form-booking {
        margin-top: 40px;
    }
    .from-step .info .row {
        margin-bottom: 20px;
    }
    .from-step .info .row .col span,
    .from-step .info .row .col {
        display: block;
    }
    .from-step .info .row .col input, .from-step .info .row .col .select {
        width: 100%;
    }
    .single-trips .section-additional-information {
        padding-top: 50px;
    }
    .banner-page .inner-banner-page img { 
        height: 440px;
        object-fit: cover;
    }
    .inner-banner-page .info {
        top: 55%;
        text-align: center;
    }
    .page-template-template-blog .inner-special-offer .container >img { 
        width: calc(100% - 135px); 
    }
    
    /*font*/    
    .info-slider h1,
    .inner-banner-page .info h1 { 
        font-size: 50px;
        line-height: 55px; 
    } 
    .info-slider h5,
    .section-discover .top-discover h3,
    .section-testimonials .container >h3,
    .section-blog .container >h3,
    .box-strip .inner-strip h3,
    .single-trips .section-itinerary-activities .container >h3,
    .section-additional-information .container >h3  {
        font-size: 30px;
        line-height: 36px;
    }
    .inner-special-offer .post-info h2,
    .section-kanal .box-left h3,
    .widget_newsletterwidget .widget-title,
    .form-booking .inner-box >h3,
    .inner-total ul li strong,
    .inner-content-single .post h3,
    .wrap-from-page h3,
    .section-contact .box-address h3,
    .section-contact .box-form h3,
    .box-content-about h3   {
        font-size: 26px;
        line-height: 32px;
    }
    .inner-special-offer .post-info .schedule strong {
        font-size: 20px;
        list-style: 26px;
    }
    .section-blog .inner-blog h3,
    .page-template-template-draft-overview .list-our-team ul li .info h3,
    .single-trips .inner-itinerary-activities .item-box >h3,
    .price-service .col span,
    .from-step .info .row ul li .price >span {
        font-size: 18px;
        line-height: 22px;
    }
    .list-post-discover .list-post .info a,
    .inner-special-offer .post-info span,
    .inner-special-offer .post-info .schedule p,
    .section-kanal .box-left strong,
    .price-service .col strong,
    .form-booking .inner-box >span.time,
    .inner-form-booking >h3,
    .from-step .box-step >h3,
    .info-additional-information ul li h3,
    .inner-banner-page .info .description,
    .wrap-from-page strong,
    .list-our-team ul li .info h3 { 
        font-size: 16px;
        line-height: 22px;
    }
    .inner-special-offer .post-info .tags li {
        font-size: 15px;
        line-height: 20px;
    }
    .btn {
        font-size: 15px;
    }
    .info-slider p,
    .section-discover .top-discover p,
    .section-kanal .box-left p,
    .section-testimonials .container >p,
    .slider-testimonials .item p,
    .slider-testimonials .item span,
    .box-strip .inner-strip p,
    .page-template-template-draft-overview .wrap-slider-special-offer .item .post-info p,
    .section-itinerary-activities .container >p,
    .inner-itinerary-activities .item-box .info .left p,
    .price-service .col p,
    .date-trve .boxin,
    .from-step .info .row .col span,
    .inner-total ul li span,
    .info-additional-information ul li,
    body,
    .list-our-team ul li .info span, 
    .list-our-team ul li .info a { 
        font-size: 14px;  
        line-height: 22px;
    }
    footer .bottom-footer .box-right .widget h2 {
        font-size: 12px;
        line-height: 18px;
    }
    footer .bottom-footer .box-right .widget ul li, 
    footer .bottom-footer .box-right .widget ul li a {
        font-size: 10px;
        line-height: 13px;
    }
    .section-special-offer.page-search-results .wrap-slider-special-offer .item .container img  {
        max-width: 100%;
    }
    .section-special-offer.page-search-results .inner-special-offer .post-info {
        top: inherit;
        bottom: inherit;
        left: calc(100% - 25px);
    }
    .section-special-offer.page-search-results .item:nth-child(even) .inner-special-offer .post-info {
        left: 25px;
    }
}

@media only screen and (max-width: 980px) {
    .box-singup .inner-singup .row {
        grid-template-columns: 1fr;
        gap: 13px;
    }
	.tax-trave .wrap-slider-special-offer .inner-special-offer .wrap-post-info {
		    flex-direction: column-reverse;
	}
	.tax-trave .wrap-post .item .inner-special-offer .post-info, 
	.tax-trave .wrap-post .item .inner-special-offer .thumbnail {
		width:100%;
		max-width:100%;
	}
	.tax-trave .wrap-post .item:nth-child(odd) .inner-special-offer .post-info {
		border-radius: 0px 0px 10px 10px;
	} 
	.tax-trave .wrap-post-info .thumbnail img { 
		border-radius: 10px 10px 0px 0px;
		height: 400px; 
		width: 100%;
	}
	
	
	footer .bottom-footer >.container .box-left.box-left-address ul {
		display: block;
	}
	footer .logo img {
		width: auto;
	}
	footer .bottom-footer >.container .box-left {
		width: 120px;
	}
	footer .bottom-footer >.container .box-right {
		width: calc(100% - 120px); 
	}
    /*menu*/
    .box-filters .top .inner-box-search {
        display: block;
    }
    .box-filters .top .inner-box-search .col {
        margin-bottom: 20px;
    }
    body.active .main-header {
        background: transparent!important;
    }
    svg.close,
    .dv-toggle-menu.active svg.open {
        display: none;
    }
    .dv-toggle-menu.active svg.close {
        display: block;
    }
    .dv-toggle-menu.active svg.close path {
        fill: #326269;
    }
    .dv-toggle-menu {
        display: block;
    }
    .menu-toggle svg path {
        fill: #326269;
        stroke: #326269;
    }
    .menu-toggle svg.open path:not(.home .menu-toggle svg.open path) {
        fill:#fff;
        stroke: #fff;
    }
    .dv-main-navigation ul li.current-menu-item a, 
    .dv-main-navigation ul li a:hover, 
    .dv-main-navigation ul li.current-menu-parent > a {
        color: #326269;
    }
    .dv-main-navigation ul ul li a:after, .dv-main-navigation ul li a:hover:after, 
    .dv-main-navigation ul li.current-menu-item a:after, 
    .dv-main-navigation ul li.current-menu-parent > a:after {
        background: #326269;
    }
    .dv-main-navigation ul li a { 
        color: #326269; 
    } 
    ul li.icon-search svg path { 
        stroke: #326269;
    }
    .dv-main-navigation >ul:last-child {
        display: flex;
        justify-content: center;
    }
    .dv-main-navigation,
    .right-header {
        display: none;
    }
	.dv-main-navigation.active-menu {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 110px;
		max-height: 80vh;
		overflow-y: auto;
	}
	.dv-main-navigation ul>li.normal-submenu> ul {
		width: auto;
	}
    .dv-main-navigation ul,
    .dv-main-navigation>ul>li {
        display: block;
    }
    .logo img {
        width: 52px;
    }
    .main-header { 
        padding: 14px 0 14px 0;
    }
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
  /**/
    .home-banner .item-slider img { 
        height: 710px;
        object-fit: cover;
    }  
    .list-post-discover .list-post { 
        grid-template-columns: repeat(3, minmax(0px, 1fr)); 
    }
    .home .section-kanal .box-left,
	.tax-trave .section-kanal .box-left{ 
        padding-right: 40px;
    }
    .section-contact .box-address {
        margin-right: 0;
        max-width: 100%;
    }
    .section-contact .box-form {
        width: 100%;
        margin-top: 40px;
    }
    .page-template-template-contact .section-kanal .box-right img {
        border-radius: 0 10px 10px 0;
        width: calc(100% - 25px);
    }
    .section-contact {
        padding-bottom: 200px;
    }
    .section-contact .box-form:after {
        height: 380px;
        left: inherit;
        right: -25px;
    }
    .section-special-offer.page-search-results .inner-special-offer .post-info,
    .section-special-offer.page-search-results .item:nth-child(even) .inner-special-offer .post-info {
        max-width: calc(100% - 50px);
    } 
    .box-planning {
        display: block;
    }
    .box-planning .left,
    .box-planning .right {
        width: 100%;
        text-align: center;
    }
    .box-planning h3 {
        justify-content: center;
    }
    .dv-main-navigation >ul:last-child li svg path {
        stroke: #326269;
    }
    .room-list .sub-room {
        z-index: 9;
    }
}
@media only screen and (min-width: 768px) {
    .bottom-blog.mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
	footer .bottom-footer >.container .box-right {
		padding-left:0;
	}
	
	.inner-banner-page .info .banner-title, .inner-banner-page .info h1 {
		font-size: 48px;
		line-height: 54px;
	}
	
	.post-template-default .navigation {
		padding-left: 0;
		padding-right: 0;
	}
	
    .page-template-template-contact .section-kanal .box-left .inner-box-left {
        text-align: center;
    }
    .page-template-template-contact .section-kanal .box-right {
        width: 100%;
    }
    .page-template-template-contact .section-kanal .inner-kanal {
        flex-direction: column-reverse;
    }
    .page-template-template-contact .section-kanal .box-left {
        width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }
    .section-contact .inner {
        display: block;
    } 
    .item-slider .info-slider {
        text-align: center;
    }
    .container.next-prev {
        display: none;
    }
    .list-post-discover .list-post { 
        grid-template-columns: repeat(2, minmax(0px, 1fr)); 
    }
    .home .wrap-slider-special-offer .item .container {
        position: static;
        transform: inherit;
        -webkit-transform: inherit;
    }
    .home .wrap-slider-special-offer .item .container .post-info {
        max-width: 100%;
    }
	
    .home .wrap-slider-special-offer img {
        max-width: 100%;
        width: calc(100% - 50px);
        height: 487px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
        margin: 0 auto;
    }
    .home .inner-box-special-offer >.container { 
        justify-content: center; 
    }
    .home .section-kanal .inner-kanal,
	.tax-trave .section-kanal .inner-kanal{
        flex-direction: column-reverse;
    }
    .home .section-kanal .box-right,
	.tax-trave .section-kanal .box-right{ 
		width: calc(100% - 30px);
		margin: -70px auto 0;
    }
    .home .section-kanal .box-right img,
	.tax-trave .section-kanal .box-right img{
        border-radius: 10px 10px 0px 0;
        margin-bottom: 0;
    }
    .home .section-special-offer {
        padding-bottom: 130px;
    }
    .home .section-kanal .box-left,
	.tax-trave .section-kanal .box-left {
        width: 100%;
        text-align: center;
    }
    .section-blog .inner-blog {
        overflow: hidden;
        display: flex;
    }
    .section-blog .container {
        padding: 0; 
    }
    .section-blog .blog-post:nth-child(2) {
        width: 50%;
    }
    .section-blog .blog-post:first-child {
        margin-left: -25%;
    }
    .section-blog .blog-post:last-child {
        margin-right: -25%;
    }
    .section-blog .inner-blog img {
        width: 100%;
    }
    footer .bottom-footer >.container {
        display: block;
    }
    footer .bottom-footer >.container .box-left,
    footer .bottom-footer >.container .box-right {
        width: 100%;
    } 
    /**/
    .page-template-template-favourites .inner-special-offer >img,
    .page-favourites .wrap-slider-special-offer .item:nth-child(even) .inner-special-offer >img { 
        border-radius: 10px 10px 0 0;
        width: calc(100% - 50px);
        margin: 0 auto;
    }
    .page-favourites .wrap-slider-special-offer .item .container,
    .page-template-template-blog .wrap-slider-special-offer .item .post-info {
        position: static;
        transform: inherit;
        -webkit-transform: inherit;
    }
    .page-template-template-favourites .inner-special-offer .post-info {
        max-width: 100%;
    } 
    .page-template-template-blog .inner-special-offer .container >img {
        width: 100%;
    }
    .page-favourites .wrap-slider-special-offer .inner-special-offer {
        padding-bottom: 50px;
    }
    .page-favourites .wrap-slider-special-offer .item:nth-child(even) .inner-special-offer {
        display: block;
    }
    .footer-bar .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /**/
    .page-template-template-draft-overview .inner-special-offer >img,
	.page-template-template-draft-overview2 .inner-special-offer >img{ 
        width: calc(100% - 50px);
    }
    .page-template-template-blog .wrap-slider-special-offer .item .post-info, 
    .page-template-template-draft-overview .wrap-slider-special-offer .item .post-info {
        right: 0;
    }
    .page-template-template-draft-overview .inner-box-special-offer >.container {
        margin: 25px auto 0;
        justify-content: center;
    }
    .page-template-template-draft-overview .list-our-team ul {
        display: block;
    }
    .page-template-template-draft-overview .list-our-team ul li {
        margin-bottom: 20px;
    }
    .page-template-template-draft-overview .wrap-list-post {
        padding-bottom: 70px;
    }
    /**/
    .single-trips .wrap-slider-special-offer .inner-special-offer .wrap-post-info { 
        flex-direction: column-reverse;
    }
    .single-trips .inner-special-offer .thumbnail,
    .single-trips .inner-special-offer .post-info,
    .single-trips .inner-special-offer .thumbnail .slider-big .item img {
        width: 100%;
        max-width: 100%;
    }
    .single-trips .inner-special-offer .post-info {
        padding: 0;
    }
    .single-trips .inner-special-offer .thumbnail .wrap-thumbnail-small {
        margin-bottom: 20px;
    }
    .inner-itinerary-activities .item-box .info,
    .inner-itinerary-activities .item-box .list-included-services {
        /*display: none;*/
    }
    .single-trips .inner-itinerary-activities .item-box >h3 {
        margin-bottom: 0;
        position: relative;
        padding-right: 30px;
		border-bottom: 0;
    }
	
	.from-step .info .row.selected-activities.active ul {
		grid-template-columns: 1fr;
	}
	
	.form-booking .inner-box {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.banner-page .btn.save_trip {
		margin: 0 30px 20px 30px !important;
	}
	
	.section-itinerary-activities .book-now {
		margin-top: 15px;
	}
	
	#activities .item-box .activitie-content-item {
		display: none;
	}
	
    .single-trips .inner-itinerary-activities .item-box >h3:after {
        content: '';
        background: url(../images/Arrow-down.svg) center center no-repeat;
        position: absolute;
        top: 0px;
        right: 10px;
        padding: 11.5px;
        background-color: transparent;
        transition: .25s all ease;
        pointer-events: none;
    }    
    .inner-itinerary-activities .item-box .info, 
    .inner-itinerary-activities .item-box .list-included-services {
        margin-top: 30px;
    }
    .date-trve,
    .from-step .info .row,
    .from-step .info .row ul {
        display: block;
    }
    .from-step .info .row .col {
        margin-bottom: 20px;
    }
    .from-step .info .row .col:last-child {
        margin-bottom: 0;
    }
    .form-booking, .inner-form-booking {
        margin-top: 30px;
    }
    .date-trve {
        margin-bottom: 30px;
    }
    .section-total-price .inner-total { 
        flex-direction: column;
    }
    .section-total-price .inner-total >a {
        margin-top: 20px;
    }
    .inner-total ul li { 
        padding: 0 30px; 
    }
    .page-template-template-blog .inner-special-offer .container >img { 
        border-radius: 10px 10px 0 0;
    }
    .page-template-template-blog .wrap-slider-special-offer .item .post-info {
        max-width: 100%;
        padding: 30px;
    }
    .page-template-template-blog .wrap-slider-special-offer .item {
        padding-bottom: 38px;
    }
    .page-template-template-blog .inner-box-special-offer {
        display: flex;
        flex-direction: column-reverse;
    }
    .page-template-template-blog .section-more-post >.container h3 {
        margin-top: 95px;
    }
    .page-template-template-blog .section-blog .inner-blog {
        display: block;
    }
    .page-template-template-blog .section-blog .blog-post:first-child,
    .page-template-template-blog .section-blog .blog-post:last-child, 
    .page-template-template-blog .section-blog .blog-post:nth-child(2) {
        margin: 30px auto 0;
        width: 100%;
    }
    .page-template-template-blog .section-blog .container {
        padding: 0 25px;
    }
    .page-template-template-blog .section-blog .inner-blog img {
        height: auto;
    }
    .post-template-default .section-blog .bottom-blog.mobile {
        display: block;
    }
    .post-template-default .section-blog .bottom-blog {
        display: none;
    }
    .post-template-default .section-blog,
    .page-template-default .content-single,
    .content-booking-confirmed {
        padding-bottom: 120px!important;
    }
    .inner-content-single {
        padding-top: 50px;
        padding-right: 0;
        padding-left: 0;
    }
    .list-details .box-details .list-col,
    .wrap-from-page .row {
        display: block;
    }
    .section-special-offer.section-special-offer-details {
        padding: 50px 0;
    }
    .widget_newsletterwidget {
        display: block;
        text-align: center;
    }
    .widget_newsletterwidget .widget-title {
        margin-bottom: 20px;
    }
    .page-template-template-about .wrap-in-about {
        display: block;
    }
    .page-template-template-about .wrap-in-about .right,
    .page-template-template-about .wrap-in-about .left {
        width: 100%;
        margin: 0;
    }
    .list-our-team ul { 
        grid-template-columns: repeat(2, minmax(0px, 1fr)); 
    } 
    .section-special-offer.page-search-results .inner-special-offer .post-info,
    .section-special-offer.page-search-results .item:nth-child(even) .inner-special-offer .post-info {
        position: static;
        bottom: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        max-width: 100%;
        border-radius: 0 0 10px 10px;
    }
    .section-special-offer.page-search-results .wrap-slider-special-offer .item .container img { 
        border-radius: 10px 10px 0 0;
        display: flex;
    }
    .section-special-offer.page-search-results .wrap-slider-special-offer .item {
        padding-bottom: 30px; 
    }
    .section-special-offer.page-search-results {
        padding-top: 30px;
    }
    .section-special-offer.page-search-results .wrap-slider-special-offer .item:nth-child(even) .container {
        display: block;
    }
    .box-filters .top {
        padding: 30px 20px 20px 20px;
    }
    .box-filters .bottom {
        padding: 0px 20px 30px 20px; 
    }
    .box-planning {
        padding: 30px 20px 30px 20px; 
        display: block;
    }
    
    
}
@media only screen and (max-width: 640px) { 
    .tooltip {
        left: 15px !important;
        top: 15px !important;
    }
    .icon-tooltip img {
        width: 20px;
    }
    .inner-total ul {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .box-singup .inner-singup .row .col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .trip_booking_form .booking_form_wrap {
        overflow-x: hidden;
    }
    .section-total-price .inner-total {
        padding-bottom: 25px;
        padding-top: 20px;
    }
    
    .tooltip .tooltiptext {
        margin-left: 5px !important;
    }
    
    .bottom-form {
        grid-template-columns: 1fr;
    }
    
    .section-special-offer-details .inner-special-offer .post-info .btn {
        width: 100%;
        margin: 15px 0 0 !important;
    }
    
    .section-special-offer-details .inner-special-offer .post-info .schedule {
        display: flex;
        flex-direction: column;
    }
    
    .section-special-offer-details .inner-special-offer .post-info .schedule li {
        padding: 0;
        margin-bottom: 20px;
    }
    
    .box-singup .inner-singup {
        padding: 20px;
    }
    
    .hide-mobile {
        display: none !important;
    }
    
    .date-wrap,
    .box-singup .inner-singup .row .col label, 
    .box-singup .inner-singup .row .col input, 
    .box-singup .inner-singup .row .col .select {
        width: 100%;
    }
	.section-special-offer .wrap-search .inner-box-search .col {
		width: 100%;
	} 
	.post-template-default .navigation {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.banner-sub-title,
	.inner-banner-page .info .banner-title, .inner-banner-page .info h1 {
		font-size: 28px;
		line-height: 32px;
	}
    .list-post-discover .list-post {
        display: block;
    }
    .list-post-discover .list-post .thumbnail img {
        width: 100%;
    }
    .list-post-discover .list-post .post {
        margin: 0 15px;
    }
    .list-post-discover .list-post .slick-list {
        overflow: inherit;
    }
    .list-post-discover::before {
        height: 100%;
        width: 95%;
    }
    .list-post-discover .next-prev {
        display: flex;
    }
    .list-post-discover .next-prev {
        margin-top: 40px;
    }
    .list-post-discover .next-prev .prev {
        margin-right: 15px;
    }
    .list-post-discover .next-prev .next {
        margin-left: 15px;
    }
    footer .bottom-footer >.container .box-right {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
   .wrap-404 .inner-404 {
   	display:block;
   }
   .wrap-404 .inner-404 .box-left img {
   	width:100%;
   }
   .wrap-404 .inner-404 .box-right {
   	padding: 20px 0;
    text-align: center;
   }
}
@media only screen and (max-width: 567px) { 
    .section-blog .blog-post:nth-child(2) {
        width: 90%;
    }
    .list-our-team ul { 
        display: block;
    }
    .list-our-team ul li {
        margin-bottom: 30px;
    }
}