.main  {
  padding-bottom:2%;
  background-color: #FDFCFA;
  padding-bottom:2%;
}
.topleft {
  margin-top: -25%;
  margin-left: -20%;
  max-width:60%;
  max-height:70%;
}
.headline{
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 116.7%;
  text-align: center;
  color: rgba(52, 52, 52, 0.88);
}
.sub-headline{
  text-align: center;
  font-weight: 500;
  font-size: 1.6vw;
  margin-left: 1.5vw;
  margin-top:2vw;
}
.img_bee{
  max-width:7vw;
  max-height:7vw;
}
.iconDetails {
    margin-left:2%;
    float:left;
}
.card_package{
	padding:0% 1% 3% 1%;
	margin:2%;
  border-radius: 20px;
}
.row_icon_bee{
	height:100%;
}
.row_not_icon_bee{
	height:100%;
	margin-top:8%;
}
.row_price{
	margin-top:5%;
}
.btn_ill_bring_u_home{
	font-style:normal;
	width:100%;
	margin:0%;
}
.img_editor_choice{
	max-width:55%;
	max-height:55%;
}
.package-image{
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: -.8vw;
}
.line_through_red{
	text-decoration-line: line-through;
	-webkit-text-decoration-line: line-through;
	text-decoration-color: red;
	-webkit-text-decoration-color: red;
}
.package-image{
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: -.8vw;
}
.harga-awal{
  font-size: 1.2vw;
}
.harga-diskon{
  font-size: 1.7vw;
  margin-top: -.5vw;
}
.btn_ill_bring_u_home{
  width:80%;
  font-size:1.2vw;
}
/* stepper */
.accordion{
	width:90vw;
}

/* CSS */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #A5DEF9;
  background-color: #FDFCFA;
  transition: .4s;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 116.7%;
	text-align: center;
	color: rgba(52, 52, 52, 0.5);
}

.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: #A5DEF9;
    color: #fff;
}

.done {
    background-color: #A5DEF9;
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
  -webkit-appearance:none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #A5DEF9;
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: rgba(52, 52, 52, 0.1);

}
/* end of stepper css */

/* Extra large screen - for EXTRA LARGE MONITOR 1920px or above */
@media screen and (min-width: 1920px) {
  .main  {
    padding-bottom:3%;
  }
  .img_back{
    max-width:20%;
    max-height:20%;
  }
  .headline{
    text-align: center;
    font-weight: 700;
    font-size: 1.3vw;
    margin-top: -7vw;
  }
  .sub-headline{
    text-align: center;
    font-weight: 500;
    font-size: 1vw;
    text-align: left;
    margin-left: 2vw;
    margin-top: 1vw;
  }
  .img_bee{
    max-width:3.5vw;
    max-height:3.5vw;
  }
  .card_package{
    padding:.6% 1% 1% 1%;
    margin:2%;
  }
  .harga-awal{
    font-size: .9vw;
  }
  .harga-diskon{
    font-size: 1.3vw;
    margin-top: .5vw;
  }
  .btn_ill_bring_u_home{
    width:90%;
    font-size:.9vw;
    margin-top: .5vw;
  }
}

/* large screen - for MONITOR 1024px or less */
@media screen and (max-width: 1024px) {
  .main  {
    padding-bottom:3%;
  }
  .img_back{
    max-width:20%;
    max-height:20%;
  }
  .headline{
    text-align: center;
    font-weight: 700;
    font-size: 2vw;
    margin-top: -4vw;
  }
  .sub-headline{
    text-align: center;
    font-weight: 500;
    font-size: 1.8vw;
    margin-top: 2vw;
    text-align: left;
    margin-left: 2vw;
  }
  .img_bee{
    max-width:7vw;
    max-height:7vw;
  }
  .harga-awal{
    font-size: 1.5vw;
  }
  .harga-diskon{
    font-size: 2vw;
    margin-top: -.5vw;
  }
  .btn_ill_bring_u_home{
    width:90%;
    font-size:1.5vw;
  }
}

/* medium screen - for TABLET 991px or less */
@media screen and (max-width: 991px) {
  main{
    background-image: none;
  }
  .main  {
    padding-bottom:3%;
  }
  .img_back{
    max-width:20%;
    max-height:20%;
  }
  .headline{
    text-align: center;
    font-weight: 700;
    font-size: 2vw;
    margin-top: -4vw;
  }
  .sub-headline{
    text-align: center;
    font-weight: 500;
    font-size: 1.5vw;
    margin-top: 1.7vw;
    text-align: left;
    margin-left: 2vw;
  }
  .img_bee{
    max-width:5vw;
    max-height:5vw;
  }
  .card_package{
    padding:0% 1% 1% 1%;
    margin:2%;
  }
  .harga-awal{
    font-size: 1.5vw;
  }
  .harga-diskon{
    font-size: 2vw;
    margin-top: -1.5vw;
  }
  .btn_ill_bring_u_home{
    width:90%;
    font-size:1.5vw;
  }
}

/* medium screen - for TABLET 767px or less */
@media screen and (max-width: 767px) {
   main{
    background-image: none;
   }
   .main  {
    padding-bottom:5%;
   }
   .topleft {
    margin-top: -15%;
    margin-left: -15%;
    max-width:50%;
    max-height:70%;
   }
  .img_back{
    max-width:60%;
    max-height:60%;
   }
  .headline{
    text-align: center;
    font-weight: 700;
    font-size: 5vw;
    margin-top: 1.5vw;
  }
  .sub-headline{
    text-align: center;
    font-weight: 500;
    font-size: 3.6vw;
    margin-top: 5%;
    text-align: left;
    margin-left: 4vw;
  }
  .img_bee{
    max-width:15vw;
    max-height:15vw;
    margin-left: 2vw;
  }
  .harga-awal{
    font-size: 4.5vw;
  }
  .harga-diskon{
    font-size: 5.5vw;
    margin-top: -.5vw;
  }
  .btn_ill_bring_u_home{
    width:70%;
    font-size:15px;
  }
}
/* small screen - for MOBILE 414px or less  */
@media screen and (max-width: 414px) {
  #progress {
    width: 90%;
  }
  .main {
   padding-bottom:10%;
  }
  .topleft {
   margin-top: -11%;
   margin-left: -11%;
  }
  .img_back{
    max-width:80%;
    max-height:80%;
   }
  .headline{
    text-align: center;
    font-weight: 700;
    font-size: 5vw;
  }
  .sub-headline{
    text-align: center;
    font-weight: 500;
    font-size: 3.6vw;
    margin-top: 2vw;
    text-align: left;
    margin-left: -1.4vw;
    margin-bottom: -2vw;
  }
  .img_bee{
    max-width:15vw;
    max-height:15vw;
    margin-right: 5vw;
    margin-top: 1vw;
  }
	.card_package{
		padding:0;
	}
	.row_not_icon_bee{
		margin-top:1%;
	}
	.row_price{
    margin-top: -3%;
    padding-bottom: 6%;
	}
	.btn_ill_bring_u_home{
		width:70%;
		font-size:13px;
	}
  .package_name{
    margin-top: 4vw;
  }
  .harga-awal{
    font-size: 4.5vw;
    margin-top: 5vw;
  }
  .harga-diskon{
    font-size: 5.5vw;
    margin-top: -2vw;
  }
}