body {
  background: #fafafa;
}

#credit-form-logo {
  background: #fff;
  margin-bottom: clamp(40px, calc(100*40vw/360), 72px);
  padding: 17px;
}

#credit-form-head {
  font-weight: 700;
  margin-bottom: clamp(40px, calc(100*40vw/360), 72px);
  text-align: center;
}
#credit-form-head span {
  display: block;
  font-size: 2rem;
}
#credit-form-head i {
  display: block;
  font-style: normal;
  font-size: 1.4rem;
  margin-top: 2px;
}

#credit-form-title {
  margin-bottom: clamp(20px, calc(100*20vw/360), 48px);
  text-align: left;
}
#credit-form-title p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #credit-form-title {
    text-align: center;
  }
}
#credit-form-content {
  padding: 0 20px clamp(80px, calc(100*80vw/360), 140px);
}

#credit-form-head-img {
  max-width: 100%;
}

#credit-button-interval {
  padding-bottom: 10px !important;
}

#credit-form-copyright {
  color: black;
}

#credit-form-policy {
  font-size: 12px;
  line-height: 1.6;
}
#credit-form-policy .credit-form-item-label {
  display: none;
}
#credit-form-policy .credit-form-item-control {
  width: 100% !important;
}
#credit-form-policy .col-sm-12 br:last-child {
  display: none;
}
#credit-form-policy a {
  color: inherit;
  text-decoration: underline;
}
#credit-form-policy a:hover {
  text-decoration: none;
}

#credit-form-action {
  margin-top: clamp(20px, calc(100*20vw/360), 40px);
  margin-bottom: -20px;
}
#credit-form-action p {
  margin-bottom: clamp(20px, calc(100*20vw/360), 30px);
}

#credit-form-ssl {
  margin-top: clamp(20px, calc(100*20vw/360), 48px);
  text-align: center;
}

.custom .has-error .checkbox, .custom .has-error .checkbox-inline, .custom .has-error .control-label, .custom .has-error .help-block, .custom .has-error .radio, .custom .has-error .radio-inline, .custom .has-error.checkbox label, .custom .has-error.checkbox-inline label, .custom .has-error.radio label, .custom .has-error.radio-inline label {
  color: #f02d2d;
}
.custom .nav {
  font-size: clamp(14px, calc(100*14vw/360), 16px) !important;
  margin-right: 0 !important;
  margin-bottom: clamp(40px, calc(100*40vw/360), 72px);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom .nav a {
  color: inherit;
}
.custom .nav-pills.nav-wizard > li {
  border: none;
  width: auto !important;
}
.custom .nav-pills.nav-wizard > li .nav-wedge,
.custom .nav-pills.nav-wizard > li .nav-arrow {
  display: none;
}
.custom .nav-pills.nav-wizard > li a {
  background: transparent;
  padding: 0;
  opacity: .3;
}
.custom .nav-pills.nav-wizard > li:not(:first-child) {
  display: flex;
  align-items: center;
}
.custom .nav-pills.nav-wizard > li:not(:first-child)::before {
  content: '';
  height: 1px;
  background-color: #c9c9c9;
  flex-grow: 1;
  margin: 0 clamp(10px, calc(100*10vw/360), 24px);
  width: clamp(16px, calc(100*16vw/360), 80px);
}
.custom .nav-pills.nav-wizard > li.active a {
  background: transparent;
  color: #3180ff;
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 0;
  opacity: 1;
}
.custom .nav-pills.nav-wizard > li.active a::before {
  background-color: #3180ff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMS40MTQyMiIgeT0iMy41MzU1MiIgd2lkdGg9IjYiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMS40MTQyMiAzLjUzNTUyKSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMuNDM1IiB3aWR0aD0iMiIgaGVpZ2h0PSIxMyIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTMuNDM1IDApIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(15*100%/36);
  border-radius: 50%;
  content: '';
  margin-right: clamp(4px, calc(100*4vw/360), 10px);
  width: clamp(24px, calc(100*24vw/360), 36px);
  height: clamp(24px, calc(100*24vw/360), 36px);
}
.custom .credit-form-item {
  border-bottom: 1px solid #ececec;
}
.custom .credit-form-item .form-group {
  margin-bottom: 0;
  padding: 22px 0;
}
.custom .credit-form-item-control .col-sm-5,
.custom .credit-form-item-control .col-sm-8,
.custom .credit-form-item-control .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.custom .credit-form-item-help .help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.custom .credit-form-item-help .help-block:nth-last-child(2) {
  margin-top: 8px;
}
.custom .form-group.has-error .help-block {
  margin-top: 8px;
}
.custom .alert-danger,
.custom .alert-success {
  border: none;
  margin-top: 0;
  margin-bottom: clamp(20px, calc(100*20vw/360), 48px);
  margin-right: -15px;
  margin-left: -15px;
  padding: 24px;
}
.custom .alert-danger {
  background: #ffded7;
  color: #e2202b;
}
.custom .alert-success {
  background: #e5eff5;
  color: #3180ff;
}
.custom .credit-form-item-label {
  margin-bottom: 10px;
}
.custom .form-control-static {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.custom .label-danger {
  background: #f02d2d;
  display: inline-block;
  padding: .4em .6em .3em;
  position: relative;
  top: -.1em;
}
.custom .form-control {
  border-color: #cbcbcb;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 10px 12px;
  height: auto;
}
.custom .form-control:focus {
  border-color: #3180ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.custom .credit-form-item-control p:not([class]) {
  margin-top: 10px;
  margin-bottom: 0;
}
.custom #credit-form-cvv2-img {
  mix-blend-mode: multiply;
  max-width: 160px;
  width: 42vw;
}
.custom .well {
  background-color: #fff;
  border: none;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: clamp(20px, calc(100*20vw/360), 40px);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
}
.custom .btn {
  background: #f0f0f3;
  border: none;
  color: #727982;
  min-width: 230px;
  padding: 18px;
  transition: background .2s ease;
}
.custom #credit-submit,
.custom .a-submit {
  background: #3180ff;
  color: #fff;
  font-weight: 700;
  min-width: 274px;
  transition: filter .2s ease;
}
.custom #credit-submit i,
.custom .a-submit i {
  display: none;
}
.custom .text-danger {
  color: #f02d2d;
}
.custom .credit-form-item-control label{
  display:inline-block;
  margin-top:10px;
  padding-top:10px;
}

.custom .credit-form-item-control label:first-child{
  margin-top:0;
  padding-top:0;

}
.custom .credit-form-item-control hr{
  display:none;
}

@media (hover: hover) {
  .custom .btn:hover {
    background: #e8e8eb;
  }
  .custom #credit-submit:hover,
  .custom .a-submit:hover {
    background: #3180ff;
    filter: brightness(1.25);
  }
}

@media (min-width: 768px) {
  .custom .credit-form-item-label {
    padding-top: 0;
    text-align: left;
  }
  .custom .credit-form-item-label,
  .custom .form-control-static {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .custom label {
    font-weight: 400;
  }
  .custom .form-control {
    font-size: 14px;
  }
}
