/* Template Structure */
:root {
    --yellow: #FCCE4A;
    --white: #fffff;
}

html.popupOpen,
html.menuOpen,
html.filtersOpen,
body.popupOpen,
body.filtersOpen {
    overflow: hidden;
}
body {
    overflow-x: hidden;
    color: #4A6F7C;
    /*color: #3D5057;*/
}
.pageContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.page {
    width:100%;
    margin: 0 auto;
    max-width: var(--page-width);
}

.inclusionsExclusionsContainer .mobile-only{
    display:none;
}

.small-group-trips-wrapper .mobile-only{
    display:none;
}

.small-group-trips-wrapper .flex-mobile-only{
    display:none;
}

#Overview > .daysSummaryArea .item p{
    font-weight:400;
}

.desktop-only{
    display:block;
}

.mobile-only-1000{
    display:none;
}

.mobile-only-800{
    display:none;
}

.top-description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 20px;
    line-height: 32px;
    position: relative;
}

.upcomming-departures-mobile-buttons{
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.desktop-only-1000{
    display:block;
}

.desktop-only-800{
    display:block;
}

.mobile-only-tripgroup .tripGroups{
    display:none;
}

.upcomming-departures-mobile .slick-list{
    overflow:visible!important;
}

.underlined-button {
    position: relative;
    display: inline-block;
}

.underlined-button::after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: -5px;
    width: 50%; 
    height: 2px; 
    background-color: var(--yellow);
    opacity: 0; 
    transition: opacity 0.3s ease; 
    transform: translate(0, -5px);
}

.underlined-button.active::after {
    opacity: 1; /* Show underline when active */
}
.ratings-show{
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.ratings-show .ratings-show-Inner{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 400;
    font-size: 17.6721px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #4A6F7C;
    margin-bottom: 15px;
}

.ratings-show .ratings-show-Inner div{
    display:flex;
    gap:21px;
    margin-top:27px;
    align-items: center;
}

.ratings-show .ratings-show-Inner img{
    vertical-align: middle;
}

.upcomming-departures-block{
    display:flex;
    flex-direction:column;
    gap:21px;
}

.upcomming-departures-block .upcomming-departures-box{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3.70882px 14.8353px rgba(0, 0, 0, 0.08);
    border-radius: 15.7625px;
    display:grid;
    padding:10px;
    grid-template-columns: 28% 17% 10% 15% 15% 15%;
}

.upcomming-departures-block .upcomming-departures-box .upcomming-departures-box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 15px;
    position: relative; /* Positioning context for the pseudo-element */
}

.upcomming-departures-block .upcomming-departures-box > .upcomming-departures-box-wrapper:not(:first-child){
    padding-left: 15px;
}

.upcomming-departures-block .upcomming-departures-box  > .upcomming-departures-box-wrapper:not(:last-child)::after {
    content: '';
    position: absolute;
    left: calc(100% + 15px);
    width: 1px;
    height: 100%;
    background: grey;
    transform: translateX(-50%);
    z-index: 1;
}

.upcomming-departures-block .upcomming-departures-box .upcomming-departures-box-wrapper button{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 400;
    font-size: 15.8px;
    line-height: 23px;
    text-decoration-line: underline;
    color: #2466FF;
    text-decoration-skip-ink: unset;
    text-decoration-thickness: unset;
    text-decoration-color: unset;
    text-underline-offset: unset;
    border:0;
    background:none;
    text-align:left;
    margin:0;
    padding:0;
}

.upcomming-departures-block .upcomming-departures-box .upcomming-departures-box-wrapper .label{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #4A6F7C;
}

.upcomming-departures-block .upcomming-departures-box .upcomming-departures-box-wrapper .value{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #4A6F7C;
}



.small-group-trips-wrapper .top-title{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 500;
    font-size: 16.0056px;
    line-height: 16px;
    /* identical to box height */
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #526F7B;
    margin-top:30px;
}

.small-group-trips-wrapper .top-subtitle{
font-family: 'Geomanist';
font-style: normal;
font-weight: 700;
font-size: 46.2384px;
line-height: 46px;
color: #526F7B;
}

.upcomming-departures-mobile .upcomming-departures-box .upcomming-departures-box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 15px;
    position: relative; /* Positioning context for the pseudo-element */
}

.upcomming-departures-mobile .upcomming-departures-box > .upcomming-departures-box-wrapper:not(:first-child){
    padding-left: 15px;
}

.upcomming-departures-mobile .upcomming-departures-box .upcomming-departures-mobile-details .upcomming-departures-box-wrapper:nth-child(odd)::after {
    content: '';
    position: absolute;
    left: calc(100% + 15px);
    width: 1px;
    height: 70%;
    background: grey;
    transform: translateX(-50%);
    z-index: 1;
}

.upcomming-departures-mobile .upcomming-departures-box .upcomming-departures-box-wrapper button{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 400;
    font-size: 15.8px;
    line-height: 23px;
    text-decoration-line: underline;
    color: #2466FF;
    text-decoration-skip-ink: unset;
    text-decoration-thickness: unset;
    text-decoration-color: unset;
    text-underline-offset: unset;
    border:0;
    background:none;
    text-align:left;
    margin:0;
    padding:0;
}

.upcomming-departures-mobile .upcomming-departures-box .upcomming-departures-box-wrapper .label{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #4A6F7C;
}

.upcomming-departures-mobile .upcomming-departures-box .upcomming-departures-box-wrapper .value{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #4A6F7C;
}






.upcomming-departures-main{
    idth: 100%;
        height: 100%;
        background: rgba(205, 223, 232, 0.4);
        margin-top:50px;
        padding-bottom:75px;
        margin-bottom:50px;
}

.upcomming-departures-main .title-blocks{
    display:flex;
    flex-direction:column;
    gap:23px;
    margin-bottom:50px;
}

.upcomming-departures-main .title-blocks .subtitle{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 500;
    font-size: 16.0056px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #526F7B;
    margin-top:65px;
}

.upcomming-departures-main .title-blocks .title{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 700;
    font-size: 46.2384px;
    line-height: 46px;
    color: #526F7B;
}

.upcomming-departures-main .title-blocks{
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 500;
    font-size: 16.0056px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #526F7B;
    margin-top:65px;
}

.highlighted-word{
    color: inherit;
    font-style: normal;
    transition: all 0.3s ease 0s;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 8px;
    text-decoration-color: var(--yellow);
    text-decoration-line: revert;
    text-underline-offset: -4px;
    font-size:56px; 
    font-weight:700; 
    color:#3D5057;
    text-align:center;
}


.highlighted-word:hover{
    text-underline-offset: 2px;
    text-decoration-thickness: 3px;
}


.small-group-trips-wrapper .top-half{
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
    gap:23px;
}
.homeArticle .home-double-col {
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 570px;
    margin: 100px 0 100px 0;
    align-items: center;
}

.homeArticle .home-double-col div{
    border-radius: 10px;
}
.homeArticle .home-double-col .box {
    width:440px;
    height:100%;
    background-size: cover!important;
    box-shadow: inset 0px 100px 50px rgba(0, 0, 0, 0.7), inset 0px -160px 50px rgba(0, 0, 0, 0.7);
    text-decoration-line: none;
    border-radius:10px;
    transition: all 0.3s ease 0s;
}

.homeArticle .home-double-col .box:hover {
    box-shadow: inset 0px 100px 50px rgba(0, 0, 0, 0.7), inset 0px -160px 50px rgba(0, 0, 0, 0.8);
}

.homeArticle .home-double-col .box:hover .boxInner .buttonWrapper{
    background-color: #4A6F7C;
    text-decoration: none;
    color: #fff;
    font-style: normal;
}

.homeArticle .home-double-col .box .boxImgWrapper{
    display: flex;
    justify-content:flex-start;
    margin: 50px;
}

.homeArticle .home-double-col .box .boxInner{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.homeArticle .home-double-col .box .boxInner .buttonWrapper{
    background: #FCCE4A;
    padding: 8px;
    border-radius: 54px;
    color: #3D5057;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease 0s;
}

.homeArticle .home-double-col .box .boxInner .buttonWrapper picture{
    display: flex;
    align-content: center;
    align-items: center;
}

.homeArticle .home-double-col .box .boxInner .text{
    width: 80%;
    display: flex;
    margin-bottom: 38px;
    align-self: center;
    color: white;
    flex-direction: column;

}

.homeArticle .home-double-col .box .boxInner .text .inner-text{
    font-family: Geomanist;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
}

.homeArticle .home-double-col .box .boxInner .text span{
    font-family: Geomanist;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;

}

.homeArticle .asFeaturedIn .reviewsInner .text{
    display:none;
}

.homeArticle .newLandingPageHeader{
    background: url(/images/LandingPage/newLandingPageHeader.png);
    height:  800px;
    margin-bottom: 100px;
    background-size: cover;
    box-shadow: inset 1100px 0px 100px -200px rgb(182 182 182 / 40%);
    width: 130%;
    background-position: right center;
    background-repeat: no-repeat;
    background-position-x: 15em;
    overflow: hidden;
}


.homeArticle .newLandingPageHeader .newLandingPageHeaderBox .title{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 75px;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
}

.homeArticle .newLandingPageHeader .newLandingPageHeaderBox{
    display: flex;
    flex-direction: column;
    color: white;
    width: 630px;
    margin: 200px 0 0 25%;
}

.homeArticle .newLandingPageHeader .highlightedHeaderText{
    color: inherit;
    font-style: normal;
    transition: all 0.3s ease 0s;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1.3em;
    text-decoration-color: #3D5057;
    text-decoration-line: revert;
    text-underline-offset: -1em;
}

.homeArticle .newLandingPageHeader .newLandingPageHeaderBox .text{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    width: 100%;
}

.homeArticle .rate {
    float: left;
    width: 100%;
    position: relative;
}
.homeArticle .rate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: #F2F6F8;
}
.homeArticle .rate .box {
    float: left;
    width: 100%;
    background-color: #4A6F7C;
    padding: 50px;
    box-sizing: border-box;
}
.homeArticle .rate .top {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.homeArticle .rate .stars {
    float: left;
    width: auto;
    margin-right: 15px;
}
.homeArticle .rate .top .text {
    margin-right: 35px;
}
.homeArticle .rate .text .normal {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.homeArticle .rate .text .strong {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.homeArticle .rate .platform {
    float: left;
    width: 180px;
    height: 60px;
    background-color: #fff;
    margin-right: 25px;
    text-align: center;
}
.homeArticle .rate .platform:last-child {
    margin-right: 0;
}
.homeArticle .rate .platform img {
    margin-top: 14px;
}
.homeArticle .rate .bottom {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.homeArticle .rate .bottom .texts {
    width: 50%;
    float: left;
    padding: 0 60px 0 30px;
    box-sizing: border-box;
}
.homeArticle .rate .bottom .titleWhite {
    float: left;
    width: 100%;
    font-size: 60px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    line-height: 55px;
}
.homeArticle .rate .bottom .titleYellow {
    float: left;
    width: 100%;
    color: var(--yellow);
    font-size: 60px;
    font-weight: 600;
    line-height: 55px;
}
.homeArticle .rate .bottom .text {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    margin-top: 30px;
}
.homeArticle .rate .bottom .text p {
    margin: 0 0 25px;
}
.homeArticle .rate .bottom .text p:last-child {
    margin-bottom: 0;
}

.timeline{
    height:100%;
    width:100%;
    table-layout:fixed;
}

.timeline-day-tag{
    font-weight:bold;
}

.timeline-circle svg {
    position:relative;
    z-index:2;
    left:-22px;
    width:40px;
    transform: translateY(-2px);
}


.timeline td:first-child{
    border-left:2px dashed var(--yellow);

}

.timeline td:nth-child(2) {
    vertical-align:top;
    padding-bottom: 10px;
    padding-top: 10px;
}

.timeline td:nth-child(2) div{
    height:100%;
}

.timeline td:nth-child(2) div p{
    height:100%;
}

.timeline td p{
    margin-block-start:0;
    margin-block-end: 0;
}

.timeline tr{
    overflow-wrap:anywhere;
    height:4em;
}

.timeline tr:last-child td{
    border-left: 2px solid #fff;

}
.timeline-desktop-only{
    display:grid;
    grid-template-columns:50% 50%;
    width:100%;
    gap:20px;
    column-gap:5%;
    margin-top:2em;
}

.timeline-desktop-only > div > .sticky_pictures{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.timeline-desktop-only .sticky_pictures picture img{
    width:100%;
}

.timeline-mobile-photo{
    width: 100vw;
    position: relative;
    left: 49%;
    right: 49%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.timeline-mobile-only{
    display:none;
}
 .packagesArticle .overviewArea .preferredHotelsArea::before {
    content: "";
    position: absolute;
    left: calc(100% - 47vw);
    bottom: calc(100% - 469px);
    width: 100%;
    height: 45%;
    background-image: url(../../../images/template/circle_sun.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.overview_container_holder{
    
    display:grid;
    grid-template-columns:50% 50%;
    width:100%;
    gap:20px
}


.layout-webineerspresentationpackages{
    color:#4A6F7C;
}
.start-timeline{
    z-index:2;
    height:40px;
}
.end-timeline{
    z-index:2;
    height:40px;
}
.middle-timeline{
    z-index:2;
    height:18px;
}




.header-top-side{
    font-size:18px;
    color: var(--yellow);
    letter-spacing:0.2em;
    vertical-align: top;
    font-weight:500;
    margin-bottom: 21px;
}
.header-bottom-side{
    font-size:52px;
    color:#526F7B;
    vertical-align: top;
    font-weight:bold;
}

.header-overview-container{
    margin-bottom:21px;
    position:relative;
    line-height:49.3px;
}
.overview-container{
    line-height:49.3px;
}
.overview .overview_container_holder .overview_image img{
       border-radius: 16px; 
       object-fit: cover; 
       width:100%;
       
    }

.layout-webineerspresentationtours .rsForm .formContainer .rsform-input-box,
.layout-webineerspresentationtours .rsForm .formContainer .rsform-text-box,
.layout-webineerspresentationtours .rsForm .formContainer .rsform-checkbox,
.layout-webineerspresentationtours .formBody.hasCalendar {
    margin-bottom: 10px;
}
.layout-webineerspresentationtours .checkboxOption {
    margin-bottom: 2px;
}

.layout-webineerspresentationaccommodation .generalButtonWithArrow .text {
    font-size: 17px;
    padding-right: 5px;
}


    
@media only screen and (max-width: 600px) {

    .espa_banner img{
            width: 100%;
    }
    .timeline-desktop-only .sticky_pictures picture img{
        width:100vw;
    }
    .timeline-desktop-only{
        display:none;
    }

    .timeline-mobile-only{
        display:flex;
        flex-direction:column;
    }
    .desktop-only{
        display:none!important;
    }
    .mobile-only-tripgroup .tripGroups{
        display:block!important;
    }
    .mobile-only-tripgroup .tripGroups .pageContainer{
        display:none!important;
    }
    .mobile-only-tripgroup .tripGroups{
        margin-top:40px;
        margin-bottom:0!important;
    }
     .mobile-only-tripgroup .tripGroups .experiencesLayout.style1{
        margin-bottom:0!important;
    }
     .mobile-only-tripgroup .tripGroups .experiencesLayout.style1 .experiences{
        margin-bottom: 0!important;
    }
    .timeline{
        padding-left:20px;
        padding-right:20px;
        height:auto;
        padding-bottom:2em;
    }

    .timeline td:first-child{
        border-left:1px dashed var(--yellow);

    }

    .timeline td:nth-child(2){
        border-bottom:1px dashed #9AB7C6;
        color: #103859;
        padding-bottom:0.5em;
        padding-top:0.5em;
        line-height:24px;
        font-size:16px;
    }
    .timeline tr:last-child td{
        border-left: 1px solid #fff;
    }
    .header-top-side{
        font-size:14px;
    }
    .header-bottom-side{
        font-size:23px;
    }
    
    .header-overview-container{
        line-height:30px;
    }
    .overview-container{
        line-height:30px;
    }

}

.all {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    min-height: 100vh;
}
.header {
    float: left;
    width: 100%;
}
.topNav {
    float: left;
    width: 100%;
}
.topNavInner {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.topNavLeft {
    float: left;
    width: auto;
    margin-right: auto;
}
.topNavCenter {
    float: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.topNavRight {
    float: left;
    width: auto;
    margin-left: auto;
}
.mainNav {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000;
}
.mainNav.fixed.active {
    position: fixed;
    top: 0;
    left: 0;
}
.navSpacer {
    float: left;
    width: 100%;
}
.mainNav.scrollUp.active {
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.mainNav.scrollUp.active.down {
    transform: translateY(-120%);
}
.mainNav.scrollUp.active.up {
    transform: translateY(0);
}
.mainNavInner {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.mainNavLeft {
    float: left;
    width: auto;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.mainNavCenter {
    float: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.mainNavRight {
    float: left;
    width: auto;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.content {
    float: left;
    width: 100%;
}
.top1,
.top2,
.top3,
.top4 {
    float: left;
    width: 100%;
}
.mainContent {
    float: left;
    width: 100%;
}
.bottom1,
.bottom2,
.bottom3,
.bottom4 {
    float: left;
    width: 100%;
}
footer {
    float: left;
    width: 100%;
    align-self: flex-end;
    -webkit-align-self: flex-end;
}
.all .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.all .overlay.active {
    opacity: 0.4;
    visibility: visible;
}
/* Error Page */
.errorPage {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.errorPage .errorPageContainer {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.errorPage .errorText {
    line-height: 1;
    text-transform: uppercase;
}
.errorPage .errorCode {
    font-size: 180px;
    line-height: 1;
}

/* Website CSS */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Geomanist', 'sans-serif';
    background-color: var(--yellow);
}
.all {
    background-color: #fff;
    overflow-x:hidden;
        overflow-x: hidden;
					   
}
a {
    color: inherit;
    font-style: normal;
    transition: all 0.3s ease 0s;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 8px;
    text-decoration-color: var(--yellow);
    text-decoration-line: revert;
    text-underline-offset: -4px;
}
a:hover {
    text-underline-offset: 2px;
    text-decoration-thickness: 3px;
}
.page {
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

				
							  
.generalButton {
    background-color: var(--yellow);
    border-radius: 90px;
    padding: 25px 40px;
    font-weight: 600;
    line-height: 0.8;
    display: block;
    transition:  all 0.3s ease 0s;
}
.generalButton:hover {
    background-color: #4A6F7C;
    color: #fff;
}
.generalButton2 {
    float: left;
    width: auto;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 45px;
    font-size: 16px;
    font-weight: 500;
    color: #4A6F7C;
    /*color: #3D5057;*/
    background-color: var(--yellow);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.generalButton2:hover {
    color: #FFF;
    background-color: #4A6F7C;
    text-decoration: none;
}
.generalButtonWithArrow {
    float: left;
    width: auto;
    line-height: 66px;
    border-radius: 33px;
    padding: 0 45px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #4A6F7C;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.generalButtonWithArrow.yellow {
    background-color: var(--yellow);
}
.generalButtonWithArrow .text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-right: 25px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.generalButtonWithArrow.yellow .text {
    color: #4A6F7C;
}
.generalButtonWithArrow:hover {
    background-color: var(--yellow);
    text-decoration: none;
}
.generalButtonWithArrow.yellow:hover {
    background-color: #4A6F7C;
}
.generalButtonWithArrow:hover .text {
    color: #fff;
}
.generalButtonWithArrow.yellow svg path {
    stroke: #4A6F7C;
    transition: all 0.3s ease 0s;
}
.generalButtonWithArrow.yellow:hover svg path {
    stroke: #fff;
}
.topNav {
    background-color: var(--yellow);
}
.topNavInner {
    height: 42px;
    align-items: center;
    -webkit-align-items: center;
}
.topNavInner .contactDetails.horizontal .contactField img {
    margin-top: 0;
}
.topNavInner .contactDetails.horizontal .contactField .contactFieldValue {
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    color: #4A6F7C;
    /*color: #3D5057;*/
}
.topNavInner .contactDetails.horizontal .contactField .text {
    font-size: 13px;
    line-height: 17px;
    color: #4A6F7C;
    /*color: #3D5057;*/
}
.topNavInner .contactDetails.horizontal .contactField.withImage {
    padding: 0 5px;
}
.topNavInner .contactDetails.horizontal .contactField {
    padding: 0 10px;
}
.topNavInner .contactDetails.horizontal .contactField a:hover {
    color: #000;
}
.topNavInner .contactDetails.horizontal .contactField.withoutImage:before {
    top: -2px;
    color: #4A6F7C;
}
.topNavInner .topNavRight .contactDetails {
    float: left;
}
.topNavInner .topNavRight .contactDetails + .modWbnMenu {
    position: relative;
    float: left;
    margin-left: 45px;
}
.topNavInner .topNavRight .modWbnMenu .magazine .level0 {
    float: left;
    font-size: 13px;
    line-height: 17px;
    background-image: url('../../../../images/template/arrow_down.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    cursor: pointer;
}
.topNavInner .topNavRight .modWbnMenu .magazine .menuItems.level1:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    height: 40px;
    width: 100%;
}
.topNavInner .topNavRight .modWbnMenu .magazine .menuItems.level1 {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    top: 28px;
    padding: 20px;
    left: -20px;
    background-color: var(--yellow);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 2000;
}
.topNavInner .topNavRight .modWbnMenu .magazine .level0:hover .menuItems.level1 {
    visibility: visible;
    opacity: 1;
}
.topNavInner .topNavRight .modWbnMenu .magazine .menuItem {
    margin-bottom: 10px;
    float: left;
}
.topNavInner .topNavRight .modWbnMenu .magazine .menuItem:last-child {
    margin-bottom: 0;
}
.topNavInner .topNavRight .modWbnMenu .magazine .menuItem > a,
.topNavInner .topNavRight .modWbnMenu .magazine .menuItem > span {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    font-size: 13px;
    float: left;
    transition: color 0.3s ease 0s;
}
.topNavInner .topNavRight .modWbnMenu .magazine .menuItem > a:hover {
    color: #4A6F7C;
}
.mainNav {
    padding: 25px 0 25px;
    background-color: #fff;
        width: 100vw;
}
.mainNav.scrollUp.active {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10);
}
.mainNavInner {
    align-items: center;
    -webkit-align-items: center;
}
.mainNavInner .menuItem {
    position: relative;
    text-align: center;
    width: 225px;
}
.mainNavInner .menuItem a,
.mainNavInner .menuItem span.separator {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    color: #4A6F7C;
    font-size: 14px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 38px;
    letter-spacing: 0.8px;
    padding: 10px 0;
    text-decoration: none;
}
.mainNavInner .menuItem.withSubmenu > a,
.mainNavInner .menuItem.withSubmenu > span.separator {
    padding-right: 20px;
}
.mainNavInner .menuItem.withSubmenu > a::after,
.mainNavInner .menuItem.withSubmenu > span.separator::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #496f7c transparent transparent transparent;
    position: relative;
    margin: 0 0 0 10px;
}
.mainNavInner .menuItem a:hover {
    color: #9AB7C6;
}
.mainNavInner .menuItem a.button {
    background-color: var(--yellow);
    color: #4A6F7C;
    /*color: #3D5057;*/
    height: 38px;
    line-height: 38px;
    border-radius: 90px;
    padding: 0 25px;
    margin: 10px 0;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.mainNavInner .menuItem a.button:hover {
    background-color: #4A6F7C;
    text-decoration: none;
    color: #fff;
    font-style: normal;
}
.desktopMenu.classic .menuItems.level2 {
    background-color: #f2f6f9;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 25px;
    left: 50%;
    -webkit-transform: translate(-50%,100%);
    -moz-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    width: 310px;
}
.desktopMenu.classic .menuItems.level2 .menuItem {
    float: left;
    position: relative;
    padding: 10px 0;
    text-align: left;
    width: auto;
}
.desktopMenu.classic .menuItems.level2 .menuItem a {
    line-height: 1.1;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
}
.desktopMenu.classic .menuItems.level2 .menuItem a:hover {
    color: #4A6F7C;
}
.desktopMenu.classic .menuItems.level2 .menuItem a::after {
    background-color: #fdce4a;
    bottom: 2px;
    content: '';
    cursor: pointer;
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
    z-index: -1;
}
.desktopMenu.classic .menuItems.level2 .menuItem.active a::after,
.desktopMenu.classic .menuItems.level2 .menuItem.current a::after,
.desktopMenu.classic .menuItems.level2 .menuItem a:hover::after {
    width: 100%;
}
.mobileMenuContainer .menuItem.level1 span.separator.toggler {
    cursor: pointer;
}
.mobileMenuContainer .menuItem.level1 span.separator:hover {
    color: #4A6F7C;
}
.mobileMenuContainer .menuItem.level1.withSubmenu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mobileMenuContainer .menuItem.level1.withSubmenu .accordionToggler {
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #496f7c transparent transparent transparent;
    cursor: pointer;
    position: relative;
    margin: 26px 0 0 10px;
    width: 0;
    height: 0;
}
.mobileMenuContainer .menuItem.level1.withSubmenu .accordionToggler.open {
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #496f7c transparent;
}
.mobileMenuContainer .menuItems .submenuContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    float: left;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.mobileMenuContainer .menuItems.level2 {
    float: left;
    position: relative;
    width: 100%;
}
.mobileMenuContainer .menuItems.level2 .menuItem {
    float: left;
    position: relative;
    padding: 15px 0;
    text-align: left;
}
.mobileMenuContainer .menuItems.level2 .menuItem a {
    line-height: 1.1;
    padding: 0;
    position: relative;
}
.mobileMenuContainer .menuItems.level2 .menuItem a:hover {
    color: #4A6F7C;
}
.mobileMenuContainer .menuItems.level2 .menuItem a::after {
    background-color: #fdce4a;
    bottom: 2px;
    content: '';
    cursor: pointer;
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
    z-index: -1;
}
.mobileMenuContainer .menuItems.level2 .menuItem.active a::after,
.mobileMenuContainer .menuItems.level2 .menuItem.current a::after,
.mobileMenuContainer .menuItems.level2 .menuItem a:hover::after {
    width: 100%;
}
.content {
    background-color: #fff;
}

.wbnFooter {
    float: left;
    width: 100%;
    background-color: var(--yellow);
    padding: 65px 0;
}
.wbnFooter .footerInner {
    float: none;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 280px;
    grid-gap: 25px;
    align-items: center;
}
.wbnFooter .footerInner .socialsArea {
    justify-self: end;
}
.wbnFooter .footerInner .socials {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}
.wbnFooter .footerInner .socials .social {
    margin-right: 20px;
}
.wbnFooter .footerInner .socials .social a svg path {
    transition: all 0.3s ease 0s;
}
.wbnFooter .footerInner .socials .social a:hover svg path {
    fill: #9AB7C6;
}
.wbnFooter .footerInner .socials .social:last-child {
    margin-right: 0;
}
.wbnFooter .footerInner .contactDetails {
    float: left;
    width: auto;
    font-weight: 500;
    font-size: 14px;
}
.wbnFooter .footerInner .contactDetails > div {
    float: left;
    width: auto;
    margin-bottom: 5px;
}
.wbnFooter .footerInner .contactDetails a{
    color: #4A6F7C;
    /*color: #3D5057;*/
    text-decoration: none;
}
.wbnFooter .footerInner .contactDetails a:hover {
    color: #9AB7C6;
}
.wbnFooter .footerInner .contactDetails .email {
    clear: left;
}
.wbnFooter .footerInner .otherLogosArea {
    justify-self: end ;
}
.wbnFooter .footerInner .otherLogos {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}
.wbnFooter .footerInner .otherLogos img {
    margin-left: 30px;
}
.wbnFooter .footerInner .bottomMenuArea {
    grid-column: span 2;
    justify-self: center;
    margin-top: 40px;
}
.wbnFooter .footerInner .bottomMenuItems .menuItem {
    float: left;
    padding: 0 15px;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 14px;
}
.wbnFooter .footerInner .bottomMenuItems .menuItem a {
    color: #4A6F7C;
    /*color: #3D5057;*/
    text-decoration: none;
}
.wbnFooter .footerInner .bottomMenuItems .menuItem a:hover {
    color: #9AB7C6;
}
.wbnFooter .footerInner .copyrightsArea {
    grid-column: span 2;
    justify-self: center;
    margin-top: -25px;
}
.wbnFooter .footerInner .copyrights {
    margin-top: 15px;
    font-family: 'Roboto';
    font-size: 14px;
}

/* WBN Reviews */
.wbnReviews {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.wbnReviews .reviewsInner {
    width: 100%;
}
.wbnReviews .title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.wbnReviews .text {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
.wbnReviews .text strong {
    font-weight: 600;
}
.wbnReviews .logos {
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wbnReviews .logos .slick-list {
    min-width: 100%;
}
.wbnReviews .logos .slick-track {
    min-width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.wbnReviews .logo {
    text-align: center;
}
.wbnReviews .logo img {
    display: inline-block !important;
}
.wbnReviews .dots {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.wbnReviews .dots.inactive {
    display: none;
}
.wbnReviews .dots ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wbnReviews .dots li {
    float: left;
    width: auto;
    margin: 0 5px;
}
.wbnReviews .dots li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius:50%;
    background-color: #E0EDF4;
    position: relative;
    display: block;
}
.wbnReviews .dots li.slick-active:before {
    background-color: #3C5261;
}
.wbnReviews .dots li button {
    display: none;
}

/* About Page */
.article.about .sector1 {
    display: grid;
    grid-template-columns: 320px 1fr 590px;
    grid-template-rows: 1fr auto;
    margin-bottom: 40px;
}
.article.about .sector1 .imagesLeft {
    grid-column-start: 1;
    grid-row: span 2;
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.article.about .sector1 .imagesLeft .image {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.article.about .sector1 .imagesLeft .image:last-child {
    margin-bottom: 0;
    width: 100%;
    aspect-ratio: 310/180;
}
.article.about .sector1 .imagesLeft .image:last-child img {
    float: left;
    width: 100%;
    height: 100%;
    max-width: unset !important;
    object-fit: cover;
}
.article.about .sector1 .imagesLeft .image img {
    float: left;
    width: 100%;
    height: auto;
    max-width: unset !important;
}
.article.about .sector1 .titles {
    grid-column-start: 2;
    align-self: end;
    padding: 60px;
    box-sizing: border-box;
}
.article.about .sector1 .titles .title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
}
.article.about .sector1 .titles .subtitle {
    font-size: 32px;
}
.article.about .sector1 .text {
    grid-column-start: 2;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 60px 60px;
    text-align: justify;
}
.article.about .sector1 .imageRight {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    align-self: end;
}
.article.about .sector1 .imageRight img {
    width: 100%;
    height: auto;
    max-width: unset !important;
}
.article.about .sector2 {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    padding: 80px 0 30px;
}
.article.about .sector2 .wbnReviews .text {
    display: none;
}
.article.about .sector3 {
    float: left;
    width: 100%;
    background-color: #9AB7C6;
    padding: 160px 0;
    background-image: url("../../../../images/About-us/cycle.png");
    background-repeat: no-repeat;
    background-position: 97% 58%;
    background-size: 560px;
}
.article.about .sector3 .meetTheTeam {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.article.about .sector3 .meetTheTeam .title {
    font-size: 60px;
    font-weight: 600;
    color: var(--yellow);
    line-height: 1;
}
.article.about .sector3 .meetTheTeam .title2 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    font-style: italic;
    padding-left: 10px;
}
.article.about .sector3 .meetTheTeam .team {
    float: left;
    width: 100%;
    margin-top: 100px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 1000px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.article.about .sector3 .meetTheTeam .team .teamMember {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    max-width: calc(25% - 10px);
    margin-bottom: 75px;
}
.article.about .sector3 .meetTheTeam .team .teamMember .image {
    float: left;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
}
.article.about .sector3 .meetTheTeam .team .teamMember .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article.about .sector3 .meetTheTeam .team .teamMember .name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto';
    margin-top: 20px;
}
.article.about .sector3 .meetTheTeam .team .teamMember .job {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto';
    margin-top: 5px;
    text-align: center;
    max-width: 160px;
}
.article.about .sector3 .howItAllStarted {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 120px;
}
.article.about .sector3 .howItAllStarted .texts {
    padding: 0 50px;
    width: 40%;
}
.article.about .sector3 .howItAllStarted .texts .title {
    font-size: 60px;
    font-weight: 600;
    color: var(--yellow);
    line-height: 55px;
}
.article.about .sector3 .howItAllStarted .texts .subtitle {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    line-height: 55px;
    font-style: italic;
}
.article.about .sector3 .howItAllStarted .texts .text {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    margin-top: 60px;
}
.article.about .sector3 .howItAllStarted .texts .text a {
    text-decoration-color: #4A6F7C;
}
.article.about .sector3 .howItAllStarted .image {
    float: right;
    width: 60%;
}
.article.about .sector3 .howItAllStarted .image img {
    width: 100%;
    height: auto;
}
.article.about .sector3 .howItAllStarted .image .caption {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
    line-height: 24px;
    margin-top: 15px;
}
.article.about .sector4 {
    float: left;
    width: 100%;
    padding: 100px 0 60px;
}
.article.about .sector4 .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-weight: 700;

    line-height: 1.2;
}
.article.about .sector4 .title2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    color: var(--yellow);
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 100px;
}
.article.about .sector4 .items {
    margin: 0 auto;
    width: calc(100% + 50px);
    max-width: 1200px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.article.about .sector4 .items .item {
    width: calc((100% / 3) - 50px);
    margin: 0 25px 40px;
}
.article.about .sector4 .items .item .image {
    height: 100px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    margin-bottom: 40px;
}
.article.about .sector4 .items .item .title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 35px;
}
.article.about .sector4 .items .item .text {
    font-size: 20px;
    font-weight: 300;

    line-height: 1.2;
}
.article.about .sector5 {
    float: left;
    width: 100%;
    position: relative;
    padding: 35px 0;
}
.article.about .sector5:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    content: "";
    background-color: #E0EDF4;
}
.article.about .sector5 .testimonial {
    display: flex;
    display: -webkit-flex;
    z-index: 1;
    position: relative;
    max-width: 1000px;
    background-color: var(--yellow);
    margin: 0 auto;
}
.article.about .sector5 .testimonial .icons {
    padding: 25px;
    box-sizing: border-box;
    background-color: #FDC627;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    -webkit-align-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}
.article.about .sector5 .testimonial .icons > a:first-child {
    margin-bottom: 25px;
}
.article.about .sector5 .testimonial .texts {
    padding: 60px;
}
.article.about .sector5 .testimonial .texts .title {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1.08px;
    line-height: 30px;
}
.article.about .sector5 .testimonial .texts .text {
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1.08px;

}
.article.about .sector5 .testimonial .texts .avatar {
    margin-top: 35px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.article.about .sector5 .testimonial .texts .avatar .name {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.08px;

    padding-left: 15px;
}
.article.about .sector6 {
    float: left;
    width: 100%;
    background-color: #E0EDF4;
    padding: 35px 0 90px;
    background-repeat: no-repeat, no-repeat;
    background-position: left 16% top 25px, right 14% bottom 60px;
}
.article.about .sector6 .usps {
    margin: 0 auto;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    z-index: 2;
}
.article.about .sector6 .usps:before {
    content: '';
    position: absolute;
    left: -65px;
    top: -15px;
    width: 170px;
    height: 105px;
    background-image: url('../../../../images/About-us/wave.png');
    z-index: -1;
}
.article.about .sector6 .usps:after {
    content: '';
    position: absolute;
    right: -90px;
    bottom: -35px;
    width: 134px;
    height: 134px;
    background-image: url('../../../../images/About-us/cycle-small.png');
    z-index: -1;
}
.article.about .sector6 .usps .usp {
    float: left;
    background-color: #fff;
    width: calc(25% - 18px);
    padding: 30px;
    box-sizing: border-box;
    height: 280px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.article.about .sector6 .usps .usp .title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;

    line-height: 1;
}
.article.about .sector6 .usps .usp .text {

    font-size: 16px;
    text-align: center;
    line-height: 23.4px;
}

/* Newsletter Module */
.modAwMooSend {
    float: left;
    width: 100%;
    background-color: #9AB7C6;
    padding: 40px 0;
}
.modAwMooSend.light {
    background-color: #F2F6F8;
}
.modAwMooSend .awMooSendInner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.modAwMooSend .awMooSendInner .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    max-width: 260px;
    padding-right: 30px;
}
.modAwMooSend .awMooSendInner input {
    float: left;
    background-color: transparent;
    border: 1px solid #fff;
    appearance: none;
    box-shadow: none;
    height: 40px;
    width: 410px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.modAwMooSend.light .awMooSendInner input {
    color: #9AB7C6;
    border-color: #9AB7C6;
}
.modAwMooSend .awMooSendInner input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
.modAwMooSend .awMooSendInner input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
.modAwMooSend .awMooSendInner input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.modAwMooSend .awMooSendInner input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
.modAwMooSend.light .awMooSendInner input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #9AB7C6;
}
.modAwMooSend.light .awMooSendInner input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9AB7C6;
    opacity: 1;
}
.modAwMooSend.light .awMooSendInner input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9AB7C6;
    opacity: 1;
}
.modAwMooSend.light .awMooSendInner input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9AB7C6;
}
.modAwMooSend .awMooSendInner button {
    background-color: transparent;
    appearance: none;
    border: 1px solid #fff;
    border-left: none;
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    width: 40px;
    float: left;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
	font-size: 0;
						  
}
.modAwMooSend.light .awMooSendInner button {
    border-color: #9AB7C6;
}
.modAwMooSend .awMooSendInner button:hover {
    background-color: #fff;
}
.modAwMooSend.light .awMooSendInner button:hover {
    background-color: #9AB7C6;
}
.modAwMooSend .awMooSendInner button svg path {
    stroke: #fff;
    transition: all 0.3s ease 0s;
}
.modAwMooSend.light .awMooSendInner button svg path {
    stroke: #9AB7C6;
    transition: all 0.3s ease 0s;
}
.modAwMooSend .awMooSendInner button:hover svg path {
    stroke: #9AB7C6;
}
.modAwMooSend.light .awMooSendInner button:hover svg path {
    stroke: #fff;
}
.modAwMooSend .awMooSendInner .awMoosendResults {
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
}
.modAwMooSend .awMooSendInner .awMoosendResults span {
    margin-top: 15px;
    float: left;
    width: 100%;
    text-align: center;
}

/* Mod WBN Banners */
.modWbnBanners {
    float: left;
    width: 100%;
    position: relative;
}
.modWbnBanners .wbnBanners {
    padding: 150px 0;
}
.modWbnBanners.white .wbnBanners {
    padding: 120px 0;
}
.modWbnBanners .wbnBanners .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modWbnBanners .wbnBanners .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset !important;
}
.modWbnBanners .wbnBanners .wbnBannersInner {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.modWbnBanners .wbnBanners .wbnBannersInner .title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    max-width: 720px;
    text-align: center;
    margin-bottom: 50px;
}
.modWbnBanners.white .wbnBanners .wbnBannersInner .title {
    color: #4A6F7C;
}
.modWbnBanners .wbnBanners .wbnBannersInner .text {
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    max-width: 440px;
    text-align: center;
    margin-bottom: 30px;
}
.modWbnBanners.white .wbnBanners .wbnBannersInner .text {
    color: #4A6F7C;
    max-width: 820px;
}
.modWbnBanners .wbnBanners .wbnBannersInner .link  {
    background-color: var(--yellow);
    height: 63px;
    line-height: 63px;
    border-radius: 32px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 0 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.modWbnBanners.white .wbnBanners .wbnBannersInner .link {
    color: #4A6F7C;
    text-decoration: none;
}
.modWbnBanners .wbnBanners .wbnBannersInner .link:hover {
    background-color: #9AB7C6;
    text-decoration: none;
    color: #fff;
}

/* Smart Search */
.modSmartSearch .smartSearchInput {
    float: left;
    width: 340px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    height: 40px;
    border: none;
    appearance: none;

    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 40px;
}
.modSmartSearch .smartSearchButton {
    background-color: #fff;
    border: none;
    height: 40px;
    float: left;
    width: 40px;
    padding: 0;
    appearance: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.modSmartSearch .smartSearchButton:hover {
    background-color: var(--yellow);
}

/* Blog Master Category */
.blogMasterCategory {
    float: left;
    width: 100%;
}
.blogMasterCategory .header {
    float: left;
    width: 100%;
    padding: 120px 0 200px;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.blogMasterCategory .header .headerContainer {
    max-width: 1040px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.blogMasterCategory .header .headerContainer .title {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    max-width: 420px;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px #000;
}
.blogMasterCategory .subcategories {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #4A6F7C;
}
.blogMasterCategory .subcategories.notFirstPage {
    background-color: #fff;
}
.blogMasterCategory .subcategories .subcategoriesContainer {
    max-width: calc(100% - 40px);
    width: 1130px;
    margin: -80px 20px 50px;
    box-sizing: border-box;
    background-color: var(--yellow);
    padding: 35px 70px 20px;
}
.blogMasterCategory .subcategories .subcategoriesContainer .title {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #3C5261;
    margin-bottom: 20px;
}
.blogMasterCategory .subcategories .subcategoriesContainer .categories {
    float: left;
    width: calc(100% + 20px);
    left: -10px;
    position: relative;
}
.blogMasterCategory .subcategories .subcategoriesContainer .categories .category {
    float: left;
    width: auto;
    margin: 0 10px 20px;
    padding: 0 20px;
    border: 1px solid #4A6F7C;
    line-height: 35px;
    border-radius: 25px;
    font-size: 14px;
    color: #3C5261;
    text-decoration: none;
    transition:  all 0.3s ease 0s;
}
.blogMasterCategory .subcategories .subcategoriesContainer .categories .category:hover {
    background-color: #4A6F7C;
    color: #fff;
}
.blogMasterCategory .subcategories .subcategoriesContainer .selectCategory,
.blogMasterCategory .subcategories .subcategoriesContainer .selectCategory + .select2 {
    display: none;
}
.blogMasterCategory .featureArticles {
    float: left;
    width: 100%;
    background-color: #4A6F7C;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
}
.blogMasterCategory .featureArticles::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 230px;
    background-color: #fff;
    bottom: 0;
    z-index: 1;
}
.blogMasterCategory .featureArticles .featureArticlesContainer {
    width: calc(100% - 40px);
    max-width: 990px;
    padding: 35px 20px 50px;
    z-index: 2;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 70px;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles {
    float: left;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article {
    position: relative;
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    aspect-ratio: 316/352;
    width: calc((100% / 3) - 20px);
    float: left;
    background-size: cover;
    background-position: center center;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article:first-child {
    width: calc(100% - 20px);
    aspect-ratio: 990/435;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article .image {
    width: 100%;
    height: 100%;
    position: relative;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article .image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.35;
    transition: all 0.3s ease 0s;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article .image:hover:after {
    opacity: 0.20;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .category {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 2;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .category a {
    float: left;
    width: auto;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    text-shadow: 0px 0px 20px #000;
    text-decoration: none;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article .category a img {
    padding-left: 5px;
    position: relative;
    top: 1px;
    transition: all 0.3s ease 0s;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article .category a:hover img {
    padding-left: 10px;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article .texts {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    max-width: 500px;
    text-shadow: 0px 0px 20px #000;
}
.blogMasterCategory .featureArticles .featureArticlesContainer .articles .article .text {
    font-size: 15px;
    color: #FFF;
    line-height: 25px;
    max-width: 500px;
    text-shadow: 0px 0px 10px #000;
}
.blogMasterCategory .latestArticles {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    background-image: url('../../../../images/template/wave-big.png');
    background-repeat: no-repeat;
    background-position: left -100px bottom 230px;
}
.blogMasterCategory .latestArticles .latestArticlesContainer {
    width: calc(100% - 40px);
    max-width: 990px;
    padding: 35px 20px 50px;
    z-index: 2;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .title {

    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 70px;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles {
    float: left;
    width: calc(100% + 20px);
    position: relative;
    margin-left: -10px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 120px;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article {
    float: left;
    width: calc(50% - 20px);
    margin: 10px;
    position: relative;
    background-color: #FBFAF0;
    display: flex;
    display: -webkit-flex;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article .articleContainer {
    float: left;
    width: 100%;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article .image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.35;
    transition: all 0.3s ease 0s;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article:hover .image:after {
    opacity: 0.2;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading {
    width: calc(62% - 20px);
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading + .article {
    width: calc(38% - 20px);
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article .image {
    float: left;
    width: 100%;
    aspect-ratio: 486/186;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    position: relative;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .image {
    align-self: stretch;
    -webkit-align-self: stretch;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading + .article .image {
    aspect-ratio: 361/186;
    align-self: flex-start;
    -webkit-align-self: flex-start;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading picture {
    float: left;
    height: 100%;
    width: 100%;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.intro .category {
    position: absolute;
    left: 20px;
    top: 20px;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.intro .category a {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.intro .category a img {
    padding-left: 5px;
    position: relative;
    top: 1px;
    transition: all 0.3s ease 0s;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .category a img,
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .category a svg {
    padding-left: 5px;
    position: relative;
    top: 1px;
    transition: all 0.3s ease 0s;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .category a svg path {
    stroke: #9AB7C6;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.intro .category a:hover img {
    padding-left: 10px;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .category a:hover img,
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .category a:hover svg {
    padding-left: 10px;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article .texts {
    background-color: #FBFAF0;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .texts {
    max-width: 420px;
    align-self: center;
    position: absolute;
    pointer-events: none;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .category a {
    pointer-events: all;
    text-decoration: none;
    font-style: italic;
    padding-bottom: 5px;
    float: left;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article .texts .title {
    float: left;
    width: 100%;
    color: #4A6F7C;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 33px;
    text-decoration: none;
    pointer-events: all;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article .texts .articleDateCreated {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #4A6F7C;
    margin-bottom: 10px;
}
.blogMasterCategory .latestArticles .latestArticlesContainer .articles .article .texts .text {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #4A6F7C;
}
.blogMasterCategory .categoryPagination {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

/* Pagination */
.paginationItems {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.paginationItems .paginationItem {
    float: left;
    width: auto;
    line-height: 34px;
    padding: 0 12px;
    margin: 0 4px;
}
.paginationItems .paginationItem.active {
    background-color: var(--yellow);
}
.paginationItems .paginationItem > * {
    color: #4A6F7C;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

/* Blog Category */
.blogCategory {
    float: left;
    width: 100%;
}
.blogCategory .header {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    background-color: #F2F6F8;
}
.blogCategory .categoryImage {
    float: left;
    width: 100%;
    aspect-ratio: 1440/578;
    position: relative;
}
.blogCategory .categoryImage:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.blogCategory .categoryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogCategory .categoryTexts {
    max-width: calc(100% - 40px);
    width: 990px;
    margin: -250px 20px 50px;
    box-sizing: border-box;
    z-index: 1;
}
.blogCategory .categoryTexts .title {
    margin: 0 0 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
}
.blogCategory .categoryTexts .text {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 75px 120px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    line-height: 25px;

}
.blogCategory .categoryTexts .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.blogCategory .categoryTexts .text p:last-child {
    margin-bottom: 0;
}
.blogCategory .featureArticles {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
}
.blogCategory .featureArticles .featureArticlesContainer {
    width: calc(100% - 40px);
    max-width: 990px;
    padding: 35px 20px 20px;
}
.blogCategory .featureArticles .title {

    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.blogCategory .featureArticles .text {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 50px;
    text-align: justify;
}
.blogCategory .featureArticles .articles  {
    float: left;
    width: calc(100% + 24px);
    left: -12px;
    position: relative;
}
.blogCategory .featureArticles .article {
    float: left;
    width: calc(33% - 24px);
    margin: 0 12px;
}
.blogCategory .featureArticles .article .image {
    float: left;
    width: 100%;
    aspect-ratio: 1;
}
.blogCategory .featureArticles .article .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogCategory .featureArticles .article .title {
    float: left;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    color: #4A6F7C;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}
.blogCategory .featureArticles .article:hover .title {
    color: var(--yellow);
}
.blogCategory .featureArticles .arrows {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin: 40px 0 60px;
}
.blogCategory .featureArticles .arrows > div.slick-hidden {
    display: none;
}
.blogCategory .featureArticles .previousArrow {
    margin-right: 10px;
}
.blogCategory .featureArticles .slick-arrow {
    cursor: pointer;
}
.blogCategory .featureArticles .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.blogCategory .ourPicksByCategoryArea {
    float: left;
    width: 100%;
}
.blogCategory .latestArticles {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    background-image: url('../../../../images/template/wave-big.png');
    background-repeat: no-repeat;
    background-position: left -100px top 160px;
    margin-top: 90px;
}
.blogCategory .latestArticles .latestArticlesContainer {
    width: calc(100% - 40px);
    max-width: 990px;
    padding: 0 20px 50px;
    z-index: 2;
}
.blogCategory .latestArticles .modSmartSearch {
    float: left;
    margin-bottom: 60px;
}
.blogCategory .latestArticles .smartSearchInput {
    border: 2px solid #8AAFBC;
    border-right: none;
}
.blogCategory .latestArticles .smartSearchButton {
    border: 2px solid #8AAFBC;
    border-left: none;
}
.blogCategory .latestArticles .articles {
    float: left;
    width: 100%;
    margin-bottom: 120px;
}
.blogCategory .latestArticles .article {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.blogCategory .latestArticles .article:last-child {
    margin-bottom: 0;
}
.blogCategory .latestArticles .article .image {
    float: left;
    width: calc(100% - 125px);
    aspect-ratio: 865/488;
}
.blogCategory .latestArticles .article:nth-child(odd) .image {
    float: right;
}
.blogCategory .latestArticles .article .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogCategory .latestArticles .article .texts {
    position: absolute;
    width: 420px;
    background-color: #FBFAF0;
    padding: 35px;
    box-sizing: border-box;
    min-height: 250px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}
.blogCategory .latestArticles .article:nth-child(even) .texts {
    left: auto;
    right: 0;
}
.blogCategory .latestArticles .article .texts .category {
    float: left;
    width: 100%;
}
.blogCategory .latestArticles .article .title {
    float: left;
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
    color: #4A6F7C;
    margin-bottom: 10px;
    text-decoration: none;
}
.blogCategory .latestArticles .article .title:hover {
    color: var(--yellow);
}
.blogCategory .latestArticles .article .articleDateCreated {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #99B7C5;
    line-height: 15px;
    margin-bottom: 20px;
}
.blogCategory .latestArticles .article .text {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #99B7C5;
    line-height: 20px;
}
.blogCategory .categoryPagination {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

/* Blog Article */
.article.blog {
    float: left;
    width: 100%;
}
.article.blog .header {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}
.article.blog .header .image {
    float: left;
    width: 100%;
    aspect-ratio: 1440/580;
}
.article.blog .header .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article.blog .header .box {
    position: absolute;
    max-width: calc(100% - 440px);
    width: 100%;
    transform: translateY(-100%);
    top: 45px;
    background-color: #FBFAF0;
    padding: 50px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-column-gap: 50px;
    align-items: center;
}
.article.blog .header .title {
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    margin: 0 0 30px;
    grid-column: span 3;
}
.article.blog .header .date {
    font-size: 16px;
    line-height: 35px;
}
.article.blog .header .author {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.article.blog .header .author .image {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.article.blog .header .author .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.article.blog .header .author .name {
    font-size: 16px;
    line-height: 35px;

}
.article.blog .header .category a {
    float: left;
    font-size: 16px;
    line-height: 35px;
    color: #4A6F7C;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.article.blog .header .category a img {
    position: relative;
    top: 3px;
}
.article.blog .header .category a:hover {
    color: var(--yellow);
}
.article.blog .content {
    float: left;
    width: 100%;
}
.article.blog .content .full {
    float: left;
    width: 100%;
}
.article.blog .content .right {
    float: right;
    width: 360px;
    margin-left: 80px;
    margin-bottom: 30px;
}
.article.blog .content .contentLeft {
    float: left;
    width: calc(100% - 460px);
    padding-left: 50px;
    box-sizing: border-box;
}
.article.blog .content .fulltext {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 33px;
    color: #455A61;
    text-align:justify;
}
.article.blog .content .fulltext img {
    width: 100%;
    height: auto;
}
.article.blog .content .fulltext picture + em {
    width: 100%;
    float: left;
}
.article.blog .content .fulltext span.caption {
    width: 100%;
    float: left;
}
.article.blog .content .fulltext b
.article.blog .content .fulltext strong {
    font-weight: 600;
}
.article.blog .content .fulltext p,
.article.blog .content .fulltext ul,
.article.blog .content .fulltext ol {
    float: left;
    width: 100%;
    margin: 0 0 40px;
}
.article.blog .content .fulltext hr {
    float: left;
    width: 100%;
    margin: 0 0 40px;
    color: #99B7C5;
    border: none;
    border-top: 1px solid #99B7C5;
}
.article.blog .content .fulltext li {
    float: left;
    width: 100%;
}
.article.blog .content .fulltext li:last-child {
    margin-bottom: 0;
}
.article.blog .content .fulltext p img {
    float: left;
    width: 100%;
    height: auto;
}
.article.blog .content .fulltext p em {
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
}
.article.blog .content .fulltext h2,
.article.blog .content .fulltext h3 {
    float: left;
    width: 100%;
    margin: 20px 0 60px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}
.article.blog .content .fulltext h3 {
    font-size: 24px;
}
.article.blog .tableOfContents {
    float: left;
    width: 100%;
    padding: 45px;
    box-sizing: border-box;
    background-color: var(--yellow);
    margin: 0 0 60px;
}
.article.blog .tableOfContents .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;

    margin-bottom: 35px;
}
.article.blog .tableOfContents .anchor {
    font-size: 18px;
    line-height: 1.5;

    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}
.article.blog .tableOfContents .anchor:hover {
    font-weight: 500;
}
.article.blog .tableOfContents .anchor:last-child {
    margin-bottom: 0;
}
.article.blog .relatedExperiences {
    float: left;
    width: 100%;
    margin: 0 0 60px;
}
.article.blog .relatedExperiences .title {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;

}
.article.blog .relatedExperiences .relatedExperience {
    float: left;
    width: 100%;
}
.article.blog .relatedExperiences .experience {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 20px;
}
.article.blog .relatedExperiences .experience .image {
    float: left;
    width: 105px;
    height: 105px;
}
.article.blog .relatedExperiences .experience .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article.blog .relatedExperiences .experience .texts {
    float: left;
    width: calc(100% - 105px);
    padding-left: 20px;
    box-sizing: border-box;
}
.article.blog .relatedExperiences .experience .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    color: #4A6F7C;
    text-decoration: none;
}
.article.blog .relatedExperiences .experience .title:hover {
    color: var(--yellow);
}
.article.blog .breadcrumbs {
    float: left;
    margin: 0 0 45px 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #99B7C5;
    width: calc(100% - 50px);
    padding: 45px 0;
    font-size: 16px;

}
.article.blog .breadcrumbs a.breadcrumb {
    transition: all 0.3s ease 0s;
    color: #4A6F7C;
    text-decoration: none;
}
.article.blog .breadcrumbs .breadcrumb:last-child {
    font-weight: 600;
}
.article.blog .breadcrumbs a.breadcrumb:hover {
    color: var(--yellow);
}
.article.blog .relatedPosts {
    float: left;
    margin: 0 0 45px 50px;
    box-sizing: border-box;
    width: calc(100% - 50px);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.article.blog .mobileTableOfContents {
    display: none;
    transition: top 0.3s ease 0s;
    z-index: 20;
}
.article.blog .mobileTableOfContents.fixed {
    position: relative !important;
}


.article.blog .relatedPosts .title {
    width: 180px;
}
.article.blog .relatedPosts .post {
    border: 1px solid #4A6F7C;
    padding: 8px 24px;
    border-radius: 24px;
    line-height: 1;
    float: left;
    margin: 7px 15px 7px 0;
    color: #4A6F7C;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.article.blog .relatedPosts .post:hover {
    background-color: var(--yellow);
    border-color: var(--yellow);
}
.article.blog .socialShare {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin: 60px 0;
}
.article.blog .socialShare .text {
    float: left;
    font-size: 18px;
    line-height: 32px;
    padding-right: 15px;
}
.article.blog .socialShare .icons a {
    background-color: transparent !important;
    color: #455A61 !important;
    width: auto !important;
}
.article.blog .socialShare .icons a:hover {
    color: var(--yellow) !important;
}
.article.blog .socialShare .icons .ampz_network_label {
    display: none;
}
.article.blog .socialShare .icons a .ampz-icoon {
    font-size: 22px !important;
}

/* Book Now Banner */
.bookNowBanner {
    position: relative;
    float: left;
    width: 100%;
    aspect-ratio: 680/232;
    padding: 25px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 40px;
}
.bookNowBanner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.bookNowBanner .bookNowBannerInside {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}
.bookNowBanner .bookNowBannerInside > * {
    position: relative;
    z-index: 1;
}
.bookNowBanner .title {
    float: left;
    width: calc(100% - 290px);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    text-align: left;
}
.bookNowBanner .link {
    float: left;
    width: 270px;
    line-height: 66px;
    height: 66px;
    border-radius: 33px;
    text-align: center;
    background-color: #4A6F7C;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.bookNowBanner .link:hover {
    background-color: var(--yellow);
    color: #4A6F7C;
}
.bookNowBanner .link img,
.bookNowBanner .link svg {
    padding-left: 15px;
}
.bookNowBanner .link:hover svg path {
    transition: all 0.3s ease 0s;
}
.bookNowBanner .link:hover svg path {
    stroke: #4A6F7C;
}

/* Module Testimonials */
.modWbnTestimonials.greyBlue {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
}
.modWbnTestimonials.blueYellow {
    float: left;
    width: 100%;
    background-color: #99B7C5;
	/*background-color: #637984;*/						  
    padding-left: calc((100% - var(--page-width)) / 2);
    box-sizing: border-box;
}
.modWbnTestimonials .wbnTestimonials {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 20px;
}
.wbnTestimonials .left {
    width: 400px;
    box-sizing: border-box;
    float: left;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.wbnTestimonials .left .image {
    margin-bottom: 20px;
}
.wbnTestimonials .left .smallTitle {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.08px;
}
.blueYellow .wbnTestimonials .left .smallTitle {
    color: #fff;
}
.wbnTestimonials .left .bigTitle {
    font-size: 65px;
    font-weight: 600;
    letter-spacing: 1.08px;
    line-height: 65px;
    color: var(--yellow);
}
.blueYellow.modWbnTestimonials .wbnTestimonials {
    -webkit-align-items: inherit;
    align-items: inherit;
}
.blueYellow .wbnTestimonials .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 85px 0 60px;
}
.wbnTestimonials .left .wbnTestimonialsTop {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}
.wbnTestimonials .left .wbnTestimonialsTopTexts {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    float: left;
    margin-top: 20px;
    max-width: calc(100% - 200px);
    position: relative;
    width: 100%;
}
.wbnTestimonials .left .wbnTestimonialsTopTexts .whiteTitle {
    color: #fff;
    font-size: 32px;
}
.wbnTestimonials .left .wbnTestimonialsTopTexts .coloredTitle {
    color: var(--yellow);
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 48px;
}
.wbnTestimonials .left .wbnTestimonialsTopImage {
    float: left;
    max-width: 175px;
    position: relative;
    width: 100%;
}
.wbnTestimonials .left .wbnTestimonialsTopImage picture,
.wbnTestimonials .left .wbnTestimonialsTopImage img {
    height: auto;
    max-width: 100% !important;
}
.wbnTestimonials .left .wbnTestimonialsText {
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 70px;
    position: relative;
    width: 100%;
}
.wbnTestimonials .left .wbnTestimonialsLogos {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    margin-bottom: 40px;
    gap: 20px;
    position: relative;
    width: 100%;
}
.wbnTestimonials .left .wbnTestimonialsLogo {
    float: left;
    position: relative;
}
.wbnTestimonials .left .wbnTestimonialsLines {
    float: left;
    margin-top: auto;
    position: relative;
    width: 100%;
}
.wbnTestimonials .left .wbnTestimonialsLines .coloredLine {
    background-color: var(--yellow);
    float: left;
    height: 11px;
    margin-right: 10px;
    position: relative;
    width: 82px;
}
.wbnTestimonials .left .wbnTestimonialsLines .plainLine {
    background-color: #cfcfcf;
    float: left;
    height: 11px;
    margin-right: 10px;
    position: relative;
    width: 51px;
}
.wbnTestimonials .right {
    width: calc(100% - 470px);
    padding-right: calc((100vw - var(--page-width)) / 2 );
    margin-top: 45px;
    margin-left: 70px;
    background-color: #E0EDF4;
    box-sizing: border-box;
    position: relative;
}
.blueYellow .wbnTestimonials .right {
    background-color: var(--yellow);
    border-radius: 15px 0 0 0;
    margin-top: 85px;
    padding-right: 0;
}
.wbnTestimonials .right .testimonials {
    padding: 60px 40px 60px 180px;
}
.blueYellow .wbnTestimonials .right .testimonials {
    padding-right: 0;
}
.blueYellow .wbnTestimonials .right .testimonials .slick-track {
    display: -webkit-flex !important;
    display: flex !important;
}
.wbnTestimonials .right .testimonial {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.blueYellow .wbnTestimonials .right .testimonial {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: inherit !important;
    margin: 0 10px;
    padding: 30px;
    width: 400px;
}
.wbnTestimonials .right .arrows {
    position: absolute;
    left: 40px;
    top: 60px;
}
.wbnTestimonials .right .arrows .nextArrow {
    margin-top: 10px;
}
.wbnTestimonials .right .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.wbnTestimonials .right .arrows .slick-arrow {
    cursor: pointer;
}
.wbnTestimonials .right .arrows .slick-arrow.slick-disabled {
    cursor: default;
}
.wbnTestimonials .right .mobileLink {
    display: none;
}
.wbnTestimonials .testimonial .logo {
    margin-bottom: 30px;
}
.wbnTestimonials .testimonial .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1.08px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.blueYellow .wbnTestimonials .testimonial .title {
    font-size: 28px;
    text-align: left;
}
.wbnTestimonials .testimonial .text {
    font-size: 23px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1.08px;
    width: 100%;
}
.blueYellow .wbnTestimonials .testimonial .text {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: auto;
    text-align: left;
}
.wbnTestimonials .testimonial .text a {
    font-style: normal;
    transition: all 0.3s ease 0s;
    text-decoration-color: #99B7C5;
}
.wbnTestimonials .testimonial .text a:hover {
    color: #4A6F7C;
}
.wbnTestimonials .testimonial .author {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.blueYellow .wbnTestimonials .testimonial .author {
    text-align: left;
}
.wbnTestimonials .testimonial .author .image {
    margin-right: 10px;
}
.wbnTestimonials .testimonial .author .name {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.08px;
}
.blueYellow .wbnTestimonials .testimonial .author .name {
    font-size: 17px;
    line-height: 1.2;
}
.blueYellow .wbnTestimonials .testimonial .author .separator {
    color: #99B7C4;
    font-size: 17px;
    line-height: 1.2;
}
.blueYellow .wbnTestimonials .testimonial .author .tour {
    color: #99B7C4;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 1.08px;
}


/* Tours */
.toursMasterCategory {
    float: left;
    width: 100%;
}
.toursMasterCategory .top {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background-image: url("../../../images/template/wave-big.png");
    background-position: bottom right -120px;
    background-repeat: no-repeat;
    margin-bottom: 120px;
}
.toursMasterCategory .top .titleSubtitle {
    width: calc(100% - 820px);
    padding-left: calc(((100% - var(--page-width)) /2) + 20px);
    padding-right: 60px;
    box-sizing: border-box;
}
.toursMasterCategory .top .title {
    margin: 0 0 80px;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;

}
.toursMasterCategory .top .subtitle {
    margin: 0;
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;

}
.toursMasterCategory .top .text {
    float: left;
    width: 100%;
    padding-left: calc(((100% - var(--page-width)) /2) + 20px);
    padding-right: 545px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 25px;

    margin-top: 60px;
}
.toursMasterCategory .top .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.toursMasterCategory .top .images {
    float: left;
    width: 820px;
}
.toursMasterCategory .top .image {
    float: left;
    margin-left: 20px;
}
.toursMasterCategory .top .image:nth-child(2n+1) {
    float: left;
    margin-top: 60px;
}
.toursCategory {
    float: left;
    width: 100%;
    overflow: visible;
    position: relative;
}
.toursCategory .headerArea {
    float: left;
    width: 100%;
}
.toursCategory .toursGroups {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.toursCategory .relatedTripsArea {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    padding: 100px 0 100px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    z-index: 1;
}
.toursCategory .relatedTripsAreaTop {
    float: left;
    position: relative;
    width: 100%;
}
.toursCategory .relatedTripsAreaTop::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 1000px 0 0;
    border-color: #fff transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: -102px;
    left: 0;
}
.toursCategory .relatedTripsAreaTop::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 1000px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: -102px;
    right: 0;
}
.toursCategory .relatedTripsAreaBottom {
    float: left;
    position: relative;
    width: 100%;
}
.toursCategory .relatedTripsAreaBottom::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1000px 60px 0;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -102px;
    left: 0;
}
.toursCategory .relatedTripsAreaBottom::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 1000px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -102px;
    right: 0;
}
.toursCategory .relatedBlogArticles {
    float: left;
    width: 100%;
}
/*.toursCategory .relatedTripsArea:after {
    content: '';
    position: absolute;
    width: 550px;
    height: 550px;
    right: -180px;
    bottom: -150px;
    background-image: url("../../../images/template/cycle-big.png");
    background-size: contain;
    z-index: -1;
}*/
.toursCategory .relatedTripsArea .relatedTripsContainer {
    float: left;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Tours Article */
.toursArticle {
    float: left;
    width: 100%;
}
.toursArticle .full {
    float: left;
    width: 100%;
}
.toursArticle .breadcrumbs {
    float: left;
    margin: 0 0 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #99B7C5;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;

}
.toursArticle .breadcrumbs a.breadcrumb {
    transition: all 0.3s ease 0s;
    color: #4A6F7C;
    text-decoration: none;
}
.toursArticle .breadcrumbs .breadcrumb:last-child {
    font-weight: 600;
}
.toursArticle .breadcrumbs a.breadcrumb:hover {
    color: var(--yellow);
}
.toursArticle .mainSlider {
    float: left;
    width: 100%;
    position: relative;
}
.toursArticle .mainSlider .image {
    position: relative;
    width: 100%;
    max-width: calc(var(--page-width) - 340px);
    aspect-ratio: 920/500;
    margin: 0 -82px;
    transition: all 0.3s ease 0s;
    transform-origin: center;
    scale: 0.6;
}
.toursArticle .mainSlider .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
}
.toursArticle .mainSlider .image.slick-center {
    scale: 1;
}
.toursArticle .mainSlider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.toursArticle .mainSlider .arrows {
    margin-top: -62px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.toursArticle .mainSlider .arrows .previousArrow {
    margin-right: 10px;
}
.toursArticle .mainSlider .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.toursArticle .mainSlider .arrows .slick-arrow {
    cursor: pointer;
}
.toursArticle .mainSlider .arrows .slick-arrow.slick-disabled {
    cursor: default;
}
.toursArticle .mainSlider .title {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 820px;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    margin: 0 0 45px;
}
.toursArticle .introArea {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 100px;
}
.toursArticle .introContainer {
    max-width: 860px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
.toursArticle .introArea .intro {
    font-size: 20px;
    line-height: 33px;
    margin-top: 45px;
}
.toursArticle .introArea .intro p {
    margin: 0 0 25px;
}
.toursArticle .introArea .intro p:last-child {
    margin-bottom: 0;
}
.toursArticle .overviewArea {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    padding: 120px 0;
    scroll-margin-top: 160px;
}
.toursArticle .overviewArea .overviewHighlights {
    float: left;
    width: calc(100% - 360px);
    padding: 0 40px 0 0;
    box-sizing: border-box;
}
.toursArticle .overviewArea .overview {
    float: right;
    width: 100%;
    max-width: 720px;
    margin-bottom: 60px;
}
.toursArticle .overviewArea .overview .label {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    line-height: 13px;
    margin-bottom: 60px;
}
.toursArticle .overviewArea .overview .value {
    float: left;
    width: 100%;
}
.toursArticle .overviewArea .overview .value p {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 33px;
}
.toursArticle .overviewArea .overview .value p:last-child {
    margin-bottom: 0;
}
.toursArticle .overviewArea .overview .value p strong,
.toursArticle .overviewArea .overview .value p b {
    font-weight: 600;
}
.toursArticle .overviewArea .highlights {
    float: right;
    width: 100%;
    max-width: 720px;
}
.toursArticle .overviewArea .highlight {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.toursArticle .overviewArea .highlight .icon {
    float: left;
    width: 25px;
    height: 25px;
}
.toursArticle .overviewArea .highlight .text  {
    float: right;
    width: calc(100% - 40px);
}
.toursArticle .overviewArea .highlight .text p {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.toursArticle .overviewArea .highlight .text p:last-child {
    margin-bottom: 0;
}
.toursArticle .overviewArea .bookNow {
    float: right;
    width: 360px;
    border: 1px solid #4A6F7C;
    box-sizing: border-box;
    scroll-margin-top: 160px;
    background-color: #fff;
}
.toursArticle .sliderArea {
    float: left;
    width: 100%;
    margin: -40px 0 10px;
    position: relative;
    scroll-margin-top: 160px;
}
.toursArticle .sliderArea::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    left: -230px;
    top: -95px;
    background-image: url("../../../images/template/cycle-big.png");
}
.toursArticle .sliderArea .images {
    float: left;
    width: calc(100% + 16px);
    position: relative;
    left: -8px;
    margin-bottom: 40px;
}
.toursArticle .sliderArea .images .image {
    float: left;
    width: calc((100% / 3) - 16px);
    margin: 0 8px;
    aspect-ratio: 405/439;
}
.toursArticle .sliderArea .images .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.toursArticle .sliderArea .arrows {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.toursArticle .sliderArea .arrows .previousArrow {
    margin-right: 10px;
}
.toursArticle .sliderArea .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.toursArticle .sliderArea .arrows .slick-arrow {
    cursor: pointer;
}
.toursArticle .sliderArea .arrows .slick-arrow.slick-disabled {
    cursor: default;
}
.toursArticle .descriptionArea {
    float: left;
    width: 100%;
    scroll-margin-top: 160px;
    z-index: 2;
    position: relative;
}
.toursArticle .descriptionArea .descriptionContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.toursArticle .descriptionArea .description {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    margin-bottom: 100px;
    box-sizing: border-box;
}
.toursArticle .descriptionArea .label {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 60px;
}
.toursArticle .descriptionArea .value {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.toursArticle .descriptionArea .value p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 25px;
}
.toursArticle .descriptionArea .value p:last-child {
    margin-bottom: 0;
}
.toursArticle .descriptionArea .value p strong,
.toursArticle .descriptionArea .value p b {
    font-weight: 600;
}
.toursArticle .descriptionArea .bookNowAnchor {
    margin-top: 70px;
}
.toursArticle .descriptionArea .bookNowAnchor {
    float: left;
    width: auto;
    padding: 0 45px;
    background-color: var(--yellow);
    color: #fff;
    height: 66px;
    border-radius: 33px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.toursArticle .descriptionArea .bookNowAnchor .bookNowLabel {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-right: 25px;
    color: #4A6F7C;
    transition: all 0.3s ease 0s;
}
.toursArticle .descriptionArea .bookNowAnchor svg path {
    stroke: #4A6F7C;
    transition: all 0.3s ease 0s;
}
.toursArticle .descriptionArea .bookNowAnchor:hover {
    text-decoration: none;
    background-color: #4A6F7C;
}
.toursArticle .descriptionArea .bookNowAnchor:hover .bookNowLabel {
    color: #fff;
}
.toursArticle .descriptionArea .bookNowAnchor:hover svg path {
    stroke: #fff;
}
.toursArticle .inclusionsExclusionsArea {
    float: left;
    width: 100%;
    padding: 100px 0 40px;
    background-color: #E0EDF4;
    position: relative;
    scroll-margin-top: 160px;
}
.toursArticle .inclusionsExclusionsArea::before {
    content: "";
    position: absolute;
    right: -122px;
    top: -80px;
    width: 541px;
    height: 337px;
    background-image: url('../../../images/template/wave-big-dark.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.toursArticle .testimonialsArea {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    scroll-margin-top: 160px;
    z-index: 1;
}
.toursArticle .testimonialsArea::before {
    content: '';
    float: left;
    width: 100%;
    background-color: #E0EDF4;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.toursArticle .relatedToursArea {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

/* Layout Testimonials Style 1 */
.testimonialsLayout.style1 .testimonialsContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    z-index: 2;
}
.testimonialsLayout.style1 .testimonials {
    float: left;
    width: 100%;
    max-width: 940px;
    background-color: #F2F6F8;
    display: grid;
    grid-template-columns: 155px calc(100% - 155px);
}
.testimonialsLayout.style1 .testimonials .platform {
    margin-top: auto;
    background-color: #E0EDF4;
    padding: 25px;
    grid-row-start: 2;
}
.testimonialsLayout.style1 .testimonials .arrows {
    grid-row-start: 1;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.testimonialsLayout.style1 .testimonials .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.testimonialsLayout.style1 .testimonials .arrows .slick-arrow {
    cursor: pointer;
}
.testimonialsLayout.style1 .testimonials .arrows .slick-arrow.slick-disabled {
    cursor: default;
}
.testimonialsLayout.style1 .testimonials .arrows .previousArrow{
    margin-bottom: 10px;
}
.testimonialsLayout.style1 .testimonials .reviews {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
}
.testimonialsLayout.style1 .testimonial {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    height: auto;
    min-height: 410px;
}
.testimonialsLayout.style1 .testimonial .content {
    padding: 60px 50px;
    box-sizing: border-box;
    background-color: transparent;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.testimonialsLayout.style1 .testimonial .text {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1.08px;
    margin-bottom: 60px;
}
.testimonialsLayout.style1 .testimonial .icon {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

/* Layout Experiences Style1 */
.experiencesLayout.style1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.experiencesLayout.style1 .subtitle {
    color: var(--yellow);
    float: left;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    width: 100%;
}
.experiencesLayout.style1 .titleContainer {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    width: 100%;
}
.experiencesLayout.style1 .title {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
}
.experiencesLayout.style1 .text {
    float: left;
    width: 100%;
    font-size: 18px;
    /*max-width: 730px;*/
    line-height: 25px;
    margin-bottom: 50px;
}
.experiencesLayout.style1 .text p {
    margin: 0 0 25px;
}
.experiencesLayout.style1 .text p:last-child {
    margin-bottom: 0;
}
.experiencesLayout.style1 .experiences {
    float: left;
    width: calc(100% + 12px);
    position: relative;
    left: -6px;
    margin-bottom: 40px;
}

.small-group-trips-wrapper .top-half .experiencesLayout.style1 .experiences {
    margin-bottom: 0!important;
}

body > div.all > div.content > div.mainContent > main > div > div.headerArea > div > div.slider > div.images.slick-slider.slick-initialized img{
    border-radius:16px;
}
#Photos > div > div.images.slick-slider.slick-initialized > div > div > div.image.slick-slide > picture > img{
    border-radius:16px;
}
.experiencesLayout.style1 .experiences.slick-slider {
    float: left;
    width: 100%;
    padding-left: calc(((100% - var(--page-width)) / 2) + 20px);
    box-sizing: border-box;
}

.small-group-trips-wrapper .top-half .experiencesLayout.style1 .experiences.slick-slider {
    padding-left:0!important;
}

.experiencesLayout.style1 .experiences.slick-slider .experienceBox {
    width: 380px !important;
}
.experiencesLayout.style1 .experiences .slick-track {
    margin-left: 0;
	padding-bottom: 15px;			 
}
.experiencesLayout.style1 .arrows {
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.experiencesLayout.style1 .arrows .previousArrow {
    margin-right: 10px;
}
.experiencesLayout.style1 .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.experiencesLayout.style1 .arrows .slick-arrow {
    cursor: pointer;
}
.experiencesLayout.style1 .arrows .slick-arrow.slick-disabled {
    cursor: default;
}

/* Layout Experiences Style3 */
.experiencesLayout.style3 {
    float: left;
    width: 100%;
}
.experiencesLayout.style3 .title {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 60px;
    text-align: center;
}
.experiencesLayout.style3 .experiences {
    float: left;
    width: calc(100% + 12px);
    position: relative;
    left: -6px;
    margin-bottom: 40px;
}
.experiencesLayout.style3 .arrows {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.experiencesLayout.style3 .arrows .previousArrow {
    margin-right: 10px;
}
.experiencesLayout.style3 .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.experiencesLayout.style3 .arrows .slick-arrow {
    cursor: pointer;
}
.experiencesLayout.style3 .arrows .slick-arrow.slick-disabled {
    cursor: default;
}

.style11 .experienceBox {
    position: relative;
    float: left;
    width: 25%;
    margin: 0;
    padding: 6px 10px;
    box-sizing: border-box;
    aspect-ratio: 290/575;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
}

.small-group-trips-wrapper .modals-grid{
    display:flex;
    justify-content: space-between;
    margin-top:48px; 
    flex-wrap: wrap;
    gap:20px;
}

.small-group-modal{
    overflow:hidden;
    height: 540px; 
    width: 50vw; 
    background: #E6E6E6; 
    border-radius: 18px; 
    display: flex;
}

.small-group-modal picture img {
    object-fit: cover;
    border-radius: 18px 0 0 18px;
    max-height: 620px;
}

.small-group-modal picture {
    overflow:hidden;
}

.small-group-modal svg{
    transform: translate(10px, -5px);
}

.small-group-modal .svg-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.style11 .yellow-color {
    color: var(--yellow);
}

/* Layout Experience Box */
.experienceBox {
    position: relative;
    float: left;
    width: 25%;
    margin: 0;
    padding: 6px 10px;
    box-sizing: border-box;
    aspect-ratio: 300/575;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
}


.experienceBoxInner {
    
    border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 0px 8px -4px #aaa;
    display: flex !important;
    display: -webkit-flex !important;
    float: left;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 95%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.experienceBox .experienceBoxImage {
    position: relative;
    width: 100%;
    height: calc(100% - 250px);
    z-index: 1;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.experienceBox .experienceBoxImage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.3;
    pointer-events: none;
    z-index: 3;
}
.experienceBox .experienceBoxImage a {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.experienceBox .experienceBoxImage picture {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}		   
				 
.experienceBox .experienceBoxImage img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experienceBox .top {
    position: relative;
    box-sizing: border-box;
    z-index: 2;
}
.experienceBox .experienceBoxFlag {
    position: absolute;
    left: 20px;
    top: 30px;
    height: 24px;
    padding: 0 20px;
    background-color: #4a6f7c;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 15px;
	pointer-events: none;
    z-index: 4;				 
				  
}
.experienceBox .bottom {
    background-color: #fff;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
    min-height: 250px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
}
.experienceBox .experienceBoxDuration {
    float: left;
    width: 100%;
    /*color: #fff;*/
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.experienceBox .experienceBoxTitle {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #35474e;
    font-family: 'Roboto';
    margin-bottom: 20px;
}
							 
 
											
.experienceBox .experienceBoxTitle a {
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0;
    text-decoration-color: transparent;
    text-decoration-line: revert;
    text-underline-offset: 0;
}
.experienceBox .experienceBoxTitle a:hover {
    color: #FACE4A;
}							   
						
								 
						  
				
						   
					   
.experienceBox .experienceBoxLink {
    background-color: var(--yellow);
    color: #4A6F7C;
    /*color: #3D5057;*/
    font-size: 18px;
    line-height: 50px;
    padding: 0 40px;
    float: left;
    border-radius: 25px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    margin-top: auto;
}
.experienceBox .experienceBoxLink:hover {
    background-color: #9AB7C6;
    color: #fff;
}

.upcomming-departures-dots{
    padding: 0;
    display: flex;
    justify-content: center;
}

.upcomming-departures-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.upcomming-departures-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.upcomming-departures-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.upcomming-departures-dots li button:before {
    font-family: 'slick';
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.upcomming-departures-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

/* Packages Category */
.packagesCategory {
    float: left;
    width: 100%;
    overflow: visible;
    position: relative;
    display: flex;
    flex-direction: column;
}
.packagesCategory .tripGroups {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

/* Accommodation Master Category */
.accommodationMasterCategory .subcategoriesLayoutContainer {
    float: left;
    position: relative;
    width: 100%;
}
.accommodationMasterCategory .subcategoriesLayout {
    background-color: #F2F6F8;
    float: left;
    width: 100%;
    padding-top: 150px;
}
.accommodationMasterCategory .subcategoriesLayout:nth-child(2n+2) {
    background-color: #FBFAF0;
}
.accommodationMasterCategory .bottomExtraTextLayout {
    background-color: #F2F6F8;
}

/* Accommodation Category */
.accommodationCategory {
    float: left;
    width: 100%;
}

.accommodationCategory .breadcrumbs {
    float: left;
    margin: 0 0 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #99B7C5;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;

}
.accommodationCategory .breadcrumbs a.breadcrumb {
    transition: all 0.3s ease 0s;
    color: #4A6F7C;
    text-decoration: none;
}
.accommodationCategory .breadcrumbs .breadcrumb:last-child {
    font-weight: 600;
}
.accommodationCategory .breadcrumbs a.breadcrumb:hover {
    color: var(--yellow);
}
.accommodationCategory .hotelsArea {
    float: left;
    width: 100%;
}
.accommodationCategory .hotelsArea .hotels {
    float: left;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
}
.accommodationCategory .hotelsArea .hotel {
    position: relative;
    float: left;
    width: calc(50% - 60px);
    margin: 30px;
}
.accommodationCategory .hotelsArea .hotel .image {
    float: left;
    width: 100%;
    aspect-ratio: 588/452;
}
.accommodationCategory .hotelsArea .hotel .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accommodationCategory .hotelsArea .hotel .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #000);
    opacity: 0.6;
}
.accommodationCategory .hotelsArea .hotel .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px;
    box-sizing: border-box;
}
.accommodationCategory .hotelsArea .hotel .name {
    font-size: 25px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 15px;
}
.accommodationCategory .hotelsArea .hotel .otherInfo {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.accommodationCategory .hotelsArea .hotel .type {
    float: left;
    width: auto;
    color: var(--yellow);
    font-size: 18px;
    line-height: 24px;
    margin: 0 20px 0 0;
    display: flex;
    display: -webkit-flex;
    white-space: nowrap;
    -webkit-white-space: nowrap;
}
.accommodationCategory .hotelsArea .hotel .type .star {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    background-image: url('../../../images/template/star.png');
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: center;
}
.accommodationCategory .hotelsArea .hotel .hashtag {
    float: left;
    width: auto;
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
}
.accommodationCategory .hotelsArea .categoryPagination {
    float: left;
    width: 100%;
    margin: 70px 0;
}

/* Header Layout Style 1 */
.headerLayout.style1 {
    float: left;
    width: 100%;
}
.headerLayout.style1 .header {
    display: grid;
    grid-template-columns: 320px 1fr 460px;
    grid-template-rows: 1fr auto;
    margin-bottom: 40px;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
.headerLayout.style1 .imagesLeft {
    grid-column-start: 1;
    grid-row: span 2;
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.headerLayout.style1 .imagesLeft .image {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.headerLayout.style1 .imagesLeft .image:last-child {
    margin-bottom: 0;
}
.headerLayout.style1 .imagesLeft .image img {
    float: left;
    width: 100%;
    height: auto;
}
.headerLayout.style1 .imageRight {
    margin-top: 155px;
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    position: relative;
}
.headerLayout.style1 .imageRight::before {
    content: '';
    position: absolute;
    right: -40px;
    top: -155px;
    width: 540px;
    height: 340px;
    background-image: url('../../../images/template/wave-big-dark.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.headerLayout.style1 .imageRight img {
    float: left;
    width: 100%;
    height: auto;
}
.headerLayout.style1 .title {
    grid-column-start: 2;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
    padding: 60px 60px 30px;
}
.headerLayout.style1 .text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    grid-column-start: 2;
    padding: 0 60px 60px;
    text-align: justify;
}
/* Header Layout Style 2 */
.headerLayout.style2 {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.headerLayout.style2 .title {
    float: left;
    width: 100%;
    margin: 60px 0;
    font-size: 60px;
    text-transform: uppercase;
}
.headerLayout.style2 .text {
    float: left;
    width: 100%;
}
.headerLayout.style2 .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}

/* Header Layout Style 3 */
.headerLayout.style3 {
    float: left;
    width: 100%;
}
.headerLayout.style3 .slider {
    float: left;
    width: 100%;
    position: relative;
}
.headerLayout.style3 .slider .image {
    position: relative;
    width: 100%;
    max-width: calc(var(--page-width) - 340px);
    aspect-ratio: 920/500;
    margin: 0 -82px;
    transition: all 0.3s ease 0s;
    transform-origin: center;
    scale: 0.6;
}
.headerLayout.style3 .slider .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
    border-radius:16px;
}
.headerLayout.style3 .slider .image.slick-center {
    scale: 1;
}
.headerLayout.style3 .slider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.headerLayout.style3 .slider .arrows {
    margin-top: -62px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.headerLayout.style3 .slider .arrows .previousArrow {
    margin-right: 10px;
}
.headerLayout.style3 .slider .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.headerLayout.style3 .slider .arrows .slick-arrow {
    cursor: pointer;
}
.headerLayout.style3 .slider .arrows .slick-arrow.slick-disabled {
    cursor: default;
}
.headerLayout.style3 .slider .title {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 820px;
    width: 100%;
    transform: translate(-50%, -50px);
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    margin: 0 0 45px;
}

.smallgroupArticle .headerLayout.style3 .smallGroupsInquiry.sendInquiryButton{
    position: absolute;
    left: 50%;
    max-width: 276px;
    text-align: center;
    /* color: #fff; */
    font-size: 18px;
    font-weight: 600;
    width: auto;
    padding: 15px 35px;
    background-color: var(--yellow);
    color: #fff;
    border-radius: 33px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    transform: translate(-50%, -70px);
}

:not(.smallgroupArticle) .headerLayout.style3 .sendInquiryButton {
    display: none;
}

.headerLayout.style3 .sendInquiryButton .bookNowLabel{
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-right: 25px;
    color: #4A6F7C;
    transition: all 0.3s ease 0s;
}

.headerLayout.style3 .sendInquiryButton .bookNowArrow svg path{
    stroke: #4A6F7C;
    transition: all 0.3s ease 0s;
}

.headerLayout.style3 .sendInquiryButton:hover .bookNowArrow svg path {
    stroke: #fff;
}

.headerLayout.style3 .sendInquiryButton:hover {
    text-decoration: none;
    background-color: #4A6F7C;
}

.headerLayout.style3 .sendInquiryButton:hover .bookNowLabel{
    color: #fff;
}

.headerLayout.style3 .introArea {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 100px;
}
.headerLayout.style3 .introContainer {
    max-width: 860px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
.headerLayout.style3 .introArea .intro {
    font-size: 20px;
    line-height: 33px;
    margin-top: 45px;
}
.headerLayout.style3 .introArea .intro p {
    margin: 0 0 25px;
}
.headerLayout.style3 .introArea .intro p:last-child {
    margin-bottom: 0;
}


/* Subcategories Layout Style 1 */
.subcategoriesLayout.style1 .subcategories {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 120px;
}
.subcategoriesLayout.style1 .subcategories .title {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;

    margin-bottom: 100px;
}
.subcategoriesLayout.style1 .subcategories .categories {
    float: left;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
}
.subcategoriesLayout.style1 .subcategories .category {
    float: left;
    width: calc(25% - 20px);
    margin: 10px;
    display: flex;
    display: -webkit-flex;
}
.subcategoriesLayout.style1 .subcategories .category .title {
    margin: 0;
    width: 52px;
    background-color: #4A6F7C;
    position: relative;
}
.subcategoriesLayout.style1 .subcategories .category:nth-child(3n+2) .title {
    background-color: #9AB7C6;
}
.subcategoriesLayout.style1 .subcategories .category:nth-child(3n+3) .title {
    background-color: #649FB4;
}
.subcategoriesLayout.style1 .subcategories .category .title span {
    position: absolute;
    bottom: 20px;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    height: 52px;
    left: 52px;
    line-height: 52px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}
.subcategoriesLayout.style1 .subcategories .category .image {
    width: calc(100% - 52px);
    aspect-ratio: 240/480;
}
.subcategoriesLayout.style1 .subcategories .category .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Accommodation Article */
.accommodationArticle {
    float: left;
    width: 100%;
}
.accommodationArticle .full {
    float: left;
    width: 100%;
}
.accommodationArticle .breadcrumbs {
    float: left;
    margin: 0 0 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #99B7C5;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;

}
.accommodationArticle .breadcrumbs a.breadcrumb {
    transition: all 0.3s ease 0s;
    color: #4A6F7C;
    text-decoration: none;
}
.accommodationArticle .breadcrumbs .breadcrumb:last-child {
    font-weight: 600;
}
.accommodationArticle .breadcrumbs a.breadcrumb:hover {
    color: var(--yellow);
}

.accommodationArticle .mainInfoArea {
    float: left;
    width: 100%;
}
.accommodationArticle .mainInfoArea .mainInfoContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.accommodationArticle .mainInfoArea .mainInfo {
    float: left;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    box-sizing: border-box;
}
.accommodationArticle .mainInfoArea .title {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 60px 0 10px;
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
}
.accommodationArticle .mainInfoArea .type {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    color: var(--yellow);
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 35px;
}
.accommodationArticle .mainInfoArea .type .star {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    background-image: url('../../../images/template/star.png');
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: center;
}
.accommodationArticle .mainInfoArea .intro {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.accommodationArticle .mainInfoArea .intro p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.accommodationArticle .mainInfoArea .hashtags {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: -5px;
}
.accommodationArticle .mainInfoArea .hashtag {
    margin: 0 10px;
    font-size: 18px;
    line-height: 25px;
    color: #9AB7C6;
}
.accommodationArticle .overviewArea {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    padding: 100px 0;
    scroll-margin-top: 160px;
}
.accommodationArticle .overviewArea .overviewContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.accommodationArticle .overviewArea .overview {
    float: left;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
}
.accommodationArticle .overviewArea .label {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 60px;
}
.accommodationArticle .overviewArea .text {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 33px;
}
.accommodationArticle .overviewArea .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.accommodationArticle .overviewArea .text p:last-child {
    margin-bottom: 0;
}
.accommodationArticle .overviewArea .text p b,
.accommodationArticle .overviewArea .text p strong {
    font-weight: 600;
}
.accommodationArticle .whyWeLoveItArea {
    float: left;
    width: 100%;
    padding: 100px 0 200px;
    scroll-margin-top: 160px;
}
.accommodationArticle .whyWeLoveItArea .whyWeLoveIt {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.accommodationArticle .whyWeLoveItArea .texts {
    float: left;
    width: 560px;
    padding-right: 90px;
    box-sizing: border-box;
}
.accommodationArticle .whyWeLoveItArea .title {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.accommodationArticle .whyWeLoveItArea .blue {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 600;
    line-height: 45px;
    color: #99B7C5;
}
.accommodationArticle .whyWeLoveItArea .yellow {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
    line-height: 45px;
    color: var(--yellow);
    margin-left: 111px;
}
.accommodationArticle .whyWeLoveItArea .reasons {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.accommodationArticle .whyWeLoveItArea .reason {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.accommodationArticle .whyWeLoveItArea .heart {
    float: left;
    width: 16px;
    padding-right: 14px;
    margin-top: 10px;
}
.accommodationArticle .whyWeLoveItArea .text {
    float: left;
    width: calc(100% - 30px);
    font-size: 20px;
    line-height: 33px;
}
.accommodationArticle .whyWeLoveItArea .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.accommodationArticle .whyWeLoveItArea .text p:last-child {
    margin-bottom: 0;
}
.accommodationArticle .whyWeLoveItArea .image {
    float: left;
    width: calc(100% - 560px);
    aspect-ratio: 680/740;
}
.accommodationArticle .whyWeLoveItArea .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accommodationArticle .facilitiesArea {
    position: relative;
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    padding: 60px 0;
    scroll-margin-top: 160px;
}
.accommodationArticle .facilitiesArea:before {
    content: '';
    position: absolute;
    width: 596px;
    height: 372px;
    background-image: url("../../../images/template/wave-big.png");
    left: -150px;
    top: -150px;
}
.accommodationArticle .facilitiesArea .label {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.accommodationArticle .facilitiesArea .facilitiesList {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 30px;
}
.accommodationArticle .facilitiesArea .facility {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 30px;
    flex-basis: 200px;
    -webkit-flex-basis: 200px;
}
.accommodationArticle .facilitiesArea .facility .icon {
    float: left;
    width: 50px;
    height: 50px;
}
.accommodationArticle .facilitiesArea .facility .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.accommodationArticle .facilitiesArea .facility .text {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    max-width: 100px;
}
.accommodationArticle .mapArea {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
}
.accommodationArticle .mapArea::before {
    content: '';
    width: 100%;
    height: 50%;
    background-color: #F2F6F8;
    position: absolute;
    left: 0;
    top: 0;
}
.accommodationArticle .mapArea .map {
    float: left;
    width: 100%;
    overflow: hidden;
}
.accommodationArticle .mapArea iframe {
    float: left;
    width: 100%;
    height: 500px;
    border: none;
    margin-top: -60px;
}
.accommodationArticle .inAndAroundArea {
    float: left;
    width: 100%;
    padding: 30px 0 50px;
    scroll-margin-top: 160px;
}
.accommodationArticle .inAndAroundArea .inAndAroundContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.accommodationArticle .inAndAroundArea .inAndAround {
    float: left;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    box-sizing: border-box;
}
.accommodationArticle .inAndAroundArea .label {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 600;
    color: #99B7C5;
    line-height: 45px;
    margin-bottom: 45px;
}
.accommodationArticle .inAndAroundArea .value {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 33px;
}
.accommodationArticle .inAndAroundArea .value p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.accommodationArticle .inAndAroundArea .value p:last-child {
    margin-bottom: 0;
}
.accommodationArticle .inAndAroundGalleryArea {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 0;
    margin-bottom: -30px;
    z-index: 2;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGalleryContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery {
    float: left;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .images {
    float: left;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .image {
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
    aspect-ratio: 1;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .arrows {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    box-sizing: border-box;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .arrows .previousArrow {
    margin-right: 10px;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .arrows .slick-arrow {
    cursor: pointer;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .arrows .slick-arrow.slick-disabled {
    cursor: default;
}
.accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .mobileLink {
    display: none;
}
.accommodationArticle .ourSelectionCriteriaArea {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.accommodationArticle .bookNow {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    scroll-margin-top: 160px;
}
.accommodationArticle .inquiryArea {
    float: left;
    width: 100%;
    padding: 60px 0 90px;
    scroll-margin-top: 160px;
}
.accommodationArticle .inquiryContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.accommodationArticle .inquiry {
    float: left;
    width: 100%;
    max-width: 640px;
    padding: 0 20px;
    box-sizing: border-box;
}
.accommodationArticle .inquiry .sectionTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 50px;
}
.accommodationArticle .accommodationMenuArea {
    float: left;
    width: 100%;
    position: relative;
    transition: all 0.3s ease 0s;
}
.accommodationArticle .accommodationMenuArea.fixed {
    float: left;
    width: 100%;
    position: fixed;
    top: 33px;
    left: 0;
    z-index: 5;
}
.accommodationArticle .accommodationMenuArea .accommodationMenu {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background-color: var(--yellow);
    height: 66px;
    align-items: center;
    margin-bottom: -33px;
    margin-top: -33px;
    border-radius: 0 33px 33px 0;
}
.accommodationArticle .accommodationMenuArea .accommodationMenu .link {
    margin-left: 40px;
    font-size: 15px;
    letter-spacing: 0.8px;
    color: #4A6F7C;
}
.accommodationArticle .bookNowAnchor {
    float: left;
    width: auto;
    padding: 0 45px;
    background-color: #4A6F7C;
    color: #fff;
    height: 66px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.accommodationArticle .bookNowAnchor:hover {
    text-decoration: none;
    background-color: #9AB7C6;
}
.accommodationArticle .bookNowAnchor .bookNowLabel {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-right: 25px;
}

/* Module Our Selection Creteria */
.moduleOurSelectionCriteria {
    position: relative;
    float: left;
    width: 100%;
    padding: 150px 0 100px;
    background-color: #F2F6F8;
}
.moduleOurSelectionCriteria:before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    right: -255px;
    top: -250px;
    background-image: url("../../../images/template/cycle-big.png");
}
.moduleOurSelectionCriteria .ourSelectionCriteriaContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.moduleOurSelectionCriteria .ourSelectionCriteria {
    float: left;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    z-index: 2;
}
.moduleOurSelectionCriteria .leftColumn {
    float: left;
    width: 400px;
    padding-right: 40px;
    box-sizing: border-box;
}
.moduleOurSelectionCriteria .leftColumn .title {
    float: left;
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
}
.moduleOurSelectionCriteria .leftColumn .yellow {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
    color: var(--yellow);
    line-height: 60px;
}
.moduleOurSelectionCriteria .leftColumn .blue {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}
.moduleOurSelectionCriteria .leftColumn .text {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}
.moduleOurSelectionCriteria .leftColumn .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.moduleOurSelectionCriteria .leftColumn .text p:last-child {
    margin-bottom: 0;
}
.moduleOurSelectionCriteria .rightColumn {
    float: left;
    width: calc(100% - 400px);
}
.moduleOurSelectionCriteria .rightColumn .title {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
}
.moduleOurSelectionCriteria .rightColumn .text {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}
.moduleOurSelectionCriteria .rightColumn .text ul {
    margin: 0;
}
.moduleOurSelectionCriteria .rightColumn .text ul li {
    margin: 0 0 25px ;
}
.moduleOurSelectionCriteria .rightColumn .text ul li:last-child {
    margin-bottom: 0;
}

/* RS Form General */
.rsForm {
    width: 100%;
    float: left;
}
.rsForm form,
.rsForm .formFieldContainer {
    float: left;
    width: 100%;
}
.rsForm .formContainer {
    float: left;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
}
.rsForm .formContainer {
    display: grid;
}
.rsForm .formContainer .rsform-block {
    position: relative;
    font-size: 12px;
}
.rsForm .formContainer .rsform-block .formControlLabel {
    display: none;
}
.rsForm .formContainer .rsform-block .formControls {
    float: left;
    width: 100%;
}
.rsForm .formContainer .rsform-block .formDescription {
    display: none;
}
.rsForm .formContainer .rsform-calendar-box {
    float: left;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #4A6F7C;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #4A6F7C;
    margin: 0;
    background-image: url('../../../images/template/calendar.svg');
    background-position: right 15px center;
    background-repeat: no-repeat;
}
.rsForm .formContainer .rsform-calendar-button {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.rsForm .formContainer .yui-calcontainer {
    border: 1px solid #4A6F7C;
    background-color: #fff;
    padding: 40px;
    top: 39px;
}
.rsForm .formContainer .yui-calcontainer .calhead {
    border: none;
    border-bottom: 1px solid #4A6F7C;
    padding: 0 0 10px;
    color: #4A6F7C;
}
.rsForm .formContainer .yui-calcontainer .calhead .calnav {
    font-weight: 400;
    font-size: 13px;
    color: #4A6F7C;
}
.rsForm .formContainer .yui-calcontainer .yui-cal-nav {
    display: block;
    width: 200px;
    left: calc(50% - 100px);
    margin: 0;
}
.rsForm .formContainer .yui-calendar a.calnav:hover {
    border: none;
    background-color: #fff;
    background-image: none;
    color: var(--yellow);
    cursor: pointer;
}
.rsForm .formContainer .yui-calcontainer .yui-cal-nav-mc {
    box-sizing: border-box;
}
.rsForm .formContainer .yui-calcontainer .yui-cal-nav-m,
.rsForm .formContainer .yui-calcontainer .yui-cal-nav-y,
.rsForm .formContainer .yui-calcontainer .yui-cal-nav-b {
    padding: 10px;
    box-sizing: border-box;
}
.rsForm .formContainer .yui-calcontainer .yui-cal-nav-b {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.rsForm .formContainer .yui-calcontainer .yui-cal-nav-btn button {
    background-color: var(--yellow);
    color: #4A6F7C;
    text-shadow: none;
    border: none;
    box-shadow: none;
    border-radius: 20px;
    font-weight: 500;
    padding: 5px 20px;
    transition: all 0.3 ease 0s;
}
.rsForm .formContainer .yui-calcontainer .yui-cal-nav-btn button:hover {
    background-color: #4A6F7C;
    color: #FFF;
}
.rsForm .formContainer .yui-calcontainer .calhead .calnavleft {
    background-image: url("../../../images/template/arrow_down.png");
    transform: rotate(92deg);
    width: 7px;
    height: 7px;
    background-size: contain;
    top: 6px;
}
.rsForm .formContainer .yui-calcontainer .calhead .calnavright {
    background-image: url("../../../images/template/arrow_down.png");
    transform: rotate(-92deg);
    width: 7px;
    height: 7px;
    background-size: contain;
    top: 6px;
}
.rsForm .formContainer .yui-calendar {
    border-spacing: 4px;
}
.rsForm .formContainer .yui-calendar .calweekdaycell {
    color: var(--yellow);
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.rsForm .formContainer .yui-calendar .calcell {
    border: none;
    padding: 0;
    height: 28px;
    transition: all 0.3s ease 0s;
}
.rsForm .formContainer .yui-calendar .calcell a {
    color: #4A6F7C;
    font-size: 15px;
    font-family: 'Geomanist';
    letter-spacing: 0.8px;
    transition: all 0.3s ease 0s;
}
.rsForm .formContainer .yui-calendar .calcell.calcellhover {
    background-color: #4A6F7C;
}
.rsForm .formContainer .yui-calendar .calcell.calcellhover a {
    color: #fff;
}
.rsForm .formContainer .rsform-input-box {
    float: left;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #4A6F7C;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #4A6F7C;
    margin: 0;
}
.rsForm .formContainer .rsform-text-box {
    float: left;
    width: 100%;
    height: 115px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #4A6F7C;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #4A6F7C;
    margin: 0;
    resize: none;
}
.rsForm .formContainer .rsform-checkbox + a {
    font-weight: 600;
}
.rsForm .formContainer .formBody {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.rsForm .formContainer .rsform-submit-button {
    background-color: var(--yellow);
    color: #4A6F7C;
    text-shadow: none;
    border: none;
    box-shadow: none;
    border-radius: 25px;
    padding: 16px 50px;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}
.rsForm .formContainer .rsform-submit-button:hover {
    background-color: #4A6F7C;
    color: #fff;
}
.rsForm .formContainer .radioOption {
    float: left;
}
.rsForm .formContainer .radioOption label {
    float: left;
    width: auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
    background-color: transparent;
    padding: 0 45px;
    border-radius: 32px;
    cursor: pointer;
    margin: 0 10px;
}
.rsForm .formContainer .radioOption input:checked + label {
    background-color: var(--yellow);
    border-color: var(--yellow);
}
.rsForm .formContainer .radioOption input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.rsForm .formContainer .select2-selection {
    height: 40px;
    border: 1px solid #4A6F7C;
    border-radius: 0;
}
.rsForm .formContainer .select2-selection > span {
    padding: 10px 25px 10px 15px;
    height: 40px;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    color:#4A6F7C;
}
.rsForm .formContainer .select2-selection .select2-selection__arrow b {
    border-color: #4A6F7C transparent transparent transparent;
}
.rsForm .formContainer .select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #4A6F7C transparent;
}
.select2-container .select2-dropdown {
    border-color: #4A6F7C;
}
.rsForm .formContainer .checkboxOption {
    float: left;
    position: relative;
}
.rsForm .formContainer .checkboxOption label {
    height: auto;
    padding: 0;
    float: left;
    line-height: 24px;
    margin: 0;
    cursor: pointer;
    min-height: unset;
}
.rsForm .formContainer .checkboxOption label:before {
    content: "";
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #4A6F7C;
    background-color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
}
.rsForm .formContainer .checkboxOption label:after {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: transparent;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.rsForm .formContainer .checkboxOption input.buttons + label:before,
.rsForm .formContainer .checkboxOption input.buttons + label:after {
    display: none;
}
.rsForm .formContainer .checkboxOption input:checked + label::after {
    color: #4A6F7C;
}
.rsForm .formContainer .checkboxOption input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.rsForm .formContainer .checkboxOption label a {
    font-weight: 700;
    color: #4A6F7C;
}
.rsForm .formContainer .checkboxOption input.buttons + label {
    float: left;
    width: auto;
    line-height: 33px;
    border: 1px solid #4A6F7C;
    box-sizing: border-box;
    padding: 0 40px;
    border-radius: 18px;
    font-size: 18px;
}
.rsForm .formContainer .checkboxOption input.buttons:checked + label {
    background-color: var(--yellow);
    font-weight: 600;
    border-color: transparent;
}
.rsForm .formValidation {
    position: absolute;
    float: left;
    top: -23px;
    left: 0;
    width: 100%;
    text-align: center;
}
.rsForm .formRed {
    display: none;
}

/* RS Form Tours Inquiry */
.toursArticle .inquiryArea .sectionTitle {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 25px;
    box-sizing: border-box;
    background-color: #4A6F7C;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
}
.toursArticle .inquiryArea  .formContainer {
    padding: 25px;
}
.toursArticle .inquiryArea  .formContainer {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.toursArticle .inquiryArea  .formContainer > div {
    grid-column-start: 1;
    grid-column-end: 3;
}
.toursArticle .inquiryArea  .rsForm .formContainer .checkboxOption {
    min-width: 240px;
}
.toursArticle .inquiryArea  .formContainer > div.rsform-block-adults {
    grid-column-start: 1;
    grid-column-end: 2;
}
.toursArticle .inquiryArea  .formContainer > div.rsform-block-kids {
    grid-column-start: 2;
    grid-column-end: 3;
}
.toursArticle .inquiryArea  .formContainer .rsform-block-receivenewsletter {
    margin-top: -10px;
}

/* RS Form Accommodation Inquiry */
.accommodationArticle .inquiryArea .rsForm .formContainer {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.accommodationArticle .inquiryArea .rsForm .formContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-maintext {
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    margin: 0 -70px 25px;
    width: calc(100% + 140px);
    padding: 0 20px;
    max-width: 100vw;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-maintext,
.accommodationArticle .inquiryArea .rsForm .rsform-block-traveldatesoptions,
.accommodationArticle .inquiryArea .rsForm .rsform-block-email,
.accommodationArticle .inquiryArea .rsForm .rsform-block-requiredmessage,
.accommodationArticle .inquiryArea .rsForm .rsform-block-comments,
.accommodationArticle .inquiryArea .rsForm .rsform-block-send {
    grid-column-start: 1;
    grid-column-end: 7;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-arrivaldate,
.accommodationArticle .inquiryArea .rsForm .rsform-block-firstname,
.accommodationArticle .inquiryArea .rsForm .rsform-block-country,
.accommodationArticle .inquiryArea .rsForm .rsform-block-termsandcondition {
    grid-column-start: 1;
    grid-column-end: 4;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-departuredate,
.accommodationArticle .inquiryArea .rsForm .rsform-block-lastname,
.accommodationArticle .inquiryArea .rsForm .rsform-block-phone,
.accommodationArticle .inquiryArea .rsForm .rsform-block-receivenewsletter {
    grid-column-start: 4;
    grid-column-end: 7;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-monthofdeparure,
.accommodationArticle .inquiryArea .rsForm .rsform-block-adults {
    grid-column-start: 1;
    grid-column-end: 3;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-yearofdeparure,
.accommodationArticle .inquiryArea .rsForm .rsform-block-children {
    grid-column-start: 3;
    grid-column-end: 5;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-duration,
.accommodationArticle .inquiryArea .rsForm .rsform-block-childrenages {
    grid-column-start: 5;
    grid-column-end: 7;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-traveldatesoptions {
    margin-bottom: 75px;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-requiredmessage {
    text-align: center;
    color: #9AB7C6;
    margin-bottom: 20px;
}
.accommodationArticle .inquiryArea .rsForm .rsform-block-send {
    margin-top: 40px;
}

/* RS Form Packages Inquiry */
.packagesArticle .inquiryArea .rsForm .formContainer,
.landingArticle .inquiryArea .rsForm .formContainer {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.packagesArticle .inquiryArea .rsForm .formContainer,
.landingArticle .inquiryArea .rsForm .formContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-maintext,
.landingArticle .inquiryArea .rsForm .rsform-block-maintext {
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    margin: 0 -70px 25px;
    width: calc(100% + 140px);
    padding: 0 20px;
    max-width: 100vw;
    box-sizing: border-box;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-maintext,
.packagesArticle .inquiryArea .rsForm .rsform-block-traveldatesoptions,
.packagesArticle .inquiryArea .rsForm .rsform-block-email,
.packagesArticle .inquiryArea .rsForm .rsform-block-requiredmessage,
.packagesArticle .inquiryArea .rsForm .rsform-block-comments,
.packagesArticle .inquiryArea .rsForm .rsform-block-send,
.landingArticle .inquiryArea .rsForm .rsform-block-maintext,
.landingArticle .inquiryArea .rsForm .rsform-block-traveldatesoptions,
.landingArticle .inquiryArea .rsForm .rsform-block-email,
.landingArticle .inquiryArea .rsForm .rsform-block-requiredmessage,
.landingArticle .inquiryArea .rsForm .rsform-block-comments,
.landingArticle .inquiryArea .rsForm .rsform-block-send {
    grid-column-start: 1;
    grid-column-end: 7;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-arrivaldate,
.packagesArticle .inquiryArea .rsForm .rsform-block-firstname,
.packagesArticle .inquiryArea .rsForm .rsform-block-country,
.packagesArticle .inquiryArea .rsForm .rsform-block-termsandcondition,
.landingArticle .inquiryArea .rsForm .rsform-block-arrivaldate,
.landingArticle .inquiryArea .rsForm .rsform-block-firstname,
.landingArticle .inquiryArea .rsForm .rsform-block-country,
.landingArticle .inquiryArea .rsForm .rsform-block-termsandcondition {
    grid-column-start: 1;
    grid-column-end: 4;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-departuredate,
.packagesArticle .inquiryArea .rsForm .rsform-block-lastname,
.packagesArticle .inquiryArea .rsForm .rsform-block-phone,
.packagesArticle .inquiryArea .rsForm .rsform-block-receivenewsletter,
.landingArticle .inquiryArea .rsForm .rsform-block-departuredate,
.landingArticle .inquiryArea .rsForm .rsform-block-lastname,
.landingArticle .inquiryArea .rsForm .rsform-block-phone,
.landingArticle .inquiryArea .rsForm .rsform-block-receivenewsletter {
    grid-column-start: 4;
    grid-column-end: 7;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-monthofdeparure,
.packagesArticle .inquiryArea .rsForm .rsform-block-adults,
.landingArticle .inquiryArea .rsForm .rsform-block-monthofdeparure,
.landingArticle .inquiryArea .rsForm .rsform-block-adults {
    grid-column-start: 1;
    grid-column-end: 3;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-yearofdeparure,
.packagesArticle .inquiryArea .rsForm .rsform-block-children,
.landingArticle .inquiryArea .rsForm .rsform-block-yearofdeparure,
.landingArticle .inquiryArea .rsForm .rsform-block-children {
    grid-column-start: 3;
    grid-column-end: 5;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-duration,
.packagesArticle .inquiryArea .rsForm .rsform-block-childrenages,
.landingArticle .inquiryArea .rsForm .rsform-block-duration,
.landingArticle .inquiryArea .rsForm .rsform-block-childrenages {
    grid-column-start: 5;
    grid-column-end: 7;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-traveldatesoptions,
.landingArticle .inquiryArea .rsForm .rsform-block-traveldatesoptions {
    margin-bottom: 75px;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-requiredmessage,
.landingArticle .inquiryArea .rsForm .rsform-block-requiredmessage {
    text-align: center;
    color: #9AB7C6;
    margin-bottom: 20px;
}
.packagesArticle .inquiryArea .rsForm .rsform-block-send,
.landingArticle .inquiryArea .rsForm .rsform-block-send {
    margin-top: 40px;
}

/* Layout faqs */
.faqsLayout {
    float: left;
    width: 100%;
}
.faqsLayout .faqs {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 70px;
}
.faqsTitle {
    float: left;
    line-height: 25px;
    width: 100%;
}
.faqsList {
    float: left;
    width: 100%;
}
.faqsLayout .faq {
    border-bottom: 1px solid #99B7C5;
    float: left;
    width: 100%;
}
.faqsLayout .faq:last-child {
    border-bottom: 0;
}
.faqsLayout .faqQuestion {
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
}
.faqsLayout .faqQuestionInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: calc(100% - 20px);
}
.faqToggleContainer {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px;
}
.faqToggle {
    float: left;
    font-size: 26px;
    font-weight: 700;
}
.faqToggle.plus,
.faqsLayout .faq.active .faqToggle.minus {
    display: block;
}
.faqsLayout .faq.active .faqToggle.plus,
.faqToggle.minus {
    display: none;
}
.faqToggle.plus::after {
    content: '+';
}
.faqToggle.minus::after {
    content: '-';
}
.faqsLayout .faqAnswer {
    float: left;
    margin: 0 0 30px;
    width: 100%;
}
.faqsLayout .faqs p {
    margin: 0 0 25px;
}
.faqsLayout .faqs p:last-child {
    margin-bottom: 0;
}
.faqsLayout .faqs p b,
.faqsLayout .faqs p strong {
    font-weight: 600;
}
/* Layout bottomExtraText */
.bottomExtraTextLayout {
    float: left;
    width: 100%;
}
.mainInfoLayout .mainInfoItems {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.mainInfoLayout .mainInfoItem {
    padding: 0 30px;
    position: relative;
}
.mainInfoLayout .mainInfoItem:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: calc(100% - 8px);
    background-color: #C4C4C4;
}
.bottomExtraTextLayout .bottomExtraText {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 70px;
}
.mainInfoLayout .mainInfoItem.price {
    margin-left: auto;
}
.mainInfoLayout .mainInfoItem .value {
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
}
.bottomExtraTextLayout .bottomExtraText p {
    margin: 0 0 25px;
}
.bottomExtraTextLayout .bottomExtraText p:last-child {
    margin-bottom: 0;
}
.bottomExtraTextLayout .bottomExtraText p b,
.bottomExtraTextLayout .bottomExtraText p strong {
    font-weight: 600;
}
/* Layout Main Info */

.mainInfoLayout {
    float: left;
    width: 100%;
    margin-bottom: 90px;
}

.mainInfoLayout .mainInfoItem {
    padding: 0 30px;
    position: relative;
}

.mainInfoLayout .mainInfoItem:first-child:before {
    display: none;
}

.mainInfoLayout .mainInfoItem .value .small {
    font-size: 14px;
    color: #4A6F7C;
    font-weight: 700;
    padding-right: 3px;
}

.mainInfoLayout .mainInfoItem.price {
    color: #FCCE4A;
}



.mainInfoLayout.new {
    margin-top:2em;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.mainInfoLayout.new .mainInfoItems {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    background:#FCCE4A;
    border-radius:50px
}
.mainInfoLayout.new .mainInfoItem {
    margin-bottom: 10px;
    padding: 0 45px;
    position: relative;
}

.mainInfoLayout.new .mainInfoItem:first-child:before {
    display: none;
}
.mainInfoLayout.new .mainInfoItem.price {
    margin-left: auto;
}

.mainInfoLayout.new .mainInfoItem:before {
        content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #ffffff;
}


.mainInfoLayout.new .mainInfoItem .label {
    margin-top:15px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.mainInfoLayout.new .mainInfoItem.price .label {
    margin-top:10px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.smallgroupArticle .mainInfoLayout.new .mainInfoItem.price .label {
    margin-top:15px;
}
.mainInfoLayout.new .mainInfoItem .value {
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 10px; 
    margin-bottom: 10px;
    
}
.mainInfoLayout.new .mainInfoItem.price .value {
     margin-top: 5px; 
     margin-bottom: 0;
}
.smallgroupArticle .mainInfoLayout.new .mainInfoItem.price .value {
    margin-top: 10px;
}
.mainInfoLayout.new .mainInfoItem .value .small {
    font-size: 14px;
    color: #4A6F7C;
    font-weight: 700;
    padding-right: 3px;
}
.mainInfoLayout.new .mainInfoItem .text {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    font-weight: 700;
    color: #4A6F7C;
}
.mainInfoLayout.new .mainInfoItem {
    color: #4A6F7C;
}





















/* Packages Article */
.packagesArticle .full {
    float: left;
    width: 100%;
}
.packagesArticle .breadcrumbs {
    float: left;
    margin: 0 0 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #99B7C5;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;

}
.packagesArticle .breadcrumbs a.breadcrumb {
    transition: all 0.3s ease 0s;
    color: #4A6F7C;
    text-decoration: none;
}
.packagesArticle .breadcrumbs .breadcrumb:last-child {
    font-weight: 600;
}
.packagesArticle .breadcrumbs a.breadcrumb:hover {
    color: var(--yellow);
}
.packagesArticle .overviewArea {
    float: left;
    width: 100%;

					  
    scroll-margin-top: 160px;
}
.packagesArticle .overviewArea .overviewContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.packagesArticle .overviewArea .overview {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    box-sizing: border-box;
}
.packagesArticle .overviewArea .label {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 50px;
}
.packagesArticle .overviewArea .value {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}
.packagesArticle .overviewArea .value p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.packagesArticle .overviewArea .value p:last-child {
    margin-bottom: 0;
}
.packagesArticle .overviewArea .value p strong,
.packagesArticle .overviewArea .value p b {
    font-weight: 600;
}







.packagesArticle .overviewAreaOld {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    padding: 120px 0;
    scroll-margin-top: 160px;
}
.packagesArticle .overviewAreaOld .overviewContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.packagesArticle .overviewAreaOld .overview {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    box-sizing: border-box;
}
.packagesArticle .overviewAreaOld .label {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 50px;
}
.packagesArticle .overviewAreaOld .value {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}
.packagesArticle .overviewAreaOld .value p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.packagesArticle .overviewAreaOld .value p:last-child {
    margin-bottom: 0;
}
.packagesArticle .overviewAreaOld .value p strong,
.packagesArticle .overviewAreaOld .value p b {
    font-weight: 600;
}




.packagesArticle .daysSummaryArea {
    float: left;
    width: 100%;
    scroll-margin-top: 160px;
}
.packagesArticle .daysSummaryArea .daysSummaryContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.packagesArticle .daysSummaryArea .daysSummary {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    box-sizing: border-box;
}
.packagesArticle .daysSummaryArea .buttons {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 70px;
    flex-direction: column;

}
.packagesArticle .daysSummaryArea .button {
    padding: 10px 20px;
    background-color: transparent;
    float: left;
    line-height: 36px;
    border-radius: 18px;
    /*margin: 0 10px;*/
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.packagesArticle .daysSummaryArea .button:first-child {
    cursor: default;
}
.packagesArticle .daysSummaryArea .button.active {
    /*background-color: var(--yellow);*/
}
.packagesArticle .daysSummaryArea .summary {
    float: left;
    width: 100%;
}
.packagesArticle .daysSummaryArea .item {
    float: left;
    width: 100%;
    display: none;
}
.packagesArticle .daysSummaryArea .item.active {
    display: block;
}
.packagesArticle .daysSummaryArea .image  {
    float: right;
    width: 50%;
}
.packagesArticle .daysSummaryArea .image  img {
    float: left;
    width: 100%;
    height: auto;
}
.packagesArticle .daysSummaryArea .days {
    float: left;
    width: 50%;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding-right: 60px;
    box-sizing: border-box;
}
.packagesArticle .daysSummaryArea .text {
    float: left;
    width: 50%;
    padding-right: 60px;
    box-sizing: border-box;
}
.packagesArticle .daysSummaryArea .text h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 50px;
}
				
					 
					
/*.packagesArticle .daysSummaryArea .text p {*/
/*    display: none;*/
/*}*/
.packagesArticle .daysSummaryArea .text > *:nth-child(2) {
    display: block;
}
.packagesArticle .daysSummaryArea .item.showAll .text p {
    display: block;
}
.packagesArticle .daysSummaryArea .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 25px;
}
.packagesArticle .daysSummaryArea .text p strong,
.packagesArticle .daysSummaryArea .text p b {
    font-weight: 600;
}
.packagesArticle .daysSummaryArea .text p:last-child {
    margin-bottom: 0;
}
.packagesArticle .daysSummaryArea .showMore {
    float: left;
    width: 50%;
    padding-right: 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
    clear: left;
}
.packagesArticle .daysSummaryArea .item.showAll .showMore {
    display: none;
}







.packagesArticle .daysSummaryAreaOld {
    float: left;
    width: 100%;
    background-color: #F2F6F8;
    padding: 0 0 120px;
    scroll-margin-top: 160px;
}
.packagesArticle .daysSummaryAreaOld .daysSummaryContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.packagesArticle .daysSummaryAreaOld .daysSummary {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    box-sizing: border-box;
}
.packagesArticle .daysSummaryAreaOld .buttons {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 70px;
}
.packagesArticle .daysSummaryAreaOld .button {
    padding: 0 20px;
    background-color: transparent;
    float: left;
    line-height: 36px;
    border-radius: 18px;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.packagesArticle .daysSummaryAreaOld .button:first-child {
    cursor: default;
}
.packagesArticle .daysSummaryAreaOld .button.active {
    background-color: #FCCE4A;
}
.packagesArticle .daysSummaryAreaOld .summary {
    float: left;
    width: 100%;
}
.packagesArticle .daysSummaryAreaOld .item {
    float: left;
    width: 100%;
    display: none;
}
.packagesArticle .daysSummaryAreaOld .item.active {
    display: block;
}
.packagesArticle .daysSummaryAreaOld .image  {
    float: right;
    width: 50%;
}
.packagesArticle .daysSummaryAreaOld .image  img {
    float: left;
    width: 100%;
    height: auto;
}
.packagesArticle .daysSummaryAreaOld .days {
    float: left;
    width: 50%;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding-right: 60px;
    box-sizing: border-box;
}
.packagesArticle .daysSummaryAreaOld .text {
    float: left;
    width: 50%;
    padding-right: 60px;
    box-sizing: border-box;
}
.packagesArticle .daysSummaryAreaOld .text h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 50px;
}
.packagesArticle .daysSummaryAreaOld .text p {
    display: none;
}
.packagesArticle .daysSummaryAreaOld .text > *:nth-child(2) {
    display: block;
}
.packagesArticle .daysSummaryAreaOld .item.showAll .text p {
    display: block;
}
.packagesArticle .daysSummaryAreaOld .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 25px;
}
.packagesArticle .daysSummaryAreaOld .text p strong,
.packagesArticle .daysSummaryAreaOld .text p b {
    font-weight: 600;
}
.packagesArticle .daysSummaryAreaOld .text p:last-child {
    margin-bottom: 0;
}
.packagesArticle .daysSummaryAreaOld .showMore {
    float: left;
    width: 50%;
    padding-right: 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
    clear: left;
}
.packagesArticle .daysSummaryAreaOld .item.showAll .showMore {
    display: none;
}
.packagesArticle .mapArea {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 60px;
    background-color: #F2F6F8;
}








.packagesArticle .mapArea {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 60px;
    background-color: #F2F6F8;
}
.packagesArticle .mapAreaContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.packagesArticle .mapArea .map {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.packagesArticle .mapArea iframe {
    float: left;
    width: 100%;
    height: 500px;
    border: none;
    margin-top: -60px;
}
.packagesArticle .pictureYourSelfArea {
    float: left;
    width: 100%;
    /*padding: 80px 0 80px;*/
}
.packagesArticle .pictureYourSelfArea .texts {
    float: left;
    width: 500px;
    padding-right: 60px;
    box-sizing: border-box;
}
.packagesArticle .pictureYourSelfArea .title {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}
.packagesArticle .pictureYourSelfArea .titleBlue {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 60px;
    line-height: 45px;
    color: #99B7C5;
}
.packagesArticle .pictureYourSelfArea .titleYellow {
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 60px;
    line-height: 45px;
    font-style: italic;
    padding-left: 50px;
    color: var(--yellow);
    box-sizing: border-box;
}
.packagesArticle .pictureYourSelfArea .text {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
}
.packagesArticle .pictureYourSelfArea .text ul {
    padding-left: 25px;
}
.packagesArticle .pictureYourSelfArea .text li {
    margin:0 0 25px;
}
.packagesArticle .pictureYourSelfArea .text li:last-child {
    margin-bottom: 0;
}
.packagesArticle .pictureYourSelfArea .text b,
.packagesArticle .pictureYourSelfArea .text strong {
    font-weight: 600;
}
.packagesArticle .pictureYourSelfArea .images {
    float: left;
    width: calc(100% - 500px);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.packagesArticle .pictureYourSelfArea .image {
    float: left;
    width: calc(50% - 12px);
}
.packagesArticle .pictureYourSelfArea .image img {
    width: 100%;
    height: auto;
}
.packagesArticle .preferredHotelsArea {
    position: relative;
    float: left;
    width: 100%;

}

.packagesArticle .preferredHotelsAreaOld {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0 60px;
}
.packagesArticle .preferredHotelsContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.packagesArticle .preferredHotelsArea .texts {
    float: left;
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    box-sizing: border-box;
}
.packagesArticle .preferredHotelsArea .title {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 50px;
}
.packagesArticle .preferredHotelsArea .text {
    float: left;
    width: 100%;
					   
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 60px;
}
.packagesArticle .preferredHotelsArea .text p {
    margin: 0 0 25px;
}
.packagesArticle .preferredHotelsArea .text p:last-child {
    margin-bottom: 0;
}
.packagesArticle .preferredHotelsArea .hotels {
    float: left;
    width: calc(100% + 90px);
    position: relative;
    left: -45px;
}
.packagesArticle .preferredHotelsArea .hotel {
    float: left;
    width: calc((100% / 3) - 90px);
    margin: 0 45px;
}
.packagesArticle .preferredHotelsArea .hotel .image {
    float: left;
    width: 100%;
    aspect-ratio: 370/339;
    margin-bottom: 40px;
}
.packagesArticle .preferredHotelsArea .hotel img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#Accommodation > div.pageContainer > div > div.hotels.slick-slider.slick-initialized > div > div picture  img{
    border-radius:16px;
}

.packagesArticle .preferredHotelsArea .hotel .name {
    float: left;
    width: 100%;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.36px;
    line-height: 35px;
    color: #99B7C5;
    margin-bottom: 15px;
    text-decoration: none;
}
.packagesArticle .preferredHotelsArea .intro {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}
.packagesArticle .preferredHotelsArea .intro p {
    margin: 0 0 25px;
}
.packagesArticle .preferredHotelsArea .intro p:last-child {
    margin-bottom: 0;
}
.packagesArticle .preferredHotelsArea .hashtags {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.packagesArticle .preferredHotelsArea .hashtag {
    float: left;
    width: auto;
    margin-right: 5px;
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
    letter-spacing: 0.36px;
    color: #9AB7C6;
}
.packagesArticle .preferredHotelsArea .arrows {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: 0;
}
.packagesArticle .preferredHotelsArea .arrows .previousArrow {
    margin-right: 10px;
}
.packagesArticle .preferredHotelsArea .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.packagesArticle .preferredHotelsArea .arrows .slick-arrow {
    cursor: pointer;
}
.packagesArticle .preferredHotelsArea .arrows .slick-arrow.slick-disabled {
    cursor: default;
}
.priceTextArea{
    display:none;
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

#Overview .priceTextArea{
    display:flex;
    
}

#Overview .inclusionsExclusionsLayout .priceTextArea{
    display:flex;
}





.packagesArticle .preferredHotelsAreaOld .texts {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    box-sizing: border-box;
}
.packagesArticle .preferredHotelsAreaOld .title {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 50px;
}
.packagesArticle .preferredHotelsAreaOld .text {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 60px;
}
.packagesArticle .preferredHotelsAreaOld .text p {
    margin: 0 0 25px;
}
.packagesArticle .preferredHotelsAreaOld .text p:last-child {
    margin-bottom: 0;
}
.packagesArticle .preferredHotelsAreaOld .hotels {
    float: left;
    width: calc(100% + 90px);
    position: relative;
    left: -45px;
}
.packagesArticle .preferredHotelsAreaOld .hotel {
    float: left;
    width: calc((100% / 3) - 90px);
    margin: 0 45px;
}
.packagesArticle .preferredHotelsAreaOld .hotel .image {
    float: left;
    width: 100%;
    aspect-ratio: 320/370;
    margin-bottom: 40px;
}
.packagesArticle .preferredHotelsAreaOld .hotel img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.packagesArticle .preferredHotelsAreaOld .hotel .name {
    float: left;
    width: 100%;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.36px;
    line-height: 35px;
    color: #99B7C5;
    margin-bottom: 15px;
    text-decoration: none;
}
.packagesArticle .preferredHotelsAreaOld .intro {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}
.packagesArticle .preferredHotelsAreaOld .intro p {
    margin: 0 0 25px;
}
.packagesArticle .preferredHotelsAreaOld .intro p:last-child {
    margin-bottom: 0;
}
.packagesArticle .preferredHotelsAreaOld .hashtags {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.packagesArticle .preferredHotelsAreaOld .hashtag {
    float: left;
    width: auto;
    margin-right: 5px;
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
    letter-spacing: 0.36px;
    color: #9AB7C6;
}
.packagesArticle .preferredHotelsAreaOld .arrows {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: 50px;
}
.packagesArticle .preferredHotelsAreaOld .arrows .previousArrow {
    margin-right: 10px;
}
.packagesArticle .preferredHotelsAreaOld .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.packagesArticle .preferredHotelsAreaOld .arrows .slick-arrow {
    cursor: pointer;
}
.packagesArticle .preferredHotelsAreaOld .arrows .slick-arrow.slick-disabled {
    cursor: default;
}











body > div.all > div.content > div.mainContent > main > div.packagesArticle.articleId176 > div:nth-child(4){
    display:none;
}
.packagesArticle .priceTextContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #9AB7C6;
    padding: 60px 0;
    margin: 60px 0;
    position: relative;
}
.packagesArticle .priceTextContainer:after {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    left: -160px;
    top: -170px;
    /*background-image: url("../../../images/template/cycle-big.png");*/
    background-size: contain;
    z-index: -1;
}

.packagesArticle .priceTextContainer.old:after {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    left: -160px;
    top: -170px;
    background-image: url("../../../images/template/cycle-big.png");
    background-size: contain;
    z-index: -1;
}
.packagesArticle .priceTextContainer .priceText {
    max-width: 1030px;
    box-sizing: border-box;
 
														 
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.packagesArticle .priceTextContainer .priceText .text {
    float: left;
    width: calc(100% - 300px);
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
}
.smallgroupArticle .priceTextContainer .priceText .text {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
}
.packagesArticle .priceTextContainer .priceText .text p {
    margin: 0;
}
.packagesArticle .priceTextContainer .priceText {
    display: flex;
}

.packagesArticle .priceTextContainer .sendInquiryButton {
    float: left;
    width: auto;
    padding: 0 45px;
    background-color: var(--yellow);
    color: #fff;
    height: 66px;
    border-radius: 33px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.packagesArticle .priceTextContainer .sendInquiryButton .bookNowLabel {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-right: 25px;
    color: #4A6F7C;
    transition: all 0.3s ease 0s;
}
.packagesArticle .priceTextContainer .sendInquiryButton svg path {
    stroke: #4A6F7C;
    transition: all 0.3s ease 0s;
}
.packagesArticle .priceTextContainer .sendInquiryButton:hover {
    text-decoration: none;
    background-color: #4A6F7C;
}
.packagesArticle .priceTextContainer .sendInquiryButton:hover .bookNowLabel {
    color: #fff;
}
.packagesArticle .priceTextContainer .sendInquiryButton:hover svg path {
    stroke: #fff;
}
.packagesArticle .inclusionsExclusionsArea {
    float: left;
    width: 100%;
    padding: 40px 0 0;
    position: relative;
    scroll-margin-top: 160px;
}
.packagesArticle .inclusionsExclusionsArea::before {
    content: "";
    position: absolute;
    right: -130px;
    bottom:-30px;
    width: 541px;
    height: 337px;
    background-image: url('../../../images/template/wave-big.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.packagesArticle .sliderArea {
    float: left;
    width: 100%;
    margin-top: -80px;
}
.packagesArticle .ourWayToTravelArea {
    float: left;
    width: 100%;
    scroll-margin-top: 160px;
}
.packagesArticle .inquiryArea,
.landingArticle .inquiryArea {
    float: left;
    width: 100%;
    padding: 60px 0 90px;
    scroll-margin-top: 160px;
    background-color: #FBFAF0;
}
.packagesArticle .inquiryContainer,
.landingArticle .inquiryContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.packagesArticle .inquiry,
.landingArticle .inquiry {
    float: left;
    width: 100%;
    max-width: 640px;
    padding: 0 20px;
    box-sizing: border-box;
}
.packagesArticle .inquiry .sectionTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 50px;
}
.packagesArticle .testimonialsArea {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    scroll-margin-top: 160px;
}
.packagesArticle .testimonialsArea::before {
    content: '';
    float: left;
    width: 100%;
    background-color: #FBFAF0;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.packagesArticle .relatedToursArea {
    float: left;
    width: 100%;
    margin-bottom: 90px;
}

/* Layout Inclusions Exclusions */
.inclusionsExclusionsLayout {
    position: relative;
    float: left;
    width: 100%;
    z-index: 2;
}
.inclusionsExclusionsLayout .inclusionsExclusionsContainer {
    float: left;
    width: 100%;
    display:grid;
    display: -webkit grid;
    grid-template-columns: auto;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 20px;
}
.inclusionsExclusionsLayout .inclusionsExclusions {
    float: left;
    width: 100%;
    max-width: 1030px;
				
    margin-bottom: 60px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 80px;
}
.inclusionsExclusionsLayout .label {
    font-size: 25px;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 50px;
}
.inclusionsExclusionsLayout ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.inclusionsExclusionsLayout li {
    float: left;
    width: 100%;
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}
.inclusionsExclusionsLayout li:last-child {
    margin-bottom: 0;
}
.inclusionsExclusionsLayout li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.inclusionsExclusionsLayout .inclusions li:before {
    background-image: url('../../../images/template/yellow_check.svg');
}
.inclusionsExclusionsLayout .exclusions li:before {
    background-image: url('../../../images/template/not-check.svg');
}
.inclusionsExclusionsLayout .additionalInformations {
    grid-column: span 3;
    float: left;
    width: 100%;
    margin-top: 35px;
}
.inclusionsExclusionsLayout .additionalInformations li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #4A6F7C;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.inclusionsExclusionsLayout .additionalInformations .value {
    font-size: 18px;
    line-height: 25px;
}
.inclusionsExclusionsLayout .generalButtonWithArrow {
    display: none;
}



.inclusionsExclusionsLayout.old {
    position: relative;
    float: left;
    width: 100%;
    z-index: 2;
}
.inclusionsExclusionsLayout.old .inclusionsExclusionsContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.inclusionsExclusionsLayout.old .inclusionsExclusions {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    margin-bottom: 60px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 360px 360px 1fr;
    grid-column-gap: 80px;
}
.inclusionsExclusionsLayout.old .label {
    font-size: 25px;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 50px;
}
.inclusionsExclusionsLayout.old ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.inclusionsExclusionsLayout.old li {
    float: left;
    width: 100%;
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
}
.inclusionsExclusionsLayout.old li:last-child {
    margin-bottom: 0;
}
.inclusionsExclusionsLayout.old li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.inclusionsExclusionsLayout.old .inclusions li:before {
    background-image: url('../../../images/template/check.svg');
}
.inclusionsExclusionsLayout.old .exclusions li:before {
    background-image: url('../../../images/template/not-check.svg');
}
.inclusionsExclusionsLayout.old .additionalInformations {
    grid-column: span 3;
    float: left;
    width: 100%;
    margin-top: 35px;
}
.inclusionsExclusionsLayout.old .additionalInformations li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #4A6F7C;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.inclusionsExclusionsLayout.old .additionalInformations .value {
    font-size: 18px;
    line-height: 25px;
}
.inclusionsExclusionsLayout.old .generalButtonWithArrow {
    display: none;
}





/* Layout Slider Variable Width */
.sliderLayout.variableWidth {
    float: left;
    width: 100%;
    margin: 80px 0 100px;
}
.sliderLayout.variableWidth .image {
    margin: 0 15px;
}
.sliderLayout.variableWidth .image img {
    width: auto;
    height: 510px;
}
.sliderLayout.variableWidth .arrows {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: 50px;
}
.sliderLayout.variableWidth .arrows .previousArrow {
    margin-right: 10px;
}
.sliderLayout.variableWidth .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.sliderLayout.variableWidth .arrows .slick-arrow {
    cursor: pointer;
}
.sliderLayout.variableWidth .arrows .slick-arrow.slick-disabled {
    cursor: default;
}

/* Module Our Way To Travel */
.moduleOurWayToTravel {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}
.moduleOurWayToTravel .ourWayToTravelContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.moduleOurWayToTravel .ourWayToTravel {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    box-sizing: border-box;
}
.moduleOurWayToTravel .top {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.moduleOurWayToTravel .top .title {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 80px;
}
.moduleOurWayToTravel .top .blue {
    float: left;
    width: auto;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    color: #9AB7C6;
}
.moduleOurWayToTravel .top .yellow {
    float: left;
    width: auto;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
    color: var(--yellow);
    padding-left: 10px;
}
.moduleOurWayToTravel .top .text {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
.moduleOurWayToTravel .top .text p {
    margin: 0 0 25px;
}
.moduleOurWayToTravel .top .text p:last-child {
    margin-bottom: 0;
}
.moduleOurWayToTravel .top .text p b,
.moduleOurWayToTravel .top .text p strong {
    font-weight: 600;
}
.moduleOurWayToTravel .middle {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 370px 1fr;
    grid-column-gap: 60px;
    margin-bottom: 60px;
}
.moduleOurWayToTravel .middle .image {
    float: left;
    width: 100%;
    grid-row: span 2;
    align-self: center;
}
.moduleOurWayToTravel .middle .image img {
    float: left;
    width: 100%;
    height: auto;
}
.moduleOurWayToTravel .middle .title {
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    color: var(--yellow);
    margin-bottom: 30px;
    align-self: end;
}
.moduleOurWayToTravel .middle .text {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
}
.moduleOurWayToTravel .middle .text ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.moduleOurWayToTravel .middle .text li {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.moduleOurWayToTravel .bottom {
    float: left;
    width: 100%;
}
.moduleOurWayToTravel .bottom .text {
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
}
.moduleOurWayToTravel .bottom .text p {
    margin: 0 0 25px;
}
.moduleOurWayToTravel .bottom .text p:last-child {
    margin-bottom: 0;
}
.moduleOurWayToTravel .bottom .text p b,
.moduleOurWayToTravel .bottom .text p strong {
    font-weight: 600;
}

/* Layout Fixed Menu */
.fixedMenuLayout {
    float: left;
    width: 100%;
    position: relative;
    transition: all 0.3s ease 0s;
}
.fixedMenuLayout.fixed {
    float: left;
    width: 100%;
    position: fixed;
    top: 33px;
    left: 0;
    z-index: 5;
}
.fixedMenuLayout .fixedMenu {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background-color: var(--yellow);
    height: 66px;
    align-items: center;
    margin-bottom: -33px;
    margin-top: -33px;
    border-radius: 0 33px 33px 0;
}
.fixedMenuLayout .fixedMenu .link {
    margin-left: 40px;
    font-size: 15px;
    letter-spacing: 0.8px;
    color: #4A6F7C;
    text-decoration: none;
}
.fixedMenuLayout .fixedMenu .link:hover {
    color: #9AB7C6;
}
.fixedMenuLayout .buttonAnchor {
    float: left;
    width: auto;
    padding: 0 45px;
    background-color: #4A6F7C;
    color: #fff;
    height: 66px;
    border-radius: 33px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.fixedMenuLayout .buttonAnchor .label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-right: 25px;
}
.fixedMenuLayout .buttonAnchor:hover {
    text-decoration: none;
    background-color: #99B7C5;
}

/* Lets Plan My Trip Article */
.letsPlanMyTrip .header {
    float: left;
    width: 100%;
    position: relative;
}
.letsPlanMyTrip .header .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.letsPlanMyTrip .header .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #4A6F7C;
    opacity: 0.25;
}
.letsPlanMyTrip .header .image img {
    width: 100%;
    height: 100%;
    max-width: unset!important;
    object-fit: cover;
    object-position: center right;
}
.letsPlanMyTrip .header .contentContainer {
    float: left;
    width: 100%;
    z-index: 2;
    position: relative;
    background-color: transparent;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.letsPlanMyTrip .header .content {
    max-width: 1040px;
    padding: 180px 20px;
    background-color: transparent;
    box-sizing: border-box;
}
.letsPlanMyTrip .header .title {
    float: left;
    width: 100%;
    max-width: 820px;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.letsPlanMyTrip .header .text {
    float: left;
    width: 100%;
    max-width: 540px;
    clear: left;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 60px;
}
.letsPlanMyTrip .header .text p {
    margin: 0;
}
.letsPlanMyTrip .header .button {
    float: left;
    clear: left;
    line-height: 60px;
    background-color: var(--yellow);
    padding: 0 40px;
    border-radius: 30px;
    font-size: 21px;
    font-weight: 600;
    color: #4A6F7C;
    text-transform: uppercase;
    text-decoration: none;
}
.letsPlanMyTrip .header .button:hover {
    background-color: #9AB7C6;
    color: #fff;
}
.letsPlanMyTrip .asFeaturedIn {
    float: left;
    width: 100%;
    margin: 80px 0 30px;
}
.letsPlanMyTrip .asFeaturedIn .text {
    display: none;
}
.letsPlanMyTrip .rate {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.letsPlanMyTrip .rate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: #F2F6F8;
}
.letsPlanMyTrip .rate .box {
    float: left;
    width: 100%;
    background-color: #4A6F7C;
    padding: 50px;
    box-sizing: border-box;
}
.letsPlanMyTrip .rate .top {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 50px;
}
.letsPlanMyTrip .rate .stars {
    float: left;
    width: auto;
    margin-right: 15px;
}
.letsPlanMyTrip .rate .top .text {
    margin-right: 35px;
}
.letsPlanMyTrip .rate .text .normal {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.letsPlanMyTrip .rate .text .strong {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.letsPlanMyTrip .rate .platform {
    float: left;
    width: 180px;
    height: 60px;
    background-color: #fff;
    margin-right: 25px;
    text-align: center;
}
.letsPlanMyTrip .rate .platform:last-child {
    margin-right: 0;
}
.letsPlanMyTrip .rate .platform img {
    margin-top: 14px;
}
.letsPlanMyTrip .rate .bottom {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.letsPlanMyTrip .rate .bottom .texts {
    width: 50%;
    float: left;
    padding: 0 60px 0 30px;
    box-sizing: border-box;
}
.letsPlanMyTrip .rate .bottom .titleWhite {
    float: left;
    width: 100%;
    font-size: 60px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    line-height: 55px;
}
.letsPlanMyTrip .rate .bottom .titleYellow {
    float: left;
    width: 100%;
    color: var(--yellow);
    font-size: 60px;
    font-weight: 600;
    line-height: 55px;
}
.letsPlanMyTrip .rate .bottom .text {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    margin-top: 30px;
}
.letsPlanMyTrip .rate .bottom .text p {
    margin: 0 0 25px;
}
.letsPlanMyTrip .rate .bottom .text p:last-child {
    margin-bottom: 0;
}
.letsPlanMyTrip .form {
    float: left;
    width: 100%;
    scroll-margin: 30px;
}
.letsPlanMyTrip .form .rsFormContainer {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.letsPlanMyTrip .form .rsForm {
    max-width: 1040px;
    padding: 80px 20px 100px;
    box-sizing: border-box;
}
.letsPlanMyTrip .form .rsForm .formContainer {
    padding: 0;
}
.letsPlanMyTrip .form .rsForm .formContainer .rsform-block .formControlLabel {
    display: block;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 20px;
}
.letsPlanMyTrip .form .rsForm .formContainer.page0 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio,
.letsPlanMyTrip .form .rsform-block-destinationcountry,
.letsPlanMyTrip .form .rsform-block-groupsizenextstep {
    grid-column-start: 1;
    grid-column-end: 3;
}
.letsPlanMyTrip .form .rsform-block-starthere {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--yellow);
    width: auto;
    height: auto;
    padding: 60px;
    box-sizing: border-box;
}
.letsPlanMyTrip .form .rsform-block-starthere p {
    margin: 0;
    font-size: 65px;
    font-weight: 600;
    line-height: 65px;
}
.letsPlanMyTrip .form .rsform-block-starthere img {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.letsPlanMyTrip .form .rsform-block-numberofadults {
    grid-column-start: 1;
}
.letsPlanMyTrip .form .rsform-block-triparchitecture,
.letsPlanMyTrip .form .rsform-block-travelpersonality,
.letsPlanMyTrip .form .rsform-block-budgetprefences,
.letsPlanMyTrip .form .rsform-block-contactinfo {
    float: left;
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
}
.letsPlanMyTrip .form .rsform-block-triparchitecture p,
.letsPlanMyTrip .form .rsform-block-travelpersonality p,
.letsPlanMyTrip .form .rsform-block-budgetprefences p,
.letsPlanMyTrip .form .rsform-block-contactinfo p {
    margin: 0;
}
.letsPlanMyTrip .form .rsform-block-stages,
.letsPlanMyTrip .form .rsform-block-stages2,
.letsPlanMyTrip .form .rsform-block-stages3,
.letsPlanMyTrip .form .rsform-block-stages4 {
    align-self: center;
    justify-self: end;
}
.letsPlanMyTrip .form .rsform-block-stages .stage,
.letsPlanMyTrip .form .rsform-block-stages2 .stage,
.letsPlanMyTrip .form .rsform-block-stages3 .stage,
.letsPlanMyTrip .form .rsform-block-stages4 .stage {
    width: 12px;
    height: 12px;
    display: block;
    background-color: #E0EDF4;
    float: left;
    border-radius: 50%;
    margin-left: 15px;
}
.letsPlanMyTrip .form .rsform-block-stages .stage.active,
.letsPlanMyTrip .form .rsform-block-stages2 .stage.active,
.letsPlanMyTrip .form .rsform-block-stages3 .stage.active,
.letsPlanMyTrip .form .rsform-block-stages4 .stage.active {
    background-color: var(--yellow);
}
.letsPlanMyTrip .form .rsform-block-howmanynights .formBody > div {
    width: 100%;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .formBody > div,
.letsPlanMyTrip .form .rsform-block-destinationcountry .formBody > div{
    float: left;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption,
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption{
    width: calc((100% / 3) - 40px);
    margin: 0 20px;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption label,
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption label{
    margin: 0;
    height: 80px;
    line-height: 78px;
    border: 1px solid transparent;
    border-radius: 40px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption input:checked + label,
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption input:checked + label{
    background-color: transparent;
    border: 1px solid #4A6F7C;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption label::before,
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption label::before{
    content: '';
    position: relative;
    width: 38px;
    height: 38px;
    display: inline-block;
    transform: translateY(25%);
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption #groupSizeRadio0-lbl:before {
    background-image: url("../../../images/template/couple.png");
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption #groupSizeRadio1-lbl:before {
    background-image: url("../../../images/template/family.png");
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption #groupSizeRadio2-lbl:before {
    background-image: url("../../../images/template/group.png");
}
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption #destinationCountry0-lbl:before {
    background-image: url("../../../images/template/italysign.png");
}
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption #destinationCountry1-lbl:before {
    background-image: url("../../../images/template/greecesign.png");
}
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption #destinationCountry2-lbl:before {
    background-image: url("../../../images/template/greeceitalysign.png");
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption label::after,
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption label::after{
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #E0EDF4;
    top: calc(50% - 19px);
    margin-left: -110px;
    z-index: -1;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption #groupSizeRadio0-lbl:after{
    margin-left: -110px;
}
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption #destinationCountry0-lbl:after{
    margin-left: -82px;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption #groupSizeRadio1-lbl:after{
    margin-left: -104px;
}
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption #destinationCountry1-lbl:after{
    margin-left: -114px;
}
.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption #groupSizeRadio2-lbl:after{
    margin-left: -104px;
}
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption #destinationCountry2-lbl:after{
    margin-left: -162px;
}

.letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption input:checked + label:after,
.letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption input:checked + label:after{
    background-color: var(--yellow);
}
.letsPlanMyTrip .form .rsform-block-flexibledates {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.letsPlanMyTrip .form .rsform-block-flexibledates .formControls {
    width: auto;
    margin-bottom: 10px;
}
.letsPlanMyTrip .form .rsform-block-flexibledates label {
    font-size: 16px;
}
.letsPlanMyTrip .form .rsform-block-traveldatesfrom .yui-calcontainer {
    border: 1px solid #4A6F7C;
    background-color: #fff;
    padding: 40px;
    top: 92px;
    right: 0;
}
.letsPlanMyTrip .form .rsform-block-howmanynights .formBody {
    width: calc(100% + 6px);
    position: relative;
    left: -3px;
}
.letsPlanMyTrip .form .rsform-block-howmanynights .radioOption {
    float: left;
    width: calc((100% / 3) - 6px);
    margin: 0 3px;
}
.letsPlanMyTrip .form .rsform-block-adultsages .formBody > div,
.letsPlanMyTrip .form .rsform-block-childenages .formBody > div {
    float: left;
    width: 100%;
}
.letsPlanMyTrip .form .rsform-block-adultsages .checkboxOption,
.letsPlanMyTrip .form .rsform-block-childenages .checkboxOption {
    float: left;
    width: calc((100% / 4) - 6px);
    margin: 0 3px;
}
.letsPlanMyTrip .form .rsform-block-adultsages .checkboxOption label,
.letsPlanMyTrip .form .rsform-block-childenages .checkboxOption label {
    width: 100% !important;
    text-align: center;
    padding: 0 !important;
}
.letsPlanMyTrip .form .rsform-block-howmanynights .radioOption label {
    line-height: 36px;
    height: 36px;
    border: 1px solid #4A6F7C;
    border-radius: 18px;
    width: 100%;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1em;
    transition: all 0.3 ease 0s;
    margin: 0;
    box-sizing: border-box;
}
.letsPlanMyTrip .form .rsform-block-hearus .radioOption label {
    float: left;
    width: auto;
    line-height: 33px;
    border: 1px solid #4A6F7C;
    box-sizing: border-box;
    padding: 0 40px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 400;
}
.letsPlanMyTrip .form .rsform-block-howmanynights .radioOption input:checked + label {
    border-color: transparent;
    font-weight: 700;
}
.letsPlanMyTrip .form .rsform-block-groupsizenextstep button {
    margin-left: auto;
    margin-top: 60px;
    background-color: #4A6F7C;
    border: none;
    height: 66px;
    line-height: 66px;
    padding: 0 45px 0 45px;
    border-radius: 33px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
.letsPlanMyTrip .form .rsform-block-groupsizenextstep button:focus {
    background-color: #4A6F7C;
}
.letsPlanMyTrip .form .rsform-block-groupsizenextstep button svg {
    margin-left: 25px;
}
.letsPlanMyTrip .form .rsform-block-groupsizenextstep button:hover {
    background-color: var(--yellow);
}
.letsPlanMyTrip .form .rsForm .formContainer.page1 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.letsPlanMyTrip .form .rsform-block-interests,
.letsPlanMyTrip .form .rsform-block-travelstyle,
.letsPlanMyTrip .form .rsform-block-moreaboutyou,
.letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep,
.letsPlanMyTrip .form .rsform-block-budget,
.letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets,
.letsPlanMyTrip .form .rsform-block-describeyou,
.letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep  {
    grid-column-start: 1;
    grid-column-end: 3;
}
.letsPlanMyTrip .form .rsform-block-interests .formBody,
.letsPlanMyTrip .form .rsform-block-travelstyle .formBody,
.letsPlanMyTrip .form .rsform-block-hearus .formBody {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
}
.letsPlanMyTrip .form .rsform-block-interests input.buttons + label,
.letsPlanMyTrip .form .rsform-block-travelstyle input.buttons + label,
.letsPlanMyTrip .form .rsform-block-hearus input.buttons + label {
    margin: 0 12px 24px;
}
.letsPlanMyTrip .form .rsform-block-moreaboutyou textarea {
    font-size: 14px;
}
.letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-next,
.letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-next,
.letsPlanMyTrip .form .rsform-block-submit button.rsform-submit-button {
    margin-left: auto;
    margin-top: 60px;
    background-color: #4A6F7C;
    border: none;
    height: 66px;
    line-height: 66px;
    padding: 0 45px;
    border-radius: 33px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    color: #fff;
    text-shadow: none;
}
.letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-next svg,
.letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-next svg {
    margin-left: 25px;
}
.letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-next:hover,
.letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-next:hover,
.letsPlanMyTrip .form .rsform-block-submit button.rsform-submit-button:hover {
    background-color: var(--yellow);
}
.letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-prev,
.letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-prev,
.letsPlanMyTrip .form .rsform-block-submit button.rsform-button-prev {
    margin-right: auto;
    margin-top: 60px;
    background-color: transparent;
    background-image: url('../../../images/template/arrow.svg');
    border: none;
    height: 66px;
    line-height: 66px;
    padding: 0 45px;
    border-radius: 33px;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    box-shadow: none;
    color: #4A6F7C;
}
.letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-prev svg,
.letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-prev svg,
.letsPlanMyTrip .form .rsform-block-submit button.rsform-button-prev svg {
    float: left;
    transform: rotate(180deg);
    margin-top: 26px;
    margin-right: 25px;
    transition: all 0.3s ease 0s;
}
.letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-prev svg path,
.letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-prev svg path,
.letsPlanMyTrip .form .rsform-block-submit button.rsform-button-prev svg path {
    stroke: #4A6F7C;
}
.letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-prev:hover,
.letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-prev:hover,
.letsPlanMyTrip .form .rsform-block-submit button.rsform-button-prev:hover {
    color: var(--yellow);
}
.letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-prev:hover svg path,
.letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-prev:hover svg path,
.letsPlanMyTrip .form .rsform-block-submit button.rsform-button-prev:hover svg path {
    stroke: var(--yellow);
}
.letsPlanMyTrip .form .rsForm .formContainer.page2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.letsPlanMyTrip .form .rsform-block-budget {
    margin-bottom: -30px;
}
.letsPlanMyTrip .form .rsform-block-budget .formBody {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.letsPlanMyTrip .form .rsform-block-budget #budget {
    display: block !important;
    float: left;
    width: 100%;
    border: none;
    padding: 0;
    pointer-events: none;
    line-height: 1;
    height: 18px;
    margin-bottom: 15px;
    font-size: 15px;
}
.letsPlanMyTrip .form .rsform-block-minbudget  {
    grid-column-start: 1;
    grid-column-end: 3;
}
.letsPlanMyTrip .form .rsform-block-minbudget p {
    font-size: 14px;
    margin: -20px 0 20px;
}
.letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets .formBody {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets .radioOption {
    position: relative;
    margin-right: 40px;
}
.letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets .radioOption label {
    height: auto;
    padding: 0;
    float: left;
    line-height: 24px;
    margin: 0;
    cursor: pointer;
    min-height: unset;
    background-color: transparent;
    font-weight: normal;
}
.letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets .radioOption label:before {
    content: "";
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #4A6F7C;
    background-color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
}
.letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets .radioOption label:after {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: transparent;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets .radioOption input:checked + label {
    background-color: #fff;
}
.letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets .radioOption input:checked + label:after {
    color: #4A6F7C;
}
.letsPlanMyTrip .form .rsform-block-describeyou .formBody {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.letsPlanMyTrip .form .rsform-block-describeyou .formBody .checkboxOption {
    float: left;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    clear: left;
}
.letsPlanMyTrip .form .rsForm .formContainer.page3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.letsPlanMyTrip .form .rsform-block-contactinfo {
    grid-column-start: 1;
    grid-column-end: 4;
}
.letsPlanMyTrip .form .rsform-block-stages4 {
    grid-column-start: 4;
    grid-column-end: 7;
}
.letsPlanMyTrip .form .rsform-block-firstname,
.letsPlanMyTrip .form .rsform-block-lastname,
.letsPlanMyTrip .form .rsform-block-email,
.letsPlanMyTrip .form .rsform-block-country,
.letsPlanMyTrip .form .rsform-block-phonenumber,
.letsPlanMyTrip .form .rsform-block-phonetext {
    grid-column: span 2;
}
.letsPlanMyTrip .form .rsform-block-country select {
    width: 100%;
}
.letsPlanMyTrip .form .rsform-block-hearus {
    grid-column-start:1;
    grid-column-end:7;
}
.letsPlanMyTrip .form .rsform-block-receivenewsletter {
    grid-column-start:1;
    grid-column-end:7;
    margin-top: 40px;
}
.letsPlanMyTrip .form .rsform-block-receivenewsletter label {
    font-size: 16px;
}
.letsPlanMyTrip .form .rsform-block-receivenewsletter .formBody {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.letsPlanMyTrip .form .rsform-block-submit {
    grid-column: span 6;
}
.letsPlanMyTrip .form .rsform-block-firstname label,
.letsPlanMyTrip .form .rsform-block-lastname label,
.letsPlanMyTrip .form .rsform-block-email label,
.letsPlanMyTrip .form .rsform-block-country label,
.letsPlanMyTrip .form .rsform-block-phonenumber label {
    display: none !important;
}
.letsPlanMyTrip .form .rsform-block-firstname,
.letsPlanMyTrip .form .rsform-block-lastname,
.letsPlanMyTrip .form .rsform-block-email {
    margin-top: 20px;
}
.letsPlanMyTrip .form .rsform-block-phonetext p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    font-style: italic;
    font-weight: 300;
    margin-top: 3px;
}
.letsPlanMyTrip .form .rsform-block-hearustext {
    grid-column-start: 1;
    grid-column-end: 8;
}
.letsPlanMyTrip .form .rsform-block-hearus {
    margin-top: 60px;
}
.letsPlanMyTrip .form .rsform-block-hearus select {
    width: 100%;
}
.letsPlanMyTrip .form .thankYou,
.corporateArticle .thankYou,
.packagesArticle .thankYou {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.letsPlanMyTrip .form .thankYou .title,
.corporateArticle .thankYou .title,
.packagesArticle .thankYou .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 75px;
}
.letsPlanMyTrip .form .thankYou .text,
.corporateArticle .thankYou .text,
.packagesArticle .thankYou .text {
    float: left;
    width: 100%;
    max-width: 520px;
    text-align: center;
    margin-top: 75px;
    font-size: 21px;
    font-weight: 300;
    line-height: 25px;
}
.toursArticle .thankYou {
    float: left;
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
}

/* Home Page Article */
.homeArticle .header {
    float: left;
    width: 100%;
}
.homeArticle .asFeaturedIn {
    float: left;
    width: 100%;
}
.homeArticle .asFeaturedIn .title {
    display: none;
}
.homeArticle .whatMakeUsDifferentArea {
    float: left;
    width: 100%;
}
.homeArticle .whatMakeUsDifferentArea .whatMakeUsDifferentContainer {
    float: left;
    width: 100%;
    margin: 90px 0 120px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.homeArticle .whatMakeUsDifferentArea .whatMakeUsDifferent {
    float: left;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
}
.homeArticle .whatMakeUsDifferentArea .topTitle {
    grid-column: span 2;
    float: left;
    width: 100%;
    text-align: center;
    color: #99B7C5;
    /*color: #637984;*/
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.homeArticle .whatMakeUsDifferentArea .logo {
    grid-column: span 2;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 60px;
}
.homeArticle .whatMakeUsDifferentArea .image {
    grid-row: span 2;
}
.homeArticle .whatMakeUsDifferentArea .image img {
    width: 100%;
    height: auto;
}
.homeArticle .whatMakeUsDifferentArea .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
    color: #FACE4A;
    margin-bottom: 30px;
    align-self: end;
}
.homeArticle .whatMakeUsDifferentArea .texts {
    align-self: start;
}
.homeArticle .whatMakeUsDifferentArea .text {
    font-size: 20px;
    line-height: 33px;
    color: #99B7C5;
    /*color: #637984;*/
}
.homeArticle .whatMakeUsDifferentArea .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.homeArticle .whatMakeUsDifferentArea .text p:last-child {
    margin-bottom: 0;
}
.homeArticle .whatMakeUsDifferentArea .link {
    float: left;
    line-height: 14px;
    margin-top: 40px;
    color: #4A6F7C;
    font-weight: 300;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.homeArticle .whatMakeUsDifferentArea .link span {
    padding-right: 15px;
}
.homeArticle .whatMakeUsDifferentArea .link svg path {
    stroke: #9AB7C6;
    transition: all 0.3s ease 0s;
}
.homeArticle .whatMakeUsDifferentArea .link:hover {
    color: #FACE4A;
    text-decoration: none;
}
.homeArticle .whatMakeUsDifferentArea .link:hover svg path {
    stroke: #FACE4A;
}
.homeArticle .ourFavoriteExperiencesArea {
    float: left;
    width: 100%;
    padding: 120px 0 100px;
    background-color: #FBFAF0;
    position: relative;
    overflow:hidden;
}
.homeArticle .ourFavoriteExperiencesArea::before {
    content: "";
    position: absolute;
    right: -200px;
    top: -50px;
    width: 560px;
    height: 560px;
    background-image: url("../../../images/template/cycle-big.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.homeArticle .ourFavoriteExperiencesArea .ourFavoriteExperiencesContainer {
    float: left;
    width: 100%;
    padding-left: calc((100% - var(--page-width)) / 2);
    box-sizing: border-box;
}
.homeArticle .ourFavoriteExperiencesArea .ourFavoriteExperiences {
    float: left;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
}
.homeArticle .ourFavoriteExperiencesArea .texts {
    position: relative;
    float: left;
    width: 400px;
    padding: 60px 60px 60px 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
}
.homeArticle .ourFavoriteExperiencesArea .titleTop {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}
.homeArticle .ourFavoriteExperiencesArea .titleBlue {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
    color: #99B7C5;
    /*color: #637984;*/
    line-height: 55px;
    margin-bottom: 30px;
}
.homeArticle .ourFavoriteExperiencesArea .titleYellow {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 600;
    line-height: 55px;
    color: var(--yellow);
}
.homeArticle .ourFavoriteExperiencesArea .link {
    background-color: var(--yellow);
    color: #4A6F7C;
    /*color: #3D5057;*/
    float: left;
    width: auto;
    clear: left;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    min-width: 220px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.homeArticle .ourFavoriteExperiencesArea .link:hover {
    background-color: #4A6F7C;
    color: #fff;
    text-decoration: none;
}
.homeArticle .ourFavoriteExperiencesArea .arrows {
    position: absolute;
    bottom: 0;
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 60px;
    box-sizing: border-box;
}
.homeArticle .ourFavoriteExperiencesArea .experiences {
    float: left;
    width: calc(100% - 400px);
}
.homeArticle .ourFavoriteExperiencesArea .experiences .slick-track {
    display: flex !important;
    display: -webkit-flex !important;
}
.homeArticle .ourFavoriteExperiencesArea .experience {
    float: left;
    width: 540px;
    height: auto !important;
    display: flex;
    display: -webkit-flex;
}
.homeArticle .ourFavoriteExperiencesArea .experience.two {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.homeArticle .ourFavoriteExperiencesArea .experience a {
    float: left;
    width: calc(100% - 25px);
    margin: 0 25px 25px 0;
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.homeArticle .ourFavoriteExperiencesArea .experience .image {
    position: relative;
}
.homeArticle .ourFavoriteExperiencesArea .experience .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    transition: all 0.3s ease 0s;
}
.homeArticle .ourFavoriteExperiencesArea .experience a:hover .image:before {
    opacity: 0.2;
}
.homeArticle .ourFavoriteExperiencesArea .experience.two .experienceTwo {
    flex-grow: 1;
    display: flex;
    display: -webkit-flex;
}
.homeArticle .ourFavoriteExperiencesArea .experience.one .experienceOne .image {
    float: left;
    width: 100%;
    aspect-ratio: 510/714;
}
.homeArticle .ourFavoriteExperiencesArea .experience.two .experienceOne .image {
    float: left;
    width: 100%;
    aspect-ratio: 510/290;
}
.homeArticle .ourFavoriteExperiencesArea .experience img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeArticle .ourFavoriteExperiencesArea .experience .texts {
	background-color: rgba(0,0,0,0.4);							 
    position: absolute;
    left: 0;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 420px;
}
.homeArticle .ourFavoriteExperiencesArea .experience.one .texts {
    top: 0;
}
.homeArticle .ourFavoriteExperiencesArea .experience.two .texts {
    bottom: 0;
}
.homeArticle .ourFavoriteExperiencesArea .experience .title {
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
}
.homeArticle .ourFavoriteExperiencesArea .experience .text {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    margin: 5px 0 0;
}
.homeArticle .ourFavoriteExperiencesArea .mobileLink {
    display: none;
}
.homeArticle .ourFavoriteExperiencesArea .arrows {
    position: absolute;
    bottom: 25px;
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 60px;
    box-sizing: border-box;
}
.homeArticle .ourFavoriteExperiencesArea .arrows .previousArrow {
    margin-right: 10px;
}
.homeArticle .ourFavoriteExperiencesArea .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.homeArticle .ourFavoriteExperiencesArea .arrows .slick-arrow {
    cursor: pointer;
}
.homeArticle .ourFavoriteExperiencesArea .arrows .slick-arrow.slick-disabled {
    cursor: default;
}
.homeArticle .ourFavoriteExperiencesArea .mobileLink {
    display: none;
}
.homeArticle .relatedBlogArticles {
    float: left;
    width: 100%;
    position: relative;
}
.homeArticle .relatedBlogArticles:before {
    content: '';
    position: absolute;
    left: -120px;
    top: -60px;
    width: 534px;
    height: 333px;
    background-image: url("../../../images/template/wave-big-dark.png");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Mobile Menu */
.modWbnMenu.mobile {
    display: none;
}
.modWbnMenu.mobile .mobileMenuBurger .topLine {
    width: 23px;
    height: 3px;
    background-color: #99B7C5;
    border-radius: 3px;
    transition: top 0.3s ease 0.3s,width 0.3s ease 0.3s, transform 0.3s ease 0s;
}
.modWbnMenu.mobile .mobileMenuBurger .middleLine {
    width: 32px;
    height: 3px;
    background-color: #99B7C5;
    border-radius: 3px;
}
.modWbnMenu.mobile .mobileMenuBurger .bottomLine {
    width: 17px;
    height: 3px;
    background-color: #99B7C5;
    border-radius: 3px;
    transition: top 0.3s ease 0.3s,width 0.3s ease 0.3s, transform 0.3s ease 0s;
}
.modWbnMenu.mobile .mobileMenu.open .mobileMenuBurger .topLine,
.modWbnMenu.mobile .mobileMenu.open .mobileMenuBurger .bottomLine {
    width: 32px;
    transition: top 0.3s ease 0s, width 0.3s ease 0s, transform 0.3s ease 0.3s;
    transform-origin: center center;
}
.modWbnMenu.mobile .mobileMenu .menuItem.level1 {
    border: none;
}
.modWbnMenu.mobile .mobileMenu .menuItem.level1 a.bold {
    font-weight: 700;
}

/* Search Results Page */
.searchResults .resultsContainer {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 60px;
}
.searchResults .results {
    width: calc(100% - 40px);
    max-width: 990px;
    padding: 35px 20px 100px;
    z-index: 2;
}
.searchResults .articles {
    float: left;
    width: calc(100% + 20px);
    position: relative;
    margin-left: -10px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.searchResults .articles .article {
    float: left;
    width: calc(50% - 20px);
    margin: 10px;
    position: relative;
    background-color: #FBFAF0;
    display: flex;
    display: -webkit-flex;
}
.searchResults .articles .article .articleContainer {
    float: left;
    width: 100%;
}
.searchResults .articles .article .image {
    float: left;
    width: 100%;
    aspect-ratio: 486/186;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    position: relative;
}
.searchResults .articles .article .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.searchResults .articles .article .image::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.35;
    transition: all 0.3s ease 0s;
}
.searchResults .articles .article:hover .image::after {
    opacity: 0.2;
}
.searchResults .articles .article .texts {
    background-color: #FBFAF0;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.searchResults .articles .article .texts .title {
    float: left;
    width: 100%;
    color: #4A6F7C;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 33px;
    text-decoration: none;
}
.searchResults .articles .article .texts .articleDateCreated {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #4A6F7C;
    margin-bottom: 10px;
}
.searchResults .articles .article .texts .text {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #4A6F7C;
}
.searchResults .articles .article.intro .category {
    position: absolute;
    left: 20px;
    top: 20px;
}
.searchResults .articles .article.intro .category a {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
}
.searchResults .articles .article.intro .category a:hover img {
    padding-left: 10px;
}
.searchResults .articles .article.intro .category a img {
    padding-left: 5px;
    position: relative;
    top: 1px;
    transition: all 0.3s ease 0s;
}
.searchResults .paginationArea {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.searchResults .headerLayout.style6 .header {
    padding: 160px 0
}

/* Landing Pages */
.landingArticle {
    float: left;
    width: 100%;
}
.landingArticle > div {
    float: left;
    width: 100%;
}
.landingArticle .relatedExperiencesArea {
    margin-bottom: 90px;
}

/* Corporate Article */
.corporateArticle {
    float: left;
    width: 100%;
    margin-top: -90px;
    margin-bottom: 90px;
}
.corporateArticle > div {
    float: left;
    width: 100%;
}
.corporateArticle .testimonialsArea {
    float: left;
    width: 100%;
    margin-top: -90px;
    margin-bottom: 90px;
}

/* Back To Top */
.backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.backToTop.visible {
    opacity: 1;
    visibility: visible;
}
body.stickyBottom .backToTop.visible {
    transition: all 0.3s ease 0s;
}
body.stickyBottom.down .backToTop.visible {
    transform: translateY(-80px);
}
body.stickyBottom.up .backToTop.visible {
    transform: translateY(0);
}
.backToTop .text {
    position: absolute;
    width: 100%;
    font-size: 21px;
    line-height: 42px;
    float: left;
    text-align: center;
    border-radius: 10px;
    top: 15px;
    background-color: var(--yellow);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.backToTop .text:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #fccd4a transparent transparent transparent;
    position: absolute;
    left: calc(50% - 8px);
    bottom: -8px;
}
.backToTop:hover .text {
    opacity: 1;
    visibility: visible;
    top: -58px;
}
.backToTop svg {
    position: relative;
    z-index: 2;
}
.backToTop svg circle,
.backToTop svg path {
    transition: all 0.3s ease 0s;
}
.backToTop:hover svg circle {
    fill: var(--yellow);
}
.backToTop:hover svg path {
    stroke: #4A6F7C;
}
#welcomepickups {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}
/* Error Page */
.errorPage {
    background-color: #fff;
}
.errorPage .errorText {
    font-size: 160px;
    font-weight: 600;
    text-align: center;
    line-height: 0.8;
    color: #99B7C5;
    position: relative;
}
.errorPage .errorCode {
    font-size: 140px;
    line-height: 0.8;
    font-weight: 500;
    color: var(--yellow);
    margin: -30px 0 60px;
    z-index: 1;
    letter-spacing: 6px;
    display: flex;
}
.errorPage .errorCode .image {
    width: 105px;
    position: relative;
    display: inline;
}
.errorPage .errorCode .image img {
    width: 100%;
    position: relative;
    top: 8px;
    height: auto;
    float: left;
}
.errorPage .errorText::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9), rgb(255, 255, 255));
}
.errorPage .errorDescription,
.errorPage .pageNotFound {
    font-size: 20px;
}
.errorPage .generalButton {
    margin-top: 60px;
    text-decoration: none;
    text-transform: uppercase;
}
.errorPage pre {
    float: left;
    width: 100%;
    height: 600px;
    margin-top: 60px;
    overflow: scroll;
}

/* Custom Modules */
#mod-custom386 {
    float: left;
    width: 100%;
    background-color: var(--yellow);
    margin-top: -30px;
}
#mod-custom386 img {
    mix-blend-mode: darken;
    height: auto;
    width: 400px !important;
}

@media (max-width: 1800px) {
    .small-group-modal{
        width:60vw;
    }
}
@media (max-width: 1700px) {
    .homeArticle .newLandingPageHeader{
            background-position-x: 10em;
    }
    .letsPlanMyTrip .form .rsform-block-starthere {
        position: absolute;
        left: 50%;
        padding: 15px 120px;
        transform: translate(-50%, -50%);
        background-image: url("../../../images/template/arrow-down.png");
        background-repeat: no-repeat;
        background-position: right 35px center;
        background-size: auto 30px;
        width: auto;
        min-width: 450px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .letsPlanMyTrip .form .rsform-block-starthere p {
        margin: 0;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
    }
    .letsPlanMyTrip .form .rsform-block-starthere p br {
        display: none;
    }
    .letsPlanMyTrip .form .rsform-block-starthere p:last-child {
        display: none;
    }
}

@media(max-width:1500px){
    .small-group-modal{
        width:70vw;
    }
}
@media (max-width: 1400px) {
    .wbnTestimonials .left {
        width: 20%;
        padding-left: 20px;
    }
    .wbnTestimonials .left .wbnTestimonialsTop {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .wbnTestimonials .left .wbnTestimonialsTopImage {
        max-width: 120px;
        order: 1;
        width: 100%;
    }
    .wbnTestimonials .left .wbnTestimonialsTopTexts {
        max-width: 100%;
        order: 2;
        text-align: center;
        width: 100%;
    }
    .wbnTestimonials .left .wbnTestimonialsTopTexts .whiteTitle {
        font-size: 24px;
    }
    .wbnTestimonials .left .wbnTestimonialsText,
    .wbnTestimonials .left .wbnTestimonialsLines {
        display: none;
    }
    .wbnTestimonials .left .wbnTestimonialsLogos {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .wbnTestimonials .right {
        width: calc(80% - 70px);
        padding-right: 20px;
    }
    .article.about .sector1 .texts {
        padding: 25px;
    }
    .article.about .sector1 {
        grid-template-columns: 250px 1fr 400px;
    }
    .toursMasterCategory .top .title {
        margin: 0 0 60px;
        font-size: 50px;
        line-height: 55px;
    }
    .toursMasterCategory .top .subtitle {
        font-size: 30px;
        line-height: 40px;
    }
    .headerLayout.style1 .header {
        grid-template-columns: 250px 1fr 400px;
    }
    .article.blog .header .title {
        font-size: 50px;
        line-height: 55px;
    }
}
@media (max-width: 1300px) {

.small-group-modal{
        width:80vw;
    }
    .headerLayout.style3 .slider .image {
        margin: 0 13px;
        scale: 1;
    }
    .headerLayout.style3 .slider .arrows {
        position: absolute;
        right: 20px;
        bottom: -100px;
    }
    /*.headerLayout.style3 .introArea .intro {
        margin-top: 120px;
    }*/
    .mainContent .headerArea .pageContainer .arrows{
        display:none;
    }
}
@media (max-width: 1280px) {
    .toursMasterCategory .top {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .toursMasterCategory .top .titleSubtitle {
        padding: 0 30px 0 0;
        width: calc(100% - 560px)
    }
    .toursMasterCategory .top .images {
        float: left;
        width: 560px;
    }
    .toursMasterCategory .top .images .image:last-child {
        display: none;
    }
    .toursMasterCategory .top .text {
        padding-left: 0;
        width: calc(100% - 590px);
        padding-right: 0;
    }
    .article.blog .breadcrumbs,
    .article.blog .relatedPosts {
        margin: 0 0 45px 0;
        width: 100%;
    }
    .article.blog .content .contentLeft {
        padding-left: 0;
        width: calc(100% - 420px);
    }
    .article.blog .content .right {
        margin-left: 60px;
    }
	 
	.experiencesLayout.style1 .experiences.slick-slider {
        padding-left: 20px;
    }									
	 
}
@media (max-width: 1250px) {
    .homeArticle .newLandingPageHeader{
            background-position-x: 5em;
    }
    .relatedExperiencesLayout.style6 .titleBlue,
    .homeArticle .ourFavoriteExperiencesArea .titleYellow {
        font-size: 50px;
        line-height: 50px;
    }
    .relatedExperiencesLayout.style6 .titleYellow,
    .homeArticle .ourFavoriteExperiencesArea .titleBlue {
        font-size: 50px;
        line-height: 50px;
    }
    .relatedExperiencesLayout.style6 .text {
        font-size: 17px;
        line-height: 1.7;
    }
    .homeArticle .ourFavoriteExperiencesArea .experience {
        width: 420px;
    }
}
@media (max-width: 1200px) {

    .headerLayout.style3 .titles .big {
        font-size: 270px;
    }
    .headerLayout.style3 .slick-slider .slide img {

        height: 38vw;
    }
    .article.about .sector1 {
        display: grid;
        grid-template-columns: 540px 1fr;
    }
    .article.about .sector1 .imagesLeft {
        grid-row-start: 2;
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-direction: row;
        -webkit-flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .article.about .sector1 .imagesLeft .image {
        width: calc(50% - 12px);
        aspect-ratio: 171/135;
    }
    .article.about .sector1 .imagesLeft .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .article.about .sector1 .imagesLeft .image:last-child {
        width: 100%;
        aspect-ratio: auto;
    }
    .article.about .sector1 .texts {
        grid-column-start: 2;
        grid-row: span 2;
        width: 100%;
        align-self: center;
    }
    .article.about .sector1 .imageRight {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        width: 100%;
        align-self: start;
        margin-bottom: 25px;
    }
    .article.about .sector3 {
        padding: 120px 0;
        background-size: 400px;
    }
    .article.about .sector3 .meetTheTeam .title {
        font-size: 50px;
    }
    .article.about .sector3 .meetTheTeam .title2 {
        font-size: 50px;
    }
    .article.about .sector4 .items {
        max-width: unset;
        position: relative;
        left: -25px;
    }
    .article.about .sector4 .title {
        font-size: 50px;
    }
    .article.about .sector4 .title2 {
        font-size: 50px;
        margin-bottom: 60px;
    }
    .article.about .sector4 .items .item .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .article.about .sector4 .items .item .text {
        font-size: 18px;
    }
    .article.about .sector6 .usps .usp {
        padding: 20px;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .article.about .sector6 .usps .usp .title {
        font-size: 22px;
        padding: 20px 0 10px;
    }
    .article.about .sector6 .usps .usp .text {
        font-size: 15px;
        line-height: 20px;
    }
    .headerLayout.style5 .header .title {
        line-height: 55px;
        font-size: 50px;
        max-width: 450px;
    }
    .headerLayout.style5 .header .image:before {
        width: 300px;
        height: 194px;
        right: -35px;
    }
    .experiencesLayout.style1 .experienceBox,
    .experiencesLayout.style3 .experienceBox,
    .experiencesLayout.style4 .experienceBox {
        width: 340px;
    }
    .experiencesLayout.style1 .experiences,
    .experiencesLayout.style3 .experiences,
    .experiencesLayout.style4 .experiences {
        width: calc(100% + 32px);
    }
    .packagesArticle .daysSummaryArea {
        padding: 0 0 30px;
    }
    .packagesArticle .daysSummaryAreaOld {
        padding: 0 0 30px;
    }
    .packagesArticle .pictureYourSelfArea .text {
        font-size: 18px;
    }
    .packagesArticle .pictureYourSelfArea .image {
        float: left;
        width: calc(50% - 5px);
    }
    .packagesArticle .preferredHotelsArea .hotels {
        width: calc(100% + 40px);
        left: -20px;
    }
    

    .packagesArticle .preferredHotelsArea .hotel {
        width: calc((100% / 3) - 40px);
        margin: 0 20px;
    }
    .packagesArticle .preferredHotelsArea .title {
        font-size: 40px;
        line-height: 40px;
    }
    .packagesArticle .preferredHotelsArea .text {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }
    .packagesArticle .preferredHotelsArea .hotel .image {
        margin-bottom: 30px;
    }
    .packagesArticle .preferredHotelsArea .hotel .name {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
        transition: all 0.3s ease 0s;
    }
    .packagesArticle .preferredHotelsArea .hotel .name:hover {
        color: #4A6F7C;
        text-decoration: none;
    }
    .packagesArticle .preferredHotelsArea .intro {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .packagesArticle .preferredHotelsArea .hashtag {
        font-size: 15px;
        line-height: 20px;
    }



    .packagesArticle .preferredHotelsAreaOld .hotels {
        width: calc(100% + 40px);
        left: -20px;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel {
        width: calc((100% / 3) - 40px);
        margin: 0 20px;
    }
    .packagesArticle .preferredHotelsAreaOld .title {
        font-size: 40px;
        line-height: 40px;
    }
    .packagesArticle .preferredHotelsAreaOld .text {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel .image {
        margin-bottom: 30px;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel .name {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
        transition: all 0.3s ease 0s;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel .name:hover {
        color: #4A6F7C;
        text-decoration: none;
    }
    .packagesArticle .preferredHotelsAreaOld .intro {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .packagesArticle .preferredHotelsAreaOld .hashtag {
        font-size: 15px;
        line-height: 20px;
    }


    .sliderLayout.variableWidth {
        margin: 80px 0 60px;
    }
    .moduleOurWayToTravel .top .blue,
    .moduleOurWayToTravel .top .yellow {
        font-size: 50px;
        line-height: 60px;
    }
    .moduleOurWayToTravel .top .title {
        margin-bottom: 40px;
    }
    .moduleOurWayToTravel .top .text {
        font-size: 22px;
    }
    .experiencesLayout.style2 .title {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .experiencesLayout.style2 .experienceBox,
    .experiencesLayout.style8 .experienceBox {
        width: 340px;
    }
    .toursArticle .sliderArea::before {
        top: -80px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .toursArticle .inclusionsExclusionsArea::before {
        right: -185px;
        top: -127px;
        scale: 0.5;
    }
    .letsPlanMyTrip .header .title {
        max-width: 580px;
        font-size: 50px;
        line-height: 70px;
    }
    .letsPlanMyTrip .rate .bottom .image {
        width: 50%;
    }
    .letsPlanMyTrip .rate .bottom .image img {
        width: 100%;
        height: auto;
    }
    .headerLayout.style1 .header {
        grid-template-columns: 540px 1fr;
        grid-template-rows: auto auto auto 1fr;
        background-position: right -40px top;
        padding-top: 80px;
        background-size: 300px auto;
        margin-top: 0;
    }
    .headerLayout.style1 .header .imagesLeft {
        grid-row-start: 3;
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-direction: row;
        -webkit-flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-self: start;
    }
    .headerLayout.style1 .header .imagesLeft .image {
        width: calc(50% - 12px);
        aspect-ratio: 171/135;
        margin-bottom: 0;
    }
    .headerLayout.style1 .header .imagesLeft .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .headerLayout.style1 .header .title {
        grid-column-start: 2;
        align-self: end;
        box-sizing: border-box;
        z-index: 3;
    }
    .headerLayout.style1 .header .text {
        grid-column-start: 2;
        grid-row-start: 2;
        grid-row-end: 5;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4;
        padding: 0 60px 60px;
    }
    .headerLayout.style1 .header .imageRight {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        width: 100%;
        align-self: start;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .headerLayout.style1 .imageRight::before {
        right: 145px;
        top: -145px;
        z-index: 1;
        scale: 0.6;
    }
    .headerLayout.style2 .title {
        font-size: 50px;
    }
    .accommodationCategory .hotelsArea .hotels {
        width: calc(100% + 20px);
        left: -10px;
    }
    .accommodationCategory .hotelsArea .hotel {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .accommodationCategory .hotelsArea .hotel .otherInfo {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .accommodationCategory .hotelsArea .hotel .type {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .accommodationCategory .hotelsArea .hotel .hashtags {
        float: left;
        width: 100%;
    }
    .accommodationArticle .mainInfoArea .title {
        font-size: 50px;
    }
    .accommodationArticle .whyWeLoveItArea .texts {
        float: left;
        width: 50%;
        padding-right: 30px;
    }
    .accommodationArticle .whyWeLoveItArea .reason {
        margin-bottom: 25px;
    }
    .accommodationArticle .whyWeLoveItArea .text {
        font-size: 18px;
        line-height: 25px;
    }
    .accommodationArticle .whyWeLoveItArea .image {
        width: 50%;
    }
    .accommodationArticle .inAndAroundArea .label {
        font-size: 50px;
    }
    .accommodationArticle .inAndAroundArea .value {
        font-size: 18px;
        line-height: 1.4;
    }
    .experiencesLayout.style4 .arrows,
    .experiencesLayout.style5 .arrows {
        display: none;
    }
    .blogMasterCategory .header .headerContainer .title {
        font-size: 50px;
        max-width: 360px;
    }
    .modSmartSearch .smartSearchInput {
        width: 250px;
    }
    .blogCategory .categoryTexts .title {
        font-size: 50px;
        line-height: 55px;
    }
    .blogCategory .categoryImage {
        height: 480px;
        aspect-ratio: unset;
    }
    .article.blog .header .title {
        font-size: 40px;
        line-height: 45px;
    }
    .article.blog .header .box {
        max-width: 700px;
    }
    .article.blog .content .fulltext p,
    .article.blog .content .fulltext ul,
    .article.blog .content .fulltext ol {
        float: left;
        width: 100%;
        margin: 0 0 25px;
        box-sizing: border-box;
    }
    .article.blog .content .fulltext {
        font-size: 18px;
        line-height: 25px;
    }
    .article.blog .content .fulltext h2,
    .article.blog .content .fulltext h3 {
        margin: 20px 0 30px;
        font-size: 25px;
    }
    .article.blog .tableOfContents {
        padding: 30px;
        margin: 0 0 60px;
    }
    .article.blog .tableOfContents .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .article.blog .tableOfContents .anchor {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .article.blog .relatedExperiences .experience .title {
        font-size: 18px;
    }
    .article.blog .content .right {
        float: right;
        width: 320px;
        margin-left: 30px;
    }
    .article.blog .content .contentLeft {
        padding-left: 0;
        width: calc(100% - 350px);
    }
    .searchResults  .header .headerContainer .title {
        font-size: 50px;
        max-width: 360px;
    }
    .headerLayout.style3 .titles {
        margin-bottom: -55px;
    }
    .right .modWbnTripPlaning.compact {
        padding: 35px 35px;
    }
}



@media (max-width: 1190px) {

    /* babis start */
    .mainNavInner {
       display: flex;
       flex-direction: row-reverse;
    }

    .mainNavCenter{
        float: left;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-right: 40px;
    }

    .mainNavRight {
        display: none !important;
    }


    .modWbnMenu.desktop {
        display: none;
    }

    .modWbnMenu.mobile {
        display: block;
    }


    /* babis end */

}

@media (max-width: 1100px) {

    .small-group-modal{
        width:90vw;
    }
    .fixedMenuLayout .fixedMenu {
        background-color: transparent;
        justify-content: center;
        -webkit-justify-content: center;
    }
    
    .fixedMenuLayout .fixedMenu .links {
        display: none;
    }
    .fixedMenuLayout.fixed {
        position: relative;
        top: 0 !important;
    }

    /* babis start */
    .mainNavInner {
       display: flex;
       flex-direction: row-reverse;
    }

    .mainNavCenter{
        float: left;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-right: 40px;
    }

    .mainNavRight {
        display: none !important;
    }

    .desktop-only-1000{
        display:none!important;
    }
    .mobile-only-1000{
        display:block;
    }


    /* babis end */
}
@media (max-width: 1000px) {

    .small-group-trips-wrapper .top-title{
        font-size:16px;
    }
    
    .small-group-trips-wrapper .top-half{
        gap:10px;
    }
    
    .small-group-trips-wrapper .top-subtitle{
        font-size:23px;
    }
    
    .desktop-only-1000{
        display:none!important;
    }
    .mobile-only-1000{
        display:block;
    }
    .small-group-modal{
        flex-direction:column;
        width:100vw;
        height:100%;
    }
    .small-group-modal .svg-wrapper{
        display:none;
    }
    .small-group-modal picture img {
        border-radius: 18px 18px 0 0;
        max-height: 250px;
        width:100%;
    }
    .homeArticle .newLandingPageHeader{
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-position-x: center;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: inset 1100px 0px 100px -200px rgb(182 182 182 / 20%);
    }
    
    .homeArticle .newLandingPageHeader .newLandingPageHeaderBox {
        margin: 50px 0 0 0;
        width: 80%;
    }
    
    .homeArticle .newLandingPageHeader {
        height:700px;
    }
    .wbnTestimonials .left {
        display: none;
    }
    .blueYellow .wbnTestimonials .left {
        display: -webkit-flex;
        display: flex;
        margin: 60px 0 0;
        padding: 0 15px;
        width: 100%;
    }
    .blueYellow .wbnTestimonials .right {
        margin-top: 0;
    }
    .modWbnTestimonials .wbnTestimonials {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wbnTestimonials .right {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .wbnTestimonials .right .testimonials {
        padding: 60px 40px;
    }
    .wbnTestimonials .right .arrows {
        position: relative;
        float: left;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        padding-bottom: 60px;
        box-sizing: border-box;
        top: auto;
        left: 0;
    }
    .wbnTestimonials .right .arrows .nextArrow {
        margin-top: 0;
        margin-left: 10px;
    }
    .homeArticle .relatedBlogArticles:before {
        left: -130px;
        top: -90px;
        width: 400px;
        height: 250px;
    }
    .relatedContentLayout.blogArticles .article .title {
        font-size: 20px;
        line-height: 25px;
    }
    .relatedContentLayout.blogArticles .articles {
        width: calc(100% + 40px);
        left: -20px;
    }
    .relatedContentLayout.blogArticles .article {
        width: calc((100% / 3) - 40px);
        margin: 0 20px;
    }
    .modWbnTestimonials .wbnTestimonials {
        padding: 0;
    }
    .article.about .sector1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 25px;
    }
    .article.about .sector1 .titles {
        grid-row-start: 1;
        grid-column: span 2;
        padding: 20px;
    }
    .article.about .sector1 .titles .title {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .article.about .sector1 .titles .subtitle {
        margin-bottom: 30px;
    }
    .article.about .sector1 .imagesLeft {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .article.about .sector1 .imageRight {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3;
        margin-bottom: 0;
    }
    .article.about .sector1 .imageRight img {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }
    .article.about .sector1 .text {
        grid-row-start: 3;
        grid-column-start: 1;
        grid-column-end: 3;
        padding: 20px;
        margin-top: 20px;
    }
    .article.about .sector3 {
        background-position: 130% 25%;
        background-size: 400px;
    }
    .article.about .sector3 .howItAllStarted {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: 60px;
    }
    .article.about .sector3 .howItAllStarted .texts {
        padding: 0;
        width: 100%;
        margin-bottom: 60px;
    }
    .article.about .sector3 .howItAllStarted .texts .title {
        font-size: 50px;
    }
    .article.about .sector3 .howItAllStarted .texts .subtitle {
        font-size: 50px;
    }
    .article.about .sector3 .howItAllStarted .texts .text {
        margin-top: 60px;
    }
    .article.about .sector3 .howItAllStarted .image {
        float: right;
        width: auto;
    }
    .modWbnBanners .wbnBanners .wbnBannersInner .title {
        font-size: 45px;
        line-height: 55px;
        max-width: 600px;
        margin-bottom: 20px;
    }
    .modWbnBanners .wbnBanners .wbnBannersInner .text {
        font-size: 16px;
        line-height: 32px;
        max-width: 400px;
        margin-bottom: 30px;
    }
    .packagesArticle .priceTextContainer::after {
        width: 420px;
        height: 420px;
        top: -120px;
    }


    .packagesArticle .priceTextContainer.old::after {
        width: 420px;
        height: 420px;
        top: -120px;
    }
    .sliderLayout.variableWidth .image {
        margin: 0 5px;
    }
    .sliderLayout.variableWidth .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .testimonialsLayout.style1 .testimonials {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .subcategoriesLayout.style1 .subcategories .category {
        width: calc((100% / 3) - 20px);
    }
    .subcategoriesLayout.style1 .subcategories .title {
        margin-bottom: 60px;
    }
    .experiencesLayout.style2 .experiences {
        width: calc(100% + 32px);
    }
    .experiencesLayout.style2 .arrows {
        display: none;
    }
    .toursCategory .relatedTripsArea::after {
        right: -275px;
        bottom: 120px;
    }
    .headerLayout.style1 .header {
        grid-template-columns: 2fr 3fr;
        grid-column-gap: 25px;
        padding-top: 0;
    }
    .headerLayout.style1 .header .title {
        grid-row-start: 1;
        grid-column: span 2;
        padding: 20px;
        font-size: 50px;
        margin-bottom: 60px;
    }
    .headerLayout.style1 .header .imagesLeft {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 2;
        margin-bottom: 0;
    }
    .headerLayout.style1 .header .imagesLeft .image {
        width: 100%;
        aspect-ratio: 171/135;
        margin-bottom: 25px;
    }
    .headerLayout.style1 .imagesLeft .image:last-child {
        margin-bottom: 0;
    }
    .headerLayout.style1 .header .imageRight {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3;
        align-self: stretch;
        margin-bottom: 0;
    }
    .headerLayout.style1 .imageRight img {
        width: 100%;
        height: 100%;
        float: left;
        object-fit: cover;
    }
    .headerLayout.style1 .header .text {
        grid-row-start: 3;
        grid-column-start: 1;
        grid-column-end: 3;
        padding: 20px;
        margin-top: 20px;
    }
    .headerLayout.style1 .imageRight::before {
        right: -175px;
        top: -170px;
        scale: 0.4;
    }
    .accommodationCategory .hotelsArea .hotel .info {
        padding: 30px;
    }
    .headerLayout.style3 .titles .big::after {
        bottom: 0;
    }
    .headerLayout.style3 .titles {
        margin-bottom: -40px;
    }
    .modWbnMenu.desktop {
        display: none;
    }
    .mainNavRight {
        min-width: 40px;
    }
    .modWbnMenu.mobile {
        display: block;
    }
    .mainNav {
        padding: 20px 0 20px;
    }

    /* babis start */
    .mainNavInner {
       display: flex;
       flex-direction: row-reverse;
    }

    .mainNavCenter{
        float: left;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-right: 40px;
    }

    .mainNavRight {
        display: none !important;
    }
    /* babis end */
    
}
@media (max-width: 950px) {
    .headerLayout.style3 .titles .small {
        font-size: 35px;
    }
    .headerLayout.style3 .titles .big {
        font-size: 200px;
    }


    .mainNavInner {
       display: flex;
       flex-direction: row-reverse;
    }

    .mainNavCenter{
        float: left;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-right: 40px;
    }

    .mainNavRight {
        display: none !important;
    }
    
}
@media (max-width: 900px) {
    .packagesArticle .overviewArea .preferredHotelsArea::before {
        display:none;
    }
    .headerLayout.style3 .slick-slider .slide .place {
        display: none;
    }
    .headerLayout.style3 .navigationInner {
        justify-content: center;
        -webkit-justify-content: center;
        max-width: 100%;
    }
    .headerLayout.style3 .navigationInner .spacer,
    .headerLayout.style3 .navigationInner .arrows {
        display: none;
    }
    .headerLayout.style3 .navigation {
        margin-top: 50px;
    }
    .generalButton {
        padding: 18px 40px;
    }
    .homeArticle .ourFavoriteExperiencesArea .experience {
        float: left;
        width: 360px;
    }
    .homeArticle .ourFavoriteExperiencesArea .experience a {
        width: calc(100% - 15px);
        margin: 0 15px 15px 0;
    }
    .homeArticle .ourFavoriteExperiencesArea .experience .title {
        font-size: 21px;
    }
    .homeArticle .ourFavoriteExperiencesArea .experience .text {
        font-size: 18px;
        line-height: 20px;
    }
    .homeArticle .ourFavoriteExperiencesArea .experience .texts {
        padding: 30px;
    }
    .wbnFooter .footerInner {
        grid-template-columns: 1fr 1fr;
    }
    .wbnFooter .footerInner .logoArea {
        grid-column: span 2;
        justify-self: center;
    }
    .wbnFooter .footerInner .logoArea picture,
    .wbnFooter .footerInner .logoArea img {
        height: auto;
        max-width: 100% !important;
    }
    .wbnFooter .footerInner .bottomMenuArea {
        grid-row-start: 2;
        margin-top: 35px;
    }
    .wbnFooter .footerInner .bottomMenuItems {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .wbnFooter .footerInner .bottomMenuItems .menuItem {
        margin-bottom: 10px;
    }
    .wbnFooter .footerInner .otherLogosArea {
        grid-row-start: 3;
        justify-self: start;
    }
    .wbnFooter .footerInner .otherLogos img {
        margin-left: 0;
        margin-right: 30px;
    }
    .wbnFooter .footerInner .contactDetailsArea {
        grid-column: span 2;
        justify-self: center;
    }
    .wbnFooter .footerInner .contactDetails .address {
        float: left;
        width: 100%;
        text-align: center;
    }
    .wbnFooter .footerInner .copyrights {
        text-align: center;
    }
    .article.about .sector1 {
        display: grid;
        grid-template-columns: 340px 1fr;
    }
    .packagesArticle .pictureYourSelfArea .texts {
        width: calc(100% - 300px);
    }
    .packagesArticle .pictureYourSelfArea .images {
        width: 300px;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .packagesArticle .pictureYourSelfArea .image {
        width: 100%;
        margin-bottom: 10px;
    }
    .packagesArticle .preferredHotelsArea .hotels {
        float: left;
        width: calc(100% + 27px);
        position: relative;
        left: -7px;
    }
    .packagesArticle .preferredHotelsArea .hotel {
        width: 320px;
        margin: 0 7px;
    }
    .packagesArticle .preferredHotelsArea .text,
    .packagesArticle .preferredHotelsArea .intro,
    .packagesArticle .preferredHotelsArea .hashtags {
        display: none;
    }
    .packagesArticle .preferredHotelsArea .hotel {
        position: relative;
    }
    .packagesArticle .preferredHotelsArea .hotel .image {
        margin-bottom: 0;
        position: relative;
    }
    .packagesArticle .preferredHotelsArea .hotel .image:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        border-radius: 16px;
    }
    .packagesArticle .preferredHotelsArea .hotel .name {
        position: absolute;
        left: 0;
        top: 60px;
        color: #fff;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
        pointer-events: none;
    }




    .packagesArticle .preferredHotelsAreaOld .hotels {
        float: left;
        width: calc(100% + 27px);
        position: relative;
        left: -7px;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel {
        width: 320px;
        margin: 0 7px;
    }
    .packagesArticle .preferredHotelsAreaOld .text,
    .packagesArticle .preferredHotelsAreaOld .intro,
    .packagesArticle .preferredHotelsAreaOld .hashtags {
        display: none;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel {
        position: relative;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel .image {
        margin-bottom: 0;
        position: relative;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel .image:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel .name {
        position: absolute;
        left: 0;
        top: 60px;
        color: #fff;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
        pointer-events: none;
    }


    .packagesArticle .inclusionsExclusionsArea::before {
        bottom: -20px;
        width: 360px;
        height: 225px;
    }
    .moduleOurWayToTravel .middle .title {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    .moduleOurWayToTravel .middle {
        grid-column-gap: 30px;
        grid-template-columns: 280px 1fr;
    }
    .moduleOurWayToTravel .middle .text {
        font-size: 18px;
        line-height: 25px;
    }
    .toursMasterCategory .top {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .toursMasterCategory .top {
        background-position: top right -120px;
    }
    .toursMasterCategory .top .images {
        order: 1;
        -webkit-order: 1;
        width: calc(100% + 60px);
        margin-right: -60px;
        position: relative;
        left: -30px;
        float: left;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .toursMasterCategory .top .image {
        width: calc((100% / 3) - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .toursMasterCategory .top .images .image:last-child {
        display: block;
    }
    .toursMasterCategory .top .image img {
        width: 100%;
        height: auto;
    }
    .toursMasterCategory .top .titleSubtitle {
        order: 2;
        -webkit-order: 2;
        width: 100%;
    }
    .toursMasterCategory .top .text {
        order: 3;
        -webkit-order: 3;
        width: 100%;
    }
    .inclusionsExclusionsLayout .inclusionsExclusions {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 60px;
    }
    .inclusionsExclusionsLayout .additionalInformations {
        grid-column: span 2;
    }


    .inclusionsExclusionsLayout.old .inclusionsExclusions {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 60px;
    }
    .inclusionsExclusionsLayout.old .additionalInformations {
        grid-column: span 2;
    }
    .letsPlanMyTrip .rate .top {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .letsPlanMyTrip .rate .top .text {
        margin-right: 0;
    }
    .letsPlanMyTrip .rate .top .platforms {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: 30px;
    }
    .letsPlanMyTrip .rate .bottom {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .letsPlanMyTrip .rate .bottom .texts {
        padding: 0;
        margin-bottom: 30px;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .letsPlanMyTrip .rate .bottom .titleWhite {
        width: auto;
        padding-right: 20px;
    }
    .letsPlanMyTrip .rate .bottom .titleYellow {
        width: auto;
    }
    .letsPlanMyTrip .rate .bottom .image {
        width: 100%;
    }
    .moduleOurSelectionCriteria .ourSelectionCriteria {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .moduleOurSelectionCriteria .leftColumn {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .moduleOurSelectionCriteria .rightColumn {
        width: 100%;
    }
    .blogMasterCategory .subcategories .subcategoriesContainer .categories {
        width: calc(100% + 10px);
        left: -5px;
    }
    .blogMasterCategory .subcategories .subcategoriesContainer .categories .category {
        margin: 0 5px 10px;
    }
    .blogMasterCategory .subcategories .subcategoriesContainer {
        padding: 35px 40px 30px;
    }
    .blogCategory .categoryTexts .text {
        padding: 60px 60px;
    }
    .blogCategory .featureArticles .article,
    .ourPicksByCategoryLayout .article {
        width: 315px;
    }
    .blogCategory .featureArticles .articles,
    .ourPicksByCategoryLayout .articles {
        width: calc(100% + 20px);
        left: 0;
    }
    .blogCategory .featureArticles .featureArticlesContainer {
        padding: 35px 20px 60px;
    }
    .blogCategory .featureArticles .arrows,
    .ourPicksByCategoryLayout .arrows {
        display: none;
    }
    .article.blog .header {
        margin-bottom: 0;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .article.blog .header .mainInfo {
        width: 100%;
    }
    .article.blog .header .box {
        position: relative;
        width: calc(100% + 40px);
        transform: none;
        max-width: unset;
        top: auto;
        left: -20px;
        margin-top: 30px;
        padding: 40px 20px;
        grid-template-columns: auto 1fr;
    }
    .article.blog .header > .image {
        order: 2;
    }
    .article.blog .header .title {
        margin: 0 0 20px;
        grid-column: span 2;
    }
    .article.blog .header .date {
        grid-row-start: 1;
        grid-column: span 2;
        margin-bottom: 20px;
        line-height: 1;
    }
    .toursArticle .breadcrumbs,
    .packagesArticle .breadcrumbs,
    .accommodationArticle .breadcrumbs,
    .article.blog .breadcrumbs,
    .article.blog .relatedPosts {
        display: none;
    }
    .article.blog .mobileTableOfContents {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        padding: 20px;
        box-sizing: border-box;
        background-color: var(--yellow);
        margin-bottom: 60px;

    }
    .article.blog .mobileTableOfContents .title {
        float: left;
        width: auto;
        font-size: 24px;
        font-weight: 700;
        margin-right: 30px;
        line-height: 60px;
    }
    .article.blog .mobileTableOfContents .select2-container .select2-selection--single {
        background-color: transparent;
        border: 1px solid #4A6F7C;
        border-radius: 0;
        height: auto;
    }
    .article.blog .mobileTableOfContents .select2-container {
        width: calc(100% - 220px) !important;
        background-color: var(--yellow);
    }
    .article.blog .mobileTableOfContents .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 15px 60px 15px 15px;
        height: auto;
        font-size: 16px;
        font-weight: 600;
        color: #4A6F7C;
        box-sizing: border-box;
    }
    .article.blog .mobileTableOfContents .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 16px;
        right: 20px;
        width: 20px;
    }
    .article.blog .mobileTableOfContents .select2-results__option,
    .article.blog .mobileTableOfContents .select2-container--default .select2-results__option--selected {
        padding: 15px;
        user-select: none;
        -webkit-user-select: none;
        background-color: var(--yellow);
    }
    .article.blog .mobileTableOfContents .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #4A6F7C;
        color: white;
    }
    .article.blog .mainData {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .article.blog .content .right {
        order: 2;
        width: 100%;
        margin-left: 0;
    }
    .article.blog .content .contentLeft {
        width: 100%;
    }
    .article.blog .tableOfContents {
        display: none;
    }
    .right .modWbnTripPlaning.compact {
        display: none;
    }
    .modWbnStickyPlanMyTrip {
        display: flex !important;
        display: -webkit-flex !important;
    }
}
@media (max-width: 800px) {
    body > div.all > div.content > div.mainContent > main > div.packagesArticle.articleId176 > div:nth-child(4){
        display:block;
    }
    .smallgroupArticle .headerLayout.style3 .sendInquiryButton{
        display:none!important;
    }
    .desktop-only-800{
        display:none!important;
    }
    .mobile-only-800{
        display:block;
    }
    
    .small-group-modal{
        overflow:hidden;
        background: #E6E6E6; 
        border-radius: 18px; 
        display: flex;
    }
        
    .homeArticle .home-double-col {
       flex-direction: column; 
        margin: 200px 0 250px 0;
    }
    .homeArticle .home-double-col .box {
        width:unset;   
    }
    .homeArticle .rate .top {
        flex-direction:column;
    }
    .homeArticle .rate .top .platforms{
        display: flex;
        margin-top: 20px;
    }
    .highlighted-word{
        font-size:45px;
        margin: 0 0 25px 0;
    }
    .homeArticle .newLandingPageHeader .newLandingPageHeaderBox .title{
            font-family: Geomanist;
            font-size: 52px;
            font-weight: 700;
            line-height: 67px;
            text-align: left;

    }
    .packagesArticle .daysSummary .togglefield p {
            font-size: 16px;
            font-weight: 500;
    }
    .packagesArticle .daysSummary .togglefield .button.toggler div {
            font-size: 18px;
    }
    .priceTextArea{
        display:flex;
    }

    #Overview .priceTextArea{
        display:none;
        
    }
    
    #Overview .inclusionsExclusionsLayout .priceTextArea{
        display:flex;
    }
    .pictureYourSelfArea{
        display:none;
    }


    .mainInfoLayout.new .mainInfoItems{
        background:none;
    }
    .mainInfoLayout .mainInfoItem .label {
        font-size: 12px;
        line-height: 15px;
    }
    .mainInfoLayout .mainInfoItem .value {
        font-size: 16px;
    }



    .mainInfoLayout.new .mainInfoItem .label {
        font-size: 18px;
        line-height: 15px;
        color:#103859;
    }
    .mainInfoLayout.new .mainInfoItem .value {
        font-size: 18px;
        font-weight:bold;
        color:#103859;
    }
    .headerLayout.style3 .slick-slider .slide img {
        height: 45vw;
    }
    .homeArticle .whatMakeUsDifferentArea .whatMakeUsDifferent {
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 40px;
    }
    .relatedExperiencesLayout.style6 .relatedExperiences,
    .homeArticle .ourFavoriteExperiencesArea .ourFavoriteExperiences {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .homeArticle .whatMakeUsDifferentArea .text {
        font-size: 16px;
        line-height: 1.4;
    }
    .homeArticle .whatMakeUsDifferentArea .logo {
        margin-bottom: 30px;
    }
    .homeArticle .whatMakeUsDifferentArea .title {
        font-size: 25px;
        line-height: 1.2;
    }
    .relatedExperiencesLayout.style6 .texts,
    .homeArticle .ourFavoriteExperiencesArea .texts {
        width: 100%;
        padding-right: 20px;
    }
    .relatedExperiencesLayout.style6 .texts .link,
    .homeArticle .ourFavoriteExperiencesArea .texts .link {
        display: none;
    }
    .relatedExperiencesLayout.style6 .texts .arrows,
    .homeArticle .ourFavoriteExperiencesArea .arrows {
        display: none;
    }
    .relatedExperiencesLayout.style6 .experiences,
    .homeArticle .ourFavoriteExperiencesArea .experiences {
        float: left;
        width: 100%;
    }
    .relatedExperiencesLayout.style6 .mobileLink,
    .homeArticle .ourFavoriteExperiencesArea .mobileLink {
        display: block;
        margin-top: 30px;
    }
    .homeArticle .ourFavoriteExperiencesArea {
        padding: 20px 0 100px;
    }
    .homeArticle .ourFavoriteExperiencesArea::before {
        top: 240px;
    }
    .homeArticle .relatedBlogArticles::before {
        left: -122px;
        top: -50px;
        width: 310px;
        height: 193px;
    }
    .relatedContentLayout.blogArticles .titleBlue {
        font-size: 50px;
        line-height: 45px;
    }
    .relatedContentLayout.blogArticles .titleYellow {
        font-size: 50px;
        line-height: 45px;
    }
    .relatedContentLayout.blogArticles .article .title {
        padding: 20px 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .relatedContentLayout.blogArticles .article .viewMore {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .relatedContentLayout.blogArticles .article .viewMore a {
        padding-right: 20px;
        font-size: 12px;
    }
    .modAwMooSend .awMooSendInner input {
        width: calc(100% - 40px);
    }
    .article.about .sector1 .texts .title {
        font-size: 40px;
    }
    .article.about .sector1 .texts .title {
        font-size: 32px;
    }
    .article.about .sector1 .texts .text {
        font-size: 15px;
    }
    .article.about .sector1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .article.about .sector3 .meetTheTeam .team {
        max-width: 460px;
    }
    .article.about .sector3 .meetTheTeam .team .teamMember {
        max-width: calc(50% - 10px);
        margin-bottom: 40px;
    }
    .article.about .sector3 {
        background-position: right -150px top 32%;
    }
    .article.about .sector4 .items {
        width: calc(100% + 20px);
        margin: 0;
        left: 0;
    }
    .article.about .sector4 .items .item {
        width: 220px;
        margin: 0 25px 0;
    }
    .article.about .sector4 .title {
        font-size: 40px;
    }
    .article.about .sector4 .title2 {
        font-size: 40px;
    }
    .article.about .sector4 .slick-dots {
        padding: 0;
        margin: 40px auto 0;
        list-style: none;
    }
    .article.about .sector4 .slick-dots li {
        float: left;
        width: auto;
        margin: 0 5px;
    }
    .article.about .sector4 .slick-dots li:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius:50%;
        background-color: #E0EDF4;
        position: relative;
        display: block;
    }
    .article.about .sector4 .slick-dots li.slick-active:before {
        background-color: #3C5261;
    }
    .article.about .sector4 .slick-dots li button {
        display: none;
    }
    .article.about .sector4 .items .item picture {
        height: 100%;
    }
    .article.about .sector4 .items .item .image {
        height: 60px;
    }
    .article.about .sector4 .items .item .image img {
        height: 100%;
        width: auto;
    }
    .article.about .sector5 .testimonial {
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
        flex-wrap: wrap;
    }
    .article.about .sector5 .testimonial .icons {
        width: 100%;
        flex-direction: row;
        -webkit-flex-direction: row;
        background-color: transparent;
        padding-top: 60px;
        padding-bottom: 0;
    }
    .article.about .sector5 .testimonial .icons > a:first-child {
        margin-bottom: 0;
        margin-right: 25px;
    }
    .article.about .sector6 .usps {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        max-width: 500px;
    }
    .article.about .sector6 .usps .usp {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .headerLayout.style5 .header .image {
        aspect-ratio: 360/200;
    }
    .headerLayout.style5 .header .title {
        max-width: 260px;
    }
    .headerLayout.style5 .header .text p {
        font-size: 16px;
        line-height: 1.7;
    }
    .faqsLayout .faqs,
    .bottomExtraTextLayout .bottomExtraText {
        font-size: 16px;
    }
    .headerLayout.style3 .slider .title {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 45px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .mainInfoLayout .mainInfoItems {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 auto;
        max-width: 440px;
        background:white;
    
    }
    .mainInfoLayout .mainInfoItem {
        position: relative;
        width: 50%;
        box-sizing: border-box;
    }
    
    .mainInfoLayout.new .mainInfoItems .mainInfoItem:nth-child(even):before {
         content: "";
        position: absolute;
        left:-1em;
        top: 15px;
        height: calc(100% - 32px);
        background: rgba(115, 138, 153, 0.2);
        width:1px;
    }




    .mainInfoLayout .mainInfoItem:first-child::before {
        display: block;
    }
    .mainInfoLayout .mainInfoItem .value {
        margin-top: 15px;
    }


    .mainInfoLayout .mainInfoItems {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 auto;
        max-width: 440px;
    }
    .mainInfoLayout .mainInfoItem {
        padding: 25px 15px;
        position: relative;
        width: 50%;
        box-sizing: border-box;
    }
    .mainInfoLayout .mainInfoItem::before {
        content: "";
        position: absolute;
        left: 15px;
        top: auto;
        width: 25px;
        height: 3px;
        background-color: #C4C4C4;
        bottom: 0;
    }
    .mainInfoLayout .mainInfoItem:first-child::before {
        display: block;
    }
    .mainInfoLayout .mainInfoItem:last-child::before {
        display: none;
    }
    .mainInfoLayout .mainInfoItem .value {
        margin-top: 15px;
    }


    .mainInfoLayout.new .mainInfoItems {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 auto;
        max-width: 440px;
    }
    .mainInfoLayout.new .mainInfoItem {
        padding: 25px 15px;
        position: relative;
        width: 50%;
        box-sizing: border-box;
    }
    .mainInfoLayout.new .mainInfoItem::before {
        content: "";
        position: absolute;
        left: 15px;
        top: auto;
        width: 25px;
        height: 3px;
        background-color: #C4C4C4;
        bottom: 0;
    }
    .mainInfoLayout.new .mainInfoItem::before {
        display: none;
    }
    .mainInfoLayout.new .mainInfoItem:nth-child(even)::before {
        display: block;
    }
    .mainInfoLayout.new .mainInfoItem .value {
        margin-top: 15px;
    }


    .headerLayout.style3 .introArea {
        margin-bottom: 60px;
    }
    .packagesArticle .daysSummaryArea .buttons {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .packagesArticle .daysSummaryArea .button:first-child {
        font-weight: 700;
        font-size: 25px;
    }

    .packagesArticle .daysSummaryAreaOld .buttons {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .packagesArticle .daysSummaryAreaOld .button:first-child {
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
        padding: 0;
        font-weight: 700;
        font-size: 25px;
    }
    .testimonialsLayout.style1 .testimonials .platform {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-column-end: 3;
        background-color: transparent;
        text-align: center;
        padding-bottom: 0;
    }
    .testimonialsLayout.style1 .testimonials .reviews {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .testimonialsLayout.style1 .testimonials .arrows {
        grid-row-start: 3;
        grid-column: span 2;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 0 0 30px;
    }
    .testimonialsLayout.style1 .testimonials .arrows .previousArrow {
        margin: 0 10px 0 0;
    }
    .testimonialsLayout.style1 .testimonial {
        min-height: unset;
    }
    .testimonialsLayout.style1 .testimonial .content {
        padding: 30px;
    }
    .subcategoriesLayout.style1 .subcategories .title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .subcategoriesLayout.style1 .subcategories .category {
        width: calc((100% / 2) - 20px);
    }
    .toursArticle .overviewArea .overviewHighlights {
        padding: 0 0 40px 0;
        width: 100%;
    }
    .toursArticle .overviewArea .overview {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    .toursArticle .overviewArea .highlights {
        width: 100%;
        max-width: 100%;
    }
    .toursArticle .overviewArea .bookNow {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .toursArticle .sliderArea::before {
        width: 300px;
        height: 300px;
        left: -110px;
        top: -50px;
    }
    .toursArticle .sliderArea .images .image {
        width: 280px;
    }
    .toursArticle .sliderArea .arrows {
        display: none;
    }
    .letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption label,
    .letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption label{
        margin: 0;
        height: 120px;
        line-height: 16px;
        border: 1px solid #4A6F7C;
        border-radius: 40px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 0;
        background-color: transparent;
        font-size: 18px;
        font-weight: 400;
        position: relative;
        transition: all 0.3s ease 0s;
        z-index: 1;
    }
    .letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption label::before,
    .letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption label::before{
        content: '';
        position: relative;
        height: 38px;
        display: inline-block;
        transform: translateY(25%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        width: 100%;
        margin: 20px 0 20px;
    }
    .letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption label::after,
    .letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption label::after{
        content: '';
        position: absolute;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #E0EDF4;
        left: calc(50% - 19px);
        margin-left: 0;
        z-index: -1;
        top: 30px;
        margin-left: 0 !important;
    }
    .letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption input:checked + label,
    .letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption input:checked + label{
        background-color: rgba(252, 206, 74, 0.17);
        border: 4px solid #4A6F7C;
    }
    .letsPlanMyTrip .form .rsform-block-groupsizeradio .formBody > div,
    .letsPlanMyTrip .form .rsform-block-destinationcountry .formBody > div{
        float: left;
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
        margin-right: -40px;
    }
    .accommodationCategory .hotelsArea .hotel {
        width: calc(100% - 20px);
    }
    .accommodationCategory .hotelsArea .hotel .image {
        aspect-ratio: 588/312;
    }
    .accommodationArticle .whyWeLoveItArea .whyWeLoveIt {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .accommodationArticle .whyWeLoveItArea .texts {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .accommodationArticle .whyWeLoveItArea .title {
        margin-top: 0;
    }
    .accommodationArticle .whyWeLoveItArea .image {
        width: calc(100% + 40px);
        margin-right: -40px;
        position: relative;
        left: -20px;
    }
    .accommodationArticle .whyWeLoveItArea {
        padding: 100px 0 0;
    }
    .accommodationArticle .facilitiesArea::before {
        left: -224px;
        top: -220px;
        scale: 0.5;
    }
    .accommodationArticle .mapArea {
        padding: 0 0 40px;
    }
    .accommodationArticle .mapArea .map {
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
    }
    .accommodationArticle .mapArea iframe {
        height: 400px;
        margin-top: -60px;
    }
    .accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .image {
        width: 320px;
    }
    .accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .arrows {
        display: none;
    }
    .accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .images {
        width: calc(100% + 40px);
        left: -20px;
    }
    .blogMasterCategory .featureArticles .featureArticlesContainer .title {
        margin-bottom: 30px;
    }
    .blogMasterCategory .featureArticles .featureArticlesContainer .articles .article {
        height: 250px;
        aspect-ratio: unset;
        width: calc(100% - 20px);
    }
    .blogMasterCategory .featureArticles .featureArticlesContainer .articles .article:first-child {
        width: calc(100% - 20px);
        aspect-ratio: unset;
        height: 460px;
    }
    .blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading {
        width: calc(100% - 20px);
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .image {
        height: 380px;
        aspect-ratio: unset;
    }
    .blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading .texts {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 30px 20px;
    }
    .blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading + .article {
        width: calc(100% - 20px);
    }
    .blogMasterCategory .latestArticles .latestArticlesContainer .articles .article {
        width: calc(100% - 20px);
    }
    .blogMasterCategory .latestArticles .latestArticlesContainer .articles .article.leading + .article .image,
    .blogMasterCategory .latestArticles .latestArticlesContainer .articles .article .image {
        height: 190px;
    }
    .blogMasterCategory .latestArticles {
        background-image: none;
    }
    .blogMasterCategory .latestArticles .latestArticlesContainer .articles {
        margin-bottom: 60px;
    }
    .blogMasterCategory .latestArticles .latestArticlesContainer .title {
        margin-bottom: 30px;
    }
    .blogCategory .latestArticles .article {
        width: calc(100% + 40px);
        left: -20px;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        position: relative;
    }
    .blogCategory .latestArticles .article .image {
        width: 100%;
        order: 2;
    }
    .blogCategory .latestArticles .article .texts {
        position: relative;
        width: 100%;
        padding: 40px 20px;
        min-height: unset;
        top: 0;
        left: 0;
        transform: none;
    }
    .searchResults .articles .article {
        width: calc(100% - 20px);
    }

    .packagesArticle .priceTextContainer .priceText {
        display:flex;
        display:-webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .packagesArticle .priceTextContainer .priceText .text {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
    }
}
@media (max-width: 750px) {
    .packagesArticle .inquiryArea .rsForm .rsform-block-maintext,
    .landingArticle .inquiryArea .rsForm .rsform-block-maintext {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
    }
}
@media (max-width: 700px) {

    .headerLayout.style3 .titles .small {
        font-size: 30px;
    }
    .headerLayout.style3 .titles .big {
        font-size: 140px;
    }
    .wbnTestimonials .testimonial .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .wbnTestimonials .testimonial .text {
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
        letter-spacing: 1.08px;
    }

    .packagesArticle .daysSummaryArea .image {
        float: right;
        width: calc(100% + 40px);
        position: relative;
        right: -20px;
    }
    .packagesArticle .daysSummaryArea .days {
        width: 100%;
        padding: 40px 0 0;
    }
    .packagesArticle .daysSummaryArea .text {
        width: 100%;
        padding-right: 0;
    }
    .packagesArticle .daysSummaryArea .text h3 {
        margin: 0 0 30px;
    }
    .packagesArticle .daysSummaryArea .item {
        margin-bottom: 60px;
    }




    .packagesArticle .daysSummaryAreaOld .buttons {
        display: none;
    }
    .packagesArticle .daysSummaryAreaOld .image {
        float: right;
        width: calc(100% + 40px);
        position: relative;
        right: -20px;
    }
    .packagesArticle .daysSummaryAreaOld .days {
        width: 100%;
        padding: 40px 0 0;
    }
    .packagesArticle .daysSummaryAreaOld .text {
        width: 100%;
        padding-right: 0;
    }
    .packagesArticle .daysSummaryAreaOld .text h3 {
        margin: 0 0 30px;
    }
    .packagesArticle .daysSummaryAreaOld .item {
        display: block;
        margin-bottom: 60px;
    }



    .packagesArticle .mapArea {
        padding: 0;
    }
    .packagesArticle .mapArea .map {
        width: 600px;
        max-width: unset;
        padding: 0;
    }
    .packagesArticle .pictureYourSelfArea .texts {
        width: 100%;
        padding: 0 0 30px;
    }
    .packagesArticle .pictureYourSelfArea .images {
        width: 100%;
        flex-direction: row;
        -webkit-flex-direction: row;
    }
    .packagesArticle .pictureYourSelfArea .image {
        float: left;
        width: calc(50% - 5px);
    }
    .packagesArticle .preferredHotelsArea .hotel {
        width: 220px;
    }
    .packagesArticle .preferredHotelsArea .hotel .image {
        aspect-ratio: 220/310;
    }
    .packagesArticle .preferredHotelsArea .hotel .name {
        font-size: 20px;
        line-height: 25px;
    }
    .packagesArticle .preferredHotelsArea .arrows {
        display: none;
    }
    .packagesArticle .preferredHotelsArea .dots {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .packagesArticle .preferredHotelsArea .slick-dots {
        list-style: none;
        padding: 0;
        margin: 40px 0 0;
    }
    .packagesArticle .preferredHotelsArea .slick-dots li {
        float: left;
        width: auto;
        margin: 0 5px;
    }
    .packagesArticle .preferredHotelsArea .slick-dots li:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius:50%;
        background-color: #E0EDF4;
        position: relative;
        display: block;
    }
    .packagesArticle .preferredHotelsArea .slick-dots li.slick-active:before {
        background-color: var(--yellow);
    }
    .packagesArticle .preferredHotelsArea .slick-dots li button {
        display: none;
    }



    .packagesArticle .preferredHotelsAreaOld .hotel {
        width: 220px;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel .image {
        aspect-ratio: 220/310;
    }
    .packagesArticle .preferredHotelsAreaOld .hotel .name {
        font-size: 20px;
        line-height: 25px;
    }
    .packagesArticle .preferredHotelsAreaOld .arrows {
        display: none;
    }
    .packagesArticle .preferredHotelsAreaOld .dots {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .packagesArticle .preferredHotelsAreaOld .slick-dots {
        list-style: none;
        padding: 0;
        margin: 40px 0 0;
    }
    .packagesArticle .preferredHotelsAreaOld .slick-dots li {
        float: left;
        width: auto;
        margin: 0 5px;
    }
    .packagesArticle .preferredHotelsAreaOld .slick-dots li:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius:50%;
        background-color: #E0EDF4;
        position: relative;
        display: block;
    }
    .packagesArticle .preferredHotelsAreaOld .slick-dots li.slick-active:before {
        background-color: #FCCE4A;
    }
    .packagesArticle .preferredHotelsAreaOld .slick-dots li button {
        display: none;
    }



    .packagesArticle .priceTextContainer .priceText .text {
        font-size: 22px;
        line-height: 1.4;
    }
    .packagesArticle .priceTextContainer .sendInquiryButton {
        height: 50px;
        border-radius: 25px;
    }
    .packagesArticle .priceTextContainer .sendInquiryButton .bookNowLabel {
        font-size: 14px;
    }
    .packagesArticle .priceTextContainer::after {
        left: auto;
        top: -110px;
        right: -160px;
    }


    .packagesArticle .priceTextContainer.old .priceText .text {
        font-size: 22px;
        line-height: 1.4;
    }
    .packagesArticle .priceTextContainer.old .sendInquiryButton {
        height: 50px;
        border-radius: 25px;
    }
    .packagesArticle .priceTextContainer.old .sendInquiryButton .bookNowLabel {
        font-size: 14px;
    }
    .packagesArticle .priceTextContainer.old::after {
        left: auto;
        top: -110px;
        right: -160px;
    }
    .moduleOurWayToTravel .middle {
        grid-column-gap: 30px;
        grid-template-columns: 200px 1fr;
    }
    .moduleOurWayToTravel .middle .image {
        grid-row: span 1;
    }
    .moduleOurWayToTravel .middle .text {
        font-size: 18px;
        line-height: 25px;
        margin-top: 30px;
        grid-row-start: 3;
        grid-column: span 2;
    }
    .letsPlanMyTrip .form .rsForm .formContainer.page0 {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .letsPlanMyTrip .form .rsform-block-starthere p {
        font-size: 35px;
    }
    .letsPlanMyTrip .form .rsform-block-groupsizeradio,
    .letsPlanMyTrip .form .rsform-block-groupsizenextstep,
    .letsPlanMyTrip .form .rsform-block-destinationcountry{
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .letsPlanMyTrip .form .rsForm .formContainer .rsform-block .formControlLabel {
        display: block;
        font-size: 18px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .letsPlanMyTrip .form .rsform-block-traveldatesfrom .yui-calcontainer {
        top: 87px;
    }
    .letsPlanMyTrip .form .rsform-block-firstname,
    .letsPlanMyTrip .form .rsform-block-lastname,
    .letsPlanMyTrip .form .rsform-block-email {
        margin-top: 0;
    }
    .letsPlanMyTrip .form .rsform-block-firstname,
    .letsPlanMyTrip .form .rsform-block-lastname,
    .letsPlanMyTrip .form .rsform-block-email,
    .letsPlanMyTrip .form .rsform-block-country,
    .letsPlanMyTrip .form .rsform-block-phonenumber,
    .letsPlanMyTrip .form .rsform-block-phonetext {
        grid-column: span 3;
    }
    .generalButtonWithArrow {
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
    }
    .generalButtonWithArrow .text {
        font-size: 14px;
    }
    .blogMasterCategory .header .headerContainer {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .blogMasterCategory .header .headerContainer .title {
        max-width: 100%;
    }
    .blogMasterCategory .header .headerContainer .search {
        margin-top: 30px;
    }
    .blogCategory .featureArticles .article,
    .ourPicksByCategoryLayout .article {
        margin: 0 8px;
    }
    .blogCategory .featureArticles .article,
    .ourPicksByCategoryLayout .article {
        width: 235px;
    }
    .blogCategory .featureArticles .article .image,
    .ourPicksByCategoryLayout .article .image {
        aspect-ratio: 235/340;
    }
    .blogCategory .featureArticles .article .title,
    .ourPicksByCategoryLayout .article .title {
        padding: 20px 0;
    }
    .searchResults .header .headerContainer .title {
        max-width: 100%;
    }
    .searchResults .header .headerContainer .search {
        margin-top: 30px;
        width: 100%;
    }
    .searchResults .header .headerContainer {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    
    
}
@media (max-width: 650px) {
   
    .newLandingPageHeader{
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        background-position: center center!important;
        width: 100%!important;
        background-position-x: center!important;
    }
    .top-half{
        margin-bottom:-80px;
    }
    
    .small-group-trips-wrapper .top-description{
        display: none;
    }


     .small-group-trips-wrapper .modals-grid{
        flex-direction:column;
        align-content: center;
    }
    .small-group-trips-wrapper .mobile-only{
        display:block;
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.7;
    }
    
    .small-group-trips-wrapper .flex-mobile-only{
        display:flex;
    }
    .small-group-trips-wrapper .flex-mobile-only .ratings-show-container{
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .small-group-trips-wrapper .modals-grid div{
        width:100%!important;
        padding: 0 10px 0px 10px;
    }
    .small-group-trips-wrapper .modals-grid svg{
        margin-left:30px;
    }
    .small-group-trips-wrapper .desktop-only{
        display:none!important;
    }
    .home-double-col{
        flex-direction: column;
        margin: 100px 0 100px 0;
    }
    .inclusionsExclusionsContainer .mobile-only{
        display:block;
    }

    .inclusionsExclusionsContainer .overview-container{
        display:none;
    }
    .rsForm .formContainer .radioOption {
        float: left;
        width: 50%;
    }
    .rsForm .formContainer .radioOption label {
        line-height: 1.4;
        height: 80px;
        vertical-align: middle;
        display: table-cell;
        float: none;
        text-align: center;
    }
    .inclusionsExclusionsLayout .inclusionsExclusions {
        grid-template-columns: 1fr;
    }
    .inclusionsExclusionsLayout .exclusions {
        margin-top: 35px;
    }
    .inclusionsExclusionsLayout .additionalInformations {
        grid-column: span 1;
    }

    .inclusionsExclusionsLayout.old .inclusionsExclusions {
        grid-template-columns: 1fr;
    }
    .inclusionsExclusionsLayout.old .exclusions {
        margin-top: 35px;
    }
    .inclusionsExclusionsLayout.old .additionalInformations {
        grid-column: span 1;
    }


    .bookNowBanner {
        aspect-ratio: 320/200;
    }
    .bookNowBanner .title {
        width: 100%;
        margin-bottom: 35px;
    }
    .bookNowBanner .link {
        position: absolute;
        bottom: -25px;
        transform: translate(-50%, 50%);
        left: 50%;
    }
}
@media (max-width: 600px) {
    
    .headerLayout.style3 .slick-slider .slide img {
        height: 65vw;
    }
    .homeArticle .relatedBlogArticles::before {
        left: 0;
        top: -40px;
        width: 230px;
        height: 144px;
    }
    .relatedContentLayout.blogArticles {
        float: left;
        width: 100%;
        margin: 150px 0 80px;
    }
    .relatedContentLayout.blogArticles .titleYellow {
        margin-bottom: 0;
    }
    .relatedContentLayout.blogArticles .article {
        width: 240px;
        margin: 0 20px;
    }
    .relatedContentLayout.blogArticles .article:nth-child(2) {
        margin-top: 0;
    }
    .relatedContentLayout.blogArticles .article:nth-child(3) {
        margin-top: 0;
    }
    .relatedContentLayout.blogArticles .articles {
        width: calc(100% + 20px);
        left: 0;
    }
    .relatedContentLayout.blogArticles .viewAll {
        margin-top: 40px;
    }
    .modAwMooSend .awMooSendInner {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .modAwMooSend .awMooSendInner .title {
        width: 100%;
        padding: 0;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .modAwMooSend .aw_moosend_form {
        width: 100%;
        max-width: 300px;
    }
    .article.about .sector1 {
        grid-column-gap: 15px;
    }
    .article.about .sector1 .imagesLeft .image {
        width: calc(50% - 7px);
    }
    .article.about .sector1 .imagesLeft .image:last-child {
        width: 100%;
    }
    .article.about .sector1 .imagesLeft .image {
        margin-bottom: 15px;
    }
    .article.about .sector1 .titles .title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .article.about .sector1 .titles .subtitle {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .article.about .sector1 .text {
        font-size: 16px;
    }
    .article.about .sector6 {
        padding: 80px 0 90px;
    }
    .article.about .sector6 .usps::before {
        top: -90px;
    }
    .modWbnBanners .wbnBanners {
        padding: 100px 0;
    }
    .modWbnBanners .wbnBanners .wbnBannersInner .title {
        font-size: 30px;
        line-height: 40px;
        max-width: 400px;
    }
    .modWbnBanners .wbnBanners .wbnBannersInner .text {
        font-size: 16px;
        line-height: 1.4;
        max-width: 350px;
    }
    .headerLayout.style5 .header .image {
        aspect-ratio: 360/280;
    }
    .headerLayout.style5 .header .image::before {
        width: 150px;
        height: 94px;
    }
    .headerLayout.style5 .header .title {
        max-width: 260px;
    }
    .headerLayout.style5 .header .title {
        line-height: 45px;
        font-size: 40px;
        max-width: 300px;
    }
    .headerLayout.style5 .header .title {
        padding: 20px 0;
    }
    .headerLayout.style3 .slider .title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 30px;
    }
    .headerLayout.style3 .slider .image {
        aspect-ratio: 700/300;
    }
    .headerLayout.style3 .introArea .intro {
        font-size: 18px;
        line-height: 30px;
    }

    .packagesArticle .priceTextContainer::after {
        top: -80px;
    }


    .packagesArticle .priceTextContainer.old .priceText {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .packagesArticle .priceTextContainer.old .priceText .text {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
    }
    .packagesArticle .priceTextContainer.old::after {
        top: -80px;
    }
    .sliderLayout.variableWidth .arrows {
        display: none;
    }
    .moduleOurWayToTravel .top {
        display: none;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-adults,
    .landingArticle .inquiryArea .rsForm .rsform-block-adults {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-children,
    .landingArticle .inquiryArea .rsForm .rsform-block-children {
        grid-column-start: 4;
        grid-column-end: 7;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-childrenages,
    .landingArticle .inquiryArea .rsForm .rsform-block-childrenages {
        grid-column-start: 1;
        grid-column-end: 7;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-monthofdeparure,
    .landingArticle .inquiryArea .rsForm .rsform-block-monthofdeparure {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-yearofdeparure,
    .landingArticle .inquiryArea .rsForm .rsform-block-yearofdeparure {
        grid-column-start: 4;
        grid-column-end: 7;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-duration,
    .landingArticle .inquiryArea .rsForm .rsform-block-duration {
        grid-column-start: 1;
        grid-column-end: 7;
    }
    .toursMasterCategory .top {
        background-position: top left 150px;
    }
    .toursMasterCategory .top .title {
        margin: 0 0 30px;
        font-size: 40px;
        line-height: 55px;
    }
    .toursMasterCategory .top .titleSubtitle {
        padding-right: 0;
    }
    .toursMasterCategory .top .subtitle {
        font-size: 20px;
        line-height: 1.4;
    }
    .experiencesLayout.style2 .title {
        font-size: 40px;
    }
    .experiencesLayout.style2 .text {
        font-size: 16px;
    }
    .toursCategory .relatedTripsArea:after {
        right: -275px;
        bottom: 170px;
    }
    .inclusionsExclusionsLayout .inclusionsExclusionsContainer {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .packagesArticle .inclusionsExclusionsLayout .generalButtonWithArrow.sendInquiry,
    .toursArticle.inquiry .inclusionsExclusionsLayout .generalButtonWithArrow.sendInquiry,
    .toursArticle.book .inclusionsExclusionsLayout .generalButtonWithArrow.bookNow {
        display: block;
        margin:0 40px 40px 0;
    }



    .inclusionsExclusionsLayout.old .inclusionsExclusionsContainer {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .packagesArticle .inclusionsExclusionsLayout.old .generalButtonWithArrow.sendInquiry,
    .toursArticle.inquiry .inclusionsExclusionsLayout.old .generalButtonWithArrow.sendInquiry,
    .toursArticle.book .inclusionsExclusionsLayout.old .generalButtonWithArrow.bookNow {
        display: block;
        margin:0 40px 40px 0;
    }



    .toursArticle .testimonialsArea {
        margin-top: -75px;
    }
    .toursArticle .testimonialsLayout.style1 .testimonials .platform {
        padding-top: 60px;
    }
    .letsPlanMyTrip .header .content {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .letsPlanMyTrip .header .title {
        font-size: 40px;
        font-weight: 600;
        line-height: 50px;
        text-align: center;
    }
    .letsPlanMyTrip .header .text {
        text-align: center;
    }
    .letsPlanMyTrip .rate .box {
        padding: 50px 30px;
    }
    .letsPlanMyTrip .rate .top {
        border: none;
        margin-bottom: 10px;
    }
    .letsPlanMyTrip .rate .bottom .titleWhite,
    .letsPlanMyTrip .rate .bottom .titleYellow {
        font-size: 40px;
    }
    .letsPlanMyTrip .rate .bottom .text {
        font-size: 18px;
    }
    .letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption label,
    .letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption label{
        display: block;
    }
    .letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption,
    .letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption{
        width: calc((100% / 3) - 20px);
        margin: 0 10px;
    }
    .letsPlanMyTrip .form .rsform-block-groupsizeradio .radioOption label,
    .letsPlanMyTrip .form .rsform-block-destinationcountry .radioOption label{
        border-radius: 20px;
        font-size: 14px;
    }
    .letsPlanMyTrip .form .rsform-block-flexibledates label {
        font-size: 15px;
    }
    .letsPlanMyTrip .form .rsform-block-starthere {
        background-position: right 15px center;
        width: 300px !important;
        box-sizing: border-box !important;
        min-width: unset;
        padding: 10px;
        text-align: center;
    }
    .letsPlanMyTrip .form .rsForm .formContainer .rsform-block .formControlLabel {
        display: block;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
    .letsPlanMyTrip .form .rsform-block-flexibledates {
        justify-content: center;
    }
    .letsPlanMyTrip .form .rsform-block-howmanynights .radioOption label {
        float: left;
    }
    .letsPlanMyTrip .form .rsform-block-traveldatesfrom .yui-calcontainer {
        top: 74px;
    }
    .letsPlanMyTrip .form .rsform-block-interests input.buttons + label,
    .letsPlanMyTrip .form .rsform-block-travelstyle input.buttons + label {
        margin: 0 3px 6px;
        font-size: 14px;
        padding: 0 20px;
    }
    .letsPlanMyTrip .form .rsform-block-interests .formBody > div,
    .letsPlanMyTrip .form .rsform-block-travelstyle .formBody > div {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets .radioOption {
        position: relative;
        margin-right: 15px;
        margin-bottom: 10px;
        clear: left;
        float: left;
        width: auto;
    }
    .letsPlanMyTrip .form .rsform-block-describeyou .formBody .checkboxOption {
        font-size: 15px;
    }
    .letsPlanMyTrip .form .rsform-block-budgetincludeflighttickets  .formBody > div {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }
    .letsPlanMyTrip .form .rsform-block-firstname, .letsPlanMyTrip .form .rsform-block-lastname, .letsPlanMyTrip .form .rsform-block-email, .letsPlanMyTrip .form .rsform-block-country, .letsPlanMyTrip .form .rsform-block-phonenumber, .letsPlanMyTrip .form .rsform-block-phonetext {
        grid-column: span 6;
    }
    .letsPlanMyTrip .form .rsform-block-hearus {
        grid-column-start: 1;
        grid-column-end: 7;
    }
    .letsPlanMyTrip .form .rsform-block-hearus {
        margin-top: 0;
    }
    .letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-next, .letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-next, .letsPlanMyTrip .form .rsform-block-submit button.rsform-submit-button {
        margin-left: auto;
        margin-top: 60px;
        background-color: #4A6F7C;
        border: none;
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        border-radius: 33px;
        font-size: 16px;
        font-weight: 700;
        transition: all 0.3s ease 0s;
        color: #fff;
        text-shadow: none;
    }
    .letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-prev, .letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-prev, .letsPlanMyTrip .form .rsform-block-submit button.rsform-button-prev {
        margin-right: auto;
        margin-top: 60px;
        background-color: transparent;
        background-image: url('../../../images/template/arrow.svg');
        border: none;
        height: 50px;
        line-height: 50px;
        padding: 0 30px 0 0;
        border-radius: 33px;
        font-size: 16px;
        transition: all 0.3s ease 0s;
        box-shadow: none;
        color: #4A6F7C;
    }
    .letsPlanMyTrip .form .rsform-block-travelpersonalitynextstep button.rsform-button-prev svg,
    .letsPlanMyTrip .form .rsform-block-budgetprefencesnextstep button.rsform-button-prev svg,
    .letsPlanMyTrip .form .rsform-block-submit button.rsform-button-prev svg {
        float: left;
        transform: rotate(180deg);
        margin-top: 18px;
        margin-right: 25px;
        transition: all 0.3s ease 0s;
    }
    .headerLayout.style1 .header {
        grid-column-gap: 15px;
    }
    .headerLayout.style1 .header .title {
        font-size: 40px;
    }
    .headerLayout.style1 .header .imagesLeft .image {
        margin-bottom: 15px;
    }
    .headerLayout.style1 .imagesLeft .image:last-child {
        margin-bottom: 0;
    }
    .headerLayout.style1 .header .text {
        font-size: 16px;
    }
    .accommodationCategory .relatedContentLayout.blogArticles {
        margin: 30px 0 80px;
    }
    .paginationItems .paginationItem {
        float: left;
        width: auto;
        line-height: 34px;
        padding: 0 12px;
        margin: 0 0;
    }
    .paginationItems .paginationItem > * {
        font-size: 15px;
        font-weight: 400;
    }
    .article.blog .mobileTableOfContents .select2-container {
        width: 100% !important;
    }
    .relatedContentLayout.blogArticles .titleBlue {
        font-size: 40px;
    }
    .overview_container_holder{
        display:flex;
        flex-direction:column;
    }
    .overview .overview_container_holder .overview_image{
        margin-left:-20px;
    }
    .overview .overview_container_holder .overview_image{
        border-radius:0;
        width:100vw;
    }
    .overview .overview_container_holder .overview_image picture img{
        border-radius:0;
        width:100vw;
    }
}
@media (max-width: 550px) {
    .wbnFooter .footerInner {
        grid-gap: 40px;
    }
    .wbnFooter .footerInner .otherLogosArea {
        grid-column: span 2;
        justify-self: center;
    }
    .wbnFooter .footerInner .socialsArea {
        grid-column: span 2;
        justify-self: center;
    }
    .wbnFooter .footerInner .contactDetails .divider {
        display: none;
    }
    .wbnFooter .footerInner .contactDetails {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .wbnFooter .footerInner .copyrightsArea {
        margin-top: 0;
    }
    .subcategoriesLayout.style1 .subcategories .category .image {
        width: calc(100% - 52px);
        aspect-ratio: 293/134;
    }
    .subcategoriesLayout.style1 .subcategories .category .title span {
        font-size: 20px;
    }
    .subcategoriesLayout.style1 .subcategories .category {
        width: calc(100% - 20px);
    }
    .subcategoriesLayout.style1 .subcategories .title {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .subcategoriesLayout.style1 .subcategories .category .title {
        width: 30px;
    }
    .subcategoriesLayout.style1 .subcategories .category .title span {
        font-size: 18px;
        line-height: 30px;
    }
    .subcategoriesLayout.style1 .subcategories .category .image {
        width: calc(100% - 30px);
    }
    .errorPage .errorText {
        font-size: 100px;
    }
    .errorPage .errorDescription,
    .errorPage .pageNotFound {
        font-size: 16px;
        text-align: center;
    }
}
@media (max-width: 500px) {
    .topNavRight {
        /*display: none;*/
    }
    .headerLayout.style3 .titles .small {
        padding: 0 20px;
    }
    .topNavLeft {
        width: 50%;
        /*display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;*/
    }
    .headerLayout.style3 .titles .big {
        font-size: 100px;
    }
    .homeArticle .whatMakeUsDifferentArea .whatMakeUsDifferent {
        grid-template-columns: 100px 1fr;
        grid-column-gap: 20px;
    }
    .homeArticle .whatMakeUsDifferentArea .topTitle {
        grid-column-start: 2;
        font-size: 14px;
        text-align: left;
    }
    .homeArticle .whatMakeUsDifferentArea .logo {
        grid-column-start: 2;
    }
    .homeArticle .whatMakeUsDifferentArea .logo img {
        width: 100%;
        height: auto;
    }
    .homeArticle .whatMakeUsDifferentArea .image {
        grid-row-start: 1;
        grid-row-end: 4;
        width: calc(100% + 20px);
        position: relative;
        left: -20px;
    }
    .homeArticle .whatMakeUsDifferentArea .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }
    .homeArticle .whatMakeUsDifferentArea .title {
        grid-column-start: 2;
        margin-bottom: 0;
    }
    .homeArticle .whatMakeUsDifferentArea .texts {
        grid-column: span 2;
        margin-top: 40px;
    }
    .homeArticle .whatMakeUsDifferentArea .whatMakeUsDifferentContainer {
        margin: 30px 0 60px;
    }
    .relatedExperiencesLayout.style6 .titleBlue {
        font-size: 40px;
        line-height: 40px;
    }
    .relatedExperiencesLayout.style6 .titleYellow {
        font-size: 40px;
        line-height: 40px;
    }
    .relatedExperiencesLayout.style6 .text {
        font-size: 14px;
    }
    .experiencesLayout.style1 .experiences.slick-slider .experienceBox,
    .experiencesLayout.style1 .experiences .experienceBox,
    .experiencesLayout.style2 .experiences .experienceBox,
    .experiencesLayout.style3 .experiences .experienceBox,
    .experiencesLayout.style4 .experiences .experienceBox,
    .experiencesLayout.style8 .experiences .experienceBox,
    .relatedExperiencesLayout.style6 .experiences .experienceBox {
        width: 240px !important;
    }
    .experienceBox .experienceBoxFlag {
        font-size: 12px;
    }
    .experienceBox .experienceBoxDuration {
        font-size: 10px;
    }
						   
	.experienceBox .experienceBoxImage {
        height: calc(100% - 245px);
    }
    .experienceBox .bottom {
        min-height: 200px;
    }					
						
	 
					   
							
    .experienceBox .experienceBoxTitle {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .experienceBox .experienceBoxLink {
        font-size: 12px;
    }
    .howItWorks .title {
        text-align: center;
        margin-bottom: 60px;
    }
    .howItWorks .titleYellow {
        font-size: 35px;
    }
    .howItWorks .titleBlue {
        font-size: 35px;
    }
    .howItWorks .step {
        margin: 0 20px 50px;
    }
    .wbnTestimonials .right .testimonials {
        padding: 60px 20px;
    }
    .blueYellow .wbnTestimonials .right .testimonial {
        width: 280px;
    }
    .blueYellow .wbnTestimonials .testimonial .author .name {
        display: block;
        width: 100%;
    }
    .blueYellow .wbnTestimonials .testimonial .author .separator {
        display: none;
    }
    .blueYellow .wbnTestimonials .testimonial .author .tour {
        display: block;
        width: 100%;
    }
    .homeArticle .ourFavoriteExperiencesArea .titleTop {
        text-align: center;
    }
    .homeArticle .ourFavoriteExperiencesArea .titleYellow {
        text-align: center;
    }
    .homeArticle .ourFavoriteExperiencesArea .titleBlue {
        text-align: center;
    }
    .homeArticle .ourFavoriteExperiencesArea .experience {
        float: left;
        width: 315px;
    }
    .homeArticle .ourFavoriteExperiencesArea .experience.one .experienceOne .image {
        aspect-ratio: 510/800;
    }
    .homeArticle .ourFavoriteExperiencesArea .experience.two .experienceOne .image {
        aspect-ratio: 510/340;
    }
    .modAwMooSend .awMooSendInner .title {
        max-width: 260px;
    }
    .article.about .sector1 .imageRight {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3;
        margin-bottom: 15px;
        aspect-ratio: 361/308;
    }
    .article.about .sector1 .imagesLeft {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .article.about .sector1 .text {
        grid-row-start: 4;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .article.about .sector3 {
        padding: 100px 0;
        background-size: 400px;
    }
    .article.about .sector3 .meetTheTeam .team .teamMember .job {
        font-size: 16px;
    }
    .article.about .sector3 .meetTheTeam .title {
        font-size: 40px;
    }
    .article.about .sector3 .meetTheTeam .title2 {
        font-size: 40px;
    }
    .article.about .sector3 .meetTheTeam .team {
        margin-top: 60px;
    }
    .article.about .sector3 {
        background-position: right -100px top 30%;
        background-size: 280px;
    }
    .article.about .sector3 .howItAllStarted .texts .title {
        font-size: 40px;
    }
    .article.about .sector3 .howItAllStarted .texts .subtitle {
        font-size: 40px;
    }
    .article.about .sector3 .howItAllStarted .texts .text {
        margin-top: 40px;
        font-size: 16px;
    }
    .article.about .sector4 .items .item .title {
        font-size: 16px;
    }
    .article.about .sector4 .items .item .text {
        font-size: 16px;
    }
    .article.about .sector5 .testimonial .texts .text {
        font-size: 16px;
    }
    .article.about .sector6 .usps .usp .title {
        font-size: 16px;
        padding: 20px 0 10px;
    }
    .headerLayout.style5 .header .text p {
        font-size: 14px;
    }
    .experiencesLayout.style1 .text {
        font-size: 14px;
        line-height: 1.7;
    }
    .faqsLayout .faqs,
    .bottomExtraTextLayout .bottomExtraText {
        font-size: 14px;
    }
    .faqToggle {
        font-size: 22px;
    }
    .headerLayout.style3 .slider .title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 30px;
    }
    .headerLayout.style3 .introArea .intro {
        font-size: 16px;
        line-height: 25px;
    }
    .packagesArticle .overviewArea .value {
        font-size: 15px;
        line-height: 25px;
    }
    .packagesArticle .mapArea .map {
        height: 350px;
    }
    .packagesArticle .daysSummaryArea {
        padding: 0 0 30px;
    }

    .packagesArticle .daysSummaryAreaOld {
        padding: 0 0 30px;
    }
    .packagesArticle .pictureYourSelfArea .title {
        margin-bottom: 30px;
    }
    .packagesArticle .pictureYourSelfArea .titleBlue {
        font-size: 50px;
    }
    .packagesArticle .pictureYourSelfArea .titleYellow {
        font-size: 50px;
    }
    .packagesArticle .pictureYourSelfArea .text {
        font-size: 15px;
    }
    .packagesArticle .pictureYourSelfArea {
        display:none;
    }
	  
  
												 
				   
	 

			  

    .fixedMenuLayout .buttonAnchor {
        height: 50px;
        border-radius: 25px;
    }
    .fixedMenuLayout .buttonAnchor .label {
        font-size: 15px;
    }
    .packagesArticle .preferredHotelsArea .title {
        font-size: 30px;
    }


    .packagesArticle .preferredHotelsAreaOld .title {
        font-size: 30px;
    }
    .packagesArticle .priceTextContainer::after {
        top: -68px;
    }

    .packagesArticle .priceTextContainer.old::after {
        top: -68px;
    }
    .packagesArticle .inclusionsExclusionsArea {
        padding: 20px 0 100px;
    }
    .inclusionsExclusionsLayout .label {
        margin-bottom: 30px;
    }
    .inclusionsExclusionsLayout li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .inclusionsExclusionsLayout .sendInquiryButton {
        display: flex;
        display: -webkit-flex;
    }
    .inclusionsExclusionsLayout .inclusionsExclusionsContainer {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }


    .inclusionsExclusionsLayout.old .label {
        margin-bottom: 30px;
    }
    .inclusionsExclusionsLayout.old li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .inclusionsExclusionsLayout.old .sendInquiryButton {
        display: flex;
        display: -webkit-flex;
    }
    .inclusionsExclusionsLayout.old .inclusionsExclusionsContainer {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }


    .packagesArticle .inclusionsExclusionsArea::before {
        bottom: 0;
        right: 0;
    }
    .packagesArticle .inclusionsExclusionsArea .sendInquiryButton {
        height: 50px;
        border-radius: 25px;
        margin-top: 60px;
    }
    .packagesArticle .inclusionsExclusionsArea .sendInquiryButton .bookNowLabel {
        font-size: 14px;
    }
    .moduleOurWayToTravel .middle {
        grid-column-gap: 0;
    }
    .moduleOurWayToTravel .middle .image {
        margin-left: -32px;
    }
    .moduleOurWayToTravel .middle .title {
        font-size: 24px;
        margin-left: -20px;
        width: calc(100% + 20px);
    }
    .moduleOurWayToTravel .middle .text {
        font-size: 15px;
    }
    .moduleOurWayToTravel .bottom .text {
        font-size: 16px;
        line-height: 1.5;
    }
    .moduleOurWayToTravel {
        float: left;
        width: 100%;
        margin-bottom: 60px;
    }
    .rsForm .formContainer .radioOption label {
        padding: 0 20px;
    }
    .packagesArticle .inquiry .sectionTitle {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-maintext,
    .landingArticle .inquiryArea .rsForm .rsform-block-maintext {
        font-size: 16px;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-traveldatesoptions,
    .landingArticle .inquiryArea .rsForm .rsform-block-traveldatesoptions {
        margin-bottom: 30px;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-arrivaldate,
    .packagesArticle .inquiryArea .rsForm .rsform-block-firstname,
    .packagesArticle .inquiryArea .rsForm .rsform-block-country,
    .packagesArticle .inquiryArea .rsForm .rsform-block-termsandcondition,
    .landingArticle .inquiryArea .rsForm .rsform-block-arrivaldate,
    .landingArticle .inquiryArea .rsForm .rsform-block-firstname,
    .landingArticle .inquiryArea .rsForm .rsform-block-country,
    .landingArticle .inquiryArea .rsForm .rsform-block-termsandcondition {
        grid-column-start: 1;
        grid-column-end: 7;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-departuredate,
    .packagesArticle .inquiryArea .rsForm .rsform-block-lastname,
    .packagesArticle .inquiryArea .rsForm .rsform-block-phone,
    .packagesArticle .inquiryArea .rsForm .rsform-block-receivenewsletter,
    .landingArticle .inquiryArea .rsForm .rsform-block-departuredate,
    .landingArticle .inquiryArea .rsForm .rsform-block-lastname,
    .landingArticle .inquiryArea .rsForm .rsform-block-phone,
    .landingArticle .inquiryArea .rsForm .rsform-block-receivenewsletter {
        grid-column-start: 1;
        grid-column-end: 7;
    }
    .packagesArticle .inquiryArea .rsForm .rsform-block-monthofdeparure,
    .packagesArticle .inquiryArea .rsForm .rsform-block-yearofdeparure,
    .landingArticle .inquiryArea .rsForm .rsform-block-monthofdeparure,
    .landingArticle .inquiryArea .rsForm .rsform-block-yearofdeparure {
        grid-column-start: 1;
        grid-column-end: 7;
    }
    .packagesArticle .inquiryArea,
    .landingArticle .inquiryArea {
        padding: 60px 0 60px;
    }
    .testimonialsLayout.style1 .testimonial .content {
        padding: 20px;
    }
    .testimonialsLayout.style1 .testimonial .text {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .toursMasterCategory .top .image {
        width: calc((100% / 2) - 20px);
    }
    .toursMasterCategory .top .images .image:last-child {
        display: none;
    }
    .toursMasterCategory .top .text {
        margin-top: 40px;
        font-size: 15px;
    }
    .toursMasterCategory .top {
        margin-bottom: 60px;
    }
    .toursCategory .relatedTripsArea {
        padding: 60px 0 60px;
    }
    .experiencesLayout.style2 .text {
        font-size: 1px;
        line-height: 1.7;
    }
    .toursArticle .overviewArea .overview .label {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .toursArticle .overviewArea .overview .value p {
        font-size: 18px;
        line-height: 25px;
        text-align: justify;
    }
    .toursArticle .overviewArea .highlight {
        margin-bottom: 25px;
    }
    .toursArticle .overviewArea .highlight .text p {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 25px;
    }
    .toursArticle .overviewArea .bookNow {
        width: calc(100% + 40px);
        position: relative;
        left: 20px;
    }
    .toursArticle .descriptionArea .label {
        margin-bottom: 30px;
    }
    .toursArticle .descriptionArea .value p {
        font-size: 15px;
        line-height: 1.7;
        text-align: justify;
    }
    .generalButtonWithArrow {
        border-radius: 33px;
    }
    .letsPlanMyTrip .header .title {
        font-size: 30px;
        line-height: 35px;
        padding: 0;
        max-width: 320px;
    }
    .letsPlanMyTrip .header .text {
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }
    .letsPlanMyTrip .header .content {
        padding: 60px 20px 100px;
    }
    .letsPlanMyTrip .rate .stars {
        margin: 0;
    }
    .letsPlanMyTrip .rate .top .text {
        order: -1;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    .letsPlanMyTrip .rate .top .platforms {
        margin-top: 20px;
    }
    .letsPlanMyTrip .rate .platform {
        width: 120px;
        height: 38px;
        margin-right: 15px;
    }
    .letsPlanMyTrip .rate .platform img {
        height: 21px;
        width: auto;
        margin: 8px;
    }
    .letsPlanMyTrip .rate .top {
        margin-bottom: 0;
    }
    .letsPlanMyTrip .rate .bottom .titleWhite,
    .letsPlanMyTrip .rate .bottom .titleYellow {
        font-size: 36px;
    }
    .letsPlanMyTrip .rate .bottom .titleWhite {
        padding-right: 15px;
    }
    .letsPlanMyTrip .rate .bottom .text {
        font-size: 16px;
        line-height: 20px;
    }
    .headerLayout.style1 .header .imageRight {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3;
        margin-bottom: 15px;
    }
    .headerLayout.style1 .header .imagesLeft {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .headerLayout.style1 .header .imagesLeft .image {
        width: calc(50% - 7px);
    }
    .headerLayout.style1 .header .imagesLeft .image {
        margin-bottom: 0;
    }
    .headerLayout.style1 .header .text {
        grid-row-start: 4;
    }
    .headerLayout.style2 .title {
        font-size: 40px;
    }
    .headerLayout.style2 .text p {
        font-size: 16px;
        line-height: 25px;
    }
    .headerLayout.style2 {
        margin-bottom: 30px;
    }
    .accommodationCategory .hotelsArea .hotel .image {
        aspect-ratio: 324/452;
    }
    .accommodationArticle .mainInfoArea .title {
        margin: 30px 0 10px;
        line-height: 45px;
        font-size: 40px;
    }
    .accommodationArticle .mainInfoArea .intro {
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }
    .accommodationArticle .mainInfoArea .hashtags {
        display: none;
    }
    .accommodationArticle .sliderLayout.variableWidth {
        margin: 30px 0 60px;
    }
    .accommodationArticle .overviewArea {
        padding: 60px 0;
    }
    .accommodationArticle .overviewArea .label {
        margin-bottom: 30px;
    }
    .accommodationArticle .overviewArea .text {
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
    }
    .accommodationArticle .whyWeLoveItArea {
        padding: 60px 0 0;
    }
    .accommodationArticle .whyWeLoveItArea .reasons {
        margin-top: 30px;
    }
    .accommodationArticle .facilitiesArea .facility {
        flex-basis: 140px;
    }
    .accommodationArticle .mapArea iframe {
        height: 340px;
        margin-top: -60px;
    }
    .accommodationArticle .inAndAroundGalleryArea .inAndAroundGallery .image {
        width: 200px;
    }
    .accommodationArticle .inAndAroundArea .label {
        font-size: 40px;
    }
    .moduleOurSelectionCriteria::before {
        right: -346px;
        top: -339px;
        scale: 0.7;
    }
    .experiencesLayout.style4 {
        padding: 60px 0;
    }
    .experiencesLayout.style4 .text {
        margin-bottom: 30px;
    }
    .blogMasterCategory .header .headerContainer .title {
        font-size: 40px;
    }
    .blogMasterCategory .header .headerContainer .search {
        margin-top: 30px;
        width: 100%;
    }
    .modSmartSearch .smartSearchInput {
        width: calc(100% - 40px);
    }
    .blogMasterCategory .header {
        padding: 60px 0 140px;
    }
    .blogMasterCategory .subcategories .subcategoriesContainer .categories {
        display: none;
    }
    .blogMasterCategory .subcategories .subcategoriesContainer .selectCategory + .select2 {
        display: block;
        float: left;
        width: 100% !important;
    }
    .blogMasterCategory .subcategories .select2-container .select2-selection--single {
        background-color: var(--yellow);
        border: 1px solid #4A6F7C;
        height: 35px;
        border-radius: 18px;
    }
    .blogMasterCategory .subcategories .select2-container--open .select2-selection--single {
        border-radius: 18px 18px 0 0;
    }
    .blogMasterCategory .subcategories .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0 25px;
        box-sizing: border-box;
        line-height: 35px;
    }
    .blogMasterCategory .subcategories .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px;
        right: 20px;
    }
    .blogMasterCategory .subcategories .select2-container + .select2-container {
        bottom: auto !important;
        top: auto !important;
        margin-top: 80px;
    }
    .blogMasterCategory .subcategories .select2-container .select2-dropdown {
        border-color: #4A6F7C;
        border-radius: 0 0 18px 18px;
        background-color: var(--yellow);
    }
    .blogMasterCategory .subcategories .select2-container .select2-dropdown .select2-results__option {
        padding: 10px 25px;
    }
    .blogMasterCategory .subcategories .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: transparent;
        color: #000;
    }
    .blogMasterCategory .subcategories .subcategoriesContainer {
        padding: 35px 40px 45px;
    }
    .paginationItems .paginationItem.previus,
    .paginationItems .paginationItem.next {
        display: none;
    }
    .blogCategory .categoryImage {
        height: unset;
        aspect-ratio: 360/375;
    }
    .blogCategory .categoryTexts .title {
        font-size: 40px;
        line-height: 45px;
    }
    .blogCategory .categoryTexts {
        margin: -140px 20px 50px;
    }
    .blogCategory .categoryTexts .text {
        font-size: 15px;
        line-height: 1.7;
        padding: 60px 30px;
    }
    .blogCategory .latestArticles .article .title {
        font-weight: 500;
    }
    .article.blog .header .title {
        font-size: 30px;
        line-height: 35px;
    }
    .article.blog .header .box {
        grid-column-gap: 25px;
    }
    .article.blog .header .image {
        aspect-ratio: 364/224;
    }
    .article.blog .content .fulltext {
        font-size: 15px;
        line-height: 20px;
    }
    .searchResults .header .headerContainer .title {
        font-size: 40px;
    }
    .searchResults .header .headerContainer .search {
        margin-top: 20px;
    }
    .searchResults .headerLayout.style6 .header {
        padding: 100px 0;
    }
    .searchResults .header .headerContainer .title {
        font-size: 30px;
    }
    .headerLayout.style3 .titles {
        margin-bottom: 0;
    }
    .bookNowBanner {
        aspect-ratio: 320/290;
    }
    .relatedContentLayout.blogArticles .titleBlue {
        font-size: 30px;
    }
    .experiencesLayout.style1 .title {
        width: 100%;
    }
    .experiencesLayout.style1 .title h2 {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .experiencesLayout.style1 .arrows {
        display: none;
    }
}
@media (max-width: 450px) {
    .article.blog .header .author {
        grid-column: span 2;
        margin-bottom: 20px;
    }
    .article.blog .header .catgory {
        grid-column: span 2;
    }
    .article.blog .header .catgory img {
        margin-right: 10px;
    }
    #mod-custom386 img {
        max-width: calc(100% - 40px) !important;
        margin: 0 auto;
    }


    /* babis change */
    .mainNavInner {
       display: flex;
       flex-direction: row-reverse;
    }

    .mainNavCenter{
        float: left;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-right: 40px;
    }

    .mainNavRight {
        display: none !important;
    }

    .packagesArticle .daysSummaryArea .buttons {
        margin-bottom: 0px;
    }

    .inclusionsExclusionsLayout .inclusionsExclusions {
        margin-bottom: 0px;
    }

    .packagesArticle .priceTextContainer .priceText {
        margin-top: -55px;
    }

    .packagesArticle .inclusionsExclusionsArea {
        padding-top: 10px;
    }

    .header-top-side {
        margin-top: 0px !important;
    }

    .inclusionsExclusionsContainer .mobile-only {
        display: block;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .grecaptcha-badge {visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .thanks-image {
        width: auto;
        padding: 20px 0;
        margin: 0 auto;
    }

    /* babis change end */






}
@media (max-width: 400px) {
    .mainNav {
        padding: 10px 0 10px;
    }
    .mainNav .brand {
        width: 25px;
    }
    .mainNav .brand img {
        width: 100%;
        height: auto;
    }
    .article.blog .mobileTableOfContents {
        padding: 10px 20px 20px;
    }
    .article.blog .mobileTableOfContents .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .article.blog .mobileTableOfContents .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 10px 60px 10px 15px;
        font-size: 14px;
    }
    .article.blog .mobileTableOfContents .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 8px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 20px;
    }
    .mobileMenu.open > .mobileMenuContainer {
        margin-top: 10px !important;
    }
    .letsPlanMyTrip .form .rsform-block-minbudget {
        grid-column: span 2;
    }
    .modWbnTripPlaning.compact {
        padding: 35px 35px;
    }
}
@media (max-width: 340px) {
    .page {
        padding: 0 10px;
    }
}