<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-family: 'Montserrat', sans-serif !important;
}

.navbar {
    background-color: #1483c8 !important;
    font-family: 'Montserrat', sans-serif !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.nav-item .nav-link {
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
}

.user-widget-box {
    display: flex;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
}
.user-widget-box i{
    font-size: 20px;
    margin-right: 5px;
    margin-top: 5px;
}

.signout-btn {
    margin-left: 5px;
    background-color: #ffd90b;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    color: #413b3b;
}

.accedi-span {
    vertical-align: text-bottom;
}

.registrati-span {
    margin-right: 10px;
    color: #fff !important;
    font-weight: 400;
    font-size: 15px;
}

/*END NAVBAR*/

/** FOOTER AREA START **/

footer {
    /*    background: #1d4ab0;*/
    background: #1483c8;
    padding: 10px 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

    footer .footer-item .title {
        color: #fff;
        letter-spacing: 1px;
        font-weight: 600;
        position: relative;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0px 0px 30px;
    }

    footer .footer-item p {
        font-size: 15px;
    }

.footer-logo img {
    height: 50px;
}

footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


footer .footer-item .links li {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

    footer .footer-item .links li a {
        text-decoration: none;
        color: #fff;
    }

        footer .footer-item .links li a:hover {
            text-decoration: underline;
        }

footer .footer-item .contact-info {
    margin: 0px;
    padding: 0px;
}

    footer .footer-item .contact-info li {
        margin-bottom: 11px;
    }

        footer .footer-item .contact-info li i {
            float: left;
            margin-right: 8px;
            color: #fff;
            position: relative;
            top: 7px;
            display: block;
            width: 20px;
            text-align: center;
        }

        footer .footer-item .contact-info li label {
            float: right;
            width: 88%;
            font-size: 12px;
            font-weight: 400;
            line-height: 24px;
        }

            footer .footer-item .contact-info li label a {
                text-decoration: none;
                color: #fff;
            }



footer .footer-item .newsletter {
    padding: 20px;
    background: #24638e;
}

    footer .footer-item .newsletter .f-text {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    footer .footer-item .newsletter label {
        margin-bottom: 10px;
        display: none;
    }

    footer .footer-item .newsletter input {
        width: 100%;
        padding: 10px 15px;
        font-size: 12px;
        height: 38px;
        border: 1px solid #e8e7e7;
        outline: none;
        color: #717171;
        border-radius: 0px;
    }

/** SUB FOOTER AREA START **/

.sub-footer {
    /* background: #193459;*/
    background: #24638e;
    padding: 10px 0px;
    font-family: 'Montserrat', sans-serif !important;
}
    .sub-footer.nobg {
        background-color: transparent;
        position: absolute;
        width: 100%;
        top: 75px;
        z-index: 2;
    }
    .sub-footer a {
        text-decoration: none;
        font-size: 14px;
    }
    .sub-footer *,
    .sub-footer a:hover {
        color: #fff;
    }

    .sub-footer a:hover {
        text-decoration: underline;
    }

.social-list ul {
    margin: 0px;
    padding: 0px;
}

    .social-list ul li {
        list-style: none;
        float: right;
        margin-left: 10px;
    }

        .social-list ul li i {
            font-size: 22px;
        }

        .social-list ul li a {
            font-size: 17px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            display: inline-block;
            color: #fff;
        }

            .social-list ul li a:hover {
                color: #fff;
            }

.copy-right {
    color: #fff;
    font-size: 12px;
    line-height: 36px;
}

    .copy-right a {
        /* color: rgb(10, 10, 10); */
        font-weight: bolder;
        text-decoration: none;
    }

.author {
    position: absolute;
    bottom: 6px;
    right: 0;
}

    .author a,
    .author a:hover {
        color: #c81f28;
        color: #ff3540;
        font-weight: bolder;
    }

        .author a .i {
            color: green;
        }

        .author a .t {
            color: #fff;
        }

        .author a .a {
            color: #c81f28;
        }

.tell,
.tell:hover {
    color: #1483c8;
}

.section-4 {
    padding-top: 130px;
    background: #f5f5f5;
}

.img-responsive {
    width: 100%;
}


@media only screen and (max-width: 1399.98px) {
    /*.main-background {
        margin-right: 250px;
        margin-left: 250px;
    }*/
}

@media only screen and (max-width:1500px) {
    /*.main-background {
        margin-right: 250px;
        margin-left: 250px;
    }*/
}

@media only screen and (max-width:2000px) {
    /*.main-background {
        margin-right: 555px;
        margin-left: 555px;
    }*/
}

/*NEW CSS*/

/*START VALUTATORE*/

.valutazione {
    background: url(../img/valutazione_bg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: calc(100% / 3.5);
    position: relative;
}

    .valutazione .title {
        text-align: center;
        font-weight: 700;
        color: #fff;
        margin-bottom: 35px;
        font-family: 'Montserrat', sans-serif !important;
        text-shadow: 0px 3px 10px #00000073;
        background-color: #00000005;
        left: 10%;
        position: absolute;
        top: 30%;
        font-size: 38px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .valutazione .img-filter {
        background: #193459a3 !important;
        border-radius: 0px;
        z-index: 0 !important;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
    }

.valutazione-frame {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 30px 0px;
    background-color: #ececec;
    border-radius: 20px;
    height: 1310px;
}

.valutatore-absolute-div {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    padding: 0px 50px;
}

.fake-content {
    height: 1280px;
    position: relative;
}

.fake-content-valutazione {
    height: 550px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .main-background {
        margin: auto;
    }

    .valutazione {
        /*background-image: url(../img/banner_valuta_immobile_mobile.jpg);*/
        height: 480px;
    }

    .valutatore-absolute-div {
        padding: 0px 10px;
    }

    .valutazione-frame {
        height: 2365px;
    }

    .sub-footer.nobg {
        background-color: transparent;
        position: absolute;
        width: 100%;
        top: 120px;
        z-index: 2;
    }

    .fake-content-valutazione {
        height: 1050px;
    }
}

/*END VALUTATORE*/

/*SCROLL BAR CUSTOM*/

/* width */
::-webkit-scrollbar {
    width: 8px;
    margin: 5px;
    border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
    margin: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   background: #555;
}        

/*SCROLL BAR CUSTOM*/

/*SEARCH FORM*/

.form-ricerca h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

.search-banner.searchBackground {
    background-image: url(../img/homeBackGround.jpg); /*https://images.pexels.com/photos/3288102/pexels-photo-3288102.png*/
    height: 725px; /*370px*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
    background-position: center;
}
    .search-banner.searchBackground.immobili-condivisi {
        background-image: url(https://images.pexels.com/photos/7031608/pexels-photo-7031608.jpeg);
        position: relative;
    }
.immobili-condivisi .form-ricerca {
    z-index: 1000;
    position: relative;
}
.immobili-condivisi .img-filter {
    background: #193459a8 !important;
    border-radius: 0px;
    z-index: 0 !important;
}

.search-banner h1 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif !important;
    text-shadow: 0px 3px 10px #00000073;
    background-color: #00000005;
}

.show-more-options {
    background-color: #1483c8;
    padding: 5px 10px;
    border: 2px solid #1483c8;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif !important;
}

#cerca_agenti{
    margin-top: 250px;
}

.search-fields {
    min-height: 55px;
    padding: 8px 35px !important;
    border-radius: 25px;
    box-shadow: none;
    background: #ffffffa3 !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}

.search-button:hover {
    color: #fff;
}

.search-button:hover {
    color: #fff;
    background: #24638e;
}

.search-button {
    cursor: pointer;
    padding: 16px 16px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border: none;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    font-family: 'Montserrat', sans-serif !important;
}

.search-button {
    background: #1483c8;
}

#options-content{
    margin-top: 10px;
}

.dropdown-menu{
    left: -35px !important;
}

.bootstrap-select &gt; select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
    display: block;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu.inner {
    display: block;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-fields .dropdown-menu {
    /*max-width: 100%;*/
}

.bootstrap-select .dropdown-menu {
    padding: 0px !important;
    margin: 0px 0px !important;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    border-radius: 0px !important;
    z-index: 10000;
}

.open &gt; .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 15px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
   /* padding: 0.5rem 0;*/
    padding: 0px;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
    .dropdown .nav-item .nav-link:focus, .dropdown .nav-item .nav-link:hover {
        background-color: #eee !important;
        border-bottom: 1px solid #dddddd !important;
    }

.bootstrap-select.search-fields{
    width: 100%;
}
.btn.dropdown-toggle.bs-placeholder.btn-default.btn-light{
    background-color: transparent !important;
    border: none;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.banner-valutazione {
    height: 325px;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}

.button-div {
    position: absolute;
    bottom: 35px;
    left: 85px;
}

    .button-div .contact-btn {
        box-shadow: none;
        transition: 0.3s;
    }

        .button-div .contact-btn:hover {
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
            color: #fff;
        }

.contact-btn {
    color: #fff;
    background-color: #1483c8 !important;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 0 1px 1px white;
    overflow: hidden;
}

    .contact-btn:active, .contact-btn:hover, .whatsapp-btn:active, .whatsapp-btn:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transform: translateY(5%);
        transition: 0.3s;
    }

    .contact-btn b {
        margin-left: 5px;
    }

    .contact-btn i {
        font-size: 25px;
        vertical-align: middle;
    }

    .contact-btn a {
        color: #fff;
    }

.contact-btn.valutazione{
    background: none;
    text-decoration: none;
}


/*carousel*/

.carousel-inner {
    height: 100%;
    border: 1px solid #d6d6d6;
    /* padding: 10px;*/
    max-width: 1000px;
    position: relative;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .carousel-inner.agenti-premium {
        height: 100%;
        max-width: 1105px;
        /*margin: 0px !important;*/
        transition: 0.3s;
        border: none;
        box-shadow: none;
        padding: 20px 0px;
    }

    .carousel-inner.agents-prof {
        height: 100%;
        max-width: 1105px;
        margin: 0px !important;
        transition: 0.3s;
        border: none;
        box-shadow: none;
        padding: 20px 0px;
    }

    .carousel-inner &gt; .carousel-item..carousel-item-next.carousel-item-left:first-child {
        transform: translate3d(0, 0,0);
    }

    .carousel-inner &gt; .carousel-item.item.active.carousel-item-left:last-child {
        transform: translate3d(-100%, 0,0);
    }

.carousel-item-thumb-caption .carousel-item.item .thumbnails {
    list-style: none;
    padding-inline-start: 0;
}

.carousel-item-thumb-caption .thumbnails li &gt; .fff .caption {
    background: #fff !important;
    margin: 10px 0;
}

    .carousel-item-thumb-caption .thumbnails li &gt; .fff .caption a {
        margin: 20px 25% 0;
        float: left;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600;
    }

/* Thumbnail Box */
.carousel-item-thumb-caption .caption h3 {
    color: #444;
    width: 100%;
    height: 50px;
    float: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: block-axis;
    display: -webkit-box;
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.carousel-item-thumb-caption .caption p,
.carousel-item-thumb-caption .caption .activity {
    color: #999;
    text-align: center;
    width: 100%;
    float: left;
}

    .carousel-item-thumb-caption .caption p.city {
        width: 100%;
        float: left;
        height: 20px;
        line-height: normal;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: block-axis;
        display: -webkit-box;
    }

.carousel-item-thumb-caption .carousel-item.item .tmb-content .tag-f-left span {
    top: 10px;
    left: 15px;
}

.carousel-item-thumb-caption .carousel-item.item &gt; * {
    height: 100%;
}

.carousel-item-thumb-caption ul.thumbnails {
    margin: 0px 10px;
    width: calc(100% - 20px);
    float: left;
}

.carousel-item-thumb-caption .carousel-item.item &gt; ul li {
    float: left;
}

.carousel-item-thumb-caption .carousel-item.item .tmb-content,
.carousel-item-thumb-caption .carousel-item.item .tmb-content img {
    width: 100%;
    height: 100%;
    float: left;
}


/* Carousel Control */
.carousel-item-thumb-caption {
    margin: 50px 0;
}

    .carousel-item-thumb-caption .control-box {
        text-align: right;
        width: 100%;
        list-style: none;
    }

    .carousel-item-thumb-caption .carousel-control {
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 15px;
    }

    .carousel-item-thumb-caption .control-box li:nth-child(1) {
        width: 11px;
        float: left;
        top: 50%;
        position: absolute;
        left: 10px;
    }

    .carousel-item-thumb-caption .control-box li:nth-child(2) {
        width: 11px;
        float: right;
        top: 50%;
        position: absolute;
        right: 10px;
    }

div#Agents_Premium .carousel-item a.button-sm {
    background: #1483c8 !important;
    text-align: center;
}

div#cookie-consent {
    position: fixed;
    bottom: 0;
    margin: 0 -20px;
    padding: 0;
    z-index: 1000;
    width: 100%;
}

    div#cookie-consent .container {
        z-index: 1000;
        background: #24638e;
        color: #fff;
        border: 1px solid;
    }

        div#cookie-consent .container a {
            text-decoration: underline;
            color: #fff;
        }

        div#cookie-consent .container #consent {
            float: none;
            padding-bottom: 11px;
            margin: 10px 10px;
        }

div#app-navigation {
    background: #1483c8;
    z-index: 100;
}

span.navbar-toggler-icon {
    height: 25px;
    width: 25px;
    margin: -1px;
}

.navbar-toggler {
    padding: 0;
}

.data-updated {
    font-size: x-large;
    text-align: center;
    /* margin: 30px 0; */
    text-transform: capitalize;
    font-weight: bold;
    color: #24638e;
    text-decoration: underline;
    padding: 30px 0;
    margin-bottom: 0px;
}

.properties-description &gt; * {
    width: 100% !important;
}

.submit-address.region form #MetaKey,
.submit-address.region form #MetaDesc {
    min-height: auto;
}

#resp_verificaUtente {
    padding: 10px;
    margin: 10px 0;
    /* float: left; */
    display: block;
    word-break: break-all;
}

.load-ok {
    border: 3px solid green !important;
}

.load-ko {
    border: 3px solid red !important;
}

#resp_verificaUtente.load-ok i.fas.fa-check {
    color: green;
}

#resp_verificaUtente.load-ko i.fas.fa-times {
    color: red;
}

@media (max-width: 767px) {
    div#cookie-consent {
        margin: 0;
    }

        div#cookie-consent .container {
            margin-left: -0px;
            margin-right: 0px;
            width: 100%;
            max-width: 97.3%;
        }
}

@media (max-width: 576px) {
    div#cookie-consent .container {
        max-width: 95%;
    }
}

@media all and (max-width: 724px) {
    .theme-tabs .nav-tabs &gt; li &gt; a &gt; span {
        display: none;
    }

    .theme-tabs .nav-tabs &gt; li &gt; a {
        padding: 5px 5px;
    }
}

/* Next &amp; previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: #00000042;
    text-decoration: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: #1483c88f;
        color: #fff;
    }

.video-lazy {
    /*background-image: url(/img/logos/video-placeholder.png);*/
    background-position: center;
    width: 100%;
    height: 400px;
    cursor: pointer;
}

.yt-play-btn {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbnail .img-container {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.caption .button-sm {
    width: 100%;
    margin: 0px !important;
    border-radius: 10px;
}

#Agents_Premium {
    padding: 20px 0px;
}

.thumbnails {
    gap: 2px;
    display: flex;
}

    .thumbnails .col-md-4 {
        border: 1px solid #d6d6d6;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
        padding: 5px;
        background-color: #fff;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        margin: 0px;
    }

.partners-block {
    background-color: #ebebeb;
    padding: 20px 0px;
}

.button-sm {
    cursor: pointer;
    padding: 7px 12px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    /* background: #DDD; */
    transition: .5s;
    border-radius: 2px;
    border: none;
    text-align: center;
    text-decoration: none;
}

.caption .button-sm {
    width: 100%;
    margin: 0px !important;
    border-radius: 10px;
}
.caption a{
    text-decoration: none;
}

.button-theme {
    background: #1483c8;
}
    .button-theme:hover {
        background: #24638e;
    }

.text-white {
    color: #fff !important;
}

.heading {
    color: #062c7b;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    /*font-size: 20px;*/
    margin: 0px 0px 25px;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}
.heading:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e3d9d9;
    position: absolute;
    bottom: 0;
    left: 0;
}
    .heading:after {
        content: '';
        width: 90%;
        height: 2px;
        left: 0;
        bottom: -1px;
        position: absolute;
        right: 0;
        margin: auto;
    }

    .heading:after {
        background-color: #062c7b;
    }

.heading {
    margin: 0 0 30px;
    /*font-size: 20px;*/
    font-weight: 600;
}

.main-header .navbar-default .nav &gt; li &gt; a, .main-header .navbar-default .nav &gt; li &gt; a:hover {
    color: white;
    background-color: transparent;
    padding: 5px;
}

.main-header .navbar-default .nav &gt; li &gt; a {
    position: relative;
    display: block;
    margin: 5px 15px;
    font-size: 14px;
    /* line-height: 27px; */
    font-weight: 500;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    color: #686868;
    outline: none;
    cursor: pointer;
}

.dropdown .nav-item .nav-link {
    color: #686868 !important;
}

.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 15px 15px;
    clear: both;
    font-weight: normal !important;
    line-height: 1.42857143;
    color: #686868 !important;
    font-size: 12px !important;
    white-space: nowrap;
    border-bottom: solid 1px #dddddd;
    cursor: pointer !important;
    outline: none;
}

.dropdown {
    color: #fff;
    padding: 8px;
    font-size: 18px;
    cursor: pointer;
}
    .dropdown:after {
        border: none !important;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f107" !important; /* the desired FontAwesome icon */
        vertical-align: 0; /* to center vertically */
    }

#areasSubmenu::after {
    border: none !important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054" !important;
    font-size: 11px;
    right: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

#areasSubmenu:hover {
    background-color: #eee !important;
    border-bottom: 1px solid #dddddd !important;
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 10px;
    background: #EEE;
    border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .dropdown-menu {
    left: -35px !important;
    border-start-start-radius: 15px !important;
    border-start-end-radius: 15px !important;
}

.dropdown-menu.inner{
    border-radius: 0px !important;
}

.dropdown-item-inner .check-mark{
    display: none;
}

.dropdown-menu.sub {
    position: absolute;
    top: -4px !important;
    right: 0;
    left: 155px !important;
    border-radius: 0px;
}

.navbar-toggler {
    color: #fff;
    padding: 5px;
    border: #ffffff8f 1px solid;
    border-radius: 10px;
}
.navbar-toggler-icon {
    background-image: url('../img/menu.png');
}
.advanced-ricerca {
    text-align: center;
    margin-top: 20px;
}

.content-area home p{
    text-align: center;
}

.mobile-span {
    display: none;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

.contact-btn.brochure {
    /*background-color: #dc3545;*/
    font-size: 15px;
}

.partner-title {
    /* background: #1d4ab0;*/
    background: #1483c8;
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif !important;
}

.partner-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #fff;
    height: 90px;
    border-radius: 20px;
    border: 1px solid #dad6d6;
}
    .partner-card.ic {
        border-radius: 2px;
        -webkit-box-shadow: 0px 3px 6px #00000040;
        box-shadow: 0px 3px 6px #00000040;
    }

    .partner-card a {
        width: 100%;
        display: flex;
        padding: 8px;
    }
    .partner-card.siloc img {
        width: 150px !important;
    }
    .partner-card img {
        width: 350px;
        margin: auto;
    }

.whoweare .title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.whoweare p {
    font-family: 'Montserrat', sans-serif !important;
}

.partner {
    margin-bottom: 520px !important;
}
.whoweare {
    margin-bottom: 85px !important;
}
.contactus {
    margin-bottom: 410px !important;
}

    .contactus .title {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600;
    }

    .contactus p {
        font-family: 'Montserrat', sans-serif !important;
    }

.whoweare-card {
    background: #24638e;
    padding: 31px 35px;
    border-radius: 20px;
    color: #fff;
    font-weight: 300;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    position: relative;
}
    .whoweare-card a {
        text-decoration: none;
        font-size: 20px;
        color: #ffffffcc;
        transition: 0.3s ease-out;
    }
    .whoweare-card a:hover {
        text-decoration: none;
        color: #ffbc00;
        transition: 0.3s ease-in;
    }
    .whoweare-card.contact i{
        font-size: 20px;
        position: initial;
        margin-right: 15px;
    }
    .whoweare-card i {
        position: absolute;
        font-size: 50px;
        bottom: 15px;
        right: 35px;
    }
    .whoweare-card img {
        position: absolute;
        font-size: 50px;
        bottom: 15px;
        right: 35px;
        width: 50px;
    }

.content-area.home p {
    font-family: 'Montserrat', sans-serif !important;
}

/*AGENTE CARD*/
.agent-card {
    font-family: 'Montserrat', sans-serif !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    /*margin-bottom: 30px;*/
    height: 100%;
    border-radius: 20px;
    border: 1px solid #dadada;
    padding: 5px;
}

    .agent-card img {
        width: 100px;
        margin: auto;
        padding: 5px;
        /*border-radius: 50%;*/
    }

    .agent-card .title, .agent-card .administrative-economic-repertory {
        text-align: left !important;
        font-size: 16px;
    }

    .agent-card .detail {
        margin-top: 20px;
    }

    .agent-card .location span {
        font-size: 14px;
    }

    .agent-card.pro .location.secondary i {
        /* color: #ffc107 !important; */
        color: #1483c8 !important;
    }

    .agent-card.pro {
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
        background-image: url(https://images.pexels.com/photos/87223/pexels-photo-87223.jpeg?auto=compress&amp;cs=tinysrgb&amp;w=1260&amp;h=750&amp;dpr=1);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        z-index: 0;
        border: 3px solid #fff;
        padding: 0px;
    }

        .agent-card.pro a {
            color: #fff;
        }

        .agent-card.pro p {
            color: #fff;
        }

        .agent-card.pro .location i {
            margin-right: 10px;
            /* color: #dc3545; */
            color: #97df4f;
        }

        .agent-card.pro .footer {
            background: #24638e;
            padding: 5px;
            border-top-left-radius: 100%;
            padding-right: 0px;
            position: absolute;
            bottom: 0;
            right: 0;
            border-bottom-right-radius: 20px;
            width: 850px;
        }

        .agent-card.pro .button-sm {
            float: right;
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            transition: 0.3s;
            border-radius: 25px;
            margin-right: 10px;
        }

    .agent-card .logo-agency {
        background: #fff;
        padding: 5px 10px;
        max-width: 150px;
        border-radius: 20px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        margin-bottom: 15px;
    }

        .agent-card .logo-agency img {
            width: 100%;
        }

    .agent-card.pro .listing-propertie-theme img {
        width: 220px;
        height: 220px;
        margin: 25px;
        background: #fff;
        padding: 5px;
        /*border-radius: 50%;*/ /*COMMENTATO SIMONE*/
        border-radius: 15px;
    }

    .agent-card.pro h2 {
        color: #fff !important;
        text-align: left !important;
        font-weight: 600;
    }

    .agent-card.pro h3 {
        font-size: 15px;
        color: #fff;
    }

        .agent-card.pro h3 span {
            font-weight: 600;
            color: #fff;
        }
        .agent-card.pro .location span {
            font-weight: 300;
            color: #fff;
        }

    .agent-card.pro .main-body {
        position: relative;
        z-index: 1000;
    }

    .agent-card.pro .jq-rating-label {
        color: #fff;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 12px;
        vertical-align: middle;
        font-weight: 300;
        margin-left: 5px;
    }

    .agent-card.pro .founder-span {
        font-size: 15px;
        position: absolute;
        color: #1483c8;
        font-weight: 600;
        background: #ffc107;
        padding: 5px 10px;
        /*bottom: 15px;
        left: 85px;*/
        border-radius: 15px;
        cursor: pointer;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        top: 30px;
        left: 220px;
    }

        .agent-card.pro .founder-span i {
            margin-right: 5px;
        }

    .agent-card.pro.not-founder .img-filter {
        /*background: linear-gradient(to right, #6E48AA, #9d50bb80) !important;*/
        background: #ffffffe0 !important;
        color: #000;
        overflow: hidden;
        border-radius: 18px;
        border: 1px solid #a1a1a182;
    }

    .agent-card.pro.not-founder h2 {
        color: #000 !important;
    }
    .agent-card.pro.not-founder h3 {
        color: #000 !important;
    }
    .agent-card.pro.not-founder span {
        color: #000;
    }
    .agent-card.pro.not-founder p {
        color: #000 !important;
    }

    .agent-card.pro.not-founder {
        border: none;
        padding: 0px;
    }
        .agent-card.pro.not-founder .footer {
            /*background: #25124399;*/
            background: #1a5b8385;
        }

        .agent-card.pro.not-founder .jq-rating-label {
            color: #000 !important;
        }

.serch-result-column{
    height: 100%;
}

.listing-properties-box {
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
}

    .listing-properties-box.pro {
        border: 3px solid #1483c8;
        font-family: 'Montserrat', sans-serif !important;
    }

.img-filter {
    /*background: linear-gradient(to right, #1483c8, #24638eb5 99%) !important;*/
    background: linear-gradient(to right, #52b9f9, #49b5ff7a 99%) !important;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    /*border-radius: 20px;*/
    border-radius: 16px;
}

.pro-span {
    color: #1483c8;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -20px;
}

.tooltip-custom .tooltiptext {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    visibility: hidden;
    width: 520px;
    background-color: #000000c2;
    color: #fff !important;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: -20px;
    margin-left: -60px;
    border: 1px solid #ffffff3d;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
}

.properties-section-body {
    z-index: 1;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
}
    .properties-section-body h1 {
        font-weight: 600;
    }
    .properties-section-body p {
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }

/*AGENTE CARD END*/
/****** Style Star Rating Widget *****/
.rating {
    border: none;
    float: right;
}

    .rating &gt; input {
        display: none;
    }

    .rating &gt; label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating &gt; .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating &gt; label {
        color: #ddd;
        float: right;
    }

    .rating &gt; input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) &gt; label:hover, /* hover current star */
    .rating:not(:checked) &gt; label:hover ~ label {
        color: #FFD700;
    }
        /* hover previous stars in list */

        .rating &gt; input:checked + label:hover, /* hover current star when changing rating */
        .rating &gt; input:checked ~ label:hover,
        .rating &gt; label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating &gt; input:checked ~ label:hover ~ label {
            color: #FFED85;
        }

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}

/****** Style End Rating Widget *****/

.pagination .prev, .pagination .next {
    display: none;
}

.sub-footer.search-page {
    padding: 100px 0px;
    background: url(https://images.pexels.com/photos/1642125/pexels-photo-1642125.jpeg);
    background-position: center;
    background-size: cover;
    position: relative;
}
    .sub-footer.search-page .img-filter {
        background: #193459de !important;
        border-radius: 0px;
        z-index: 0 !important;
    }
    .sub-footer.search-page .partner-title {
        z-index: 1;
        position: relative;
    }

    .sub-footer.search-page .pagination {
        z-index: 1;
        position: relative;
    }

.heading-icon i {
    border-right: 2px solid #fff;
    padding-right: 5px;
    border-radius: 1px;
}
.heading-icon{
    margin-right: 5px;
}

.result-number {
    font-weight: 600;
    color: #ffc107;
}
.result-text {
    font-weight: 300;
}

.search-results{
    margin-top: -55px;
}

/** PAGINATION AREA START **/
.pagination {
    width: 100%;
    float: left;
    display: block;
}

    .pagination &gt; li {
        float: left;
    }

        .pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
            border-radius: 0% !important;
            margin: 0 5px 5px;
            text-align: center;
            padding: 7px 13px;
            display: inline-block;
        }

        .pagination &gt; li &gt; a {
            font-weight: 600;
        }

            .pagination &gt; li &gt; a:hover {
                color: #fff;
            }

    .pagination &gt; .active &gt; a {
        color: #fff;
    }

    .pagination &gt; .active &gt; a {
        background: #1483c8;
        border-color: #1483c8;
        border-radius: 20px !important;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        text-decoration: none;
    }

.agent-card.pro.not-founder .tag-s-right {
    background: #1483c8;
    position: absolute;
    top: 5px;
    border-radius: 20px;
    padding: 5px 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    right: 5px;
    cursor: pointer;
}
    .tag-s-right i {
        color: #fff;
    }
    .tag-s-right a {
        text-decoration: none;
    }

.agent-card.pro .tag-s-right {
    background: #24638e;
    position: absolute;
    top: 5px;
    border-radius: 20px;
    padding: 5px 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    right: 5px;
    cursor: pointer;
}

.navbar .partner-card{
    height: 100%;
    border-radius: 15px;
}
    .navbar .partner-card img {
        width: 150px;
    }

@media (max-width: 767px) {
    .button-div {
        left: 0 !important;
        right: 0 !important;
        bottom: 25px !important;
        margin: auto;
    }

    .banner-valutazione {
        background-image: url(../img/banner_valuta_immobile_mobile.jpg) !important;
        height: 550px !important;
    }

    .button-div .contact-btn {
        width: 100%;
        display: block;
        text-align: center;
        height: 45px;
        max-width: 320px;
        margin: auto;
    }

    #cerca_agenti{
        margin-top: 50px;
    }

    .advanced-ricerca {
        margin-top: 15px;
        text-align: center;
    }

    .search-banner.searchBackground {
        height: 825px;
    }

    #Agents_Premium .thumbnail .img-container {
        height: 270px;
    }
    #Agents_Premium .carousel-item {
        height: 450px;
    }
    .mobile-span{
        display: flex;
        justify-content: center;
    }

    .partner-card img {
        width: 250px;
    }
    .partner-card a {
        padding: 15px;
    }
    .navbar .partner-card a {
        padding: 5px;
    }
    .whoweare-card .subtext {
        font-size: 12px;
    }

    .agent-card.pro .footer{
        width: 95%;
    }

    .result-text {
        font-size: 14px;
    }

    .agent-card.pro p{
        margin-bottom: 65px;
    }

    .agent-card.pro .founder-span {
        bottom: 45px;
        height: 30px;
        font-size: 14px;
        left: 200px;
        width: 120px;
    }

    .agent-card.pro .start-span {
        bottom: 45px;
        height: 30px;
        font-size: 14px;
        left: 200px;
        width: 125px;
    }

    .tooltip-custom .tooltiptext {
        font-size: 12px;
        width: 100%;
        bottom: 90px;
        left: 0px;
        margin: 0px;
    }

    .detail{
        display: grid;
    }
    .agent-card.pro.not-founder span{
        font-size: 14px;
    }
    .rating{
        margin-bottom: 8px;
    }

    .agent-card.pro {
        background-position: center;
    }

    .whoweare-card img {
        bottom: 5px;
        right: 15px;
        width: 30px;
    }

    .most-valueble-badge {      
        top: 8px !important;    
        right: 8px !important;
    }

    .whoweare-card.premium{
        padding-top: 40px;
    }
}

.aia-label.region {
    color: #1483c8;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.1rem;
    text-decoration: none;
}
    .aia-label.region:active, .aia-label.region:hover {
        text-decoration: underline;
    }

.aia-card {
    border: 1px solid #d6d6d6;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    padding: 15px;
    background-color: #fff;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif !important;
}
.aia-card-footer {
    background-color: #f5f6f7;
    padding: 4rem 0;
}
    .aia-card-footer.province {
        position: relative !important;
    }
    .aia-card-footer.region {
        position: relative !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }
        .aia-card-footer.region.abruzzo {
            background: url(https://images.pexels.com/photos/15969810/pexels-photo-15969810/free-photo-of-mare-citta-strada-paesaggio.jpeg);
        }
        .aia-card-footer.region.basilicata {
            background: url(https://images.pexels.com/photos/12464265/pexels-photo-12464265.jpeg);
        }
        .aia-card-footer.region.calabria { /*provvisoria*/
            background: url(https://images.pexels.com/photos/5644242/pexels-photo-5644242.jpeg);
        }
        .aia-card-footer.region.campania {
            background: url(https://images.pexels.com/photos/12530471/pexels-photo-12530471.jpeg);
        }
        .aia-card-footer.region.emilia_romagna {
            
        }
        .aia-card-footer.region.friuli-venezia_giulia {
            background: url(https://images.pexels.com/photos/16441658/pexels-photo-16441658/free-photo-of-vacanza-estate-edificio-italia.jpeg);
        }
        .aia-card-footer.region.lazio {
            background: url(https://images.pexels.com/photos/2678456/pexels-photo-2678456.jpeg);
        }
        .aia-card-footer.region.liguria {
            background: url(https://images.pexels.com/photos/4254554/pexels-photo-4254554.jpeg);
        }
        .aia-card-footer.region.lombardia {
            background: url(https://images.pexels.com/photos/4329929/pexels-photo-4329929.jpeg);
        }
        .aia-card-footer.region.lombardia {
            background: url(https://images.pexels.com/photos/4329929/pexels-photo-4329929.jpeg);
        }
        .aia-card-footer.region.marche { /*provvisoria*/
            background: url(https://upload.wikimedia.org/wikipedia/commons/d/de/Gradara.jpg);
        }
        .aia-card-footer.region.molise { /*provvisoria*/
            background: url(https://lh3.googleusercontent.com/p/AF1QipNrvNNjq5hJbS1WMPNFSK2nmn6y2RYxK8QfCOIC=s680-w680-h510);
            padding: 16rem 0;
        }
        .aia-card-footer.region.piemonte {
            background: url(https://images.pexels.com/photos/14699793/pexels-photo-14699793.jpeg);
        }
        .aia-card-footer.region.puglia {
            background: url(https://images.pexels.com/photos/17697727/pexels-photo-17697727/free-photo-of-mare-citta-paesaggio-spiaggia.jpeg);
            background-position: top !important;
        }
        .aia-card-footer.region.sardegna {
            background: url(https://images.pexels.com/photos/16112384/pexels-photo-16112384/free-photo-of-mare-citta-italiano-spiaggia.jpeg);
        }
        .aia-card-footer.region.sicilia {
            background: url(https://images.pexels.com/photos/18377718/pexels-photo-18377718/free-photo-of-citta-arte-strada-edificio.jpeg);
        }
        .aia-card-footer.region.toscana {
            background: url(https://images.pexels.com/photos/18109526/pexels-photo-18109526/free-photo-of-citta-arte-edificio-italia.jpeg);
        }
        .aia-card-footer.region.trentino-alto_adige-südtirol {
            background: url(https://images.pexels.com/photos/11800586/pexels-photo-11800586.jpeg);
            padding: 16rem 0;
        }
        .aia-card-footer.region.umbria {
            background: url(https://images.pexels.com/photos/18109526/pexels-photo-18109526/free-photo-of-citta-arte-edificio-italia.jpeg);
        }
        .aia-card-footer.region.valle_d_aosta-vallée_d_aoste {
            background: url(https://images.pexels.com/photos/18109526/pexels-photo-18109526/free-photo-of-citta-arte-edificio-italia.jpeg);
            padding: 16rem 0;
        }
        .aia-card-footer.region.veneto {
            background: url(https://images.pexels.com/photos/10559103/pexels-photo-10559103.jpeg);
        }

.aia-card-body{
    position: relative;
    z-index: 1;
}
    .aia-card-body h4 {
        color: #fff;
    }
    .aia-card-body .aia-label.region {
        color: #f8f9fa !important;
    }
    .aia-card-body .aia-label.province {
        color: #f8f9fa !important;
    }
    .aia-card-body .aia-label.province:hover, .aia-card-body .aia-label.province:active{
        color: #f8f9fa !important;
    }

.aia-label.province {
    color: #2b6482;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif !important;
}
    .aia-label.province:active, .aia-label.province:hover {
        color: #2b6482;
        flex: 1 1 auto;
        text-decoration: underline;
        font-family: 'Montserrat', sans-serif !important;
    }

.aia-sublabel {
    color: #9fa5b6;
    display: inline-flex;
    justify-content: flex-end;
    margin-right: 5px;
    font-family: 'Montserrat', sans-serif !important;
}
    .aia-sublabel.province {
        font-size: 0.8rem;
    }
    .aia-sublabel.province.all {
        margin-left: 20px;
    }
    .aia-sublabel.divider {
        color: inherit;
        margin-right: 5px;
        margin-left: 5px;
    }

.bdge {
    background: #1483c8;
    padding: 5px 10px;
    color: #ffbf00;
    margin-left: 12px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
}

    .bdge.payment {
        width: 190px;
    }
    .bdge.nopayment {
        width: 140px;
    }

.aia-card-footer h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    text-align: center;
}
.aia-card-footer h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.aia-card-footer ul{
    list-style: none !important;
}

.img-filter.region {
    background: linear-gradient(to right, #0000006b, #1483c87d 99%) !important;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0px;
}

.show-more-options.cst:hover {
    text-decoration: none;
}
    .show-more-options.cst i {
        margin-right: 5px;
    }

.aia-navbar {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.aia-card-body label{
    color: #fff;
}

.alert, .field-validation-error {
    padding: 20px;
    background-color: #f44336;
    color: white !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-top: 5px;
    margin-bottom: 5px;
}
.alert a{
    color: #fff;
}
.field-validation-error {
    padding: 5px !important;
    border-radius: 5px;
/*    border-bottom-right-radius: 5px;*/
}
    .alert.warning {
        background-color: #ff9800;
    }

.contact-btn.register{
    width: 100%;
    border: none;
}

.most-valueble-badge {
    position: absolute;
    top: 30px;
    font-size: 12px;
    right: 20px;
    background-color: #fff;
    color: #ffc107;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
    .most-valueble-badge i{
        font-size: 12px;
        position: initial;
    }
    .most-valueble-badge b {
        color: #000;
        font-weight: 600;
    }

.contact-btn.register {
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
    z-index: 1000;
    position: relative;
    font-weight: 600;
    color: #fff;
}

.close {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    padding: 4px 10px;
    text-decoration: none;
    color: #555;
}

.whoweare-card.premium {
    font-size: 18px;
    z-index: 1000;
}
.whoweare-card.premium i {
    bottom: 165px !important;
}

#profileUrl{
    border: none;
}

.trustpilot-widget {
    width: 100%;
}
.trustpilot-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.trustpilot-banner .row {
    background-image: url(/img/Trustpilot_fullBackground.png);
    padding: 10px;
}

.trustpilot-banner img{
}

@media (max-width: 414px) {
    .valutazione {
        /*background-image: url(../img/banner_valuta_immobile_mobile.jpg);*/
        height: 300px;
    }

    .trustpilot-banner img {
        width: 50%;
    }

    .valutazione .title {
        left: 0%;
        font-size: 18px;
    }

    .fake-content {
        height: 2400px;
    }
}


/*IMMOBILI CONDIVISI*/
.annuncio-card {
    font-family: 'Montserrat', sans-serif !important;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    padding: 5px;
    border: 1px solid #d3d3d3;
}
    .annuncio-card a {
        text-decoration: none;
    }

.slider .icons {
    position: absolute;
    font-size: 12px;
    color: #fff;
    opacity: .9;
    bottom: 0;
    right: 0;
    z-index: 10;
    text-align: right;
    background: #1483c8;
    padding: 0 5px;
    -webkit-box-shadow: 0px 3px 6px #000;
    box-shadow: 0px 3px 6px #000;
}
.slider .icons a{
    color: #fff;
}

#ricerca .colore_aia {
    color: #24638e !important;
    font-weight: bold;
}

#ricerca h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    margin: 0;
}

#ricerca h2 a {
    font-family: 'Montserrat', sans-serif !important;
    color: #444 !important;
}

#ricerca h1, #ricerca h2, #ricerca h3, #ricerca h4 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.ric-button {
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 45%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 45%);
}


.ui-menu {
    position: relative;
    list-style: none;
    background-color: white;
    border-radius: 18px;
    z-index: 10;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 214px;
    line-height: 200%;
    font-size: 18px;
    padding: 15px 0;
    border: solid 1px #ffffffa3;
}

    .ui-menu .ui-menu-item {
        margin: none;
        padding-left: 15px;
        padding-right: 10px;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif !important;
    }
        .ui-menu .ui-menu-item:hover {
            background-color: #1483c857;
            cursor: pointer;
        }

.base-span {
    font-size: 12px;
    position: absolute;
    color: #ffffff !important;
    background: #adb5bd;
    padding: 5px 10px;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    top: 30px;
    left: 60px;
    border: #ffff 1px solid;
}

.professional-span {
    font-size: 12px;
    position: absolute;
    color: #ffffff !important;
    background: #1483c8;
    padding: 5px 10px;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    top: 30px;
    left: 220px;
}

.start-span {
    font-size: 12px;
    position: absolute;
    color: #ffffff !important;
    background: #43b7ff;
    padding: 5px 10px;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    top: 30px;
    left: 220px;
}


@media (max-width: 767px) {
    .professional-span {
        left: 165px;
        width: 160px;
    }

    .card__header{
        width:100% !important;
    }

    .valutatore-absolute-div .base-profile-advertisement span {
        font-size: 20px;
    }
}


.contact-form {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    padding: 30px 10px;
    background-color: #ececec;
    border-radius: 20px;
}

.contact-form h4 {
    font-weight: bold;
    color: #24638e;
}

.contact-form i {
    margin-right: 10px;
}


.package {
    box-sizing: border-box;
    width: 100%;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px;
    text-align: center;
    float: left;
    transition: margin-top 0.5s linear;
    position: relative;
    margin-right: 11px;
}

    /*.package:hover {
        margin-top: -30px;
        transition: margin-top 0.3s linear;
    }*/

.name {
    color: #565656;
    font-weight: 300;
    font-size: 2rem;
    margin-top: -5px;
}

.price {
    margin-top: 7px;
    font-weight: bold;
}

.trial {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    background-color: #24638e;
    border: 1px solid #24638e;
    display: inline-block;
    border-radius: 15px;
    color: white;
    position: relative;
    bottom: -20px;
    font-size: 22px;
}

.tag-immobile-type {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    background-color: #24638e;
    border: 1px solid #24638e;
    display: inline-block;
    border-radius: 15px;
    color: white;
    position: relative;
    bottom: -20px;
}

.checkIcon, .contact-form .brilliant::after, .contact-form li:before {
    font-family: "FontAwesome";
    content: "";
}

.brilliant {
    border-color: #24638e;
}

    .brilliant::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 64px 64px 0 0;
        border-color: #24638e transparent transparent transparent;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
    }

    .brilliant::after {
        color: white;
        position: absolute;
        left: 9px;
        top: 6px;
        text-shadow: 0 0 2px #37c5b6;
        font-size: 1.4rem;
    }


.card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    /*border-bottom-right-radius: 60px;*/
    border: 3px solid #1483c8;
    width: 100%;
    text-align: center;
}

.card__profile img {
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__name {
    margin-left: 1.25rem;
    margin-bottom: 15px;
}

    .card__name i {
        color: #24638e;
    }

.card__handle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px;
}

.card__button svg {
    height: 1.05rem;
    width: 1.05rem;
    margin-right: 5px;
}

.card__button {
    margin-left: auto;
}

    .card__button button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.05rem;
        background-color: var(--primary);
        color: white;
        font-weight: bold;
        border: none;
        height: 40px;
        width: 100px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
    }

        .card__button button:active {
            -webkit-transform: scale(0.96);
            transform: scale(0.96);
        }

.card__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.base-profile-advertisement {
    padding: 5px 10px;
    background-color: #1483c8;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
}
    .base-profile-advertisement img{
        width: 50px;
        margin: auto;
        padding: 5px;
    }

.valutazione-title{
    text-align: center;
    font-size: 30px;
}

.valutatore-absolute-div .base-profile-advertisement span {
    font-size: 25px;
}

.valutatore-absolute-div .base-profile-advertisement {
    background-color: #1a5b8385 !important;
}</pre></body></html>