html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

a {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*---------------------------------------------*/
.container-fluid {
  /*float: left;
  width: 66%;*/
}
.container-paym {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
}

.wrap-paym {
  width: 600px;
  background: #fff;
  border-radius: 2px;
  padding: 45px 25px 10px 25px;
}

.fx-top-1 {
  margin-top: -120px;
}

.fx-top-2 {
  margin-top: -270px;
}

/*---------------------------------------------*/

.other-form {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.paym-form {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.omim-form {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.paym-form-title {
  width: 100%;
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 25px;
}

/*---------------------------------------------*/
.wrap-fison {
  width: 50%;
}
.wrap-secon {
  width: calc(100% - 20px);
}
.wrap-thion {
  width: 100%;
}
.wrap-input {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 16px;
}

.rsb.wrap-input {
  width: calc(100% - 10px);
}

.label-input {
  font-family: "Prompt", sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;

  padding-bottom: 11px;
}

.input {
  display: block;
  width: 100%;
  background: transparent;
  font-family: "Prompt", sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: #888;
  line-height: 1.2;
  padding: 0 25px;
}

input.input {
  height: 36px;
}

textarea.input {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-color: #f18729;
  border-color: linear-gradient(45deg, #ff6e00, #f18729);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scaleX(1.1) scaleY(1.3);
}

.input:focus + .focus-input {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/*---------------------------------------------*/

.container-paym-form-btn {
  width: 100%;
  /* width: calc(100% - 20px); */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.container-paym-form-btn.sdbr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.paym-form-btn {
  font-family: Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 125px;
  height: 35px;
  border-radius: 2px;
  background: #f18729;
  background: linear-gradient(45deg, #ff6e00, #f18729);
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.paym-form-btn.fb-login {
  font-family: Bold;
  font-size: 12px;
  color: #333;
  border: 1px solid #d1d1d1;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 125px;
  height: 35px;
  border-radius: 2px;
  background: #dedede;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.lr-form-btn {
  font-family: "Prompt", sans-serif;
  font-weight: lighter;
  font-size: 12px;
  color: #4c7ef3;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 125px;
  background: #fff;
  border: solid 1px #4c7ef3;
  height: 35px;
  border-radius: none;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.lr-form-btn:hover {
  background: #4c7ef3;
  color: #fff;
}
.selected {
  background: #4c7ef3;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.hided {
  display: none;
  pointer-events: none;
  cursor: default;
  opacity: 0;
}
.full-w {
  width: 100%;
  height: 45px;
}
.paym-form-btn.cf-btn {
  font-weight: lighter;
  font-size: 16px;
  height: 50px;
}
.paym-form-btn.brf {
  margin-left: auto;
}
.paym-form-btn span {
  font-family: "Prompt", sans-serif;
}
.paym-form-btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4c7ef3;
  opacity: 1;
  transition: all 0.4s;
}
.paym-form-btn.fb-login:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  transition: all 0.4s;
}
.paym-form-btn:hover:before {
  opacity: 0;
}
.paym-form-btn.fb-login:hover:before {
  opacity: 0;
}
.paym-form-btn.fb-login:hover {
  color: #fff;
}
.fab.fa-facebook-square.origia-clr{color: #3b5998;}
.hint-txt {
  font-size: 0.9rem;
  color: #333;
  opacity: 0.6;
}
.paym-form-btn i {
  transition: all 0.4s;
}
.paym-form-btn:hover i {
  transform: translateX(10px);
}
/*---------------------------------------------*/
.box {
  display: block;
  width: 100%;
  /* width: calc(100% - 20px); */
  height: 220px;
  margin-bottom: 40px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.upload-options {
  font-family: Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  /*background: #f18729;
  background: linear-gradient(45deg, #ff6e00, #f18729);*/
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  opacity: 1;
}
.upload-options:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: #4c7ef3;*/
  opacity: 1;
  transition: all 0.4s;
}
.upload-options:hover:before {
  opacity: 0;
}
.upload-option:focus:before {
  opacity: 0;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.upload-options label::before {
  content: "Add Image";
  font-family: "Prompt", sans-serif;
  font-size: 0.7rem;
  color: #666;
  z-index: 0;
  opacity: 0.5;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.image-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background-image: url("");
  background-color: rgba(0, 0, 0, 0.05);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-preview::after {
  content: "";
  font-family: "Prompt", sans-serif;
  font-size: 0.65rem;
  color: rgba(40, 40, 40, 0.3);
  z-index: 0;
}
.image-preview.no-default::after {
  display: none;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/*---------------------------------------------*/

@media (max-width: 998px) {
  .wrap-paym {
    width: 420px !important;
    padding: 45px 15px 10px 15px;
  }
  .formpm-r {
    display: none;
  }
  .container-paym-form-btn {
    width: 100%;
    /* width: calc(100% - 20px); */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .container-paym {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
  }
  .formpm-r {
    display: none;
  }
  .container-paym-form-btn {
    width: 100%;
    /* width: calc(100% - 20px); */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
/*---------------------------------------------*/

.wrap-cardp {
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.wrap-cardp .card {
  position: relative;
  width: 420px;
  height: 250px;
  border-radius: 17px;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  
}
.wrap-cardp .card .front {
  position: absolute;
  background: var(--card-color);
  border-radius: 17px;
  padding: 50px;
  width: 100%;
  height: 100%;
  transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transition: background 0.3s;
  z-index: 50;
  background-image: repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0) 1px,
      rgba(255, 255, 255, 0.03) 2px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.05) 4px
    ),
    -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(
            255,
            255,
            255,
            0.2
          )
          70%, rgba(255, 255, 255, 0) 90%);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wrap-cardp .card .front .type {
  position: absolute;
  width: 75px;
  height: 45px;
  top: 20px;
  right: 20px;
}
.wrap-cardp .card .front .type img {
  width: 100%;
  float: right;
}
.wrap-cardp .card .front .card_number {
  position: absolute;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1px;
  top: 110px;
  color: var(--text-color);
  word-spacing: 3px;
  transition: color 0.5s;
}
.wrap-cardp .card .front .date {
  position: absolute;
  bottom: 40px;
  right: 55px;
  width: 90px;
  height: 35px;
  color: var(--text-color);
  transition: color 0.5s;
}
.container .wrap-cardp .card .front .date .date_value {
  font-size: 12px;
  position: absolute;
  margin-left: 22px;
  margin-top: 12px;
  color: var(--text-color);
  font-weight: 500;
  transition: color 0.5s;
}
.wrap-cardp .card .front .date:after {
  content: "MONTH / YEAR";
  position: absolute;
  display: block;
  font-size: 7px;
  margin-left: 20px;
}
.container .wrap-cardp .card .front .date:before {
  content: "valid \a thru";
  position: absolute;
  display: block;
  font-size: 8px;
  white-space: pre;
  margin-top: 8px;
}
.wrap-cardp .card .front .fullname {
  position: absolute;
  font-size: 20px;
  bottom: 40px;
  color: var(--text-color);
  transition: color 0.5s;
}
.wrap-cardp .card .back {
  position: absolute;
  width: 100%;
  border-radius: 17px;
  height: 100%;
  background: var(--card-color);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.wrap-cardp .card .back .magnetic {
  position: absolute;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 25px;
}
.wrap-cardp .card .back .bar {
  position: absolute;
  width: 80%;
  height: 37px;
  background: rgba(255, 255, 255, 0.7);
  left: 10px;
  margin-top: 100px;
}
.wrap-cardp .card .back .seccode {
  font-size: 13px;
  color: var(--text-color);
  font-weight: 500;
  position: absolute;
  top: 100px;
  right: 40px;
}
.wrap-cardp .card .back .chip {
  bottom: 45px;
  left: 10px;
}
.wrap-cardp .card .back .disclaimer {
  position: absolute;
  width: 65%;
  left: 80px;
  color: #f1f1f1;
  font-size: 8px;
  bottom: 55px;
}
.bcard {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.chip {
  position: absolute;
  width: 55px;
  height: 40px;
  background: #bbb;
  border-radius: 7px;
}
.chip:after {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ddd;
}

/*---------------------------------------------*/
@media screen and (max-device-width: 720px) and (orientation: portrait) {
  .wrap-cardp .card {
    width: 210px;
    height: 125px;
    border-radius: 7px;
  }
  .wrap-cardp .card .front {
    border-radius: 7px;
  }
  .wrap-cardp .card .back {
    border-radius: 7px;
  }
  .wrap-cardp .card .front .type img {
    width: 100%;
    float: right;
  }
  .wrap-cardp .card .front .card_number {
    font-size: 13px;
    letter-spacing: -1px;
    top: 40%;
    left: 10%;
    word-spacing: 1.5px;
  }
  .wrap-cardp .card .front .date {
    font-size: 7px;
    bottom: 20%;
    right: 2%;
    width: 45px;
    height: 15px;
  }
  .container .wrap-cardp .card .front .date .date_value {
    font-size: 6px;
  }
  .col1 .card .front .date:after {
    content: "MONTH / YEAR";
    position: absolute;
    display: block;
    font-size: 2px;
    margin-left: 2px;
  }
  .container .wrap-cardp .card .front .date:before {
    content: "valid \a thru";
    position: absolute;
    display: block;
    font-size: 8px;
    white-space: pre;
    margin-top: 8px;
  }
  .wrap-cardp .card .front .fullname {
    font-size: 10px;
    bottom: 20%;
    left: 10%;
  }
  .wrap-cardp .card .front .chip {
    top: 20%;
    left: 10%;
    width: 30px;
    height: 20px;
    border-radius: 4px;
  }
  .chip:after {
    width: 15px;
    height: 10px;
    border-radius: 2px;
    top: 0;
    bottom: 0;
  }
  .wrap-cardp .card .back .magnetic {
    position: absolute;
    width: 100%;
    height: 25px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 15px;
  }
  .wrap-cardp .card .back .bar {
    position: absolute;
    width: 80%;
    height: 19px;
    background: rgba(255, 255, 255, 0.7);
    left: 2%;
    margin-top: 50px;
  }
  .wrap-cardp .card .back .seccode {
    font-size: 7px;
    top: 43%;
    right: 10%;
  }
  .wrap-cardp .card .back .chip {
    bottom: 15%;
    left: 2%;
    width: 30px;
    height: 20px;
    border-radius: 4px;
  }
  .wrap-cardp .card .back .disclaimer {
    display: none;
  }
}
/*@media screen and (max-device-width: 400px) and (orientation: portrait) {
  .sidebar {
    height: 135vh;
  }
  .sidebar-hd {
    position: absolute;
    top: 0;
    height: 28vh;
    z-index: 3;
  }
}*/
@media screen and (max-device-width: 360px) and (orientation: portrait) {
  .wrap-cardp .card {
    width: 210px;
    height: 125px;
    border-radius: 7px;
  }
  .wrap-cardp .card .front {
    border-radius: 7px;
  }
  .wrap-cardp .card .back {
    border-radius: 7px;
  }
  .wrap-cardp .card .front .type img {
    width: 100%;
    float: right;
  }
  .wrap-cardp .card .front .card_number {
    font-size: 13px;
    letter-spacing: -1px;
    top: 40%;
    left: 10%;
    word-spacing: 1.5px;
  }
  .wrap-cardp .card .front .date {
    font-size: 7px;
    bottom: 20%;
    right: 2%;
    width: 45px;
    height: 15px;
  }
  .container .wrap-cardp .card .front .date .date_value {
    font-size: 6px;
  }
  .wrap-cardp .card .front .date:after {
    content: "MONTH / YEAR";
    position: absolute;
    display: block;
    font-size: 2px;
    margin-left: 2px;
  }
  .container .wrap-cardp .card .front .date:before {
    content: "valid \a thru";
    position: absolute;
    display: block;
    font-size: 8px;
    white-space: pre;
    margin-top: 8px;
  }
  .wrap-cardp .card .front .fullname {
    font-size: 10px;
    bottom: 20%;
    left: 10%;
  }
  .wrap-cardp .card .front .chip {
    top: 20%;
    left: 10%;
    width: 30px;
    height: 20px;
    border-radius: 4px;
  }
  .chip:after {
    width: 15px;
    height: 10px;
    border-radius: 2px;
    top: 0;
    bottom: 0;
  }
  .wrap-cardp .card .back .magnetic {
    position: absolute;
    width: 100%;
    height: 25px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 15px;
  }
  .wrap-cardp .card .back .bar {
    position: absolute;
    width: 80%;
    height: 19px;
    background: rgba(255, 255, 255, 0.7);
    left: 2%;
    margin-top: 50px;
  }
  .wrap-cardp .card .back .seccode {
    font-size: 7px;
    top: 43%;
    right: 10%;
  }
  .wrap-cardp .card .back .chip {
    bottom: 15%;
    left: 2%;
    width: 30px;
    height: 20px;
    border-radius: 4px;
  }
  .wrap-cardp .card .back .disclaimer {
    display: none;
  }
}

.stepwizard-step p {
  margin-top: 0px;
  color:#666;
}
.stepwizard-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
  filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
  pointer-events: none!important;
  opacity:1 !important;
  color:#fff;
  background: #eee;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  left: 5px;
  position: absolute;
  content:" ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  color:#fff;
  background: #4c7ef3;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50%;
  border: none;
}
.btn-circle.btn-success {
  background: #f18729;
  border: none;
}
/*ui success*/
.ui-success {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.ui-success-circle {
  stroke-dasharray: 260.75219025px, 260.75219025px;
  stroke-dashoffset: 260.75219025px;
  transform: rotate(220deg);
  transform-origin: center center;
  stroke-linecap: round;
  animation: ani-success-circle 1s ease-in both;
}
.ui-success-path {
  stroke-dasharray: 60px 64px;
  stroke-dashoffset: 62px;
  stroke-linecap: round;
  animation: ani-success-path 0.4s 1s ease-in both;
}
@keyframes ani-success-circle {
  to {
    stroke-dashoffset: 782.25657074px;
  }
}
@keyframes ani-success-path {
  0% {
    stroke-dashoffset: 62px;
  }
  65% {
    stroke-dashoffset: -5px;
  }
  84% {
    stroke-dashoffset: 4px;
  }
  100% {
    stroke-dashoffset: -2px;
  }
}

