﻿body {
    font-family: 'Tenali Ramakrishna', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #595959;
    background: #f8f8f8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.cs-notransaction{
    height: 298px;
}
 
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: "Marcellus SC";
}
.ds-button-theme {
    background-color: #ff8c00;
}
.cs-navbar-nav{
    gap: 15px !important;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    /* font-family: "Montserrat",Sans-serif;
    font-family: "Montserrat",Sans-serif; */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    position: relative;
}

.uk-navbar-nav > li > a::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    height: 1px;
    background-color: transparent;
    left: 50%;
    top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    background-color: #ff8c00;
    color: #ffffff;
    height: 25px;
    width: 2px;
    opacity: 0;
}
.uk-link:hover, a:hover {
    color: #ff8c00;
}
.uk-navbar-nav > li.uk-active > a::after, .uk-navbar-nav > li:hover > a::after {
    opacity: 1;
}
.ds-text-white {
    color: #fff;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li.uk-active > a {
    color: #ff8c00;
}
.ds-position-center {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #060f11;
}
.ds-property {
    background-color: #222;
}

nav.ds-position-center:before {
    content: '';
    border-top: 85px solid #060f11;
    border-left: 30px solid transparent;
    left: -30px;
    position: absolute;
}
nav.ds-position-center:after {
    content: '';
    border-top: 85px solid #060f11;
    border-right: 30px solid transparent;  
    position: absolute;
    right: -30px;
}
.uk-sticky-fixed  nav.ds-position-center:before {
    content: '';
    border-top: 70px solid #060f11;
    border-left: 30px solid transparent;
    left: -30px;
    position: absolute;
}
.uk-sticky-fixed  nav.ds-position-center:after {
    content: '';
    border-top: 70px solid #060f11;
    border-right: 30px solid transparent;  
    position: absolute;
    right: -30px;
} 
.ds-share span{
    border: 1px dotted;
    padding: 8px;
    border-radius: 50%;
}
.cs-share span{
    border: none !important;
    padding: 0px !important;
}
.cs-share{
    background-color: #ffb300 !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis{
    color: #fff;
}
.uk-logo img {
    max-width: 150px;
    max-height: 55px;
    padding: 0 15px;
}
.uk-navbar-container {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.uk-navbar-container.uk-navbar-sticky {
    background-color: #fff;
    padding: 0;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 85px;
}

.ds-header .uk-sticky.uk-sticky-fixed .uk-navbar-item,
.ds-header .uk-sticky.uk-sticky-fixed .uk-navbar-nav > li > a,
.ds-header .uk-sticky.uk-sticky-fixed .uk-navbar-toggle {
    min-height: 70px;
}

#banner h1 {
    text-shadow: 0 0 30px black;
    font-size: 3rem;
}
/* .ds-amenities > div {
    background-color: #1b1c1c;
    color: #fff;
} */

.ds-openhouse {
    text-shadow: 0px 0px 10px black;
    color: #fff;
}
.ds-openhouse p {
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.uk-button {
    border: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    font-size: 12px;
    letter-spacing: .2em;
    padding: .5rem 2rem;
    line-height: 1.857;
}
.ds-header .uk-button-default {
    color: #cabe9f;
    border-color: #cabe9f;
}

.uk-button-default:hover, .uk-button-default:focus {
    color: #fff;
    background-color: #b8a87f;
    border-color: #b8a87f;
}

.ds-text-theme{
    color: #ff8c00 !important;
}

/* .ds-amenities img {
    width: 25px;
    margin-right: 15px;
    filter: brightness(0) invert(1);
} */

.ds-amenities .ds-svg-image {
    color: #ff8c00;  
    font-size: 26px; 
}

.uk-subnav-pill > * > :first-child {
    font-family: "Marcellus SC";
    color: #3f4448;
}

.uk-subnav-pill > .uk-active > a {
    color: #fff;
    background-color: #ff8c00;
    border-radius: 50px;
}

.ds-footer {
    background-color: #1b1c1c;
}

.ds-footer h3.ds-footer-title {
    line-height: 30px;
    color: #ff8c00;
    margin-bottom: 30px;
    /* font-family: "Montserrat",Sans-serif; */
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.ds-agent_img {
    max-width: 85px;
    border-radius: 50%;
    margin: auto;
}

.ds-company_logo img {
    max-width: 150px;
    max-height: 60px;
}

.ds-footer p {
    line-height: normal;
}

.ds-footer a {
    color: #fff !important;
}
.ds-footer .fa {
    margin-right: 10px;
}
.ds-footer input, .ds-footer textarea {
    font-size: 18px;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 1px;   
    padding: 5px;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 4px;
}
/* .ds-footer textarea {
    border-radius: 10px;
} */
.ds-footer .uk-button-default {
    color: #fff;
    background-color: #ff8c00;
    border-width: 1px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    padding: 0;
    font-weight: 500;
}
.ds-footer .uk-button-default:hover, .ds-footer .uk-button-default:focus {
    color: #ff8c00;
    background-color: #fff;
    border-color: transparent;
}
.ds-contactSend .uk-grid-small > div {
    height: 55px;
}
/* .ds-footer.uk-light .uk-input, .ds-footer.uk-light .uk-textarea {
    border-color: #cabe9f;
} */
.uk-light a:hover, .uk-light a.uk-link-reset:hover, .uk-light .uk-link:hover {
    color: #cabe9f !important;
}
.ds-copyright {
    background: #060f11;
    color: rgba(255,255,255,.7);
    padding: 20px 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.ds-copyright a {
    color: #ff8c00;
    text-decoration: none;
}
.slick-dots li button:before {
    color: #fff;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}
.slick-slide {
    margin-left: 1px;
}
label.error {
    font-size: 16px;
    font-weight: 600;
}

/*  New Amenities Section */

.ds-amenities li a {
    /* font-family: 'Raleway', sans-serif; */
    padding: 15px;
    border: 1px solid #ff8c00;
    border-top-style: none;
}
.ds-amenities li {
    margin: 0px !important;
}
.uk-accordion {
    border-top: 1px solid #ff8c00;
    border-right-style: none;
    border-left-style: none;
}
.uk-accordion-content{
    padding: 15px;
    color: #fff;
    border: 1px solid #ff8c00;
    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: 16px;
}

.ds-amenities-padding {
    padding-left: 10px;
}
.ds-amenities-padding ul{
    margin: 0px;
}
.ds-amenities-name{
    color: #ff8c00;
    text-transform: uppercase;    
    font-size: 20px;
    font-weight: bold;
}
.ds-amenities img {
    width: 25px;
    margin-right: 15px;
    filter: none;
}
.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: #9a9898;
    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: #ff8c00 !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-right: 1px solid #ff8c00;
}
.ds-selecet-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
 }
 .ds-selecet-box span{         
    border: 1px solid #ff8c00;
    color: #ff8c00;
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
    line-height: 38px;      
    text-transform: uppercase;  
    border-right: 0 ;
 }    
 .ds-tax-table th, .ds-tax-table td {
    white-space: nowrap;
}  
 .ds-selecet-box span:hover{
    background-color: #f5faff !important;
    color: #ff8c00;
 } 

.ds-pricing-table th, .ds-pricing-table td, .ds-tax-table th, .ds-tax-table td {
    color: #ff8c00 !important;
}
.ds-table-border {
    border-collapse: unset;
    border: 1px solid #ff8c00 !important;
    border-radius: 4px;
    height: 372px;
    box-sizing: border-box !important;
}
.ds-pricing .uk-grid+.uk-grid-small{
    margin-top: 10px;
}
.border-bottom {
    border-bottom: 1px solid;
}
.ds-price-new{
    color: #fff;
}
/* #share-modal small:hover{
    color: #1e87f0 !important;

} */

.dataTables_wrapper .dataTables_length {
    float: left;
    display: none;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 16px 12px; 
    border-bottom: 1px solid #ff8c00;
}

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;
    font-size: 18px;
}
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 #ff8c00;
    background: #ff8c00;
}
.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;
    float: right !important;
    margin-top: 0px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color:#fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border:1px solid #ff8c00;
    background:none;
}
.pricing-label{
   
    width: auto;

}

.ds-back2Top {
    background-color: #ff8c00;
    color: #fff !important;
    border: 1px solid #ff8c00;
    border-radius: 4px !important;
}
.ds-back2Top:hover{
    background-color: #ff8c00 !important;
}

.ds-border {
    border: 1px solid #ff8c00;
}
.ds-border h4{
    color: #ff8c00;
}
#vtour {
    background-color: #fff;
}
/* Pricing end */

/*Pricing insights Section */
.ds-price-insights {
    background: rgb(0 0 0 / 75%);
    padding: 25px;
}
.insights-xaxis-label {
    fill: #ff8c00;
}
.insights-yaxis-label {
    fill: #ff8c00;
}
/* End Pricing insights section*/


/* Contact Section */

.placedata {
    line-height: normal;
}
.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: #ff8c00;
}
.ds-nearbyplace{
    border: 1px solid #ff8c00;
    margin-top: -70px;
    margin-bottom: -70px;
    border-radius: 4px;
}
.ds-nearby-tab {
    height: 517px;
}
.ds-nearby-tab.uk-tab>*>a,
.ds-nearby-tab.uk-tab::before{
    border-left: 0px;
    border-right: 0px;
}
.ds-tab-box{
    border: 1px solid #ff8c00;
    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: #ff8c00;
}
.ds-nearby-tab.uk-tab>*>a {
    padding:15px 20px;
    text-align: center;
    font-size: 18px;
    text-transform: unset;
    background: #ff8c00;
    color: #fff;
    display: block;
}


address {
    font-size: 17px;
}

.ds-nearby-tab.uk-tab>.uk-active>a {
    background-color: #fff;
    color: #ff8c00;
    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: 16px;  
    position: relative;
}
.ds-footer-tab li a{
    color:#999;
}
/* .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: #ff8c00;
}
.ds-footer-tab li.uk-active a {
    color: #ff8c00;
    text-decoration: none;
}
.ds-footer-tab li.uk-active::after {
    content: '';
    border: 1px solid #ff8c00;
    position: absolute;
    top: 0px;
    left: 10%;
    right: 10%;
}
.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 #ff8c00;
    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 #ff8c00;
    border-radius: 4px;
    cursor: pointer;
    /* color: #ff8c00; */
}
#taxhistory {
    position: relative;
}
#taxhistory .ds-subnav-btn{
    margin-left: 0;
}
#taxhistory .ds-subnav-btn li a {
    border: 1px solid #ff8c00 ;
    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: #ff8c00;
    background-color: #fff !important;
    border-color: #ff8c00 !important;
}
#taxhistory .ds-subnav-btn li.uk-active a {
    color: #ffffff;
    background-color: #ff8c00 !important;
    border-color: #ff8c00 !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;
}
.checked-button .ds-time-box:hover,
.ds-opendate:hover {
    color: #ff8c00;
    background-color: #424242 !important;
    border-color: #ff8c00 !important;
}
.checked-button input:checked + .ds-time-box,
.checked-button input:checked + .ds-opendate {
    color: #ffffff;
    background-color: #ff8c00 !important;
    border-color: #ff8c00 !important;
}
.ds-openday {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.5;
}
.bg-active p {
    color: #ff8c00;
}
.ds-selecet-box span.ds-left-radious {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.btn-hover span:hover{
    color: #ff8c00;
    background-color: #424242 !important;
    border-color: #ff8c00 !important;
}
.ds-time-box {
    padding: 5px;
    border: 1px solid #ff8c00;
    display: block;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    /* color: #ff8c00; */
}
.checked-button input:checked + span {
    background-color: #ff8c00;
    color:#fff;
}
/* #contactSend >div >div {
    min-height:75px
} */
.agencylogo {
    max-width: 100px;
}
.ds-theme-button{
    background-color: #ff8c00;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ff8c00;
}
.uk-input,.uk-textarea {
    border-radius: 4px;
}

input.uk-radio {
    width: auto;
}
.ds-amenities .uk-accordion h5{
    color: #ff8c00;
}


/* End Contact Section */


@media screen and (max-width:639px) {
    .padding-align{
        padding: 30px 15px ;
    }
    .margin-remove{
        margin-left: 0px;
    }
    .margin-remove > div {
        padding: 0px;
    }
    .ds-price-new{
        padding: 20px;
    }
    .ds-price-insights{
        padding: 20px;
    }
   
}


/* 

@media screen and (min-width: 768px){
    .dataTables_wrapper .dataTables_paginate {
        float: right !important;
        text-align: center;
    }
} */


@media screen and (max-width: 1200px) {
    .nav.ds-position-center::before , .nav.ds-position-center::after{
        display: none !important;
    }
}


@media screen and (min-width: 960px){
    #distance {
        height: 398px;
    }
}


@media screen and (max-width: 959px) {
    .uk-navbar-item {
        min-height: 60px;
    }
    #banner h1 {
        font-size: 2.23125rem;
    }
    .ds-tab-box{
        border: 1px solid #ff8c00;
        border-radius: 4px;
    }
    .cs-padding-sm{
        padding: 0 15px !important;
    }
}
@media screen and (max-width: 639px) {
    .ds-openhouse {
        position: unset !important;
        color: #555;
        padding: 15px;
        text-align: center;
    }
    .ds-company_logo img {
        margin: auto !important;
    }
    #googleMap {
        height: 300px !important;
    }
    .ds-contcaddress {
        justify-content: center;
    }
}

@media screen and (max-width: 425px) {
    h1.uk-heading-medium {
        font-size: 26px;
    }
    .uk-subnav>* {
        padding-left: 12px;
    }
}
@media screen and (max-width:375px) {
    body {
        font-size: 18px;
    }
}