/*
* Broker Section
*/
.broker-section .broker-column {
    margin: 0 0 30px;
}

/* 
* Past Sales
*/
.past-sales {
    position: relative;
}

.past-sales .past-sales-items {
    position: relative;
}

.past-sales .past-sales-item-wrapper {
    padding: 10px;
}

.past-sales .past-sales-info {
    text-align: center;
    margin: 10px 0 0;
}

.past-sales .past-sales-title {
    font-weight: bold;
}

.past-sales ul.slick-dots {
    text-align: center;
    margin: 0;
    padding: 0;
}

.past-sales ul.slick-dots li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
}

.past-sales ul.slick-dots li:not(:last-child) {
    margin: 0 4px 0 0;
    padding: 0 !important;
}

.past-sales ul.slick-dots li button {
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #FFF;
    border: 1px solid #0a2740;
}

.past-sales ul.slick-dots li.slick-active button {
    background-color: #0a2740;
    border: 1px solid #0a2740;
}

.past-sales ul.slick-dots li:before {
    display: none;
}

.past-sales .slide-control .left,
.past-sales .slide-control .right {
    top: 33%;
    background-color: rgb(255 255 255);
}

.past-sales .slide-control .right:hover,
.past-sales .slide-control .left:hover {
    background-color: #989a9c;
    color: #FFF;
}

.top-info .info-col .info-item.site-email span:before {
    left: -5px !important;
}

.background-image.review-section:before,
.background-image.main-footer:before {
    background-color: rgba(0, 0, 0, 0.80) !important;
}

.service-pages.layout-1 .service-item:hover .service-title,
.service-pages.layout-2 .service-item:hover .service-title,
.service-pages.layout-4 .service-item:hover .service-title,
.service-pages.layout-5 .service-item:hover .service-title {
    border-bottom: 1px solid transparent !important;
}

.review-section .review-posts ul.slick-dots li:only-child {
    display: none;
}

.footer-col-item.custom-footer-html.relative a {
    color: #46c3fa !important;
}

.floating-cta {
    z-index: 3 !important;
}

.custom-footer-html p {
    padding: 0 0 15px;
}

.slmp-image-item img {
    min-height: 250px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

footer .social-media a.sprite {
    margin-bottom: 5px;
}

#xapp-widget .widget-container.visible {
    z-index: 999999 !important;
}

@media only screen and (min-width:1024px) {
    footer .column-element .column-label {
        font-size: 20px !important;
    }

    footer .column-element .footer-col-item.custom-footer-text,
    footer .column-element .footer-col-item.custom-footer-html,
    footer .column-element .footer-col-item.site-info a,
    footer.site-footer .footer-menu ul li a,
    footer .column-element .footer-col-item.site-info .col-item span {
        font-size: 12px !important;
    }

}

@media only screen and (min-width:1201px) {
    footer .column-element .column-label {
        font-size: 22px !important;
    }

    footer .column-element .footer-col-item.custom-footer-text,
    footer .column-element .footer-col-item.custom-footer-html,
    footer .column-element .footer-col-item.site-info a,
    footer.site-footer .footer-menu ul li a,
    footer .column-element .footer-col-item.site-info .col-item span {
        font-size: 14px !important;
    }

}

@media only screen and (max-width:1023px) {
    #xapp-widget .xapp-chat-button__btn {
        top: -20px !important;
    }

    .main-header .header-items .header-col.logo-item {
        border-bottom: 1px solid #0a2740 !important;
    }

    .site-header .current-menu-item .sub-menu-toggle.dashicons-before:before {
        color: #0a2740 !important;
    }

    /*
    * Broker Section
    */
    .broker-section .broker-column img {
        margin: 0 0 10px;
    }

    .broker-column .col-5-12,
    .broker-column .col-7-12 {
        text-align: center;
        margin: 0 0 20px;
    }

    .broker-section .broker-kripakov {
        flex-direction: column-reverse;
    }

}
