@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font: normal normal normal 16px/24px Zen Maru Gothic;
}

@keyframes scrollTextEnd {

    /* from { transform: translateX(100%); }
    to { transform: translateX(0); } */
    0% {
        transform: translateX(100%);
    }

    10% {
        transform: translateX(0%);
    }

    90% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* cookie consent modal */
#cookie-modal {
    cursor: unset;
}

#cookie-modal .fullscreen-msg {
    width: 40%;
}

.close-dialog-btn, .paymet-options-close-dialog-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    font-weight: bolder;
}

#cookie-modal .fullscreen-msg .fullscreen-title-wrapper .fullscreen-msg-title {
    font-size: 20px;
    padding-top: unset;
    padding-bottom: 20px;
    color: #333;
    text-align: left;
}

#cookie-modal .fullscreen-msg .fullscreen-title-wrapper {
    padding: 10px 20px;
}

.black_close_btn {
    width: 10px;
}

#accept-all-cookies-btn {
    background-color: #20ace9;
    color: white;
    padding: 10px;
    font-size:20px;
    margin-top:5px;
}

.action-buttons-wrapper {
    display:flex;
    align-items:center;
    gap: 15px;
}


/* start of header css */
nav {
    background: #ffff;
    padding-left: 0px;
    box-shadow: 0px 0px 10px #00000029;
}

.contact_info_faq {
    color: #47B8E8;
}

.contact_info_faq:focus {
    background-color: #47B8E8;
    color: #ffffff;
}

.fullscreen-msg {
    text-align: center;
}

a {
    color: #707070;
    text-decoration: none;
}

.menu {
    list-style-type: none;
}

.logo {
    font-size: 20px;
    padding: 7.5px 10px 7.5px 0;
    scale: .7;
}

.logo img {
    height: auto;
    width: 185px;
    margin-top: -10px;
}

.item:not(.button) a:hover,
.item a:hover::after {
    color: #000000;
}

.item:not(.button) a:hover,
.item:nth-child(4) a:hover::after {
    color: unset;
}

/* Mobile menu */
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu li a {
    display: block;
    padding: 2px 5px;
}

.menu li.subitem a {
    padding: 15px;
}

.toggle {
    order: 1;
    font-size: 20px;
    padding-right: 15px;
}

.item {
    order: 3;
    width: 100%;
    text-align: center;
    display: none;
}

.active .item {
    display: block;
}

#select_lang {
    order: 3;
    width: 100%;
}

.pad-15 {
    padding: 5px !important;
}

.pad-25 {
    padding: 5px !important;
}

/* end of header css */

/* start header css */

.container_wrap {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.all-menu {
    padding: 8px 30px 0px 30px;
}

/* end header css */

/* start container body css */
#new-page-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.telemedica_t {
    max-width: 200px;
    display: flex;
    flex: 1;
    align-items: center;
    padding-top: 165px;
}

.license_apply {
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    flex: 1 0 0%;
    justify-content: flex-end;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.license_apply img {
    max-width: 60%;
}

.license_img {
    margin: 0px 0px 0px 0px;
    position: fixed;
    /* height: calc(100% - 70%); */
    width: calc(100px - 25px);
    max-width: 100%;
    background: #47B8E8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 3px;
    color: #ffffff;
    font: normal normal normal 14px/24px Zen Maru Gothic;
}

.license_button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 17px 15px 17px;
    align-items: center;
    text-align: center;
}


.license_btn_ja {
    writing-mode: vertical-rl;
    font-weight: lighter;
    letter-spacing: 7px;
    font: normal normal normal 12px/27px Zen Maru Gothic;
    font-weight: lighter;
}

.license_btn_cn {
    writing-mode: vertical-rl;
    font-weight: lighter;
    letter-spacing: 7px;
    font: normal normal normal 12px/27px Zen Maru Gothic;
    font-weight: lighter;
}

.license_btn_en {
    font: normal normal normal 13px/29px Zen Maru Gothic;
    font-weight: lighter;
}

.telemedica-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 60vh;
    background-blend-mode: luminosity;
    background: transparent url(../img/newhome/body_bg.png) no-repeat center/cover;
    color: #FFFFFF;
    padding-left: 70px;
}

.telemedica-main,
.telemedica_t {
    text-align: left;
    font: normal normal bold 17px/25px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-bottom: unset;
}

.row-1 {
    height: 100px;
}

.row-2 {
    height: 150px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    margin: 10px;
}

.col-1 {
    flex: 0%;
}

.col-2 {
    flex: 15%;
    width: 100%;
}

.pointer {
    display: flex;
    flex-direction: row;
    position: relative;
    align-content: center;
    justify-content: center;
    top: 15px;
    align-items: center;
}

.click_apply_t {
    text-align: left;
    font: normal normal normal 16px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 100%;
}

.accordion_col_content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
}

/* .aus_body_image {
    width: 70%;
} */

/* .aus_body_left_options {
    flex-direction: column;
    width: 30%;
} */

.sample_row {
    display: flex;
    flex-direction: row;
}

.sample_column {
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex-wrap: wrap;
    flex: 0.5;
    /* background-color: blue; */
}

.sample_bodymap {
    display: flex;
    flex-direction: row;
}

.sample_body_image {
    display: flex;
    justify-content: center;
}

.sample_body_image img {
    width: 75%;
}

.sample_body_left_options {
    display: flex;
    flex-direction: column;
    flex: 0.2;
}

.sample_body_bottom_options {
    display: flex;
    flex-direction: column;
    flex: 0.2;
}

/* .sample_body_description {
    display: flex;
    padding: 10px;
} */
.points button {
    border: 1px solid rgb(202, 202, 202);
    ;
}

/* .sample_column .sample_bodymap {
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.sample_column .sample_slider {
    align-content: center;
    justify-content: space-around;
    align-items: center;
} */

/* .sample_column:first-child {
    background-color: red;
} */

/* Aus speed slider */

button {
    cursor: pointer;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    /*	background: none;*/
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1px;
}

.aus-body_image img {
    width: 70%;
}

.aus-body_img ul li {
    list-style: none;
}

.aus_controller_wrapper {
    width: 290px;
    margin: auto;
    transform: translateY(-15px);
}

.audio_slider {
    margin-top: 20px;
    margin-bottom: 60px;
}

.slider_label {
    line-height: 1em;
    color: #999;
    font-size: 15px;
    position: relative;
    text-align: right;
    right: -35px;
}

.audio_slider.ui-slider {
    border-radius: 0px !important;
    border-color: #aaaaaa !important;
    background: #aaaaaa !important;
    height: 4px !important;
}

.audio_slider .ui-slider-handle {
    border-radius: 0px !important;
    height: 30px !important;
    width: 8px !important;
    top: -12px !important;
    margin-left: -4px !important;
    border: none !important;
    background: #707070 !important;
}

.audio_slider .ui-slider-handle:focus {
    border: none !important;
    border-color: #aaaaaa !important;
    background: #707070 !important;
    color: #707070 !important;
    outline: none !important;
}

.audio_slider .ui-slider-pip .ui-slider-label {
    font-size: 14px !important;
}

.recommend_explanation {
    margin-top: 50px;
    border: 1px solid rgb(192, 192, 192);
    border-radius: 8px;
    padding: 10 50;
    color: rgb(125 123 123);
    font-weight: bold;
    width: unset !important;
}

/* end container body css */

/* start notif body css */
#notifications {
    width: unset;
    margin: 0;
    margin-bottom: 75px;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: #D1F1FF 0% 0% no-repeat padding-box;
}

.notif_inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    gap: 0px;
    overflow: hidden;
    flex: 0 0 80%;
}

.notif_date {
    flex: 0 0 20%;
    padding-left: unset;
}

.notif_bar {
    width: 70%;
    background: #D1F1FF 0% 0% no-repeat padding-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    flex-direction: column;
}

.notif_t {
    text-align: center;
    font: normal normal normal 14px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
}

.notif_message {
    flex: 0 0 70%;
    text-align: justify;
    padding-left: unset;
}

.notif_announce {
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.notif_announce:hover,
.notif_announce:focus {
    color: #00b3ff;
}

.notif_content {
    display: none;
    flex: 0 0 100%;
}

.notif_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

/* end notif body css */

/* start of ipax container */
#ipax_container {
    width: 100%;
    margin: auto;
}

.ipax_content {
    width: 80%;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 3px;
    position: relative;
    margin: 40px auto;
    padding-bottom: 185px;
}

.ipax_first_layer {
    margin: auto;
    width: 100%;
}

.ipax_top_ellipse_1 {
    position: absolute;
    left: 0;
    padding: 20px;
    top: 0;
}

.ipax_top_ellipse_2 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}


.ipax_second_layer {
    width: 100%;
    margin: auto;
    padding-top: 50px;
}

.sound_t {
    text-align: center;
    font: normal normal normal 28px/40px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
    margin: auto;
}

.ipax_third_layer {
    position: relative;
    height: 75px;
    top: 35px;
    text-align: center;
}

.note_sound {
    text-align: center;
    font: normal normal normal 16px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    padding-top: 15px;
    width: 105%;
}

.ipax_fourth_layer {
    text-align: center;
    top: 35px;
    position: relative;
    width: 50%;
    margin: auto;
}

.ipax_fifth_layer {
    width: 100%;
    padding-top: 100px;
}

.ipax_accordion {
    width: 65%;
    height: 65px;
    background: #56BDE9 0% 0% no-repeat padding-box;
    border-radius: 3px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}

.ipax_wrapper {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 65px;
    position: relative;
}

.ipax_button {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-align: center;
    font: normal normal normal 20px/29px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #56BDE9;
    min-width: 50px;
    position: absolute;
    top: 35px;
    left: 10px;
}

.ipax_t {
    text-align: center;
    font: normal normal normal 20px/29px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #56BDE9;
    margin-top: -2px;
}

.ipax_sample_title {
    width: 100%;
}

.ipax_title {
    font: normal normal normal 20px/29px Zen Maru Gothic;
    letter-spacing: 0px;
    padding-left: 20px;
    position: absolute;
    /* top: 10px; */
    left: 55px;
    color: #ffffff;
    right: 55px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 55%;
}

#ipax-title.ipax_title p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ipax_click {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    margin-top: -67px;
    margin-right: 25px;
}

.ipax_text {
    font: normal normal normal 17px/29px Zen Maru Gothic;
    letter-spacing: 0px;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 15px;
    vertical-align: middle;
    text-align: center;
    color: #FFFF26;
    line-height: 30px;
    margin-right: 50px;
    font-weight: 550;
}

.arrow {
    border: solid #FFFF26;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.m_arrow {
    border: solid #707070;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 5px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.accordion__item {
    margin: 5px auto;
    padding: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.accordion__item .accordion__title {
    width: 65%;
    background: #56BDE9 0% 0% no-repeat padding-box;
    border-radius: 3px;
    margin: auto;
    display: block;
    position: relative;
    padding: 13px 60px 15px 13px;
    color: #FFFFFF;
    font-size: 28px;
    text-decoration: none;
    transition: background-color 0.2s;
    cursor: pointer;
}

.accordion__item .accordion__title:hover {
    background-color: #56BDE9;
    transition: all 0.5s ease-out;
}

.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 10px;
    right: 35px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFFF26;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {
    transform: rotate(90deg);
}

.accordion__item .accordion__content {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    padding: 30px;
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
    width: 67%;
    margin: auto;
}

.accordion-active:first-child {
    display: block;
}

.accordion__item .accordion__content:first-child {
    display: block;
}

.case_request {
    width: 20rem;
}

.message_open {
    display: block;
}

.ipax_dblock,
.message_dblock {
    display: inline-block !important;
}

.ipax_dnone,
.ipax_close,
.message_close,
.message_dnone {
    display: none;
}

.ipax_sixth_layer {
    margin: auto;
    width: 100%;
}

.ipax_bot_ellipse_1 {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
}

.ipax_bot_ellipse_2 {
    position: absolute;
    bottom: 0;
    padding: 20px;
    right: 0;
}

.sound_box .audiojsZ {
    width: 260px;
}

/*-------------------------------------*/

/* end of ipax container */

/* start of case list container */
#case_list_container {
    width: 100%;
    margin: 0;
    padding-top: 30px;
}

.case_title_t {
    text-align: center;
    font: normal normal normal 16px/40px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
}

.cases_total_t {
    text-align: center;
    font: normal normal normal 20px/35px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
}

#cases_main_container {
    position: relative;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-top: 20px;
    gap: 20px;
}

.case_container {
    width: 300px;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 3px;
    margin: 10px 0px;
}

.case_provide {
    text-align: center;
    font: normal normal normal 16px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
    padding: 20px;
}

.case_request {
    background: #56BDE9 0% 0% no-repeat padding-box;
    border-radius: 3px;
    margin: auto;
    margin-bottom: 70px;
    text-align: center;
    padding: 10px;
    margin-top: 25px;
    cursor: pointer;
    color: #EFEFEF;
}

.case_request:hover,
.case_request:focus {
    color: #FFFFFF;
    outline: 1px solid #f4f4f4;
}

.case_request_t {
    font: normal normal normal 17px/37px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.case_wrapper {
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
    height: 400px;
}

.case_container:hover,
.case_container:focus {
    transform: scale(1.1);
}

.case_wrapper_footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cc_text {
    font: normal normal normal 16px/25px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
    padding: 10px;
}

.case_list_t {
    text-align: left;
    font: normal normal normal 10px/18px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
    padding: 10px 20px 0px 35px;
}

.wrap_foot_t {
    font: normal normal normal 14px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
    padding-right: 20px;
    padding-bottom: 10px;
}

.wrap_foot_t:hover {
    color: #56BDE9;
}

#message_editor {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
}

.message_wrapper {
    width: 80%;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    margin: auto;
    cursor: pointer;
}

.message_wrapper .message_content {
    margin: auto;
    display: none;
    width: 100%;
    height: auto;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    border-radius: 0px;
    margin-top: -15px;
    border-bottom-left-radius: 25px 25px;
    border-bottom-right-radius: 25px 25px;
    cursor: initial;
}

.message_t {
    text-align: center;
    font: normal normal normal 20px/36px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
}

.message_title {
    display: flex;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
}

.message_img {
    padding: 25px 20px 20px 20px;
    display: flex;
    flex: 0 0 20%;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.message_toggle {
    display: flex;
    flex: 0 0 28%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.message_span {
    display: flex;
    flex: 0 0 35%;
    justify-content: flex-end;
    align-items: center;
}

.message_oc {
    font: normal normal normal 20px/46px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
}

.message_content_wrapper {
    padding: unset;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.message_content_col {
    text-align: center;
    display: block;
}

.message_box_wrapper {
    flex: 0 0 85%;
    margin-top: 0px;
}

.profile_name {
    text-align: center;
    font: normal normal bold 23px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
    display: block;
    padding-top: 15px;
}

.title_name {
    text-align: center;
    font: normal normal normal 16px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    display: block;
    width: 100%;
    color: #707070;
    margin: auto;
}

.message_bubble {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.message_bubble:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -1%;
    width: 0;
    border: 20px solid transparent;
    border-right-color: #FFFFFF;
    border-left: 0;
    margin-top: -20px;
    margin-left: -20px;
    transform: rotate(90deg);
}

.message_m_b {
    transform: scale(0.6);
    padding-top: unset;
}

.message_row {
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.message_bubble_text {
    width: unset;
    padding: 20px;
    padding-left: 30px;
    text-align: left;
    font: normal normal normal 16px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
}

.message_p_title {
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.message_bubble_content {
    font: normal normal normal 14px/20px Zen Maru Gothic;
    letter-spacing: 0px;
    display: block;
    text-align: justify;
    width: 97%;
    padding-top: 40px;
}

/* end of case list container */

/* start of footer container  */
footer {
    background: #ffff;
    padding-left: 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top: solid 1px #707070;
}

.footer-menu {
    list-style-type: none;
}

.footer-logo {
    text-align: center;
    font-size: 20px;
    padding: 7.5px 10px 7.5px 0;
    scale: .7;
    flex: 0 0 100%;
}

.footer-item:not(.button) a:hover,
.footer-item a:hover::after {
    color: #000000;
}

/* Mobile menu */
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.footer-menu li a {
    display: block;
    padding: 5px;
}

.footer-menu li.subitem a {
    padding: 15px;
}

.footer-item {
    order: 3;
    width: 100%;
    text-align: center;
    display: inline-block;
    flex: 0 0 10%;
}

.footer-item-notlink {
    order: 3;
    width: 100%;
    text-align: center;
    display: inline-block;
    flex: 0 0 20%;
    color: #707070;

}

/* end of footer container  */

/* start of Product introduction container */
#product_container {
    min-height: 100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

#product_header_container {
    width: 100%;
    height: 13vh;
    background: #EFEFEF 0% 0% no-repeat padding-box;
}

.product_header_title {
    width: 100%;
    height: 100%;
    text-align: center;
    font: normal normal bold 25px/48px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #555555;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#product_body_container_1 {
    width: 100%;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.product_left_container_1 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_right_container_1 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product_left_container_1 img {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

#product_body_container_2 {
    width: 100%;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    margin-bottom: 200px;
}

.product_left_container_2 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_right_container_2 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product_left_container_2 img {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

.product_row_container1 {
    flex: .5;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 60%;
    max-width: 100%;
    align-items: center;
}

.product_row_container2 {
    flex: 2;
    max-width: 100%;
    text-align: justify;
    padding-top: 50px;
}

.product-1-w {
    width: 80%;
}

.product-2-w {
    width: 80%;
}

.product_row_container3 {
    flex: .5;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    max-width: 100%;
    align-items: center;
    margin-top: 50px;
}

.product_title_t {
    font: normal normal bold 25px/40px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
}

.product_body_t {
    font: normal normal normal 16px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
}

.btn_product_dl {
    box-shadow: inset 0px 1px 0px 0px #56bde9;
    background: #56BDE9 0% 0% no-repeat padding-box;
    border-radius: 3px;
    border: 1px solid #56BDE9;
    cursor: pointer;
    padding: 10px 35px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #56bde9;
    font: normal normal normal 18px/26px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.btn_product_dl:hover,
.btn_product_dl:focus {
    outline: 1px solid #efefef;
}

.product_float_container {
    margin-bottom: 5rem;
}

.product_float_reg {
    position: absolute;
    right: -10px;

}

.product_float_reg img {
    width: 100px;
    max-width: 100%;
}

.product-btn-active {
    display: block;
    position: fixed;
    width: 50px;
    right: 0;
    margin-top: 0px;
}

.product_float_reg img:hover {
    width: 100px;
}

.product-float-btn-container {
    appearance: none;
    background: #47B8E8 0% 0% no-repeat padding-box;
    border-radius: 3px;
    color: #24292E;
    cursor: pointer;
    line-height: 20px;
    list-style: none;
    padding: 5px 10px;
    position: fixed;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    height: 25px;
    right: 0;
    margin-right: 1px;
    top: 24rem;
}

.float-text {
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
}

.arrow-rotate-right {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/* end of Product introduction container */

/* start of the Contact Info container */

#contact_info_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#contact_info_container {
    min-height: 100%;
    width: 100%;
    max-width: 100%;
}

.contact_info_content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact_info_header {
    flex: .1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    padding-top: 50px;
}

.contact_info_body {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    flex: 1;
    width: 100%;
}

.contact_title_t {
    font: normal normal bold 25px/36px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
    max-width: 100%;
}

.contact_body_wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 3px;
    width: 85%;
    display: flex;
    flex-direction: column;
}

.contact_body_instruct {
    flex: 0 0 15%;
    /* margin: auto; */
    padding: 35px;
    text-align: justify;
}

.contact_instruct_t {
    text-align: left;
    font: normal normal normal 14px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #707070;
}

.contact_box_wrapper {
    flex: .4;
    padding: 0px 25px 20px 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.contact_box_wrapper .contact_field .contact_field_checkmark:first-child {
    justify-content: space-evenly;
}

.contact_name {
    flex: .5;
    padding: 0px 200px 0px 100px;
}

.contact_email {
    flex: .5;
    padding: 0px 200px 0px 100px;
}

.contact_phone_num {
    flex: .5;
    padding: 0px 200px 0px 100px;
}

.contact_inquiry_content {
    flex: .5;
    padding: 0px 200px 0px 100px;
}

.contact_save_btn {
    flex: 1.2;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 45px;
}

.contact_btn img {
    width: 300px;
    max-width: 100%;
}

.contact_label_wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.contact_label_t {
    text-align: center;
    display: flex;
    background: #D1F1FF 0% 0% no-repeat padding-box;
    border: 1px solid #D1F1FF;
    font: normal normal normal 16px/30px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #2D2D2D;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact_field {
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    flex: 0 0 81%;
    border-bottom-right-radius: 5px;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid #707070;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top: unset;
}

.contact_inquiry_t {
    text-align: center;
    display: inline-block;
    background: #D1F1FF 0% 0% no-repeat padding-box;
    border: 1px solid #D1F1FF;
    font: normal normal normal 16px/30px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #2D2D2D;
    flex: 0 0 17%;
}

.contact_inquiry_field {
    display: flex;
    flex-direction: column;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-left: 1px solid #707070;
    flex: 0 0 81%;
    border-top: unset;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
}

.contact_field_content {
    padding: 0 0px;
    width: 96%;
}

.contact_field_checkmark {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
}

.contact__inquiry_field_content {
    padding: 10px 15px;
    width: 96%;
}

.input_inquiry_field {
    box-sizing: border-box;
    letter-spacing: .16px;
    border-radius: 5px;
    outline: 2px solid transparent;
    outline-offset: -2px;
    width: 100%;
    height: 200px;
    border: none;
    background-color: #f4f4f4;
    padding: 0px 5px;
    color: #161616;
    box-shadow: 0px 0px 4px #00000029;
    resize: none;
}

.input_content {
    box-sizing: border-box;
    letter-spacing: .16px;
    border-radius: 5px;
    outline: 2px solid transparent;
    outline-offset: -2px;
    width: 100%;
    height: 30px;
    border: none;
    background-color: #f4f4f4;
    padding: 0px 5px;
    color: #161616;
    box-shadow: 0px 0px 4px #00000029;
}

.input_content:focus {
    outline: 2px solid #f4f4f4;
    outline-offset: -2px;
}

.input_content:hover,
.input_inquiry_field:hover {
    outline: 2px solid #EFEFEF;
    outline-offset: -2px;
}

.contact-btn {
    outline: 1px solid #ffffff;
    background: #56BDE9 0% 0% no-repeat padding-box;
    border-radius: 3px;
    padding: 12px 70px;
    font: normal normal normal 20px/24px Zen Maru Gothic;
    cursor: pointer;
    overflow: hidden;
    color: white;
    border: none;
}

.contact-btn:hover,
.contact-btn:focus {
    outline: 1px solid #56BDE9;
}

.contact-btn-t:hover,
.contact-btn-t:focus {
    color: #fff4f4
}

/* The container */
.checkmark_container {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font: normal normal normal 12px/24px Zen Maru Gothic;
}

/* Hide the browser's default checkbox */
.checkmark_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 6px;
    height: 15px;
    width: 15px;
    outline: 0.5px solid #707070;
    box-shadow: 0px 0px 6px #00000029;
}

/* On mouse-over, add a grey background color */
.checkmark_container:hover input~.checkmark {
    background-color: #00000029;
    color: #02adf5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkmark_container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark_container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 7px;
    height: 13px;
    border: solid #47B8E8;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-btn-active {
    display: block;
    position: fixed;
    width: 49px;
    right: 47px;
    margin-top: 0px;
}

.msg_err {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-align: center;
    background: #F45D62 0% 0% no-repeat padding-box;
    width: 100%;
    height: 25px;
    font: normal normal normal 18px/24px Zen Maru Gothic;
}

#submit_btn[disabled] {
    background-color: #707070;
}

.accordion_content_col_1 {
    display: inline-block;
    flex: 0 0 50%;
    overflow: hidden;
    width: 90%;
    align-self: center;
}

.accordion_content_col_2 {
    display: inline-block;
    width: 90%;
    /* margin: auto; */
    margin: 0 auto;
    overflow: unset;
}

.aus-icon {
    width: 100%;
    order: 2;
    margin-top: -50px;
}

.aus_offline {
    display: flex;
    justify-content: flex-end;
    padding-top: 75px;
    position: unset;
}

.aus_btn_switch {
    z-index: 1;
    height: 36px;
    width: 36px;
    position: relative;
    background: transparent url(../img/flip_body_icon_3.png) center no-repeat;
    background-size: 36px, 36px;
    right: 65px;
    top: 65px;
}

/* end of the Contact Info container */

.license_img,
.license_button {
    display: none;
}

/* Desktop menu */
@media all and (min-width: 960px) {

    /* start of header css */
    nav {
        background: #ffff;
        padding-left: 30px;
        box-shadow: 0px 0px 10px #00000029;
    }


    .item:nth-child(7) {
        background: #47B8E8 0% 0% no-repeat;
        height: inherit;
        flex: 1.5;
    }

    .item:nth-child(6) {
        background: #D1F1FF 0% 0% no-repeat;
        height: inherit;
        flex: 1.5;
    }

    .item:nth-child(2),
    .item:nth-child(3) {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        height: inherit;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .menu {
        align-items: flex-start;
        flex-wrap: nowrap;
        background: none;
        height: 100px;
    }

    .logo {
        order: 0;
        padding-top: 10px;
        flex: 4.5;
        scale: 1;
    }

    .item {
        order: 1;
        position: relative;
        display: block;
        width: auto;
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        height: inherit;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .button {
        order: 2;
    }

    .toggle {
        display: none;
    }

    #select_lang {
        order: 1;
        width: auto;
    }

    .pad-25 {
        padding: 25px !important;
    }

    .pad-15 {
        padding: 20px 15px 15px 15px !important;
    }

    .pad-0 {
        margin-bottom: 7px;
    }

    .pad-30 {
        padding: 0px 25px !important;
    }

    .active_btn {
        border-radius: 3px;
        background: #47B8E8 0% 0% no-repeat;
        background-color: #47B8E8;
        border: 1px solid #47B8E8;
        color: #ffff;
        width: 100%;
        user-select: none;
        -webkit-user-select: none;
        text-decoration: none;
        touch-action: manipulation;
        white-space: pre;
        cursor: pointer;
    }

    .not_active {
        border-radius: 3px;
        background: #FFFFFF 0% 0% no-repeat;
        background-color: #ffff;
        color: #707070;
        border: 1px solid #47B8E8;
        border-radius: 3px;
        width: 100%;
        user-select: none;
        -webkit-user-select: none;
        text-decoration: none;
        touch-action: manipulation;
        white-space: pre;
        cursor: pointer;
        border: 1px solid #707070;
    }

    .t-color {
        color: #FFFFFF;
    }

    .l-h-40 {
        line-height: 40px;
    }

    /* end of header css */

    /* start of footer css */
    footer {
        background: #ffff;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0px 0px 10px #00000029;
    }

    .footer-menu {
        align-items: flex-start;
        flex-wrap: nowrap;
        background: none;
        flex-direction: unset;
    }

    .footer-logo {
        order: 0;
        flex: 0 0 40%;
        scale: 1;
        padding-top: 20px;
        text-align: unset;

    }

    .footer-item {
        order: 1;
        position: relative;
        display: block;
        width: auto;
        padding-top: 40px;
        flex: 0 0 10%;
    }

    .footer-item-notlink {
        order: 1;
        position: relative;
        display: block;
        width: auto;
        padding-top: 50px;
        flex: 1 0 10%;
        align-items: center;
        text-align: center;
        color: #707070;
    }

    .footer-menu li a {
        padding: 10px;
    }

    /* end of footer css */

    /* start of main body css  */
    .telemedica_t {
        max-width: 420px;
    }

    .telemedica-main {
        padding-left: 250px;
        background: transparent url(../img/newhome/body_bg.png) 100% 0% no-repeat;
        background-size: cover;
    }

    .license_apply img {
        max-width: 90%;
    }

    .telemedica-main,
    .telemedica_t {
        text-align: unset;
        font: normal normal bold 22px/28px Zen Maru Gothic;
    }

    .license_img {
        margin: 0px 0px 0px 0px;
    }

    .license_img,
    .license_button {
        display: block;
    }

    #notifications {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .accordion__item .accordion__title {
        width: 80%;
    }

    .accordion__item .accordion__content {
        width: 81%;
    }

    .ipax_button {
        display: inline-block;
        top: 20px;
        left: 30px;
    }

    .ipax_title {
        /* display: inline-block; */
        left: 80px;
        right: 100px;
    }

    .ipax_fourth_layer {
        width: 35%;
    }

    .case_title_t {
        font: normal normal normal 28px/40px Zen Maru Gothic;
    }

    .cases_total_t {
        font: normal normal normal 24px/40px Zen Maru Gothic;
    }

    .case_request_t {
        font: normal normal normal 20px/37px Zen Maru Gothic;
    }

    .message_img {
        padding: 25px;
        flex: 0 0 42%;
        justify-content: flex-end;
    }

    .message_span {
        display: flex;
        flex: 0 0 30%;
        justify-content: flex-start;
        align-items: center;
        padding: 25px 0px 30px 0px;
    }

    .message_img img {
        padding: 15px;
        transform: scale(1);
    }

    .message_t {
        font: normal normal normal 24px/36px Zen Maru Gothic;
    }

    .message_toggle {
        flex: 0 0 20%;
        padding: 25px 0px 30px 0px;
    }

    .message_oc {
        font: normal normal normal 28px/46px Zen Maru Gothic;
    }

    .message_content_wrapper {
        padding: 40px;
        flex: 0 0 28%;
    }

    .message_m_b {
        transform: scale(.9);
        padding-top: 50px;
    }

    .message_box_wrapper {
        flex: 0 0 53%;
    }

    .message_bubble:after {
        left: 0;
        top: 30%;
        transform: unset;
    }

    .message_bubble_text {
        width: 90%;
    }

    .message_p_title {
        text-align: left;
    }

    .message_title {
        padding-top: unset;
    }

    .accordion_col_content {
        flex-direction: row;
    }

    .notif_inner {
        flex-direction: row;
        gap: 20px;
        overflow: hidden;
    }

    .notif_bar {
        width: 70%;
        background: #D1F1FF 0% 0% no-repeat padding-box;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 15px;
        flex-direction: row;
    }

    .notif_date {
        padding-left: 50px;
    }

    .notif_message {
        padding-left: 15px;
    }

    .notif_content_wrapper {
        flex-wrap: nowrap;
        justify-content: space-around;
        flex-direction: row;
    }

    .notif_content {
        flex: 0 0 80%;
    }

    /* end of main body css */

    /* start of Product introduction container */
    .product_header_title {
        font: normal normal bold 36px/48px Zen Maru Gothic;
    }

    .product_title_t {
        font: normal normal bold 28px/40px Zen Maru Gothic;
    }

    .product-1-w {
        width: 60%;
    }

    .product-2-w {
        width: 60%;
    }

    .btn_product_dl {
        padding: 20px 44px;
    }

    .product_right_container_1 {
        flex: 1;
    }

    .product-float-btn-container {
        display: none;
    }

    .product_row_container3 {
        width: 60%;
    }

    /* end of Product introduction container */

    /* start of contact info container */
    .contact_info_header {
        padding-top: 100px;
    }

    .contact_instruct_t {
        font: normal normal normal 16px/24px Zen Maru Gothic;
    }

    .contact_body_instruct {
        padding: 55px 55px 55px 60px;
    }

    .contact_box_wrapper {
        padding: 0px 50px 20px 50px;
    }

    .contact_body_wrapper {
        width: 70%;
    }

    .contact_label_wrapper {
        flex-direction: row;
    }

    .contact_label_t {
        flex: 0 0 17%;
        font: normal normal normal 16px/16px Zen Maru Gothic;
    }

    .contact_field {
        border-left: unset;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top: 1px solid #707070;
        border-top-right-radius: 5px;

    }

    .contact_field_content {
        padding: 10px 15px;
    }

    .contact_inquiry_field {
        border-left: unset;
        border-top: 1px solid #707070;
        border-top-right-radius: 5px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 5px;
    }

    .contact_inquiry_t {
        padding-top: 100px;
        padding-bottom: 100px;
        font: normal normal normal 16px/0px Zen Maru Gothic;
    }

    .product_float_reg img:hover {
        width: 105px;
    }

    .product-btn-active {
        position: unset;
        width: unset;
        right: 0;
        margin-top: 10px;
    }

    .contact-btn {
        padding: 12px 125px;
    }

    .contact-btn-t,
    .contact-btn-t:hover {
        color: #ffffff;
    }

    .contact-btn-c,
    .contact-btn-c:hover {
        color: #707070;
    }

    /* end of contact info container */

    .accordion_content_col_1 {
        margin-left: 15px;
    }

    .accordion_content_col_2 {
        flex: 0 0 40%;
        width: 40%;
    }
}

@media all and (max-width: 1800px) {
    .telemedica-main{
        height: 44vh;
    }
}

@media all and (max-width: 1100px) {
    .telemedica-main{
        height: 30vh;
    }
    .telemedica_t{
        padding-top: 100px;
        max-width: 400px;
    }
}

@media all and (max-width: 600px) {
    .telemedica-main{
        height: 20vh;
    }
    .telemedica_t{
        padding-top: 20px;
        max-width: 300px;
        font-size: 14px;
    }

    .all-menu {
        padding: 0px;
    }
}

@media only screen and (min-width: 500px) {
    .accordion_content_col_1 {
        flex: 1 0 50%;
    }
}

@media all and (min-width: 800px) {
    .license_img,
    .license_button {
        display: block;
    }
}

@media all and (max-width: 900px) {
    .ipax_fifth_layer {
        padding-top: 0px;
    }

    .ipax_content {
    padding-bottom: 0px;
    }
}