﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #282828;
}
.uk-sticky.uk-active + .cr-top,
.uk-sticky.uk-active + .uk-sticky-placeholder + .cr-top{
    top: 90px;
    z-index: 9;
}
.cs-notransaction{
    height: 298px;
}
/** navbar **/
.ds-navbar {
    border-bottom: 1px solid #EBEBEB;
}
.cs-navbar-nav{
    gap: 0 !important;
}
.uk-logo img {
    max-width: 150px;
    max-height: 55px;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 65px;
}
.uk-navbar-nav > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 18px;
    color: #2A2A2A;
}
.uk-navbar-nav > li:hover > a.uk-navbar-nav > li:focus > a, .uk-navbar-nav > li.uk-active > a {
    color: #E6A213;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-toggle:hover {
    color: #E6A213;
}
.uk-button-primary, .uk-button-primary:hover, .uk-button-primary:active, .uk-button-primary:focus {
    background-color: #E6A213;
    color: #fff;
}
#slider .uk-cover-container {
    background-color: #333;
}
/** Share button **/
.ds-share-btn, .ds-share-btn:hover {
    background-color: #E6A213;
    padding: 0 20px;
    border: 1px solid #E6A213;
    border-radius: 4px;
}
.ds-share{
    background-color: #ffb300 !important;
}

.ds-share-btn .fa-paper-plane {
    font-size: 13px;
    margin-right: 5px;
}

.ds-share-modal .uk-modal-dialog {
    width: 800px;
}

.ds-share-modal .ds-modal-content, .ds-modal-bg {
    min-height: 521px;
}

.ds-modal-bg {
    background-color: rgba(34, 34, 34, 0.4);
}

.ds-share-modal .uk-modal-body {
    padding: 20px 20px 40px;
}

.ds-share-modal .uk-modal-header {
    padding: 15px 20px;
}

.ds-modal-socials .uk-width-auto > .fa, .ds-branded-title .uk-width-auto > .fa {
    background-color: rgba(0,0,0,.05);
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    text-align: center;
    width: 20px;
}

.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: #3b5998;
}

.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 {
    font-size: 14px;
    /*color: #888;*/
}

.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;
}

/** offcanvas **/
.uk-offcanvas-bar .uk-nav {
    margin-top: 30px;
    margin-left: 15px;
}

.uk-offcanvas-bar .uk-button-primary, .uk-offcanvas-bar .uk-button-primary:focus, .uk-offcanvas-bar .uk-button-primary:active {
    background-color: #E6A213;
    color: #fff;
}

.uk-offcanvas-bar .uk-nav > li {
    margin-bottom: 5px;
}

.uk-offcanvas-bar .uk-nav > li > a {
    font-size: 16px;
}

/** banner section **/
.ds-banner-section {
    width: 325px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: rgba(232, 162, 12, 0.95);
    margin-left: 30px;
    z-index: 9;
}
.ds-banner-logo {
    max-width: 200px;
    max-height: 110px;
    text-align: center;
    margin: auto;
}
.ds-banner-logo img {
    max-height: 120px;
}
.ds-banner-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.ds-banner-section .uk-padding:not(:first-child) {
    padding: 10px 0;
    margin-left: 30px;
    margin-right: 30px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.6); */
}
.ds-border {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.ds-border:before {
    content: ' ';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    z-index: -1;
}
.ds-porperty-details li {
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0 !important;
    font-weight: bold;
}
.ds-banner-section hr{
   margin:0;
   border-color:  rgba(255, 255, 255, 0.6);
}
.ds-number {
    font-family: 'PT Serif', sans-serif !important;
    font-style: italic;
}
.ds-price label {
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
}
.ds-price b {
    font-weight: bold;
    font-size: 38px;
    line-height: 45px;
    color: #fff;
    letter-spacing: -0.01em;
}

.ds-openhouse h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}

.ds-openhouse p {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.ds-icon-nav {
    margin-top: -40px;
}

.ds-openhouse .uk-slidenav {
    color: #fff;
}
.uk-icon-button:focus, .uk-icon-button:hover {
    background-color: #ffbc30;
    color: #fff;
}
#slider .ds-top-slider {
    background: rgb(234, 235, 237);
}
/** Description **/
.ds-parallax-section {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-image: url(../../template/images/template4/bg.png)
}
.ds-parallax-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    background: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}
.ds-section-title {
    margin-top: -5px;
    margin-bottom: 18px;
}
h2 {
    font-family: 'Raleway', sans-serif;
    color: #282828;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 800;
    display: block;
    margin: 0;
}
.ds-section-title > span {
    font-size: 15px;
    color: #7E7E7E;
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 15px;
    display: inline-block;
}
.ds-section-title h2:after {
    content: ' ';
    background: #FFAE00;
    height: 2px;
    width: 85px;
    display: inline-block;
}
.ds-section-title span {
    display: block;
}
.ds-description {
    font-size: 15px;
    line-height: 26px;
    color: #797979;
    margin-bottom: 15px !important;
    margin-top: 0;
}
.ds-property-info {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E4E4E4;
}
.ds-property-info h4 {
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #282828;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
}
.ds-property-info span {
    font-family: 'PT Serif', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-style: italic;
}
.ds-property-info .fa {
    color: #FFAE00;
    font-size: 50px;
}
.ds-property-address {
    font-size: 48px;
    font-family: Playfair Display SC,serif;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 56px;
}
.ds-mls-no {
    font-size: 18px;
    margin-bottom: 30px;
    color: #7E7E7E;
    font-family: 'PT Serif', sans-serif;
}
.ds-imageholder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #eaebed;
}
.ds-imageholder::before {
    content: ' ';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: url(../images/template4/image-holder-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}


/** Gallery Section **/
.subtitle-color{
    color: #ffffffb3 !important;
}
.ds-gallery-section {
    background: #f6f8fb;
}
.ds-gallery-section .uk-overlay-primary, .ds-floorplan-section .uk-overlay-primary {
    background: rgba(232, 162, 12, 0.8);
}

/** video Section **/
a.ds-play {
    display: block;
    line-height: 75px;
    text-align: center;
    position: relative;
    margin: 100px 0;
}
a.ds-play .fa {
    color: #FFAE00;
    line-height: 75px;
    text-align: center;
    font-size: 32px;
    width: 75px;
    height: 75px;
    margin: auto;
}
a.ds-play .over1 {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    content: "";
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
a.ds-play .over2 {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    animation: pulse-border2 1.5s ease-out infinite;
    -webkit-animation: pulse-border2 1.5s ease-out infinite;
    content: "";
}
a.ds-play span {
    background: #fff;
    position: relative;
    display: block;
    text-align: center;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    padding-left: 5px;
}

a.ds-play .over1, a.ds-play .over2 {
    background: #d9b256;
}
.ds-section-title h3 {
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
.ds-video-section .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.4);
}

.ds-vtour-section .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.4);
}

.uk-lightbox-button.uk-transition-fade {
    opacity: 1;
}

.uk-lightbox-toolbar.uk-transition-slide-top {
    transform: none;
}
.uk-lightbox-iframe {
    height: 50%;
}

.uk-lightbox.uk-open {
    z-index: 99999;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0
    }
}
/** Contact section **/
.ds-place-section {
    background: #f6f8fb;
}
.ds-contact-section h3 {
    color: #282828;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 24px;
}

.ds-agent-img img {
    max-width: 300px;
    /* max-height: 350px; */
    width: 100%;
}
.slick-slide img {
    display: initial !important;
}

.ds-agent-info h4 {
    font-family: 'PT Serif', sans-serif;
    color: #444444;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    margin-top: 38px;
    margin-bottom: 8px;
}
.ds-agent-info p {
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
    color: #383838;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
}
.ds-agency_logo {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ds-agency_logo img {
    max-width: 150px;
    max-height: 60px;
}

.ds-agent-social-icons a.uk-icon {
    color: #555;
}
.ds-agent-social-icons a.uk-icon:hover {
    color: #383838;
}

.ds-contactSend .uk-grid-small > div {
    height: 50px;
}

.slick-dots li button:before {
    font-size: 8px;
}
.ds-agent-info span {
    color: #000;
    font-weight: 600;
}
/** Google map **/
.ds-googleMap {
    width: 100%;
}

footer span {
    color: #fff;
}

.ds-back2Top {
    background-color: #E6A213;
    border-radius: 0;
    color: #fff;
    border: 1px solid #E6A213;   
}

.ds-video-section a.ds-play:not(:first-child) {
    display: none;
}

.ds-vtour-section a.ds-play:not(:first-child) {
    display: none;
}
.ds-amenities .amenities-subtitle h5{
    font-family: 'PT Serif', sans-serif;
}


@media (max-width: 1199px) {
    .ds-amenities-img {    
        right: 68%;
    }
}

@media (max-width: 1181px){
    .uk-navbar-nav > li > a {
        padding: 0 12px !important;
    }

}
@media (max-width: 1115px) {
    .uk-navbar-nav > li > a {
        padding: 0 8px !important;
    }
    .ds-navbar .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .uk-navbar-item {
        padding: 0;
    }
}

/* @media (max-width: 1115px) {
    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
        padding: 0 9px !important;
    }
} */

@media(max-width: 959px) {
    .ds-banner-section {
        width: 290px;
        height: 150px;
        top: initial;
        left: 0;
        margin-left: 0px;
    }
    .ds-share-modal .uk-modal-dialog {
        width: 600px;
    }
    .ds-amenities-img {
        display: none;
    }
    .ds-icon-nav {
        margin-right: -5px;
    }
    .uk-margin-medium-right.ds-icon-nav {
        margin-right: 20px !important;
    }
    .ds-banner-section .uk-padding:not(:first-child) {
        border-top: none;
        padding: 30px 0 0;
    }
    .cs-padding-sm{
        padding: 0 15px !important;
    }
}

@media (max-width: 639px) {
    .ds-agent-info p {
        font-size: 15px;
    }
    a.ds-play {
        margin: 70px 0;
    }
    .ds-agent-img img {
        max-width: 200px;
        max-height: 200px;
        width: auto;
    }
    /* #amenities .uk-padding-large {
        padding: 30px 15px;
    } */
    .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 425px) {
    .ds-agent-info p > a.uk-margin-small-right {
        margin-right: 5px;
    }
    .ds-property-amenities .uk-child-width-1-2 > * {
        width: 100%;
    }
    .ds-property-info .fa {
        font-size: 30px;
    }
    .ds-property-info span {
        font-size: 25px;
    }
    .ds-banner-section {
        width: 270px;
        height: 135px;
        transform: translateX(-50%);
        left: 50%;
    }
    .ds-banner-section .uk-padding:not(:first-child) {
        padding: 20px 0 0;
    }
    .ds-icon-nav {
        margin-top: -30px;
    }
}

@media (max-width: 320px) {
    .ds-agency_logo {
        margin-top: 10px;
    }
    footer span {
        font-size: 12px;
    }
    .ds-agent-img img {
        max-width: 200px;
        max-height: 180px;
    }
}


/*  New Amenities Section */

.ds-amenities li a {
    /* font-family: 'Raleway', sans-serif; */
    padding: 15px;
    border: 1px solid #E8A20C;
    border-top-style: none;
}
.ds-amenities .uk-accordion h5{
    color: #E8A20C;
}
.ds-amenities li {
    margin: 0px !important;
}
.uk-accordion {
    border-top: 1px solid #E8A20C;
    border-right-style: none;
    border-left-style: none;
}
.uk-accordion-content{
    padding: 15px;
    color: #fff;
    border: 1px solid #E8A20C;
    border-top-style: none;
    font-size: 16px;
    margin: 0px !important;
}

.uk-overlay-primary .uk-accordion-title:hover{
    color: #fff;
}
.ds-amenities-detail li {
    color: #fff;
    font-size: 14px;
}

.ds-amenities-padding {
    padding-left: 10px;
}
.ds-amenities-padding ul{
    margin: 0px;
}
.ds-amenities-name{
    color: #E8A20C;
    text-transform: uppercase;    
    font-size: 15px;
    font-weight: bold;
}
/* .ds-amenities img {
    width: 25px;
    margin-right: 15px;
    filter: none;
} */
.ds-amenities .ds-svg-image {
    color: #E8A20C;   
    font-size: 26px;
}
.overlay-bg {
    background: rgb(34,34,34);
}
.ds-amenities-subtitle {
    font-style: italic;
    font-family: 'PT Serif', sans-serif;
}
.ds-new > span {
    font-size: 15px;
    color: #7E7E7E;
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 5px;
    display: inline-block;
}
/* End Amenities Section */

/* pricing */
.checked-button > div {
    position: relative;
    margin-bottom:10px;
 }
 .checked-button input:checked + span {   
    background-color: #E8A20C !important;
    color: #ffffff;
 } 
 .ds-selecet-box span.ds-left-radious {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.ds-selecet-box span.ds-center-radious {
    border-right: 0;
}
.ds-selecet-box span.ds-right-radious {
    border-radius: 0 4px 4px 0;
    border: 1px solid #E8A20C;
}
.ds-selecet-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
 }
 .ds-selecet-box span{         
    border: 1px solid #E8A20C;
    color: #E8A20C;
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
    line-height: 38px;      
    text-transform: uppercase;  
    background-color: #fff !important;
    border-right: 0;
 }    
 .ds-tax-table th, .ds-tax-table td {
    white-space: nowrap;
}  
 .ds-selecet-box span:hover{
    background-color: #e8a20c18 !important;
 } 

.ds-pricing-table th, .ds-pricing-table td, .ds-tax-table th, .ds-tax-table td {
    color: #E8A20C !important;
}
.ds-table-border {
    border-collapse: unset;
    border: 1px solid #E8A20C !important;
    border-radius: 4px;
    height: 340px;
    box-sizing: border-box !important;
}
.ds-table-border h4{
    color: #E8A20C;
}
.ds-pricing .uk-grid+.uk-grid-small{
    margin-top: 10px;
}
.border-bottom {
    border-bottom: 1px solid;
}
.ds-price-new{
    color: #fff;
}


.dataTables_wrapper .dataTables_length {
    float: left;
    display: none;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 16px 12px; 
    border-bottom: 1px solid #E8A20C;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: transparent ;
}

table.dataTable tbody tr {
    background-color: transparent ;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: transparent;
}

Table.dataTable tbody th, table.dataTable tbody td {
    padding: 16px 12px;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #E8A20C;
    background: #E8A20C;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 8px 2px 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #e5e5e5 !important;
}
.dataTables_paginate {
    padding-bottom: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color:#fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border:1px solid #E8A20C;
    background:none;
}
.pricing-label{
    width: auto;
}
.dataTables_wrapper .dataTables_paginate .ellipsis{
    color: #fff;
}
#taxhistory {
    position: relative;
}
#taxhistory .ds-subnav-btn{
    margin-left:0 ;
}
#taxhistory .ds-subnav-btn li a {
    border: 1px solid #E8A20C ;
    color: #ffffff;
    padding: 0 15px;
    cursor: pointer;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}
#taxhistory .ds-subnav-btn li a:hover {
    color: #E8A20C;
    background-color: #fffcf4 !important;
    border-color: #E8A20C !important;
}
#taxhistory .ds-subnav-btn li.uk-active a {
    color: #ffffff;
    background-color: #E8A20C !important;
    border-color: #E8A20C !important;
}
#taxhistory .ds-subnav-btn li .ds-tableft-radious {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
#taxhistory .ds-subnav-btn li .ds-tabright-radious {
    border-radius: 0 4px 4px 0;
}
.ds-border {
    border: 1px solid #E8A20C;
}

/* Pricing end */

/*Pricing insights Section */
.ds-price-insights {
    background: rgb(0 0 0 / 75%);
    padding: 25px;
}
.insights-xaxis-label {
    fill: #E8A20C;
}
.insights-yaxis-label {
    fill: #E8A20C;
}
/* End Pricing insights section*/

/* Contact Section */
/* .ds-nearbyplace{
    border: 1px solid #E8A20C;
    margin-top: -70px;
    margin-bottom: -70px;
    border-radius: 4px;
}
.ds-nearby-tab {
    height: 500px;
}
.ds-nearby-tab.uk-tab>*>a,
.ds-nearby-tab.uk-tab::before{
    border-left: 0px;
    border-right: 0px;
}
.ds-tab-box{
    border: 1px solid #E8A20C;
    border-right: 0px;
    border-radius: 4px 0 0 4px;
}
.ds-nearby-tab.uk-tab li{
    padding: 0px;
}
.ds-nearby-tab img{
    max-width:35px;
    filter: brightness(0) invert(1);
}
.ds-nearby-tab .uk-active>a img{ 
    filter: brightness(0) invert(.8);
}
.ds-nearby-tab.uk-tab>*>a {
    padding:15px 20px;
    text-align: center;
    font-size: 17px;
    text-transform: unset;
    background: #E8A20C;
    color: #fff;
}
.ds-nearby-tab.uk-tab>.uk-active>a {
    background-color: #fff;
    color: #E8A20C;
    border-color: #fff;
}
.ds-footer-tab {
    border-top:1px solid #e5e5e5
}
.ds-footer-tab li{
    padding: 10px;
    min-width: 60px;
    text-align: center;
    font-size: 14px;  
}
.ds-footer-tab li a{
    color:#999;
}
.ds-footer-tab img{
    max-width: 25px;
    filter: brightness(0) invert(.6);
}
.ds-place-holder {
    background: #dde7f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    width: 45px;
    height: 45px;
    margin-right:10px;
    color: var(--theme-color);
}
.ds-border-box{
    border: 1px solid #E8A20C;
    padding:10px;
    margin-bottom:10px;
    border-radius: 4px;
}
.ds-selecet-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.ds-selecet-box span {
    border: 1px solid #E8A20C;
    color: #E8A20C;
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
    line-height: 38px;
    text-transform: uppercase;
}
.ds-opendate {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #ffffff;
}
.ds-openday {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bg-active p {
    color: #E8A20C;
}
.ds-selecet-box span.ds-left-radious {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
span.ds-time-box {
    padding: 5px;
    border: 1px solid #ddd;
    display: block;
    border-radius: 4px;
}
.checked-button input:checked + span {
    background-color: #E8A20C;
    color:#fff;
}
#contactSend >div >div {
    min-height:75px
}
.agencylogo {
    max-width: 100px;
}
.ds-theme-button{
    background-color: #E8A20C;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.uk-input,.uk-textarea {
    border-radius: 4px;
} */

/* End Contact Section */


/* Contact Section */

.ds-new-contact > span{
    font-size: 15px;
    color: #7E7E7E;
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}
.ds-contact-section {
    background: #EAEBED;
}
.ds-nearbyplace{
    border: 1px solid #E8A20C;
    margin-top: -70px;
    margin-bottom: -70px;
    border-radius: 4px;
}
.ds-nearby-tab {
    height: 516px;
}
.ds-nearby-tab.uk-tab>*>a,
.ds-nearby-tab.uk-tab::before{
    border-left: 0px;
    border-right: 0px;
}
.ds-tab-box{
    border: 1px solid #E8A20C;
    border-right: 0px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}
.ds-nearby-tab.uk-tab li{
    padding: 0px;
}
/* .ds-nearby-tab img{
    max-width:35px;
    filter: brightness(0) invert(1);
}
.ds-nearby-tab .uk-active>a img{ 
    filter: brightness(0) invert(.8);
} */
.ds-nearby-tab .ds-svg-image {
    color: #ffffff;
    font-size: 30px;
}
.ds-nearby-tab .uk-active>a .ds-svg-image {
    color: #E8A20C;
}
.ds-nearby-tab.uk-tab>*>a {
    padding:15px 20px;
    text-align: center;
    font-size: 14px;
    text-transform: unset;
    background: #E8A20C;
    color: #fff;
    display: block;
}
/* 
small {
    font-size: 62%;
} */

address {
    font-size: 14px;
}

.ds-nearby-tab.uk-tab>.uk-active>a {
    background-color: #fff;
    color: #E8A20C;
    border-color: #fff;
}

.ds-footer-tab {
    border-top:1px solid #e5e5e5
}
.ds-footer-tab li{
    padding: 10px;
    min-width: 60px;
    text-align: center;
    font-size: 12px;  
    position: relative;
}
.ds-footer-tab li a{
    color:#999;
}
.ds-footer-tab .uk-active>a {
    color: #E8A20C;
}
.ds-footer-tab li.uk-active::after {
    content: '';
    border: 1px solid #E8A20C;
    position: absolute;
    top: 0px;
    left: 10%;
    right: 10%;
}
/* .ds-footer-tab img{
    max-width: 25px;
    filter: brightness(0) invert(.6);
} */
.ds-footer-tab .ds-svg-image {
    color: #999999;
    font-size: 25px;
}
.ds-footer-tab .uk-active>a .ds-svg-image {
    color: #E8A20C;
}
.ds-place-holder {
    background: #dde7f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    width: 45px;
    height: 45px;
    margin-right:10px;
    color: var(--theme-color);
}
.ds-border-box{
    border: 1px solid #E8A20C;
    padding:10px;
    margin-bottom:10px;
    border-radius: 4px;
}
.ds-selecet-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.ds-opendate {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #ffffff;
    cursor: pointer;
    /* color: #E8A20C; */
}
.checked-button .ds-time-box:hover,
.ds-opendate:hover {
    color: #E8A20C;
    background-color: #fffcf4 !important;
    border-color: #E8A20C !important;
}
.checked-button input:checked + .ds-time-box,
.checked-button input:checked + .ds-opendate {
    color: #ffffff;
    background-color: #E8A20C !important;
    border-color: #E8A20C !important;
}
.ds-openday {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.5;
}
.bg-active p {
    color: #E8A20C;
}
.ds-selecet-box span.ds-left-radious {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.ds-time-box {
    padding: 5px;
    border: 1px solid #e5e5e5;
    display: block;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
}
.checked-button input:checked + span {
    background-color: #E8A20C;
    color:#fff;
}
#contactSend >div >div {
    min-height:75px
}
.agencylogo {
    max-width: 100px;
    max-height: 80px !important;
}
.ds-theme-button{
    background-color: #E8A20C;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #E8A20C;
}
.uk-input,.uk-textarea {
    border-radius: 4px;
}
.btn-hover span:hover{
    background-color: #fffcf4 !important;
}
/* .ds-gallery-width{
    max-width: 296px;
    object-fit: cover;
    max-height: 199px;  
} */
/* End Contact Section */



/* End Footer Section */


@media screen and (min-width:1218px) {
    #pricing .position-absolute {
    position: absolute;
}
}

@media screen and (max-width:639px) {
    .padding-align{
        padding: 20px 20px;
    }
    .amenities-subtitle{
        margin-left: 0px;
    }
    .amenities-subtitle > div {
        padding: 0px;
    }
    .pricetable-padding{
        padding: 20px ;
    }
    .ds-price-new{
        padding: 20px ;
    }
    .ds-price-insights{
        padding: 20px;
    }
    .ds-amenities .uk-padding-large {
        padding: 30px 20px !important;
    }
    .ds-container-small .uk-first-column{
        padding: 0px;
    }
   
}

@media screen and (max-width:1440px) {
   
    .ds-address_subtitle, .ds-banner_sec span {
        font-size: 20px;
    }
}

@media screen and (max-width:1024px) {
    .ds-virtualtour .uk-slidenav {
        padding: 15px 20px;
    }

    .ds-videotour .uk-slidenav {
        padding: 15px 20px;
    }

    .ds-gallery .uk-slidenav {
        padding: 15px 20px;
    }

    .ds-offcanvas-list .uk-sidebar-list li a {
        font-size: 36px;
        line-height: 80px;
    }

    .ds-address_subtitle, .ds-banner_sec span {
        font-size: 20px;
    }

    .ds-sidebar .uk-close svg {
        width: 25px;
    }
    .ds-addr_title {
        font-size: 20px;
    }
}

@media screen and (max-width: 959px) {
    .ds-full-container {
        margin-left: 0px;
    }
    .cr-right {
        left: -60px;
        transform: rotate(-45deg);
    }

    .ds-first_img {
        transform: initial;
        margin-right: 0px;
    }

    .ds-sec_img {
        margin-top: 0px;
        margin-left: 0px;
    }

    .ds-third_img {
        margin-left: 0px;
        transform: initial;
    }

    .ds-fourth_img {
        margin-top: 0;
        margin-left: 0px;
        transform: initial;
    }

    .ds-property_img .uk-card-default {
        margin: 10px;
    }

    .ds-offcanvas-list .uk-sidebar-list li a {
        font-size: 40px;
        line-height: 70px;
    }

    .ds-tab-box{
        border: 1px solid #E8A20C;
        border-radius: 4px;
    }

    .ds-offcanvas-list .uk-sidebar-list li a {
        font-size: 24px;
        line-height: 45px;
    }

    .ds-agent_img {
        max-width: 150px;        
    }

    .ds-contact .uk-slideshow-items {
        min-height: 520px !important;
    }

    .ds-share-modal .uk-modal-dialog {
        width: 600px;
    }
    .ds-company_logo img {
        margin: auto;
    }
    .ds-agent-slider .uk-grid-margin {
        margin-top: 15px;
    }
    .ds-contcaddress{
        justify-content: center;
    }

}


@media screen and (min-width:1200px) {
    #distance {
        height:408px
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    div#commute {
        margin-top: 90px !important;
    }
}

@media screen and (max-width:768px) {
    .ds-social-icons {
        display: flex;
        width: 100%;
    }

    .ds-offcanvas-list .uk-sidebar-list li a {
        font-size: 30px;
        line-height: 40px;
    }


    .ds-address_subtitle, .ds-banner_sec span {
        font-size: 16px;
    }
    .ds-address-overlay {
        padding: 20px;
    }

    .ds-open_house {
        padding: 20px 20px 0px;
    }

    .ds-open_house .uk-slideshow-items {
        min-height: 70px !important;
    }

    .ds-address-overlay .uk-button-large {
        padding: 0 35px;
        line-height: 45px;
    }
    .ds-contactform {
        padding: 30px;
    }
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: center;
    }
}

@media screen and (min-width: 640px) {
    .ds-address-overlay {
        max-width: 600px;
        text-align: center;
        width: 100%;
    }    
}

@media screen and (max-width:639px) {
    .ds-address_subtitle, .ds-banner_sec span {
        font-size: 22px;
    }

    .ds-offcanvas-list .uk-sidebar-list li a {
        font-size: 32px;
        line-height: 40px;
    }

    .uk-margin-xlarge-right {
        margin-right: 0px !important;
    }

    .uk-margin-xlarge-left {
        margin-left: 0px !important;
    }

    .ds-address-overlay {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    .ds-address-overlay .uk-button-large {
        padding: 0 20px;
        line-height: 40px;
    }

    .ds-social-icons {
        display: flex;
        width: 100%;
    }

    .ds-contactform {
        padding: 0PX;
    }
    .ds-agent_img {
        max-width: 120px;
    }
    .ds-open_house {
        left: 50%;
        transform: translateX(-50%);
    }
    .ds-agent-slider{
        text-align: center;
    }
    .ds-agent-slider .slick-slide img {
        margin: auto;
        max-height: 170px;
    }
}

@media screen and (max-width:425px) {
    
    .ds-offcanvas-list .uk-sidebar-list li a {
        font-size: 30px;
        line-height: 40px;
    }

    .ds-address_subtitle, .ds-banner_sec span {
        font-size: 18px;
    }

    .uk-navbar-nav img {
        max-width: 150px;
    }

    .ds-address-overlay {
        width: 90%;
    }

    .ds-address-overlay .uk-button-large {
        padding: 0 20px;
        line-height: 40px;
    }

    .ds-social-icons {
        display: flex;
        width: 100%;
    }
    .ds-addr_title {
        font-size: 18px;
    }
}

@media screen and (max-width:375px) {
    .ds-address_subtitle, .ds-banner_sec span {
        font-size: 16px;
    }

    .ds-offcanvas-list .uk-sidebar-list li a {
        font-size: 21px;
        line-height: 40px;
    }

    .ds-address-overlay {
        width: 90%;
    }

    .ds-address-overlay .uk-button-large {
        padding: 0 20px;
        line-height: 40px;
    }

    .ds-addr_title {
        font-size: 17px;
    }
    .ds-gallery .uk-slidenav, .ds-virtualtour .uk-slidenav,
    .ds-videotour .uk-slidenav {
        padding: 10px;
    }
    body {
        font-size: 11px;
    }
}

@media screen and (max-width:320px) {
    .ds-contactform .error {
        font-size: 12px;
    }

    .ds-offcanvas-list .uk-sidebar-list li a {
        font-size: 22px;
        line-height: 40px;
    }
    .ds-open_house .uk-slideshow-items {
        min-height: 80px !important;
    }
}









