@media screen and (max-width:690px){
    /*** classi generiche ***/

    .dx-none{
        display: none !important;
    }

    .wpb_column.force-phone-text-align-left .vc_custom_heading{
        text-align: left !important;
    }
    .nectar-milestone .number h3,.nectar-milestone .number .symbol-wrap{
        font-size: .6em !important;
        line-height: 1 !important;
        margin-bottom: 0 !important;
    }
    body .nectar-milestone .subject{
        line-height: 1 !important;
    }
    .widget-milestone .img-with-aniamtion-wrap .hover-wrap{
        margin-bottom: 0;
    }
    h2 span.subline{
        line-height: 1;
        display: block;
    }
    .blog-recent[data-style*=classic_enhanced] .article-content-wrap{
        padding:20px !important;
    }
    .flickity-page-dots{
        bottom: -10px !important;
    }
    .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot{
        width:20px !important;
    }
    .csr-listing ul{
        margin-left:10px;
    }
    .sgvs-pupazzo:before{
        content:none !important;
    }
    .tab-nav-heading{
        display: none;
    }
    .nectar-scrolling-tabs[data-tab-spacing="5%"] .scrolling-tab-content > div .wpb_raw_code {
        display: none;
    }
    .sgvs-top:after{
        content: none !important;
    }
    .row .col.header-bu .iwithtext:last-of-type{
        align-items: start;
    }
    .divider-wrap.height_phone_0px > .divider{
        height: 0 !important;
    }
    .sgvs-light-blue-sx:before{
        left: -655px;
    }
    /*** circle ***/
    .container-circle {
        position: relative;
        width: 80%;
        margin: 50px auto;
        /** aggiunte **/
        width: 100%;
    }
    .container-circle .circle {
        position: relative;
        border: 30px solid #FFF;
        height: 700px;
        width: 700px;
        margin: 0 auto;
        /** aggiunte **/
        border-width: 15px;
        height: 380px;
        width: 380px;
    }
    .container-circle .circle .inner-circle{
        height: 640px;
        width: 640px;
        margin:0 auto;
        /** aggiunte **/
        height: 350px;
        width: 350px;
    }
    .container-circle .progress-circle {
        width: 100%;
        max-width: 750px;
        height: 100%;
        max-height: 745px;
        margin: auto;
        /** aggiunte **/
        max-width: 405px;
    }
    .container-circle .center-text {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
    }
    .container-circle h2 {
        color: #0056b3;
        line-height: .9;
        font-size: 3.5em;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .container-circle .desc{
        line-height: 1.2;
    }
    .container-circle .icons {
        position: absolute;
        top: -175px;
        left: -30px;
        display: flex;
        justify-content: center;
        align-items: center;
        /** aggiunte **/
        width:380px;
        height:380px;
        display: none;
    }
    .container-circle .cursor {
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 86, 179, 0.8);
        border-radius: 50%;
        transition: transform 0.5s ease, opacity 0.3s ease;
        opacity: 0;
    }
    /*** cursor ***/
    .line-wrapper{
        position: absolute;
        width: 750px;
        height: 750px;
        top: -52px;
        left: -55px;
        /** aggiunte **/
        width: 405px;
        height: 405px;
        top: -25px;
        left: -25px;
    }
    .circle .line{
        position: absolute;
        width: 800px;
        display: inline-block;
        box-sizing: border-box;
        border: solid 30px transparent;
        border-radius:50%;
        transition: transform .5s ease-in-out;
        transform: rotate(170deg);
    }
    .sgvs-generic:before{
        content:none !important;
    }
}