.page-header {
    margin-top:-35px !important;
}

.about-two__points li .icon {
    min-width: 16px;
}

.testimonial-four__single-inner:before {
    background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(1 91 193) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(1 91 193) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(1 91 193) 100%);
}

/* .swiper-wrapper .image-layer-two::before, .swiper-wrapper .image-layer-two::after{
    content: none;
} */

.brand-one__main-content .swiper-slide img{
    opacity: 1;
    width: 100%;
}

.download__area-actions {
    gap: 14px;
    align-items: stretch;
}

.download__area-actions .download__app-one {
    max-width: 280px;
}

.download__area-actions .download__app-one--two {
    margin-left: 0;
}

.download__area-actions .download__app-one > a {
    min-height: 76px;
    padding: 14px 24px;
}

.download__area-actions .download__app-one > a > i {
    top: 0;
    font-size: 22px;
}

.download__area-actions .download__app-one > a > p {
    margin-left: 13px;
    font-size: 17px;
    line-height: 22px;
    white-space: nowrap;
}

.download--area-riservata {
    padding: 72px 0 42px;
}

.download--area-riservata .download__eyebrow {
    margin: 0 0 8px;
    color: #52d4ff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.download--area-riservata .download__title {
    margin: 0 0 12px;
}

.download--area-riservata .download__intro {
    margin: 0 0 24px;
}

.download--area-riservata .download__notice {
    margin: 14px 0 0;
}

.download--area-riservata .download__right {
    margin-left: 0;
    text-align: center;
}

.download--area-riservata .download__img {
    top: 0;
}

.download--area-riservata .download__img > img {
    width: auto;
    max-width: 100%;
    max-height: 390px;
}

@media screen and (max-width: 992px){
    #service-nav{
        display: none;
    }

    .custom-cursor__cursor, .custom-cursor__cursor-two{
        display: none;
    }

    #vanity .about-two__counter-list li:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 14px;
        right: 0;
        background-color: var(--insur-bdr-color);
        height: 2px;
        display: block;
    }

    #vanity .about-two__counter-list li {
        position: relative;
        display: block;
        padding-bottom: 33px;
        margin-bottom: 32px;
    }

    .download__area-actions .download__app-one--two {
        margin-top: 14px;
    }

    .download--area-riservata .download__right {
        margin: 32px 0 0;
    }
}