/** PROJECT AREA START **/


.property-content .amenities-list {
    padding: 0;
    margin: 0;
}
.property-content ul.amenities-list {
	list-style-type: none;
}
.property-content .amenities-list li {
    width: 25%;
    float: left;
    font-size: 13px;
    line-height: 22px;
	text-align:center;
}
.property-content .amenities-list li i {
    margin-right: 3px;
    font-size: 22px;
    /* font-weight: 700; */
    width: 100%;
}

/** PROPERTY AREA START **/
.property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.property:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.property-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.property-img img{
    /*height:100vh;*/
}

.property-tag {
    position: absolute;
}

.property-tag.sale {
    right: 15px;
    bottom: 15px;
}

.property-tag.featured {
    left: 15px;
    margin-top: 15px;
	z-index: 20;
}
.property-tag.assured {
    left: 15px;
    margin-top: 45px;
	z-index: 20;
}

.property-tag.shortlist {
    right: 15px;
    margin-top: 15px;
	z-index: 20;
	cursor: pointer;
}
.property-tag.shortlist i{
    color: #ffb400;
    font-size: 22px;
}
.property-tag.shortlist i:hover:before{
    content: "\f004";
}

.property-tag.compare {
    right: 15px;
    bottom: 15px;
	background-color: rgba(0, 150, 136, 0.5);
}
.property-tag.compare i{
	font-size: 14px;
}
.property-price {
    color: white;
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    bottom: 15px;
    left: 14px;
    z-index: 20;
}

.property .button, input[type="submit"] {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    /*z-index: 20;*/
    z-index: 2;
}

.property-content {
    padding: 20px;
}

.property-content .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.property-content .title a:hover {
    color: #4a4747;
}

.property-content p {
    margin: 10px 0 20px;
}

.ratings {
    color: orange;
    font-size: 12px;
}

.property-content .property-address {
    margin: 0 0 15px;
}

.property-content .property-address a {
    font-size: 13px;
    color: #4a4747;
}

.property-content .property-address a i {
    margin-right: 10px;
}

.property-content .facilities-list {
    padding: 0;
    margin: 0;
}

.property-content ul.facilities-list {
	list-style-type: none;
}

.property-content .facilities-list li {
    width: 33%;
    float: left;
    font-size: 13px;
    line-height: 29px;
}

.property-content .facilities-list li i {
    margin-right: 3px;
    font-size: 13px;
    /*font-weight: 700;*/
}

.property-content .fl-2 li {
    width: 50%;
}

.property-content .property-footer {
    border-top: solid 1px #f1f1f1;
    padding-top: 15px;
    margin-top: 15px;
    color: #535353;
    font-size: 13px;
}

.property-content .property-footer .right {
    float: right;
}

.property-content .property-footer a {
    color: #535353;
}

.property-content .property-footer i {
    margin-right: 5px;
}

.property-footer a {
    color: #4a4747;
}

.properties-panel-box .panel-default {
    border-color: transparent;
}

.panel {
    background: transparent;
}

.properties-panel-box .panel {
    margin-bottom: 0;
    box-shadow: none;
}

.properties-panel-box .panel-body {
    padding: 0;
}

.property .col-pad {
    padding: 0;
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
    color: #fff;
}

.overlay-link:hover {
    color: #fff;
}

.property-img:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.property-img:hover .overlay-link {
    display: inline-block;
}

.property .hp-2 {
    height: 220px;
}

/** MODAL BODY DESIGN STARTED**/
.modal-raw {
    display: flex;
}

.modal-left, .modal-right {
    flex: 1;
}

.property-modal .modal-left {
    padding: 0;
    background: #535353;
    color: #fff;
}

.property-modal .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.property-modal .modal-header {
    background: transparent;
    border: none;
    padding: 15px 0;
}

.property-modal .modal-header .modal-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.property-modal .modal-header p {
    color: #fff;
    margin-bottom: 0;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
    padding: 8px 13px;
    outline: none;
    margin: -60px -1px -15px auto;
    background: #3a3a3a;
    opacity: 1;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}

.property-modal .modal-body {
    padding: 0 15px;
    background: #fff;
}

.modal-right {
    padding: 0;
    border-top: 1px solid #EEE;
}

#modalCarousel .carousel-item {
    max-height: 240px;
}

.modal-left-content {

}

.modal-left-content img {
    width: 100%;
    height: 100%;
}

.modal-left-content .control {
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    bottom: 0px;
    opacity: .5;
}

.modal-left-content .carousel-inner {
    display: flex;
}

.modal-left-content .carousel-inner .item {
    flex: 1;
}

.modal-left-content .item img {
    width: 100%;
}

.modal-left-content iframe {
    border: none;
    width: 100%;
    display: block;
}

.modal-left-content .control:hover {
    opacity: 1;
}

.modal-left-content .control-prev {
    right: 30px;
}

.modal-left-content .control-next {
    right: 0;
}

.modal-left-content .description {
    padding: 40px 25px;
}

.modal-left-content p {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
}

.modal-left-content .description h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600;
}

.modal-right-content .bullets {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0;
    columns: 2;
}

.modal-right-content .bullets li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.modal-right-content .bullets li i {
    left: 0;
    position: absolute;
    top: 0;
}

.modal-right-content {
    padding: 30px;
}

.modal-right-content p {
    font-size: 13px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-right-content .price {
    float: right;
}

.modal-right-content h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 0 15px;
    color: #37404d;
}

.modal-right-content dl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
}

.modal-right-content dl dt {
    float: left;
    font-weight: 500;
}

.modal-right-content dl dd {
    text-align: right;
    margin-bottom: 8px;
}

/** MODAL BODY DESIGN ENDED **/

/** PROPERTY 2 SECTION START **/
.property-2 {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.property-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.property-2 .facilities-list {
    padding: 10px 20px;
    border-top: solid 1px #efe9e9;
}

.property-2 .facilities-list li {
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
}

.property-2 .facilities-list li:last-child {
    margin-right: 0;
}

.property-2 .content .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.property-2 .property-address {
    margin: 0;
}

.property-2 .property-address a {
    font-size: 13px;
    color: #4a4747;
}

.property-2 .content {
    padding: 20px 20px;
}

.property-2 .property-address a i {
    margin-right: 10px;
}

.property-2 .content .title a:hover {
    color: #4a4747;
}

.property-2 .price-ratings {
    position: absolute;
    font-size: 20px;
    bottom: 10px;
    right: 10px;
    text-align: right;
    z-index: 20;
}

.property-2 .featured {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.property-2 .assured {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.property-2 .price-ratings i {
    font-size: 10px;
}

.property-2 .price-ratings .price {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.property-hp .property-content {
    padding: 30px 30px !important;
}
/** BLOCK HEADING AREA START **/
.option-bar {
    background: #fff;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 30px;
}

.option-bar h4 {
    line-height: 50px;
    display: inline-block;
    padding-right: 20px;
    border-radius: 3px 0 0 3px;
    margin: 0 0 0;
    font-weight: 600;
}

.option-bar .heading-icon {
    width: 50px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    position: relative;
    color: #fff;
}

.option-bar .sorting {
    padding: 8px 12px;
    background: #FFF;
    border: 1px solid #EEE;
    color: #999;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
}

.option-bar .sorting-options {
    margin: 10px 15px 0 0;
    text-align: right;
}

.option-bar .sorting {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 12px;
    border: solid 1px #e7e7e7;
}

.option-bar .sorting:focus {
    outline: none;
}

.change-view-btn {
    margin-left: 5px;
    border-radius: 2px;
    background: transparent;
    padding: 5px 9px;
}

.change-view-btn:hover {
    color: #fff;
}

.active-view-btn {
    color: #fff !important;
    margin-left: 5px;
    padding: 5px 9px;
}

.active-view-btn:hover {
    background: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

/** PORTFOLIO ITEM **/
.portfolio-item {
    margin-bottom: 30px;
}

.properties-gallery .pad {
    padding: 0;
}

.properties-gallery .portfolio-item {
    margin-bottom: 30px;
}

.pg .portfolio-item {
    margin-bottom: 0;
}

.property-tag.featured {
    background: #f4811e;
}

.property-tag.assured {
    background: #2196F3;
}

.booked_status{
	color: darkblue;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0px 0px 10px #CCCFFF;
    text-transform: uppercase;
}

.blinking{
    animation: blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
.blinks{
	text-align: center;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
@keyframes blinks{
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}
.text-terms-apply {
    font-size: 9px;
    letter-spacing: 0px;
    padding: 5px 0 0 0px;
    margin-bottom: 2px;
    color: #f00;
}