@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
  font-family: 'Basis Grotesque Pro';
  font-style: normal;
  font-weight: normal;
  src: local('Basis Grotesque Pro'), url('fonts/BasisGrotesquePro-Regular.woff') format('woff');
}


@font-face {
  font-family: 'Basis Grotesque Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Basis Grotesque Pro Bold'), url('fonts/BasisGrotesquePro-Bold.woff') format('woff');
}


@font-face {
  font-family: 'Basis Grotesque Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local('Basis Grotesque Pro Light'), url('fonts/BasisGrotesquePro-Light.woff') format('woff');
}

.font-open-sans{
  font-family: "Open Sans", sans-serif;
}
.navbar-light .navbar-toggler-icon {
  background-image: url('/img/menu.svg');
}
.navbar-light .navbar-nav .nav-link {
  color: #3a3a3a;
}
body{
  font-family: 'Basis Grotesque Pro', monospace;
  background-color: #F9F9F9;
  color: #3a3a3a;
}

.kk__header {
  font-size: 50px;
}

.kk-navbar{
  border-bottom: 2px solid #f3f3f3;

  font-size: 17px;
}
.navbar-brand{
  width: 150px;
}

.navbar-brand > img {
  width: 90%;
}

.button-login-kk{
  color: white;
  background-color: #D4499A;
  padding: 8px 16px 8px 16px;
  border-radius: 5px;
  font-size: 17px;
}

.button-tosca{
  color: white !important;
  background-color: #11A4B7;
  border-radius: 5px;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  padding: 8px 20px !important;
}

.btn__seemore {
  margin: 10px 0 50px;
}

.button-tosca:hover{
  color: white !important;
  background-color: #006a7a;

}


.button-login-kk:hover{
  color: white;
  background-color: #93175f;

}
.text-blue-pastel {
  color: #25A8BC;
}

.btn-nav-cart{
  color: #25A8BC;
  font-size: 17px;
  padding: 0 15px;
}

.btn-nav-cart:hover{
  color: #006a7a;
}

.navbar-light .navbar-toggler {
  border-color: white;
}

.btn-profile-kk{
  color: white;
  background-color: #25A8BC;
  padding: 8px 16px 8px 16px;
  border-radius: 5px;
  font-size: 17px;
  margin: 0 10px 0 20px;

}

.btn-profile-kk:hover{
  color: white;
  background-color: #006a7a;
}


.content{
  margin-top: 78px;
}

.banner-home{
  min-height: 70vh;
  background: url("../img/home_background.svg") fixed center;
}

.banner-title{
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
  line-height: 65px;
  font-weight: bold;
  margin-top: 100px;
}

.banner-input-search > input{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.banner-input-search > .input-group-append{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border : 1px solid #ced4da;
}


.banner-input-search > .input-group-append > button{
  border : 0;
  background-color: white;
  border-radius: 15px;
}

.color-pink{
  color: #D4499A;
}

.color-pink:hover{
  color: #8e1b5e !important;
  background-color: whitesmoke !important;
  text-decoration: none;
}

.container-banner{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(249,249,249,1) 10%, rgba(171,239,244,1) 60%, rgba(237,186,223,1) 95%);
}

.webinar-background{
  background: rgb(237,186,223);
  background: linear-gradient(180deg, rgba(237,186,223,1) 0%, rgba(249,249,249,1) 60%);
}


.btn-klinikkecil{
  background-color: #11A4B7;
  border-radius: 5px !important;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.color-pink-muda{
  color: #F4A7F7;
}

.owl-nav.disabled{
  display: block !important;
}

#nav-carousel-profile-dokter{
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 250px;
  z-index: 1;
  color: white;
  font-size: 36px;
}

.akademi,
.tentang__kami,
.telekonsul {
  position: relative;
}
.tentang__kami {
  background: rgb(231,63,163);
  background: linear-gradient(130deg, rgba(231,63,163,1) 0%, rgba(48,187,212,1) 100%);
}

.telekonsul {
  background: #30BBD4;
}

.akademi {
  background: rgb(48,187,212);
  background: linear-gradient(130deg, rgba(231,63,163,1) 0%, rgba(48,187,212,1) 100%);
}

.fixed-content-bg {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

.subtext {
  font-size: 17px;
  margin-top: 100px;
}

.banner-image {
  margin-top: 100px;
}

.btn-cart-cancel{
  color: white;
  background-color: #FCA103;
  height: 100%;
  border-radius: 0;
  font-size: 22px;
  font-weight: bold;
}

.btn-cart-cancel:hover{
  color: white;
  background-color: #de8f04;
}

#grandtotal-wrapper{
  display: flex;
  justify-content: space-between;
}

.btn-tosca{
  background-color: #25A8BC;
  color: white;
  padding: 8px 16px 8px 16px;
  border-radius: 5px;
  font-size: 17px;
}

.btn-tosca:hover{
  background-color: #1b7b89;
}


.btn-pink{
  background-color: #D4499A;
  color: white;
  padding: 8px 16px 8px 16px;
  border-radius: 5px;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
}

.btn-pink:hover{
  background-color: #a01867;
  color: white;
}

.bg-cart-page{
  background: rgb(48,187,212);
  background: linear-gradient(170deg, rgba(48,187,212,1) 0%, rgba(183,96,176,1) 71%);
}

#container-search-overlay .input-group-append {
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: 2.5vw;
  right: 10px;
}


@media (min-width: 1200px) {
  .hidden-web{
    display: none;
  }
  .kk-navbar{
    padding: 0 15px 0 15px;
  }
  .kk-nav-item{
    padding : 20px 0;
  }
  .kk-nav-item.current{
    border-bottom: 5px solid #D4499A;
  }
}


@media (max-width: 1200px) {
  .kk__header {
    font-size: 30px;
  }

  .slide-navbar {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    left: -100%;
    transition: .3s;
    transition-timing-function: linear;
  }

  .slide-navbar.show {
    left: 0;
    transition: .3s;
    transition-timing-function: linear;
  }

  .slide-navbar ul,
  .slide-navbar.collapsing {
    height: 100vh;
  }

  .slide-navbar ul {
    padding: 20px 15px;
  }

  .slide-navbar .icon {
    margin-bottom: 20px;
  }

  .slide-navbar .icon .img-fluid {
    width: 85%;
  }

  .slide-navbar .navbar-toggler-icon {
    background-image: url('/img/close.png');
  }

  .hidden-mobile{
    display: none;
  }
  .kk-nav-item{
    border-bottom: 1px solid rgb(123 123 123 / 85%);
    font-size: 25px;
    padding: 12px 8px 0;
  }

  .kk-nav-item a {
    color: rgba(0,0,0,85%) !important;
  }

  .kk-navbar{
    padding: 15px 15px;
    height: auto;
  }
  .fixed-content-bg {
    height: auto;
  }
  .banner-title{
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    line-height: initial;
    margin-top: 40px;
  }

  .banner-home {
    min-height: 535px;
  }
  .subtext {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .banner-image {
    margin-top: 70px;
  }

  .content-wording {
    text-align: center;
  }

  .content-wording h1 {
    margin: 30px 0;
  }

  .akademi .content-wording {
    flex-flow: column-reverse;
  }
}

/*.btn-nav-cart{*/
/*  width: 50%;*/
/*}*/
@media (max-width: 767px) {
  .banner-title{
    font-size: 30px;
    line-height: initial;
    text-align: center;
    margin-top: 40px;
  }
  .banner-image {
    margin-top: 10px;
  }

  .subtext {
    margin-top: 0px;
}
}
