.filter label{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}
.js-search{
    width: 100%;
    padding: 9px;
    font-size: 14px;
    outline: 0 none;
    border: 1px solid #ccc;
}
.js-divsc .select2-container .select2-selection--single{
    height: 40px;
}
.js-divsc .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
.js-divsc .select2-container--default .select2-selection--single{
    border: 1px solid #ccc;
    border-radius: 0;
}
.js-divsc.search .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.js-divsc .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 5px;
    top: 7px;
    width: 20px;
}
.sortingrr .select2-container--default .select2-selection--single{
    border: 0;
    border-bottom: 1px solid #999;
    background: no-repeat;
}
.js-example{
    width: 100%;
}
.pl-0{
    padding-left: 0;
}
.listresidential{
}
.box-prmary{
    position: relative;
}
.butttonVirtualTour svg{
    position: absolute;
    top: 8px;
    font-size: 30px;
    left: 40px;
    width: 25px;
    height: 21px;
}
.butttonVirtualTour{
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    color: #8d1f76;
    padding: 9px 15px 9px 80px;
    border: 1px solid #ccc;
}
.mr10{
    padding-right: 25px;
    padding-top: 10px;
}
.loadings{
    position: fixed;
    top: 0;
    /* display: none; */
    bottom: 0;
    background: rgba(249, 248, 245, .9) url('../images/loadings.gif') center center no-repeat;
    background-size: 100px auto;
    left: 0;
    z-index: 9;
    right: 0;
}
.listresidential .box-list .col-p30{
    background: #fff;
}
.listresidential .container{
    padding: 0;
}
.js-divsc.sortingrr{
    padding: 30px 0;
}
.colshowRese{
    font-size: 17px;
    padding: 50px 0;
    color: #222;
    font-weight: bold;
}
.rowFindImgs img{
    width: 100%;
}

@media (max-width: 650px) {
    .js-divsc.search {
        margin-bottom: 15px;
    }
    .col-md-3.pl-0{
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .butttonVirtualTour {
        text-align: left;
        padding: 9px 15px 9px 55px;
    }
    .butttonVirtualTour svg {
        left: 16px;
    }
    .colshowRese {
        margin: 0 0 30px 0;
    }
    .listresidential .box-list {
        width: 100%;
    }
    .finds-pages .divpagination strong, .finds-pages .divpagination .page-numbers {
        border-radius: 3px;
        font-size: 11px;
        padding: 10px 13px;
        margin: 0 5px 0 0px;
    }
}