a:hover{
    text-decoration: none;
}
.listings-img canvas{
    background-size: cover;
    width: 100%;
}

.prop-label{
    display: inline-block;
}

.flush{
    padding: 0;
}

.row{
    margin-right: -15px !important;
    margin-left: -15px !important;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

/*#info-new .row{
    display: flex;
    flex-wrap: wrap;
}*/

.listings-price {
    float: right;
}
.listings-price{
    color: #4c1a5d;
}

.listings-price h6{
    color: #4c1a5d !important;
}
.listings-item{
    color: #000 !important;
}
.listings-item:hover, .listings-item:hover h1{
    color: #4c1a5d !important;
}

.border1{
    border-top: 3px solid #4c1a5d;
    width: 15%;
}

.property-description p{
    text-align: justify;
    font-family: "Prata",sans-serif;
    color: #333;
}

#info-new p{
    color: #333;
}

.t-grid:before{
    content: '';
    position: absolute;
    display: block;
    width: 120%;
    background-color: #f5f4ee;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 25%;
    height: 100%;

}

#properties:nth-child(odd) .t-grid:before{
    left: auto;
    right: 25%;
}

.t-grid .listings-img{
    border: 1.5789em solid white;
    border-right: none;
    position: relative;
}

.t-grid .listings-img canvas{
    display: block;
}

.t-grid{
    padding: 140px 0 30px;
    margin: 30px 0;
}

.t-grid .listings-price{
    position: absolute;
    opacity: 1;
    display: block;
    z-index: 210;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    padding: 30px 30px 28px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    color: #fff;
}

.t-grid .listings-plan h6{
    display: inline-block;
    margin: 0;
    min-width: 110px;
}

.t-grid .listings-plan span{
    margin-bottom: 20px;
    display: block;
}

.t-grid .listings-plan h6.data{
    color: #4c1a5d;
}

.t-grid .prop-label{
    background: #4c1a5d;
    padding: 10px;
    color: #fff;
    font-family: "Prata",sans-serif;
}

.t-grid .listings-info{
    /*padding-right: 130px;*/
}

.t-grid .listings-item .mask{
    content: ' ';
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.listings-item:hover .mask{
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

.icons{
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.Caption__Announcement {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #4c1a5d;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: block;
    margin: 10px 0;
}

/*.si-colored.si-facebook, .si-facebook:hover {
    background-color: #3b5998 !important;
}

.si-colored.si-linkedin, .si-linkedin:hover {
    background-color: #0e76a8 !important;
}

.si-colored.si-twitter, .si-twitter:hover {
    background-color: #00acee !important;
}

.si-colored.si-pinterest, .si-pinterest:hover {
    background-color: #c8232c !important;
}

.si-colored.si-print, .si-print:hover {
    background-color: #0e0e0e !important;
}*/

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #fff !important;
    background: #000;
}

.social-circle li i {
    margin: 0;
    line-height: 37px;
    text-align: center;
}

.table thead.prop-table th {
    background-color: #e8e3ea;
}

img.rsImg {
    width: 100%;
    object-fit: contain;
    height: auto !important;
}

.royalSlider{
    height: 70vh;
}

#map, #streetMap{
    height: 500px;
}

@media only screen and (max-width: 992px) {
    .t-grid .listings-info{
        padding: 0 !important;
    }

    .t-grid:before{
        display: none;
    }
    .t-grid .listings-img{
        border: none;
    }
    .t-grid{
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .royalSlider{
        height: 400px;
    }
}

.table-responsive .show{
    display: table-row-group !important;
}

button.mixitup-control, .homeEvalutation input[type=button], .homeEvalutation input[type=submit] {
    margin-bottom: 6px;
    color: #ffffff;
    background-color: #4f5159;
    border: none;
    text-transform: uppercase;
    padding: 12px 30px;
    font-family: 'VisbyCFRegular';
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.4s all ease;
    border-radius: 0;
}

@media only screen and (max-width: 768px) {
    button.mixitup-control {
        padding: 10px;
    }
}

button.mixitup-control:hover, button.mixitup-control:focus, .homeEvalutation input[type=button]:hover, .homeEvalutation input[type=submit]:hover{
    background: #713995;
}

#filter-wrapper{
    margin-bottom: 10px;
}

@media (min-width: 768px){
    .text-md-left {
        text-align: left!important;
    }
    .text-md-right {
        text-align: right!important;
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.w-100 {
    width: 100%!important;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

@media (min-width: 992px) {
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}

.justify-content-around {
    justify-content: space-around!important;
}

.font-25{
    font-size: 25px;
}

th.prop-table, .prop-table th{
    color: #000;
}

#info-new{
    padding: 100px 0;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.pl-0, .px-0 {
    padding-left: 0!important;
}

.pr-0, .px-0 {
    padding-right: 0!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.single-pro-info{
    background: #e8e3ea;
    font-family: 'VisbyCFRegular';
}

.single-pro-info h6{
    font-size: 17px;
    line-height: 25px;
    color: #000;
}

.title-h4 {
    font-size: 30px;
    margin: 20px 0 10px;
}

#info-new h3, #info-new h4, #info-new h2{
    font-family: 'conduit_itc_medium1';
}

#info-new .header-mls .Caption__Price{
    font-size: 40px;
    color: #4c1a5d;
}


#info-new .nav-tabs .nav-link.active, #info-new .nav-tabs .nav-link:hover {
    background-color: #4c1a5d;
    border-color: #ddd #ddd #fff;
    color: #fff !important;
}

.modal-title{
    color: #fff;
    padding: 15px 0;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'conduit_itc_medium1';
    letter-spacing: 1px;
}

.modal input, .modal textarea {
    display: inline-block;
    width: 100%;
    background: #F5F3F0;
    outline: none;
    border: none;
    height: 60px;
    padding: 0 20px;
    margin: 0 0 15px;
    color: #595961;
    font-family: 'VisbyCFRegular';
    font-size: 16px;
    border-radius: 0;
}

.modal textarea {
    height: 120px;
    resize: none;
}

.m-0{
    margin: 0 !important;
}

.sp-price{
    margin: 5px 0 !important;
}

#advance-search{
    background: #e8e3ea;
    padding: 25px 30px 0;
}

#advance-search.form-prop .bg label {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'VisbyCFRegular';
    margin-bottom: 15px;
}

#advance-search.form-prop .bg .submit {
    border: 1px solid #4C1A5D;
    padding: 0 30px;
    background: none;
    color: #4C1A5D;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.4s all ease;
    font-family: 'VisbyCFRegular';
    padding: 15px 20px;
}

#advance-search.form-prop ::placeholder{
    color: #000;
    font-family: 'VisbyCFRegular';
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs{
    background: #4f5159;
}

#info-new .table thead th, #info-new .table td, #info-new .table th {
    border-color: #e8e3ea;
    font-weight: 400;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.custom-container {
    padding: 0 20px;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
}

@media only screen and (min-width: 1200px) {
    .custom-container {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1366px) {
    .custom-container {
        padding: 0 50px;
    }
}

#info-new .l-btn{
    display: inline-block;
    background: transparent !important;
    color: #4c1a5d;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 35px;
    font-family: 'Open Sans', sans-serif;
    height: inherit;
    border-radius: 0 !important;
    border: 1px solid #4c1a5d !important;
    overflow: hidden;
    transition: all .5s;
    width: 100% !important;
    margin-top: 10px;
}

#shareProp {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e8e3ea;
    padding: 10px;
    z-index: -1;
    opacity: 0;
    width: 0;
    transition: all 400ms ease-in-out;
}

#shareProp.show {
    z-index: 1001;
    opacity: 1;
    width: auto;
}

.align-self-center{
    align-self: center !important;
}

#advance-search.form-prop .bg .submit:hover{
    background: #4C1A5D;
    border-color: #4C1A5D;
    color: #fff !important;
}

.broker-contact .broker-img img {
    max-width: 130px;
}

.broker-contact p {
    margin: 0;
    font-family: 'VisbyCFRegular';
}

#listing-broker{
    padding: 40px 0;
}

.broker-info{
    padding-left: 20px;
    font-family: 'VisbyCFRegular';
}

.broker-info i{
    margin-right: 8px;
}

.rsDefault .rsThumb.rsNavSelected{
    background: #e8e3ea !important;
}

.royalSlider .rsSlide img {
    filter: grayscale(1);
}

.royalSlider .rsActiveSlide img {
    filter: none !important;
}

@media (min-width: 992px) {
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
}

.mix-container{
    width: 100%;
}

.table-responsive .collapse.in{
    display: none !important;
}

/*Home Evaluation*/
/*.homeEvalutation {
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 15px 1px hsla(0, 0%, 100%, .4);
    box-shadow: 0 0 15px 1px hsla(0, 0%, 100%, .4);
    text-align: center
}*/

.homeEvalutation li.active.s1:before, .homeEvalutation li.active.s2:before, .homeEvalutation li.active.s3:before, .homeEvalutation li.s1:before, .homeEvalutation li.s2:before, .homeEvalutation li.s3:before {
    display: block
}

.homeEvalutation .active {
    color: #e0ce82
}

.homeEvalutation .agent-profile img {
    width: 120px
}

/*.homeEvalutation {
    padding: 50px;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(/wp-content/uploads/2021/09/mtl.jpg) 50% 50% no-repeat;
    background-size: cover;
    filter: drop-shadow(2px 4px 6px #ddd);
}*/

.homeEvalutation h2.title {
    font-size: 20px !important

}

.homeEvalutation h1 {
    font-size: 49px
}

.homeEvalutation #progressbar {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: none;
}

.homeEvalutation fieldset {
    display: none;
    padding: 20px;
}

.homeEvalutation #first {
    display: block
}

.homeEvalutation input[type=text], .homeEvalutation select {
    width: 100%;
    margin: 10px 0;
    height: 40px;
    padding: 5px;
    padding-left: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 1px hsla(0, 0%, 100%, .4);
    box-shadow: 0 0 15px 1px hsla(0, 0%, 100%, .4);
    color: #000;
}

.homeEvalutation #map {
    width: 100%;
    height: 300px;
}

.homeEvalutation h2, .homeEvalutation p {
    text-align: center;
    margin: 20px 0;
}

.homeEvalutation li {
    margin-right: 20px;
    color: #000;
    display: inline-block;
    font-weight: 700;
}

.homeEvalutation li.active.s1:before, .homeEvalutation li.active.s2:before, .homeEvalutation li.active.s3:before, .homeEvalutation li.s1:before, .homeEvalutation li.s2:before, .homeEvalutation li.s3:before {
    text-align: center;
    content: "";
    height: 57px;
    display: none
}

.homeEvalutation .active {
    color: #713995;
}

/*.homeEvalutation .info, .homeEvalutation .map {
    display: inline-block;
    width: 48%
}*/

.homeEvalutation .agent-profile {
    background-color: #fff;
    overflow: hidden;
    padding: 15px;
}

.homeEvalutation .agent-profile img {
    width: 195px;
    filter: drop-shadow(2px 4px 6px #ddd);
}

.homeEvalutation .agent-profile p {
    color: #000;
    text-align: left;
    font-weight: 500;
}

.homeEvalutation .agent-profile div.info {
    border: 2px solid #4a186bcc;
    padding: 10px;
}

.homeEvalutation .agent-profile div.info p {
    margin: 0 0 13px
}

.homeEvalutation .agent-profile div.text {
    padding: 10px
}

#homeEval p {
    margin: 0;
    font-family: 'VisbyCFRegular';
}

.homeEvalutation .info, .homeEvalutation .map {
    padding: 0
}

#broker-info img{
    max-width: 250px;
    object-fit: cover;
    object-position: top;
}

#broker-info{
    padding: 50px 0;
}

#broker-info h2{
    margin-bottom: 35px;
}

.homeEvalutation{
    background: #4a186bcc;
    padding: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 768px){
    .order-1{
        order: -1 !important;
    }
}

.mySwiper2 .swiper-slide {
    opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}