.rd-navbar-fullwidth .desktop-navbar-info .list-add {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.rd-navbar-fullwidth .desktop-navbar-info .list-phone a {
    font-size: 14px;
}

.title-map {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.list-map a {
    margin-bottom: 20px;
}

.nav-map {
    margin-top: 30px;
}

.nav-map a {
    font-size: 13px !important;
    padding-right: 5px !important;
}

.only_sp {
    display: none !important;
}

.only_pc {
    display: block !important;
}

.rd-navbar-fullwidth .navbar-cell.only_pc {
    display: flex !important;
}

.doctor-relative .person-media, #eyeDiseases .person-media {
    overflow: hidden;
}

#eyeDiseases .person-text {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section_id {
    padding-top: 180px;
    margin-top: -180px !important;
} /*home page*/.fullwidth-header {
    height: calc(100vh - 100px);
    background: url(../images/top_page/fullwidth-header-2-compress.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.header-block h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 15px;
}

.header-block .btn {
    padding: 10px 20px;
}

.header-block p {
    margin-top: 5px;
    margin-bottom: 20px;
}

.rd-navbar-fixed .navbar-switch {
    display: none !important;
}

#pgDoctor #doctor-appointment {
    margin: 0;
    display: block;
    background: rgb(233 151 185);
    color: #fff;
    padding: 20px 15px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

#pgDoctor #doctorImage {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
}

#pgDoctor video {
    border-radius: 10px;
} /* doctor page */.sub-page .doctor-relative {
    position: relative;
    text-align: left;
    padding: 20px;
    background: #e0f3fd;
    box-sizing: border-box;
    border-radius: 10px;
}

.sub-page .person-link-absolute, .doctor-person-link-absolute {
    position: static !important;
    bottom: 15px;
    background: #e997b9;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}

.sub-page .person-link-absolute, .doctor-person-link-absolute:hover {
    color: #fff;
    background: #1e306e;
    border-color: #1e306e;
}

.sub-page .doctor-relative .person-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sub-page .ft-blurb {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}

.sub-page .blurb-2 * + .blurb-title {
    margin-top: 15px;
}

.sub-page .ft-blurb .blurb-icon, .sub-page .ft-blurb .blurb-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
}

.inner-location {
    margin-bottom: 0;
}

.text-block-add h2 {
    font-size: 24px;
    margin: 50px auto 0;
} /*menu doctor*/.sub-page .rd-navbar-fullwidth.navbar-custom .navbar-section {
    position: relative;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.row_nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e997b9;
    width: 1200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: rgb(214 214 214);
}

.sub-page .dropdown-content {
    top: 64px;
}

.rd-navbar--is-stuck .dropdown-content {
    top: 70px;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.column_nav {
    width: calc(100% / 5 - 0px);
    padding: 0;
    background-color: #ccc;
}

.column_nav a {
    float: none;
    color: black;
    padding: 0;
    text-decoration: none;
    display: block;
    text-align: center;
}

.column_nav a:hover {
    background-color: #ddd;
}

.column_nav a>img {
    width: 100%;
}

.column_nav a>h3 {
    font-size: 18px;
    background: #1e306e;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}

.row_nav:after {
    content: "";
    display: table;
    clear: both;
}
.ft_work-time .list-item {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px 0;
    color: rgb(255 255 255 / 74%);
}
.ft_work-time .list-item:first-child {
    color: #fff;
}
.ft_work-time .list-item:last-child {
    margin: 0;
}
.wrapper-flex {
    display: flex;
    margin: 20px 0 0 0;
}
.wrapper-flex .inner-location {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #1e306e;
    margin-right: 20px;
    border-radius: 10px;
}
.wrapper-flex .inner-location:last-child {
    margin-right: 0;
}
.wrapper-flex .inner-location .location-blog {
    padding: 0;
    display: flex;
    flex-direction: row;
    box-shadow: none;
    min-height: 200px;
}
.wrapper-flex .inner-location .bl-content {
    padding: 20px 20px 20px 20px;
}
.wrapper-flex .blurb-icons-wrap {
    padding: 20px;
    border-radius: 10px;
    background: rgb(30 48 110 / 17%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.wrapper-flex .list-map {
    margin: 0;
}

.wrapper-flex .text-block-add h2 {
    margin-top: 0;
}
.rd-navbar-fullwidth .navbar-cell {
    padding: 0 !important;
}
.item-flex {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.item-flex a {
    display: block;
    width: 100%;
    font-size: 15px;
}
.item-flex a:last-child {
    margin: 10px 0 0 0;
}
.owl-carousel .owl-item,
.sub-page .doctor-relative,
#buy-contact .item,
.bg-primary-lightest {
    background: rgb(235 235 235 / 30%);
}
#latest_section {
    background-color: #f0f0f0;
}


@media only screen and (max-width: 992px) {
    .only_sp {
        display: block !important;
    }

    .only_pc {
        display: none !important;
    }

    .header-block {
        top: 40%;
    } /* menu responsive*/    .menu {
        position: fixed;
        top: 60px;
        left: -100%;
        z-index: 10;
        width: calc(100% - 70px);
        min-height: 100vh;
        overflow: hidden;
        color: var(--color-black-400);
        background-color: var(--color-white-100);
        box-shadow: var(--shadow-medium);
        transition: all 0.4s ease-in-out;
        padding-top: 20px;
        overflow-y: scroll;
        bottom: 0;
    }

    .menu.is-active {
        left: 0;
        top: 60px;
        background: #f4f4f4;
        padding-bottom: 80px;
    }

    .menu-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .menu-link {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        color: inherit;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .burger {
        position: relative;
        display: block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        order: -1;
        z-index: 12;
        width: 1.75rem;
        height: 1rem;
        margin-right: 1rem;
        border: none;
        outline: none;
        background: none;
        visibility: visible;
        transform: rotate(0deg);
        transition: 0.35s ease;
        left: 20px;
    }

    .burger-line {
        position: absolute;
        display: block;
        right: 0;
        width: 100%;
        height: 2px;
        border: none;
        outline: none;
        opacity: 1;
        transform: rotate(0deg);
        background-color: var(--color-black-300);
        transition: 0.25s ease-in-out;
        background-color: #333;
    }

    .burger-line:nth-child(1) {
        top: 0px;
    }

    .burger-line:nth-child(2) {
        top: 0.5rem;
    }

    .burger-line:nth-child(3) {
        top: 1rem;
    }

    .burger.is-active .burger-line:nth-child(1) {
        top: 0.5rem;
        transform: rotate(135deg);
    }

    .burger.is-active .burger-line:nth-child(2) {
        right: -1.5rem;
        opacity: 0;
        visibility: hidden;
    }

    .burger.is-active .burger-line:nth-child(3) {
        top: 0.5rem;
        transform: rotate(-135deg);
    }

    .doctors-item {
        width: 100%;
    }

    .drop-item-wrap {
        display: flex;
        width: calc(100% - 60px);
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }

    .doctors_drompdown {
        display: none;
        width: calc(100% - 80px);
        margin: 0 auto 15px;
    }

    .doctors_drompdown p {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        padding: 5px 0;
        display: block;
    }

    .eyedis-item {
        width: 100%;
    }

    .drop-item-wrap {
        display: flex;
        width: calc(100% - 60px);
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }

    .eyedis_drompdown, .customer_drompdown {
        display: none;
        width: calc(100% - 80px);
        margin: 0 auto 15px;
    }

    .product-item, .customer-item, .eyedis-item {
        width: 100%;
    }

    .drop-item-wrap {
        display: flex;
        width: calc(100% - 60px);
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
    }

    .product_drompdown, .cutomer_drompdown {
        display: none;
        width: calc(100% - 80px);
        margin: 0 auto;
    }

    .menu-inner li a {
        font-size: 20px;
        font-weight: 500;
        color: #1e306e;
        padding: 10px 0;
        display: block;
    }

    .doctors-item ul li a {
        display: block;
    }

    .dr_click {
        position: relative;
        margin: 0;
    }

    .dr_click::after, .eyedis_click::after , .product_click::after , .customer_click::after {
        content: "\f236";
        font-family: "Material Design Icons";
        position: relative;
        font-size: 25px;
        top: -2px;
    }

    .dr_click.active::after, .eyedis_click.active::after , .product_click.active::after , .customer_click.active::after {
        content: '\f239';
        font-family: "Material Design Icons";
        position: relative;
        font-size: 25px;
        top: -1px;
    }

    .menu.is-active p {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown-content {
        display: none !important;
    }

    .rd-navbar-fullwidth .navbar-cell.only_pc {
        display: none !important;
    }

    .fullwidth-header {
        height: calc(100vh - 60px);
        background: url(../images/top_page/sp_s2.webp) no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .section_id {
        padding-top: 80px;
        margin-top: -80px !important;
    }

    .social-button {
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .social-button img, .social-button svg {
        height: 20px;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        object-fit: contain;
        display: block;
    }

    .menu-inner li a {
        font-size: 18px;
    }

    .custom-overlay {
        background: hsl(0deg 0% 0% / 57%);
    }

    .header-block h1 {
        font-size: 29px;
        color: #fff;
        width: calc(100% - 60px);
        margin: 0 auto 15px;
    }

    .header-block p {
        color: #fff;
        width: calc(100% - 56px);
        margin: 0 auto;
        font-size: 18px;
    }

    .sidebar-social-button>a {
        right: 0 !important;
    }

    .doctor-relative .person-text {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blurb {
        height: auto;
        padding: 20px;
    }
    .wrapper-flex {
        display: block;
    }
    .wrapper-flex .inner-location {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 20px;
    }
    .wrapper-flex .inner-location .location-blog {
        display: block;
        min-height: auto;
    }
    .wrapper-flex .blurb-icons-wrap {
        margin: 0;
    }
    .wrapper-flex .list-map a {
        margin: 0;
    }
    .wrapper-flex .inner-location .row {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .header-block h1 {
        font-size: 26px;
    }

    .list-add a {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .text-block-add h2 {
        font-size: 18px;
        margin: 30px auto 0;
    }

    .inner-location {
        margin-bottom: 40px;
    }

    .location-img:first-child img {
        margin-bottom: 20px;
    }
}