/*
    Development By InDeo
    2021
*/

/* Default CSS */
.think {
	font-weight: 300 !important;
}
.main-menu .navbar-nav li:nth-last-child(2)>.dropdown-menu {
    right: 0px !important; 
    left: auto;
}
.title-cookcook {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
  	display: block;
  	margin: 0 auto;
  	max-width: 700px;
}
.title-cookcook span {
	color: #0973b9;
}
.title-desc-cookcook {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 7px;
}

.inact-header-page {
    background: url('../images/assets/inact/header.jpg') no-repeat center;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 125px;
}
.inact-header-page-title {
    text-align: center;
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 500;
}
.title-id {
  color: #0973b9;
  padding-bottom: 30px;
}
/* End Default CSS */


/*Navbar cookcook */
.header-cookcook {
  background: #fff;
    border-top: 1px solid #eaeaea;
}
.header-cookcook .main-menu .navbar-nav>li>a:not(.btn) {
  color: #84888d;
}
.navbar-cookcook .main-menu .navbar-nav>li:hover>a, 
.navbar-cookcook .main-menu .navbar-nav>li.active>a {
    background: none;
    border-bottom: 2px solid #0093dd !important;
}
.main-cookcook .navbar-nav>li>a {
  margin: 25px 0 !important;
}
.logo-product-cookcook {
    height: 50px;
    margin-top: 15px;
}
.btn-demo-request-mycampus {
  background: #1ca95b;
  color: #fff; 
}
.demo-request-cookcook {
  background: #0093dd !important;
  color: #fff !important;
  padding: 0px 40px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 50px;
  border: 2px solid #0093dd; 
}

.secondary_cookcook{
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin-top: -53px;
    box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}

.navbar-cookcook .main-menu .navbar-nav li>.dropdown-menu {
    margin-top: 20px;
    min-width: 0px !important;
    width: 250px !important;
}
.navbar-cookcook .main-menu .navbar-nav li>.dropdown-menu {
    background: #fff !important;
    padding-top: 10px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
    box-shadow: 0 1px 2px rgba(0,0,0,.175);
}
/*End Navbar cookcook */


/* Hedaer PAYG CSS */
.header-payg {
  background: url(../images/assets/intermed/header.jpg) no-repeat center;
  background-size: cover;
  height: auto;
  padding-bottom: 120px;
}
.header-payg-text {
  padding-top: 120px;
}
.header-payg-text.header-payg-text-svg {
  padding-top: 70px;
}
.hpt-parent {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.hpt-title {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 35px;
  line-height: 1.2;
  color: #000;
}
.hpt-title span {
  color: #ff9c00;
}
.hpt-desc {
  padding-bottom: 30px;
  color: #333;
}
.hpt-cta a {
  display: inline-block;
  margin-bottom: 10px;
}
.hpt-cta a:nth-child(1) {
  text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #0c86f3;
    padding: 8px 35px;
    border-radius: 50px;
    border: 1px solid #0c86f3;
    transition: 0.5s;
}
.hpt-cta a:nth-child(2) {
  text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #fff;
    padding: 8px 40px;
    border-radius: 50px;
    border: 1px solid #333;
    transition: 0.5s;
}

/* End Header PAYG CSS */

/* About CSS */
.about-intermed {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-intermed .row {
  padding-top: 40px;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
.about-intermed-text {
  padding-top: 40px;
}
.att-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 40px;
}
.att-cta a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #0c86f3;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid #0c86f3;
    transition: 0.5s;
}
/* End About CSS */

/* Teknologi CSS */
.teknologi {
  padding-top: 20px;
  padding-bottom: 60px;
}
.teknologi .row {
  padding-top: 40px;
}
.teknologi-box {
  text-align: center;
  margin-bottom: 40px;
}
.teknologi-box-img {
  margin-bottom: 20px;
}
.teknologi-box-img img {
  display: block;
  margin: 0 auto;
  height: 120px;
  width: auto;
}
.teknologi-box-text {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 500;
}
/* End Teknologi CSS */

/* CTA CSS */
.inact-cta {
    text-align: center;
    background: #e0edff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.inact-cta-title {
    display: block;
    margin: 0 auto;
    max-width: 850px;
}
.inact-cta-title p {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
}
.inact-cta-a {
    padding-top: 30px;
}
.inact-cta-a a {
    font-weight: 600;
    color: #fff;
    background: #0093dd;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* End CTA CSS */

/* Solusi CSS */
.fasilitas-intermed {
  padding-top: 70px;
  padding-bottom: 70px;
}
.fasilitas-intermed .row {
  padding-top: 40px;
}
.fasilitas-intermed-text {
  padding-top: 40px;
  padding-left: 40px;
}
.fit-box {
  position: relative;
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 25px;
}
.fit-box-img img {
  position: absolute;
  padding-left: 10px;
  top: 0;
  height: 50px;
  width: auto;
}
.fit-box a .fit-box-text {
  font-size: 17px;
  color: #444;
  padding-left: 65px;
  font-weight: 600;
}
/* End Solusi CSS */

/* Aplikasi CSS */
.aplikasi {
  padding-top: 50px;
  padding-bottom: 70px;
}
.aplikasi .row {
  padding-top: 40px;
}
.fitur-home-box {
  margin-bottom: 40px;
}
.fhb-img {
  padding-bottom: 15px;
}
.fhb-img img {
  height: 60px;
  width: auto; 
}
.fhb-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 10px;
}
.fhb-desc p {
  color: #666;
}
/* End Aplikasi CSS */

/*Kontak*/
.contact_acc {
    padding-top: 70px;
}
.contact_acc_information {
    border: 2px solid #f5f5f5;
    background: #F3F5FB none repeat scroll 0 0;
    margin-top: 50px;
    margin-bottom: 70px;
    border-radius: 6px;
}
.contact_acc_information p:nth-child(1){
    font-size: 25px;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 17px;
}
.contact_acc_information .form-horizontal .form-control {
    margin-bottom: 20px;
    height: 50px;
}
.contact_acc_information .form-horizontal .btn-submit {
    float: right;
    margin-right: 15px;
    margin-bottom: 30px;
}
.btn-wa-acc {
    font-size: 14px;
    background: #99d049;
    color: #fff;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 100px;
    border: 1px solid #99d049;
}
.acc_info_surabaya {
    margin-top: 115px;
}
.acc_info_surabaya ul {
    font-size: 14px;
    margin-left: -20px;
}
.acc_info_surabaya ul li {
    display: inline-block;
}
.acc_info_surabaya_social {
    padding-top: 20px;
}
.acc_info_surabaya_social li{
    font-size: 30px;
    padding-right: 10px;
}
.acc_info_surabaya_social .fa{
    color: #009bde;
}
/* End Kontak CSS */

/* ========================================== Page Sistem Klinik ============================= */
.header-payg.page-sistem-klinik {
  background: url(../images/assets/intermed/header-page.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}
.sistem-klinik-img {
  padding-top: 10px;
  padding-bottom: 70px;
}
.sistem-klinik-img-box {
    display: block;
    margin: 0 auto;
    max-width: 900px;
}
/* Produk CSS */
.produk-eshop {
  padding-top: 70px;
  padding-bottom: 40px;
}
.produk-eshop .row {
    padding-bottom: 80px;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}
.fitur-to-online-order-text {
  padding-top: 30px;
}
.fitur-to-online-order-img {
  padding-right: 40px;
}
.fitur-to-online-order-img img {
  border-radius: 5px;
  display: block;
    margin: 0 auto;
}

.ftoot-title {
  line-height: 1.2;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 15px;
}
.ftoot-desc {
  padding-bottom: 15px;
}
.ftoot-desc p {
  color: #666;
}
.ftoot-detail ul {
  margin-left: -40px;
}
.ftoot-detail ul li {
    background-image: url(../images/assets/my-profit/icon-checkbox-0.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #666;
}
.produk-eshop .row .about-teks-cta {
  padding-top: 30px;
}
/* End Produk CSS */

/* ==================== Page Sistem Praktek Mandiri Dokter Bidan ========================== */
.header-payg.page-mandiri-dokter-bidan {
  background: url(../images/assets/intermed/header-page-pm.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ================================= Page Sistem Rumah Sakit ================================ */
.header-payg.page-sistem-farmasi {
  background: url(../images/assets/intermed/header-farmasi.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ================================= Page Sistem Farmasi ================================ */
.header-payg.page-sistem-rumah-sakit {
  background: url(../images/assets/intermed/header-page-rs.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ================================= Page Sistem Pendaftaran ================================ */
.header-payg.page-sistem-pendaftaran-pasien {
  background: url(../images/assets/intermed/header-pendaftaran.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ================================ Page Sistem Rekam Medis ================================ */
.header-payg.page-sistem-rekam-medis {
  background: url(../images/assets/intermed/header-rekam-medis.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ======================= Page Sistem Data Stok obat Farmasi ================================ */
.header-payg.page-sistem-data-stok-obat {
  background: url(../images/assets/intermed/header-stok-obat.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ======================= Page Sistem Kasir dan Pembayaran ================================ */
.header-payg.page-sistem-kasir-pembayaran {
  background: url(../images/assets/intermed/header-kasir-pembayaran.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ======================= Page Sistem Laporan Otomatis ================================ */
.header-payg.page-sistem-laporan-otomatis {
  background: url(../images/assets/intermed/header-laporan-otomatis.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* Fitur CSS */
.fitur-eshop {
  padding-bottom: 70px;
}
.fitur-eshop .row {
  padding-top: 40px;
}
.fitur-eshop-box {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
}
.fitur-eshop-box-img {
  padding-bottom: 30px;
}
.fitur-eshop-box-img img {
  display: block;
  margin: 0 auto;
  max-height: 150px;
}
.fitur-eshop-box-title {
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 15px;
  font-size: 20px;
}
.fitur-eshop-box-desc p {
  font-size: 15px;
  color: #666;
}
.fitur-eshop-cta {
  text-align: center;
}
.fitur-eshop-cta a {
  text-transform: capitalize;
  font-weight: 600;
  color: #0093dd;
  border-bottom: 1px solid #0093dd;
  font-size: 17px;
}
/* End Fitur CSS */

/* =============================================== Solusi Klinik ============================= */
.produk-eshop.produk-eshop-solusi-klinik .fitur-to-online-order-text {
  padding-top: 0px !important;
}


/* ========================================== Page Pruduk RS ============================= */
.header-payg.page-produk-rs {
  background: url(../images/assets/intermed/header-page-rs.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ========================================== Page Pruduk RS ============================= */
.header-payg.page-produk-pm {
  background: url(../images/assets/intermed/header-page-pm.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ========================================== Page Pruduk Apotek ============================= */
.header-payg.page-produk-apotek {
  background: url(../images/assets/intermed/header-page-apotek.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}

/* ====================================== Page Privacy Plolicy =============================== */
.header-page {
    background: url(../images/assets/inact/header.jpg) no-repeat center top;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.header-page p:nth-child(1) {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}
.header-page p:nth-child(2) {
    font-size: 20px;
    padding-top: 20px;
    text-transform: capitalize;
}
.privacy-policy-about {
  padding-top: 70px;
  padding-bottom: 100px;
}
.privacy-policy-detail {
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.privacy-policy-detail ul li {
  list-style-type: decimal;
  padding-bottom: 10px;
}
.privacy-policy-detail ul li ul li {
  list-style-type: disc;
}

/* ========================================== Page Pricing ============================= */
.svp-pilihan {
  padding-top: 80px;
  padding-bottom: 100px;
}
.svp-pilihan-harga {
  padding-top: 40px;
}
.sph-pricing {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
.sph-pricing-parent {
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.spp-img {
  padding-bottom: 35px;
}
.harga-menu-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}
.harga-menu-box-title {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.hqbt-title {
  font-size: 27px;
  font-weight: 500;
  padding-bottom: 20px;
}
.hqbt-desc p {
  color: #666;
}

.harga-menu-box-detail {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hqbd-harga {
  text-align: center;
  position: relative;
}
.menu-pm {
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  color: #ff9c00;
}
.menu-price {
  font-size: 14px !important;
  position: absolute;
  top: 0px;
  font-weight: 400 !important;
}
.menu-mounth {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.hqbd-harga {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hqbd-detail {
  background: #f9f9f9;
  text-align: center;
  padding: 20px 10px;
}
.hqbd-detail-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}
.hqbd-detail-harga {
  padding-bottom: 15px;
}
.hqbd-detail-harga p {
  line-height: 1.4;
}
.harga-menu-box-desc {
  padding: 0px 20px 20px 20px;
}
.hqbd-desc-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.hqbd-desc-ul ul {
  margin-left: -30px;
}
.harga-menu .hqbd-desc-ul ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}
.hqbd-desc-ul ul li::before {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 16px;
    color: #c32128;
}

.harga-menu-box-link {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
.harga-menu-box-link a {
    color: #fff;
    background: #14bad1;
    padding: 9px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 1s;
    border: 1px solid #14bad1;
}
/* ============================================= Sugesti User ========================== */
/* Suggest User */
.suggest-user {
  background: #f2f2f2;
  display: none;
}
.suggest-user-text {
  position: relative;
}
/*.sut-title {
  position: absolute;
  left: 0;
  padding-top: 25px;
}*/
.sut-title span {
  font-size: 18px;
  cursor: pointer;
}
.sut-detail {
  /*padding-left: 7px;*/
}
.sut-detail-img {
  
}
.sut-detail img {
  height: 55px;
  width: auto;
  padding: 5px;
  display: block;
  margin: 0 auto;
  background: #fff;
  margin-top: 10px;
  border-radius: 15px;
  border: 2px solid #eaeaea;
  line-height: 60px;
  margin-left: 12px;
  float: left;
  margin-right: 7px;
}
.col-padding {
  padding-left: 2px !important;
  padding-right: 0 !important;
}

.sut-detail-text {
  padding-top: 5px;
  padding-left: 3px;
}
.sut-detail-text-1 a {
  font-size: 12px; 
  font-weight: 600;
  color: #444;
}
.sut-detail-text-1 {
  margin-bottom: -10px;
}
.sut-detail-text-2 {
  font-size: 10px;
  margin-bottom: -14px;
}
.sut-detail-text-3 {
  font-size: 8px;
  color: #fda701;
  margin-bottom: -12px;
}
.sut-detail-text-4 {
  font-size: 11px;
}


.suggest-user-ps {
  margin-top: 25px;
  float: right;
  padding-right: 10px;
} 
.suggest-user-ps a {
  color: #0888ff;
}
/* End Sugesti user 