.formBox .form-control {
    min-height: 32px;
}
.option-2-content{
    margin: 0px 0px
}
.option-1-content{
    margin: 0px 0px
}
.background-color-container{
  background: #B3B6B7;
  margin: 0px;
  padding: 15px 15px 2px 15px;
}
.option-1{
    border:2px green solid
}
.OPTION1{
    border:2px green solid
}
.item-popup{
      border: 1px solid green;
      padding: 2px 10px;
      border-radius: 15px;
      float: right;
      text-decoration: none ! important;
      color: black;
  }
.confirm-btn {
  width:100%;
  color:white;
  background: #7e906f;
  border-color:#7e906f
}
.express-container{
    /* background: darkgrey; */
    padding: unset;
    margin-top: 10px;
}
.express-content{
    margin-bottom: unset
}
.express-last-content{
    margin-bottom: .5rem
}
.express-container .express-container-heading{
    text-align: center
}
.express-container p{
    color:black;
    margin-bottom: 10px;
}
.delivery-option {
    padding: 5px 0px;
}

.bottom-delivery {
    padding-left: 35px;
    background: green
}

.bottom-delivery p {
    color: white
}

.delivery-option p {
    margin-bottom: 0px
}
.max-WT-95Per{
  max-width: 95%!important;
  width: 100%;
}