
/** PROPERTY AREA START **/
.property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

.property:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.property:hover .property-overlay {
    background: linear-gradient(0,#2724d396,rgb(255 255 255 / 0%));
}

.property:hover .overlay-link {
    display: inline-block;
}

.property .hp-1 {
    height: 250px;
}

.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:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top,rgb(35 35 37 / 66%) 0%,rgb(35 35 37 / 13%) 35%,rgb(255 255 255 / 0%) 60%,rgb(255 255 255 / 0%) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-tag {
    position: absolute;
}

.property-tag.sale {
    right: 15px;
    top: 15px;
}

.property-tag.featured {
    left: 15px;
    margin-top: 15px;
}

.property-price {
    color: #fff;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    bottom: 15px;
    right: 15px;
    z-index: 20;
}

.property .button, input[type="submit"] {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px 4px;
    border-radius: 2px;
    color: #fff;
    border: none;
    background-color: rgb(0 0 0 / 25%);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
}

.property-content {
    padding: 20px;
}

.property-content .title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}

.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: 15px;
    color: #343434;
}

.property-content .property-address a i {
    margin-right: 3px;
}

.property-content .facilities-list {
    padding: 0;
    margin: 0;
}

.property-content .facilities-list li {
    width: 33%;
    float: left;
    font-size: 15px;
    line-height: 29px;
}

.property-content .facilities-list li i {
    font-size: 14px;
    font-weight: 400;
}

.property-content .fl-2 li {
    width: 50%;
}

.property-content .property-footer {
    border-top: solid 1px #f1f1f1;
    padding: 17px 20px;
    color: #343434;
    font-size: 15px;
}

.property-content .property-footer .right {
    float: right;
}

.property-content .property-footer a {
    color: #343434;
}

.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: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    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: 249px;
}

.property .property-content {
    padding: 0px!important;
}

.property .property-content .info{
    padding: 30px 25px 25px;
}

/** FP2 STARTED**/
.fp2 {
    -webkit-transition: .5s;
    transition: .5s;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.fp2:hover .featured{
    transform: rotateY(360deg
    );
}

.fp2 .featured {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1); */
}

.fp2:hover .sale{
    transform: rotateY(360deg
    );
}

.fp2 .sale {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1); */
}

/** MODAL BODY DESIGN STARTED**/
.modal-raw {
    display: flex;
}

.modal-left, .modal-right {
    flex: 1;
}

.property-modal .modal-left {
    padding: 0;
}

.property-modal img{
    height: 550px!important;
}

.property-modal .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}

.property-modal .carousel-control-next{
    background: #423b3b57;
    width: 30px;
    height: 45px;
    border-radius: 2px;
    top: 45%;
    margin: 3px;
    opacity: 1;
}

.property-modal .carousel-control-prev {
    background: #423b3b57;
    width: 30px;
    height: 45px;
    border-radius: 2px;
    top: 45%;
    margin: 3px;
    opacity: 1;
}

.property-modal .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.modal-right-content h2{
    font-weight: 600;
    margin:0 0 5px;
    font-size: 23px;
}

.modal-right-content .location{
    margin-bottom: 20px;
}

.property-modal .modal-header {
    padding: 0;
    margin-bottom: 10px;
    border-bottom: none;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    outline: none;
    background: #3a3a3a;
    opacity: 1;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}

.property-modal .modal-body {
    padding: 0;
    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: 1;
}

.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%;
    height: 550px!important;
    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-right-content .bullets {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    columns: 2;
}

.modal-right-content .bullets li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.modal-right-content .bullets li i {
    left: 0;
    position: absolute;
    top: 0;
}

.modal-right-content .heading p{
    margin-bottom: 0;
}

.modal-right-content .comon-section{
    padding: 20px 30px;
    border-bottom: solid 1px #bbbbbb73;
}

.modal-right-content p {
    font-size: 15px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-right-content{
    padding: 10px 0;
}

.modal-right-content .price {
    float: right;
    font-size: 18px;
    font-weight: 600;
}

.modal-right-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #262525;
}

.modal-right-content dl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
}

.modal-right-content dl dt {
    float: left;
    font-weight: 500;
}

.modal-right-content .cs-none{
    border-bottom: none;
}

.modal-right-content dl dd {
    text-align: right;
    margin-bottom: 5px;
}

.property-modal .modal-content
/** MODAL BODY DESIGN ENDED **/

/** Featured tag2 AREA START **/
.featured-tag2:hover i {
    transform: rotateY(360deg);
}

.sale-tag {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px 4px;
    border-radius: 2px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
    right: 20px;
    margin-top: 20px;
    top: 0;
    position: absolute;
    background-color: rgb(0 0 0 / 25%);
}

/** INTRO SECTION START **/
.intro-section{
    position: relative;
}

.intro-section .intro-section-inner {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.intro-section h3 {
    font-size: 27px;
    margin: 0;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}

.intro-section .btn-2 {
    float: right;
}

.intro-section .intro-section-inner .btn-5 {
    border: 2px solid #fff;
    color: #fff;
}

.intro-section .intro-section-inner:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%);
    opacity: 0.5;
}

/** NAV TABS START **/
.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
    text-align: center;
}

.properties-panel-box .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px 8px;
    border-radius: 0;
    background: #fff5f5;
    color: #4a4747;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.properties-panel-box .nav > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
}

.properties-panel-box .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.properties-panel-box .nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
    margin: 4px 6px 4px 0;
}

.properties-panel-box .nav-tabs > li > a:hover {
    background: transparent;
    border-radius: 0;
}

.properties-panel-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}

.properties-panel-box .nav > li > a {
    padding: 10px 20px 8px!important;
}

.properties-panel-box .nav > li > a:hover{
    padding: 10px 20px 8px!important;
}

.properties-panel-box .tab-btn .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    padding: 10px 20px 8px!important;
}

/** LIST INLINE LISTING AREA START **/
.list-inline-listing {
    padding: 0;
    text-align: center;
}

.list-inline-listing li {
    padding: 5px 25px 4px;
    margin: 0;
    border: 2px solid #fff;
    background: #fff;
    color: #343434;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
}

.list-inline-listing li:hover {
    color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.list-inline-listing .active {
    color: #fff;
    box-shadow: none;
}
