/*Font Face*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&amp;display=swap');
/*Font Face*/

/*Global CSS*/
* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #dedede #f5f2f2;
}

body {
    width: 100%;
    min-width: 320px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.clear {
    clear: both
}

a,
button {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor: pointer
}

a {
    text-decoration: none;
    color: #d9899e;
}

    a:hover {
        text-decoration: none;
        outline: 0;
        color: #000
    }

    a:focus,
    :focus,
    button:focus {
        outline: none !important;
        outline-offset: none !important;
        text-decoration: none !important
    }

a,
img {
    border: none;
    outline: none
}

img,
svg {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

label {
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Gilda Display';
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
    position: relative
}

h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 1rem
}

b,
strong {
    font-weight: 700
}

ul,
ol {
    list-style: none;
    margin: 0
}

    ul li,
    ol li {
        list-style: none
    }

p {
    display: block;
    line-height: 26px;
    margin: 0 0 20px;
    padding: 0;
}

    p:last-child {
        padding: 0
    }

.btn.focus,
.btn:focus {
    box-shadow: none;
}


.form-control {
    box-shadow: none !important;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    height: 50px;
    border-color: #dfdfdf;
    font-size: 16px;
}

select,
select.form-control {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    background: #fff url(../png/select-arrow.png) no-repeat scroll calc(100% - 15px) center !important;
}

.form-control:focus {
    background: #fff;
    border-color: #d9899e
}

select.form-control:not([size]):not([multiple]) {
    height: 49px
}

textarea.form-control {
    min-height: 100px;
    resize: none;
    height: auto
}

.form-control::-webkit-input-placeholder {
    color: #b6b6b6;
    opacity: 1;
}

.form-control:focus::-webkit-input-placeholder {
    color: #b6b6b6
}

.form-control:focus::-moz-placeholder {
    color: #b6b6b6
}

.form-control:focus:-ms-input-placeholder {
    color: #b6b6b6
}

.form-control:focus:-moz-placeholder {
    color: #b6b6b6
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f8f8f8;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #d9899e;
    border: solid 1px #d9899e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.custom-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkmark-radio .checkmark {
    background-color: #fafafa;
    border: solid 1px #dfdfdf;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 8px;
}

    .checkmark-radio .checkmark:after {
        left: 3px;
        top: 3px;
        width: 10px;
        height: 10px;
        border: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #fafafa;
        border-radius: 50%;
    }

.checkmark-radio input:checked ~ .checkmark {
    border-color: #dfdfdf;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        line-height: 27px;
        display: inline-block;
        color: #000;
        margin-bottom: 0;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 25px;
            height: 25px;
            border: 1px solid #dfdfdf;
            border-radius: 100%;
            background: #f8f8f8;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 11px;
            height: 11px;
            background: #d9899e;
            position: absolute;
            top: 7px;
            left: 7px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


.btn-custom {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0 29px;
    height: 50px;
    line-height: 50px;
    border: none;
    text-align: center;
    position: relative;
    background: #d9899e;
    transition: all 0.3s ease;
}

    .btn-custom:hover {
        background-color: #F2C2CF;
        color: #000;
    }

    .btn-custom i img {
        transition: all 0.3s ease;
    }

    .btn-custom:hover i img {
        transform: translateX(4px);
        filter: brightness(0) saturate(100%);
    }

.form-group {
    margin-bottom: 20px;
    position: relative;
}

textarea {
    resize: none;
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 0px;
}



.required {
    position: relative;
}

    .required:after {
        content: " *";
        color: #d9899e;
    }

.btn-outline {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000;
    text-align: center;
    position: relative;
    background-color: transparent;
}

    .btn-outline:hover {
        background-color: transparent;
        color: #d9899e;
        border: 1px solid #d9899e;
    }


.btn-pink-outline {
    font-size: 16px;
    font-weight: 400;
    color: #d9899e;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s ease;
    border: 1px solid #d9899e;
    text-align: center;
    position: relative;
    background-color: transparent;
}

    .btn-pink-outline:hover {
        background: #d9899e;
        color: #fff;
        fill: #fff;
    }

    .btn-pink-outline i {
        display: inline-block;
    }

        .btn-pink-outline i img {
            transition: all 0.3s ease;
        }

    .btn-pink-outline:hover i img {
        transform: translateX(4px);
        filter: brightness(0) saturate(100%) invert(95%) sepia(34%) saturate(307%) hue-rotate(189deg) brightness(109%) contrast(100%);
    }

.owl-prev span,
.owl-next span {
    display: none;
}

.container {
    margin: 0 auto;
    max-width: 1350px;
    position: relative;
    width: 100%
}

.overflow {
    overflow-x: hidden;
}



.container-fluid {
    margin: 0 auto;
    max-width: 1480px;
    position: relative;
    width: 100%
}

@media screen and (max-width:1600px) {
}

@media screen and (max-width:1440px) {

    h1 {
        font-size: 60px;
        line-height: 65px;
    }

    h2 {
        font-size: 40px;
    }

    .villa-detail-lt-new h1 {
        font-size: 40px !important;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    .container {
        max-width: 1260px;
    }


    .btn-pink-outline {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
}


@media screen and (max-width:1199px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 6px;
    }

    h2 {
        font-size: 30px;
    }

    .villa-detail-lt-new h1 {
        font-size: 30px !important;
    }

    .villa-detail-lt-new p {
        line-height: 26px;
        font-size: 14px;
    }

    p {
        line-height: 20px;
        font-size: 14px;
    }
}




@media screen and (max-width:767px) {
    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
    }
}


@media screen and (max-width:575px) {
    h1 {
        font-size: 27px;
        line-height: 30px;
    }

    .villa-detail-lt-new {
        /*width: calc(100% - 456px);*/
        width: 100% !important;
    }

        .villa-detail-lt-new h1 {
            font-size: 25px !important;
        }

    .container-fluid {
        padding: 0px;
    }

    .double-btn .btn-custom {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:768px) {

    /*gobal css*/
    .for-tab,
    .menuImage {
        display: none;
    }

    /*gobal css*/
}

@media screen and (min-width:768px) {

    /*gobal css*/
    .for-mobile {
        display: none;
    }

    /*gobal css*/
    .country-title h1 {
        font-size: 55px;
        line-height: 55px;
    }
}




/*Global CSS*/


/*header*/
header {
    background: #fff;
}

.hdrtopbr {
    background: #d9899e;
    padding: 12px 0;
}

    .hdrtopbr li {
        margin-right: 30px;
    }

        .hdrtopbr li a {
            color: #fff;
            letter-spacing: 0.4px;
        }

            .hdrtopbr li a:hover {
                color: #000;
            }

        .hdrtopbr li select, .hdrtopbr li .select2 {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            padding: 0 12px;
            padding-left: 1px !important;
            height: 37px;
            line-height: 37px;
            border: 1px solid #fff;
            text-align: left;
            position: relative;
            cursor: pointer;
            border-radius: 5px;
            width: 101px !important;
            background: url(../png/hdrtopbr-arrow.png) no-repeat scroll calc(100% - 9px) center !important;
        }



.select2-container--open {
    z-index: 999999 !important;
}


.hdrtopbr li select option, .hdrtopbr li select2-selection__rendered {
    background: #fff;
    padding: 10px;
    color: #000;
}

    .hdrtopbr li select option:hover, .select2-results ul li:hover, .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background: #d9899e !important;
    }

.hdrtopbr .btn-enquiry {
    padding: 0 10px;
    height: 37px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 115px;
}

    .hdrtopbr .btn-enquiry:hover {
        border: 1px solid #fff;
        background: #fff;
        color: #000;
    }

.wishlist-box {
    position: relative;
}

.wishlistnumber {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #fff;
    border-radius: 50px;
    width: 19px;
    height: 19px;
    color: #d9899e;
    text-align: center;
    line-height: 19px;
    font-size: 13px;
}

.hdrtopbrsearch .form-control {
    /* background: #fff url(../images/search.png) no-repeat 95% center; */
    border-radius: 5px;
    border: 1px solid #fff;
    height: 36px;
    font-size: 14px;
    width: 210px;
    padding-right: 35px;
}





.hdrtopbrsearch {
    position: relative;
}


    .hdrtopbrsearch .search-btn {
        position: absolute;
        right: 10px;
        min-width: auto;
        top: 25%;
        background: transparent;
        padding: 0;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .hdrtopbrsearch .search-btn img {
            max-width: 18px;
        }


.nav-bar {
    padding: 37px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 300px;
    bottom: 0;
    text-align: center;
    z-index: 9;
}

.navigation {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: auto
}

    .navigation > ul {
        display: flex;
        width: 100%;
        position: relative
    }

        .navigation > ul > li {
            margin-right: 50px;
            text-align: center
        }

            .navigation > ul > li > a {
                height: 100%;
                margin-bottom: 0;
                display: inline-block;
                color: #000;
                font-family: 'Gilda Display';
                font-size: 18px;
                position: relative
            }

            .navigation > ul > li i {
                display: block;
                margin-bottom: 10px
            }

            .navigation > ul > li:nth-child(3) {
                margin-left: auto
            }

            .navigation > ul > li > a:after {
                content: "";
                border-bottom: 5px solid #d9899e;
                position: absolute;
                bottom: -17px;
                display: block;
                width: 0;
                border-radius: 5px 5px 0 0;
                transition: all .3s ease
            }

            .navigation > ul > li > a.active:after, .navigation > ul > li > a:hover:after {
                width: 100%
            }

            .navigation > ul > li:last-child {
                margin-right: 0
            }

            .navigation > ul > li:hover > a, .navigation > ul > li a.active {
                color: #d9899e
            }

                .navigation > ul > li:hover i img, .navigation > ul > li a.active i img {
                    filter: brightness(0) saturate(100%) invert(70%) sepia(8%) saturate(2011%) hue-rotate(296deg) brightness(89%) contrast(91%)
                }

.side-menu-outer::-webkit-scrollbar {
    width: 8px;
}

.side-menu-outer::-webkit-scrollbar-track {
    background: #f5f2f2;
}

.side-menu-outer::-webkit-scrollbar-thumb {
    background: #dedede;
}

    .side-menu-outer::-webkit-scrollbar-thumb:hover {
        background: #b4b4b4;
    }

.side-menu-outer * {
    scrollbar-width: thin;
    scrollbar-color: #dedede #f5f2f2;
}

.sub_nav_outer {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    padding-top: 15px;
    z-index: 99;
    height: calc(100vh - 220px);
    min-height: 350px;
}

.navigation > ul > li:hover .sub_nav_outer {
    display: block;
}

.sub_nav_hd {
    background: #f9fbfc;
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #d6e2f0;
    margin-top: -16px;
}

    .sub_nav_hd h4 {
        margin: 0;
        padding: 0;
        font-size: 30px;
    }

.sub_nav_main {
    padding: 0px;
    border-radius: 0 0 20px 20px;
}

    .sub_nav_main > ul {
        position: relative;
    }

    .sub_nav_main ul {
        width: 330px;
        text-align: left;
        padding: 0 0px;
        position: absolute;
        height: 100%;
    }





        .sub_nav_main ul li a {
            display: flex;
            border-bottom: 1px solid #d6e2f0;
            font-size: 16px;
            color: #000;
            padding: 15px 10px;
            align-items: center;
            background: #fff;
            box-shadow: 10px 10px 10px #08080847;
        }


            .sub_nav_main ul li a span {
                width: 90%;
            }

            .sub_nav_main ul li a .ubermenu-sub-indicator {
                margin-bottom: 0px !important;
                transform: rotate(-90deg);
            }


        /*        .sub_nav_main ul li ul {
            position: absolute;
            left: 330px;
            top: 0;
            opacity: 0;
            visibility: hidden;
            bottom: 0;
        }*/

        .sub_nav_main ul li ul {
            position: fixed;
            margin-left: 330px;
            top: 204px;
            opacity: 0;
            visibility: hidden;
            bottom: 0;
            max-height: 386px;
            overflow-y: auto;
        }

    .sub_nav_main > ul > li:hover > ul,
    .sub_nav_main > ul > li > ul > li:hover > ul,
    .sub_nav_main > ul > li > ul > li > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
    }

    .sub_nav_main > ul > li:hover > a, .sub_nav_main > ul > li > ul > li:hover > a, .sub_nav_main > ul > li > ul > li > ul > li:hover > a,
    .sub_nav_main > ul > li > ul > li > ul > li > ul > li:hover > a {
        border-bottom: 1px solid #d9899e;
        color: #d9899e;
    }











.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block !important;
    padding: 4px;
    vertical-align: middle;
    margin-left: 5px;
}

.navigation > ul > li:hover a .arrow {
    border: solid #d9899e;
    border-width: 0 3px 3px 0;
}


.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: #d9899e;
    margin: 5px 0;
    transition: 0.4s;
}

.scroll-hidden .headerRight::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.iphonNav .logo,
.iphonNav .loginInfoHead {
    display: none !important;
}

.header-mobile-box {
    display: none;
}

.menu-main {
    width: 100%;
}


.search-txt {
    display: none;
}


.hdrtopbr li:nth-child(1) img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(289deg) brightness(101%) contrast(103%);
    margin-top: -4px;
    margin-right: 4px;
}

.hdrtopbr li:nth-child(2) a:hover {
    color: #fff;
}

header {
    transition: all ease-in 0.2s;
}


.stickyheader {
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all ease-in 0.2s;
}

    .stickyheader .logo-mob-view img {
        max-width: 60px;
    }


    .stickyheader .navigation ul li a i {
        display: none;
    }

    .stickyheader .logo-desktop-view {
        display: none;
    }

.logo-mob-view {
    display: none;
}

.stickyheader .logo-mob-view {
    display: block;
    position: relative;
    top: 10px;
}


.stickyheader {
    border-bottom: 1px solid #d9899e;
}

    .stickyheader .navtwo .main-sub-ul li a i {
        display: block;
    }

    .stickyheader .navigation > ul > li i {
        margin-bottom: 0;
    }

    .stickyheader .sub_nav_main ul li ul {
        top: 140px;
    }


@media screen and (max-width:1600px) {
    .nav-bar {
        padding: 17px 0;
    }

    .logo img {
        max-width: 200px;
    }

    .navigation ul li i img {
        max-width: 50px;
    }

    .navigation ul li i {
        margin-bottom: 5px;
    }

    .navigation ul li a {
        font-size: 16px;
    }

    .hdrtopbr li a,
    .hdrtopbr li select,
    .hdrtopbr .btn-enquiry {
        font-size: 14px;
    }

    .stickyheader .sub_nav_main ul li ul {
        top: 118px;
    }

    .sub_nav_main ul li ul {
        top: 169px;
    }
}


@media screen and (max-width:1440px) {

    /*menu-css*/
    .sub_nav_main ul li ul {
        margin-left: 308px;
    }

    .sub_nav_main ul {
        width: 308px;
        padding: 0 0px;
    }
    /*menu-css*/
}

@media screen and (max-width:1340px) {

    .form-search-btn img {
        display: none;
    }

    .search-txt {
        display: block;
        color: #fff;
    }


    /*menu-css*/
    .sub_nav_main ul li ul {
        margin-left: 294px;
        top: 167px;
    }

    .sub_nav_main ul {
        width: 294px;
        padding: 0 0px;
    }
    /*menu-css*/

}

@media screen and (max-width:1199px) {
    .hdrtopbr li {
        margin-right: 25px;
    }



    /*menu-css*/
    .sub_nav_main ul li ul {
        margin-left: 225px;
    }

    .sub_nav_main ul {
        width: 225px;
        padding: 0 0px;
    }

    .sub_nav_hd h4 {
        font-size: 20px;
    }

    .sub_nav_main ul li a span {
        font-size: 14px;
    }

    .sub_nav_main ul li a {
        padding: 12px 10px;
    }
    /*menu-css*/


}

@media screen and (max-width:991px) {
    .hdrtopbrinner {
        flex-direction: column;
    }

        .hdrtopbrinner ul {
            margin: 0 auto;
        }

    .hdrtopbrsearch .form-control {
        background-position: 99% center;
        width: 95%;
        margin: 10px auto 0 auto;
    }

    .hdrtopbrsearch {
        width: 100%;
    }

    .hdrtopbr li:last-child {
        margin-right: 0px;
    }

    .logo img {
        max-width: 190px;
    }

    .hdrtopbr li {
        margin-right: 22px;
    }

    .navigation ul li i img {
        max-width: 45px;
    }

    .navigation ul li i {
        margin-bottom: 5px;
    }

    .nav-bar {
        padding: 20px 0 15px 0;
    }


    .hdrtopbrsearch .search-btn {
        right: 33px;
        top: 40%;
    }

    /*menu-css*/
    .stickyheader .sub_nav_main ul li ul {
        top: 168px;
    }

    .sub_nav_main ul li ul {
        margin-left: 190px;
        top: 215px;
    }

    .sub_nav_main ul {
        width: 190px;
        padding: 0 0px;
    }

        .sub_nav_main ul li a span {
            font-size: 14px;
        }
        /*menu-css*/

        .sub_nav_main ul li a span {
            width: 100%;
            display: inline-block;
        }
}



@media screen and (max-width:767px) {
    .iphonNav .logo {
        display: block;
    }

    .logo {
        display: block;
        position: static;
    }

        .logo img {
            max-width: 140px;
        }

    .menuImage {
        margin: 0;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
    }

        .menuImage > img {
            height: auto;
            width: 100%;
        }

    .iphon_navigation {
        background: #fff;
        border-radius: 0;
        bottom: 0;
        display: block !important;
        left: -260px;
        margin: 0 !important;
        position: fixed;
        text-shadow: none;
        top: 0;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transform: translateX(-100%);
        width: 260px;
        z-index: 9999;
        padding: 15px !important;
        overflow-y: auto;
        height: 100% !important;
    }

    .nav-open {
        left: 0 !important;
        transform: translateX(0);
    }

    .iphon_navigation.nav-open {
        display: block !important;
    }

    .iphon_navigation ul {
        margin: 20px 0 0 0;
    }

        .iphon_navigation ul li {
            display: block;
            list-style: none outside none;
            margin: 0;
            padding: 0;
            text-align: left;
            width: 100%;
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        }

            .iphon_navigation ul li:first-child {
                border-top: none;
            }

            .iphon_navigation ul li a img {
                max-width: 30px;
                margin-right: 11px;
            }


    .parentMenuActive > div.subItem, .parentMenu.active .subItem {
        width: 20px;
        height: 11px;
        position: absolute;
        right: 0;
        top: 21px;
        background: url(../png/menu-arrowup.png) no-repeat center !important;
        background-size: 12px !important;
        cursor: pointer;
    }



    .parentMenu > div.subItem {
        background: url(../png/menu-agrrowdown.png) no-repeat scroll center center transparent;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 21px;
        width: 20px;
        height: 11px;
        background-size: 12px;
    }



    /*menu-css*/
    .iphon_navigation ul {
        width: 100%;
        position: static;
        margin-top: 0px;
        padding: 0px;
        height: auto;
        min-height: inherit;
    }

    .iphon_navigation .parentMenu a .arrow.down, .iphon_navigation .parentMenu .ubermenu-sub-indicator {
        display: none !important;
    }

    .sub_nav_hd h4 {
        font-size: 20px;
        padding: 12px 10px;
    }

    .iphon_navigation .sub_nav_hd {
        display: none;
    }


    .sub_nav_main > ul {
        width: 100%;
        display: block !important;
    }

    .sub_nav_main ul li ul {
        left: 0;
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
        top: 100%;
        max-height: inherit;
        margin: 0;
    }

    .iphon_navigation ul ul ul li a:hover {
        color: #d9849b !important;
    }

    .parentMenuActive .iphon_navigation ul {
        display: block;
    }


    .sub_nav_main {
        min-height: inherit;
        overflow-y: hidden;
        overflow-x: hidden;
    }

        .sub_nav_main.parentMenu > .subItem {
            display: none !important;
        }


        .parentMenuActive a, .sub_nav_main > ul > li:hover > a, .sub_nav_main > ul > li > ul > li:hover > a, .sub_nav_main > ul > li > ul > li > ul > li:hover > a, .sub_nav_main > ul > li > ul > li > ul > li > ul > li:hover > a {
            font-weight: bold;
        }

    .iphon_navigation .logo {
        margin-bottom: 10px;
    }
    /*menu-css*/






    .iphon_navigation > ul > li > a {
        color: #000;
        display: block;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 20px;
        list-style: none outside none;
        margin: 0;
        padding: 15px 0;
        text-decoration: none;
        overflow: hidden;
        font-weight: normal;
        border-bottom: 1px solid #d6e2f0;
    }

    .sub_nav_main ul li a span {
        font-weight: 400;
    }

    .iphon_navigation ul li a br {
        display: none;
    }

    .iphon_navigation ul li:last-child a {
        margin: 0;
    }

    .iphon_navigation ul ul ul li a:hover {
        color: #fff;
        text-shadow: inherit;
        text-decoration: none;
    }

    .loginInfoHead {
        display: none !Important;
    }

    .iphonNav .logo,
    .iphonNav .loginInfoHead {
        display: block !important;
        text-align: center;
    }

    .iphonNav .loginInfoHead {
        display: block !Important;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 15px;
    }

    .iphonNav .loginBtn {
        margin-right: 0;
        margin-bottom: 15px;
    }

        .iphonNav .loginBtn a {
            font-size: 14px;
            color: #fff;
            padding: 10px;
        }

            .iphonNav .loginBtn a i img {
                display: block;
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
            }

    .arrow {
        margin-top: -7px;
    }

    .navigation ul li:nth-child(3) {
        margin-left: inherit;
    }

    .scroll-hidden .menu-main::after {
        content: "";
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99;
    }

    body.scroll-hidden {
        overflow: hidden;
    }

    .nav-bar {
        padding: 10px 0;
    }

    .hdrtopbr li {
        margin-right: 7px;
    }

        .hdrtopbr li a {
            font-size: 14px;
        }

        .hdrtopbr li select {
            width: 90px;
            font-size: 14px;
        }

    .hdrtopbr .btn-enquiry {
        width: 95px;
    }

    .hdrtopbr .btn-enquiry {
        font-size: 14px;
    }

    .hdrtopbr {
        display: none;
    }

    .logo {
        margin-left: 0;
    }


    .search-block {
        width: 100%;
        position: absolute;
        right: 0;
        left: 0;
        background: #fff;
        top: 66px;
        padding: 10px 15px;
        z-index: 1;
        display: none;
        border-top: solid 1px #dfe6ea;
        box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    }

    .mobile-search-open .search-block {
        display: block;
        z-index: 99;
    }

    .search-block .round-form-control {
        padding-right: 35px;
        height: 44px;
        line-height: 44px;
    }



    .search-btn {
        border: none;
        background: none;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        outline: none !important;
    }

    .mobile-search-open .search-icon-hide {
        display: none;
    }

    .mobile-search-open .close-icon-open {
        display: block;
    }

    .close-icon-open {
        display: none;
    }

    .mobile-search-btn {
        right: 50px;
    }

    .wishlist-box img {
        max-width: 25px;
    }

    .wishlist-box {
        position: absolute;
        right: 90px;
        top: 18px;
    }

    .wishlistnumber {
        background: #d9899e;
        color: #fff;
        width: 17px;
        height: 17px;
        line-height: 18px;
        font-size: 11px;
    }

    .header-mobile-box {
        display: block;
    }

    .enquiry-box {
        position: absolute;
        right: 128px;
        top: 13px;
    }

        .enquiry-box img {
            max-width: 32px;
        }

    .logo img {
        max-width: 140px;
    }


    .sub_nav_outer {
        box-shadow: none;
    }

    .sub_nav_main ul li a {
        box-shadow: none;
    }

    .stickyheader .logo-mob-view {
        display: none;
    }

    .stickyheader .logo-desktop-view {
        display: block;
    }
}

@media screen and (max-width:575px) {
    .hdrtopbrinner ul {
        display: none !important;
    }

    .hdrtopbrsearch .form-control {
        margin: 0px auto 0 auto;
    }
}

/*header*/

/*Main banner*/
.banner,
.bannerSlider .item {
    position: relative;
}

.bannerSlider .owl-stage-outer:after {
    background: url(../png/banner-overlay.png) no-repeat center bottom;
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bannerUper {
    position: absolute;
    right: 90px;
    left: 90px;
    z-index: 9;
    bottom: 65px;
}



.bannerUperInfo .bnrTitleImg {
    color: #fff;
    text-transform: uppercase;
    font-size: 64px;
    background-image: none;
    padding-bottom: 0px;
    font-family: 'Gilda Display';
}

.bannertoptxt {
    color: #fff;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.bannertoptag {
    background: #d9899e;
    padding: 5px;
    letter-spacing: 1px;
}

.bnrTitleImg {
    background: url(../png/banner-title-img.png) no-repeat 70% bottom;
    background-size: auto;
    padding-bottom: 30px;
}



.bannerSlider .owl-nav button.owl-prev {
    background: url(../png/banner-arrow-left.png);
}

.bannerSlider .owl-nav button.owl-next {
    background: url(../png/banner-arrow-right.png);
}

.bannerSlider .owl-nav button.owl-prev,
.bannerSlider .owl-nav button.owl-next {
    width: 46px;
    height: 46px;
    position: relative;
}

.bannerSlider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
}





.banner-search {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

    .banner-search label {
        width: 100%;
        display: flex;
        text-align: left;
        font-size: 14px;
        margin: 0;
        align-items: center;
        line-height: 1;
    }

    .banner-search i {
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
    }

        .banner-search i img {
            display: block;
        }

    .banner-search .form-control {
        background: transparent !important;
        border: none;
        padding: 0 10px;
        padding-left: 24px;
        height: 35px !important;
        cursor: pointer;
    }

    .banner-search .form-group {
        margin-bottom: 0;
        border-right: 1px solid #d6e2f0;
        flex: 0 0 100%;
        max-width: 135px;
        margin-right: 10px;
    }


        .banner-search .form-group.lrgBlock {
            max-width: 235px;
        }

        .banner-search .form-group.mediumBlock {
            max-width: 210px;
        }


    /*banner-search-bar*/

    .banner-search .dropdown-toggle, .banner-search input {
        border: none;
        padding: 0px;
    }

        .banner-search .dropdown-toggle input {
            border: none;
        }

#dropdown-input_propertytype {
    max-width: 130px;
}

.banner-search .dropdown-toggle::after {
    display: none !important;
}

.banner-search input {
    padding: 10px;
}

.banner-search .dropdown-menu input {
    border: 1px solid #ccc;
}

.banner-search .dropdown-menu > input {
    width: 100%;
}

.banner-search .dropdown-menu {
    padding: 10px;
    min-width: 200px;
}

.banner-search .continent, .banner-search .country {
    padding: 5px 0;
    word-wrap: break-word;
    font-size: 16px;
}

.banner-search .clear-icon {
    right: 21px;
    margin-top: -1px;
    cursor: pointer;
}

.banner-search .dropdown-menu .country-search, .banner-search .dropdown-menu .region-search, .banner-search .dropdown-menu .neighbourhood-search {
    width: 100%;
    border-radius: 4px;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #ccc;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.banner-search .form-main {
    padding-bottom: 0px;
}

.banner-search .custom-dropdown input[type=checkbox] {
    margin-left: 5px !important;
}

.banner-search #continent-group div, .banner-search #region-group div {
    display: flex;
    padding: 5px 0;
    flex-wrap: wrap;
    word-break: break-all;
    gap: 0px;
    font-size: 15px;
}

.banner-search #propertytype-group div, .banner-search #propertytype-group div {
    display: flex;
    padding: 5px 0;
    flex-wrap: wrap;
    word-break: break-all;
    gap: 0px;
    font-size: 15px;
}

.banner-search .custom-dropdown input[type=checkbox] {
    width: 20px;
}

.banner-search .custom-dropdown input[type=checkbox] {
    margin-left: 0px !important;
}

.banner-search .region {
    padding: 5px 0;
}

.banner-search .custom-dropdown input[type=checkbox] {
    margin-right: 5px !important;
}

.applyBtn {
    background: #d9899e;
    border-color: #d9899e;
}

.banner-search .clear-icon {
    right: 22px;
    cursor: pointer;
}


.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    text-align: left;
    padding: 5px !important;
}

.daterangepicker td.active.in-range {
    background-color: #d9899e !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #d9899e !important;
}

.daterangepicker select.monthselect {
    width: 70px !important;
    margin: 0 10px !important;
}

.daterangepicker select, .daterangepicker select.form-control {
    background: #fff url(../png/select-arrow.png) no-repeat scroll calc(100% - 6px) center !important;
}

.daterangepicker .drp-buttons .applyBtn {
    background: #d9899e;
    border-color: #d9899e;
}

.daterangepicker td.in-range {
    background-color: #fdf4f7 !important;
}


/*banner-search-bar*/
.form-main {
    width: 100%;
    display: flex;
    padding: 15px 0 10px 0;
    justify-content: space-between;
}


.form-search-btn {
    background: #d9899e;
    min-width: 80px;
}

    .form-search-btn:hover {
        background: #eda2b5;
    }

.bannerSlider .item {
    position: relative;
}

    .bannerSlider .item:after {
        padding-top: 38%;
        display: block;
        content: "";
    }

    .bannerSlider .item img, .bannerSlider .item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }


/*.banner-inner-searchbar img {
    height: 400px;
    object-fit: cover;
}*/
.bannerinner .bannerinnerimgbox.banner-inner-searchbar img {
    height: 400px;
    object-fit: cover;
}

.neighbourhood-item {
    margin-bottom: 10px;
}

.holiday-rightimg img {
    width: 100%;
    height: 288px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 20px;
}

.holiday-rightimg:last-of-type img {
    margin-bottom: 0px;
}

@media screen and (max-width:1630px) {
    .banner-search .form-group {
        max-width: 130px;
    }

        .banner-search .form-group.mediumBlock {
            max-width: 160px;
        }

        .banner-search .form-group.lrgBlock {
            max-width: 190px;
        }

    .banner-search .form-control {
        font-size: 14px;
    }

    .form-main {
        padding: 10px 0;
    }



    .bannerUperInfo .bnrTitleImg {
        font-size: 58px;
    }
}


@media screen and (max-width:1440px) {
    .bnrTitleImg {
        background-position: right bottom;
    }

    .banner-search .form-group.mediumBlock {
        max-width: 135px;
    }

    .banner-search .form-group.lrgBlock {
        max-width: 180px;
    }

    .banner-search .form-group {
        margin-right: 5px;
    }



    .bannerSlider .owl-nav {
        right: 55px;
        left: 55px;
    }


    .bannertoptxt {
        margin-bottom: 10px;
    }







    .bannerUperInfo .bnrTitleImg {
        font-size: 50px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1340px) {
    .banner-search .form-group.mediumBlock {
        margin-bottom: 0;
        border-right: 1px solid #d6e2f0;
        flex: 0 0 33.33%;
        max-width: 33.33% !important;
        border-bottom: 1px solid #d6e2f0;
        margin-right: 0px !important;
        padding: 15px 15px 0px 15px;
    }

    .form-main {
        flex-wrap: wrap;
        padding: 0px;
    }

    .banner-search {
        padding: 0px;
        border: 1px solid #ccc;
    }

        .banner-search .form-group.lrgBlock,
        .banner-search .form-group {
            max-width: 25%;
            margin-right: 0px !important;
            padding: 10px 10px 0px 10px;
            border-bottom: 1px solid #d6e2f0 !important;
        }

        .banner-search form {
            flex-direction: column;
        }

    .form-search-btn {
        background: #d9899e;
        min-width: 80px;
        padding: 10px;
        margin: 8px;
    }

    .bnrTitleImg {
        background: none;
        padding-bottom: 0px;
    }

    .banner-search .form-group.mediumBlock:nth-child(3) {
        border-right: none;
    }

    .bannerUper {
        bottom: 20px;
    }

    .navigation ul li a img {
        max-width: 45px;
    }

    .banner-search .dropdown-toggle input {
        width: 100%;
    }

    #dropdown-input_propertytype {
        max-width: 100%;
    }

    .holiday-rightimg img {
        height: 230px;
    }
}

@media screen and (max-width:1199px) {
    .bannertoptxt {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .bannertoptxt {
        font-size: 17px;
        margin-bottom: 9px;
    }

    .holiday-rightimg img {
        height: 155px;
    }
}

@media screen and (max-width:991px) {

    .bnrTitleImg {
        background-position: right bottom;
        background-size: contain;
    }

    .bannertoptxt {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .bannerUper {
        bottom: 20px;
        position: static;
        background: #f8f8f8;
        padding: 20px 15px;
    }

    .bannerUperInfo .bnrTitleImg,
    .bannertoptxt {
        color: #000;
    }

    .bannertoptag {
        color: #fff;
    }

    .bnrTitleImg {
        margin-bottom: 20px;
    }



    .bannerUperInfo .bnrTitleImg, .bannertoptxt {
        color: #000;
        line-height: 60px;
    }


    .bannerinner .bannerinnerimgbox.banner-inner-searchbar img {
        height: 200px;
    }
}


@media screen and (max-width:767px) {

    .bannerSlider .owl-nav button.owl-prev,
    .bannerSlider .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        position: relative;
        background-size: contain;
    }

    .bannerSlider .owl-nav {
        right: 15px;
        left: 15px;
    }



    .banner-search .form-group.lrgBlock,
    .banner-search .form-group {
        max-width: 50%;
    }

        .banner-search .form-group.mediumBlock {
            flex: 0 0 50%;
            max-width: 50% !important;
        }

            .banner-search .form-group.mediumBlock:nth-child(3) {
                border-right: 1px solid #d6e2f0;
            }

        .banner-search .form-group:last-child {
            flex: 0 0 100%;
            max-width: 100% !important;
        }

        .banner-search .form-group.mediumBlock:nth-child(2),
        .banner-search .form-group:nth-child(4),
        .banner-search .form-group:nth-child(6) {
            border-right: none;
        }



    .bannerUperInfo .bnrTitleImg {
        font-size: 42px;
        line-height: 50px;
    }

    .holiday-rightimg img {
        height: 250px;
        margin-bottom: 10px;
    }
}


@media screen and (max-width:575px) {
    .bannerUper {
        right: 50px;
        left: 50px;
        bottom: 35px;
    }

    .bannertoptxt {
        font-size: 12px;
    }

    .bnrTitleImg {
        padding-bottom: 0;
        background-image: none;
    }

    .banner-search .form-group,
    .banner-search .form-group.mediumBlock {
        flex: 0 0 100%;
        max-width: 100% !important;
    }

        .banner-search .form-group,
        .banner-search .form-group.mediumBlock,
        .banner-search .form-group.mediumBlock:nth-child(3) {
            border-right: none;
        }

    .bannerUperInfo .bnrTitleImg {
        font-size: 33px;
        line-height: 50px;
    }

    .holiday-rightimg img {
        height: 180px;
    }
}

/*Main banner*/








/*Holiday With Us*/
.holiday-section {
    padding: 70px 0;
    background: #fff;
}

.plan-circle i {
    width: 75px;
    height: 75px;
    border: 1px solid #dfdfdf;
    display: flex;
    margin-right: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}


.plan-list h4 {
    margin-bottom: 10px;
}





@media screen and (max-width:1440px) {
    .holiday-section {
        padding: 50px 0;
    }
}

@media screen and (max-width:1199px) {
    .plan-circle i {
        width: 55px;
        height: 55px;
    }

        .plan-circle i img {
            max-width: 30px;
        }

    .holiday-section h2 br {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .holiday-rightimg img {
        width: 100%;
    }

    .holiday-rightimg {
        margin-right: 20px;
        margin-bottom: 15px;
        width: 50%;
    }

        .holiday-rightimg:last-child {
            margin-right: 0px;
        }
}

@media screen and (max-width:575px) {
    .holiday-section {
        padding: 30px 0;
    }

    .holiday-rightimg {
        margin-bottom: 15px;
    }
}

/*Holiday With Us*/






/*Popular Destinations*/
.destinations-section {
    padding: 60px 0 70px 0;
    background: #fff url(../png/destinationsbg-img.png) no-repeat center center;
    position: relative;
}

    .destinations-section h2 {
        text-align: center;
        margin: 0;
    }

.threedslider-outer {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    position: relative;
}

.Carsol {
    height: 750px;
    -webkit-perspective: 660px;
    -moz-perspective: 660px;
    perspective: 660px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .Carsol .slider-box {
        visibility: hidden;
        width: 427px;
        height: 639px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: grab;
        opacity: 1 !important;
    }

        .Carsol .slider-box:active,
        .Carsol .slider-box.active {
            cursor: grabbing;
        }

        .Carsol .slider-box img {
            width: 100%;
            border-radius: 15px;
            filter: blur(2px);
        }

        .Carsol .slider-box.active img {
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
            filter: inherit;
        }

.text-overlay-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 47%;
    padding: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 40, 86, 1) 100%);
    border-radius: 0 0 15px 15px;
    color: #bfcbcd;
    font-size: 16px;
}

    .text-overlay-box h4 {
        font-size: 30px;
        margin: 0 0 5px;
        color: #fff;
    }

.slider-prc strong {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.text-overlay-box .btn.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    line-height: 46px;
}

    .text-overlay-box .btn.btn-outline img {
        width: auto;
        filter: inherit;
        border-radius: 0;
    }

    .text-overlay-box .btn.btn-outline:hover {
        background-color: #d9899e;
        border: 2px solid #d9899e;
    }


.Carsol-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 9;
}

.Carsol-control-prev,
.Carsol-control-next {
    padding: 0;
    margin: 0;
    cursor: pointer;
    user-select: none;
    width: 46px;
    height: 46px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #d9899e;
}

.Carsol-control-prev {
    background-image: url(../png/prev-arw.png);
    margin-left: -60px;
}

.Carsol-control-next {
    background-image: url(../png/next-arw.png);
    margin-right: -60px;
}



@media only screen and (max-width:1440px) {
    .Carsol-control-prev {
        margin-left: 10px;
    }

    .Carsol-control-next {
        margin-right: 10px;
    }
}

@media only screen and (max-width:1199px) {
    .destinations-section {
        padding: 20px 0 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .Carsol {
        height: 500px;
    }

        .Carsol .slider-box {
            width: 300px;
            height: 450px;
        }

            .Carsol .slider-box.active img {
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            }

    .text-overlay-box {
        padding: 15px;
        font-size: 13px;
    }

        .text-overlay-box h4 {
            font-size: 20px;
            color: #fff;
        }

        .text-overlay-box .btn.btn-outline {
            font-size: 13px;
            height: 40px;
            line-height: 38px;
            padding: 0 12px;
        }

    .destinations-section {
        padding: 0px 0 40px 0;
        ;
    }
}

@media only screen and (max-width: 575px) {

    .destinations-section {
        padding: 10px 0 40px 0;
    }
}

/*Popular Destinations*/




/*Featured Villas*/
.villas-section {
    padding: 65px 0;
    position: relative;
    background: #fff;
}

    .villas-section:before {
        content: "";
        background: #f8f8f8 url(../png/villa-bg.png) top center no-repeat;
        position: absolute;
        height: 53.5%;
        display: block;
        top: 0;
        width: 100%;
        background-size: cover;
    }


.villa-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}


.villa-info {
    padding: 20px;
    border: 1px solid #cdcccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    margin-bottom: 0px;
    background: #fff;
}

    .villa-info p {
        font-size: 14px;
    }


.villaprice {
    margin-bottom: 10px;
}

.villa-info h4 {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .villa-info h4 a {
        color: #000;
    }

        .villa-info h4 a:hover {
            color: #d9899e;
        }

.villaprice span {
    display: block;
    line-height: 15px;
}

.villaprice strong {
    color: #d9899e;
    font-size: 24px;
}


.villa-info .btn img {
    display: inline-block;
    width: inherit;
}


.villaSlider .owl-nav button.owl-prev {
    background: url(../png/villa-prev-arrow.png);
}

.villaSlider .owl-nav button.owl-next {
    background: url(../png/villa-next-arrow.png);
}

.villaSlider .owl-nav button.owl-prev,
.villaSlider .owl-nav button.owl-next {
    width: 46px;
    height: 46px;
    position: relative;
}

.villaSlider .owl-nav {
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    right: -60px;
    left: -60px;
    display: flex;
    justify-content: space-between;
}


.villaSlider .owl-prev span,
.villaSlider .owl-next span {
    display: none;
}




@media screen and (max-width:1440px) {

    .villas-section {
        padding: 50px 0;
    }

    .villaSlider .owl-nav {
        right: 15px;
        left: 15px;
    }

        .villaSlider .owl-nav button.owl-prev,
        .villaSlider .owl-nav button.owl-next {
            background-color: #fff;
            border-radius: 100px;
        }
}






@media screen and (max-width:991px) {
    .villaSlider .owl-nav {
        display: inline-flex !important;
    }

        .villaSlider .owl-nav button.owl-prev,
        .villaSlider .owl-nav button.owl-next {
            width: 35px;
            height: 35px;
            background-size: contain;
        }

    .villaSlider .owl-nav {
        top: 30%;
        transform: translateY(-30%);
    }
}





@media screen and (max-width:575px) {

    .villas-section {
        padding: 30px 0;
    }
}

/*Featured Villas*/


/*About Us*/
.about-section {
    padding-bottom: 40px;
    padding-top: 10px;
    background: #fff;
}

    .about-section p strong {
        color: #d9899e;
    }

.aboutimgbottom {
    text-align: right;
}

    .aboutimgbottom img {
        margin-top: -220px;
    }

@media screen and (max-width:991px) {
    .about-section {
        padding: 0px 0 50px 0;
    }

    .aboutimgtop {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .aboutimgbottom {
        display: none;
    }

    .aboutimgtop {
        text-align: center;
    }
}

@media screen and (max-width:575px) {
    .about-section {
        padding: 0px 0 30px 0;
    }
}

/*About Us*/

/*Blog*/
.blog-section {
    background: #f8f8f8 url(../png/blog-bg.png) center bottom no-repeat;
    padding: 65px 0;
}

.blog-top p {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.cardImg img {
    border-radius: 15px;
}

.cardInfo li {
    border-right: 1px solid #8d8e8e;
    margin-right: 6px;
    padding-right: 6px;
    font-size: 14px;
}

    .cardInfo li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    .cardInfo li strong {
        color: #d9899e;
    }

.cardInfo h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .cardInfo h4 a {
        color: #000;
    }

        .cardInfo h4 a:hover {
            color: #d9899e;
        }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fade-in.one {
        animation-delay: 0.4s;
    }

    .fade-in.two {
        animation-delay: 1s;
    }

    .fade-in.three {
        animation-delay: 1.4s;
    }

    .fade-in.four {
        animation-delay: 1.8s;
    }

    .fade-in.five {
        animation-delay: 2.2s;
    }

    .fade-in.six {
        animation-delay: 2.6s;
    }

    .fade-in.seven {
        animation-delay: 3s;
    }

    .fade-in.eight {
        animation-delay: 3.4s;
    }

.cardInfo .arrow {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 9px;
}

.blogSlider .owl-item .cardInfo img {
    width: auto !important;
    display: inline-block;
}

.blogSlider .owl-nav {
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    right: -60px;
    left: -60px;
    display: flex;
    justify-content: space-between;
}

    .blogSlider .owl-nav button.owl-prev, .blogSlider .owl-nav button.owl-next {
        width: 46px;
        height: 46px;
        position: relative;
    }

    .blogSlider .owl-nav button.owl-prev {
        background: url(../png/villa-prev-arrow.png);
    }

    .blogSlider .owl-nav button.owl-next {
        background: url(../png/villa-next-arrow.png);
    }



@keyframes slide1 {

    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

@media screen and (max-width:1440px) {
    .blog-section {
        padding: 50px 0;
    }

    .blogSlider .owl-nav {
        right: 15px;
        left: 15px;
    }

        .blogSlider .owl-nav button.owl-prev, .blogSlider .owl-nav button.owl-next {
            background-color: #fff;
            border-radius: 100px;
        }
}

@media screen and (max-width:991px) {
    .cardInfo li {
        font-size: 10px;
    }
}

@media screen and (max-width:767px) {
    .blogcard {
        max-width: 420px;
        margin: 0 auto 30px;
    }

    .blog-section {
        padding: 50px 0;
        background-size: contain;
        background-position: center;
    }

    .cardInfo li {
        font-size: 14px;
    }

    .blogSlider .blogcard {
        max-width: 100%;
    }
}

@media screen and (max-width:575px) {
    .blog-section {
        padding: 30px 0;
    }

    .blogcard {
        margin: 0 auto 20px;
    }
}

/*Blog*/


/*Footer*/



.ftNav ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
}

    .ftNav ul li a {
        color: #000;
        font-size: 14px;
    }

        .ftNav ul li a:hover {
            color: #000;
        }

    .ftNav ul li:last-child {
        margin-bottom: 0px;
    }

    .ftNav ul li:before {
        content: '';
        background: url(../png/right-arrow.png) no-repeat;
        width: 13px;
        height: 13px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 4px;
    }

.topfooter {
    padding: 50px 0;
    border-top: 1px solid #f5f5f5;
    background: #fff;
}

.bottomfooter {
    padding: 20px 0;
    background: #f2dce0;
    text-align: center;
}

    .bottomfooter a {
        color: #737575;
    }

        .bottomfooter a:hover {
            text-decoration: underline;
        }

    .bottomfooter span {
        color: #737575;
    }

.contactInfo {
    margin-bottom: 10px;
}

    .contactInfo i {
        margin-right: 14px;
    }

.contactInfoRight a {
    color: #737575;
    font-size: 14px;
}

.socialLinks li,
.Linksicon li {
    margin: 0 5px;
}

    .socialLinks li:first-child,
    .Linksicon li:first-child {
        margin-left: 0px;
    }

    .socialLinks li a {
        width: 30px;
        height: 30px;
        background-color: #f2dce0;
        color: #d9899e;
        display: block;
        line-height: 30px;
        font-size: 16px;
        border-radius: 50px;
    }

.x-twitter img {
    margin-top: -2px;
    max-width: 14px;
}

.socialLinks i {
    line-height: 30px;
}

    .socialLinks i.fab:hover {
        color: #000;
    }

    .socialLinks i img:hover {
        filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(102%) contrast(105%);
    }

.socialLinks {
    padding: 0px;
}



@media screen and (max-width:1440px) {
    .bottomfooter span {
        font-size: 12px;
    }

    .bottomfooter {
        padding: 10px 0;
    }
}




@media screen and (max-width:1199px) {
    .topfooter {
        padding: 40px 0;
    }

    .contactInfo i img {
        max-width: 20px;
    }

    .contactInfo i {
        margin-right: 5px;
    }
}

@media screen and (max-width:991px) {

    .ftNav ul li {
        margin-bottom: 15px;
    }

    .bottomfooter span {
        font-size: 12px;
    }
}

@media screen and (max-width:575px) {
    .topfooter {
        padding: 30px 0;
    }

    .bottomfooter a {
        font-size: 13px;
    }

    .bottomfooter {
        padding: 15px 0;
    }

        .bottomfooter span {
            font-size: 10px;
        }
}

/*Footer*/

/*Subscribe*/
.subscribe-box {
    position: fixed;
    left: 0;
    top: 43%;
    z-index: 99;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
    -ms-transform: rotate(-90deg) translate(-50%, 0);
    transform: rotate(-90deg) translate(-50%, 0);
    padding: 16px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #d9899e;
    padding: 5px 30px;
}

.subscribe-box-btn span {
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
}

.subscribe-box-btn img {
    transform: rotate(90deg);
    margin-bottom: 5px;
}


@media screen and (max-width:1440px) {
    .subscribe-box {
        top: 43%;
    }

    .subscribe-box-btn span {
        font-size: 16px;
    }
}

@media screen and (max-width:1199px) {
    .subscribe-box {
        top: 50%;
    }

    .subscribe-box {
        padding: 5px 22px;
    }

    .subscribe-box-btn img {
        max-width: 20px;
    }

    .subscribe-box-btn span {
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    .subscribe-box {
        top: 50%;
    }
}

@media screen and (max-width:767px) {
    .subscribe-box {
        top: 60%;
    }
}


@media screen and (max-width:575px) {
    .subscribe-box {
        top: 55%;
    }
}

/*Subscribe*/




/*--------------Listing page---------------------*/


/*Breadcrumb*/
.breadcrumb-section {
    background-color: #f8f8f8;
}

    .breadcrumb-section .breadcrumb {
        text-align: center;
        margin-bottom: 30px;
        background-color: #f8f8f8;
        padding: 18px 0;
        justify-content: center;
    }

        .breadcrumb-section .breadcrumb li {
            display: inline-block;
            font-size: 14px;
            font-weight: 300;
        }

        .breadcrumb-section .breadcrumb a {
            font-size: 14px;
            color: #000;
            font-weight: 400;
        }

        .breadcrumb-section .breadcrumb li:last-child {
            color: #d9899e;
            font-weight: 600;
        }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

/*Breadcrumb*/

/*Bannerinner*/
.bannerinner .bnrTitleImg {
    background: url(../png/banner-inner.png) no-repeat 58% bottom;
    padding-bottom: 30px;
}

.bannerinnerimgbox,
.bannerinner {
    position: relative;
}

    .bannerinnerimgbox img {
        width: 100%;
    }

    .bannerinnerimgbox:after {
        background: url(../png/innerbanner-overlay.png) no-repeat center bottom;
        background-size: cover;
        position: absolute;
        content: "";
        display: block;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

.bannerinfomain {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
}

.bannerinner.atol-protection .bnrTitleImg {
    background-position: 62% bottom;
}

@media screen and (max-width:1600px) {
    .bannerinner.atol-protection .bnrTitleImg {
        background-position: 60% bottom;
    }
}

@media screen and (max-width:991px) {
    .bannerinner .bnrTitleImg {
        background: none;
        padding-bottom: 0px;
    }

    .breadcrumb-section .breadcrumb {
        margin-bottom: 25px;
    }
}

/*Bannerinner*/



/*villa-listing section*/
.villalistcard {
    padding: 10px;
    box-shadow: 0px 0px 40px #d9d9d9;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}

.listcardSlider {
    position: relative;
}

    .listcardSlider .owl-item img {
        border-radius: 10px;
        height: 320px;
        object-fit: cover;
    }

.list-view .listcardSliderimg img {
    height: 100%;
    object-fit: cover;
    min-height: 220px;
}

.listcardSlideruper {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.listcardSlider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    left: 10px;
    display: flex;
    justify-content: space-between;
}


    .listcardSlider .owl-nav button.owl-prev {
        background: url(../png/listsliderarrowleft.png);
    }

    .listcardSlider .owl-nav button.owl-next {
        background: url(../png/listsliderarrowright.png);
    }

    .listcardSlider .owl-nav button.owl-prev,
    .listcardSlider .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
        position: relative;
        background-size: contain;
    }

.wishlisttag {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    flex: none;
}

.wishlisttagfill {
    background: #d9899e;
}

.wishlisttag .fa-heart {
    font-size: 20px;
    color: #fff;
    margin-top: 2px;
}

.listsmalltxt {
    font-size: 16px;
    color: #000;
}

.listcardtitle {
    font-size: 35px;
    font-family: 'Gilda Display';
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .listcardtitle a {
        color: #000;
    }

        .listcardtitle a:hover {
            color: #d9899e;
        }

.detaillist {
    line-height: 1.2;
}

    .detaillist small {
        font-size: 12px;
    }

.listcardnumber {
    font-weight: 700;
    font-size: 14px;
}

.listcardinfo {
    padding: 20px 15px;
}

.underline {
    border-bottom: 1px solid #f2dce0;
    margin: 25px 0;
}

.explore-bx-now .villaprice span {
    font-size: 14px;
}

.explore-bx-now .villaprice {
    line-height: 1.2;
    margin-bottom: 0;
}


.villalistcarduper {
    margin-bottom: 30px;
}

.sortbyebx .form-group-input {
    margin-right: 15px;
}

.sortbyebx select {
    border: 1px solid #cdcccc;
    border-radius: 5px;
    padding-left: 10px;
    height: 50px;
    background: #fff url(../png/select-arrow.png) no-repeat scroll calc(100% - 10px) center !important;
}

.sortbyebx {
    width: 285px;
    margin-left: 20px;
    margin-right: 10px;
}

.agent-my-enquiries .hdrtopbrsearch {
    margin-right: 15px;
}

.sorttxt {
    width: 80px;
    margin-right: 10px;
}

.filter-btn {
    margin: 0 10px;
    width: 150px;
    background: #d9899e url(../png/hdrtopbr-arrow.png) no-repeat scroll calc(100% - 15px) center !important;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    line-height: 50px;
    padding-left: 20px;
}

    .filter-btn:hover {
        color: #fff;
    }

    .filter-btn i {
        margin-right: 10px;
    }

.pagination {
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.page-link {
    border: none;
    color: #d9899e;
    padding: 6px 13px;
    margin: 0px;
    background: transparent;
}

.page-item.active .page-link {
    background: #d9899e;
    border-radius: 5px;
}

.page-link:focus {
    box-shadow: none;
}

.page-link:hover {
    background: transparent;
    color: #000;
}

.page-item.disabled .page-link {
    background: transparent;
}

.pagination li {
    margin: 0 5px;
}

.total-box {
    color: #737575;
}

.pagination .arrow {
    border: solid #d9899e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: -3px;
}

.pagination .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.page-prev, .page-next {
    display: inline;
}

.pagination .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.pagination .page-link:hover .arrow {
    border: solid #9a9a9a;
    border-width: 0 2px 2px 0;
}

.pagination .disabled .arrow {
    border: solid #9a9a9a;
    border-width: 0 2px 2px 0;
}

.listing-row-outer {
    position: relative;
}

.listing-strip-top {
    position: absolute;
    right: -85px;
    top: -70px;
    z-index: -1;
}

.listing-strip-bottom {
    position: absolute;
    left: -85px;
    bottom: -45px;
    z-index: -1;
}




.villalistcarduperrt .location-btn:hover i img {
    transform: translateX(0px) !important;
}

.villalistcarduper {
    position: relative;
}

.country-listing {
    position: relative;
    z-index: 99;
}

.filter-box .villalistcarduper .filter-dropdown {
    display: block;
    overflow-y: scroll;
    max-height: 550px;
    box-shadow: 0px 0px 30px #d7d7d7;
    border-radius: 10px;
}






.villaFilterReset {
    float: right;
}

.btnResetFilter {
    margin: -5px;
}

.villalistcarduper .filter-dropdown {
    position: absolute;
    background: #fff;
    padding: 30px;
    left: 0;
    right: 0;
    top: 70px;
    box-shadow: 0px 0px 30px #ebebeb7a;
    border-radius: 5px;
    display: none;
    z-index: 9999999;
}

.villalistcarduper .filter-title {
    font-size: 30px;
    font-family: 'Gilda Display';
    border-bottom: 1px solid #f2dce0;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.filter-box .villalistcarduper .filter-btn.active {
    background: #d9899e url(../png/hdrtopbr-up-arrow.png) no-repeat scroll calc(100% - 15px) center !important;
}

@media screen and (max-width:1600px) {
    .listcardSlider .owl-item img {
        height: 250px;
        min-height: auto;
    }
}

@media screen and (max-width:1199px) {
    .villalistcarduper .filter-dropdown {
        padding: 20px 25px;
    }
}


@media screen and (max-width:767px) {

    .villalistcarduper .filter-title {
        font-size: 23px;
        margin-bottom: 10px;
    }


    .villalistcarduper .filter-dropdown {
        padding: 20px;
        height: 430px;
        overflow-y: auto;
    }

    .villalistcarduper .filter-dropdown {
        top: 50px;
    }

        .villalistcarduper .filter-dropdown .amenitiesbx {
            margin-bottom: 20px;
        }
}

@media screen and (max-width:575px) {

    .villalistcarduper .filter-dropdown {
        height: 330px;
    }

    .villalistcarduper .amenities-list li {
        width: 100%;
    }

    .page-prev, .page-next {
        display: none;
    }

    .page-item.disabled .page-link, .pagination li:last-child .page-link, .pagination .page-item .paginglogic {
        font-size: 14px;
        padding: 5px 3px;
    }

    .pagination li {
        margin: 0 5px;
    }
}

/*villa-listing section*/

/*list-contactbx section*/





.listcontact {
    padding: 70px 0;
    background: #fff;
}

.listcontactbx {
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8 url(../png/listcontactbg.png) center center no-repeat;
    border-radius: 15px;
    background-size: cover;
}

.ltcontactbx {
    display: flex;
    align-items: center;
}

.listcontacinfo h2 {
    margin-bottom: 0px;
}

.listcontacimg {
    margin-right: 40px;
}

.listcontactbx .btn-custom {
    width: 150px;
}

.villalistcarduperrt .location-btn:hover i img {
    transform: translateX(0px) !important;
}

/*list-contactbx section*/

/*destination-location-outer*/
.destination-location-outer {
    padding: 50px 0 70px;
    background: #f8f8f8 url('../png/map-dots-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 70px;
}

.destination-location-owl .owl-stage {
    display: flex;
}

.destination-location-item-box {
    width: 215px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    height: 435px;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}

    .destination-location-item-box.active {
        width: 575px;
    }

.destination-location-owl .item-desc {
    padding: 0 24px 12px;
    white-space: nowrap;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    display: none;
}

.destination-location-item-box.active:after {
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 40, 86, 0.90) 100%);
}

.destination-location-item-box.active .item-desc {
    transform: none;
    display: flex;
    align-items: end !important;
}

.destination-location-gallery-img {
    border-radius: 10px;
}

.destination-location-hd {
    width: calc(100% - 130px);
    padding-right: 10px;
    white-space: normal;
}

    .destination-location-hd a {
        color: #fff;
        font-size: 30px;
        font-family: "Gilda Display", serif;
    }

.btn-white-outline {
    border: 1px solid #fff;
    height: 50px;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.destination-location-owl .item-desc .btn-white-outline {
    color: #fff;
    width: 130px;
    border-radius: 5px;
}

    .destination-location-owl .item-desc .btn-white-outline:hover {
        background-color: #d9899e;
        border-color: transparent;
    }

.destination-location-subhd {
    font-size: 16px;
    color: #bfcbcd;
}

.destination-location-owl .owl-nav {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10px;
    right: -60px;
    left: -60px;
    display: flex;
    justify-content: space-between;
}

    .destination-location-owl .owl-nav button.owl-prev,
    .destination-location-owl .owl-nav button.owl-next {
        width: 46px;
        height: 46px;
        position: relative;
    }

.destination-location-owl .owl-prev span,
.destination-location-owl .owl-next span {
    display: none;
}

.destination-location-owl .owl-nav button.owl-prev {
    background: url(../png/villa-prev-arrow.png);
}

.destination-location-owl .owl-nav button.owl-next {
    background: url(../png/villa-next-arrow.png);
}

.discover-section .villa-img img {
    min-height: 308px;
    object-fit: cover;
}

.destination-location-hd p {
    margin-bottom: 0px;
    padding: 10px 0 2px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


@media screen and (max-width: 1600px) {

    .listing-strip-top {
        right: -54px;
    }

    .bannerinner .bnrTitleImg {
        font-size: 50px;
        background-size: 30%;
        background-position: 55% bottom;
        padding-bottom: 10px;
    }

    .bannerinner .bannertoptxt {
        margin-bottom: 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {

    .destination-location-owl .owl-nav {
        right: 15px;
        left: 15px;
        z-index: 0;
    }

        .destination-location-owl .owl-nav button.owl-prev,
        .destination-location-owl .owl-nav button.owl-next {
            background-color: #fff;
            border-radius: 100px;
        }

    .listing-strip-top {
        right: 0;
    }

    .destination-location-item-box {
        width: 195px;
    }

        .destination-location-item-box.active {
            width: 485px;
        }

    .listcardtitle {
        font-size: 26px;
    }

    .bannerinnerimgbox {
        min-height: 370px;
        display: flex;
    }

        .bannerinnerimgbox img {
            object-fit: cover;
        }

    .bannerinner .bnrTitleImg {
        font-size: 40px;
    }

    .destination-location-hd a {
        font-size: 28px;
    }

    .sortbyebx select,
    .sorttxt,
    .filter-btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {

    .bannerinner .bannertoptxt {
        margin-bottom: 10px;
    }

    .bannerinner .bnrTitleImg {
        font-size: 32px;
    }

    .villaprice strong {
        font-size: 18px;
    }

    .listcardinfo {
        padding: 20px 0;
    }

    .explore-bx-now .btn-pink-outline {
        font-size: 14px;
        padding: 0 10px;
    }

    .page-link {
        padding: 6px 12px;
    }

    .detaillist small {
        font-size: 11px;
    }


    .listcard-amitines {
        margin-bottom: 0px;
    }

    .underline {
        margin: 20px 0;
    }
}

@media screen and (max-width: 991px) {

    .bannerinnerimgbox {
        min-height: auto;
    }

    .destination-location-owl .owl-nav button.owl-prev,
    .destination-location-owl .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        background-size: contain;
    }

    .destination-location-item-box {
        width: 212px;
    }

    .destination-location-outer {
        padding: 35px 0 60px;
        margin-top: 60px;
    }

    .villa-info {
        padding: 20px 15px;
    }

    .underline {
        margin: 20px 0;
    }

    .listcardinfo {
        padding-bottom: 13px;
    }
}

@media screen and (max-width: 767px) {

    .villalistcarduper,
    .villalistcarduperlt {
        justify-content: center;
    }

        .villalistcarduperlt img {
            max-width: 23px;
        }

    .sortbyebx select, .filter-btn {
        height: 40px;
        line-height: 40px;
    }

    .sortbyebx {
        width: 185px;
        margin-left: 10px;
        font-size: 13px;
    }


    .agent-my-enquiries .sortbyebx {
        width: auto;
        margin-left: 0px;
        font-size: 13px;
    }

    .sorttxt {
        width: 75px;
        margin-right: 5px;
    }


    .agent-my-enquiries .sorttxt {
        display: none;
    }


    .filter-btn {
        width: 90px;
        font-size: 13px;
        padding-left: 10px;
        margin-right: 0;
        margin-left: 0;
    }

        .filter-btn i {
            width: 13px;
            display: none;
        }

    .page-link {
        padding: 4px 10px;
    }

    .listcardtitle {
        font-size: 23px;
    }

    .villalistcarduper {
        margin-bottom: 15px;
    }


    .destination-location-outer {
        padding: 30px 0 50px;
        margin-top: 35px;
    }

    .destination-location-item-box.active {
        width: 400px;
    }

    .destination-location-hd a {
        font-size: 24px;
    }

    .destination-location-hd {
        width: calc(100% - 115px);
    }

    .destination-location-owl .item-desc .btn-white-outline {
        width: 115px;
    }

    .ltcontactbx {
        flex-wrap: wrap;
        text-align: center;
    }

    .listcontactbx {
        padding: 20px 30px;
    }

    .explore-bx-now {
        flex-wrap: wrap;
    }

        .explore-bx-now .villaprice {
            margin-bottom: 0px;
            font-size: 14px;
        }

    .listcard-amitines {
        flex-wrap: wrap;
    }

        .listcard-amitines li {
            width: 33.33%;
            margin-bottom: 5px;
            flex-wrap: wrap;
        }

            .listcard-amitines li i {
                width: 100%;
                margin-right: 0px !important;
            }

            .listcard-amitines li img {
                width: 22px;
            }

    .listcontactbx {
        flex-wrap: wrap;
        justify-content: center;
    }

    .listcontacimg {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .listcontacimg img {
            width: 100px;
        }

    .listcontacinfo {
        width: 100%;
    }

    .listcontact {
        padding: 50px 0;
    }

    .listcardinfo {
        text-align: center;
        padding: 15px 0;
    }

    .listcard-amitines li {
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {

    .destination-location-item-box,
    .destination-location-item-box.active {
        width: 100%;
    }

    .destination-location-hd a {
        font-size: 22px;
    }

    .destination-location-hd {
        width: calc(100% - 95px);
    }

    .destination-location-owl .item-desc .btn-white-outline {
        width: 95px;
        font-size: 13px;
        height: 42px;
    }

    .destination-location-item-box:after {
        position: absolute;
        left: 0;
        border-radius: 10px;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 40, 86, 0.90) 100%);
    }

    .destination-location-owl .item-desc {
        display: flex;
        padding: 0 15px 12px;
    }

    .explore-bx-now {
        padding: 0 15px;
    }
}

/*destination-location-outer*/

/*subscribe modal*/
.modal-backdrop.show {
    opacity: .6;
}

.subscribe-modal {
    top: 150px
}

    .subscribe-modal .modal-dialog {
        max-width: 1175px;
        background-color: #fff;
        border-radius: 10px;
    }

    .subscribe-modal .modal-content {
        flex-direction: inherit;
        border: 0;
    }

.subscribe-left {
    width: 50%;
    text-align: center;
    padding: 35px 40px;
    border-radius: 10px;
    background: #f8f8f8 url('../png/subcribe-strio.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.subscribe-logo {
    margin-bottom: 40px;
    display: block;
}

.subscribe-img-left {
    position: relative;
    left: 20px;
    z-index: 2;
}

    .subscribe-img-left img {
        border: 5px solid #fff;
        border-radius: 100px;
    }

.subscribe-img-right {
    position: relative;
    z-index: 1;
}

    .subscribe-img-right::before {
        position: absolute;
        left: -7px;
        top: -15px;
        background-color: transparent;
        border: 1px solid #d9899e;
        width: 100%;
        height: 100%;
        content: '';
        border-radius: 115px;
        z-index: -1;
    }

    .subscribe-img-right::after {
        position: absolute;
        right: 15px;
        top: 5px;
        background-color: transparent;
        border: 1px solid #d9899e;
        width: 50%;
        height: 100%;
        content: '';
        border-radius: 0 0 0 115px;
        z-index: -1;
    }

.subscribe-right {
    width: 50%;
    padding: 35px 40px;
}

.subscribe-heading-box {
    text-align: center;
}

    .subscribe-heading-box i {
        margin-bottom: 15px;
        display: block;
    }

.subscribe-heading {
    font-size: 46px;
    line-height: 1.2;
    font-family: "Gilda Display", serif;
    margin-bottom: 15px;
}

.subscribe-modal .close {
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

.subscribe-modal .form-group-input {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    height: 50px;
    padding: 5px 18px;
    display: flex;
    align-items: center;
}

    .subscribe-modal .form-group-input i {
        margin-right: 12px;
    }

    .subscribe-modal .form-group-input .form-control {
        border: 0;
        padding: 0;
        height: auto;
    }

.subscribe-modal button.form-control {
    background-color: #d9899e;
    color: #fff;
    width: 195px;
    border: 0;
    margin: 30px auto 30px;
}

    .subscribe-modal button.form-control:hover {
        background-color: #eda2b5;
    }

.subscribe-social-btn {
    gap: 10px;
    justify-content: center;
}

    .subscribe-social-btn a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f2dce0;
        border-radius: 50%;
    }

        .subscribe-social-btn a:hover {
            background-color: #d9899e;
        }

            .subscribe-social-btn a:hover img {
                filter: brightness(0) invert(1);
            }

@media screen and (max-width: 1199px) {

    .subscribe-modal .modal-dialog {
        max-width: 965px;
    }
}

@media screen and (max-width: 991px) {

    .subscribe-modal .modal-dialog {
        max-width: calc(100% - 15px);
    }

    .subscribe-left,
    .subscribe-right {
        padding: 20px;
    }

    .subscribe-heading {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {

    .subscribe-left,
    .subscribe-right {
        width: 100%;
        padding: 30px 20px;
    }

    .subscribe-logo img {
        max-width: 190px;
    }

    .subscribe-modal .close {
        right: 10px;
        top: 10px
    }

    .subscribe-left {
        background-size: contain;
        display: none;
    }
}

/*subscribe modal*/


.villa-numbers {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .villa-numbers img {
        margin-right: 10px;
    }

/*Discover section*/
.discover-section {
    background: #fff;
}

    .discover-section:before {
        background: #f5f5f5 url(../png/discover-bg.png) center center no-repeat;
    }

    .discover-section .owl-dots {
        display: none;
    }

/*Discover section*/

/*Antigua section*/
.antigua-section {
    background: #fff url(../png/antigua-bg.png) center -105px no-repeat;
    padding-bottom: 20px;
}

.antigua-top p {
    max-width: 890px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .antigua-top p a {
        text-decoration: underline;
    }

        .antigua-top p a:hover {
            color: #000;
        }

.antiguavideobx {
    position: relative;
    max-width: 830px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.video-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .video-btn {
        width: 90px;
        height: 90px;
    }
}

/*Antigua section*/

/*--------------Listing page---------------------*/



/*--------------Listing Detail page---------------------*/

.villa-detail-main {
    padding-bottom: 50px;
}

.villa-detail-lt h2 {
    display: flex;
    margin-bottom: 0;
}

.villa-detail-lt p i {
    margin-right: 5px;
}


.villa-detail-rt .btn-custom:hover i img {
    transform: translateX(0px);
}

/* .villa-detail-rt a {
  padding: 0 17px;
} */
.villa-detail-lt .wishlisttag {
    margin-left: 10px;
    margin-top: 7px;
}

.sharebx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 11px;
}

.detail-tabs, .trade-detail-tabs {
    padding: 25px 40px 0 40px;
    background: #f8f8f8;
    border-radius: 10px;
    border-bottom: none;
}



    .trade-detail-tabs .nav-link {
        padding: 0px;
        background: transparent;
    }

    .trade-detail-tabs .nav-link {
        margin-bottom: 15px;
        margin-right: 35px;
        color: #000;
    }

        .trade-detail-tabs .nav-link i img {
            margin-bottom: 10px;
        }


        .detail-tabs .nav-item a i, .trade-detail-tabs .nav-link i {
            display: block;
            text-align: center;
        }

.villa-detail-main .detail-tabs li, .villa-detail-main .trade-detail-tabs .nav-link {
    position: relative;
}

.villa-detail-main .detail-tabs > li > a:after, .villa-detail-main .trade-detail-tabs > .nav-link:after {
    content: "";
    border-bottom: 5px solid #d9899e;
    position: absolute;
    display: block;
    width: 0;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease;
    bottom: 0px;
}

.villa-detail-main .detail-tabs > li > a.active:after,
.villa-detail-main .detail-tabs > li > a:hover:after, .villa-detail-main .trade-detail-tabs > .nav-link.active:after,
.villa-detail-main .detail-tabs > li > a:hover:after, .villa-detail-main .trade-detail-tabs > .nav-link:hover:after {
    width: 100%;
}

.travel-sign .btn {
    width: 100%;
    margin-bottom: 20px;
}

.trade-partners-bx .trade-detail-tabs > .nav-link:after {
    bottom: -16px;
}

.trade-partners-bx .trade-detail-tabs > .nav-link:hover, .trade-partners-bx .trade-detail-tabs > .nav-link.active {
    color: #d9899e !important;
}



    .trade-partners-bx .trade-detail-tabs > .nav-link:hover i img, .trade-partners-bx .trade-detail-tabs > .nav-link.active i img {
        filter: brightness(0) saturate(100%) invert(70%) sepia(8%) saturate(2011%) hue-rotate(296deg) brightness(89%) contrast(91%);
    }


.detail-banner img,
.detail-small-banner img {
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}

.detail-banner {
    height: 100%;
}

    .detail-banner img {
        width: 100%;
    }


.villa-detail-main .detail-banner a img {
    height: 545px;
    object-fit: cover;
}



.detail-small-banner img {
    margin-bottom: 30px;
    width: 100%;
}

.detail-small-banner .villa-detail-img {
    width: 100%;
    object-fit: cover;
    height: 257px;
}


.detail-small-banner {
    position: relative;
}

    .detail-small-banner .video-btn img {
        width: auto;
        height: auto;
        border-radius: 0px;
        max-width: 17px;
        margin-bottom: 0px;
    }

.photo-btn {
    position: absolute;
    right: 30px;
    bottom: 20px;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 9;
}

    .photo-btn:hover {
        color: #fff;
    }

    .photo-btn i {
        margin-left: 10px;
    }

    .photo-btn img {
        width: auto;
        margin-bottom: 0px;
        border-radius: 0px;
    }

.detail-small-banner .video-btn {
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
}

.villa-detailimg {
    position: relative;
}

    .villa-detailimg a::after {
        background: url(../png/villa-detail-overlay.png) no-repeat center bottom;
        position: absolute;
        content: "";
        display: block;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-size: cover;
        border-radius: 15px;
    }



.detail-tabs .nav-link {
    padding: 0px;
    margin-bottom: 15px;
}

.detail-tabs .nav-item {
    margin-bottom: 0px;
    margin-right: 35px;
}

    .detail-tabs .nav-item:last-child {
        margin-right: 0px;
    }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 1px solid transparent;
    background: transparent;
    padding: 0px;
}

.detail-tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.tab-pane {
    padding: 24px 0;
}

.detail-tabs .nav-item a i {
    display: block;
    text-align: center;
}

    .detail-tabs .nav-item a i img {
        margin-bottom: 10px;
    }


.villa-detail-upper {
    margin-bottom: 20px;
}

.villa-detail-main .detail-tabs li {
    position: relative;
}

.villa-detail-main .detail-tabs > li > a:after {
    content: "";
    border-bottom: 5px solid #d9899e;
    position: absolute;
    display: block;
    width: 0;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease;
    bottom: 0px;
}

.villa-detail-main .detail-tabs > li > a.active:after,
.villa-detail-main .detail-tabs > li > a:hover:after {
    width: 100%;
}

.villa-detail-main .detail-tabs > li > a,
.villa-detail-main .detail-tabs > li > a {
    color: #000;
}

    .villa-detail-main .detail-tabs > li:hover > a,
    .villa-detail-main .detail-tabs > li > a.active {
        color: #d9899e !important;
    }

        .villa-detail-main .detail-tabs > li:hover i img,
        .villa-detail-main .detail-tabs > li > a.active i img {
            filter: brightness(0) saturate(100%) invert(70%) sepia(8%) saturate(2011%) hue-rotate(296deg) brightness(89%) contrast(91%);
        }

.villa-detail-top-bx {
    position: relative;
}

    .villa-detail-top-bx:before {
        content: "";
        position: absolute;
        display: block;
        width: 265px;
        border-radius: 5px 5px 0 0;
        transition: all 0.3s ease;
        background: url(../png/listing-branch-strip.png) no-repeat center;
        height: 185px;
        top: 16px;
        right: -80px;
    }


    .villa-detail-top-bx:after {
        content: "";
        position: absolute;
        display: block;
        width: 265px;
        border-radius: 5px 5px 0 0;
        transition: all 0.3s ease;
        background: url(../png/listing-branch-strip.png) no-repeat center;
        height: 185px;
        left: -100px;
        bottom: -69px;
        z-index: -9;
    }

.villa-detail-lt {
    width: calc(100% - 420px);
}

.villa-detail-lt-new {
    width: calc(100% - 456px);
}

    .villa-detail-lt-new h2 {
        display: flex;
    }

    .villa-detail-lt-new h1 {
        display: flex;
        font-size: 55px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

    .villa-detail-lt-new a {
        margin-left: 5px;
        margin-top: 5px;
    }


.villa-detail-rt {
    max-width: 420px;
}

.villa-detail-lt h2 {
    display: flex;
    margin-bottom: 0;
    word-break: break-word;
}

.VillaRate {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}

.rateinfo p {
    margin-bottom: 10px;
}



@media only screen and (max-width: 1199px) {
    .villa-detail-main .detail-banner a img {
        height: 428px;
    }
}



@media only screen and (max-width: 991px) {
    .sharebx {
        justify-content: center;
    }
}



/*overview tab*/
.villa-detail-main h3 {
    margin-bottom: 8px;
}

.overview-title {
    font-size: 20px;
    font-family: 'Gilda Display';
}

.overview-bx a {
    text-decoration: underline;
}

.overview-bx p {
    margin-bottom: 15px;
}

.overview-bx h2 {
    font-size: 30px;
    margin: 5px 0 5px;
}

.overview-bx h3 {
    font-size: 25px;
    margin: 5px 0 5px;
}
/*overview tab**/
/*amenities tab*/
/*.amenities-list {
  display: flex;
  flex-wrap: wrap;
}

.amenities-list li {
  width: 33%;
  margin-bottom: 20px;
}

.amenities-list li a {
  color: #000;
}

.amenities-list li i {
  margin-right: 5px;
}*/
/* For both .amenities-list and .remaining-amenities-list (ul elements) */
.amenities-list, .remaining-amenities-list {
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px; */ /* Adds gap between items */
    gap: 4px;
}

    /* For li elements inside .amenities-list and .remaining-amenities-list */
    .amenities-list li, .remaining-amenities-list li {
        width: 33%; /* Makes each item take 33% of the width */
        margin-bottom: 20px; /* Adds spacing between items vertically */
        box-sizing: border-box; /* Ensures padding and margin are included in width calculation */
    }

        /* For anchor tags inside li elements */
        .amenities-list li a, .remaining-amenities-list li a {
            color: #000; /* Set text color for the links */
            text-decoration: none; /* Optional: remove underline */
        }

        /* For icons inside li elements */
        .amenities-list li i, .remaining-amenities-list li i {
            margin-right: 5px; /* Adds space between the icon and the text */
        }

.remaining-inclusion-list {
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px; */ /* Adds gap between items */
    gap: 4px;
}

    /* For li elements inside .amenities-list and .remaining-amenities-list */
    .remaining-inclusion-list li {
        width: 33%; /* Makes each item take 33% of the width */
        margin-bottom: 20px; /* Adds spacing between items vertically */
        box-sizing: border-box; /* Ensures padding and margin are included in width calculation */
    }

        /* For anchor tags inside li elements */
        .remaining-inclusion-list li a {
            color: #000; /* Set text color for the links */
            text-decoration: none; /* Optional: remove underline */
        }

        /* For icons inside li elements */
        .remaining-inclusion-list li i {
            margin-right: 5px; /* Adds space between the icon and the text */
        }



.inclusions-title {
    font-size: 20px;
    font-family: 'Gilda Display';
    margin-bottom: 10px;
}

.amenitiesbx .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    margin-top: 10px;
}

/*amenities tab*/


/*map tab*/
.map-bx img {
    border-radius: 10px;
}

/*map tab*/

/*rate tab*/
.ratecard {
    border: 1px solid #f2dce0;
    border-radius: 10px;
    text-align: center;
    padding: 25px 10px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .ratecard:hover {
        box-shadow: rgba(217, 137, 158, 0.15) 0px 8px 24px;
        border: 1px solid #fff;
    }


.ratemain h3 {
    margin-bottom: 18px;
}

.calendar-bx a {
    display: inline-block;
    background: #f7e7ec;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
}

.calendar-bx {
    margin-bottom: 10px;
}

.listcard-amitines {
    margin-bottom: 12px;
}

.call-link {
    font-weight: 700;
    color: #d9899e;
    text-decoration: underline;
}

.rateinfo .detaillist {
    text-align: left;
}

.rateinfo h4 {
    margin-bottom: 10px;
}

    .rateinfo h4 a {
        color: #000;
    }

.rateinfo a:hover {
    color: #d9899e;
}

.rateinfo .listcard-amitines {
    justify-content: center;
}



.notebx p {
    margin-bottom: 0px;
}

.notebx {
    background: #f8f8f8;
    padding: 20px 25px;
    border-radius: 10px;
}

    .notebx .note-title {
        font-weight: 500;
        color: #000;
        font-size: 14px;
        margin-bottom: 2px;
    }

    .notebx p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.4;
        color: #000;
    }

.rateinfo p {
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*rate tab*/


/*availability tab*/
.availbx {
    margin-bottom: 20px;
}

    .availbx li {
        position: relative;
        margin-right: 20px;
    }

        .availbx li a {
            padding-left: 20px;
            color: #000;
        }

        .availbx li:first-child a::before {
            background: #e44178;
        }

        .availbx li a::before {
            content: "";
            width: 12px;
            height: 12px;
            background: #fff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            border-radius: 10px;
            border: solid 2px #d9d9d9;
        }

.availcalendarbx {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 25px;
}


/*availability tab*/



/*enquire section*/



.enquirebx {
    padding: 20px 25px;
    border: 1px solid #cdcccc;
    border-radius: 15px;
    background: #fff;
}

    .enquirebx .underline {
        margin: 15px 0;
    }

.detail-tab-content {
    background: #fff;
}

.enquiretitle {
    font-size: 35px;
    font-family: 'Gilda Display';
}

.enquiretitle-mini {
    font-size: 15px !important;
    font-family: 'Gilda Display';
    color: red;
    font: small-caption;
    padding-bottom: 20px;
    text-align: left;
}

.enquiretotal ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f2dce0;
    padding: 0;
    border-radius: 5px;
    text-align: right;
}

    .enquiretotal ul li {
        width: 50%;
        padding: 12px 15px;
        border-bottom: 1px solid #f2dce0;
        text-align: left;
        border-right: 1px solid #f2dce0;
        font-size: 14px;
    }

        .enquiretotal ul li:nth-last-child(odd) {
            border-right: none;
            text-align: right;
        }

        .enquiretotal ul li:nth-last-child(-n+2) {
            border-bottom: none;
            font-size: 18px;
        }

        .enquiretotal ul li:nth-last-child(1) {
            font-weight: 700;
            color: #d9899e;
        }

.enquireinnerbx .listcard-amitines li {
    margin-right: 15px;
}

.enquirebtn {
    width: 100%;
    display: inline-grid;
    margin-top: 22px;
}

.form-control.check {
    background: url(../png/enquirecalendaricon.png) no-repeat 95% center;
    padding-right: 35px;
}

.enquireinnerbx label {
    font-size: 14px;
}

.enquireinnerbx h4 {
    margin-bottom: 12px;
}

.amenities-list li {
    display: flex;
    text-align: left;
}

.villa-detail-main .detail-tab-content .amenities-list li {
    flex-wrap: nowrap;
}


.amenities-list li img {
    max-width: 15px;
}

.villa-card .villa-img img {
    height: 257px;
    object-fit: cover;
    min-height: auto;
}

.remaining-amenities-list li i {
    flex-shrink: 0;
}






/*enquire section*/


@media screen and (max-width: 1440px) {


    .enquiretitle {
        font-size: 26px;
    }

    .enquireinnerbx .listcard-amitines li {
        flex-wrap: wrap;
    }

    .enquireinnerbx .listcard-amitines i {
        margin: 0 auto !important;
    }

    .enquireinnerbx .detaillist {
        text-align: center;
        width: 100%;
    }
}


@media screen and (max-width: 1340px) {

    .villa-detail-top-bx:before,
    .villa-detail-top-bx:after {
        display: none;
    }



    .rateinfo .listcard-amitines li {
        flex-wrap: wrap;
    }

    .villa-detail-lt .wishlisttag {
        margin-top: 0;
    }

    .wishlisttag .fa-heart {
        font-size: 17px;
    }

    .detail-tabs .nav-link {
        margin-bottom: 10px;
    }

    .detail-tabs .nav-item a i img {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1199px) {
    .rateinfo .listcard-amitines i {
        margin: 0 auto !important;
    }

    .rateinfo .listcard-amitines li {
        justify-content: center;
        flex-direction: column;
        margin: 0 10px;
    }

    .rateinfo .detaillist {
        text-align: center;
    }

    .detail-small-banner .villa-detail-img {
        height: 200px;
    }
}

@media screen and (max-width: 991px) {

    .enquirebx {
        padding: 15px;
    }

    .detail-tabs .nav-item {
        margin-right: 25px;
    }

    .enquireinnerbx .listcard-amitines {
        flex-wrap: wrap;
    }

        .enquireinnerbx .listcard-amitines li {
            margin-bottom: 10px;
            margin-right: 10px;
        }

            .enquireinnerbx .listcard-amitines li:last-child {
                margin-bottom: 0px;
            }

    /* .detail-small-banner {
    display: none;
  } */


    .detail-banner {
        display: none;
    }

    .villa-detail-upper {
        flex-wrap: wrap;
    }

    .villa-detail-lt {
        margin-bottom: 20px;
        width: 100%;
    }

        .villa-detail-lt .wishlisttag {
            margin-top: 0px;
            width: 35px;
            height: 35px;
        }

    .form-control.check {
        background-position: 97% center;
    }



    .wishlisttag .fa-heart {
        font-size: 15px;
    }

    .detail-tabs {
        padding: 25px 30px 0 30px;
        justify-content: center;
    }

    .rateinfo .listcard-amitines li {
        margin: 0px;
        gap: 10px;
        flex-direction: row;
    }

    .enquireinnerbx .listcard-amitines {
        align-items: flex-start;
    }

    .enquirebx {
        max-width: 410px;
        margin: 0 auto;
    }

    .villa-detail-rt {
        margin: 0 auto;
    }

    .enquireinnerbx .listcard-amitines i {
        margin: 0 0 auto !important;
    }

    .enquireinnerbx .detaillist {
        text-align: left;
    }

    .rateinfo .detaillist {
        text-align: left;
    }

    .breadcrumb-section {
        border-top: 1px solid #ccc;
    }

    .detail-small-banner .villa-detail-img {
        height: 340px;
    }

    .villa-detail-lt-new {
        width: calc(100% - 340px);
    }

    .rateinfo p {
        min-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .enquiretitle {
        font-size: 23px;
    }



    .detail-tabs {
        padding: 20px 20px 0 20px;
    }

    .villa-detail-main .detail-tabs > li > a,
    .villa-detail-main .detail-tabs > li > a {
        font-size: 14px;
    }

    .detail-tabs .nav-item {
        margin-right: 15px;
    }

    .detail-small-banner img {
        margin-bottom: 15px !important;
    }

    .detail-small-banner.photo-bx img {
        margin-bottom: 0px !important;
    }

    .detail-small-banner .video-btn img {
        margin-bottom: 0px !important;
    }

    .enquireinnerbx .listcard-amitines {
        flex-wrap: inherit;
    }

    .amenities-list li {
        width: 100%;
    }

        .amenities-list li:last-child {
            margin-bottom: 0px;
        }

    .rateinfo .listcard-amitines li {
        flex-wrap: nowrap;
        width: auto;
        margin: 0 10px;
    }

        .rateinfo .listcard-amitines li i {
            width: auto;
        }

    .villa-detail-lt p {
        display: flex;
    }



    .inclusions-title {
        font-size: 16px;
    }


    .notebx {
        padding: 15px;
    }



    .rateinfo .listcard-amitines {
        justify-content: center;
        max-width: 400px;
        margin: 0 auto 12px;
    }

    .detail-tabs .nav-item a i img {
        margin-bottom: 5px;
        max-width: 22px;
    }

    .villa-detail-lt {
        margin-bottom: 0px;
    }

        .villa-detail-lt h2 {
            margin-bottom: 5px;
        }


    .detail-small-banner .villa-detail-img {
        height: 260px;
    }

    .villa-detail-topsection {
        justify-content: space-between;
    }

    .villa-detail-lt-new {
        width: calc(100% - 260px);
    }

    .amenities-list {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {

    .villa-detail-lt h2 {
        font-size: 30px;
    }

    .villa-detail-lt img {
        max-width: 15px;
    }

    .villa-detail-rt {
        width: 100%;
    }

    .detail-tabs {
        padding: 15px 10px 0 10px;
    }

        .detail-tabs .nav-link {
            margin-bottom: 5px;
        }


    .villa-detail-lt .wishlisttag {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .detail-tabs .nav-item {
        margin-right: 9px;
    }

    .sharebx {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .detail-small-banner .villa-detail-img {
        height: 300px;
    }

    .villa-detail-topsection {
        justify-content: center !important;
    }
}

@media screen and (max-width: 420px) {

    .villa-detail-main .detail-tabs > li > a,
    .villa-detail-main .detail-tabs > li > a {
        font-size: 12px;
    }

    .amenities-list li a {
        font-size: 14px;
    }

    .detail-tabs .nav-item {
        margin-right: 7px;
    }
}

/*--------------Country List page---------------------*/




.country-listing .villalistcard {
    box-shadow: none;
    border: 1px solid #cdcccc;
    padding: 20px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.country-listing .listcardSlideruper {
    top: 10px;
    right: 10px
}

.country-listing .listcardinfo {
    padding: 20px 0 0 0;
}

.country-listing .listcardtitle {
    font-size: 30px;
}

.country-listing .listcardinfo p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.country-listing .listcard-amitines {
    margin-bottom: 18px;
}

    .country-listing .listcard-amitines li {
        margin-right: 10px;
    }

        .country-listing .listcard-amitines li:last-child {
            margin-right: 0px;
        }

.countrypriceinfo .villaprice {
    margin-bottom: 0px;
}

.countrypriceinfo .underline {
    margin: 20px 0;
}


.countrypriceinfo .btn-custom {
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    font-size: 14px;
}

.countrypriceinfo .btn-pink-outline {
    height: 42px;
    line-height: 42px;
}

.countrypriceinfo .btn-pink-outline {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    width: 128px;
}

.country-listing .listcardnumber {
    font-size: 14px;
}

.country-listing {
    padding-bottom: 60px;
}

.country-list-bx li {
    margin-right: 10px;
}

    .country-list-bx li:last-child {
        margin-right: 0px;
    }

.country-list-bx a {
    display: inline-block;
    border: 1px solid #cdcccc;
    padding: 12px;
    border-radius: 5px;
}

.country-list-bx li a:hover, .country-list-bx li a.active {
    background: #d9899e;
    border: 1px solid #d9899e;
}

    .country-list-bx li a:hover img, .country-list-bx li a.active img {
        filter: brightness(0) saturate(100%) invert(99%) sepia(76%) saturate(2%) hue-rotate(358deg) brightness(110%) contrast(100%);
    }

.listcardSlidermain {
    position: relative;
}


.countrybannerinner .bnrTitleImg {
    background-position: 70% center;
}




/* Grid-view */

/* .country-listing .listcardSlideruper {
  top: 30px;
  right: 30px;
} */


/* list-view */

.list-view .row > [class*=col-] {
    max-width: 100%;
    flex: 0 0 100%;
}

.list-view .villalistcard {
    flex-direction: row;
    display: flex;
    padding: 0px;
}


.list-view .listcardSlider {
    max-width: 288px;
    height: 100%;
}

.list-view .listcardSliderimg {
    width: 285px;
    height: 220px;
}

.list-view .listcardinfo {
    padding: 0px 0px 0px 20px;
    max-width: 710px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-view .countryinfo {
    display: flex;
    padding: 20px;
    width: calc(100% - 280px);
}



.list-view .listcardSlider .owl-carousel.owl-drag .owl-item {
    max-width: 300px;
}

.list-view .countrypriceinfo {
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 280px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: auto;
}


    .list-view .countrypriceinfo .explore-bx-now {
        flex-direction: column;
    }

        .list-view .countrypriceinfo .explore-bx-now a {
            margin-bottom: 15px;
        }

            .list-view .countrypriceinfo .explore-bx-now a:last-child {
                margin-bottom: 0px;
            }

    .list-view .countrypriceinfo .villaprice {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }

    .list-view .countrypriceinfo .underline {
        display: none;
    }

.list-view .villaprice strong {
    font-size: 46px;
    line-height: 45px;
}

.list-view .villaprice span {
    text-transform: capitalize;
}

.list-view .listcardinfo p {
    margin-bottom: 0px;
    word-wrap: break-word;
}

.list-view .listcardSliderimg img {
    height: 250px;
    object-fit: cover;
}

.list-view .listcardSlider .owl-nav button.owl-prev,
.list-view .listcardSlider .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
}

/* list-view */

@media screen and (max-width:1440px) {
    .countrybannerinner .bnrTitleImg {
        background-position: 62% center;
    }

    .list-view .villaprice strong {
        font-size: 35px;
        line-height: 35px;
    }
}

@media screen and (max-width:1340px) {
    .country-listing {
        padding-bottom: 50px;
    }

        .country-listing .listcardtitle {
            font-size: 24px;
        }

        .country-listing .villalistcard {
            padding: 15px;
        }

    .villa-numbers {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .listcardSlider .owl-nav button.owl-prev,
    .listcardSlider .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
    }

    /* list-view */
    .list-view .villalistcard {
        padding: 0px;
    }

    .list-view .listcardSliderimg {
        width: 269px;
        height: auto;
    }

    .list-view .listcardSlider {
        max-width: 269px;
    }

    .list-view .listcard-amitines {
        flex-wrap: wrap;
        margin-bottom: 5px;
        align-items: flex-start;
    }

    /* list-view */
}

@media screen and (max-width:1199px) {

    .country-listing .listcard-amitines {
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .list-view .listcard-amitines {
        margin-bottom: 0px;
    }

    .list-view .listcardtitle {
        margin-bottom: 5px;
    }

    .country-listing .listcard-amitines li {
        margin-bottom: 10px;
    }

        .country-listing .listcard-amitines li:last-child {
            margin-bottom: 0px;
        }

    .countrypriceinfo .underline {
        margin: 15px 0;
    }

    .list-view .listcardinfo {
        padding: 0px 0px 0px 20px;
    }

    .wishlisttag {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width:991px) {
    .list-view .villalistcard {
        flex-direction: column;
    }

    .list-view .countryinfo {
        flex-direction: row;
    }

    .list-view .countrypriceinfo {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 100%;
        padding: 15px 0;
    }

    .list-view .listcardinfo {
        padding: 0px 0px 0px 15px;
        justify-content: flex-start;
    }

    .list-view .listcardSlider {
        max-width: 100%;
    }

    .list-view .listcardSlider {
        max-width: 322px;
    }

    .list-view .listcardSliderimg {
        width: 100%;
        height: 100%;
    }

    .list-view .countrypriceinfo {
        padding: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

        .list-view .countrypriceinfo .villaprice {
            align-items: baseline;
            margin-bottom: 0px;
        }

        .list-view .countrypriceinfo .explore-bx-now {
            flex-direction: row;
            gap: 20px;
            margin: inherit;
        }

            .list-view .countrypriceinfo .explore-bx-now a:last-child {
                margin-bottom: 0px;
            }

    .list-view .countrypriceinfo {
        align-items: center;
    }

        .list-view .countrypriceinfo .explore-bx-now a {
            margin-bottom: 0px;
        }

    .list-view .villaprice strong {
        font-size: 30px;
        line-height: 30px;
    }

    .country-listing .listcardtitle {
        font-size: 20px;
    }

    .country-listing .listcard-amitines {
        align-items: flex-start;
    }


    .listing-strip-top,
    .listing-strip-bottom {
        display: none;
    }

    .list-view .countryinfo {
        width: auto;
    }
}

@media screen and (max-width:767px) {
    .country-listing .listcardinfo {
        padding: 10px 0 0 0;
    }

    .country-listing .listcardtitle {
        margin-bottom: 5px;
        text-align: center;
    }

    .villa-numbers {
        margin-bottom: 15px;
        justify-content: center;
    }

    .country-listing .listcard-amitines {
        margin-bottom: 0px;
        align-items: baseline;
    }

    .countrypriceinfo .btn-pink-outline {
        width: 100px;
    }

    .countrypriceinfo .btn-custom {
        padding: 0 12px;
    }

    .country-listing .villalistcard {
        padding: 10px;
    }

    .country-listing {
        padding-bottom: 30px;
    }

    .country-list-bx a {
        padding: 5px 8px;
        display: flex;
        align-items: center;
        min-height: 35px;
    }

        .country-list-bx a img {
            max-width: 20px;
        }

    .country-listing .listcard-amitines li {
        margin-right: 0px;
        justify-content: center;
    }

    .list-view .listcardinfo {
        padding: 10px 0px 0px 0px;
        justify-content: flex-start;
        padding: 15px 0px 0px 0px;
    }



    .list-view .listcardSlider {
        max-width: 310px;
        margin: 0 auto;
    }

    .listcardSlidermain {
        margin: 0 auto;
        max-width: 100%;
    }



    .list-view .villalistcard {
        padding: 0px;
    }

    .list-view .countryinfo {
        flex-direction: column;
        padding: 10px;
        width: 100%;
    }


    .list-view .listcard-amitines li i {
        width: auto;
    }

    .listcard-amitines li img {
        width: 30px;
    }

    .list-view .listcardinfo {
        padding: 10px 0 0 0;
    }

    .list-view .villa-numbers {
        justify-content: center;
    }

    .list-view .country-listing .listcardinfo {
        text-align: center;
    }

    .countrypriceinfo .villaprice {
        text-align: center;
    }

    .list-view .explore-bx-now {
        max-width: 250px;
        margin: 0 auto;
    }

    .list-view .listcardSlider {
        max-width: 100%;
        margin: 0 auto;
    }

    .country-listing .listcard-amitines li i {
        text-align: center;
        margin-right: 0px !important;
    }

    .country-listing .listcardnumber,
    .list-view .listcardinfo p,
    .country-listing .listcardinfo p {
        text-align: center;
    }

    .list-view .listcard-amitines {
        width: 360px;
        margin: 0 auto;
    }

        .list-view .listcard-amitines li i {
            margin-right: 10px !important;
        }

    .list-view .listcardnumber {
        text-align: left;
    }

    .villalistcarduperrt .btn-custom {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }

        .villalistcarduperrt .btn-custom i img {
            max-width: 23px;
        }
}

@media screen and (max-width:575px) {
    .list-view .countrypriceinfo {
        padding: 10px 15px;
    }

        .list-view .countrypriceinfo .explore-bx-now {
            gap: 5px;
            padding: 0 10px;
        }

        .list-view .villaprice span,
        .list-view .countrypriceinfo .villaprice {
            font-size: 14px;
        }

    .list-view .villaprice strong {
        font-size: 20px;
        line-height: 20px;
    }



    .list-view .listcard-amitines {
        width: 320px;
        margin: 0 auto;
    }

    .villalistcarduper {
        flex-direction: column;
    }

    .villalistcarduperrt {
        margin-top: 15px;
    }

    .sortbyebx select, .sorttxt, .filter-btn {
        font-size: 13px;
    }

    .list-view .countrypriceinfo .explore-bx-now {
        padding: 0px;
    }
}



/*--------------Recent Search page---------------------*/

.recent-section {
    padding-bottom: 70px;
}


.recent-contact-bx {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.recent-title {
    font-size: 30px;
    font-family: 'Gilda Display';
    margin-bottom: 20px;
    line-height: 1.2;
}

.recentcontact-inner {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-size: 14px;
    color: #000;
}

    .recentcontact-inner strong {
        color: #000;
    }

    .recentcontact-inner a {
        color: #000;
    }

.recentcontactinfo {
    margin-bottom: 20px;
}

    .recentcontactinfo li {
        display: flex;
        margin-bottom: 15px;
        gap: 10px;
    }

.recentsocialLinks {
    background: #ffffff;
    border: 1px solid #efefef;
    padding: 15px 20px;
    border-radius: 5px;
}

    .recentsocialLinks span {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }

.recent-list-title {
    display: flex;
    align-items: center;
}

    .recent-list-title i {
        margin-right: 15px;
    }

.recent-list-info {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    font-family: 'Gilda Display';
    line-height: 1.2;
}

    .recent-list-info a {
        color: #000;
    }

        .recent-list-info a:hover {
            color: #d9899e;
        }

    .recent-list-info small {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 600;
    }

.recentlistLtinfo .villa-numbers strong {
    margin-right: 5px;
}

.recentLtdate .listcardnumber {
    font-size: 14px;
}

.recentLtdate li {
    margin-right: 20px;
}

    .recentLtdate li:last-child {
        margin-right: 0px;
    }

.recent-listLt .underline {
    margin: 20px 0;
}

.recent-list {
    display: flex;
    border: 1px solid #cdcccc;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.features-bx p {
    line-height: 1.3;
}

.features-bx p {
    line-height: 1.4;
    margin-bottom: 0px;
}

.features-bx {
    font-size: 14px;
}

.recent-listLt {
    padding: 20px 25px;
}

.recent-listRt {
    width: 430px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #f8f8f8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}




    .recent-listRt .explore-bx-now a {
        margin-bottom: 15px;
        width: 158px;
        padding: 0 10px;
    }

    .recent-listRt .villaprice {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }

    .recent-listRt .countrypriceinfo .explore-bx-now {
        flex-direction: column;
    }

    .recent-listRt .countrypriceinfo {
        width: 100%;
    }

    .recent-listRt .villaprice span {
        text-transform: capitalize;
    }

    .recent-listRt .villaprice strong {
        font-size: 32px;
        line-height: 45px;
    }

    .recent-listRt .countrypriceinfo .underline {
        display: none;
    }


.recent-listinfo .listing-strip-bottom {
    position: absolute;
    left: auto;
    bottom: -45px;
    z-index: -1;
    right: -90px;
}

.recent-contact-bx .listing-strip-bottom {
    position: absolute;
    bottom: -47px;
    z-index: -1;
    left: -64px;
}



.recent-listLt {
    padding: 20px 25px;
    width: calc(100% - 20px);
}


@media screen and (max-width:1640px) {

    .recent-listinfo .listing-strip-bottom,
    .recent-contact-bx .listing-strip-bottom {
        display: none;
    }

    .recent-section {
        padding-bottom: 50px;
    }

    .recent-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:1340px) {
    .recent-listLt {
        padding: 15px 20px;
    }

    .recent-list-info {
        font-size: 22px;
    }

    .recent-listLt .underline {
        margin: 15px 0;
    }

    .recent-listRt .villaprice strong {
        font-size: 30px;
    }

    .recentcontactinfo li i img {
        width: 30px;
    }

    .recent-section {
        padding-bottom: 30px;
    }

    .recentsocialLinks {
        padding: 10px 15px;
        max-width: 250px;
    }

    .recentcontactinfo {
        margin-bottom: 15px;
    }

    .recentsocialLinks span {
        font-size: 14px;
    }

    .villa-numbers,
    .features-bx p {
        flex-direction: row;
        align-items: flex-start;
    }

        .villa-numbers img {
            margin-right: 5px;
        }

    .recent-contact-bx {
        padding: 15px;
    }
}

@media screen and (max-width:1199px) {
    .recentcontactinfo li {
        flex-direction: column;
    }

    .recentcontact-inner {
        font-size: 12px;
    }
}

@media screen and (max-width:991px) {
    .recent-list-title i {
        margin-right: 10px;
    }

    .recent-listRt .villaprice strong {
        font-size: 27px;
    }

    .recent-contact-bx {
        margin-bottom: 20px;
    }

    .recentcontactinfo {
        display: flex;
        justify-content: space-between;
        max-width: 700px;
    }

        .recentcontactinfo li {
            flex-direction: inherit;
            margin-bottom: 0px;
        }
}

@media screen and (max-width:767px) {
    .recentLtdate .listcard-amitines {
        margin-bottom: 0px;
    }

        .recentLtdate .listcard-amitines li i {
            width: auto;
            margin-right: 10px !important;
        }

    .recentLtdate .villa-numbers {
        justify-content: inherit;
    }

    .recentLtdate .listcard-amitines li {
        justify-content: inherit;
        width: auto;
    }

        .recentLtdate .listcard-amitines li img {
            width: auto;
        }

    .recentlistLtinfo .villa-numbers,
    .recentlistLtinfo .features-bx p {
        justify-content: flex-start;
    }

    .recent-listLt {
        padding: 15px;
    }

    .recentlistLtinfo .villa-numbers {
        margin-bottom: 10px;
    }

    .recentlistLtinfo .villa-numbers,
    .recentlistLtinfo .features-bx p {
        font-size: 12px;
    }

    .recent-list-info {
        font-size: 20px;
    }

    .recent-listRt .explore-bx-now a {
        font-size: 12px;
        width: 138px;
    }

    .recent-listRt .villaprice strong {
        font-size: 24px;
        line-height: 25px;
    }
}

@media screen and (max-width:575px) {
    .recent-list {
        flex-direction: column;
    }

    .recent-listRt {
        width: 100%;
        padding: 15px;
    }

        .recent-listRt .explore-bx-now a:last-child {
            margin-bottom: 0px;
        }

        .recent-listRt .countrypriceinfo {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .recent-listRt .villaprice {
            align-items: baseline;
        }

        .recent-listRt .explore-bx-now a {
            font-size: 12px;
        }

    .recentcontactinfo {
        flex-wrap: wrap;
    }

        .recentcontactinfo li {
            margin-bottom: 15px;
        }

            .recentcontactinfo li:last-child {
                margin-bottom: 0px;
            }

    .recent-listRt .villaprice strong {
        font-size: 20px;
        line-height: 20px;
    }

    .recent-list-info small {
        font-size: 14px;
    }

    .recent-list-title {
        align-items: flex-start;
    }

    .recent-listRt .countrypriceinfo .explore-bx-now {
        padding: 0px;
    }

    .recent-listRt .explore-bx-now a {
        margin-bottom: 5px;
    }

    .recent-title {
        font-size: 20px;
    }
}

/*--------------Recent Search  page---------------------*/



/*--------------Shortlist Villas  page---------------------*/

.shortlistmain {
    padding-bottom: 70px;
}


.shortlistbannerinner .bnrTitleImg {
    background-position: 78% bottom;
}

.shortlist-list {
    padding: 10px 0;
}


.shortlistenquirebx {
    border: 1px solid #cdcccc;
    background: #fff url(../png/shortlist-enquire-bg.png) no-repeat center;
    padding: 35px;
    border-radius: 10px;
    display: flex;
    background-size: cover;
}

.shortlistLtinfo h5 {
    margin-bottom: 6px;
}

.shortlistLt li i {
    margin-bottom: 12px;
    display: inline-block;
}

.shortlistLtinfo p {
    font-size: 14px;
}

.shortlistLt {
    width: 940px;
}

.shortlistbtn .btn-custom {
    border-radius: 5px;
}

.shortlistbtn i {
    margin-left: 10px;
}

.shortlistRtupper h4,
.shortlistRtupper h2 {
    margin-bottom: 5px;
}

.shortlistimg {
    margin-bottom: 15px;
}

.shortlistRt {
    background: #fff;
    padding: 35px;
    border: 1px solid #cdcccc;
    border-radius: 10px;
    margin-top: -100px;
    margin-bottom: -100px;
    height: 100%;
}

.shortlistmain {
    padding: 85px 0 120px 0;
}

.shortlistLtinfo p:last-child {
    margin-bottom: 0px;
}

.shortlistLt li {
    margin-bottom: 20px;
}

    .shortlistLt li:last-child {
        margin-bottom: 0px;
    }

.shortlist-list .villalistcard {
    box-shadow: 0px 0px 25px #d9d9d9;
}

@media screen and (max-width:1440px) {

    .shortlistenquirebx,
    .shortlistRt {
        padding: 25px;
    }

    .shortlistRt {
        margin-top: -80px;
    }

    .shortlistmain {
        padding: 60px 0 110px 0;
    }
}

@media screen and (max-width:1199px) {
    .shortlistLt li {
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .shortlistRt {
        margin-top: 0;
        margin-bottom: 0;
    }

    .shortlistenquirebx {
        background-size: cover;
    }

    .shortlistmain {
        padding: 0 0 40px 0;
    }
}

@media screen and (max-width:991px) {
    .shortlistLt {
        width: 100%;
    }

        .shortlistLt li {
            margin-bottom: 15px;
            padding-right: 15px;
        }

    .shortlistenquirebx {
        padding: 20px;
        flex-direction: column;
    }

    .shortlistLt li:last-child {
        margin-bottom: 25px;
    }

    .villalistcard {
        box-shadow: 0px 0px 15px #d9d9d9;
    }
}

@media screen and (max-width:767px) {
    .breadcrumb-section .breadcrumb {
        margin-bottom: 15px;
    }

    .shortlistLt li {
        text-align: center;
    }


    .shortlistenquirebx,
    .shortlistRt {
        padding: 15px;
    }
}

/*--------------Shortlist Villas  page---------------------*/





/*--------------Agent Login   page---------------------*/
.agentloginmain {
    min-height: 100vh;
    width: 100%;
    display: flex;
}

.agentloginRtupper {
    text-align: center;
}

.agentloginRttitle {
    font-size: 45px;
    font-family: 'Gilda Display';
}

.icon-right {
    right: 20px;
    left: auto;
    cursor: pointer;
    position: absolute;
    margin-right: 0px !important;
}

.agentloginLt {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 40px 10px;
    background: #f8f8f8 url(../png/agentloginbg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.agentloginRt .sign-btn {
    margin-top: 20px;
}

.sign-btn .btn-custom {
    width: 152px;
}

.agentloginimgbx {
    padding-top: 80px;
}

.memeberbx {
    text-align: center;
}

    .memeberbx .forgot-link,
    .remember-link .forgot-link {
        text-decoration: underline;
    }

    .memeberbx img {
        margin: 20px auto;
        display: block;
    }

.memeberlist {
    display: flex;
    justify-content: center;
}

    .memeberlist li a {
        font-size: 14px;
    }

    .memeberlist li {
        margin-right: 10px;
        border-right: 1px solid #ccc;
        padding-right: 10px;
        line-height: 14px;
    }

        .memeberlist li:last-child {
            border-right: none;
        }

.agentloginimglt {
    position: relative;
    top: -115px;
    left: 70px;
    z-index: 2;
}

    .agentloginimglt img,
    .agentloginimgrt img {
        border-radius: 130px;
        border: 10px solid #fff;
        box-shadow: 0px 0px 30px #6e6e6e30;
        max-width: 220px;
    }

    .agentloginimglt::before {
        content: "";
        display: block;
        background: url(../png/cloud-img.png) no-repeat center center;
        width: 285px;
        height: 118px;
        position: absolute;
        left: -90px;
    }

.agentloginimgmiddle img {
    border-radius: 200px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 30px #00000040;
    max-width: 350px;
}

.agentloginimgrt {
    position: relative;
    bottom: -115px;
    right: 70px;
    z-index: 2;
}

.agentloginRt {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.agentloginimgrt::before {
    content: "";
    display: block;
    background: url(../png/cloud-right-img.png) no-repeat center center;
    width: 285px;
    height: 118px;
    position: absolute;
    right: -110px;
    top: -30px;
}

.form-group-input {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    height: 50px;
    padding: 5px 18px;
    display: flex;
    align-items: center;
}

    .form-group-input i {
        margin-right: 12px;
    }

    .form-group-input .form-control {
        border: 0;
        padding: 0;
        height: auto;
    }

.agentloginRtinner {
    width: 90%;
    margin: 0 auto;
}

    .agentloginRtinner.loginForm {
        max-width: 550px;
    }

.agentloginimgmiddle {
    position: relative;
}

    .agentloginimgmiddle::before {
        content: "";
        display: block;
        background: url(../png/cloud-middle-img.png) no-repeat center center;
        width: 285px;
        height: 118px;
        position: absolute;
        left: -70px;
        bottom: 0px;
    }






@media screen and (max-width:1800px) {
    .agentloginimglt img,
    .agentloginimgrt img {
        max-width: 190px;
        border: 8px solid #fff;
    }

    .agentloginLtinfo img {
        max-width: 250px;
    }

    .agentloginLt {
        padding: 20px 10px;
    }

    .agentloginLtinfo img {
        max-width: 230px;
    }

    .agentloginimgbx {
        padding-top: 60px;
    }

    .agentloginLtinfo h5 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1640px) {
    .agentloginRt {
        padding: 60px 30px 30px;
    }

    .agentloginRttitle {
        font-size: 40px;
    }

    .agentloginimgbx {
        padding-top: 40px;
    }

    .memeberlist li a {
        font-size: 12px;
    }

    .memeberlist li {
        margin-right: 5px;
        padding-right: 5px;
    }
}



@media screen and (max-width:1199px) {
    .agentloginimglt,
    .agentloginimgrt {
        display: none;
    }

    .agentloginLt {
        background-image: none;
    }
}

@media screen and (max-width:991px) {
    .agentloginimgbx {
        display: none !important;
    }

    .agentloginmain {
        flex-direction: column;
    }

    .agentloginLt {
        padding: 20px 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .agentloginRt {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 30px 30px;
    }
}

@media screen and (max-width:575px) {

    .memeberlist {
        flex-direction: column;
    }

        .memeberlist li {
            padding-right: 0px;
            border-right: 0px;
            margin-right: 0px;
            margin-bottom: 10px;
        }

            .memeberlist li:last-child {
                margin-bottom: 0px;
            }
}
/*--------------Agent Login   page---------------------*/


/*-------------- listing-detail popup modal ---------------------*/

.enquire-form-main-inner {
    padding: 35px 40px 35px 50px;
}

.enquire-form-main .close {
    padding: 12px 15px;
    opacity: 1;
    float: right;
}

.enquire-form {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 570px;
}



.enquire-now-top h4, .enquire-now-top h2 {
    margin-bottom: 5px;
}

.enquire-now-top img {
    margin-bottom: 10px;
}

.formpaymentbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .formpaymentbox ul {
        display: flex;
    }

        .formpaymentbox ul li {
            display: flex;
            align-items: center;
            margin: 0 15px;
        }

.listing-detail-modal .modal-content {
    border-radius: 10px;
}

.enquire-form-main-inner .shortlistbtn .btn-custom {
    /*  width: 135px;*/
}

.enquire-form h4 {
    margin-bottom: 15px;
}

.enquire-form-main .side-menu-outer {
    overflow-y: auto;
    transition: all 0.3s ease;
    overflow-x: hidden;
    padding-right: 10px;
}

    .enquire-form-main .side-menu-outer::-webkit-scrollbar {
        width: 8px;
    }

    .enquire-form-main .side-menu-outer::-webkit-scrollbar-track {
        background: #f5f2f2;
    }

    .enquire-form-main .side-menu-outer::-webkit-scrollbar-thumb {
        background: #dedede;
    }

        .enquire-form-main .side-menu-outer::-webkit-scrollbar-thumb:hover {
            background: #b4b4b4;
        }

    .enquire-form-main .side-menu-outer * {
        scrollbar-width: thin;
        scrollbar-color: #dedede #f5f2f2;
    }

@media screen and (max-width:991px) {

    .enquire-form-main-inner {
        padding: 25px 30px;
    }

    .formpaymentbox ul {
        margin-top: 15px;
    }

        .formpaymentbox ul li {
            margin-right: 15px;
            margin-left: 0px;
        }

    .formpaymentbox {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width:767px) {
    .enquire-form-main-inner {
        padding: 25px;
    }

    .enquire-form {
        /*height: 350px;*/
        height: 1000px;
    }

    .enquire-form-main .close img {
        max-width: 20px;
    }

    .enquire-form-main .close {
        padding: 10px;
    }
}

@media screen and (max-width:575px) {
    .formpaymentbox ul {
        flex-direction: column;
    }

        .formpaymentbox ul li {
            margin-right: 0px;
            margin-bottom: 10px;
        }

            .formpaymentbox ul li:last-child {
                margin-bottom: 0px;
            }
}


/*-------------- listing-detail popup modal ---------------------*/






/*-------------- Agent-Search-Result ---------------------*/

.agent-bx-list {
    padding: 40px 0;
}

    .agent-bx-list .total-box {
        margin-bottom: 20px;
        color: #000;
    }

.agent-header {
    padding: 22px 0;
}

.agenthdrtopbrinner {
    color: #fff;
}

.agent-bannerinner .bannerUper {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.bannerinnerimgbox:after {
    background: url(../png/agent-search-overlay.png) no-repeat center bottom;
    background-size: cover;
}

.agent-bannerinner .bnrTitleImg {
    background-position: 60% center;
}


.agent-bx-list .account-info {
    background: #fff;
    padding: 27px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dadada;
    margin-bottom: 30px;
    flex-direction: column;
}

.agent-bx-list .account-info-Lt .profile-block {
    width: auto;
}

.agent-bx-list .account-info-Lt .profile-img {
    width: 99px;
    height: 99px;
    flex: 0 0 99px;
    margin-right: 25px;
}

.agent-bx-list .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agent-bx-list .account-info-Lt .profile-info span {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
}

    .agent-bx-list .account-info-Lt .profile-info span a {
        color: #000;
    }

.agent-bx-list .account-info-Lt ul li {
    margin-bottom: 5px;
}

    .agent-bx-list .account-info-Lt ul li a {
        color: #000;
    }

.agent-bx-list .account-info-Lt .profile-img {
    width: 99px;
    height: 99px;
    flex: 0 0 99px;
    margin-right: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.agency-bx h4 {
    margin-bottom: 5px;
}

.agency-bx p {
    margin-bottom: 0px;
}

.agency-bx a {
    text-decoration: underline;
    font-weight: 500;
}

.agent-bx-list .account-info {
    padding: 24px 30px;
}


.agent-bx-list .account-info-Rt .btn-custom {
    width: 135px;
    font-weight: bold;
}

.agent-top-link li {
    margin-right: 20px;
}

    .agent-top-link li:last-child {
        margin-right: 0px;
    }


.agent-top-link .btn-custom:hover i img {
    transform: translateX(0px);
    filter: brightness(0) saturate(100%);
}

/*-------------- Agent-Search-Result ---------------------*/



/*-------------- Agent-Search-Detail ---------------------*/

.agent-bx-list .villa-detail-top-bx:before, .agent-bx-list .villa-detail-top-bx:after {
    display: none;
}

.agent-bx-list .profile-info i img {
    margin-right: 5px;
}

@media screen and (max-width:1440px) {
    .agent-bannerinner .bannerinnerimgbox {
        min-height: auto;
    }

    .agent-bannerinner .bnrTitleImg {
        background-position: 54% center;
    }

    .agent-logo img {
        max-width: 400px;
    }
}

@media screen and (max-width:1199px) {
    .agent-logo img {
        max-width: 320px;
    }
}


@media screen and (max-width:991px) {
    .agenthdrtopbr {
        padding: 10px 0;
        font-size: 14px;
    }

    .agent-bannerinner .bannerUper {
        transform: inherit;
    }

    .agent-bannerinner .bnrTitleImg {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .agent-bx-list .account-info {
        padding: 25px;
    }

    .agent-header-inner .btn-custom {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
    }

    .agent-header {
        padding: 15px 0;
    }

    .agent-bx-list {
        padding: 30px 0 20px 0;
    }

    .agent-logo img {
        max-width: 285px;
    }

    .agent-top-link li {
        margin-right: 10px;
    }
}

@media screen and (max-width:767px) {
    .agenthdrtopbr {
        display: block;
    }

    .agent-header {
        padding: 15px 0;
    }

    .agent-bx-list .account-info-Lt .profile-img {
        margin-right: 15px;
    }

    .agent-bx-list .total-box {
        margin-bottom: 10px;
        font-size: 14px;
    }


    .agent-bx-list .pagination {
        margin: 10px 0;
    }


    .agent-header-inner .btn-custom span {
        display: none;
    }

    .agent-header-inner .btn-custom i {
        margin-right: 0px !important;
    }

    .agent-header-inner .btn-custom {
        width: 50px;
    }

    .agency-bx h4 {
        margin-bottom: 10px;
    }

    .agent-bx-list .account-info {
        padding: 20px;
    }

    .agent-header-inner .btn-custom .pdf-icon {
        max-width: 16px;
    }

    .agent-bannerinner .bannerUper {
        padding: 20px 15px 15px 20px;
    }
}

@media screen and (max-width:575px) {
    .agent-logo img {
        max-width: 235px;
    }

    .agent-header-inner .btn-custom {
        width: 50px;
        line-height: 10px;
    }

    .agent-bx-list .account-info-inner {
        flex-direction: column;
    }

    .agent-bx-list .account-info-Lt .profile-img {
        margin-right: 15px;
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
    }

    .agent-bx-list .account-info-Rt .btn-custom {
        width: 100%;
        font-weight: bold;
        margin-top: 19px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 10px;
    }


    .agent-bx-list .account-info-Lt .profile-info span {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .agent-bx-list .account-info-Lt ul li a {
        font-size: 14px;
    }

    .agenthdrtopbrinner {
        font-size: 12px;
        text-align: center;
    }

    .agent-top-link li {
        margin-right: 5px;
    }

    .agent-header-inner .btn-custom {
        width: 40px;
        line-height: 10px;
        height: 35px;
    }

        .agent-header-inner .btn-custom img {
            max-width: 20px;
        }

    .agent-bx-list .profile-info i img {
        max-width: 16px;
        margin-right: 2px;
    }

    .agent-bx-list .account-info-Lt ul li {
        margin-bottom: 0px;
    }
}

/*-------------- Agent-Search-Detail ---------------------*/



/*-------------- Why-book-a-villa ---------------------*/

.why-book-main {
    padding: 10px 0 50px 0;
}

    .why-book-main h2 {
        text-align: center;
        margin-bottom: 30px;
    }

.why-key-bx-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}


.bookavilla.bannerinner .bnrTitleImg {
    background: url(../png/banner-inner.png) no-repeat 68% bottom;
}


.why-key-bx-main::before {
    content: "";
    position: absolute;
    display: block;
    width: 265px;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease;
    background: url(../png/listing-branch-strip.png) no-repeat center;
    height: 185px;
    top: -75px;
    right: -100px;
    z-index: -9;
}

.why-key-bx-main::after {
    content: "";
    position: absolute;
    display: block;
    width: 265px;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease;
    background: url(../png/listing-branch-strip.png) no-repeat center;
    height: 185px;
    left: -119px;
    bottom: 13px;
    z-index: -9;
}

.why-key-bx {
    width: 18.2%;
    border: 1px solid #cdcccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    text-align: center;
    min-height: 200px;
    justify-content: center;
    background: #fff;
}

    .why-key-bx .why-key-img img {
        width: auto;
        max-width: max-content;
        margin: 0 auto;
    }

.why-key-info {
    font-size: 18px;
    font-family: 'Gilda Display';
    line-height: 1.4;
    margin-top: 10px;
}

.contact-detail-main-info {
    max-width: 1155px;
    margin: auto;
}

.contact-detail-info {
    text-align: center;
}

    .contact-detail-info h4 {
        margin-bottom: 20px;
    }

.contact-detail-main ul li .contact-detail-img {
    position: relative;
    text-align: center;
}

    .contact-detail-main ul li .contact-detail-img::after {
        content: "";
        position: absolute;
        left: 80%;
        background: url(../png/contact-after-img.png) no-repeat center;
        width: 194px;
        height: 194px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -9;
    }

    .contact-detail-main ul li .contact-detail-img::before {
        content: "";
        position: absolute;
        left: 80%;
        background: url(../png/contact-before-img.png) no-repeat center;
        width: 194px;
        z-index: -9;
        height: 194px;
        top: 40%;
        transform: translateY(-40%);
    }

.contact-detail-main ul li:nth-child(2) .contact-detail-img::after,
.contact-detail-main ul li:nth-child(3) .contact-detail-img::before,
.contact-detail-main ul li:nth-child(1) .contact-detail-img::before,
.contact-detail-main ul li:last-child .contact-detail-img::before,
.contact-detail-main ul li:last-child .contact-detail-img::before,
.contact-detail-main ul li:last-child .contact-detail-img::after {
    display: none;
}


.contact-detail-info a strong {
    color: #000;
}

.contact-detail-info .socialLinks {
    justify-content: center;
    margin-top: 0px !important;
}

    .contact-detail-info .socialLinks li a {
        background: transparent;
        width: 20px;
    }

.contact-detail-info h4 {
    margin-bottom: 10px;
    line-height: 1;
}

.why-key-content {
    margin-bottom: 55px;
}

@media screen and (max-width:1600px) {
    .why-key-bx-main::before, .why-key-bx-main::after {
        display: none;
    }
}


@media screen and (max-width:1440px) {

    .why-key-bx {
        padding: 0px 15px;
    }

    .why-key-info {
        font-size: 16px;
    }

    .why-book-main {
        padding: 0px 0 40px 0;
    }

    .why-key-content {
        margin-bottom: 45px;
    }

    .contact-detail-main .contact-detail-info .socialLinks {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:1199px) {
    .why-key-info {
        font-size: 14px;
        line-height: 1.3;
    }

    .why-key-bx {
        min-height: 175px;
    }

        .why-key-bx .why-key-img img {
            max-width: 70px;
        }

    .why-key-bx {
        padding: 0px 10px;
    }

    .why-key-bx-main {
        margin-bottom: 20px;
    }

    .why-key-content {
        margin-bottom: 35px;
    }

    .contact-detail-info a strong {
        font-size: 14px;
    }

    .why-book-main {
        padding: 0px 0 30px 0;
    }

    .contact-detail-main ul li .contact-detail-img::after, .contact-detail-main ul li .contact-detail-img::before {
        background-size: contain;
        width: 174px;
        height: 174px;
    }

    .bookavilla.bannerinner .bnrTitleImg {
        background-position: 62% bottom;
        background-size: contain;
    }
}


@media screen and (max-width:991px) {
    .contact-detail-main ul li .contact-detail-img::after, .contact-detail-main ul li .contact-detail-img::before {
        display: none;
    }

    .why-key-bx {
        padding: 0px 10px;
        width: 31%;
        margin-bottom: 20px;
    }


    .why-key-bx {
        padding: 0px 10px;
        width: 30%;
        margin-bottom: 20px !important;
        margin: 0 10px;
    }

    .why-key-bx-main {
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-detail-img a img {
        max-width: 160px;
    }

    .why-key-info {
        font-size: 16px;
    }

    .bookavilla.bannerinner .bnrTitleImg {
        background: none;
    }
}


@media screen and (max-width:767px) {
    .why-book-main {
        padding: 5px 0 20px 0;
    }

        .why-book-main h2 {
            margin-bottom: 20px;
        }

    .contact-detail-main ul li .contact-detail-img {
        text-align: center;
    }

    .contact-detail-main-info li {
        width: 50%;
        margin-bottom: 30px;
    }

        .contact-detail-main-info li:last-child {
            margin-bottom: 0px;
        }

    .contact-detail-main-info {
        flex-wrap: wrap;
    }

        .contact-detail-main-info .contact-detail-info li {
            width: auto;
            margin-bottom: 0px;
        }

        .contact-detail-main-info li {
            margin-bottom: 15px;
        }

    .why-key-bx {
        padding: 0px 10px;
        width: 46%;
    }

    .why-key-bx-main {
        margin-bottom: 0;
    }
}

@media screen and (max-width:575px) {

    .why-key-bx {
        padding: 0px 10px;
        width: 240px;
    }

    .contact-detail-main-info li {
        width: 100%;
    }

    .contact-detail-main-info {
        flex-direction: column;
    }
}

/*-------------- Why-book-a-villa ---------------------*/







/*-------------- Contact-us ---------------------*/

.contactusmain .shortlistRt {
    max-width: 740px;
}

.contactusmain .underline {
    margin: 30px 0;
}

.contactusmain .shortlistLt {
    padding-right: 40px;
}

.contactusmain .bannerinner .bnrTitleImg {
    background-position: 65% bottom;
}

.atol-main-info p a {
    text-decoration: underline;
}

@media screen and (max-width:1340px) {
    .contactusmain .shortlistenquirebx {
        background-repeat: repeat;
        background-size: auto;
    }

    .contactusmain .shortlistRt {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .contactusmain .shortlistRt {
        max-width: 670px;
    }

    .contactusmain {
        padding: 20px 0 20px 0;
    }

    .contact-book-main {
        padding: 0px 0 30px 0;
    }
}

@media screen and (max-width:1199px) {
    .contactusmain .shortlistRt {
        max-width: 600px;
    }

    .contactusmain .shortlistLt {
        padding-right: 10px;
    }

    .contactusmain .shortlistRt {
        max-width: 100%;
    }
}






/*-------------- Contact-us ---------------------*/


/*-------------- ATOL-protection ---------------------*/
.atol-main-bx {
    padding: 20px 0px 40px 0px;
}

@media screen and (max-width:991px) {
    .atol-main-bx {
        padding: 0px;
    }

    .atol-img-bx img {
        margin-bottom: 20px;
    }
}

/*--------------ATOL-protection ---------------------*/


/*--------------Blog-detail ---------------------*/
.date-bx {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .date-bx i {
        margin-right: 10px;
    }

.post-txt li strong {
    color: #d9899e;
}

.post-txt li {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1;
}

    .post-txt li:last-child {
        border-right: none;
    }

.post-txt {
    margin-bottom: 25px;
}

.blog-detail-img img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.blog-detail-info .blog-detail-img img {
    height: 546px;
}

.date-bx i img {
    margin-top: -4px;
}

.blog-detail-img {
    margin-bottom: 20px;
}

.blog-detail-info .underline {
    margin: 30px 0;
}

.blog-detail-info h3 {
    line-height: 1.2;
    margin: 10px 0;
    font-size: 25px;
}

.blog-small-bx img {
    border-radius: 10px;
}

.blog-detail-info-rt .date-bx {
    margin-bottom: 10px;
}

.blog-detail-info-rt h4 {
    margin-bottom: 10px;
}


.blog-detail-info-list h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .blog-detail-info-list h4 a {
        color: #000;
    }

        .blog-detail-info-list h4 a:hover {
            color: #d9899e;
        }

.blog-detail-info-list ul {
    padding-left: 0px;
}

.blog-pagination {
    display: flex;
    justify-content: space-between;
}

.blog-detail-info {
    padding-bottom: 60px;
}

    .blog-detail-info p {
        margin-bottom: 10px;
    }

.blog-pagination i {
    margin-right: 5px;
}


.blog-pagination .next-icon {
    margin-left: 5px;
    position: absolute;
    top: 20px;
}

.blog-pagination .prev-icon {
    position: absolute;
    top: 20px;
    left: 16px;
}


.blog-pagination .btn-custom:hover .prev-icon img, .blog-pagination .btn-custom:hover .next-icon img {
    transform: inherit;
}

.blog-small-bx [class*="col-"] {
    margin: 10px 0px;
}

    .blog-small-bx [class*="col-"]:last-child {
        margin-bottom: 0px;
    }

.blog-pagination .btn-custom i img {
    max-width: 17px;
    margin-top: -3px;
    width: auto;
}

.blog-list .cardInfo {
    padding: 20px 15px;
}


.blog-detail-info > h2 {
    line-height: 1.2;
    margin: 15px 0;
    font-size: 30px;
}

.blog-detail-info > h1 {
    line-height: 1.2;
    margin: 15px 0;
    font-size: 47px;
    letter-spacing: 0;
}

.blog-detail-info > span {
    margin: 5px 0;
    /*display: inline-block;*/
}


.blog-detail-info a img {
    /*width: 100%;*/
    margin-top: 10px;
}

/* .blog-detail-info a span {
        display: block;
    }*/

.blog-detail-info-rt .blog-detail-img img {
    height: 302px;
}



@media screen and (max-width:1340px) {
    .blog-detail-info h3 {
        font-size: 25px;
    }

    .blog-detail-info .underline {
        margin: 25px 0;
    }
}

@media screen and (max-width:1199px) {
    .blog-detail-info h3 {
        font-size: 22px;
    }

    .blog-pagination .btn-custom {
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
    }

        .blog-pagination .btn-custom i img {
            max-width: 7px;
            margin-top: -4px;
        }

    .blog-detail-info {
        padding-bottom: 35px;
    }

    .date-bx span {
        font-size: 14px;
    }

    .date-bx i img {
        margin-top: -4px;
        max-width: 17px;
    }

    .date-bx i {
        margin-right: 5px;
    }

    /* .blog-detail-img img {
        min-height: 220px;
    } */

    .blog-detail-info > h2 {
        font-size: 30px;
    }

    .blog-detail-info > h1 {
        font-size: 40px;
    }

    .blog-detail-info-rt .blog-detail-img img {
        height: 220px;
    }

    .blog-detail-info .blog-detail-img img {
        height: 430px;
    }
}

@media screen and (max-width:991px) {
    .blog-detail-img img {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .blog-detail-info h3 {
        font-size: 20px;
    }

    .blog-small-bx img {
        width: 100%;
    }

    .blog-detail-info > h2 {
        font-size: 25px;
        margin: 10px 0;
    }

    .blog-detail-info > h1 {
        font-size: 30px;
        margin: 10px 0;
    }

    .blog-detail-info .blog-detail-img img {
        height: 300px;
    }
}

/*--------------Blog-detail ---------------------*/


/*--------------Trade-partners ---------------------*/

.newsletter-bx {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    padding: 25px 35px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.newsletter-bx-img {
    margin-right: 25px;
}

.newsletter-txt-info a {
    font-weight: bold;
}

.newsletter-txt-info p {
    margin-bottom: 0px;
}

.trade-partners-bx h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

.trade-partners-bx .antiguavideobx {
    max-width: 100%;
    left: -15px;
}

.trade-partners-bx .enquiretotal ul li {
    font-size: 16px;
}

    .trade-partners-bx .enquiretotal ul li:first-child, .trade-partners-bx .enquiretotal ul li:nth-child(2) {
        background: #fae9ec;
        text-align: center;
        font-weight: 400 !important;
        font-family: 'Gilda Display';
        font-size: 20px;
        color: #000 !important;
        padding: 10px 15px;
    }

    .trade-partners-bx .enquiretotal ul li:nth-last-child(odd) {
        border-right: 1px solid #f2dce0;
        text-align: left;
    }

    .trade-partners-bx .enquiretotal ul li:nth-last-child(even) {
        text-align: right;
    }

.trade-partners-bx {
    padding-bottom: 30px;
}

    .trade-partners-bx .villa-img img {
        height: 110px;
        object-fit: scale-down;
        margin: 0 auto;
    }

    .trade-partners-bx .enquiretotal ul li:nth-last-child(-n+2) {
        border-bottom: 1px solid #f2dce0;
    }

    .trade-partners-bx .enquiretotal ul li:nth-last-child(1) {
        background: #f8f8f8;
        text-align: center !important;
        font-weight: 400;
        color: #000;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 18px;
        padding: 12px 0;
    }

    .trade-partners-bx .enquiretotal ul li:nth-last-child(even) {
        text-align: right;
        font-weight: bold;
        color: #d9899e;
    }


.faq-bx .card {
    margin-bottom: 15px;
}

.faq-bx .card-header {
    background: transparent;
    border-bottom: none;
    padding: 20px 55px 20px 30px;
    border-radius: 10px;
    position: relative;
}

    .faq-bx .card-header a {
        font-size: 20px;
        font-family: 'Gilda Display';
        width: 100%;
        text-align: left;
        padding: 0px;
        color: #000;
    }

        .faq-bx .card-header a:hover {
            text-decoration: none;
        }

.faq-bx .card-body {
    padding: 0px 30px 15px 30px;
}

    .faq-bx .card-body p {
        margin-bottom: 15px;
    }

        .faq-bx .card-body p strong {
            color: #d9899e;
        }

        .faq-bx .card-body p a {
            color: #d9899e;
        }

    .faq-bx .card-body h3 {
        color: #d9899e;
        font-size: 25px;
    }

.faq-bx .card-header a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../png/faq-down-arrow.png) no-repeat center;
    width: 34px;
    height: 34px;
}

.faq-bx .card-header a.collapsed:after {
    background: url(../png/faq-right-arrow.png) no-repeat center;
}

.faq-bx .card-body ul {
    margin-bottom: 15px;
}

    .faq-bx .card-body ul li {
        list-style: initial;
        margin-bottom: 5px;
    }



.trade-partners-bx .villa-img {
    padding: 15px;
    border: 1px solid #cdcccc;
    border-radius: 5px;
    background: #fff;
}


.partners-slider-main {
    padding: 30px 0 50px 0;
    background: url(../png/partners-slider-bg.png) no-repeat center;
    margin-bottom: 50px;
}

.reward-bx a {
    text-decoration: underline;
}

.partnersSlider .owl-nav button.owl-prev {
    background: url(../png/villa-prev-arrow.png);
}

.partnersSlider .owl-nav button.owl-next {
    background: url(../png/villa-next-arrow.png);
}


.partnersSlider .owl-nav button.owl-prev, .partnersSlider .owl-nav button.owl-next {
    width: 46px;
    height: 46px;
    position: relative;
    margin-left: 20px;
}

.partnersSlider .owl-nav {
    position: absolute;
    top: -55px;
    transform: translateY(-50%);
    right: 0px;
    display: flex;
    justify-content: space-between;
}

.partnersSlider .owl-dots {
    display: none;
}

.trade-section .bnrTitleImg {
    background-position: 73% bottom;
}


@media screen and (max-width:1600px) {
    .trade-section .bnrTitleImg {
        background-position: 65% bottom;
    }
}



@media screen and (max-width:1440px) {

    .partners-slider-main {
        background-size: cover;
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .partnersSlider .owl-nav {
        top: -44px;
        transform: translateY(-44%);
    }

    .trade-partners-bx h3 {
        font-size: 30px;
    }

    .faq-bx .card-body p {
        font-size: 14px;
    }
}

@media screen and (max-width:1199px) {
    .partners-slider-main {
        padding: 20px 0;
        background: none;
    }

    .trade-partners-bx .detail-tabs .nav-item {
        margin-right: 26px;
    }

    .trade-partners-bx .detail-tabs {
        padding: 25px 35px 0 35px;
    }

    .faq-bx .card-header a.collapsed:after, .faq-bx .card-header a:after {
        width: 30px;
        height: 30px;
        background-size: contain;
    }

    .partners-slider-main {
        padding-top: 0px;
    }

    .partnersSlider .owl-nav {
        top: -35px;
    }

        .partnersSlider .owl-nav button.owl-prev, .partnersSlider .owl-nav button.owl-next {
            width: 35px;
            height: 35px;
            position: relative;
            margin-left: 10px;
            background-size: contain;
        }


        .partnersSlider .owl-dots.disabled, .partnersSlider .owl-nav.disabled {
            display: block !important;
        }
}

@media screen and (max-width:991px) {
    .trade-partners-bx .detail-tabs {
        padding: 25px 25px 0 25px;
    }

        .trade-partners-bx .detail-tabs .nav-item {
            margin-right: 16px;
        }

    .partners-slider-main {
        margin-bottom: 10px;
    }

    .newsletter-bx {
        padding: 15px;
    }

    .newsletter-bx-img {
        margin-right: 13px;
    }

    .trade-partners-detail .overview-bx a {
        font-size: 14px;
    }

    .trade-partners-bx .enquiretotal ul li:nth-last-child(1) {
        font-size: 16px;
    }

    .trade-partners-bx .enquiretotal ul li {
        font-size: 14px;
    }

        .trade-partners-bx .enquiretotal ul li:first-child, .trade-partners-bx .enquiretotal ul li:nth-child(2) {
            font-size: 18px;
        }

    .faq-bx .card-header a {
        font-size: 18px;
        white-space: normal;
    }
}

@media screen and (max-width:767px) {
    .trade-partners-bx h3 {
        font-size: 25px;
    }

    .faq-bx .card-header {
        padding: 15px 49px 15px 20px;
    }

    .faq-bx .card-body {
        padding: 0px 22px 15px 22px;
    }

    .faq-bx .card-header a.collapsed:after, .faq-bx .card-header a:after {
        width: 25px;
        height: 25px;
    }

    .partners-slider-main {
        padding: 10px 0;
    }

    .trade-partners-bx .detail-tabs .nav-item {
        margin-right: 10px;
    }

    .trade-partners-bx .tab-pane {
        padding: 15px 0;
    }
}


@media screen and (max-width:575px) {
    .trade-partners-bx .villa-img {
        max-width: 240px;
        margin: 0 auto;
    }

        .trade-partners-bx .villa-img img {
            width: auto !important;
        }

    .trade-partners-bx .detail-tabs > li > a, .trade-partners-bx .detail-tabs > li > a {
        font-size: 11px;
    }

    .trade-partners-bx .detail-tabs {
        padding: 25px 10px 0 10px;
    }

    .newsletter-bx {
        flex-direction: column;
    }

    .newsletter-bx-img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .trade-partners-detail .overview-bx a {
        font-size: 11px;
    }

    .trade-partners-detail .enquireinnerbx span {
        font-size: 14px;
    }
}
/*--------------Trade-partners ---------------------*/



/*--------------Suppliers-Owners---------------------*/
.villa-suppliers-bx {
    padding-bottom: 70px;
    overflow: hidden;
}

.suppliers-slider-main {
    padding: 30px 0;
    background-size: auto;
    margin-bottom: 100px;
}

.villa-suppliers-tp-info h2 {
    width: calc(100% - 740px);
}

.suppliers-slider {
    position: relative;
}


    .suppliers-slider::after {
        content: "";
        position: absolute;
        display: block;
        width: 265px;
        border-radius: 5px 5px 0 0;
        transition: all 0.3s ease;
        background: url(../png/listing-branch-strip.png) no-repeat center;
        height: 185px;
        left: -119px;
        bottom: -7px;
        z-index: -9;
    }

.suppliers-owners .bnrTitleImg {
    background-position: 80% bottom;
}

.suppliers-info-title h3 {
    margin-bottom: 0px;
}

.request-contact-info a {
    color: #000;
}

    .request-contact-info a:hover {
        color: #d9899e;
    }

.suppliers-underline {
    position: relative;
    margin: 20px 0;
}

    .suppliers-underline::after {
        content: "";
        width: 34px;
        height: 22px;
        background: #fff url(../png/suppliers-underline-icon.png) no-repeat center;
        display: block;
        position: absolute;
        right: 0;
        top: -10px;
        padding-left: 50px;
    }


.suppliers-slider .owl-nav button.owl-prev {
    background: url(../png/villa-prev-arrow.png);
}

.suppliers-slider .owl-nav button.owl-next {
    background: url(../png/villa-next-arrow.png);
}

.suppliers-slider .owl-nav button.owl-prev, .suppliers-slider .owl-nav button.owl-next {
    width: 46px;
    height: 46px;
    position: relative;
    margin: 0px;
}

.suppliers-slider .owl-nav {
    position: absolute;
    top: auto;
    left: 0;
    display: flex;
    justify-content: space-between;
    bottom: 0px;
}


.home-sec4-new {
    padding: 80px 0 130px;
    color: #fff;
    background: linear-gradient(to right, rgba(0,24,48,1) 0%,rgba(0,72,142,1) 100%);
    overflow: hidden;
}

    .home-sec4-new .owl-carousel .owl-stage {
        display: flex;
    }

.suppliers-slider {
    margin-top: 0px;
    width: 100vw;
    margin-bottom: 0px;
}

    .suppliers-slider p {
        margin-bottom: 0px;
    }

    .suppliers-slider .item {
        background: #fff;
        padding: 30px;
        border-radius: 8px;
        height: 100%;
        position: relative;
        border: 1px solid #cdcccc;
        margin: 25px 0;
    }

    .suppliers-slider.owl-carousel.owl-drag .owl-item.active:nth-of-type(odd) .item {
        border: none;
        box-shadow: 0px 0px 25px #efefef;
    }



    .suppliers-slider .owl-nav > button {
        background: #fff;
        color: #000;
        top: auto;
        transform: inherit;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        border-radius: 50%;
        bottom: -50px;
    }

        .suppliers-slider .owl-nav > button.owl-prev {
            left: 0;
        }

        .suppliers-slider .owl-nav > button.owl-next {
            right: auto;
            left: 10px;
        }

    .suppliers-slider.owl-carousel .owl-nav .disabled {
        display: block !important;
    }

.suppliers-form .browse-bx .browse {
    background: #d9899e;
    color: #fff;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border: 5px !important;
    width: 125px;
    justify-content: center;
    margin-left: -5px;
    height: 50px;
}

.suppliers-form .browse-bx .form-control {
    background: transparent;
    border-radius: 4px;
}

.suppliers-form .file {
    display: none;
}

.request-bx {
    padding: 40px;
    border: 1px solid #cccc;
    border-radius: 10px;
    border-top-right-radius: 0px;
    background: #fff;
}

.destination-icon .form-control {
    background: url(../png/destination-icon.png) no-repeat 97% center;
    padding-right: 53px;
}

.suppliers-contact-bx {
    margin-left: -1px;
    padding: 25px 30px;
    margin-top: -70px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    background: #fff url(../png/contact-details-bg.png) no-repeat center;
    background-size: cover;
}

.request-contact-inner {
    display: flex;
    align-items: center;
}

    .request-contact-inner .request-contact-img {
        margin-right: 20px;
    }

.suppliers-contact-bx > ul > li {
    display: inline-block;
    padding-bottom: 30px;
    width: 100%;
}

.suppliers-contact-bx .socialLinks li a {
    background: transparent;
    width: 20px;
}

.request-tp-txt-info img {
    margin-bottom: 20px;
}


.Up-load-image-list {
    width: 99px;
    height: 80px;
    position: relative;
}

    .Up-load-image-list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.close-btn {
    position: absolute;
    z-index: 9999999;
    right: -5px;
    width: 20px;
    height: 20px;
    background: #d9899e;
    color: #fff;
    line-height: 10px;
    border-radius: 10px;
    top: -7px;
    border: 1px solid #d9899e;
}

.Up-load-image-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.up-load-img-main {
    gap: 18px;
}




@media screen and (max-width:1600px) {
    .suppliers-owners .bnrTitleImg {
        background-position: 73% bottom;
    }
}

@media screen and (max-width:1340px) {
    .suppliers-slider .item {
        padding: 20px;
    }

    .villa-suppliers-tp-info h2 {
        padding-right: 20px;
    }

    .suppliers-slider::after {
        display: none;
    }
}

@media screen and (max-width:1199px) {
    .villa-suppliers-tp-info h2 {
        width: calc(100% - 650px);
    }

    .suppliers-slider .owl-nav {
        bottom: 25px;
    }

    .request-contact-img img {
        max-width: 85px;
    }

    .request-contact-info .socialLinks {
        margin: 5px 0 0 0 !important;
    }

    .request-contact-inner .request-contact-img {
        margin-right: 15px;
    }

    .suppliers-contact-bx {
        padding: 25px;
    }

    .request-bx {
        padding: 20px;
    }

    .suppliers-slider-main {
        margin-bottom: 80px;
    }

    .villa-suppliers-bx {
        padding-bottom: 60px;
    }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: flex;
    }
}

@media screen and (max-width:991px) {
    .villa-suppliers-tp-info {
        flex-direction: column;
    }

        .villa-suppliers-tp-info h2 {
            width: 100%;
            padding-right: 0px;
            margin-bottom: 10px !important;
        }

        .villa-suppliers-tp-info p {
            width: 100%;
        }

    .suppliers-contact-bx {
        margin-top: 30px;
    }

    .suppliers-slider-main {
        margin-bottom: 30px;
    }

    .villa-suppliers-bx {
        padding-bottom: 50px;
    }

    .suppliers-slider .owl-nav button.owl-prev, .suppliers-slider .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        position: relative;
        margin: 0px;
        background-size: contain;
    }
}

@media screen and (max-width:767px) {
    .villa-suppliers-tp-info p br {
        display: none;
    }





    .destination-icon .form-control {
        background-size: 23px;
    }

    .villa-card .villa-numbers {
        justify-content: start;
    }

    .suppliers-form .request-bx {
        border-radius: 10px !important;
    }
}

@media screen and (max-width:575px) {
    .suppliers-slider .item {
        margin: 20px 15px;
    }

    .request-contact-img img {
        max-width: 65px;
    }

    .request-contact-info h4 {
        font-size: 18px;
    }

    .request-contact-info a strong {
        font-size: 14px;
    }

    .villa-suppliers-bx {
        padding-bottom: 30px;
    }

    .suppliers-slider .owl-nav {
        width: auto;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*--------------Suppliers-Owners ---------------------*/






/*--------------About-us ---------------------*/
/*.aboutbanner .bnrTitleImg {
    background-size: contain;
    background-position: 84% bottom;
}*/

.about-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.about-info-title {
    width: 100%;
    font-size: 35px;
    font-family: 'Gilda Display';
    line-height: 1.4;
}

.about-info span {
    width: 100%;
    margin-bottom: 20px;
}



.about-atol-middle {
    display: flex;
    background: #f8f8f8;
    padding: 25px 30px;
    border-radius: 10px;
}

.about-main-upper {
    margin-bottom: 70px;
}

.about-atol-info h3 {
    margin-bottom: 5px;
}

.about-atol-info p {
    margin-bottom: 0px;
}

.about-atol-img {
    margin-right: 20px;
}

    .about-atol-img img {
        max-width: 400px;
    }

.about-atol-info p a {
    text-decoration: underline;
}

.about-main-bx {
    padding: 5px 0 70px 0;
}


.team-bx {
    padding-top: 50px;
}

.team-title {
    font-size: 36px;
    text-align: center;
    font-family: 'Gilda Display';
    margin-bottom: 30px;
}

.team-card {
    width: 25%;
    position: relative;
    padding: 2px;
}

.team-img {
    position: relative;
}

    .team-img::after {
        background: url(../png/about-overlay.png) no-repeat bottom center;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        bottom: 0;
        z-index: 1;
        position: absolute;
        background-size: contain;
    }

.team-img {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .team-img img {
        width: 100%;
    }

.team-info-txt h5 {
    color: #fff;
}

.team-info-txt {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
    z-index: 9;
    color: #fff;
}

    .team-info-txt span {
        font-size: 14px;
    }

.team-card:last-child .team-img::after {
    display: none;
}

.about-main-upper p {
    margin-bottom: 15px;
    width: 100%;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 50%; /* This gives a 1:1 aspect ratio */
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.overview-bx, .amenitiesbx, .inclusions, .ratemain, .availability {
    padding: 15px 0;
}

.ratemainpadding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.villa-detail-rt .btn-custom span {
    color: #fff;
}

.villa-detail-rt .btn-custom:hover span {
    color: #000;
}


.aboutbanner .bannerUper, .atol-protection .bannerUper {
    bottom: 40px;
}

.aboutbanner .bannerinnerimgbox img, .atol-protection .bannerinnerimgbox img {
    height: 283px;
    object-fit: cover;
}

.aboutbanner .bnrTitleImg, .bannerinner .bnrTitleImg,
.bannerUperInfo .bnrTitleImg, .bnrTitleImg {
    background-position: center;
}



@media screen and (max-width:1600px) {
    /*    .aboutbanner .bnrTitleImg {
        background-position: 74% bottom;
    }*/

    .about-img-card img {
        max-width: 100%;
    }

    .about-img-card {
        width: 100%;
        text-align: center;
    }

    .about-main-bx {
        padding: 5px 0 50px 0;
    }
}

@media screen and (max-width:1440px) {
    /*    .aboutbanner .bnrTitleImg {
        background-position: 77% bottom;
    }*/

    .aboutbanner .bannerinnerimgbox, .atol-protection .bannerinnerimgbox {
        min-height: auto;
    }

    .aboutbanner .bannerUper, .atol-protection .bannerUper {
        bottom: 45px;
    }

    .aboutbanner .bannerinnerimgbox img, .atol-protection .bannerinnerimgbox img {
        height: 230px;
    }
}

@media screen and (max-width:1340px) {
    .about-img-card img {
        max-width: 100%;
    }

    .about-atol-img img {
        max-width: 100px;
    }

    .team-bx {
        padding-top: 40px;
    }
}

@media screen and (max-width:1199px) {
    .team-info-txt span {
        line-height: 1.5;
        display: inline-block;
    }

    .about-main-upper {
        margin-bottom: 50px;
    }

    .team-card {
        width: 33%;
    }


    .about-img-card img {
        max-width: 100%;
    }

    .about-info-title {
        font-size: 30px;
    }

    .about-info span {
        margin-bottom: 15px;
    }

    .team-title {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
}

@media screen and (max-width:991px) {

    .team-bx {
        padding-top: 30px;
    }

    .about-atol-img img {
        max-width: 88px;
    }

    .about-main-upper {
        margin-bottom: 40px;
    }


    .about-info span {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .about-info-title {
        font-size: 25px;
    }

    .aboutbanner .bannerinnerimgbox img, .atol-protection .bannerinnerimgbox img {
        height: 213px;
        object-fit: cover;
    }

    .overview-bx h2 {
        font-size: 28px;
    }

    .overview-bx h3 {
        font-size: 25px;
    }
}

@media screen and (max-width:767px) {
    .about-img-card {
        margin-bottom: 20px;
    }

    .team-card {
        width: 50%;
    }

    .aboutbanner .bannerinnerimgbox img, .atol-protection .bannerinnerimgbox img, .bannerinner .bannerinnerimgbox.banner-inner-searchbar img {
        height: 150px;
    }
}

@media screen and (max-width:575px) {
    .about-atol-middle {
        flex-direction: column;
    }

    .about-atol-img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .team-card {
        width: 100%;
    }

    .about-main-bx {
        padding: 5px 0 40px 0;
    }

    .aboutbanner .bannerinnerimgbox img, .atol-protection .bannerinnerimgbox img, .bannerinner .bannerinnerimgbox.banner-inner-searchbar img {
        height: 130px;
    }
}




/*--------------About-us ---------------------*/



/*--------------country ---------------------*/
.country-banner .bnrTitleImg {
    background-position: 67% bottom;
}

.country-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 100%;
}

.country-section {
    background-position: center;
}

.country-table-section table {
    background: #fff;
    margin: 0;
}

    .country-table-section table tr th {
        min-width: 25%;
        padding: 10px 20px;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        background: #d9899e;
        /*display: inline-block;*/
        display: table-cell;
        width: 100%;
        text-align: left;
        width: 18%;
    }

    .country-table-section table tr td {
        padding: 10px 20px;
        font-size: 14px;
        color: #6c6d70;
        background: #f8f8f8;
        text-align: left;
    }

    .country-table-section table tr th, .country-table-section table tr td {
        border: 3px solid #fff;
    }

.country-section p {
    margin-bottom: 10px;
}


.country-section .read-more-btn {
    display: block;
    margin-bottom: 50px;
}

.country-table-section h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.country-table-section p {
    margin-bottom: 20px;
}

.country-table-section {
    margin-bottom: 40px;
    box-shadow: 0px 0px 30px #ababab3b;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
}



.country-map-main {
    padding: 20px;
}

    .country-map-main .close {
        position: absolute;
        right: 10px;
        background: #fff;
        padding: 10px;
        box-shadow: 0px 0px 10px #d1d1d1db;
        opacity: 1;
        border-radius: 70px;
        top: 10px;
    }

        .country-map-main .close:hover {
            opacity: 1 !important;
        }


@media screen and (max-width:1340px) {
    .country-title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:991px) {
    .country-section .read-more-btn {
        margin-bottom: 40px;
    }

    .country-table-section {
        padding: 18px;
    }

    .country-map-main .close img {
        width: 14px;
        position: relative;
        top: -2px;
    }

    .country-map-main .close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0px;
    }
}

@media screen and (max-width:767px) {
    .country-map-main {
        padding: 10px;
    }

        .country-map-main .close {
            right: 4px;
            top: 4px;
        }

    .country-table-section table tr th, .country-table-section table tr td {
        display: block;
    }
}

/*--------------country ---------------------*/

/*--------------photocardSlider ---------------------*/

.photocardSlider {
    padding: 20px;
}

.photocardSlider {
    position: relative;
}

.photocardSliderimg img {
    border-radius: 10px;
}

.photocardSlider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    left: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 92%;
    margin: 0 auto;
}

    .photocardSlider .owl-nav button.owl-prev, .photocardSlider .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
        position: relative;
        background-size: contain;
    }

    .photocardSlider .owl-nav button.owl-prev {
        background: url(../png/listsliderarrowleft.png);
    }

    .photocardSlider .owl-nav button.owl-next {
        background: url(../png/listsliderarrowright.png);
    }

@media screen and (max-width:991px) {
    .photocardSliderimg img {
        width: 100%;
    }

    .photocardSlider .owl-nav {
        max-width: 86%;
    }
}


/*--------------photocardSlider ---------------------*/


/*--------------Serch input ---------------------*/
#search-results {
    display: block;
    width: -webkit-fill-available;
    height: 169px;
    overflow-y: auto;
}

a.dropdown-item.active {
    background-color: #d9899e;
}
/*--------------faq-item---------------------*/
.faq-container {
    padding: 0 20px; /* Adjust the values as needed for spacing */
}



.blog-list .cardImg img, .blog-section .blogcard .cardImg img {
    min-height: 300px;
    object-fit: cover;
    max-height: 300px;
    width: 100%;
}

.threedslider-outer .Carsol .slider-box > img {
    height: 100%;
    object-fit: cover;
}


/*.trade-partner-btn-register {*/
/*  animation: animation-btn-blink 3s cubic-bezier(0.4, 0.0, 0.6, 1) infinite;*/
/*box-shadow: 0 0 0 3px var(--ds-border-primary, #D48DA4);
}*/

/*@keyframes animation-btn-blink {
    0%, 33% {
        box-shadow: 0 0 0 5px var(--ds-border-primary, #D48DA4), 0 0 10px 3px rgb(217 137 158);
    }

    66%, 100% {
        box-shadow: 0 0 0 11px var(--ds-border-primary, #D48DA4), 0 0 10px 5px rgb(213 113 139);
    }
}*/










@media screen and (max-width:991px) {
    .blog-list .cardImg img, .blog-section .blogcard .cardImg img {
        min-height: 230px;
    }
}

@media screen and (max-width:767px) {

    .blog-list .cardImg img, .blog-section .blogcard .cardImg img {
        min-height: 230px;
    }

    .blog-list .cardInfo {
        padding: 10px 5px;
    }

    .cardInfo li {
        font-size: 12px;
    }
}


.cookie-consent-banner .cookie-consent button {
    margin-top: 10px;
}

/*sort by*/
#sort-icon {
    cursor: pointer;
}

    #sort-icon.order-desc img {
        transform: rotatex(180deg);
    }


.overflow {
    overflow-x: initial;
}


.main-dashboard-info .bannerinnerimgbox img {
    height: 400px;
    object-fit: cover;
}

.photo-detail-modal .item img {
    object-fit: cover;
    height: 580px;
}

.photo-detail-modal .close {
    position: absolute;
    z-index: 999;
    top: 9px;
    right: 12px;
    /*background: #d9899e;*/
    opacity: 1 !important;
    width: 35px;
    height: 35px;
    /* border-radius: 35px;*/
    box-shadow: none;
}

    .photo-detail-modal .close img {
        width: 16px;
        margin-top: -4px;
    }

.villa-bx-list, .country-list {
    position: relative;
    z-index: 5;
}

#dropdown-menu_propertytype .propertytype-search {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}

#dropdown-menu_propertytype .clear-icon {
    top: 20px;
}


/* Error  start */
.error {
    padding: 50px 0;
}

    .error h2 {
        color: #000;
        display: inline-block;
        font-size: 110px;
        line-height: 110px;
        padding: 5px 0 20px;
        position: relative;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }

        .error h2 span {
            color: #000;
            font-size: 28px;
            line-height: 28px;
            position: absolute;
            right: 0;
            text-transform: none;
            top: -13px
        }

    .error h3 {
        color: #000;
        font-size: 24px;
        font-weight: 400;
        padding: 10px 0;
        text-transform: uppercase;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0px;
        font-family: 'Roboto', sans-serif;
    }

        .error h3 strong {
            font-weight: 700;
            font-size: 48px;
            color: #000;
            margin-right: 15px;
            font-family: 'Roboto', sans-serif;
        }

.error-inner {
    margin: auto;
    max-width: 670px;
    position: relative;
    width: 100%;
    text-align: center
}

.error-img img {
    margin: 0 auto
}

.error .btn.btn-custom.green-btn {
    background: #000;
    color: #fff;
    padding: 12px 20px;
    margin-top: 35px;
    border-radius: .25rem;
    text-transform: uppercase
}



/*--------------media-start---------------*/
@media screen and (max-width:767px) {
    .error h3 strong {
        font-size: 35px;
    }

    .error-img img {
        max-width: 250px;
    }
}
/*--------------media-start---------------*/

/* Error end */





/*--------------Destination-pages-css Start---------------*/

.villas-section:before {
    height: 510px;
}

@media screen and (max-width:1440px) {
    .villas-section:before {
        height: 460px;
    }
}

@media screen and (max-width:1340px) {

    .villas-section:before {
        height: 453px;
    }
}



@media screen and (max-width:1199px) {
    .villas-section:before {
        height: 389px;
    }
}

@media screen and (max-width:1024px) {
    .villas-section:before {
        height: 383px;
    }
}


@media screen and (max-width:991px) {
    .villas-section:before {
        height: 383px;
    }
}

@media screen and (max-width:767px) {
    .villas-section:before {
        height: 491px;
    }
}


/* Why Book Start */
.why-book-section {
    padding: 50px 0 65px 0;
}

.whybookinner {
    padding: 0px;
    text-align: center;
    background-size: auto;
    position: relative;
}

    .whybookinner p {
        margin-bottom: 0px;
    }

    .whybookinner h2 {
        margin-bottom: 5px;
    }

.why-book-section .villalistcard {
    padding: 35px 10px;
    height: 100%;
    padding-bottom: 0px;
}

.why-book-section .listcardtitle {
    font-size: 22px;
    line-height: 1.2;
    overflow: inherit;
    white-space: inherit;
}

.why-book-section .listcardinfo {
    padding-top: 20px;
    padding-bottom: 0px;
}

.why-book-section .thing-img img {
    max-width: 80px;
}
/* Why Book End */



/* Thing-Row-Outer Start */
.thing-row-outer .thing-img img {
    border-radius: 10px;
    height: 330px;
    object-fit: cover;
    width: 100%;
}

.thing-row-outer .listcardtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
    line-height: 1.4;
}

.thing-row-outer p {
    margin-bottom: 0px;
}

.thing-row-outer .listcardtitle a {
    font-size: 30px;
    line-height: 1.3;
    width: 100%;
    display: inline-block;
}

.thing-row-outer .col {
    flex-shrink: 1;
    min-width: 33.33%;
}


@media screen and (max-width:991px) {
    .thing-row-outer .col {
        min-width: 50%;
    }
}

/* Thing-Row-Outer End */

/* Our-guide Start */
.our-guide-bx {
    padding: 50px 0 0 0;
}

    .our-guide-bx .villalistcard {
        height: calc(100% - 30px);
    }

    .our-guide-bx .detail-tab-content h3 {
        margin-bottom: 15px;
        font-size: 36px;
    }

    .our-guide-bx .detail-tab-content {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

@media screen and (max-width:1199px) {
    .thing-row-outer .listcardtitle a {
        font-size: 26px;
    }

    .why-book-section {
        padding: 40px 0;
    }

    .thing-row-outer .thing-img img {
        height: 270px;
    }
}

@media screen and (max-width:1024px) {
    .thing-row-outer .thing-img img {
        height: 250px;
    }

    .enquirebx {
        padding: 17px;
    }

    .why-book-section .thing-img img {
        max-width: 60px;
    }
}

@media screen and (max-width:991px) {

    .why-book-section .listcardtitle {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .thing-row-outer .thing-img img {
        width: 100%;
        height: 220px;
    }

    .our-guide-bx {
        padding: 25px 0 0 0;
    }

    .thing-row-outer .listcardtitle a {
        font-size: 20px;
    }

    .enquirebx {
        margin-left: 0;
    }

    .overview-region-main {
        flex-direction: column;
    }

    .thing-row-outer .col {
        min-width: 50%;
    }


    .why-book-section .villalistcard {
        padding: 25px;
        height: auto;
    }

    .why-book-section {
        padding: 30px 0;
    }

        .why-book-section .listcardinfo {
            padding-top: 0;
        }

        .why-book-section .col-md-4:last-of-type .villalistcard {
            margin-bottom: 0px;
        }
}

@media screen and (max-width:575px) {
    .thing-row-outer .col {
        min-width: 100%;
    }

    .whybookinner img {
        margin-bottom: 20px;
        max-width: 100px;
    }
}
/* Our-guide End */



/* Destination-country Start */
.faq-section {
    padding: 50px 0;
}

.country-location-section {
    padding: 70px 0;
    background: #f8f8f8;
}

.location-bx-main {
    display: flex;
    align-items: center;
    background: #fff url(../png/destination-country-bg.png) top center no-repeat;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f3f1f1;
    margin-bottom: 30px;
    background-size: cover;
}

    .location-bx-main .location-img {
        width: 50%;
    }

        .location-bx-main .location-img img {
            border-radius: 10px;
            width: 100%;
            height: 497px;
            object-fit: cover;
        }

    .location-bx-main .location-info {
        width: 50%;
        padding: 10px 25px 10px 35px;
    }

.location-info h3 {
    font-size: 36px;
    margin-bottom: 12px;
}

.location-info .location-info-img img {
    margin-bottom: 20px;
    max-width: 100px;
}

@media screen and (max-width:1630px) {
    .whybookinner::after {
        width: 178px;
        height: 95px;
        right: -60px;
    }
}

@media screen and (max-width:1440px) {
    .location-bx-main .location-img img {
        height: 460px;
    }

    .whybookinner::after {
        display: none;
    }
}

@media screen and (max-width:1199px) {
    .location-bx-main .location-img img {
        height: 372px;
    }

    .why-book-section {
        padding: 50px 0;
    }
}

@media screen and (max-width:991px) {
    .location-bx-main .location-info {
        padding: 0 20px;
    }

    .country-location-section, .faq-section {
        padding: 50px 0;
    }

    .location-info .location-info-img img {
        max-width: 65px;
    }

    .location-info h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .location-bx-main .location-img img {
        height: 276px;
    }
}

@media screen and (max-width:767px) {
    .location-bx-main .location-img {
        margin-bottom: 30px;
    }

        .location-bx-main .location-img, .location-bx-main .location-info, .location-bx-main .location-img img {
            width: 100%;
        }

    .location-bx-main {
        flex-direction: column;
    }

        .location-bx-main .location-info {
            padding: 0;
        }

    .country-location-section, .faq-section {
        padding: 45px 0;
    }

    .location-bx-main .location-img img {
        height: 487px;
    }
}

@media screen and (max-width:575px) {
    .location-bx-main .location-img img {
        height: 276px;
    }
}
/* Destination-country  End */


/* Destination-region  Start */
.overview-region-main {
    width: 100%;
    display: flex;
}

.overview-lt {
    min-width: 70%;
    flex-shrink: 1;
    padding-right: 20px;
}

.overview-rt {
    min-width: 30%;
    flex-shrink: 1;
}

    .overview-rt .enquirebx h3 {
        font-size: 36px;
    }

    .overview-rt .enquiretotal ul li:nth-last-child(1) {
        font-weight: 400;
        color: #000;
    }

    .overview-rt .enquiretotal ul li:nth-last-child(-n+2) {
        font-size: 14px;
    }

.overview-img-bx img {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    height: 238px;
    object-fit: cover;
}

@media screen and (max-width:1024px) {
    .overview-rt .enquirebx h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:1024px) {
    .overview-lt {
        min-width: 55%;
    }

    .overview-rt {
        min-width: 40%;
    }
}

@media screen and (max-width:767px) {
    .overview-lt, .overview-rt {
        min-width: 100%;
    }
}



/* Destination-region  End */


/* Destination-region  Start */
.best-time-ltimg {
    gap: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .best-time-ltimg img, .best-time-rtimg img {
        border-radius: 10px;
    }

.best-time-shape {
    text-align: right;
    max-width: 100%;
    top: -60px;
    position: relative;
}

.shape-left {
    left: -7px;
}

    .shape-left img {
        border-radius: 0px;
    }

.villa-detail-main .detail-tabs > li > a:focus, .villa-detail-main .detail-tabs > li > a:focus {
    border: 1px solid transparent;
}

.best-time-shape img, .shape-left img {
    border-radius: 0px;
}

.bestsmall-img {
    height: 194px;
}

.bestbig-img {
    height: 210px;
}

.bestrtbestbig {
    height: 227px;
}

@media screen and (max-width:1199px) {
    .best-time-shape img, .shape-left img {
        display: none;
    }

    .bestsmall-img {
        height: 164px;
    }

    .bestrtbestbig {
        height: 187px;
    }

    .bestbig-img {
        height: 150px;
    }
}

@media screen and (max-width:991px) {
    .bestrtbestbig {
        height: 137px;
    }

    .bestbig-img {
        height: 110px;
    }

    .bestsmall-img {
        height: 124px;
    }
}


@media screen and (max-width:767px) {
    .best-time-ltimg, .leaf-img {
        display: none;
    }

    .best-time-rtimg img {
        width: 100%;
        margin-bottom: 20px;
    }

    .our-guide-bx .detail-tab-content {
        gap: 3px;
    }

        .our-guide-bx .detail-tab-content h3 {
            font-size: 29px;
        }

    .bestrtbestbig, .bestbig-img, .bestsmall-img {
        height: 400px;
    }
}

@media screen and (max-width:575px) {
    .bestrtbestbig, .bestbig-img, .bestsmall-img {
        height: 250px;
    }
}



.ftNav ul li a {
    text-transform: uppercase;
}

/* Destination-region  End */

/*    .bannerinner .bannerinnerimgbox:after {
        background: url(../images/innerbanner-overlay.png) no-repeat center bottom;
    }*/

/* socialLinkshdrtop  Start */

.hdrtopbr li {
    margin-right: 20px;
}

.hdrtopsocial li {
    margin-right: 0px;
}

.socialLinkshdrtop {
    display: flex;
    align-items: center;
}

.social-underline {
    display: inline-block;
    margin: 0 20px;
    height: 33px;
    width: 1px;
    background: #e4adbb;
}

.hdrtopsocial li {
    margin: 0 5px;
}

    .hdrtopsocial li:last-child {
        margin-right: 0px;
    }

.hdrtop-contact-btn a {
    color: #fff;
}

.hdrtop-contact-btn {
    margin-right: 15px;
}


.hdrtopbr .menu-dropdown .profile {
    display: flex;
}

    .hdrtopbr .menu-dropdown .profile .img-box {
        margin-right: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.hdrtopbr .menu-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.hdrtopbr .menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.hdrtopbr .menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0px;
    width: 340px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
    z-index: 99;
    border-radius: 10px;
}

    .hdrtopbr .menu::before {
        content: '';
        position: absolute;
        top: -10px;
        right: 0px;
        width: 20px;
        height: 5px;
        transform: rotate(358deg);
        z-index: -1;
        border-right: 20px solid #ffffff;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

.hdrtopbr .menu-dropdown .menu {
    padding: 20px;
}

.hdrtopbr .menu-dropdown ul li {
    margin-right: 0px;
}

    .hdrtopbr .menu-dropdown ul li a {
        color: #000;
        width: 100%;
        display: inline-block;
    }

.hdrtopbr .menusocialLinks {
    padding: 0px;
}

    .hdrtopbr .menusocialLinks li {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }




        .hdrtopbr .menusocialLinks li:last-child {
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }


        .hdrtopbr .menusocialLinks li a .fas {
            width: 35px;
            height: 35px;
            background-color: #f2dce0;
            color: #d9899e;
            line-height: 35px;
            font-size: 16px;
            border-radius: 50px;
            text-align: center;
            margin-right: 10px;
        }

        .hdrtopbr .menusocialLinks li a:hover {
            color: #000;
        }

.hdrtoprtbx {
    display: flex;
}


@media screen and (max-width:991px) {
    .hdrtopbrsearch .form-control {
        margin: 0px auto 0 auto;
    }

    .hdrtopbrsearch .search-btn {
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hdrtopbr .menu-dropdown .profile .img-box {
        width: 30px;
    }

    .hdrtopbr .user img {
        width: 20px;
    }

    .hdrtopbr .menu {
        top: calc(100% + 11px);
    }

    .hdrtopbr .social-underline {
        margin: 0 10px;
    }

    .hdrtopbrsearch .form-control {
        margin: 0px;
        width: 100%;
    }

    .hdrtopbrinner > ul {
        margin-bottom: 10px;
    }
}


/* socialLinkshdrtop  End */




/*--------------Destination-pages-css Start---------------*/


/*.bannerUper {
    z-index: 5;
}


.sub_nav_main ul li ul li ul {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 330px;
}*/

.bannerUper {
    z-index: 5;
}

.villa-bx-list, .country-list {
    z-index: 4;
}

.tcpmain .terms-buttons .btn {
    width: 45%;
}

.tcpmain .terms-buttons {
    justify-content: space-around;
    display: flex;
}

.tcpmain h2 {
    text-align: left;
    margin-bottom: 15px;
}

.tcpmain2 h2 {
    text-align: center;
}

.tcpmain .terms-buttons {
    margin-bottom: 20px;
}

@media screen and (max-width:991px) {
    .tcpmain .terms-buttons .btn {
        padding: 0 10px;
    }
}

@media screen and (max-width:767px) {

    .tcpmain .terms-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .tcpmain .terms-buttons .btn {
            width: 100%;
        }

            .tcpmain .terms-buttons .btn:last-child {
                margin-bottom: 10px;
            }
}

.downloadbtn {
    text-align: center;
    padding-top: 20px;
}

/******for amenities at front end************ */
.amenities-listInner ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    gap: 4px;
}

    .amenities-listInner ul li {
        padding: 0px 0px 0px 22px;
        margin: 0px 0px 20px 0px;
        list-style: none;
        width: 33%;
        background-image: url(../png/check.png);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left 5px;
    }

@media screen and (max-width:767px) {
    .amenities-listInner ul li {
        width: 48%;
    }
}

@media screen and (max-width:565px) {
    .amenities-listInner ul li {
        width: 100%;
        background-size: 3.5%;
    }
}
/******for amenities at front end************ */

@media screen and (min-width: 999px) {
    .bannerinner .bannerinnerimgbox:after {
        background: url(../png/innerbanner-overlay.png) no-repeat center bottom;
    }
}

#overview .overview-bx strong {
    color: #d9899e;
}


.blog-detail-main a img {
    display: block;
}

.dv_destination_Infotext .full-text {
    overflow: hidden;
    max-height: 3em;
    transition: max-height 0.5s ease-in-out;
}

.blogcard .cardInfo ul {
    padding-left: 0px;
}

.blog-list .villalistcard .cardInfo ul {
    padding-left: 0px;
}

.villa-label,
.main-villa-label {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 4px 8px;
    white-space: nowrap;
    color: #2c2c2c;
    box-shadow: 0 2px 6px rgba(60, 64, 67, 0.15);
    transition: opacity 0.2s ease;
    opacity: 0.95;
}

/* Optionally make the main villa label stand out more */
.main-villa-label {
    font-weight: 600;
    border-color: #ff69b4;
    color: #ff4081;
}

.main-marker-shadow {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 105, 180, 0.4);
    box-shadow: 0 0 15px 5px rgba(255, 105, 180, 0.5);
    animation: pulse 2s infinite;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0.2;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
}

.villa-label, .main-villa-label {
    background: white;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.main-villa-label {
    color: #ff69b4;
}


.main-marker-shadow-ring {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 105, 180, 0.4);
    border-radius: 50%;
    position: absolute;
    animation: blinkShadow 1.5s infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes blinkShadow {
    0% {
        transform: scale(0.9);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.5;
    }
}

.about-main-bx .team-bx .team-card {
    width: 33.33%;
}



.ribbon {
    width: 100%;
    margin-bottom: 15px;
}

    .ribbon span {
        font-size: 14px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        line-height: 32px;
        width: 100%;
        display: block;
        background: #50c878;
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        padding: 5px;
        border-radius: 5px;
        box-shadow: none;
        margin-top: 10px;
    }

.red span {
    background: linear-gradient(#f70505 0%, #8f0808 100%);
}

    .red span::before {
        border-left-color: #8f0808;
        border-top-color: #8f0808;
    }

    .red span::after {
        border-right-color: #8f0808;
        border-top-color: #8f0808;
    }

.blue span {
    background: #97999a;
}

    .blue span::before {
        border-left-color: #1e5799;
        border-top-color: #1e5799;
    }

    .blue span::after {
        border-right-color: #1e5799;
        border-top-color: #1e5799;
    }

/* Black Ribbon */
.black span {
    background: #212122; /* Gradient from dark gray to black */
}

    .black span::before {
        border-left-color: #000000; /* Dark black border */
        border-top-color: #000000; /* Dark black border */
    }

    .black span::after {
        border-right-color: #000000; /* Dark black border */
        border-top-color: #000000; /* Dark black border */
    }

@media screen and (max-width: 1440px) {
    .ribbon {
        width: 99%;
    }
}

@media screen and (max-width: 1160px) {
    .ribbon span {
        width: 93%;
        left: 2px;
        top: 2px;
    }
}
/*ribbon css end*/

/*Missing classes start*/
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

ul {
    padding: 0;
}

/* Blinking Animation */


/* Optional: hover effect */

.section-box {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    margin-bottom: 40px;
    border: 1px solid #f1f1f1;
}

    .section-box .section-title {
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .section-box .section-desc {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
    }

.reward-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.reward-desc {
    margin-bottom: 20px;
    color: #444;
    font-size: 15px;
}

.reward-table {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #f3d9df;
}

    .reward-table thead th {
        background: #fce9ed;
        padding: 14px;
        font-size: 18px;
        color: #333;
        border-bottom: 1px solid #f5cbd3;
    }

    .reward-table tbody td {
        padding: 14px;
        font-size: 16px;
        border-bottom: 1px solid #f5e7e9;
    }

.reward-amount {
    font-weight: 700;
    color: #d9276b; /* Pink accent from screenshot */
}

.reward-table tbody tr:last-child td {
    border-bottom: none;
}
.grecaptcha-badge {
    display: none !important;
}

/* Footer style */
.reward-footer {
    background: #faf5f6;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    color: #444;
    border-top: 1px solid #f5dce1;
}

.credit-table {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}


.Contact-Form {
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .credit-table {
        width: 100%;
    }

    .Contact-Form {
        width: 100%;
    }
}

.terms-list {
    margin: 0 auto;
    padding-left: 40px;
    line-height: 1.6;
    text-align: left !important; /* Fix center alignment issue */
}

    .terms-list li {
        margin-bottom: 12px;
        list-style: disc;
    }


/*Landing page style */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}
.sticky-top-line {
    position: sticky;
    top: 0;
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 6px 0;
    z-index: 9999;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    animation: shimmer 3s ease-in-out infinite;
}

    .sticky-top-line .offer-link {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        animation: blink 2.5s ease-in-out infinite;
    }
        .sticky-top-line .offer-link:hover {
            text-decoration: underline;
        }

.offer-2026 .btn-custom {
    left: 14px;
}
.offer-2026 .bannerUperInfo .bnrTitleImg {
    font-size: 40px;
    padding-bottom: 70px;
}
.offer-2026 .bannertoptag {
    display: none !important;
}
.offer-2026 .whybookinner .thing-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-2026 .whybookinner .thing-img i {
    width: 75px;
    height: 75px;
    border: 1px solid #dfdfdf;
    display: flex;
    margin-right: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 991px) and (max-width: 1350px) {
    .offer-2026 .bannerUperInfo .bnrTitleImg {
        font-size: 30px !important;
        padding-bottom: 0px !important;
    }
}
@media screen and (max-width: 575px) {
    .offer-2026 .whybookinner img {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:767px) {
  /*  .sticky-top-line{
        position : fixed;
    }
    header .nav-bar{
        padding-top : 70px;
    }*/
}
@media screen and (max-width:493px) {
    /*header .nav-bar {
        padding-top: 95px;
    }*/
}
/*Landing page style */


/*package offer 2026*/
.package-sticky {
    position: fixed;
    right: 0;
    top: 43%;
    z-index: 999;
    -webkit-transform-origin: right top;
    -ms-transform-origin: left top;
    transform-origin: right top;
    transform: rotate(-90deg) translate(50%, -100%);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #d9899e;
    padding: 5px 30px;
}
    .package-sticky span {
        color: #fff;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
    }

@media screen and (max-width:1440px) {
    .package-sticky {
        top: 43%;
    }

    .package-sticky-btn span {
        font-size: 16px;
    }
}

@media screen and (max-width:1199px) {
    .package-sticky {
        top: 50%;
        padding: 5px 22px;
    }

    .package-sticky-btn span {
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    .package-sticky {
        top: 50%;
    }
}

@media screen and (max-width:767px) {
    .package-sticky {
        top: 60%;
    }
}


@media screen and (max-width:575px) {
    .package-sticky {
        top: 55%;
    }
}

/*package offer 2026*/



/*villa rates accordion table*/

.accordionRates .enquiretotal ul li:first-child,
.accordionRates .enquiretotal ul li:nth-child(2),
.accordionRates .enquiretotal ul li:nth-child(3) {
    background: #fae9ec;
    text-align: center;
    font-weight: 400 !important;
    /*font-family: 'Gilda Display';*/
    font-size: 20px;
    color: #000 !important;
    padding: 10px 15px;
}

.accordionRates .enquiretotal ul li:not(:nth-child(3n)) {
    border-right: 1px solid #f2dce0;
    /*text-align: center;*/
}

.accordionRates .enquiretotal ul li {
    font-size: 18px;
}

.accordionRates .faq-bx .card-body ul li {
    list-style: none;
    margin-bottom: 0px;
}

.accordionRates .enquiretotal ul li {
    width: 33.33%;
    padding: 13px 13px;
    border-bottom: 1px solid #f2dce0;
    text-align: center;
    border-right: 1px solid #f2dce0;
    /*font-size: 14px;*/
    box-sizing: border-box;
}

.accordionRates .accordion-button:not(.collapsed) {
    background-color: #fae9ec;
}
.accordionRates .enquiretotal ul li:nth-last-child(1) {
    font-weight: 400;
    color: var(--bs-body-color);
}
.accordionRates .notebx {
    background: #f8f8f8;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.accordionRates h4 {
    margin-bottom: 0px;
}



/*villa rates accordion table*/





/* 1. Remove padding from modal (scoped) */
/*.enquire-form-main .modal.listing-detail-modal.show {
    padding-right: 0 !important;
}*/

/* 2. Remove body shift ONLY when this modal is open (modern browsers) */
/*body.modal-open:has(.enquire-form-main .listing-detail-modal.show) {
    padding-right: 0 !important;
}*/
/*.listing-detail-modal {
    padding-right: 0 !important;
}*/

/* 3. Ensure backdrop full size ONLY when this modal is open */
.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
}

.modal-dialog {
    width: 95%;
    margin-top: 70px;
}