body,
html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'poppins', sans-serif;
}

.header {
    padding-top: 40px;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 2;
}
.header .logo {
    height: 50px;
    width: auto;
    max-width: 100%;
}
.header h2 {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0;
}

.header .header-brand {
    margin-bottom: 0.75rem;
}

.header .unsure {
    font-size: 0.8rem;
}

.container {
    position: relative;
    /*z-index: 2;*/
}

.page-title {
    font-size: 1.313rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.page-title span {
    border-bottom: 2px solid;
}

.section-title {
    font-size: 1.313rem;
    font-weight: bold;
    border-left: 2px solid #30B6D1;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}

.box-content {
    background-color: #F0F0F0;
    padding-bottom: 0.5rem;
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 10px;
}
.box-content .price {
    position: absolute;
    top: 1rem;
    right: 0;
    background-color: #016D6E;
    border-bottom: solid 4px #00BCBD;
    border-top-left-radius: 50rem;
    -moz-top-left-border-radius: 50rem;
    border-bottom-left-radius: 50rem;
    -moz-bottom-left-border-radius: 50rem;
    color: white;
    font-weight: bold;
    text-align: right;
    padding: 6px 15px;
    font-size: 0.875rem;
    overflow: hidden;
}

.inner {
    position: relative;
    margin: 15px;
    margin-top: -45px;
    min-height: 10px;
    background-color: #016D6E;
    color: white;
    border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
    padding-bottom: 0;
    z-index: 500;
}

.content-list {
    margin: 10px;
    text-align: center;
    font-size: 0.875rem;
}

.content-detail-btn {
    background: white;
}

.content-detail {
    background-color: white;
    color: #666;
    margin: 0;
    min-height: 50px;
    display: none;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.content-note {
	font-size: 0.875rem;
	padding:15px;
	padding-top:5px;
}
.content-detail ul {
    margin: 0;
    padding-bottom: 1rem;
    padding-top: 0.25rem;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333;
}

.detector {
    margin: 0;
    padding: 0;
}

.detector>* {
    display: none;
}

@media (pointer: coarse) {
    .device {
        display: block;
        position: absolute;
        overflow: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .device::before {
		/*
        content: '';
        width: 100%;
        height: 500px;
        background-image: url('img/header-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
		*/
		content: '';
        width: 100%;
        height: 600px;
        background-image: url('img/header-bg3.jpg?r=1');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
		
    }
}

@media (pointer: fine),
(pointer: none) {
    .device {
        display: block;
        position: absolute;
        width: 440px;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -220px;
        overflow: auto;
    }
    .device::before {
        content: '';
        width: 100%;
        height: 600px;
        background-image: url('img/header-bg3.jpg?r=1');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
    }
}

@media (pointer: fine) and (any-pointer: coarse) {
    .touched-desktop {
        display: block;
    }
}

/*

.device .header {
    min-height: 672px;
    background-color: white;
    background-image: url(bgx.jpeg?r=13);
    background-size: 100% 672px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    background-position: 0 -20px;
}

.device .header .logo {
    height: 42px;
    width: auto;
    max-width: 100%;
}

.device .header h1 {
    margin: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    color: #000;
}

.btn1 {
    display: inline-block;
    background-color:#da9b4c;
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    margin: 5px;
    margin-left: 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 13px;
    color: #525553;
    font-weight: bold;
}

.wa,
.telegram {
    text-decoration: none;
    margin: 3px;
}

.telegram {
    margin-right: 20px;
}

.wa img,
.telegram img {
    height: 48px;

}

.tb-choose h2 {
    color: #333;
    margin: 0;
    padding: 0;
    margin: 15px;
}

.tb-choose hr {
    border: none;
    border-top: solid 2px #999;
}

.tb-choose .sel-pack {
    text-align: center;
}

.tb-choose .sel-pack h2 {
    font-weight: 1000;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    margin-top: -5px;
}

.content {
    margin: 25px;
}

.content .title {
    color: #333;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 15px;
    border-left: solid 3px #93c5d5;
}

.box-content {
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
    min-height: 200px;
    border-radius: 15px;
    -moz-border-radius: 15px;
}

.box-content .a {
    position: absolute;
    top: 16px;
    right: 0;
    min-height: 3px;
    width:130px;
    background-color: #356d6c;
    border-bottom: solid 5px #62b9bd;
    border-top-left-radius: 20px;
    -moz-top-left-border-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-bottom-left-border-radius: 20px;
    color: white;
    font-weight: bold;
    text-align: right;
    padding: 6px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    overflow: hidden;
}

.box-content .b {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    min-height: 10px;
    background-color: #016D6E;
    color: white;
    border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
    padding-bottom: 0;
}

.box-content .c {
    margin: 10px;
    margin-bottom: 15px;
    font-size: 0.875rem;
    text-align: center;
}

.box-content .d {
    position: absolute;
    min-height: 40px;
    background-color: white;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-content .d .content-detail {
    margin:10px;
    color:#DDD;
}
*/

.d1 {
    float: left;
    margin-left: 10px;
    
}

.d1 a {
    text-decoration: none;
    display: inline-block;
    margin: 10px;
    color: #4f4f4f;
    font-size: 15px;
    font-weight: bold;
}

.d1 a:hover,
.d1 a:focus {
    /* text-decoration: underline; */
    text-decoration: none;
}

.d2 {
    float: right;
    margin-right: 18px;
    margin-top: 7px;
}

.footer {
    background-color: #00BCBD;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer .footer-title {
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
}
.footer .footer-logo {
    height: 60px;
    width: auto;
    max-width: 100%;
}
.footer .footer-desc {
    opacity: 0.8;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.footer .footer-desc p:last-child {
    margin-bottom: 0;
}
.footer .phone {
    font-size: 1.125rem;
    opacity: 0.8;
    color: white;
}

.footer-social {
    padding: 0;
    margin: 0;
}
.footer-social li {
    display: inline;
    list-style: none;
    margin-right: 0.5rem;
}
.footer-social li:last-child {
    margin-right: 0;
}

.footer .logo2 {
    margin: 30px;
    margin-top: 40px;
}

.footer .logo3 {
    margin-left: 30px;
    height: 105px;
    height: 75px;
}

.footer .a {
    color: white;
    font-weight: 500;
    margin-left: 30px;
    margin-top: 30px;
    font-size: 18px;
}

.footer .b {
    color: white;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 0.875rem;
}

.footer .c {
    margin: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.footer .c .c1 {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 5px;
}

.footer .c .c2 {
    text-align: center;
    margin-top: 10px;
    font-size: 0.875rem;
    color: white;
}

.footer .c .c1 img {
    height: 32px;
}

.footer .hr {
    height: 1px;
    margin-top: 5px;
    border-top: solid 1px white;
}

.floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    min-height: 50px;
    width: 280px;
    z-index: 1000;
}

.floating tr td {
    text-align: right;
}

.floating tr td a {
    margin: 5px;
    margin-bottom: 0;
    display: inline-block;
}

.floating tr td img {
    margin: 0;
    width: 50px;
    height: 50px;
}

.floating .call-us-balloon {
    background-color: #e3e3e3;
    padding: 10px;
    font-size: 0.875rem;
    text-align: left;
    width: 185px;
    color: #757575;
    border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}

.floating .call-us-balloon .arrow {
    width: 20px;
    height: 20px;
    background-color: #333;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -5px;
    transform: rotate(135deg);
    background-color: #e3e3e3;
}

#value {
    position: fixed;
    border: solid 1px #333;
    left: 10px;
    top: 10px;
    height: 50px;
    width: 100px;
    z-index: 999;
    background: white;
}

.lang-selector {
    display: inline-block;
    width: 45px;
    height: 24px;
    margin: 30px;
    margin-top: 35px;
    text-decoration: none;
    display: none;
}

.lang-selector:hover {
    opacity: 0.8;
}

.lang-selector .lang {
    height: 24px;
    float: left;
}

.lang-selector .arrow-down {
    margin-top: 8px;
    float: right;
}

.lang-menu {
    position: absolute;
    background: #CCC;
    top: 80px;
    right: 11px;
    width: 200px;
    min-height: 30px;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: none;
    z-index: 9;
}

.lang-menu .pointer {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 19px;
    top: 0;
    background: #CCC;
    transform: rotate(45deg);
}

a.en,
a.ru,
a.fr,
a.it,
a.id {
    display: inline-block;
    padding: 10px;
    padding-left: 43px;
    text-decoration: none;
    width: calc(100% - 53px);
    background-repeat: no-repeat;
    color: #333;
    background-size: 24px auto;
    background-position: 10px 8px;
}

a.en {
    background-image: url(en.png?r=2);
	font-size: 13px;
	width:100%;
}

a.id {
    background-image: url(id.png?r=2);
	font-size: 13px;
	width:100%;
}
a.ru {
    background-image: url(ru.png?r=2);
	font-size: 13px;
	width:100%;
}
a.fr {
    background-image: url(fr.png?r=2);
	font-size: 13px;
	width:100%;
}
a.it {
    background-image: url(it.png?r=2);
	font-size: 12px;
	width:100%;
}

section.doctor {
    background: #E7F4F3;
}

section.doctor.nurse .items-doctor .name {
    min-height: 170px;
}

section.doctor .items-doctor .img-doctor {
    margin-bottom: -60px;
    text-align: center;
}

section.doctor .items-doctor .img-doctor img {
    width: 80%
}
section.doctor .items-doctor .name {
    background: #fff;
    padding: 70px 8px 8px 8px;
    text-align: center;
    border-radius: 10px;
    min-height: 292px;
}

@media (max-width: 575.98px) {
    section.doctor .items-doctor .name {
    min-height: 300px;
}

}section.doctor .items-doctor .name h5 {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    section.doctor .items-doctor .name h5 {
    font-size: 14px;
}
}
section.doctor .items-doctor .name p {
    font-size: 14px;
    margin-bottom: 0;
}