#propCont {
    width: 100%;
    height: 100%;
    display: inline;
    /**float: left;**/
    padding: 15px;
    background-color: #ffffff;
}
#propCont .name {
    margin: 5px 0 10px;
    font-size: 31px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #5c3327;
}
#propCont .bedsBaths, #propCont .sqf {
    margin: 10px 0 6px;
    font-size: 11px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.46px;
    color: #b36a20;
}
#propCont .btnView {
    margin: 11px 0 0;
    padding: 9px 45px 6px;
    border-radius: 1.5px;
    background-color: #003e52;
    color: #fbf8ec;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    cursor: pointer;
}
#propCont .price {
    color: #b36a20;
}
#Filter {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.filterBtn {
    padding: 5.5px 6.5px 3.5px;
    border-radius: 50px;
    border: solid 1px #163d50;
    margin: 5px;
}
#Filter a{
    font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #163d50;
  cursor: pointer;
}
#Filter .active {
    background-color: #163d50!important;
    color: #fff;
}
.filterTitle {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    text-align: left;
    color: #1e4539;
}
#ApiProperties {
    text-align: center;
}
#ApiProperties {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: repeat(2, auto);
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
}
#UncomnPopup {
    display:none;
    position: fixed;
    top: 7vw;
    left: 0px;
    background: rgba(0,0,0,0.75);
    width: 95vw;
    height: 80vh;
    margin: 33px 30px 30px;
    padding: 15px 15px 15px 30px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 #d4ceb5;
    background-color: #fff;
    z-index: 10000;
}
.close-pop {
    width: 28px;
    height: 28px;
    padding: 3.9px 3px 3px 3.9px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 60%;
    text-align: center;
    color: #1e4539;
    font-size: 32px;
    font-weight: 100;
	z-index: 12;
}

#UncomnPopup #propCont {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: repeat(1, auto);
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
}
.popBtn {
    padding: 9px 5.5px 6px;
    border-radius: 1.5px;
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
}
#BtnsPop {
    margin: 10px 0px 5px;
}
.btnCooper-solid {
    background: #b36a20;
    border: solid 1px #b36a20;
    color: #fff;
}
.btnCooper-solid:hover {
    color: #fff;
}
.btnTeal-line {
    border: solid 1px #163d50;
    color: #003e52;
}
.btnTeal-line:hover {
    color: #003e52;
}
.popBtn:last-child {
    margin-left: 5px;
}
/*.swiper {
  width: 600px;
  height: 300px;
}*/
:root {
    --swiper-theme-color: #b36a20;
}
/*.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background:none;
}*/

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 100px;
    background: #D6A285;
    font-weight: bold;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 12px;
    color:#fff;
}

p.realpageFloorplan {
    max-width: 400px;
    max-height: 400px;
}

.FloorPlan-col-container {
    display: flex;
    width: 95%;
    padding: 5%;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  .FloorPlan-col {
    display: table-cell;
    max-width: 50%;
  }
  .realpageUpper {
    text-transform: uppercase;
  }
@media only screen and (max-width: 600px) {
    .FloorPlan-col-container {
        width: 75%;
        display: flex;
        flex-direction: column;
    }
    .FloorPlan-col {
        display: block;
        max-width: 100%;
        float: left;
    }
    .FloorPlan-col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
  	#Filter {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    }
	#UncomnPopup {
	top: 17vw;
    margin: 33px 9px 30px;
	}
	.swiper {
    width: 100%;
	}
	.floorImg {
    width: 96%;
	}
	.rightPanel-Content {
    margin: 0 auto;
	}
}