/*/GENERAL/*/
.bisnispro-content{
    margin: 30px 0;
}

.bisnispro-wrap{
    background-image: url(https://toko.bisnis.com/assets/images/bisnis-pro/bg-bisnispro.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*/GENERAL END/*/

/*/BISNISPRO HEADER/*/
.bisnispro-top{
    margin-bottom: 55px;
}

.bisnispro-tagline{
    font-size: 24px;
}

.bisnispro-description{
    font-size: 16px;
}

.bisnispro-packages-container{
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.bisnispro-card{
  margin-bottom: 0;
  width: 100%;
  /* height: 420px; */
  height: 100%;
  border-radius: 7px;
  position: relative;
  transition: box-shadow .3s;
  border: 0;
}

.bisnispro-card:hover{
  box-shadow: 3px 3px 25px #E3AE40;
}

.regular-card{
  background-color: white;
  color: #434343;
}

.pro-card{
  background-color: #161616;
  color: #E4E4E4;
}

.green-card{
  background-color: #1F2722;
  color: #E4E4E4;
}

.bisnispro-card .panel-body{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.bisnispro-card .panel-body .package-title{
  font-size: 20px;
  margin-top: 10px;
}

.bisnispro-card .panel-body .package-title.green-title{
  color: #4BFF81;
}

.bisnispro-card .panel-body .package-crossed{
  font-size: 15px;
  color: #909090;
  text-decoration: line-through;
  margin-bottom: 10px;
}

.bisnispro-card .panel-body .package-price{
  font-size: 36px;
  margin-top: 0;
  /* margin-bottom: 20px; */
  margin-bottom: 2px;
}

.bisnispro-card .panel-body .package-permonth{
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}

.bisnispro-card .panel-body .package-permonth.invisible{
  opacity: 0;
  visibility: hidden;
}

.bisnispro-card .panel-body .regular-price{
  color: #7F2DE9;
}

.bisnispro-card .panel-body .pro-price{
  color: #E3AE40;
}

.bisnispro-card .panel-body .green-price{
  color: #4BFF81;
}

.bisnispro-card .panel-body .package-price span{
  font-size: 20px;
  /* color: #7F2DE9; */
}

.bisnispro-card .panel-body .package-list{
  text-align: start;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.bisnispro-card .panel-body .package-list .package-list-content{
  position: relative;
  padding-left: 23px;
  font-size: 12px;
}

.regular-card .panel-body .package-list .package-list-content::before{
  content: url(https://toko.bisnis.com/assets/images/bisnis-pro/icon-check-purple.svg);  /* placeholder for the SVG */
  position: absolute;
  left: 0;  
  top: -3px;
  /* width: 1em;
  height: 1em;
  background: url(https://toko.bisnis.com/assets/images/bisnis-pro/icon-check-purple.svg); */
}

.pro-card .panel-body .package-list .package-list-content::before{
  content: url(https://toko.bisnis.com/assets/images/bisnis-pro/icon-check-gold.svg);  /* placeholder for the SVG */
  position: absolute;
  left: 0;  
  top: -3px;
  /* width: 1em;
  height: 1em;
  background: url(https://toko.bisnis.com/assets/images/bisnis-pro/icon-check-purple.svg); */
}

.green-card .panel-body .package-list .package-list-content::before{
  content: url(https://toko.bisnis.com/assets/images/bisnis-pro/icon-check-gold.svg);  /* placeholder for the SVG */
  position: absolute;
  left: 0;  
  top: -3px;
  /* width: 1em;
  height: 1em;
  background: url(https://toko.bisnis.com/assets/images/bisnis-pro/icon-check-purple.svg); */
}

.bisnispro-card .panel-body .package-description{
  color: #787878;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 25px;
}

.bisnispro-card .panel-body .package-btn-reguler{
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  width: 157px;
  height: 46px;
} 

.bisnispro-card .panel-body .package-btn-pro{
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  width: 157px;
  height: 46px;
} 

.bisnispro-card .panel-body .package-btn-green{
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  width: 157px;
  height: 46px;
} 

.bisnispro-card .panel-body .package-btn-reguler{
  color: #fff;
  background-color: #7F2DE9;
}

.bisnispro-card .panel-body .package-btn-pro{
  color: #1B1B1B;
  background-color: #E3AE40;
}

.bisnispro-card .panel-body .package-btn-green{
  color: #1B1B1B;
  background-color: #4BFF81;
}

.regular-card::before{
  position: absolute;
  content: url(https://toko.bisnis.com/assets/images/bisnis-pro/img-card-header-purple.svg);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

.pro-card::before{
  position: absolute;
  content: url(https://toko.bisnis.com/assets/images/bisnis-pro/img-card-header-gold.svg);
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

.green-card::before{
  position: absolute;
  content: url(https://toko.bisnis.com/assets/images/bisnis-pro/img-card-header-green.svg);
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

.bisnispro-packages-img{
    cursor: pointer;
    transition: box-shadow .2s;
}

.bisnispro-packages-img:hover{
    box-shadow: 3px 3px 25px #E3AE40;
}
/*/BISNISPRO HEADER END/*/

/*/FAQ/*/
/* .faq-style {
    max-width: 1030px;
  } */
  
  /* .faq-style div[class*="col-"] {
    padding: 0 30px;
  } */
  
  .bisnispro-bottom h3 {
    font-family: 'Roboto', sans-serif !important;
    /* font-family: roboto-light; */
    font-size: 40px;
    font-weight: 300;
    color: #444 !important;
    padding-bottom: 40px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
  }
  
  .bisnispro-bottom .wrap {
    /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px; */
  }
  
  .bisnispro-bottom a:focus,
  .bisnispro-bottom a:hover,
  .bisnispro-bottom a:active {
    outline: 0;
    text-decoration: none;
  }
  
  .bisnispro-bottom .panel {
    border: 1px solid #8E8E8E;
    border-radius: 7px;
    /* border: none; */
    background: none;
    box-shadow: none;
    margin: 0 auto 2px;
    margin-bottom: 20px;
  }
  
  .bisnispro-bottom .panel:last-child {
    margin-bottom: 0;
  }

  .bisnispro-bottom .panel-group{
    margin-bottom: 0;
  }
  
  /* .bisnispro-bottom .panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
  } */
  
  /* .bisnispro-bottom .panel-group .panel {
    border-radius: 7;
  }
   */
  .bisnispro-bottom .panel-group .panel + .panel {
    margin-top: 0;
  }
  
  .bisnispro-bottom .panel-heading {
    /* background-color: #514b45; */
    /* border-radius: 7px; */
    border: none;
    color: #fff;
    padding: 0;
  }
  
  .bisnispro-bottom .panel-title a {
    display: block;
    color: #fff;
    padding: 17px 20px;
    padding-left: 50px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    line-height: 22px;
  }
  
  .bisnispro-bottom .panel-body {
    background: transparent;
    border: none;
    /* border-radius: 0 0 5px 5px; */
    padding: 10px 20px;
    padding-left: 50px;
    padding-top: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    line-height: 24px;
  }
  .bisnispro-bottom .panel-body a {
    color: #2356fa;
  }
  .bisnispro-bottom .panel-body a:hover {
    color: #509af1;
  }
  .bisnispro-bottom .panel-body ul {
    list-style: none;
    padding-left: 25px;
  }
  .bisnispro-bottom .panel-body ul li {
    padding-left: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .bisnispro-bottom .panel-body ul li::before {
    content: "";
    background-image: url(https://toko.bisnis.com/assets/images/bisnis-pro/icon-check.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 2px;
  }
  
  .bisnispro-bottom .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
  }
  
  .bisnispro-bottom .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    -webkit-transition: border-radius 0.3s linear 0.2s;
    transition: border-radius 0.3s linear 0.2s;
  }
  
  .bisnispro-bottom .panel:last-child .panel-heading.active {
    border-radius: 0;
    -webkit-transition: border-radius linear 0s;
    transition: border-radius linear 0s;
  }
  
  .bisnispro-bottom #bs-collapse .panel-heading .collapsed:after {
    content: "";
    background-image: url(https://toko.bisnis.com/assets/images/bisnis-pro/icon-plus.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 20px;
    /* top: 13px; */
    top: 50%;
    transform: translateY(-50%);
  }
  
  .bisnispro-bottom #bs-collapse .panel-heading a:after {
    content: "";
    background-image: url(https://toko.bisnis.com/assets/images/bisnis-pro/icon-minus.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 13px;
  }
  
/*/FAQ END/*/

/* ==========================================================================
   Media Queries
   ========================================================================== */

   @media only screen and (max-width: 380px){
    /*Mini Mobile Styles*/

  }

  @media only screen and (max-width: 480px) {
    /* Mobile styles */
    .bisnispro-top-left{
        margin-bottom: 30px;
    }
    
    .bisnispro-packages{
        display: block;
    }

    .bisnispro-packages-img{
        margin: initial;
        /* margin-left: 10px;
        margin-right: 10px; */
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* .bisnispro-packages-img img{
        margin: auto;
    } */


    .ps-xs-0{
      padding-left: 0;
    }
    .pe-xs-0{
      padding-right: 0;
    }
    .p-xs-0{
      padding: 0;
    }
    .faq-style #bs-collapse .panel-heading a:after{
      right: 15px !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
    }
    .faq-style .panel-title a{
      padding-right: 50px;
    }

    .bisnispro-packages-container{
      display: block;
    }

    .bisnispro-packages-container .bisnispro-packages{
      margin-bottom: 20px;
    }
  }
  @media screen and (min-width:481px) and (max-width:1023px) {
    /* Tablet styles */
    .bisnispro-top-left{
        margin-bottom: 30px;
    }
    
    .bisnispro-packages{
        justify-content: center;
    }

    .bisnispro-packages-img{
        margin: initial;
        margin-left: 10px;
        margin-right: 10px;
    }

    .p-sm-0{
      padding: 0;
    }
    .faq-style #bs-collapse .panel-heading a:after{
      right: 15px !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
    }
    .faq-style .panel-title a{
      padding-right: 50px;
    }

    .bisnispro-top{
      display: block !important;
    }

    .bisnispro-card{
      max-width: 250px;
      margin: auto;
    }

    /* .bisnispro-packages-container{
      display: block;
    }

    .bisnispro-packages-container .bisnispro-packages{
      margin-bottom: 20px;
    } */
  }
  @media screen and (min-width:1024px) and (max-width:1139px) {
    /* Notebook styles */
    .text-lg-start{
        text-align: start;
    }

    .bisnispro-logo, .bisnispro-img{
        margin: initial;
    }
  }
  @media only screen and (min-width: 1140px) and (max-width:1399px){
    /* Laptop styles */
    .text-lg-start{
        text-align: start;
    }

    .bisnispro-logo, .bisnispro-img{
        margin: initial;
    }

    .bisnispro-packages-container .bisnispro-packages{
      padding: 0 10px;
    }
  }
  @media only screen and (min-width: 1400px) {
    /*Desktop styles */
    .text-lg-start{
        text-align: start;
    }

    .bisnispro-logo, .bisnispro-img{
        margin: initial;
    }
  }