/*
Theme Name:         febumed-lp
Theme URI:          https://develtio.pl
Description:        Febumed Landing Page
Version:            1.0.1
Author:             Develtio
Author URI:         https://develtio.pl
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

#sticky-phone {
    position: fixed;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    z-index: 1;
}

#sticky-phone a.btn-custom {
    display: block;
    width: 100%;
}

.page-header {
    padding: 40px 0 20px !important;
}
.page-header .header-content {
    padding: 2rem 1rem 1rem !important;
    margin-bottom: 20px !important;
}
@media (max-width: 575.98px) {
    .page-header h1 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .text-18 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

.page-examination .page-examination-step {
    padding: 10px 0;
    min-height: 80px;
}
.page-examination .page-examination-step-number {
    background-color: #d13b6d;
    border-radius: 100%;
    min-width: 50px;
    height: 50px;
    font-size: 26px;
    color: #fff;
    margin: -10px 15px 0 0;
}
.page-examination .page-examination-step-content {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.page-methods .flip-container,
.page-methods .front {
    min-width: 100% !important;
    min-height: 480px !important;
}

div.wpcf7-response-output {
    margin: 0 0.5em 1em !important;
}

.page-header,
#footer {
    position: relative;
    z-index: 10;
}

.page-experience #carouselGallery .carousel-item img {
    object-fit: cover;
}