/** Share button **/
.uk-text-dark {
    color: #222 !important;
}

.txt-center {
    text-align: center;
}

.hide {
    display: none;
}

.clear {
    float: none;
    clear: both;
}

.rating {
    width: 180px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating>label {
    float: right;
    font-size: 30px;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.rating>label:hover,
.rating>label:hover~label,
.rating>input.radio-btn:checked~label {
    color: transparent;
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating>input.radio-btn:checked~label:before,
.rating>input.radio-btn:checked~label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
}

.uk-text-semi-bold {
    font-weight: 600;
}

.ds-share-modal .uk-modal-dialog {
    width: 800px;
}

.banner-video {
    object-fit: cover;
}

.ds-share-modal .ds-modal-content,
.ds-modal-bg {
    min-height: 520px;
}

.ds-modal-bg {
    background-color: rgba(34, 34, 34, 0.4);
}

.ds-modal-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ds-share-modal .uk-modal-body {
    padding: 20px;
}

.ds-share-modal .uk-modal-header {
    padding: 15px 20px;
}

.ds-modal-socials .uk-width-auto>.fas,
.ds-modal-socials .uk-width-auto>.fab {
    background-color: rgba(0, 0, 0, .05);
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    text-align: center;
    width: 20px;
}

.ds-modal-socials .cs-twitter-x {
    background-color: rgba(0, 0, 0, .05);
    padding: 15px 20px;
}

.ds-modal-socials .cs-twitter-x img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ds-modal-socials .ds-email {
    background-color: #ffb300;
}

.ds-branded {
    background-color: rgb(0, 150, 136);
    color: #fff;
}

.ds-unbranded {
    background-color: rgb(76, 175, 80);
    color: #fff;
}

.ds-modal-socials .ds-facebook {
    background-color: #4267B2;
}

.ds-modal-socials .ds-linkedin {
    background-color: #0077b5;
}

.ds-modal-socials .ds-xing {
    background-color: #126567;
}

.ds-modal-socials .ds-whatsapp {
    background-color: #25D366;
}

.ds-modal-socials .ds-share {
    background-color: #dd4b39;
}

.ds-modal-socials>li {
    margin-bottom: 15px;
}

.ds-modal-socials>li>a {
    color: #fff;
}

.ds-share-modal .uk-input,
.ds-share-modal .uk-textarea {
    font-size: 14px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    background: #fff !important;
}

#share-modal .uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    color: rgb(0, 0, 0) !important;
    background: #fff;
}

.ds-shareModalForm .inputbox+.error {
    font-size: 13px;
}

.ds-social-icon {
    width: 35px;
    height: 35px;
    color: #fff;
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.ds-branded-icon {
    background: rgb(0, 150, 136);
    color: #fff;
}

.ds-modal-socials>li>a:hover {
    text-decoration: none;
}

.ds-shareModalForm>div:not(:last-child) {
    height: 65px;
}

label.error {
    font-size: 13px;
    color: #ff0000 !important;
}

/* .ds-menu-icon {
    padding: 10px;
    color: #fff !important;
    border-color: #ffffff;
    background-color: #3fb9be;
    border-radius: 0 50% 50% 0;
    box-shadow: 1px 0px 2px #fff;
    z-index: 2;
    display: none;
}
.ds-menu-icon:hover {
    color: #fff;
} */
/** page load Loader **/
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #000;
    border-color: #000 transparent #000;
    animation: lds-dual-ring 1s linear infinite;
}

/************ Scrollbar **************/
@-moz-document url-prefix(http: //),url-prefix(https://) {

    scrollbar {
        -moz-appearance: none !important;
        background: rgb(0, 255, 0) !important;
    }

    thumb, scrollbarbutton {
        -moz-appearance: none !important;
        background-color: rgb(0, 0, 255) !important;
    }

    thumb:hover, scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: rgb(255, 0, 0) !important;
    }

    scrollbarbutton {
        display: none !important;
    }

    scrollbar[orient="vertical"] {
        min-width: 5px !important;
    }
}

.uk-overflow-auto::-webkit-scrollbar-track, #iframe-theme-preview::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: #F5F5F5;
}

.uk-overflow-auto::-webkit-scrollbar, #iframe-theme-preview::-webkit-scrollbar {
    border-radius: 50px;
    width: 6px;
    height: 8px;
    background-color: #F5F5F5;
}

.uk-overflow-auto::-webkit-scrollbar-thumb, #iframe-theme-preview::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: lightgray;
}

/************ End Scrollbar **************/
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.uk-button .lds-dual-ring {
    width: 30px;
    height: 23px;
}

.uk-button.uk-button-small .lds-dual-ring {
    width: 25px;
    height: 19px;
}

.uk-button .lds-dual-ring:after {
    width: 18px;
    height: 18px;
    margin: 8px;
    border: 2px solid #fff;
    border-color: #fff transparent #fff;
}

.ds-property-header .ds-view-actions .uk-button {
    margin-top: 3px;
}

.uk-button.uk-button-small .lds-dual-ring:after {
    width: 12px;
    height: 12px;
    margin: 6px;
}

/***Ribbon Style***/
.cr {
    width: 200px;
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 8px;
    line-height: 1.5;
}

.cr-top {
    top: 25px;
}

.cr-sticky {
    position: fixed;
    z-index: 9;
}

.cr-left {
    left: -60px;
    transform: rotate(-45deg);
}

.cr-right {
    right: -60px;
    transform: rotate(45deg);
}

.cr-red {
    background-color: #e43;
}

.cr-green {
    background-color: #2c7;
}

.cr-orange {
    background-color: #e82;
}

.ds-amenities .uk-accordion h5 {
    margin-bottom: 10px;
}

.ds-amenities .uk-accordion .ds-amenities-detail {
    margin: 0;
}

.ds-amenities .uk-accordion .uk-grid-small>.uk-grid-margin {
    margin-top: 20px;
}

.ds-place-holder {
    border-radius: 50%;
    display: table !important;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    line-height: 45px;
}

table.dataTable thead th, table.dataTable tfoot th,
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    line-height: normal;
    padding: 2px 8px 2px 8px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    padding: 0 !important;
}

.ds-nearbyplace {
    background-color: #ffffff;
}

/* .ds-svg-image {
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-mask-position-x: 50%;
    -webkit-mask-position-y: 50%;
    -webkit-mask-size: cover;
    -webkit-mask-repeat-x: no-repeat;
    -webkit-mask-repeat-y: no-repeat;
    -webkit-mask-origin: initial;
    -webkit-mask-clip: initial;
    mask: no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.ds-footer-tab .ds-svg-image {
    width: 25px;
    height: 25px;
} */
.ds-footer-tab li a {
    text-decoration: none;
}

.uk-color-whatsapp {
    color: #25D366 !important;
}







/* whatsppicon */
.whatsapp-card-position {
    bottom: 100px;
    right: 22px;
    z-index: 9999;
}

.whatsapp-card {
    width: 250px;
    overflow: hidden;
}

.whatsapp-container {
    padding: 10px;
    border-radius: 6px;
}

.whatsapp-card-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.whatsapp-card-img {
    width: 60px;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.audio3_html5_bottom_div {
    left: 6% !important;
}

.ds-whatsapp-icon {
    width: 110px;
    height: 110px;
    bottom: 0px;
    z-index: 999;
    right: 0;
}

.ds-whatsapp-i {
    width: 100px;
    height: 100px;
    padding: 0px;
    border: none;
}

.ds-hov-whatsapp {
    display: inline-block;
    font-size: 44px;
    line-height: 73px;
    cursor: pointer;
    width: 74px;
    height: 74px;
    border-radius: 34%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

.ds-hov-whatsapp:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 34%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ds-hov-whatsapp.effect-1 {
    background: #1da110;
    background-image: linear-gradient(#79ef7d, #00c40d);
}

.ds-hov-whatsapp.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ds-hov-whatsapp.effect-1.sub-a:hover {
    background: white;
    color: #1da110;
    box-shadow: 1px 1px 9px 0px rgba(187, 187, 187, 0.568);
}

.ds-hov-whatsapp.effect-1:after {
    top: -9px;
    left: -9px;
    padding: 5px;
    border: 4px solid #fff;
    box-shadow: 1px 1px 9px 0px rgb(187 187 187 / 57%);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}

.ds-whatsapp-tit-wid {
    width: 120px;
}

.ds-phone-icon {
    color: #1da110;
}

.ds-chat-icon {
    font-size: 24px;
}


@media screen and (min-width:960px) {
    #distance {
        height:408px
    }

    .placedata.uk-overflow-auto {
        max-height: 530px;
    }

    .uk-padding-large {
        padding: 70px;
    }
}

@media screen and (max-width:959px) {
    .ds-tab-box {
        border-radius: 4px;
        height: auto !important;
    }

    .ds-nearby-tab {
        flex-direction: row;
        height: auto !important;
        margin-left: 0;
    }

    .ds-nearby-tab.uk-tab li {
        min-width: 100px;
        flex: 1;
    }

    .uk-grid-collapse>.ds-nearbyplace {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ds-nearby-tab.uk-tab li {
        min-width: 120px;
        flex: 1;
    }

    .placedata.uk-overflow-auto {
        max-height: 350px;
    }

    .ds-googleMap {
        height: 350px !important;
    }

}

@media(max-width: 460px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        margin: auto;
        margin-top: 50px;
        float: none;
    }
}