a {
    color: #000;
}

.nav-dir-horizontal.nav-pos-ver-bottom {
    width: 100% !important;
    max-width: inherit !important;
    background: rgba(51, 161, 177, 0.3) !important;
    display: flex;
    justify-content: center;
    padding: 0px !important;
    height: 100px !important;
    max-height: inherit !important;
    top: 103% !important;
}
.nav-dir-horizontal.nav-pos-ver-top {
    width: 100% !important;
    max-width: inherit !important;
    background: rgba(51, 161, 177, 0.3) !important;
    display: flex;
    justify-content: center;
    padding: 0px !important;
    height: 81px !important;
    max-height: inherit !important;
    top: -2% !important;
}

.tp-tab-mask {
    width: 100% !important;
    display: flex;
    justify-content: center;
    height: 100% !important;
    max-height: inherit !important;
    max-width: 1200px !important;
}

.mobile-menu-btn {
    display: none;
}

.tp-tabs-inner-wrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: left;
}

.tp-tabs-inner-wrapper .tp-tab {
    width: 25% !important;
    box-sizing: border-box;
    position: relative;
    left: 0px !important;
    border-bottom: none !important;
    border-top: 4px solid transparent !important;
}

.experience-sec .hesperiden .tp-tab-image {
    display: none !important;
}

.experience-sec .hesperiden .tp-tab-content {
    padding: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    color: #fff !important;
}


.experience-sec .hesperiden .tp-tab-title {
    color: #fff !important;
}

.experience-sec .hesperiden .tp-tab {
    height: 100px !important;
}

.experience-sec .hesperiden .tp-tab.rs-touchhover,
.experience-sec .hesperiden .tp-tab.selected {
    background: rgba(72, 178, 194, 0.3) !important;
    border-top: 4px solid #33c1d7 !important;
}
.transportation-sec .hesperiden .tp-tab-image {
    display: none !important;
}

.transportation-sec .hesperiden .tp-tab-content {
    padding: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    color: #fff !important;
}


.transportation-sec .hesperiden .tp-tab-title {
    color: #fff !important;
}

.transportation-sec .hesperiden .tp-tab {
    height: 100px !important;
}

.transportation-sec .hesperiden .tp-tab.rs-touchhover,
.transportation-sec .hesperiden .tp-tab.selected {
    background: rgba(72, 178, 194, 0.3) !important;
    border-top: 4px solid #33c1d7 !important;
}

.banner-btn {
    width: 150px;
    height: 52px;
    line-height: 52px !important;
    text-align: center !important;
    font-size: 14px;
    text-align: center;
    display: block;
    background-color: #709d93;
    color: #fff;
    border-radius: 50px !important;
    font-family: 'Mont-Book' !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.banner-btn:hover {
    background-color: #33766c;
}
.rev-btn{
    font-family: 'Mont-Book' !important;
    color: #ffff;

}
.main-banner-title {
    text-transform: uppercase;
    font-family: 'Mont-SemiBold' !important;
}

.banner-paragraph {
    font-family: 'Mont-Book' !important;
}

.create-memories-sec {
    /* background-size: cover !important; */
    position: relative;
}

.create-memories-sec .container {
    position: relative;
}

.main-tree-image {
    position: absolute;
    right: 50%;
    margin-right: -56em;
    bottom: 5%;
}

.main-first-umbrella {
    position: absolute;
    right: -56px;
    bottom: 29%;
}

.main-first-umbrella-second {
    position: absolute;
    right: 47%;
    bottom: -13%;
}

.cloud-main {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 99;
}


.clouds-1,
.clouds-2,
.clouds-3,
.clouds-4 {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
}

.clouds-1 {
    background-position: 400px 100px;
    z-index: 7;
}

.clouds-2 {
    background-position: 100px 1000px;
    z-index: 8;
}


.clouds-3 {
    background-position: 350px center;
    z-index: 9;
}

.clouds-4 {
    background-position: -100px 450px;
    z-index: 9;
}


@keyframes clouds-loop-1 {
    to {
        background-position: 1200px 100px;
    }
}

.clouds-1 {
    background-image: url("../images/cloud1.png");

}

.create-memories-sec.active .clouds-1 {
    animation: clouds-loop-1 150s infinite ease;
}

@keyframes clouds-loop-2 {
    to {
        background-position: 1200px 1000px;
    }
}

.clouds-2 {
    background-image: url("../images/cloud-bottm.png");
}

.create-memories-sec.active .clouds-2 {
    animation: clouds-loop-2 140s infinite ease;
}

@keyframes clouds-loop-3 {
    to {
        background-position: 1200px center;
    }
}

@keyframes clouds-loop-4 {
    to {
        background-position: 1200px 450px;
    }
}

.clouds-3 {
    background-image: url("../images/cloud-right.png");

}

.create-memories-sec.active .clouds-3 {
    animation: clouds-loop-3 160s infinite ease;
}

.clouds-4 {
    background-image: url("../images/cloud-left.png");

}

.create-memories-sec.active .clouds-4 {
    animation: clouds-loop-4 160s infinite ease;
}

.create-memories-sec .content {
    position: relative;
    z-index: 999;
}

.error-404 {
    padding: 80px 0px;
}

.error-404 h1 {
    font-size: 38px;
}

.error-404 h4 {
    font-size: 20px;
    font-family: 'Mont-SemiBold';
}

.error-404 ul {
    margin-bottom: 35px;
    padding-left: 16px;
}

.error-404 ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

.load-more-btn {
    padding: 10px 15px;
    display: inline-block;
    background-color: #000;
    color: #fff;
}

.header {
    transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
}

.scroll-down header {
    background: transparent;
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    top: -100px;
}

.scroll-up header {
    position: fixed;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
    top: 0px;
}

.header .main-nav ul li {
    line-height: 50px;
}

.header .main-nav {
    padding-top: 7px;
}

.scroll-up .header .main-nav ul li a {
    color: #000;
}

.scroll-up .header .logo img {
    filter: invert(100%) !important;
}

/*.create-memories-sec.about {
    background: url(../images/create-memories-bg.jpg) no-repeat right 0 !important;
}*/

.create-memories-sec.about .main-tree-image {
    position: absolute;
    right: 0px;
    top: 2%;
}

.create-memories-sec.about .main-first-umbrella {
    position: absolute;
    right: -70px;
    bottom: 42%;
}

.create-memories-sec.about .main-first-umbrella-second {
    position: absolute;
    right: 53%;
    bottom: 5%;
}



.header .wpml-ls-legacy-dropdown {
    border: 0;
    padding: 0;
    clear: none;
    float: right;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
}

.header .wpml-ls-legacy-dropdown>ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.header .wpml-ls-legacy-dropdown a {
    background: #48b2c2 !important;
    padding: 6px 15px 5px;
    border-radius: 30px;
    min-width: 64px;
    position: relative;
    border: none;
}

.header .wpml-ls-legacy-dropdown a:hover {
    background: #48b2c2;
}

.header .wpml-ls-legacy-dropdown a span {
    color: #fff;
    font-family: "Mont-SemiBold";
}

.wpml-ls-legacy-dropdown a span {
    vertical-align: middle;
}

.header .wpml-ls-legacy-dropdown a:after {
    content: "";
    background: url(../images/caret-down.svg) no-repeat 0 center;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 19px;
}

.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "";
    vertical-align: inherit;
    display: inline-block;
    border: none;
    border-top: none;
    position: static;
    right: inherit;
    top: inherit;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
    padding-top: 1px;
}

.filters-mobile-dropdown {
    display: none;
    width: 100%;
    margin-top: -100px;
    position: relative;
    margin-bottom: 50px;
    z-index: 9;
}

.filters-mobile-dropdown select {
    width: 100%;
    height: auto;
    border: 1px solid #e8dfe7;
    height: 60px;
    line-height: 60px;
    padding: 0px 15px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    color: #919191;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;

}

.search-widget .inner .each .styled-select:before {
    display: none;
}

.search-widget .inner .each .styled-select select {
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    color: #313131;
    background-image: url(../images/select-arrow-black.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.search-widget .inner .each .styled-select select {
    -webkit-appearance: none;
    appearance: none;
}

.filters-mobile-dropdown select {
    -webkit-appearance: none;
    appearance: none;
}

.search-widget .inner .each input {
    -webkit-appearance: none;
    appearance: none;
}

.header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:after {
    display: none !important;
}

.filter-btn {
    width: 100%;
    height: auto;
    border: 1px solid #e8dfe7;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    color: #919191;
    background-image: url(../images/filter.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    margin-top: -75px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    display: none;
    cursor: pointer;
}


.nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e8dfe7;
    border-radius: 6px;
    margin-bottom: 40px;
}

.nice-select.open .list {
    width: 100%;
    font-size: 14px;
}

.nice-select .option.selected {
    font-weight: 500;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #48b2c2;
    color: #fff;
    font-size: 14px;
}

.nice-select::after {
    border-bottom: 2px solid #797979;
    border-right: 2px solid #797979;
    height: 7px;
    margin-top: -5px;
    width: 7px;
}


.search-widget .inner .each .nice-select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    margin-bottom: 0px;
}

.search-widget .inner .each .nice-select.open .list {
    width: 100%;
    font-size: 14px;
}

.search-widget .nice-select .option.selected {
    font-weight: 500;
}

.search-widget .nice-select .option:hover,
.search-widget .nice-select .option.focus,
.search-widget .nice-select .option.selected.focus {
    background-color: #48b2c2;
    color: #fff;
    font-size: 14px;
}

.search-widget .nice-select::after {
    border-bottom: 2px solid #797979;
    border-right: 2px solid #797979;
    height: 7px;
    margin-top: -5px;
    width: 7px;
}

.filters-mobile-dropdown .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e8dfe7;
    border-radius: 6px;
    margin-bottom: 0px;
}

.filters-mobile-dropdown .nice-select.open .list {
    width: 100%;
    font-size: 14px;
}

.filters-mobile-dropdown .nice-select .option.selected {
    font-weight: 500;
}

.filters-mobile-dropdown .nice-select .option:hover,
.filters-mobile-dropdown .nice-select .option.focus,
.filters-mobile-dropdown .nice-select .option.selected.focus {
    background-color: #48b2c2;
    color: #fff;
    font-size: 14px;
}

.filters-mobile-dropdown .nice-select::after {
    border-bottom: 2px solid #797979;
    border-right: 2px solid #797979;
    height: 7px;
    margin-top: -5px;
    width: 7px;
}

.pagination-ul {
    display: flex;
    margin-top: 50px;
    text-align: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination-ul li {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin: 0px 5px;
    border: 1px solid #777;
    color: #000;
}

.pagination-ul li span.current {
    width: 100%;
    height: 100%;
    background: #48b2c2;
    display: block;
    color: #fff;
}

.pagination-ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.pagination-ul li a.page-numbers {
    color: #000;
}


.two-items-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.two-items-carousel .owl-stage .owl-item {
    /* display: flex;
    flex-wrap: wrap; */
    border: 1px solid #d8d8d8;
}
.two-items-carousel-best .owl-stage .owl-item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d8d8d8;
}
.three-items-carousel-staycation .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.three-items-carousel-staycation .owl-stage .owl-item{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d8d8d8;
}
.three-cards {
    display: flex;
   
}
.three-cards{
    display: flex;
   
    border: 1px solid #d8d8d8;
}

.content-with-thumbnail .content {
    padding: 40px;
    border: none !important;
    border-top: 0;
}


.listing-sect {
    padding: 80px 0px;
}

.listing-sect h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.main-nav ul li {
    position: relative;
}

.main-nav .sub-menu {
    position: absolute;
    background-color: #fff;
    width: 220px;
    top: 54px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;

}

.scroll-up header .main-nav .sub-menu {
    top: 65px;
}

.header .main-nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header .main-nav ul.sub-menu li a {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    padding: 11px 12px;
    text-transform: none;
    font-family: "Mont-Book";
    transition: none;
}

.css-103d96p {
    right: 60px !important;
}

.header .main-nav ul.sub-menu li {
    display: block;
    border-bottom: 1px solid #f2efef;
    margin-left: 0;
    margin-right: 0;
}

.header .main-nav ul.sub-menu li:last-child {
    border-bottom: none;
}

.header .main-nav ul.sub-menu li a:before {
    display: none;
}

.header .main-nav ul.sub-menu li:hover {
    background-color: #48b2c2;

}

.header .main-nav ul.sub-menu li:hover a {
    color: #fff;
}

.stay-banner-mobile {
    display: none;
}

.stay-banner-desktop {
    display: block;
}

.clients-sec .logo {
    height: 80px;
}

.search-widget .inner .each .nice-select .current {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.content-with-thumbnail.no-border .content {
    padding: 40px 20px 15px;
}

.content-with-thumbnail .content .date {
    line-height: 23px;
}

.wpcf7 form.sent .wpcf7-response-output {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 2em 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 2em 0;
}

.learn-detail-bottom .each .content .right .btn-rounded {
    font-family: "Mont-SemiBold";
}

.header .wpml-ls-legacy-list-horizontal {
    /* margin-top: 10px; */
    margin-top: 16px;
    margin-left: 10px;
}

/* [dir=rtl] .header .wpml-ls-legacy-list-horizontal {
    margin-left: -8%;
} */

.header .wpml-ls-legacy-list-horizontal a {
    padding: 6px 15px 9px;
}

.footer .top .subscribe-widget {
    border: none;
}

.footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-email {
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -ms-border-top-right-radius: 0px;
    -o-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -ms-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    border: 1px solid #fff;
    padding: 0 25px;
    border-right: none;
}

.newsletter-msg.newsletter-success {
    float: left;
    margin-top: 10px;
}

.header .main-nav ul li.current-menu-item a {
    color: #48b2c2;
}

.header .main-nav ul li ul.sub-menu li.current-menu-item a {
    background-color: #48b2c2;
    color: #fff;
}

.header .main-nav ul li.current-menu-item ul.sub-menu li a {
    color: #000;
}

.header .main-nav ul li.current-menu-item ul.sub-menu li:hover a {
    color: #fff;
}

.learn-detail-bottom .each .content .left {
    max-height: 140px;
    overflow: auto;
}

.footer .middle .quick-links ul li {
    margin-bottom: 10px;
}

.pagination-ul li a.page-numbers.current {
    width: 100%;
    height: 100%;
    background-color: #48b2c2 !important;
    color: #fff;
}

.subpage .listing-row {
    display: flex;
    flex-wrap: wrap;
}

.subpage .listing-row .event-widget {
    border: 1px solid #d8d8d8;
    height: 100%;
}

.subpage .listing-row .event-widget .content {
    border: none;
}

.nice-select .option {
    line-height: 20px;
    padding: 12px 10px;
    white-space: normal;
}

#more-detail {
    display: inline-block;
    max-width: 1000px;
    box-sizing: border-box;
}

.fancybox-slide--html .fancybox-close-small {
    background-color: #1bbec3;
    padding: 5px;
    right: -16px;
    top: -16px;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.fancybox-button--close {
    background-color: #1bbec3;
    padding: 5px;
    top: 40px;
    right: 40px;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.fancybox-content {
    overflow: initial !important;
}

.header .main-nav ul li.mobile {
    display: none;
}

.header .main-nav ul li.ipad {
    display: none;
}

.single-our_dine .getting-here {
    padding-top: 50px;
}
.footer .chat-btn {
    position: initial !important;
}

.footer .chat-btn {
    background: #2dd449 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .chat-btn img {
    filter: brightness(8);
    width: 27px;
}

@media (max-width: 1070px) {
    .footer .middle .office .right p a {
        margin: 0 auto;
    }
}
@media (max-width: 1030px) {

    .header .main-nav ul li.desktop {
        display: none;
    }

    .header .main-nav ul li.mobile {
        display: none;
    }

    .header .main-nav ul li.ipad {
        display: inline-block;
    }

    .header .main-nav ul li a {
        font-size: 12px;
    }
}

@media (min-width: 834px) and (max-width: 905px) {
    [dir="rtl"] .header .main-nav ul li a {
        font-size: 10px !important;
    }
    
    .header .main-nav ul li a {
        font-size: 11px !important;
    }
}


@media (max-width: 770px) {

    .header .main-nav ul li.desktop {
        display: none;
    }

    .header .main-nav ul li.mobile {
        display: block;

    }

    .header .main-nav ul li.ipad {
        display: none;
    }

    .instagram-sec .insta-mobile-posts ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 834px) {
    .header .main-nav {
        background-color: rgb(251 251 251);
    }

}

@media (max-width: 1450px) {
    .subpage-banner.detail {
        height: auto;
        max-height: 550px;
        overflow: hidden;
    }
}

@media screen and (min-width:1081px) and (max-width:1440px) {
    .clouds-2 {
        background-position: 100px 850px;
    }
}


@media only screen and (max-width: 1024px) {
    .main-tree-image {
        right: 0;
        margin-right: 0px !important;
    }
}
@media only screen and (max-width: 834px) {

    .filters-mobile-dropdown {
        display: block;
    }

    #more-detail {
        max-width: 90%;
    }

    .header .main-nav ul li.menu-item-has-children .down-arrow {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 50px;
        z-index: 1;
        background: url(../images/arrow-down.svg) no-repeat center center;
        background-size: 13px;
        border-left: 1px solid #e8e8e8;
        border-bottom: 0;
    }

    .header .header-inner .main-nav ul li.menu-item-has-children .down-arrow.active {
        background-image: url(../images/arrow-up.svg);
    }

    .main-nav .sub-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 0;
        display: none;
        -webkit-transition: none;
        transition: none;
    }

    .header .main-nav ul li a {
        text-align: left;
        padding: 0px 65px 0px 20px;
        box-sizing: border-box;
    }

    .header .main-nav ul.sub-menu li a {
        font-size: 13px;
        text-align: left;
        padding: 15px 20px;
    }

    .filters-mobile-dropdown .nice-select {
        margin-bottom: 40px;
    }

    .clouds-2 {
        background-position: -150px 0px;
        z-index: 8;
        background-size: 400px;
    }

    @keyframes clouds-loop-2 {
        to {
            background-position: 1200px 0px;
        }
    }

    @keyframes clouds-loop-3 {
        to {
            background-position: 1200px 65px;
        }
    }

    .cloud-main {
        min-height: 100%;
    }

    .clouds-3 {
        background-position: -78px 220px;
        z-index: 9;
        background-size: 260px;
    }

    .filter-btn {
        margin-top: -95px;
    }



    .search-widget {
        display: none;
    }

    .search-widget.visible {
        display: block;
    }

    .search-widget .inner .each input {
        padding-right: 15px;
    }

    .filters-mobile-dropdown select {
        background-size: 14px;
    }

    .search-widget .inner .each .styled-select select {
        padding: 0px 20px;
    }

    .search-widget {
        padding: 10px;
        border-radius: 6px;
        margin: 0px 0 0;
    }

    .search-widget .inner {
        width: 100%;
    }

    .search-widget .inner .each {
        width: 100%;
        margin-top: 15px;
        padding: 0 0;
    }

    .search-widget .btn-rounded {
        width: 100%;
        margin-top: 15px;
    }

    .filters-mobile-dropdown.events {
        margin-top: 10px;
    }

    .filters-nav.desktop {
        display: none;
    }

    .header {
        padding: 10px 10px;
    }

    .mobile-menu-btn span:nth-child(1) {
        top: -7px;
    }

    .mobile-menu-btn span:nth-child(3) {
        top: 7px;
    }

    .mobile-menu-btn.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -4px;
    }

    .mobile-menu-btn.active span:nth-child(2) {
        display: none;
    }

    .mobile-menu-btn.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -4px;
    }

    .mobile-menu-btn {
        line-height: 45px !important;
    }

    .mobile-menu-btn span {
        position: absolute;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    body.active header {
        position: fixed !important;
        top: 0px !important;
        z-index: 9999;
        background: #fff;
        padding: 20px 0px;
    }

    body.active .header .logo img {
        filter: invert(100%);
    }

    body.active .header .mobile-menu-btn {
        color: #000;
    }

    body.active .header .mobile-menu-btn span {
        background-color: #000;
    }

    .header .main-nav {
        top: 95px ;
        overflow-x: auto;
    }
    .event-header{
        top: 90px !important;
        overflow-x: auto;
      }

    /* .subpage-banner .page-title {
        font-size: 45px;
        padding-top: 200px;
        padding-left: 30px;
    } */

    /* .create-memories-sec {
        background-image: url(../images/mobile-memory-bg.jpg) !important;
        background-size: 100% !important;
        min-height: auto;
        padding-bottom: 60px;
    } */

    .create-memories-sec h2 {
        font-size: 60px;
        line-height: 60px;
        padding-top: 0px;
        text-align: center;
    }

    .create-memories-sec .content {
        padding-top: 65%;
        max-width: initial;
        text-align: center;
    }

    .main-first-umbrella {
        position: absolute;
        right: -10px;
        bottom: 50%;
        width: 90px;
    }

    .main-tree-image {
        position: absolute;
        /* right: -150px;
        bottom: 22%; */
    }

    .main-first-umbrella-second {
        position: absolute;
        right: 46%;
        bottom: 35%;
        width: 50px;
    }

    .create-memories-sec .content p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .mobile-menu-btn {
        display: block;
    }

    .create-memories-sec.about {
        min-height: 0;
    }

    .create-memories-sec.about h2 b {
        display: none;
    }

    .create-memories-sec.about .content {
        padding-top: 65%;
    }

    .create-memories-sec.about .main-tree-image {
        top: 43%;
        right: -150px;
    }

    .create-memories-sec.about .main-first-umbrella {
        right: -10px;
        bottom: unset;
        top: 32%;
        width: 90px;
    }



    .create-memories-sec.about .main-first-umbrella-second {
        right: 46%;
        bottom: 35%;
        width: 50px;
    }

    .subpage .listing-row .col:nth-last-child(2) {
        margin-bottom: 25px;
    }

    .filter-btn {
        display: block;
    }

    .create-memories-sec:not(.about) .main-tree-image {
        top: 43%;
        bottom: unset;
        right: -50px;
    }

    .create-memories-sec:not(.about) .main-tree-image img {
        max-width: 180px;
    }

    .filters-mobile-dropdown {
        margin-top: -145px;
    }

    .listing-sect h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .listing-sect {
        padding: 40px 0px;
    }

    .header .mobile-menu-btn {
        margin-top: 15px;
    }



}

@media (max-width: 520px) {
    /* .header {
        padding: 20px 0 !important;
    } */

    .header .mobile-menu-btn {
        top: 4px !important;
    }

    .create-memories-sec h2 {
        font-size: 45px;
        line-height: 45px;
    }

    .main-first-umbrella {
        width: 80px;
    }

    .main-first-umbrella-second {
        width: 40px;
    }

    .create-memories-sec .main-tree-image img {
        max-width: 220px;
    }

    .create-memories-sec {
        padding-bottom: 70px;
    }

    .create-memories-sec h2 {
        position: relative;
        top: -20px;
    }

    .create-memories-sec.about .main-first-umbrella {
        top: 20%;
        width: 80px;
    }

    .create-memories-sec.about .main-first-umbrella-second {
        right: 40%;
        bottom: unset;
        width: 40px;
        top: 33%;
    }

    .create-memories-sec.about .main-tree-image {
        top: 30%;
    }

    .filters-mobile-dropdown {
        margin-top: -75px;
    }

    .filters-mobile-dropdown select {
        height: 50px;
        line-height: 46px;
        font-size: 17px;
    }

    .create-memories-sec:not(.about) .main-tree-image {
        top: 45%;
        bottom: unset;
        right: -50px;
    }

    .create-memories-sec:not(.about) .main-tree-image img {
        max-width: 125px;
    }

    .filter-btn {
        margin-top: -75px;
    }

    .stay-banner-mobile {
        display: block;
    }

    .stay-banner-desktop {
        display: none !important;
    }

    .subpage-banner .stay-banner-desktop {
        display: none !important;
    }

    .subpage .listing-row {
        display: block;
    }

    .subpage-banner.detail .owl-carousel .owl-item img {
        height: auto;
    }

}

@media (max-width: 400px) {
    .create-memories-sec h2 {
        font-size: 45px;
        line-height: 45px;
        position: relative;
        top: -30px;
    }

    .main-first-umbrella {
        bottom: 56%;
        width: 75px;
    }

    .main-first-umbrella-second {
        right: 41%;
        bottom: 45%;
    }

    .main-tree-image {
        top: 33%;
    }

    .create-memories-sec.about .main-first-umbrella {
        top: 14%;
    }

    .create-memories-sec.about .main-first-umbrella-second {
        right: 38%;
        top: 25%;
    }

    .create-memories-sec.about .main-tree-image {
        top: 23%;
    }

    .create-memories-sec:not(.about) .main-tree-image {
        top: 41%;
        bottom: unset;
        right: -50px;
    }

    .create-memories-sec:not(.about) .main-tree-image img {
        max-width: 125px;
    }
}

@media screen and (max-width:340px) {
    .header {
        padding: 10px 0px;
    }
}

.stay-banner-mobile img{display:block;width: 100%}
.subpage-detail-content .right.no_right {
    padding-left: 0px;
}