/* Add here all your CSS customizations */
.slider-container {
    background: white !important;
}
.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.10) !important;
}

#header .header-body {
    background: #EAF8FF !important;
}

.medical-schedules {
    margin: 15px 0 0 0 !important;/*-47*/
}
@media(max-width: 575px) {
    #Headtop_ImageLogo {
        height: 40px !important;
    }

    .more-about {
        padding-top: 0 !important;
    }
}

.more-about {
    background-color: #fff;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px
}

@media(min-width:576px) and (max-width: 991px) {
    .more-about {
        padding-top: 20%;
        position: static;
        background-size: 100%;
        background-position: 0 0;
        background-color: #fff;
        margin-bottom: 0;
        overflow: auto
    }
}

@media(min-width: 992px) {
    /*testo menu pił grande*/
    #header .header-nav-main nav > ul > li > a {
        font-size: 15px !important;
        
    }


    .more-about .col-cuttin-more-about:before {
        content: '';
        position: absolute;
        top: -35%;
        right: -75%;
        width: 100%;
        height: 100%;
        background: #f7f7f7;
        z-index: 0;
        transform: rotate(75deg)
    }

    .more-about .col-cuttin-more-about:after {
        content: '';
        position: absolute;
        top: 35%;
        right: -75%;
        width: 100%;
        height: 100%;
        background: #f7f7f7;
        z-index: 0;
        transform: rotate(-75deg)
    }
}

@media(min-width: 992px) and (max-width:1200px) {
    .more-about {
        background-size: 130%
    }

        .more-about .col-cuttin-more-about:before {
            right: -127%;
            top: -38%
        }

        .more-about .col-cuttin-more-about:after {
            right: -127%;
            top: 38%
        }
}

.custom-list-icons li i {
    border-color: #e7e7e7 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 33px !important;
    top: 0 !important;
}
.custom-list-icons:first-child li {
    padding-right: 60px !important;
}
.custom-list-icons li {
    line-height: 35px !important;
    padding-left: 52px !important;
}

.cookie-consent {
    position: fixed;
    width: 100%;
    background-color: #000000; /*#019fdc*/
    margin: 0px 0px 0px 0px;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    z-index: 10000;
    text-align: center;
    color: white;
}

