
nav{
    border-bottom: thin ridge #e0e0d1;
}
a{
    color: black;
}
.nav-link{
    color: black;
    font-size: 14px;
}
.verticalLine {
    border-left: thin groove whitesmoke;
    padding-left: 10px;
}
.contactSlide{
    text-align: center;
    font-size: 24px;
}
/* .carousel{
  background-color: rgba(0, 0, 0, .5);
  
} */
.smokewhite{
    background-color: whitesmoke;    
}

.verysmallText{
    font-size: 11px;
}

.smallText{
    font-size: 15px;
}

.list-inline-item-property {
    display: inline-block;
    height:100px;
    width: 200px;
    /* padding: 15px; */
    text-align: center;
}
.list-inline-item-property-image {
    display: inline-block;
    padding: 5px;

}
#more {display: none;}

.bg-gray{
    background-color: #cccc;
}
.block{
    line-height: 2px;
}
.footerlineeight{
    line-height: 16px;
}
.footertextsize{
    font-size: 16px;
    color: white;
    padding-right: 50px;
}
.footertextsize2{
    font-size: 16px;
    color: black;
    padding-right: 50px;
}

.list-group.list-group-horizontal{
    display: flex;
    flex-direction: row;
}

.list-group.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-right: 0;
    border-right-width: 0;
}
.list-group.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}
.list-group.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
    border-right-width: 1px;
}

.listing-header .ldp-header-meta .data-value {
    font-size: 16px;
    display: block;
}
.listing-head{
    max-width:1400px;
}
.carousel-indicators li { visibility: hidden; }

.CarouseImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height:60vh;
}
.listing-main{
    max-width:1400px;
}


#description {
    width: 100%;
}

#description a.collapsed:after {
    content: '+ Show More';
}

#description a:not(.collapsed):after {
    content: '- Show Less';
}

#description #descriptionContent.collapse:not(.show) {
    display: block;
    /* height = lineheight * no of lines to display */
    height: 4.5em;
    overflow: hidden;
}

#description #descriptionContent.collapsing {
    height: 4.5em;
}

#features {
    width: 100%;
}

#features a.collapsed:after {
    content: '+ Show More';
}

#features a:not(.collapsed):after {
    content: '- Show Less';
}

#features #featuresContent.collapse:not(.show) {
    display: block;
    /* height = lineheight * no of lines to display */
    height: 10em;
    overflow: hidden;
}

#features #featuresContent.collapsing {
    height: 10em;
}

#nearbyCities {
    width: 100%;
}

#nearbyCities a.seemore.collapsed:after {
    content: '+ Show More';
}

#nearbyCities a.seemore:not(.collapsed):after {
    content: '- Show Less';
}

#nearbyCities #nearbyCitiesContent.collapse:not(.show) {
    display: block;
    /* height = lineheight * no of lines to display */
    height: 10em;
    overflow: hidden;
}

#nearbyCities #nearbyCitiesContent.collapsing {
    height: 10em;
}

#tax {
    width: 100%;
}

#tax a.collapsed:after {
    content: '+ Show More';
}

#tax a:not(.collapsed):after {
    content: '- Show Less';
}

#tax #taxContent.collapse:not(.show) {
    display: block;
    /* height = lineheight * no of lines to display */
    height: 10em;
    overflow: hidden;
}

#tax #taxContent.collapsing {
    height: 10em;
}

#propertyPrice {
    width: 100%;
}

#propertyPrice a.collapsed:after {
    content: '+ Show More';
}

#propertyPrice a:not(.collapsed):after {
    content: '- Show Less';
}

#propertyPrice #propertyPriceContent.collapse:not(.show) {
    display: block;
    /* height = lineheight * no of lines to display */
    height: 10em;
    overflow: hidden;
}

#propertyPrice #propertyPriceContent.collapsing {
    height: 10em;
}





.card-img-top {
    width: 100%;       
    object-fit: cover;
}
.cardlink{
    text-decoration: none !important;
    cursor: pointer;
}
.header{
    font-size: 24px;
    font-weight:700;
}
.subheader{
    font-size: 14px;   
}
.propertylabel{
    color:#757575;
    font-size:16px;
}
.pricelabel{
    font-size:2rem;
    font-weight:700;
}
.learnmoreform{
    max-width:600px;
}
.learnmoreimage{
    object-fit: cover;
}
.similardetail{
    font-size:0.9rem;
}

.prevnext{
    height:120px;
    line-height: 120px; /* Vertically center the text there */
    /*background-color: #e0e0d1;*/
}
.prevnexttab{  
    width:40%;
    height:40%;
    transform: translateY(20%);
    transition: font-size 0.5s, transform 0.5s,width 0.5s;
    font-size:1rem;
}
.prevnexttab:hover{
    width:60%;
    height:60%;
    transform: translateY(-20%);
    transition: font-size 0.5s, transform 0.5s,width 0.5s;
    font-size:1.2rem;
}

.prevtablabel{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0px;
    height:100%;
    width:100%;
    z-index: 2;
    color:#FFFFFF;
    background: rgba(0,0,0,0.3); 
}
.prevnexttab:hover  .prevtabdetails {
   visibility:visible;
   color:#FFFFFF;
}

.prevnexttab .prevtabdetails{
    /*visibility:hidden;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top:0px;
    height:100%;
    width:100%;
    z-index: 2;
    color:#FFFFFF;
    overflow:hidden;
}
.prevnextimg{
     
}
.smart-scroll{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.scrolled-down{
    transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
    transform:translateY(0); transition: all 0.3s ease-in-out;
}
.privacy-image {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/javax.faces.resource/img/privacy700.jpg.xhtml");
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color:#FFFFFF;
}
.featured{
    color:blue;
}
