/*July 12 2020 need to update to phase 2*/
@media (min-width:766px){
.ipp-waived{
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 14px;
color: #ff8c39;
}
}
@media (max-width:766px){
.ipp-waived{
  text-align: center;
  display: block;
  width: 100%;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 14px;
color: #ff8c39;
}
}
/*end July 12 2020 need to update to phase 2*/


.n2020solonav{
  width: 100%;
  background-color: #d00149;
  padding: 5px 10px;
  text-align: center;
}
.n2020solonav img{
  width: 45px;
}


.n2020solocustombody{
  min-height: 100vh;
}
.n2020solotitle{
  margin-top: 50px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
    margin-right: auto;
  text-align: center;
  line-height: 1.24;
      font-family: 'MyriadPro';
      font-size: 52px;
          color: #281908;
}

.n2020solotext{
  margin-top: 50px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
    margin-right: auto;
  text-align: center;
  line-height: 1.24;
      font-family: 'MyriadPro';
      font-size: 28px;
          color: #858585;
}


.relativecontain{
  position: relative;
}
.ptgnacoverselect2{
  background-color: #fff;
  padding: 10px 15px;
  line-height: 1.24;
      font-family: 'MyriadPro';
      font-size: 16px;
      color: #d80a28;
position: absolute;
text-align: center;
width: 100%;
}

.ipp-solo-container{
  width: 100%;
  position: absolute;
}

.ipp-report-bg-red-important{
  background-color: #e26756;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* media min 766 */ /* media min 766 */ /* media min 766 */
/* media min 766 */ /* media min 766 */ /* media min 766 */
/* media min 766 */ /* media min 766 */ /* media min 766 */
/* media min 766 */ /* media min 766 */ /* media min 766 */
/* media min 766 */ /* media min 766 */ /* media min 766 */
/* media min 766 */ /* media min 766 */ /* media min 766 */

@media (min-width:766px){
  .ipp-top-title{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #281908;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding-left: 100px;
  }


  .ipp-solo-div{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: start;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 900px;
  }

}


.ipp-report-chkbox{
  padding-top: 0;
}
@media (min-width:550px){
  .ipp-report-chkbox{
    padding-top: 10px;
  }
}



@media (max-width:766px){

  .ipp-top-title{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #281908;
    font-size: 24px;
    width: 100%;
    text-align: center;
  }


  .ipp-solo-div{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: start;
    padding-left: 15px;
    max-width: 900px;
  }
}
.ipp-solo-icon{
  max-width: 50px;
}
.ipp-solo-icon img{
  width: 100%;
}

.ippthankyoumodal{

}
.tyhidden{
  display: none;
}




/* The container */
.ipp-set-cbk{
  padding-top: 30px;
  padding-bottom: 10px;

}
.ipp-set-cbk2{
  padding-top: 10px;
  padding-bottom: 30px;

}



label.cbkcontainer{
  background: #fff;
  padding-top: 0px !important;
}

.cbkcontainer {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

/* Hide the browser's default checkbox */
.cbkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
    border:2px solid red;
  border-radius:5px;
}

/* On mouse-over, add a grey background color */
.cbkcontainer:hover input ~ .checkmark {
  background-color: #eee;

}

/* When the checkbox is checked, add a blue background */
.cbkcontainer input:checked ~ .checkmark {
  background-color: #fff;
  border:2px solid red;
  border-radius:5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cbkcontainer:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cbkcontainer input:checked ~ .checkmark:after {
  display: block;

}

/* Style the checkmark/indicator */
.cbkcontainer .checkmark:after {
  left: 10px;
  top: 5px;
  width: 8px;
  height: 15px;
  border: solid #ccc;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cbox{
display:block;
margin-left:40px;
font-family: 'MyriadPro';
font-size: 16px;
}
.cbk-link, .cbk-link:hover, .cbk-link:focus, .cbk-link:active{
  font-family: 'MyriadPro';
  font-size: 16px;
  display:inline-block;
  color: #2199e8;
  outline: 0;
  text-decoration: none;
}








.holderred::-webkit-input-placeholder { /* Edge */
  color: #d80a28;
  line-height: 1.24;
}

.holderred:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d80a28;
    line-height: 1.24;
}

.holderred::placeholder {
  color: #d80a28;
    line-height: 1.24;
}

.holderred{

}










.expirationtitle{
  font-family: 'MyriadPro';
  font-size: 16px;
  line-height: 1.24;
  color:#212529;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.reportborder{
  border: 1px solid #d80a28;
  max-width: 400px;
  padding-top:10px;
  padding-bottom: 10px;
  width: 100%;
  margin: 0 auto;

}




@media (min-width:766px){
  .ipp3-ext-select-set-list{
  color: #d80a28;
    font-family: 'MyriadPro';
    font-size: 18px;
    line-height: 1.24;
  width: 100%;
  display: block;
  }
  .ipp2-ext-select-set-list{
  color: #d80a28;
    font-family: 'MyriadPro';
    font-size: 18px;
    line-height: 1.24;
  width: 100%;
  display: block;
  }
  .ipp3-ext-sets-bank{
    max-width: 130px;
   margin-top: 2px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;
  width: 100%;
  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
  }
  .ipp2-ext-sets-bank{
    max-width: 130px;
   margin-top: 2px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;
  width: 100%;
  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
  }
  .ipp1-ext-sets-bank{
    max-width: 130px;
   margin-top: 2px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;
  width: 100%;
  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
  }
  .ipp1-ext-select-set-list{
  color: #d80a28;
    font-family: 'MyriadPro';
    font-size: 18px;
    line-height: 1.24;
  width: 100%;
  display: block;
  }




  .ipp1-exttitle-bank .ipp1-ext-select-set-list{
    color: #212529 !important;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
  }


  .ipp2-exttitle-bank .ipp2-ext-select-set-list{
    color: #212529 !important;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
  }

  .ipp3-exttitle-bank .ipp3-ext-select-set-list{
    color: #212529 !important;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
  }



.ipp1-exttitle-expire .ipp1-ext-select-set-list-expire{
  color: #212529 !important;
    font-family: 'MyriadPro';
    font-size: 18px;
    line-height: 1.24;
  width: 100%;
  display: block;
}

.ipp2-exttitle-expire .ipp2-ext-select-set-list-expire{
  color: #212529 !important;
    font-family: 'MyriadPro';
    font-size: 18px;
    line-height: 1.24;
  width: 100%;
  display: block;
}

.ipp3-exttitle-expire .ipp3-ext-select-set-list-expire{
  color: #212529 !important;
    font-family: 'MyriadPro';
    font-size: 18px;
    line-height: 1.24;
  width: 100%;
  display: block;
}











  .ipp1-ext-sets-expire{
    max-width: 130px;
   margin-top: 2px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;
  width: 100%;
  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
  }
  .ipp1-ext-select-set-list-expire{
  color: #d80a28;
    font-family: 'MyriadPro';
    font-size: 18px;
    line-height: 1.24;
  width: 100%;
  display: block;
  }









    .ipp2-ext-sets-expire{
      max-width: 130px;
     margin-top: 2px;
     position:absolute;
     display:none;
     padding:15px;
    background:#fff;
    line-height: 1.24;
    width: 100%;
    overflow-y: auto;
    max-height:200px;
    border: 1px solid #b9b9b9;
     text-align: center;
     z-index: 1025;
    }
    .ipp2-ext-select-set-list-expire{
    color: #d80a28;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
    }





      .ipp3-ext-sets-expire{
        max-width: 130px;
       margin-top: 2px;
       position:absolute;
       display:none;
       padding:15px;
      background:#fff;
      line-height: 1.24;
      width: 100%;
      overflow-y: auto;
      max-height:200px;
      border: 1px solid #b9b9b9;
       text-align: center;
       z-index: 1025;
      }
      .ipp3-ext-select-set-list-expire{
      color: #d80a28;
        font-family: 'MyriadPro';
        font-size: 18px;
        line-height: 1.24;
      width: 100%;
      display: block;
      }




  .ipp-select-sets{
    width: 130px;
    min-width: 130px;
    max-width: 130px;
  }
  .ipp-select-sets:nth-child(2){
    width: 130px;
    min-width: 130px;
    max-width: 130px;
      margin: 0 auto;
  }
  .ipp-nml{
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 10px;
  text-align: center;
  font-family: 'MyriadPro';
  }

  .ipp-nml:nth-child(2){
    width: 130px;
    min-width: 130px;
    max-width: 130px;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'MyriadPro';
  }
  .ipp-set-section{
    padding-top: 80px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .ext-select-bank{

    width: 400px;
    max-width: 400px;
    min-width: 400px;
    background-color: #fff;
    border:1px solid #cccbcb;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  text-align: center;
    font-family: 'MyriadPro';
    cursor: pointer;
    }
  .ext-sets-bank{
  max-width: 400px;
  min-width: 400px;
  width: 400px;
   margin-top: 8px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;
  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
   margin-left: -5px;
  }

  .ipp-flex{
    display: flex;
  width: 100%;
  align-items: center;
  }
  .ipp-block{
    display: block;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
  }
  .ipp-set-div{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: start;
    padding-left: 100px;
    padding-right: 100px;
  }

  .ipp-done{
    display: block;
    padding-left: 100px;
  }
  .right-ipp-arrow{
    width: 7px;
    margin-top: 8px;
  }

  .ipp-submittext{
    margin-left: 70px;
  }

  .ipp-submittext a, .ipp-submittext a:hover, .ipp-submittext a:focus, .ipp-submittext a:active{
    margin-left: 60px;
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #fff;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #f4b7b9;
    border: 1px solid #d93540;
  }



  .ipp-submittext.active a, .ipp-submittext.active a:hover, .ipp-submittext.active a:focus, .ipp-submittext.active a:active{
    margin-left: 60px;
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #fff;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #c02b2e;
  }
  .ipp-bankdetails {
    padding-top: 10px;
    width:100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    padding-left: 60px;

  }
  .transfee{
    line-height: 1.24;
    padding-left: 120px;
    color: #2199e8;;
    font-size: 18px;
    text-align: center;
    margin-top:5px;
    height: 20px;
      font-family: 'MyriadPro';
  }
  .ipp-set-flex{
    display: flex;
    align-items: center;
    width: 125px;
    flex-wrap: wrap;
  }
  .ipp-set-flex-mobile{
    display: none;
    align-items: center;
  }

  .ipp-set-title-link{
    color: #2199e8;
    font-size: 14px;
    text-align: center;
    line-height: 1.24;
      font-family: 'MyriadPro';
      padding-left: 120px;
      padding-bottom: 20px;
  }

  .ipp-set-title-link.done{
    color: #665c51;
    font-size: 14px;
    text-align: left;
    line-height: 1.24;
      font-family: 'MyriadPro';
      padding: 0px;
      padding-bottom: 20px;
  }


  .ipp-set-title{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #3b3b3b;
    font-size: 18px;
    width: 100px;
    font-weight: bold;
  }

  .ipp-set-title.active{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #d80a28;
    font-size: 18px;
    width: 100px;
    cursor: pointer;
  }



  .ipp-confirm{
    line-height: 1.24;
    padding-left: 120px;
    color: #7f7f7f;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
      font-family: 'MyriadPro';
  }
  .ipp-confirm.active{
    line-height: 1.24;
    padding-left: 120px;
    color: #d80a28;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
      font-family: 'MyriadPro';
        cursor: pointer;
  }
}

/*end media min 766 */ /*end media min 766 */ /*end media min 766 */
/*end media min 766 */ /*end media min 766 */ /*end media min 766 */
/*end media min 766 */ /*end media min 766 */ /*end media min 766 */
/*end media min 766 */ /*end media min 766 */ /*end media min 766 */
/*end media min 766 */ /*end media min 766 */ /*end media min 766 */
/*end media min 766 */ /*end media min 766 */ /*end media min 766 */











/* media max 766 */ /* media max 766 */ /* media max 766 */
/* media max 766 */ /* media max 766 */ /* media max 766 */
/* media max 766 */ /* media max 766 */ /* media max 766 */
/* media max 766 */ /* media max 766 */ /* media max 766 */
/* media max 766 */ /* media max 766 */ /* media max 766 */
/* media max 766 */ /* media max 766 */ /* media max 766 */
@media (max-width:766px){
  .ipp3-ext-select-set-list{
  color: #d80a28;
    font-family: 'MyriadPro';
    font-size: 16px;
    line-height: 1.24;
  width: 100%;
  display: block;
  }
  .ipp2-ext-select-set-list{
  color: #d80a28;
    font-family: 'MyriadPro';
    font-size: 16px;
    line-height: 1.24;
  width: 100%;
  display: block;
  }
  .ipp3-ext-sets-bank{
    min-width: 110px;
    width: 110px;
    max-width: 110px;
   margin-top: 2px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;

  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
  }
  .ipp2-ext-sets-bank{
    min-width: 110px;
    width: 110px;
    max-width: 110px;
   margin-top: 2px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;

  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
  }
  .ipp1-ext-sets-bank{
    min-width: 110px;
    width: 110px;
    max-width: 110px;
   margin-top: 2px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;

  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
  }
  .ipp1-ext-select-set-list{
  color: #d80a28;
    font-family: 'MyriadPro';
    font-size: 16px;
    line-height: 1.24;
  width: 100%;
  display: block;
  }


  .ipp1-exttitle-bank .ipp1-ext-select-set-list{
    color: #212529 !important;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
  }


  .ipp2-exttitle-bank .ipp2-ext-select-set-list{
    color: #212529 !important;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
  }

  .ipp3-exttitle-bank .ipp3-ext-select-set-list{
    color: #212529 !important;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
  }

  .ipp1-exttitle-expire .ipp1-ext-select-set-list-expire{
    color: #212529 !important;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
  }

  .ipp2-exttitle-expire .ipp2-ext-select-set-list-expire{
    color: #212529 !important;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
  }

  .ipp3-exttitle-expire .ipp3-ext-select-set-list-expire{
    color: #212529 !important;
      font-family: 'MyriadPro';
      font-size: 18px;
      line-height: 1.24;
    width: 100%;
    display: block;
  }








  .ipp1-ext-sets-expire{
    min-width: 110px;
    width: 110px;
    max-width: 110px;
   margin-top: 2px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;

  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
  }
  .ipp1-ext-select-set-list-expire{
  color: #d80a28;
    font-family: 'MyriadPro';
    font-size: 16px;
    line-height: 1.24;
  width: 100%;
  display: block;
  }





    .ipp2-ext-sets-expire{
      min-width: 110px;
      width: 110px;
      max-width: 110px;
     margin-top: 2px;
     position:absolute;
     display:none;
     padding:15px;
    background:#fff;
    line-height: 1.24;

    overflow-y: auto;
    max-height:200px;
    border: 1px solid #b9b9b9;
     text-align: center;
     z-index: 1025;
    }
    .ipp2-ext-select-set-list-expire{
    color: #d80a28;
      font-family: 'MyriadPro';
      font-size: 16px;
      line-height: 1.24;
    width: 100%;
    display: block;
    }





      .ipp3-ext-sets-expire{
        min-width: 110px;
        width: 110px;
        max-width: 110px;
       margin-top: 2px;
       position:absolute;
       display:none;
       padding:15px;
      background:#fff;
      line-height: 1.24;

      overflow-y: auto;
      max-height:200px;
      border: 1px solid #b9b9b9;
       text-align: center;
       z-index: 1025;
      }
      .ipp3-ext-select-set-list-expire{
      color: #d80a28;
        font-family: 'MyriadPro';
        font-size: 16px;
        line-height: 1.24;
      width: 100%;
      display: block;
      }





  .ipp-select-sets{
    width: 110px;
    min-width: 110px;
    max-width: 110px;
  }
  .ipp-select-sets:nth-child(2){
    width: 110px;
    min-width: 110px;
    max-width: 110px;
      margin: 0 auto;
  }
  .ipp-nml{
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 10px;
  text-align: center;
  font-family: 'MyriadPro';
  }

  .ipp-nml:nth-child(2){
    width:110px;
    min-width: 110px;
    max-width: 110px;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'MyriadPro';
  }
  .ipp-set-section{
    padding-top: 60px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ext-select-bank{

    max-width: 355px;
    min-width: 355px;
    width:  355px;

    background-color: #fff;
    border:1px solid #cccbcb;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  text-align: center;
    font-family: 'MyriadPro';
    cursor: pointer;
    }
  .ext-sets-bank{
    max-width: 355px;
    min-width: 355px;
    width:  355px;
   margin-top: 8px;
   position:absolute;
   display:none;
   padding:15px;
  background:#fff;
  line-height: 1.24;
  overflow-y: auto;
  max-height:200px;
  border: 1px solid #b9b9b9;
   text-align: center;
   z-index: 1025;
      margin-left: -5px;
  }

  .ipp-flex{
    display: flex;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  }
  .ipp-block{
    display: block;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ipp-set-div{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ipp-done{
    padding-top: 15px;
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .right-ipp-arrow{
    width: 7px;
    margin-left: 8px;
  }

  .ipp-submittext{
    margin-left:0;
  }

  .ipp-submittext a, .ipp-submittext a:hover, .ipp-submittext a:focus, .ipp-submittext a:active{

    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #fff;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #f4b7b9;
    border: 1px solid #d93540;
  }



  .ipp-submittext.active a, .ipp-submittext.active a:hover, .ipp-submittext.active a:focus, .ipp-submittext.active a:active{

    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #fff;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #c02b2e;
  }
  .ipp-bankdetails {
    padding-top: 10px;
    width:100%;
    max-width: 380px;
    margin: 0 auto;
    display: block;
  padding-bottom: 10px;
  }
  .transfee{
    line-height: 1.24;
    color: #7f7f7f;
    font-size: 18px;
    text-align: center;
    margin-top:5px;
    height: 20px;
      font-family: 'MyriadPro';
  }

  .ipp-confirm{
    line-height: 1.24;
    color: #7f7f7f;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
      font-family: 'MyriadPro';
  }
  .ipp-confirm.active{
    line-height: 1.24;
    color: #d80a28;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
      font-family: 'MyriadPro';
      cursor: pointer;
  }

    .ipp-set-title-link{
      color: #2199e8;
      font-size: 14px;
      text-align: center;
      line-height: 1.24;
        font-family: 'MyriadPro';
        padding-bottom: 20px;
    }

    .ipp-set-title-link.done{
      color: #665c51;
      font-size: 14px;
      text-align: left;
      line-height: 1.24;
        font-family: 'MyriadPro';
        padding: 0px;
        padding-bottom: 20px;
    }





    .ipp-set-title{
        padding: 15px;
      font-family: 'MyriadPro';
      line-height: 1.24;
      color: #3b3b3b;
      font-size: 18px;
      width:100%;
      text-align: center;
      font-weight: bold;
    }

    .ipp-set-title.active{
      padding: 15px;
      font-family: 'MyriadPro';
      line-height: 1.24;
      color: #d80a28;
      font-size: 18px;
      width:100%;
      cursor: pointer;
        text-align: center;
    }


  .ipp-set-flex{
    display: none;
    align-items: center;
    width: 120px;
  }
  .ipp-set-flex-mobile{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

}

/*end media max 766 */ /*end media max 766 */ /*end media max 766 */
/*end media max 766 */ /*end media max 766 */ /*end media max 766 */
/*end media max 766 */ /*end media max 766 */ /*end media max 766 */
/*end media max 766 */ /*end media max 766 */ /*end media max 766 */
/*end media max 766 */ /*end media max 766 */ /*end media max 766 */
/*end media max 766 */ /*end media max 766 */ /*end media max 766 */






.ipp-report{
  background: #fef7f6;
  width: 100%;
  min-height: 100vh;
}

.ipp-report-div{
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.ipp-report-title-div{
  display: block;
  text-align: center;
}
.ipp-report-title-div:nth-child(2){
  display: block;
  text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}

.ipp-report-ref{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #7f7f7f;
  font-size: 24px;
}

.ipp-report-ref:nth-child(2){
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #212529;
  font-size: 24px;
}



.ipp-report-title{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #212529;
  font-size: 28px;
}


.ippbuttondiv{
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ipp-report-container{
  width: 100%;
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
  padding: 25px;
}

.ipp-report-note{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.ipp-note-text{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #535353;
  font-size: 14px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.ipp-report-important{
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: start;
  margin-top: 25px;
}


@media (min-width:766px){
.ipp-report-important-text{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #fff;
  font-size: 18px;
  text-align: right;
  width:250px;
  font-weight: bold;
}
}

@media (max-width:766px){
  .ipp-report-important-text{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #fff;
    font-size: 18px;
    text-align: right;
    width:250px;
    font-weight: bold;
  }

}

.ipp-report-important-text:nth-child(even){
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #fff;
  font-size: 18px;
  text-align: left;
  width:auto;
  padding-left: 15px;
font-weight: normal;

}

.ipp-report-important-text-copy{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #3b3b3b;
  font-size: 16px;
text-align: center;
width: 100%;


}








@media (min-width:766px){


  .ipp-report-bankdetails-title{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #212529;
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }


  .ipp-report-bankdetails{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .ipp-report-bankdetails-text{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #858585;
    font-size: 16px;
    width: 200px;
      min-width: 200px;
      max-width: 200px;
    text-align: right;
  }

  .ipp-report-bankdetails-text2{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #212529;
    font-size: 16px;
    padding-left: 25px;
    width: auto;
    text-align: left;
  }


}






@media (max-width:766px){


  .ipp-report-bankdetails-title{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #212529;
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }



  .ipp-report-bankdetails{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
  }

  .ipp-report-bankdetails-text{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #858585;
    font-size: 16px;
    width: 130px;
      min-width: 130px;
      max-width: 130px;
    text-align: right;
  }

  .ipp-report-bankdetails-text2{
    font-family: 'MyriadPro';
    line-height: 1.24;
    color: #212529;
    font-size: 16px;
    padding-left: 25px;
    width: 200px;
    text-align: left;
  }


}



.ipp-uploadedfile-text{
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #212529;
  font-size: 14px;
}


.ipp-getmorehelp{
  margin-top: 40px;
  margin-left: auto;
    margin-right: auto;
  max-width: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.ipp-getmorehelptext{

  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #858585;
  font-size: 16px;
}
.ipp-getmorehelpsocial{
width: 40px;
margin-left: 40px;
}
.ipp-getmorehelpsocial img{
width: 100%;
}
.ipp-command{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 225px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

.ipp-command-upload-selection{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}


.ipp-command-upload-selection-2{
  margin-top: 20px;
  display: block;
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}


.ipp-command-btn{
cursor: pointer;
font-family: 'MyriadPro';
line-height: 1.24;
color: #d80a28;
font-size: 18px;
}

.ipp-command-btn:nth-child(2){
cursor: pointer;
font-family: 'MyriadPro';
line-height: 1.24;
color: #fff;
font-size: 18px;
background-color: #d80a28;
padding: 10px 40px;
}

.ipp-command-upload-2{
  cursor: pointer;
position: relative;
overflow: hidden;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.ipp-command-upload-2 input[type="file"] {
  font-size: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.ipp-upload-flex{
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ipp-upload-flex-img{
  width: 40px;
  height: auto;
}
.ipp-upload-text{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #3b3b3b;
  font-size: 18px;
  cursor: pointer;
  margin-left: 10px;
}


.ipp-command-upload{
position: relative;
overflow: hidden;
display: inline-block;
}


.ipp-upload-btn{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #fff;
  font-size: 16px;
  background-color: #d80a28;
  padding: 10px 40px;
  border:none;

}

.ipp-command-upload input[type=file] {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}




.ippbutton{
cursor: pointer;
font-size: 18px;
line-height: 1.24;
}




.ipp-hidden{
display: none;
}


.ipp-section-div{
  padding-top: 15px;
  padding-bottom: 20px;
  z-index: 1030;
  background-color: #fff;
  max-width: 960px;
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #cccbcb;
}



.ipp-close{
  width: 25px;
  cursor: pointer;
}
.ipp-close img{
  width: 100%;
}


.ipp-top-text{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #281908;
  font-size: 14px;
  width: 100%;
  text-align: left;
}

.ipp-top-link, .ipp-top-link:hover, .ipp-top-link:active, .ipp-top-link:focus{
    line-height: 1.24;
    font-family: 'MyriadPro';
  color: #2199e8;
    font-size: 14px;
    outline: 0;
    text-decoration: none;
}



@media (min-width:766px){
  .ipp-set{
    padding-top: 30px;
    padding-bottom: 30px;
      border-bottom: 1px solid #cccbcb;
  }
}
@media (max-width:766px){
  .ipp-set{
    padding-top: 30px;
    padding-bottom: 30px;
      border-bottom: 1px solid #cccbcb;
  }
}

.ipp-set.notactive{
  pointer-events: none;
  opacity: 0.3;
  padding-top: 30px;
  padding-bottom: 30px;
    border-bottom: 1px solid #cccbcb;
}



.ipp-input-form{
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  border:1px solid #cccbcb;
  margin-left: auto;
  margin-right: auto;
display: flex;
align-items: center;
  font-family: 'MyriadPro';
}





.ipp-input-amount-currency{
    padding-left: 20px;
  text-align: left;
line-height: 1.24;
font-size: 16px;
color: #281908;
    font-family: 'MyriadPro';
}
.ipp-input-amount-confirm{
  cursor: pointer;
  text-align: left;
line-height: 1.24;
font-size: 16px;
color: #fff;
background-color: #d80a28;
padding: 10px 20px;
    font-family: 'MyriadPro';
    margin-left: auto;
    opacity: 0.5
}


.ipp-input-amount-confirm.active{
  cursor: pointer;
  text-align: left;
line-height: 1.24;
font-size: 16px;
color: #fff;
background-color: #d80a28;
padding: 10px 20px;
    font-family: 'MyriadPro';
    margin-left: auto;
    opacity: 1;
}

.ipp-input-amount{
margin-left: 20px;
  width: 100%;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
text-align: center;
border: none;
  font-family: 'MyriadPro';
}

.ipp-input-amount::-webkit-input-placeholder { /* Edge */
  color: #d80a28;
  line-height: 1.24;
}

.ipp-input-amount:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d80a28;
    line-height: 1.24;
}

.ipp-input-amount::placeholder {
  color: #d80a28;
    line-height: 1.24;
}















.ipp-input{
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
text-align: center;
  font-family: 'MyriadPro';
}

.ipp-input::-webkit-input-placeholder { /* Edge */
  color: #d80a28;
  line-height: 1.24;
}

.ipp-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d80a28;
    line-height: 1.24;
}

.ipp-input::placeholder {
  color: #d80a28;
    line-height: 1.24;
}



.amountotbereceived{
  color: #2199e8;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
}



































/*---------------- select bank -----------------------*/

  .select-ext-no-border{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}
.exttitle-bank{

  color: #D80A28;
  font-family: 'MyriadPro';
  font-size: 18px;
  line-height: 1.24;
width: 100%;

}
.ext-select-set-list{
color: #d80a28;
  font-family: 'MyriadPro';
  font-size: 18px;
  line-height: 1.24;
width: 100%;
display: block;
}


.ext-select-sets-bank .fc-select-arrow-done{

  right: 10px;
  width:10px;
  height: 5px;
  top:45%;
  margin-right: 3px;
}

.ext-select-sets-bank.actlive .fc-select-arrow-done{
     transform: rotate(180deg);
}

.ext-wahp-bank, .ext-wahp-bank:hover{
  width: 100%;
  cursor: pointer;
  opacity:1;
  line-height: 1.24;
  padding-bottom: 5px;
}

/*----------------end select bank -----------------------*/


















/*---------------- select  year  expire-----------------------*/

.ipp1-ext-select-expire{
  width: 100%;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
text-align: center;
  font-family: 'MyriadPro';
  cursor: pointer;
  }
  .ipp1-select-ext-no-border{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}
.ipp1-exttitle-expire{

  color: #D80A28;
  font-family: 'MyriadPro';
  font-size: 18px;
  line-height: 1.24;
width: 100%;

}



.ipp1-ext-select-sets-expire .fc-select-arrow-done{

  right: 10px;
  width:10px;
  height: 5px;
  top:45%;
  margin-right: 3px;
}

.ipp1-ext-select-sets-expire.actlive .fc-select-arrow-done{
     transform: rotate(180deg);
}

.ipp1-ext-wahp-expire, .ipp1-ext-wahp-expire:hover{
  width: 100%;
  cursor: pointer;
  opacity:1;
  line-height: 1.24;
  padding-bottom: 5px;
}

/*----------------end select  year expire -----------------------*/















/*---------------- select month expire -----------------------*/

.ipp2-ext-select-expire{
  width: 100%;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
text-align: center;
  font-family: 'MyriadPro';
  cursor: pointer;
  }
  .ipp2-select-ext-no-border{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}
.ipp2-exttitle-expire{

  color: #D80A28;
  font-family: 'MyriadPro';
  font-size: 18px;
  line-height: 1.24;
width: 100%;

}



.ipp2-ext-select-sets-expire .fc-select-arrow-done{

  right: 10px;
  width:10px;
  height: 5px;
  top:45%;
  margin-right: 3px;
}

.ipp2-ext-select-sets-expire.actlive .fc-select-arrow-done{
     transform: rotate(180deg);
}

.ipp2-ext-wahp-expire, .ipp2-ext-wahp-expire:hover{
  width: 100%;
  cursor: pointer;
  opacity:1;
  line-height: 1.24;
  padding-bottom: 5px;
}

/*----------------end select month expire -----------------------*/











/*----------------  select day expire -----------------------*/

.ipp3-ext-select-expire{
  width: 100%;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
text-align: center;
  font-family: 'MyriadPro';
  cursor: pointer;
  }
  .ipp3-select-ext-no-border{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}
.ipp3-exttitle-expire{

  color: #D80A28;
  font-family: 'MyriadPro';
  font-size: 18px;
  line-height: 1.24;
width: 100%;

}



.ipp3-ext-select-sets-expire .fc-select-arrow-done{

  right: 10px;
  width:10px;
  height: 5px;
  top:45%;
  margin-right: 3px;
}

.ipp3-ext-select-sets-expire.actlive .fc-select-arrow-done{
     transform: rotate(180deg);
}

.ipp3-ext-wahp-expire, .ipp3-ext-wahp-expire:hover{
  width: 100%;
  cursor: pointer;
  opacity:1;
  line-height: 1.24;
  padding-bottom: 5px;
}

/*----------------end select day expire -----------------------*/























/*---------------- select birth year -----------------------*/

.ipp1-ext-select-bank{
  width: 100%;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
text-align: center;
  font-family: 'MyriadPro';
  cursor: pointer;
  }
  .ipp1-select-ext-no-border{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}
.ipp1-exttitle-bank{

  color: #D80A28;
  font-family: 'MyriadPro';
  font-size: 18px;
  line-height: 1.24;
width: 100%;

}




.ipp1-ext-select-sets-bank .fc-select-arrow-done{

  right: 10px;
  width:10px;
  height: 5px;
  top:45%;
  margin-right: 3px;
}

.ipp1-ext-select-sets-bank.actlive .fc-select-arrow-done{
     transform: rotate(180deg);
}

.ipp1-ext-wahp-bank, .ipp1-ext-wahp-bank:hover{
  width: 100%;
  cursor: pointer;
  opacity:1;
  line-height: 1.24;
  padding-bottom: 5px;
}

/*----------------end select birth year -----------------------*/











/*---------------- select birth month -----------------------*/

.ipp2-ext-select-bank{
  width: 100%;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
text-align: center;
  font-family: 'MyriadPro';
  cursor: pointer;
  }
  .ipp2-select-ext-no-border{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}
.ipp2-exttitle-bank{

  color: #D80A28;
  font-family: 'MyriadPro';
  font-size: 18px;
  line-height: 1.24;
width: 100%;

}



.ipp2-ext-select-sets-bank .fc-select-arrow-done{

  right: 10px;
  width:10px;
  height: 5px;
  top:45%;
  margin-right: 3px;
}

.ipp2-ext-select-sets-bank.actlive .fc-select-arrow-done{
     transform: rotate(180deg);
}


.ipp2-ext-wahp-bank, .ipp2-ext-wahp-bank:hover{
  width: 100%;
  cursor: pointer;
  opacity:1;
  line-height: 1.24;
  padding-bottom: 5px;
}

/*----------------end select birth month -----------------------*/












/*---------------- select birth day -----------------------*/

.ipp3-ext-select-bank{
  width: 100%;
  background-color: #fff;
  border:1px solid #cccbcb;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
text-align: center;
  font-family: 'MyriadPro';
  cursor: pointer;
  }
  .ipp3-select-ext-no-border{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}
.ipp3-exttitle-bank{

  color: #D80A28;
  font-family: 'MyriadPro';
  font-size: 18px;
  line-height: 1.24;
width: 100%;

}



.ipp3-ext-select-sets-bank .fc-select-arrow-done{

  right: 10px;
  width:10px;
  height: 5px;
  top:45%;
  margin-right: 3px;
}

.ipp3-ext-select-sets-bank.actlive .fc-select-arrow-done{
     transform: rotate(180deg);
}


.ipp3-ext-wahp-bank, .ipp3-ext-wahp-bank:hover{
  width: 100%;
  cursor: pointer;
  opacity:1;
  line-height: 1.24;
  padding-bottom: 5px;
}

/*----------------end select birth day -----------------------*/






.ipp-ymd-placeholder{
  color: #d80a28;
  font-family: 'MyriadPro';
  font-size: 16px;
  line-height: 1.24;
}







.ipp-account-details-rec{
  width: 120px;
  color: #7f7f7f;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
}
.ipp-bank-acountnumber{
  color: #7f7f7f;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.ipp-bank-acountname{
  color: #7f7f7f;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
    display: flex;
    align-items: center;
}

.ipp-bank-nn{
  color: #392e23;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 20px;
}


.ipp-sender-details{
  display: block;
  width:100%;
  max-width: 400px;
  margin: 0 auto;
}

.ipp-sender-flex{
  width: 100%;
  display: flex;
    margin-bottom: 8px;
}



.forselect-adjust{
  margin-bottom: 20px !important;
}

.ipp-sender-block{
  width: 100%;
  display: block;
margin-bottom: 8px;

}

.ipp-nml::-webkit-input-placeholder { /* Edge */
  color: #d80a28;
  line-height: 1.24;
}

.ipp-nml:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d80a28;
    line-height: 1.24;
}

.ipp-nml::placeholder {
  color: #d80a28;
    line-height: 1.24;
}


.ipp-nml-block{
  width: 100%;
background-color: #fff;
border:1px solid #cccbcb;
padding: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: 'MyriadPro';
}



.ipp-nml-block::-webkit-input-placeholder { /* Edge */
  line-height: 1.24;
}

.ipp-nml-block:-ms-input-placeholder { /* Internet Explorer 10-11 */
    line-height: 1.24;
}

.ipp-nml-block::placeholder {
    line-height: 1.24;
}


.ipp-s-details-set{
  display: flex;
  margin: 0 auto;
  align-items: center;
margin-bottom: 15px;
}


.s-details-title{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #7f7f7f;
  font-size: 16px;
  width: 100px;
}
.s-details-text{
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #392e23;
  font-size: 18px;
}


.ipp-submitf{
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}
