.portal .container-portal {
    padding: 30px 70px;
}
.container.fluid {
    max-width: 100%;
}
p {
  color: #636466;
}
h1,h2,h3 {
  color: #42306B;
  font-weight: bold;
}
body, html {
  height: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
span{
  color: #636466;
  stroke: none;
}
 @media (max-width: 992px){
  .menu-respon .navbar-nav .nav-link  {
    font-size: 14px;}
  .navbar img {width: 100px; height: auto;}
  .btn-success{font-size: 14px;}

}


.ordering{display: none;}
.card-produk{
  max-width: 30.499%; 
  background-color: blue;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgb(213 213 213 / 40%);
  border-radius: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: transparent!important;
    border: 0px solid rgba(0,0,0,.125)!important;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent!important;
    background-clip: padding-box;
    border: 0px!important;
    border-radius: .3rem;
    outline: 0;
}
.button-form{
  border:1px #F68A2C solid;
  border-radius: 1000px;
  padding: 12px 56px;
  background-color: #F68A2C;
  color:  #Fff;
  cursor: pointer;
  text-decoration: none;
}
.button-form:hover{
  border:1px #F68A2C solid;
  border-radius: 1000px;
  padding: 12px 56px;
  background-color: #E17E28;
  color:  #Fff;
  cursor: pointer;
  text-decoration: none;
}

.span-bold{
  color: #F68A2C;
  font-weight: 400;

}
.bg-form{
  background-color: #42306B; border-radius: 20px; margin-bottom: 50px;
}
/*START collapse css*/
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #42306B;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-item {
    border: none;
}
.accordion-item {
    background-color: #fff;
    padding-bottom: 2%;
    padding-top: 2%;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed) {
    color: #42306B;
    font-weight: bold;
    background-color: #fff;
    border-bottom: none;
     box-shadow: none;
}

.accordion-button::after { /*untuk icon panah*/
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
/*END collapse css*/


/*object beside text*/
.obj-between-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.obj{
  flex-basis: 10%
}
.text {
  font-size: 20px;
  padding-left: 20px;
}
/*object beside text end*/
.info-contact{
  margin-top: 15px;
  margin-bottom: 10px;
}

/*START TABLE STYLE*/
table {
  text-align: center;

  border-collapse: separate;
  border-spacing: 20px;

  --bs-table-bg: #F9F9F9;
  --bs-table-accent-bg: white;
}
table .heading-center{
  max-height:20vh;
}
.table-active {
    --bs-table-accent-bg: #6930B4;
    color: #fff;
}
th, td {
  padding: 0.25rem;
  border-style: none;
  border-radius:20px;
  
}
tr{
  top: 23%;
}
tr.red th {
  top: 15%;
  background: #f9f9f9;
  color: white;
  border-collapse: separate; 
  border-spacing: 10px;
}
th {
  background: #f9f9f9;
  /*position: sticky;*/
  position: static;
  top: 0;  
}
tfoot{
  font-weight: bold;
  background-color: #FFEEBF;
}
/*END TABLE STYLE*/

.title-banner{
	margin-left: auto;
	padding-left: auto;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: 1%!important;
}
.text-lg-start {
    text-align: center!important;
}
.section-paragraph{
	text-align: justify;
}

.content-maps{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.socialMedia{
  text-align: right;
}
.brand-footer{
	background-color: transparent;
}
.brand-footer-link{
	color: #fff;
}
.brand-footer a:hover{
	color:#F68A2C;
}
.bg-copyright{
  background-color:#3B2B60;
}
.isiTggKami{
  background-color: white;  height: auto; padding-right: 56px; padding-left: 56px;
}
.isiTggKami2{
  background-color: white;  height: auto; padding: 56px; display: flex; justify-content: center; align-items: center;
}
.bg-light {
    background-color: grey!important;
    background-image: url("../assets/img/footer.png");
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.grey-bg{
  background-color: #F9F9F9;
}
.row{
    --bs-gutter-x: auto;
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*start section*/
.section-title{
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.15em;
}
.produkUnggulanEduberkah-title{
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.15em;

  text-align: left;
}
.section-sub-title{
  margin-top: 41px;
  margin-bottom: 41px;
  font-weight: bold;
  color: #636466;
}
.card-title{
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: x-large;
}
.home_tentang_kami{
  background-color: white;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
}
.home_layanan_kami{
  background-color: #F9F9F9;
  width: 100%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}
.produk_3 {
  background-color: transparent;
  height: auto;
  /*padding-top: 5%;
  padding-bottom: 5%;*/
  text-align: center;
}
.button-secondary-rounded{
  border:1px #F68A2C solid;
  border-radius: 1000px;
  padding: 12px 56px;
  color:  #F68A2C;
  cursor: pointer;
  text-decoration: none;
}
.button-secondary-rounded:hover{
  background-color: #F68A2C;
  color:  #Fff;
}
.align-vertical-center{
  display: flex;
  justify-content: normal;
  align-items: center;
  width: 100%;
}

.col-5-customize {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-7-customize {
    flex: 0 0 auto;
    width: 58.33333333%;
}

/* Style the tab */
.tab-produk button{
  background-color: transparent;
 /* padding: 16px 42px;
*/
  color: #42306B;
  font-weight: 400;
  
}
.tab-produk .active{
  background-color: transparent;  
  /*border-bottom: 4px solid #42306B;*/

  background: url('../assets/icon/test-border-active.svg');
  background-size: cover;
  background-position-x:center;

  /*color: #42306B;*/
  font-weight: 700;

  /*KALAU DIFIGMA ->background-color: #42306B; height:4px; width:30%; margin:0 auto; border-radius:100px;*/
}
.tab-produk button, input, optgroup, select, textarea{
  border:none;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  margin-top: 4%;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.layanan_kami_content{
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(213, 213, 213, 0.4);
  border-radius: 20px;

  text-align:left;
  padding: 100px;
}
.layanan_kami_content 
p, h3{
  margin-top: 20px;
}
.layanan_kami_content svg{
  margin-top: 30px;
  margin-bottom: auto;
}
.line-pemisah{
  width: 56px;
  height: 2px;
  margin-left: auto;
  margin-top: 26px;
  margin-bottom: 33px;
  margin-right: auto;
  background-color: #000;
}
.fab{
  color: white;
}
.jumlah{
  display: inline;
  margin-left: auto;
}
.text-muted {
    color: #fff!important;
}
.footer p  {
  color: #fff;
}
.footer h1 {
  color: #fff;
  margin-top: 40px;
}
.footer a{
  text-decoration:none;
  font-weight: 700;
}
.footer a:hover{
  font-color:#F68A2C;
}
/*end section */

.bg {

  background-image: url("../assets/img/Banner 1.png");
  background-color: grey;

  width: 100%;
  height: 100vh; 

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.badan{
  margin-top: 5%;
}
.produk-bg{ 
  background-image: url("../assets/bg/produk-bg.svg");
  margin-top: 8%;
}
.home-bg{
  margin-top: 6%;
}
.produk-list{
  display: inline-flex;
}
.produk-intro{
  text-align: center;
}
.produkUnggulanEduberkah p{
  text-align: justify;
}
.d-flex-footer{
  display: flex;!important;
}

.fitur-bg{
  margin-top: 5%;
}
.kontak-bg{
  margin-top: 0%;
}
.paket-bg{
  margin-top: 10%;
}
/*  START HEROES FITUR BERDASARKAN HASIL MEETING UPDATE UNTUK HEROES*/
.fitur-heroes{
  position: relative;
  text-align: center;
  color: white;
}
.bottom-left { /*CLASS JIKA POSISI TEXT INGIN DIRUBAH DIBAWAH KIRI*/
  position: absolute;
  bottom: 8px;
  left: 16px;
}
.top-left { /*CLASS JIKA POSISI TEXT INGIN DIRUBAH DI KANAN KIRI*/
  position: absolute;
  top: 8px;
  left: 16px;
}
.top-right { /*CLASS JIKA POSISI TEXT INGIN DIRUBAH DI ATAS KANAN*/
  position: absolute;
  top: 8px;
  right: 16px;
}
.bottom-right { /*CLASS JIKA POSISI TEXT INGIN DIRUBAH DI BAWAH KANAN*/
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.centered {/* CLASS JIKA POSISI TEXT INGIN DIRUBAH DI TENGAH*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*  END HEROES FITUR BERDASARKAN HASIL MEETING UPDATE UNUTK HEROES*/


/*heroes Style*/
.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; /*magic*/
}

.text-block {
  position: absolute;
  text-align: center;
  top: 20%;
  background-color: black;
  color: white;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
 -webkit-user-select: none;
 -moz-user-select: none;
  user-select: none;
}
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 768px) {
 .bd-placeholder-img-lg {
  font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

/*end of heroes*/

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    /*margin-right: 72px;
    margin-left: 72px;*/
}



/*START tombol ke atas CSS*/
#keatas {
    position: fixed;
    bottom: 0px;
    float: right;
    margin-right: 0px;
}
#keatas a {
width: 108px;
display: block;
text-align: center;
font: 11px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #bbb;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#keatas a:hover {
color: #000;
}
/* icon panah */
#keatas span {
width: 50px;
height: 50px;
display: block;
margin-bottom: 0px;
background: url('../assets/icon/up-arrow 1.png') no-repeat center center;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 1000px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#keatas a:hover span {
background-color: #777;
}

/*END tombol ke atas css */

/*Navigasi Update CSS*/
.bg-dark {
    height: 80px;
    width: 100%;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    box-shadow: 0px 4px 4px 0px #D8D8D840;
    background-color: #FFF !important;
}
.navbar-brand {
    padding-top: 0rem}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
    background-color: white;
}
.navbar-dark .navbar-brand {
    color: red;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #F68A2C;
}
.navbar-dark .navbar-nav .nav-link {
    color: #42306B;
    margin-right: 23px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #F68A2C;
    text-decoration: none;
    cursor: pointer;
}
.navbar-toggler {
    padding: 0px 0px;}
.navbar-dark .navbar-toggler-icon {
  background-image: url(../assets/icon/stipes-burgerMenu.svg)!important;
}
/*END OF Navigasi Update CSS*/


/*Button Update CSS*/
.btn-success {
height: 42px;
/*width: 169px;*/
width: 100%;
left: 1181px;
top: 19px;
border-radius: 25px;
border: none;
background: #42306B;

}

.btn-success:hover {
background-color: #38116B;
border-color: #312352;
color: white;
}
/*END OF Button Update CSS*/



/*START MEDIA QUERY*/
/* Extra small devices (phones, 600px and down) ------> LEBIH KE HP*/
@media only screen and (max-width: 600px) {

  .home_layanan_kami {background-color: red;}
  .navbar-toggler{border: 2px solid blue; background-color: #242C65;}
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{margin-left: 16px; margin-right: 16px;}
  .isiTggKami{padding: 16px;}
  /*.navbar-brand{margin-right: 16px; margin-left: 16px;}*/
  .bg-dark{height: auto;}
  .section-sub-title{margin-left: 72px;}
  .jumlah{display: block;}
  .bg img{margin-top: auto; width: 20%; height: auto;}
  .footer{width: 100%; overflow: hidden; font-size: 16px; }
  .footer p{font-size: 16px;}
  .navbar-nav{align-items: center;}
  .btn-success {position: center; border-radius: 10px; width: 100%;}
 
  .home_tentang_kami {padding-top: 0px;}
  .layanan_kami_content svg{ margin-bottom: 30px;}
  .title-banner{padding-left: 16px;}
  .d-flex {display: contents!important;}
  .d-flex-footer {display: flex;!important;}
  .col-8{width: auto;}
  .col-7{width: auto;}
  .produk-bg{margin-top: 20%;}
  .home-bg{margin-top: 15%;}
  .produk-list {display: -webkit-box;}
  /*.tab-produk button{ padding: 10px;}
  .tab-produk .active{padding: 10px;}*/
  .align-vertical-center{justify-content: left;}
  .fitur-bg{margin-top: 16%;}
  .kontak-bg{  margin-top: 14%;}
  th {position: relative;top: 0; margin-bottom: 5%;}
  tr.red th {top: 1%!important;}
  .paket-bg {margin-top: 25%!important;}
  .fitur-bg {margin-top: 15%;}
  .bg{margin-top:15%;}
  .sesiCopyright{display: block;}
  .socialMedia{text-align: center;}
  .socialMedia img{height: 25%; width: auto; padding: 5px;}
  .order{display: inline;}
  .not-ordering{display: none;}
  .badan {margin-top: 13%;}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .home_layanan_kami {background-color: #F9F9F9;}
  .navbar-toggler{background-color: #42306B;}

}

@media only screen and (max-width: 412px) {
.col-lg-6.title-banner {margin-bottom: 20px; margin-top: 6%; }
  .title-banner{padding-left: 16px;}
} 
@media only screen and (max-width: 322px) {
	.col-lg-6.title-banner {margin-bottom: 20px; margin-top: 2%; }
  .title-banner{padding-left: 16px;}
  .bg{height: 20vh;}
} 



/* Medium devices (landscape tablets, 768px and up ----> LEBIH KE TABLET SEPERTI IPAD/IPAD PRO) */
/*original sebelum dimodify->@media only screen and (max-width: 768px) ..*/
@media only screen and (max-width: 768px) {
  body {background-color: white;}

  .home_tentang_kami {margin-bottom: 0px;}
  .home_layanan_kami {background-color: #F9F9F9; padding: 20px; width: 100%; }
  .layanan_kami_content{padding: 100px; margin-right: 40px;}

  .navbar-expand-md .navbar-collapse  a {font-size: 16px; margin-left:2px;}
  .navbar img{ width: 120px; height: auto; }

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {    margin-left: 0px;}

  p {font-size: 16px;}
  .card-title {margin-left: 72px;}
  .officeName{margin-left: 0px;}
  .footer-menuOffice a{font-size: 24px;}

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {margin:auto;}

  .card-title {margin-left: 0px; margin-top: 0px; margin-bottom: 0px;}

  .section-sub-title{margin-left: 32px;}

  .maps{display: block; width: 100%; margin-left: 0; margin-right: auto;}
  .bg {
    background-image: url(../assets/img/Banner 1-mobile-devices-testing.png);
    background-color: white;
    width: 100%;
    height: auto;
    margin-top: 10%;
    background-position: center center;
    background-size: contain;}
  .home-bg{margin-top: 10%;}
  .paket-bg{margin-top: 19f%!important;}
  .kontak-bg{ margin-top: 20%!important;}
  .ttgKamiSub{margin-left: 0px;}
  .title-footer{margin-left: 0px;}
  .isiTggKami2 img{width: 100%; height: auto;}

  .layanan_kami_content{margin-right: 0px; margin-left: 0px;}
  .layanan_kami_content svg{ margin-bottom: 30px;}
  .col-6 {display: block;width: 100%; margin-top: 0px;}
  .jumlah{margin-left: 32px;}
  .jumlah{display: block;}
  .bg img{margin-top: auto; width: 10%; height: auto;}
  .col-8{width: auto;}
  .col-5-customize {width: auto;}
  .col-7-customize {flex: 0 0 auto; width: auto; margin-right: 60px; margin-left: 60px; margin-top: 40px;}
  .align-vertical-center {width: 100%;}
  .badan {margin-top: 11%;}
  .produk-bg{margin-top: 18%;}
  .produkUnggulanEduberkah p{text-align: center;}
  .produkUnggulanEduberkah-title {text-align: center;}
  .ordering{display: grid;}
  .not-ordering{display: none;}
  .fitur-bg{margin-top: 11%;}

  tr.red th {top: 15%;}
  th.head-table-paket{border-radius: 30px 30px 0px 0px; padding-bottom:2%; padding-top:1%;}

  .card-produk{max-width: 100%; }
  /*.tab-produk button{padding: 8px 5px;}*/
} 

/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (min-width: 992px) {
  .home_layanan_kami {background-color: orange;}
} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .home_layanan_kami {background-color: #F9F9F9;}
}

/*END CANVAS-TESTING UNTUK CSS*/