/* ----------- iPhone 4 dan 4S ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .accor_mcu_mob {
        display: none;
    }
    /* NAVBAR */
    .header nav.navbar {
        max-width: 320px;
    }
    .fixed-top {
        top: 0 !important;
    }
    .navbar-brand img {
        width: 215px;
    }
    /* HEADING & SUB HEADING */
    .section-heading h2 {
        font-size: 18px;
        line-height: 1.3;
    }
    .section-heading h5, .widget-title h5 {
        font-size: 16px !important;
        line-height: 1.3;
    }
    .section-heading p {
        font-size: 13px;
        line-height: 1.5;
    }
    .team-single-text h5 {
        font-size: 14px !important;
        line-height: 1.5;
    }
    .work-process-content h5 {
        font-size: 15px;
    }
    .work-process-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    /* PADDING */
    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .pt-100 {
        padding-top: 70px;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
    .pt-50 {
        padding-top: 30px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    /* SLIDER */
    .dot-indicator.owl-theme button.owl-dot span {
        width: 5px;
        height: 5px;
    }
    /* JANJI TEMU DOKTER */
    .widget {
        margin-bottom: 15px;
    }
    .r-doctor-detail h4 {
        font-size: 14px;
    }
    .r-doctor-detail p {
        font-size: 12px;
    }
    .r-doctor-picture {
        width: 25%;
    }
    .r-isWrapInMobile {
        flex-wrap: wrap;
    }
    .r-isExpand-mobile {
        flex: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .r-isExpand-mobile p {
        font-size: 13px;
        line-height: 1.3;
    }
    .r-table {
        border-collapse: separate;
    }
    .r-table thead tr {
        display: none;
    }
    .r-table td {
        align-items: center;
        border-bottom: 1px solid #ddd;
        display: flex;
        font-size: 12px;
        min-height: 24px;
        text-align: right;
    }
    .r-table td::before {
        content: attr(data-label);
        float: left;
        margin-right: auto;
        max-width: 100px;
        min-width: 100px;
        padding-right: 10px;
        text-align: left;
        text-transform: uppercase;
    }
    /* MCU */
    .package-title-24 {
        padding: 17.5px 10px !important;
    }
    .package-title p,
    .package-title-24 p {
        line-height: 1.3;
        font-size: 12px !important;
        letter-spacing: .002em;
    }
    .package-subtitle {
        min-height: 80px;
    }
    .package-subtitle p {
        line-height: 1.3;
        font-size: 12px !important;
    }
    .package-info p {
        line-height: 1.3;
        font-size: 10px !important;
    }
    .foot-left h6 {
        font-size: 12px !important;
    }
    .single-package-wrap .package-footer {
        min-height: 30px;
    }
    .package-footer .foot-left,
    .package-footer .foot-right {
        min-height: 30px;
    }
    .package-footer .border-radius-right {
        font-size: 10px !important;
        padding: 4px 13px !important;
    }
    /* DETAIL DOKTER */
    .tech-feature-list li {
        font-size: 13px;
    }
    .shadow-andiiick {
        padding: 10px !important;
    }
    .subscribe-content h4 {
        font-size: 14px;
        margin-bottom: 0 !important;
    }
    .subscribe-content p {
        font-size: 12px;
    }
    .action-btn .btn-block {
        margin-top: 20px;
        padding: 8px 10px;
        font-size: 13px;
    }
    /* PROFIL */
    .sidebar-left {
        padding-right: 0 !important;
    }
    .rounded > .col-lg-7,
    .rounded > .col-lg-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }
    /* BUTTON */
    .outline-btn, .outline-modal-btn, .solid-btn, .danger-btn, .primary-solid-btn {
        font-size: 12px !important;
        padding: 8px 10px;
    }
    /* PROFIL */
    .r-wd-170 {
        min-width: 100px;
    }
    .r-wd-170, .r-wd-170-max {
        max-width: 100px;
    }
    /* FOOTER */
    .footer-top {
        padding: 20px 0 !important;
    }
    .footer-nav-wrap {
        margin-bottom: 10px;
    }
    .footer-nav-wrap h5 {
        font-size: 16px;
        line-height: 1.3;
    }
    .footer-nav-wrap p {
        font-size: 12px;
        line-height: 1.5;
    }
    .social-list li span {
        padding: 6px;
    }
    .copyright-text {
        font-size: 9px !important;
    }
    /* SCROLL TO TOP */
    .scroll-top {
        right: 20px;
    }
}

/* ----------- iPhone 5, 5S, 5C dan 5SE ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .accor_mcu_mob {
        display: none;
    }
    /* NAVBAR */
    .header nav.navbar {
        max-width: 320px;
    }
    .fixed-top {
        top: 0 !important;
    }
    .navbar-brand img {
        width: 215px;
    }
    /* HEADING & SUB HEADING */
    .section-heading h2 {
        font-size: 18px;
        line-height: 1.3;
    }
    .section-heading p {
        font-size: 13px;
        line-height: 1.5;
    }
    .work-process-content h5 {
        font-size: 15px;
    }
    .work-process-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    /* PADDING */
    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .pt-50 {
        padding-top: 30px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    /* SLIDER */
    .dot-indicator.owl-theme button.owl-dot span {
        width: 5px;
        height: 5px;
    }
    /* BUTTON */
    .outline-btn, .outline-modal-btn, .solid-btn, .danger-btn, .primary-solid-btn {
        font-size: 12px !important;
        padding: 8px 10px;
    }
    /* PROFIL */
    .r-wd-170 {
        min-width: 100px;
    }
    .r-wd-170, .r-wd-170-max {
        max-width: 100px;
    }
    /* FOOTER */
    .footer-top {
        padding: 20px 0 !important;
    }
    .footer-nav-wrap {
        margin-bottom: 10px;
    }
    .footer-nav-wrap h5 {
        font-size: 16px;
        line-height: 1.3;
    }
    .footer-nav-wrap p {
        font-size: 12px;
        line-height: 1.5;
    }
    .social-list li span {
        padding: 6px;
    }
    .copyright-text {
        font-size: 9px !important;
    }
    /* SCROLL TO TOP */
    .scroll-top {
        right: 20px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .accor_mcu_mob {
        display: none;
    }
    /* NAVBAR */
    .header nav.navbar {
        max-width: 375px;
    }
    .fixed-top {
        top: 0 !important;
    }
    .navbar-brand img {
        width: 215px;
    }
    /* HEADING & SUB HEADING */
    .section-heading h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .section-heading p {
        font-size: 13px;
        line-height: 1.5;
    }
    .work-process-content h5 {
        font-size: 15px;
    }
    .work-process-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    /* PADDING */
    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .pt-50 {
        padding-top: 30px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    /* SLIDER */
    .dot-indicator.owl-theme button.owl-dot span {
        width: 5px;
        height: 5px;
    }
    /* BUTTON */
    .outline-btn, .outline-modal-btn, .solid-btn, .danger-btn, .primary-solid-btn {
        font-size: 12px !important;
        padding: 8px 10px;
    }
    /* PROFIL */
    .r-wd-170 {
        min-width: 100px;
    }
    .r-wd-170, .r-wd-170-max {
        max-width: 100px;
    }
    /* FOOTER */
    .footer-top {
        padding: 30px 0 !important;
    }
    .footer-nav-wrap {
        margin-bottom: 10px;
    }
    .footer-nav-wrap h5 {
        font-size: 18px;
        line-height: 1.3;
    }
    .footer-nav-wrap p {
        font-size: 12px;
        line-height: 1.5;
    }
    .social-list li span {
        padding: 6px;
    }
    .copyright-text {
        font-size: 10px !important;
    }
    /* SCROLL TO TOP */
    .scroll-top {
        right: 20px;
    }
}

/* ----------- iPhone 6+, 7+ dan 8+ ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    .accor_mcu_mob {
        display: none;
    }
    /* NAVBAR */
    .header nav.navbar {
        max-width: 414px !important;
    }
    .fixed-top {
        top: 0 !important;
    }
    .navbar-brand img {
        width: 220px;
    }
    /* HEADING & SUB HEADING */
    .section-heading h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .section-heading p {
        font-size: 13px;
        line-height: 1.5;
    }
    .work-process-content h5 {
        font-size: 16px;
    }
    .work-process-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    /* PADDING */
    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .pt-50 {
        padding-top: 30px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    /* SLIDER */
    .dot-indicator.owl-theme button.owl-dot span {
        width: 5px;
        height: 5px;
    }
    /* BUTTON */
    .outline-btn, .outline-modal-btn, .solid-btn, .danger-btn, .primary-solid-btn {
        font-size: 12px !important;
        padding: 8px 10px;
    }
    /* PROFIL */
    .r-wd-170 {
        min-width: 100px;
    }
    .r-wd-170, .r-wd-170-max {
        max-width: 100px;
    }
    /* FOOTER */
    .footer-top {
        padding: 30px 0 !important;
    }
    .footer-nav-wrap {
        margin-bottom: 10px;
    }
    .footer-nav-wrap h5 {
        font-size: 20px;
        line-height: 1.3;
    }
    .footer-nav-wrap p {
        font-size: 13px;
        line-height: 1.5;
    }
    .social-list li span {
        padding: 6px;
    }
    .copyright-text {
        font-size: 10px !important;
    }
    /* SCROLL TO TOP */
    .scroll-top {
        right: 20px;
    }
}

/* ----------- iPhone X dan XS ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    .accor_mcu_mob {
        display: none;
    }
    /* NAVBAR */
    .header nav.navbar {
        max-width: 375px;
    }
    .fixed-top {
        top: 0 !important;
    }
    .navbar-brand img {
        width: 215px;
    }
    /* HEADING & SUB HEADING */
    .section-heading h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .section-heading p {
        font-size: 13px;
        line-height: 1.5;
    }
    .work-process-content h5 {
        font-size: 15px;
    }
    .work-process-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    /* PADDING */
    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .pt-50 {
        padding-top: 30px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    /* SLIDER */
    .dot-indicator.owl-theme button.owl-dot span {
        width: 5px;
        height: 5px;
    }
    /* BUTTON */
    .outline-btn, .outline-modal-btn, .solid-btn, .danger-btn, .primary-solid-btn {
        font-size: 12px !important;
        padding: 8px 10px;
    }
    /* PROFIL */
    .r-wd-170 {
        min-width: 100px;
    }
    .r-wd-170, .r-wd-170-max {
        max-width: 100px;
    }
    /* FOOTER */
    .footer-top {
        padding: 30px 0 !important;
    }
    .footer-nav-wrap {
        margin-bottom: 10px;
    }
    .footer-nav-wrap h5 {
        font-size: 18px;
        line-height: 1.3;
    }
    .footer-nav-wrap p {
        font-size: 12px;
        line-height: 1.5;
    }
    .social-list li span {
        padding: 6px;
    }
    .copyright-text {
        font-size: 10px !important;
    }
    /* SCROLL TO TOP */
    .scroll-top {
        right: 20px;
    }
}

/* ----------- iPhone 11 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 896px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .accor_mcu_mob {
        display: none;
    }
    /* NAVBAR */
    .header nav.navbar {
        max-width: 414px;
    }
    .fixed-top {
        top: 0 !important;
    }
    .navbar-brand img {
        width: 220px;
    }
    /* HEADING & SUB HEADING */
    .section-heading h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .section-heading p {
        font-size: 13px;
        line-height: 1.5;
    }
    .work-process-content h5 {
        font-size: 16px;
    }
    .work-process-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    /* PADDING */
    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .pt-50 {
        padding-top: 30px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    /* SLIDER */
    .dot-indicator.owl-theme button.owl-dot span {
        width: 5px;
        height: 5px;
    }
    /* BUTTON */
    .outline-btn, .outline-modal-btn, .solid-btn, .danger-btn, .primary-solid-btn {
        font-size: 12px !important;
        padding: 8px 10px;
    }
    /* PROFIL */
    .r-wd-170 {
        min-width: 100px;
    }
    .r-wd-170, .r-wd-170-max {
        max-width: 100px;
    }
    /* FOOTER */
    .footer-top {
        padding: 30px 0 !important;
    }
    .footer-nav-wrap {
        margin-bottom: 10px;
    }
    .footer-nav-wrap h5 {
        font-size: 20px;
        line-height: 1.3;
    }
    .footer-nav-wrap p {
        font-size: 13px;
        line-height: 1.5;
    }
    .social-list li span {
        padding: 6px;
    }
    .copyright-text {
        font-size: 10px !important;
    }
    /* SCROLL TO TOP */
    .scroll-top {
        right: 20px;
    }
}

/* ----------- iPhone 12 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 390px) 
  and (max-device-width: 844px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    .accor_mcu_mob {
        display: none;
    }
    /* NAVBAR */
    .header nav.navbar {
        max-width: 390px;
    }
    .fixed-top {
        top: 0 !important;
    }
    .navbar-brand img {
        width: 215px;
    }
    /* HEADING & SUB HEADING */
    .section-heading h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .section-heading p {
        font-size: 13px;
        line-height: 1.5;
    }
    .work-process-content h5 {
        font-size: 16px;
    }
    .work-process-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    /* PADDING */
    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .pt-50 {
        padding-top: 30px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    /* SLIDER */
    .dot-indicator.owl-theme button.owl-dot span {
        width: 5px;
        height: 5px;
    }
    /* BUTTON */
    .outline-btn, .outline-modal-btn, .solid-btn, .danger-btn, .primary-solid-btn {
        font-size: 12px !important;
        padding: 8px 10px;
    }
    /* PROFIL */
    .r-wd-170 {
        min-width: 100px;
    }
    .r-wd-170, .r-wd-170-max {
        max-width: 100px;
    }
    /* FOOTER */
    .footer-top {
        padding: 30px 0 !important;
    }
    .footer-nav-wrap {
        margin-bottom: 10px;
    }
    .footer-nav-wrap h5 {
        font-size: 20px;
        line-height: 1.3;
    }
    .footer-nav-wrap p {
        font-size: 13px;
        line-height: 1.5;
    }
    .social-list li span {
        padding: 6px;
    }
    .copyright-text {
        font-size: 10px !important;
    }
    /* SCROLL TO TOP */
    .scroll-top {
        right: 20px;
    }
}
