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

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

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #007bff !important;
    border-bottom-color: #007bff;
}

.swiper-slide:before {
    background: rgba(74, 137, 220, .3);
}

.pb_slant-light,
.pb_slant-white,
.pb_slant-dark {
    position: relative;
}

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

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

.pb_slant-dark:before,
.bg-lightdark {
    background-color: #151515 !important;
}

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

.pb_slant-light:after,
.pb_slant-white:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -50px;
    height: 200px;
    width: 130%;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.pb_slant-dark:before {
    content: "";
    position: absolute;
    top: -100px;
    left: -50px;
    height: 200px;
    width: 130%;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    /* z-index: 10; */
}

section#section-orari,
section#section-about,
section#section-services,
section#section-doctors,
section#section-blog,
section#section-gallery {
    padding-bottom: 250px !important
}

section#section-contact {
    padding-bottom: 150px !important
}

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

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

.about-text,
.about-text * {
    font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
    color: #495057;
}

.about-text::before,
.about-text::after {
    font-size: 150px;
    line-height: 0px;
    position: absolute;
    color: #ffffff;
    z-index: -1;
}

.about-text::before {
    content: open-quote;
    top: 20px;
    left: -20px;
}

.about-text::after {
    content: close-quote;
    bottom: -20px;
    right: -20px;
}

.bg-light .about-text::before,
.bg-light .about-text::after {
    color: #f2f4f9;
}

.news {
    background-color: #FFFFFF !important;
}

.btn {
    font-size: 14px;
    border-radius: 0px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.30);
}

.gallery-container {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

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

.news .news-text {
    padding-bottom: 75px;
}

#section-services .pb_icon {
    width: 150px;
    height: 150px;
}

#section-services .media {
    min-width: 340px;
    padding: 20px;
}

.gallery-item img,
.doctor,
.news,
#section-services .media {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .2);
}

.intestazione h2 {
    font-weight: 600;
}

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

footer .styled-icons li,
footer .styled-icons li a {
    font-size: 13px;
    background-color: #333333;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #007bff;
}

.doctor .text,
.news a.btn-readmore {
    position: absolute;
    bottom: 20px;
}

.doctor .text {
    left: 0px;
    right: 0px;
    color: #4A89DC;
}

button.btn-primary,
button.btn-secondary {
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0px;
}

button.btn-primary,
button.btn-primary:hover,
button.btn-secondary,
button.btn-secondary:hover,
.pb_footer {
    color: #fff;
}

.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: #ffffff;
}

#message {
    background: #007bff;
    border-bottom: 1px solid #FFFFFF;
}

.modal .modal-dialog .modal-content,
.modal .modal-dialog .modal-header,
.modal .modal-dialog .modal-footer {
    border-radius: 0px !important;
}

.modal .modal-dialog .modal-header {
    background-color: #f2f4f9;
}

@media (max-width: 991px),
(max-height: 700px) {

    section#section-home {
        padding-bottom: 250px;
        background-color: #f2f4f9 !important;
    }

    section#section-home:after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: -50px;
        height: 200px;
        width: 130%;
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
        background-color: #FFFFFF !important;
    }

    .pb_cover>.container {
        padding: 50px 25px 0px !important;
    }

    .pb_cover .div-orari {
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {

    #section-orari .container,
    #section-services .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #section-services .pb_icon {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }

    #section-orari .container {
        font-size: 12px;
    }

    .modal .modal-dialog .modal-header,
    .modal .modal-dialog .modal-body {
        padding: 20px;
    }

    .gallery-container {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .gallery-container .gallery-item {
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    .about-text {
        font-size: 20px;
    }
}