.radio-wrap {
    position:relative
}
.radio-wrap input[type="radio"] {
    position: absolute;
    top: 17px;
    left: 20px;
    opacity: 0;
  }
.radio-wrap label {
    padding: 14px 24px 14px 50px;
    border: solid 1px #9d9170;
    max-width: 520px;
    cursor: pointer;
    font-size: 18px;
    display: block;
}   
.radio-wrap label:hover,
.radio-wrap.active label {
    background-color: #9d9170;
    color: #fff;
}

.secondstepwrap {
    background: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 30px 0px 0px 50px;
    height: 100%;
    left: 0;
    opacity: 0;
    z-index: -1000;
    box-sizing: border-box;
}
.secondstepwrap .inputcode {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0px;
    font-size: 24px;
    margin:10px 0px;
}
.secondstepwrap .btn-gold {
    position: absolute;
    right: 50px;
    margin-top: -10px !important;
    max-height: 55px;
}
@media (max-width: 375px) {
    .secondstepwrap .btn-gold {
        width:150px !important;
    }
    }
#step2 {display:none;}
.fancybox-close-small {
    z-index: 20000;
}
.inputcodeinvalid {
    color:#5A5958;
}
.nxttwo[disabled="disabled"] {
    opacity:0.3;
    cursor:not-allowed;
}

.clear-refno {
    z-index: 30000;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 17px;
    left: 20px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #9d9170;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-wrap:hover .checkmark {
    background-color: #9d9170;
    border: 7px solid #fff;
  }
  
  .radio-wrap input:checked ~ .checkmark {
    background-color: #9d9170;
    border: 7px solid #fff;
  }

  .popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .disable-fst {
    opacity:0.5;
  }

  .forceshow {
      opacity: 1 !important;
      z-index: 10000 !important;
      position: relative;
      padding:0px;
  }

  @media (max-width:768px) {
    .page-id .btn.btn-gold {
        height: 50px;
    }
  }

  .item-together .btn {width:auto !important;}
  #apply-retrieve-container {display:none;}