body::-webkit-scrollbar {
    display: none;
}

.adImage{
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.formWrapper{
  display: flex;
  justify-content: center;
  margin: 30px 20px 80px 20px;
  text-align: center;
}

.orderTitle{
  font-weight: 800;
  color: black;
}
.form-group{
  text-align: left;
}
.groupSplit{
  display: flex;
  text-align: left;
}
.checkboxSplit{
  margin-left: 30px;
}


.btnWrapper{
  height: 60px;
  /* background-color: rgb(33, 37, 41);
  border-top: 1px solid rgb(170, 170, 170); */
  background: #FFFFFF;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.totalPrice{
  margin-right: 20px;
  font-size: 1.5rem;
  color: #000;
}

.radioStyle{
  zoom: 2;
}


.programTitle{
  font-size: 2.4rem;
  font-weight: 700;
  color: #F09C00;
}


.images{
  margin: 20px 0;
}

.link-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0px;
}

.navLinkActive{
  font-size: 1.8rem;
  color: #F09C00;
  font-weight: 900;
  margin: 0 15px;
}


.navLink{
  font-size: 1.8rem;
  font-weight: 600;
  color: #9c9c9c;
  font-weight: 900;
  margin: 0 15px;
}


.submitBtn{
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 6px 24px;
}

.submitBtn:hover{
  color: #000;
  transform: scale(1.05);
}
.submitBtn:active{
  transform: scale(1);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .2);
}

.pm-btn-wrapper{
  padding-left:20px ;
  font-size: 1rem;
  display: none;
}

.pm-btn-items{
  display: flex;
  align-items: center;
}
.pm-count{
  border: 1px solid #F09C00;
  text-align: center;
  width: 50px;
  padding: 1px 0;
}

.pm-btn{
  cursor: pointer;
  background-color: #F09C00;
  color: #FFF;
}

.fa-minus,
.fa-plus{
  padding: 2px 5px;
}

.pm-btn:hover{
  transform: scale(1.05);
}

.pm-btn:active{
  transform: scale(1);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .2);
}

.items-price-total{
  margin: 0px 20px;
}

.items-price{
  font-size: 1.6rem;
  color: #F09C00;
  margin-left: 3px;
}


.form-group-style{
  font-size: 1.8rem;
}
.checkBoxStyle{
  height: 24px;
  width: 24px;
}

@media screen and (max-width:576px) {
  .groupSplit{
    flex-direction: column;
  }
  .groupSplit{
    text-align: left;
  }
  .checkboxSplit{
    margin-left: 0px;
  }
.form-group-style{
  font-size: 1.2rem;
 }
 .radioStyle{
  zoom: 1;
 }
 .checkBoxStyle{
    height: 18px;
    width: 18px;
  }
}