.iconInfo {
    color: #888374;
    position: relative;
    height: 40px;
}

.iconInfo:hover .iconInfo__icon {
    border-color: #e0c389;
    background-color: #e0c389;
    color: #fff;
    transition: all .4s ease;
}
.iconInfo__icon i {
    margin-top: 10px;
}

.iconInfo__icon {
    border: 1px solid #E5E1D5;
    width: 41px;
    height: 41px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 0;
}
.iconInfo__text {
    padding-left: 60px;
    font-size: 12px;
}

.btnIcon--big {
    border: 0;
    text-decoration: none;
    color: #00000080 !important;
    font-weight: 100;
    font-family: Poppins,sans-serif;
    font-size: 12px;
    height: 58px;
    width: auto;
    text-align: left;
}

.btnIcon--big div {
    width: 57px;
    height: 57px;
    border: 1px solid #E5E1D5;
    text-align: center;
}

.btnIcon--big svg {
    width: 30px;
    height: 30px;
    margin-top: 11px;
}

.btnIcon--big span {
    color:#888374;
    height: 57px;
    padding-top: 19px;
    vertical-align: bottom;
    padding-left: 13px;
    padding-right: 13px;
}

.undersection__content p.undersection__paragraph {
    font-weight: 400;
    color: #999;
    line-height: 28px
}

.unborderedTable {
    font-size: 14px;
    border-spacing: 0 10px!important;
    border-collapse: separate
}

.unborderedTable--bordered tr td {
    border-bottom: 1px solid #000;
    padding-bottom: 12px
}

.unborderedTable td[colspan="2"] {
    padding-right: 15px
}

.unborderedTable select {
    border: 0;
    width: 100%;
    font-weight: 700;
    margin-left: -3px
}

.unborderedTable select:active {
    outline: none
}



@media (max-width: 991px) {
    .swiperEstates .swiper-slide{
        height:300px;
    }
    .swiperEstates .property-photo{
        height:100%;
    }
    .swiperEstates .swiper-wrapper{
        align-items:center;
    }  

    .swiper-button-next{
        padding:20px;
        right:5%;

    }
    .swiper-button-next:after{
        font-size:18px !important;
    }
    .swiper-button-prev{
        padding:20px;
        left:5%;
    }
    .swiper-button-prev:after{
        font-size:18px !important;
    }

}
