html,
html a {
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
.widget .widget-title {
    font-family: 'Jost', sans-serif;
}

a,
a:hover,
a:focus {
    color: #00C1E0;
    text-decoration: none;
    background-color: transparent;
}

.infobar,
.pb_navbar {
    background-color: #00C1E0 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #007687 !important;
    border-bottom-color: #00b3cc;
}

.pb_navbar .navbar-toggler,
.titolo .navbar-toggler,
.int,
.pb_footer a,
.div-orari,
.div-orari h2,
.navbar-brand,
.navbar-nav .nav-link {
    color: #FFFFFF !important;
}

.navbar-brand,
.navbar-toggler {
    margin: 0px 15px;
}

.pb_cover .heading,
.pb_cover .sub-heading {
    color: #00C1E0;
}

.pb_cover .heading {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, .5);
}

.pb_cover .sub-heading {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.pb_cover .heading {
    text-transform: uppercase;
    font-weight: 800 !important;
}

.pb_cover .sub-heading {
    font-weight: 400;
    font-size: 25px;
}

.swiper-slide::before {
    background-image: url("../images/mask.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.div-orari {
    background-color: rgba(0, 179, 204, 0.8) !important;
    border-radius: 0 !important;
    box-shadow: none;
    right: 40px;
}

.pb_footer a:hover,
.pb_footer a:focus,
.infobar {
    color: #FFFFFF;
}

.infobar {
    border-bottom-color: #FFFFFF;
}

.div-orari h2 {
    text-align: center;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white,
.swiper-button-left.swiper-button-white,
.swiper-button-right.swiper-button-white {
    --swiper-navigation-color: #00C1E0;
}

.pb_section {
    padding: 180px 0px;
}

.bg-light {
    border-bottom: 1px solid #e5e6e7;
    border-top: 1px solid #e5e6e7;
}

.bg-light:last-of-type {
    border: 0px solid #ced4da !important;
}

.modal .modal-dialog .modal-header,
.bg-white {
    background-image: url(../images/pattern.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: 40px;
}

.modal .modal-dialog .modal-header,
.bg-white,
.bg-light .doctor,
.bg-light .news,
.bg-light .media {
    background-color: #00C1E0 !important;
}

.bg-light,
.bg-white .doctor,
.bg-white .news,
.bg-white .media {
    background-color: #FFFFFF !important;
}

.doctor,
.news,
.media {
    border: 0px solid #ced4da !important;
}

.intestazione h2 {
    font-weight: bolder !important;
    font-size: 36px;
    margin-bottom: 20px !important;
    color: #00C1E0;
    text-align: left;
}

.intestazione .intp {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 80px;
    color: #00C1E0;
}

.about-text {
    font-weight: 400;
    text-rendering: geometricPrecision;
    color: #fff !important;
    padding: 36px 48px;
    border-radius: 0px;
    border: 1px solid #ced4da;
    margin-top: 40px;
}

#section-services p {
    line-height: 22px;
}

#section-services .media {
    display: block !important;
    text-align: center;
    border-radius: 0rem !important;
    min-width: 300px;
    background-color: #00C1E0 !important;
}

#section-services .media-body {
    text-align: center;
}

#section-services .pb_icon {
    text-align: center;
    overflow: hidden;
    height: 240px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    -webkit-clip-path: polygon(-1% -1%, -10% 101%, 101% 80%, 101% -1%);
    clip-path: polygon(-1% -1%, -10% 101%, 101% 80%, 101% -1%);
}


/* #section-services .pb_icon::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/after-service.svg);
    background-repeat: no-repeat;
    background-position: bottom;
} */

#section-doctors .heading {
    width: 100%;
    font-size: 16px;
    font-weight: 400 !important;
    text-align: center;
    color: #fff;
    line-height: 28px;
    padding: 20px 10px;
    -webkit-clip-path: polygon(-1% -1%, -10% 101%, 101% 80%, 101% -1%);
    clip-path: polygon(-1% -1%, -10% 101%, 101% 80%, 101% -1%);
}

/* #section-doctors .pb_icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/after-service.svg);
    background-repeat: no-repeat;
    background-position: bottom;
} */

#section-doctors .text {
    bottom: 20px;
    left: 0px;
    right: 0px;
    color: #fff !important;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0px;
}

.doctor,
.news {
    box-shadow: none;
}

.news .news-text {
    width: 100%;
    padding: 20px 10px 50px;
}


#section-blog .news,
.gallery-item {
    overflow: hidden;
}

#section-doctors .doctor {}

#section-doctors .pb_icon {
    position: relative;
    z-index: 1;
    border-top: 8px solid #00C1E0 !important;
}

#section-blog .news,
.gallery-item {
    border-radius: 0px;
}

#section-blog .news {
    padding: 0px !important;
}

#section-blog .news-text {
    padding: 0px 0px 75px;
    border: 2px solid #00C1E0;
    color: #00C1E0;
}

.news h3 {
    color: #00C1E0;
}

#section-blog h3,
#section-blog .text {
    padding: 0px 20px;
}

#section-blog .date {
    text-align: left;
    font-size: 13px !important;
    color: #00C1E0 !important;
    padding: 40px 20px 0px 20px;
    background-color: #fff;
}

#section-blog .text {
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 16px;
    color: #00C1E0;
}

#section-blog a.btn-readmore {
    position: absolute;
    bottom: 20px;
}

button.btn-primary,
#section-blog a.btn-readmore {
    background-color: #00C1E0;
    border-color: #00C1E0;
}

button.btn-primary:hover,
#section-blog a.btn-readmore:hover {
    background-color: #00a6c0;
    border-color: #00C1E0;
}

form .form-group button+button {
    margin-left: 10px;
}

#section-blog a.btn-readmore,
#section-blog a.btn-readmore:hover,
button.btn-primary,
button.btn-primary:hover,
.pb_footer {
    color: #fff;
}

.bg-dark {
    background-color: transparent !important;
}

.bg-lightdark {
    background-color: #00C1E0 !important;
}

.widget.dark {
    text-align: center;
}

textarea.form-control {
    padding-top: 10px !important;
}

.pb_footer {
    padding: 15px 0px 0px;
}

footer .col {
    min-width: 100%;
    text-align: center !important;
}

.styled-icons li {
    margin-left: 10px;
}

footer .styled-icons li,
footer .styled-icons li a {
    font-size: 18px;
    line-height: 18px;
    color: #eeeeee;
}

footer .styled-icons .fa {
    line-height: 30px;
    height: 30px;
    width: 30px;
}

footer .styled-icons .fa:hover {
    color: #00b3cc !important;
}

footer .styled-icons a .fa::before {
    position: unset;
    line-height: 30px;
}

.styled-icons li {
    margin: 10px 5px 0px;
}

#section-blog .date .fa {
    width: 20px;
    height: 20px;
}

#section-blog .date .fa::before {
    margin-top: -10px;
    line-height: 20px;
}

.preloader-whirlpool .whirlpool,
.preloader-whirlpool .whirlpool::before,
.preloader-whirlpool .whirlpool::after {
    border: 1px solid rgb(69, 178, 236);
    border-left-color: #00C1E0;
}

#message {
    background: rgb(69, 178, 236);
    border-bottom: 1px solid #00C1E0;
}

.modal .modal-dialog .modal-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal .modal-dialog .modal-header h3 {
    font-weight: bolder !important;
}

.modal .modal-dialog .modal-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pb_navbar .navbar-nav {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pb_navbar .nav-item {
    padding: 30px 30px 0px 30px !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    border-top-color: #007687 !important;
}

.navbar-nav .nav-link {
    border-top: solid 2px #fff;
    border-bottom: solid 0px transparent;
    padding: 4px 0px 40px 0px !important;
    padding-top: 4px !important;
    font-size: 16px;
}


.titolo {
    position: relative;
    z-index: 3;
    height: 60px;
}

.titolo h1 a,
.titolo span,
.titolo .navbar-toggler {
    color: #9DA6C4 !important;
}


.navbar-brand, .navbar-nav .nav-link {
    font-weight: 500;
}

.pb_navbar .nav-item {
    text-transform: uppercase;
}

.container.intestazione-slider {
    padding-left: 40px;
    padding-right: 40px;
}

.intestazione-slider .col-md-7 {
    padding-left: 0px;
}

.pb_cover .heading {
    text-transform: uppercase;
    font-weight: 400 !important;
}

.pb_cover .sub-heading {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 44px;
    max-width: 100%;
}

#section-home {
    height: 100vh;
}

.pb_cover {
    height: 100vh;
    margin-top: -60px;

}

.vertical {
    position: fixed;
    top: 60px;
    margin-top: -60px;
    left: 0;
    width: 200px;
    height: 100%;
    background-color: #00C1E0;
    overflow-y: auto;
    padding-top: 30px;
}

.media-body {
    color: #fff;
    padding: 0px 8px 8px 8px;
}

.media-body h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 8px;
}

#section-home, #section-services, #section-blog, #section-contact, #section-about, #section-doctors, #section-gallery {
    margin-left: 200px;
}


#section-services, #section-blog, #section-contact {
    background-color: #fff !important;
    background-image: url("../images/background.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}


#section-about, #section-doctors, #section-gallery {
    background-color: #fff !important;
    background-image: url("../images/background2.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-control {
    border-radius: 0rem;
    border-color: #00C1E0;
    color: #00C1E0
}

button.btn, #section-blog a.btn-readmore {
    border-radius: 0rem;
}

@media (max-width: 991px),
(max-height: 700px) {
    #section-home, #section-services, #section-blog, #section-contact, #section-about, #section-doctors, #section-gallery {
        height: auto;
        margin-left: 0px;
    }

    .pb_navbar {
        top: 0;
    }

    .swiper-slide::before {
        background-image: url(../images/mask-mobile.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .swiper-slide {
        background-position: right bottom;
    }

    .swiper-slide .container {
        align-items: flex-start;
        margin-top: 140px;
    }

    .pb_cover .heading, .pb_cover .sub-heading {
        text-align: left !important;
    }

    .titolo {
        display: inline;
    }

    .intestazione-slider {
        padding-right: 35px;
        padding-left: 35px;
        padding-top: 0px !important;
    }

    .intestazione-slider .sub-heading {
        line-height: 1.2;
        font-size: 28px;
    }


    .pb_section {
        padding: 50px 0px 30px;
    }

    #section-about, #section-doctors, #section-gallery {
        background-position: top right;
    }

    .pb_cover>.container {
        padding: 50px 25px 30px !important;
        background-color: #FFFFFF;
        border-bottom: 1px solid #e5e6e7;
        border-top: 1px solid #e5e6e7;
    }

    .pb_cover .div-orari h2 {
        color: #00C1E0 !important;
    }

    .swiper-button-prev, .swiper-button-left {
        left: 4px !important;
        right: auto;
    }

    .swiper-button-next, .swiper-button-right {
        right: 4px !important;
        left: auto;
    }

}


@media (min-width: 1200px) {
    .pb_cover .container {
        max-width: calc(100% - 140px);
    }
}

@media (max-width: 991px),
(max-height: 700px) {
    .pb_cover>.container {
        background-color: #fff !important;
        background-image: url("../images/background.svg");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
    }
}