html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

#page-preloader {
    align-items: center !important;
    background: #fff !important;
    display: flex;
    justify-content: center !important;
}

#page-preloader .spinner,
#page-preloader .centered-container {
    animation: none !important;
    background: url("../img/preloader.png") center center no-repeat !important;
    background-size: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 120px !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    top: auto !important;
    transform: none !important;
    width: 160px !important;
}

#page-preloader .spinner:before,
#page-preloader .spinner:after,
#page-preloader .centered-container:before,
#page-preloader .centered-container:after {
    animation: none !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    content: none !important;
    display: none !important;
}

.navigation > ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.navigation > ul > li {
    margin-left: 8px;
    margin-right: 8px;
}

.navigation > ul > li > a {
    font-size: 13px;
    white-space: nowrap;
}

.navigation .sub-nav a {
    white-space: nowrap;
}

.footer .fw-row > [class*="fw-col-"] {
    margin-bottom: 24px;
}

.footer-logo img {
    height: auto;
    max-width: 190px;
}

.breast-implant-hero,
.hair-transplant-hero {
    width: 100%;
}

.breast-implant-card,
.hair-transplant-card,
.breast-implant-sidebar-box,
.hair-transplant-sidebar-box {
    overflow-wrap: break-word;
}

.breast-implant-hero .top-form,
.hair-transplant-hero .top-form {
    max-width: 100%;
}

@media screen and (min-width: 991px) {
    .breast-implant-hero,
    .hair-transplant-hero {
        margin-top: 140px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .navigation > ul > li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .navigation > ul > li > a {
        font-size: 12px;
    }

    .logo-area {
        width: 22%;
    }

    .navigation {
        width: 78%;
    }
}

@media screen and (max-width: 990px) {
    body {
        padding-top: 62px;
    }

    #page {
        margin-top: 0 !important;
    }

    .header-wrap {
        left: 0;
        right: 0;
        z-index: 9998;
    }

    .header-wrap > .header {
        display: none !important;
    }

    .logo-area img {
        height: auto;
        max-height: 40px;
        width: auto;
    }

    .mobile-side {
        height: 100vh;
        max-width: 88vw;
        overflow-y: auto;
        z-index: 10000;
    }

    .mobile-navigation .sub-menu a {
        line-height: 22px;
        white-space: normal;
    }

    .book-apointmnt-overlay {
        display: none !important;
    }

    .breast-implant-hero,
    .hair-transplant-hero {
        min-height: auto;
    }

    .breast-implant-hero-content,
    .hair-transplant-hero-content {
        padding: 38px 0 24px !important;
    }

    .breast-implant-hero h1,
    .hair-transplant-hero h1 {
        font-size: 30px;
        line-height: 1.25;
    }

    .breast-implant-hero p,
    .hair-transplant-hero p {
        font-size: 15px;
        line-height: 25px;
    }

    .breast-implant-hero .appointment-wrapper,
    .hair-transplant-hero .appointment-wrapper {
        margin-bottom: 28px;
    }

    .breast-implant-hero .top-form,
    .hair-transplant-hero .top-form {
        margin: 18px 0 0 !important;
        padding-left: 20px;
        padding-right: 20px;
        position: static !important;
        width: 100%;
    }

    .main-part {
        padding-top: 35px;
    }

    .right-part,
    .left-sidebar {
        margin-bottom: 28px;
    }

    .footer {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .fw-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .breast-implant-card,
    .hair-transplant-card {
        min-height: 0;
        padding: 22px;
    }

    .breast-implant-sidebar-box,
    .hair-transplant-sidebar-box,
    .breast-implant-note,
    .hair-transplant-note {
        padding: 20px;
    }

    .booknows {
        display: block;
        text-align: center;
        width: 100%;
    }

    .footer h5 {
        margin-top: 10px;
    }

    .footer .blue-social li {
        margin-bottom: 8px;
    }
}
