::-webkit-scrollbar {
    width: 20px;
}

.wizard > .content > .body {
    width:100%;
}

.mb-5 {
    margin-bottom: 20px!important;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}
  
::-webkit-scrollbar-thumb {  
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.nav-dropdown>li>a {
    text-transform: uppercase;
}

#responsive-contact {
    display: none;
}

#responsive-all-properties {
    display: none;
}

.pagination {
    margin: 0px auto 0!important;
}

.pagination li:first-child a {
    background-color:#383435 !important;
    border-color:#383435 !important; 
}

.pagination li:first-child a:hover {
    background-color:#4760ff !important;
    border-color:#4760ff !important;
}

.sides_list_property:hover {
	background-color: #f4f7f9;
}

.full_search_box.lightanic_search.modern .form-group {
    border-right: 1px solid #e4eaf7;
}

.pr_type_status {
    margin-bottom: 1rem;
}

.filterspace__link {
    display: none;
}

#about_site {
    display: none;
}

.page-title.large {
    height: 305px;
}

.price_into_last, .prt-sect-pric {
    min-width: 0px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}

#search-icon {
    display: none;
}

@media screen and (max-width: 1200px) {
    #search-icon {
        display: block;
    }
    .share-label {
        display: none;
    }
    .search-label {
        display: none;
    }
    #responsive-contact {
        display: none;
    }
    #responsive-all-properties {
    display: none;
}
    #phone_number_main {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #responsive-contact {
        display: block;
    }
    #responsive-all-properties {
        display: block;
    }
    .main-banner.image-banner, .hero-header, .hero_banner, .large-banner {
        min-height: 0px;
    }
}

@media screen and (max-width: 992px) {
    .atualizar_captcha {
        font-size: 12px;
    }
    #consulte {
        font-size: 20px;
    }
    .filterspace__link {
    display: block;
    }
    #about_site {
    display: block;
    }
    #responsive-contact {
        display: none;
    }
    #responsive-all-properties {
        display: none;
    }
    .cn-info {
        display: none;
    }
    .yellow-skin .nav-menu.nav-menu-social>li.add-listing a {
        padding-top: 12px;
    }
    .nav-menu.nav-menu-social>li.add-listing.dark-bg {
        display: block;
        margin-top: 0px;
        border-radius: 0px;
    }
    .choose_img {
        margin-bottom: 40px;
    }
    .nav-header {
        width: 146px !important;
    }
    .nav-brand {
        padding-right: 0px !important;
        margin-right: 0px !important;
    }
    .navigation {
        display: flex;
        justify-content: center;
        height: 90px;
    }
    .nav-toggle {
        width: 30px;
        height: 30px;
        padding: 6px 2px 0;
        position: absolute;
        top: -26%;
        margin-top: -14px;
        left: 15px;
        cursor: pointer;
    }
    .top-header {
        height: 47.5px;
    }
}

#carregando {
    margin-bottom:10px;
}