body{
  background-color:white;
}

@font-face {
    font-family: proxima-alt-black;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT BLACK-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-alt-bold;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT BOLD-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-condensed-semibold;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT CONDENSED SEMIBOLD-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-alt-regular;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT REGULAR-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-scosf-thin;
    src: url(font/MARK SIMONSON - PROXIMA NOVA SCOSF THIN-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-semibold;
    src: url(font/MARK SIMONSON - PROXIMA NOVA SEMIBOLD-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-thin;
    src: url(font/MARK SIMONSON - PROXIMA NOVA THIN-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-bold;
    src: url(font/PROXIMA-NOVA-BOLD-59082675D2F74.OTF);
}

@font-face {
    font-family: proxima-extrabold;
    src: url(font/PROXIMA-NOVA-EXTRABOLD-5908269C08349.OTF);
}

.font-proxima-alt-black{
    font-family: proxima-alt-black;
}

.font-proxima-alt-bold{
    font-family: proxima-alt-bold;
}

.font-proxima-condensed-semibold{
    font-family: proxima-condensed-semibold;
}

.font-proxima-alt-regular{
    font-family: proxima-alt-regular;
}

.font-proxima-scosf-thin{
    font-family: proxima-scosf-thin;
}

.font-proxima-semibold{
    font-family: proxima-semibold;
}

.font-proxima-thin{
    font-family: proxima-thin;
}

.font-proxima-bold{
    font-family: proxima-bold;
}

.font-proxima-extrabold{
    font-family: proxima-extrabold;
}

.font-lato{
	font-family: 'Lato', sans-serif;
}

.black{
	color:black;
}

.grey{
  color:silver;
}

#about{
  background-image: url("img/bg_biru_desktop.png");
}

.error{
  color:red;
  margin-bottom:10px;
  font-weight:bolder;
}

.success{
  color:green;
}

.hidden{
  display:none;
}

.sliderImgDefault{
  cursor: pointer;
}

.joinYesdokField{
  color:white;
  border:none;
}

input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid white;
}

textarea {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid black;
}

select {
  border: 0;
  outline: 0;
  background: transparent;
  color:white;
}

option {
  border: 0;
  outline: 0;
  background: #009CD7;
  color:white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 100%;
    }
}
@media screen and (min-width: 1900px) {
    .container {
        max-width: 100%;
    }
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1031;
    top: 0;
    left:0;
    background-color: rgba(0,0,0, 0.9);
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
    transition: .5s;
}
.overlay a, .overlay2 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: .3s;
}
.overlay a:hover, .overlay a:focus, .overlay2 a:hover{
    color: #f1f1f1;
}
.overlay-content {
    position: relative;
    top: 100px;
    width: 100%;
    text-align: center; 
}
.closebtnOverlay {
    color:white;
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px !important;
}

.overlay2 {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1031;
    top: 0;
    left:0;
    background-color: #024669;
    opacity:0.97;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    transition: .5s;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtnOverlay {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}

div.textContainer {
    width: 50em;
    margin: 0 auto 1em auto;
    padding: 1em;
}

div.textContainer input, div.textContainer a {
    display: inline-block;
    text-align: left;
    color:#0DA1D9;
}

.nav-link.active{
  color:#024668 !important;
  border-bottom:2px solid #024668;
}

.nav-item.active{
  color:#024668 !important;
  border-bottom:2px solid #024668;
}

a{
  color:white;
}

#prevCareerSlider, #nextCareerSlider{
  position:relative;
  margin-top:-670px;
}

#prevCareerSlider{
  float:left;
}

#nextCareerSlider{
  float:right;
}

#web_header{
  color:#024668;
  font-size:20px;
}

.no-padding-top{
  padding-top:0;
}

.no-padding-bottom{
  padding-bottom:0;
}

.yesdok-blue{
  color:#009CD7;
}

.yesdok-red{
  color:#AD1E2D;
}

.yesdok-blue-persistence{
  color:#009CD7 !important;
}

.yesdok-border-blue{
  border:solid 1px #009CD7 !important;
}

.yesdok-background-blue{
  background-color:#009CD7 !important;
}

.yesdok-dark-blue{
  color:#024668  !important;
}

.yesdok-border-dark-blue{
  border:solid 1px #024668 !important;
}

.white-persistence{
  color:white !important;
}

.background-white{
  background-color:white;
}

.pointer{
  cursor:pointer;
}

.border-right{
  border-right:1px solid #024668;
}

.border-left{
  border-left:1px solid #024668;
}

.border-top{
  border-top:1px solid #024668;
}

.border-bottom{
  border-bottom:1px solid #024668;
}

.border-top-bottom-price{
  border-top:2px solid #009CD7;
  border-bottom:2px solid #009CD7;
}

.background-transparent{
  background:transparent;
}

.background-transparent-persistence{
  background:transparent !important;
}

#merawat_karyawan_website{
  padding-bottom:30px;
  background-image: url('../img/homemainbanner-min.png');
  background-size:cover; 
  background-repeat:no-repeat;
  max-width:1920px;
}

#merawat_karyawan_mobile{
  padding-bottom:30px;
  background-image: url('../img/home_main_banner_mobile.png');
  background-size:cover; 
  background-repeat:no-repeat;
}

#keuntungan_website{
  padding-top:30px;
  padding-bottom:20px;
  background-color:white;
  max-width:1920px;
}

#keuntungan_mobile{
  padding-top:70px;
  padding-bottom:20px;
  background-color:#F2F2F2;
}

#cara_kerja_website{
  background-image: url('../img/carakerjamainbannerbg-min.png');
  background-size:100% 100%;
  background-repeat:no-repeat;
  padding-top:30px;
  padding-bottom:30px;
  max-width:1920px;
}

#cara_kerja_mobile{
  background-image: url('../img/carakerjamainbannerbg-min.png');
  background-size: auto 100%;
  background-repeat:no-repeat;
  padding-bottom:30px;
}

#berikan_yang_terbaik_untuk_karyawan_website{
  padding-bottom:0;
  padding-top:0px;
  background-color:#E6E7E6;
  max-width:1890px;
}

#berikan_yang_terbaik_untuk_karyawan_mobile{
  padding-bottom:30px;
  padding-top:0px;
  background-color:#E6E7E6;
}

#mari_menjelajah_website{
  background-image: url('../img/carakerjamainbannerbg-min.png');
  background-size:100% auto;
  background-repeat:no-repeat;
  padding-bottom:0px;
  max-width:1920px;
}

#mari_menjelajah_mobile{
  background-image: url('../img/carakerjamainbannerbg-min.png');
  background-size: auto 100%;
  background-repeat:no-repeat;
  padding-bottom:30px;
}

#markas_besar_kesehatan_website{
  padding-top:30px;
  padding-bottom:20px;
  background-color:#43C2D5;
  max-width:1920px;
}

#markas_besar_kesehatan_mobile{
  padding-top:30px;
  padding-bottom:20px;
  background-color:#43C2D5;

  max-width:1920px;
}

#solusi_untuk_kebutuhan_kesehatan_anda_website{
  padding-top:70px;
  padding-bottom:20px;
  max-width:1920px;
}

#solusi_untuk_kebutuhan_kesehatan_anda_mobile{
  padding-top:70px;
  padding-bottom:20px;
}

#aplikasi_untuk_karyawan_anda_website{
  padding-top:30px;
  padding-bottom:30px;
  background-color: #024668;
  background-size:cover;
  max-width:1920px;
}

#aplikasi_untuk_karyawan_anda_mobile{
  padding-top:30px;
  padding-bottom:30px;
  background-color: #024668;
  background-size:cover;
}

#harga_lebih_murah_website{
  padding-top:70px;
  padding-bottom:30px;
  max-width:1920px;
}

#harga_lebih_murah_mobile{
  padding-top:70px;
  padding-bottom:30px;
}

#kenapa_yesdok_bekerja_website{
  padding-top:0px;
  padding-bottom:30px;
  max-width:1920px;
}

#kenapa_yesdok_bekerja_mobile{
  padding-top:0px;
  padding-bottom:30px;
}

#cara_lebih_untuk_berhemat_website{
  padding-top:0;
  padding-bottom:0;
  padding-left:70px;
  padding-right:70px;
  background-color:#F2F2F2;
  background-size:cover;
  max-width:1920px;
}

#cara_lebih_untuk_berhemat_mobile{
  padding-top:0;
  padding-bottom:0;
  padding-left:10px;
  padding-right:10px;
  background-color:#F2F2F2;
  background-size:cover;
}

#punya_pertanyaan_website{
  padding-bottom:30px;
  max-width:1920px;
}

#punya_pertanyaan_mobile{
  padding-bottom:30px;
}

#pusat_bantuan_website{
  padding-top:30px;
  padding-bottom:20px;
  padding-left:70px;
  padding-right:70px;
  max-width:1920px;
}

#pusat_bantuan_mobile{
  padding-top:30px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

#memaksimalkan_akun_yesdok_bisnis_website{
  padding-bottom:30px;
  padding-top:0;
  background-color:#F2F2F2;
  padding-left:70px;
  padding-right:70px;
  max-width:1920px;
}

#memaksimalkan_akun_yesdok_bisnis_mobile{
  padding-bottom:30px;
  padding-top:0;
  background-color:#F2F2F2;
  padding-left:10px;
  padding-right:10px;
}

#jaga_karyawan_anda_website{
  padding-top:70px;
  padding-bottom:20px;
}

#jaga_karyawan_anda_mobile{
  padding-top:70px;
  padding-bottom:20px;
}

#Yesdok_footer_website{
  padding-top:80px;
  padding-bottom:80px;
  background-color:#4D4D4D;
}

#Yesdok_footer_mobile{
  padding-top:80px;
  padding-bottom:80px;
  background-color:#4D4D4D;
}

.shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.smallScreenForm{
  min-width:300px;
  position:absolute;left:0;
}

#timeline-buat-akun-yesdok:before{
    top: -10%;
    bottom: 30%;
    position: absolute;
    content: " ";
    width: 1px;
    left: 50%;
    background-color: #024668;
    margin-left: -1.5px;
}

#timeline-buat-akun-yesdok-perusahaan:before{
    top: -10%;
    bottom: 30%;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #024668;
    left: 50%;
    margin-left: -1.5px;
}

#timeline-kelola-akun:before{
    top: -10%;
    bottom: 30%;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #024668;
    left: 50%;
    margin-left: -1.5px;
}

#timeline-menambah-anggota:before{
    top: -50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #024668;
    left: 50%;
    margin-left: -1.5px;
}

#timeline-konsultasi-online:before{
    top: 0;
    bottom: 20%;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #024668;
    left: 50%;
    margin-left: -1.5px;
}

#timeline-buat-akun-yesdok-mobile:before{
    top: -10%;
    bottom: 30%;
    position: absolute;
    content: " ";
    width: 1px;
    left: 50%;
    background-color: #024668;
    margin-left: -1.5px;
}

#timeline-buat-akun-yesdok-perusahaan-mobile:before{
    top: -10%;
    bottom: 30%;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #024668;
    left: 50%;
    margin-left: -1.5px;
}

#timeline-kelola-akun-mobile:before{
    top: 0;
    bottom: 30%;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #024668;
    left: 50%;
    margin-left: -1.5px;
}

#timeline-menambah-anggota-mobile:before{
    top: 25%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #024668;
    left: 50%;
    margin-left: -1.5px;
}

#timeline-konsultasi-online-mobile:before{
    top: 17px;
    bottom: 30%;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #024668;
    left: 50%;
    margin-left: -1.5px;
}

#timeline-markas-besar:before{
  top: 50px;
  bottom: 28%;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #024668;
  left: 50%;
  margin-left: -1.5px;
}

#timeline-markas-besar-mobile:before{
  top: 50px;
  bottom: 28%;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #024668;
  left: 50%;
  margin-left: -1.5px;
}

#timeline-solusi-untuk-kebutuhan:before{
  top: 15%;
  bottom: 45%;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #024668;
  left: 50%;
  margin-left: -1.5px;
}

#timeline-solusi-untuk-kebutuhan-mobile:before{
  top: 18%;
  bottom: 40%;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #024668;
  left: 50%;
  margin-left: -1.5px;
}

#timeline-aplikasi-untuk-karyawan:before{
  top: 15%;
  bottom: 45%;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #009CD7;
  left: 50%;
  margin-left: -1.5px;
}

#timeline-aplikasi-untuk-karyawan-mobile:before{
  top: 15%;
  bottom: 45%;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #009CD7;
  left: 50%;
  margin-left: -1.5px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
  color:#024668 !important;
}