/* Minification failed. Returning unminified contents.
(145,1): run-time error CSS1019: Unexpected token, found '@import'
(145,9): run-time error CSS1019: Unexpected token, found '"https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700"'
(160,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(161,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(172,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(173,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(663,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(664,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(860,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(861,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(876,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(877,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .info h4 {
        margin: 0 0 5px;
        color: #777;
    }

.listingFilter .card-body {
    padding: 0;
    max-height: 500px;
    overflow-y: scroll;
    margin-bottom: 0;
}

.listFeatures {
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.text-limit {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 100px;
    margin: 0 auto;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group2 {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .form-group2 {
        margin-bottom: 1rem;
    }
}

.detailsinfo {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #212529;
    word-break: break-all;
}

.addressDetails {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
}
/* add z-index find agent */
.material-card {
    position: relative;
    height: 0;
    /* padding-bottom: calc(100% - 16px); */
    padding-bottom: 300px;
    margin-bottom: 6.6em;
    z-index: 1;
}

@media(max-width:1199px) and (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 14px;
    }
}

@media(max-width:1157px) and (min-width:992px) {
    .Menu-widget-box .section-newsletter .contactIcons .fa {
        font-size: 1.5em;
        padding: 5px;
        color: #fff;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .titleh3 {
        color: #rgb 0, 69, 124;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        position: relative;
        margin: 30px 0 60px;
    }
}

@media(max-width:550px) {
    .vid-container {
        position: relative;
        height: 34vh;
        overflow: hidden;
    }
}

@media(max-width:386px) {
    .detailsinfo {
        font-size: 15px;
        line-height: 24px;
        font-weight: 300;
        color: #212529;
    }
}

@media(max-width:379px) {
    .Menu-widget-box .section-newsletter .contactIcons .fa {
        font-size: 1.5em;
        padding: 10px;
        color: #fff;
    }
}

@media(max-width:364px) {
    .detailsinfo {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        color: #212529;
    }
}



.col-form-label {
    padding-top: 0;
    font-size: 24px
}

@import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";

.fa-spin-fast {
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
    animation: fa-spin-fast 0.2s infinite linear;
}

.material-card {
    position: relative;
    height: 0;
    /*padding-bottom: calc(100% - 16px);*/
    padding-bottom: 300px;
    margin-bottom: 6.6em;
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}



.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .material-card h2 span {
        display: block;
    }

    .material-card h2 strong {
        /*font-weight: 400;*/
        display: block;
        font-size: 0.8em;
    }

/*.material-card h2:before,
            .material-card h2:after {
                content: ' ';
                position: absolute;
                left: 0;
                top: -16px;
                width: 0;
                border: 8px solid;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

            .material-card h2:after {
                top: auto;
                bottom: 0;
            }*/
.material-card.blue.mc-active .mc-content {
    background-color: #e5f1ff;
    height: 278px;
}

.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px;
}

    .material-card.mc-active h2:before {
        top: 0;
    }

    .material-card.mc-active h2:after {
        bottom: -16px;
    }

.material-card .mc-content {
    /*position: absolute;
        right: 0;
        top: 0;
        bottom: 16px;
        left: 16px;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-btn-action {
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .mc-btn-action {
    top: 62px;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 0;
    left: 11px;
    /*bottom: 54px;*/
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .material-card .mc-footer h4 {
        position: absolute;
        top: 200px;
        left: 30px;
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: all 1.4s;
        -moz-transition: all 1.4s;
        -ms-transition: all 1.4s;
        -o-transition: all 1.4s;
        transition: all 1.4s;
    }

    .material-card .mc-footer a {
        display: block;
        float: left;
        position: relative;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-bottom: 15px;
        font-size: 18px;
        color: #fff;
        line-height: 32px;
        text-decoration: none;
        top: 200px;
    }

        .material-card .mc-footer a:nth-child(1) {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .material-card .mc-footer a:nth-child(2) {
            -webkit-transition: all 0.6s;
            -moz-transition: all 0.6s;
            -ms-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
        }

        .material-card .mc-footer a:nth-child(3) {
            -webkit-transition: all 0.7s;
            -moz-transition: all 0.7s;
            -ms-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s;
        }

        .material-card .mc-footer a:nth-child(4) {
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -ms-transition: all 0.8s;
            -o-transition: all 0.8s;
            transition: all 0.8s;
        }

        .material-card .mc-footer a:nth-child(5) {
            -webkit-transition: all 0.9s;
            -moz-transition: all 0.9s;
            -ms-transition: all 0.9s;
            -o-transition: all 0.9s;
            transition: all 0.9s;
        }

        .material-card .mc-footer a:nth-child(6) {
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

        .material-card .mc-footer a:nth-child(7) {
            -webkit-transition: all 1.1s;
            -moz-transition: all 1.1s;
            -ms-transition: all 1.1s;
            -o-transition: all 1.1s;
            transition: all 1.1s;
        }

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 4px;
    width: 60px;
    height: 60px;
    z-index: 20;
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em;
}



.material-card.mc-active .mc-description {
    top: 15px;
    padding-top: 6.5em;
    opacity: 1;
    filter: alpha(opacity=100);
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - -19px);
    left: 16px;
    right: 0;
    height: 40px;
    padding-top: 5px;
    padding-left: 5px;
}



    .material-card.mc-active .mc-footer a {
        top: 0;
    }

    .material-card.mc-active .mc-footer h4 {
        top: -32px;
    }

img.img-responsive {
    width: 100%;
    height: 100%
}

.material-card.blue h2 {
    background-color: #19487D;
}

    .material-card.blue h2:after {
        border-top-color: #19487d;
        border-right-color: #19487d;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .material-card.blue h2:before {
        border-top-color: transparent;
        border-right-color: #06121f;
        border-bottom-color: #06121f;
        border-left-color: transparent;
    }

.material-card.blue.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #19487d;
    border-bottom-color: #19487d;
    border-left-color: transparent;
}

.material-card.blue.mc-active h2:after {
    border-top-color: #06121f;
    border-right-color: #06121f;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.blue .mc-btn-action {
    background-color: #19487d;
    color: white;
}

    .material-card.blue .mc-btn-action:hover {
        background-color: #06121f;
        color: white;
    }

.material-card.blue .mc-footer a {
    background-color: #19487d;
    color: white;
}

    .material-card.blue .mc-footer a:hover {
        background-color: #19487d;
        color: white;
    }



.material-card.blue.mc-active .mc-footer {
    background-color: #8299b3;
}

.material-card.blue.mc-active .mc-btn-action {
    border-color: #e4f1ff;
}

.mc-footer {
    text-align: center;
}

/*body {
    background-color: #ECEFF1;
    color: #37474F;
    font-family: 'Raleway', sans-serif;
        font-weight: 200;
    font-size: 16px;
}*/

h1,
h2,
h3 {
    font-weight: 200;
}

.mc-btn-action .fa {
    position: relative;
    bottom: 3px;
}

/**search**/


.hidden {
    display: none;
}
/**search**/

/** loader**/
.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

.image {
    width: 94%;
    height: 240px;
    left: 14px;
}

.card_loader h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card #Floader {
    position: absolute;
    top: calc(100% - 16px);
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.blue #Floader:before {
    border-top-color: transparent;
    border-right-color: #cac8c8;
    border-bottom-color: #cac8c8;
    border-left-color: transparent;
}

.material-card.blue #Floader:after {
    border-top-color: #DCDCDC;
    border-right-color: #DCDCDC;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.blue #Floader {
    background: #DCDCDC;
    height: 68px;
}

.line1 {
    width: 75%;
    height: 12px;
    border-radius: 3px;
}

.line2 {
    width: 41%;
    height: 12px;
    margin-top: 9px;
    border-radius: 3px;
}

.animated-backgroundf {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0, 1.21, 0.94, 1.6);
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

.mc-btn-action.animated-background {
    border: 5px solid #e9e7e7;
    right: 4px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
/** loader**/
/**responsive  media queries**/
/*@media (max-width: 575.98px) {

        .listNav, .ln-letters {
            margin-left: 0;
            font-size: 10px;
        }

            .ln-letters a {
                padding: 4px 5px;
            }
    }*/

/*@media (min-width: 576px) and (max-width: 767.98px) {
        .listNav, .ln-letters {
            margin-left: 0;
            font-size: 10px;
        }

            .ln-letters a {
                padding: 4px 5px;
            }
    }*/
@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-content {
        position: relative;
        margin-right: 16px;
    }
}

@media screen and (max-width: 767px) {
    .material-card.mc-active {
        padding-bottom: 0;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 50px 30px 70px 30px;
        bottom: 0;
    }

    .material-card.mc-active .mc-footer {
        top: calc(100% - 1px);
    }

    .material-card.blue.mc-active .mc-content {
        height: 400px;
    }

    .material-card {
        position: relative;
        height: 0;
        /*padding-bottom: calc(100% - 16px);*/
        padding-bottom: 400px;
        margin-bottom: 6.6em;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .listNav, .ln-letters {
        margin-left: 0;
        font-size: 12px;
    }

        .ln-letters a {
            padding: 7px 7px;
        }

    .col-form-label {
        margin-right: 25px;
    }

    .material-card.mc-active .mc-footer {
        top: calc(100% - 36px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .material-card.mc-active h2 {
        top: 0;
        padding: 6px 0px 0 54px;
    }

    material-card.mc-active .mc-description {
        top: -10px;
    }

    .material-card.mc-active .mc-btn-action {
        top: 48px;
    }

    .material-card.mc-active .mc-footer {
        top: calc(100% - -84px);
    }

    .material-card.mc-active .mc-description {
        top: 20px;
    }

    .material-card.mc-active .img-container {
        left: -8px;
        top: 10px;
        width: 40px;
        height: 40px;
    }
}
/**responsive  media queries**/
#sectionfindanagent {
    position: relative;
    width: 100%;
    height: 100%;
}

    #sectionfindanagent::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 80%;
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    }

    #sectionfindanagent h1 {
        position: absolute;
        top: 10%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: royalblue;
        text-align: center;
        white-space: nowrap;
    }

#sectionfindanagent {
    background: url(http://media.bullseyeplus.com/development/OfficeWebsites/find.jpg) center center / cover no-repeat;
}

.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    .demo a:hover {
        opacity: .5;
    }


#sectionfindanagent a {
    padding-top: 70px;
}

    #sectionfindanagent a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb05 1.5s infinite;
        animation: sdb05 1.5s infinite;
        box-sizing: border-box;
    }

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

#agentPic {
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}


/*Profile Card 3*/
.profile-card-3 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border: none;
}

    .profile-card-3 .background-block {
        float: left;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

        .profile-card-3 .background-block .background {
            width: 100%;
            vertical-align: top;
            opacity: 0.9;
            -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
            -webkit-transform: scale(1.8);
            transform: scale(2.8);
        }

    .profile-card-3 .card-content {
        width: 100%;
        padding: 60px 25px;
        color: #232323;
        float: left;
        background: #fff;
        height: 50%;
        border-radius: 0 0 5px 5px;
        position: relative;
        z-index: 9999;
        padding-top: 10%;
    }

        .profile-card-3 .card-content::before {
            content: '';
            background: #fff;
            width: 120%;
            height: 100%;
            left: 11px;
            bottom: 51px;
            position: absolute;
            z-index: -1;
            transform: rotate(-13deg);
        }

    .profile-card-3 .profile {
        border-radius: 50%;
        position: absolute;
        top: 1%;
        left: 50%;
        max-width: 200px;
        opacity: 1;
        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
        border: 2px solid rgba(255, 255, 255, 1);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        z-index: 99999;
        max-height: 220px;
    }

    .profile-card-3 h2 {
        margin: 0 0 5px;
        font-weight: 600;
        font-size: 25px;
    }

        .profile-card-3 h2 small {
            display: block;
            font-size: 15px;
            margin-top: 10px;
        }

    .profile-card-3 i {
        display: inline-block;
        font-size: 16px;
        color: #232323;
        text-align: center;
        border: 1px solid #232323;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        margin: 0 5px;
    }

    .profile-card-3 .icon-block {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

        .profile-card-3 .icon-block a {
            text-decoration: none;
        }

    .profile-card-3 i:hover {
        background-color: #232323;
        color: #fff;
        text-decoration: none;
    }

#resultsmap {
    height: 80vh;
}
#resultsproperties {
    height: 80vh;
    overflow-y: scroll;
}
.listing-item .card-body {
    min-height: 170px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 15px;
}
#resultsproperties{
    padding-left: 0;
}


.listing-item {
    margin-top: 10px;
}

.listing-item .card-img-top {
   position: relative;
    text-align: center;
}

.hover-opaque {
    background: #000;
    opacity: 0;
    z-index: 10;
    position: absolute;
    
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    cursor: pointer;
}

    .listingFilter .card-body {
        padding: 0;
        max-height: 500px;
        overflow-y: scroll;
        margin-bottom: 0;
    }

    .listFeatures {
        padding: 5px 0;
        list-style: none;
        font-size: 14px;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
.image-span {
    width: 100%;
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
   
    background: rgba(1, 111, 74, 0.9);
    color: #fff;
}
.image-span-spg {
    color: white;
    display: inline-block;
    background-color: rgba(0,0,0,.6);
    padding: 10px;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    width: 100%;
}
.listing-title {
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
    font-weight:bold;
    color: #696969;
}
.hover-opaque i {
    position: absolute;
    text-align: center;
    color: rgba(1, 111, 74, 0.9);
    top: 50%;
    right: 50%;
    margin: -12px;
    font-size: 50px;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
}

.listing-item .seeMore{
    position: absolute;
    color: #fff;
    top: 50%;
    right: 50%;
    font-size: 2em;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.card:hover .hover-opaque {
    opacity: 0.1;
}

.card:hover .seeMore, .card:hover .seeMore i{
    opacity: 1;
}

.details_over_map{
    bottom:5px;
    position: absolute;
    width: 90%;
}
.details_over_map a{
    text-decoration: none !important;
    color: #696969 !important;
}
.details_over_map .img-square-wrapper {
    width: 30%
}

.details_over_map .card-body {
    width: 70%
}

    .details_over_map  .details {
        font-size: 1em;
    }
/*//Small devices (landscape phones, 576px and up)*/
@media (max-width: 991.98px) {
    .details_over_map{
        bottom:5px;
        position: absolute;
        width: 100%;
    }
    .details_over_map .img-square-wrapper {
        width: 60%
    }

    .details_over_map .card-body {
        width: 40%
    }
    .details_over_map  .details {
        font-size: 1em;
    }
}


