﻿
.connect-with-whatsapp {
    position: fixed;
    width: 21px;
    height: 59px;
    bottom: 10px;
    top: auto;
    right: auto;
    left: 50px;
    z-index: 99;
}

.connect-with-whatsapp .main-button {
    position: relative;
    right: 1px;
    top: 1px;
    float: right;
    width: 52px;
    height: 52px;
    background: 50% no-repeat #189d0e;
    box-shadow: 0 3px 5px 1px rgb(0 0 0 / 20%);
    background-size: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}


@keyframes nm-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(218 9 34 / 0.7);
    }

    80% {
        box-shadow: 0 0 0 14px rgb(218 9 34 / 0);
    }
}


@keyframes fadeInRight {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*html, body {*/
/*    overflow-x: hidden*/
/*}*/

.modal {
    background: rgb(247 247 247 / 80%);
}

    .modal.fade .modal-dialog {
        transform: translate3d(0, 0, 0);
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }

    .modal.fade.show .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }


.property-desc h4 {
    font-size: 1.2rem;
}

.property-desc h3 {
    font-size: 1.3rem;
}

.property-desc h4 {
    font-size: 1.1rem;
}

.property-desc h5 {
    font-size: 1rem;
}

.nav-link {
    color: #da0922 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
}

.intl-tel-input {
    width: 100%;
}

.close2 {
    padding: 0;
    background-color: #da0721;
    border-radius: 30px;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px !important;
    height: 42px !important;
    text-shadow: none;
    color: rgb(255 255 255) !important;
    font-size: 28px;
    z-index: 9;
}

.dropdown-item {
    color: #000 !important;
}

.property-desc .content.active {
    height: auto;
    overflow: unset;
}

.property-desc .content {
    height: 180px;
    overflow: hidden;
    position: relative;
}


    .property-desc .content:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        z-index: 10;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    }

    .property-desc .content.active:before {
        display: none
    }


.property-desc .read-more .open {
    display: block;
    cursor: pointer;
}


.property-desc .read-more .close {
    display: none;
    cursor: pointer;
}


.property-desc .read-more.active button.open {
    display: none;
}


.property-desc .read-more.active button.close {
    display: block;
}


.breadcrumb {
    font-size: 14px;
}

.widgetModal-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(33 37 41 / 90%);
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 600px !important;
    }
}

.p-a {
    position: absolute !important;
    right: 0px !important;
    height: 100% !important;
    z-index: 4 !important;
}


.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9999;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F70505 0%, #8F0808 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F0808;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }


