.sub-new-sec {
  padding: 80px 35px 80px 35px !important;
}

@media screen and (max-width: 575px) {
  .sub-new-sec {
    padding: 80px 15px 80px 15px !important;
  }
}

.sub-new-sec .step .sub-desc {
  list-style: initial;
  box-shadow: 0 0 5px #e4e4e4;
  border-radius: 8px;
  padding: 20px 30px 20px 30px;
}

.sub-new-sec .step .sub-desc li {
  padding-right: 8px;
}

.sub-new-sec .step .sub-desc li::marker {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 700;
  color: #00b34f;
}

.sub-new-sec .step {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
}

.sub-new-sec .step .step-number {
  position: relative;
  color: #a8a8a8;
  border: 2px solid #a8a8a8;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}

.sub-new-sec .step.active .step-number {
  color: #00b34f;
  border: 2px solid #00b34f;
}

.sub-new-sec .step .step-box {
  position: relative;
  margin-right: 50px;
  border-bottom: 2px solid #e4e4e4;
  padding-top: 40px;
  padding-bottom: 40px;
  width: calc(100% - 120px);
}

@media screen and (max-width: 575px) {
  .sub-new-sec .step .step-box {
    margin-right: 20px;
    width: calc(100% - 50px);
  }
}

.sub-new-sec .step:first-child .step-box {
  padding-top: 0;
}

.sub-new-sec .step:last-child .step-box {
  border-bottom: none;
  overflow: hidden;
}

.login-sec.new-login {
  padding: 2rem !important;
  background: transparent !important;
  border: 1px solid #e4e4e4;
  border-radius: 7px;
}

.login-sec.new-login .inputBx {
  width: 100%;
}

.step-box .head {
  color: #144394;
}

.payment-form .form-check .form-check-input {
  float: right;
  cursor: pointer;
}

.payment-form .form-check .form-check-label {
  margin-right: 22px;
  cursor: pointer;
}

.payment-methods {
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.payment-methods .method {
  border-bottom: 1px solid #efefef;
  margin: 15px 0;
  padding-bottom: 15px;
}

.payment-methods .method:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.method-desc {
  display: flex;
  justify-content: start;
  font-size: 11px;
  color: #929292;
  border-radius: 7px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 5px;
  max-width: 500px;
}

.method-desc span {
  margin-right: 5px;
}

.add-visa-btn {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  display: block;
  padding-right: 38px;
  color: #144394;
  font-weight: 700;
}

/*******/

.payment-section .wrapper .card-data-wrapper {
  padding: 1.5rem;
}

.payment-section .wrapper .card-data-wrapper .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.payment-section .wrapper .card-data-wrapper h5 {
  font-weight: 600;
}

.payment-section .wrapper .card-data-wrapper p {
  color: #969696;
}

.credit-card-info {
  border: 1px solid #efefef;
  padding: 1.5rem;
}

@media only screen and (max-width: 414px) {
  .credit-card-info {
    padding: 0.5rem;
  }
}

.credit-card-info .sub-head {
  position: relative;
  padding-right: 7rem;
  border-bottom: 1px dashed #d6d3d3;
  padding-bottom: 0.925rem;
  margin-bottom: 1.3rem;
}

.credit-card-info .sub-head .images {
  position: absolute;
  right: 0;
  top: -10px;
}

@media only screen and (max-width: 414px) {
  .credit-card-info .sub-head .images {
    display: none;
  }
  .credit-card-info .sub-head {
    padding-right: 2rem;
  }
}

.credit-card-info .sub-head p {
  display: inline-block;
  line-height: 18px;
  font-size: 0.925rem;
}

.credit-card-info .sub-head .images img {
  width: 50px;
}

.payment-card-form {
  font-size: 0.9rem;
}

.payment-card-form input,
.payment-card-form select {
  outline: none !important;
  box-shadow: none !important;
  font-size: 0.925rem;
  border-radius: 50px;
}

.payment-card-form input::placeholder,
.payment-card-form select {
  color: #969696;
}

.payment-card-form .input-wrapper {
  position: relative;
}

.payment-card-form .input-wrapper input,
.payment-card-form .input-wrapper select {
  padding-right: 2rem;
}

.payment-card-form .input-wrapper .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0c9447;
}

.payment-card-form .error {
  color: #fa284b;
}

.modal-header .btn-close {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .side-checkout-card {
    position: fixed;
    left: 50px;
    top: 180px;
    max-width: 350px;
  }
}

@media screen and (min-width: 1300px) {
  .side-checkout-card {
    max-width: 380px;
  }
}

@media screen and (min-width: 1300px) {
  .side-checkout-card {
    max-width: 400px;
  }
}

@media screen and (min-width: 1600px) {
  .side-checkout-card {
    max-width: 500px;
  }
}

@media screen and (min-width: 1700px) {
  .side-checkout-card {
    max-width: 600px;
  }
}

@media screen and (min-width: 1800px) {
  .side-checkout-card {
    max-width: 600px;
  }
}

@media screen and (min-width: 1900px) {
  .side-checkout-card {
    max-width: 650px;
  }
}

@media screen and (min-width: 2000px) {
  .side-checkout-card {
    max-width: 700px;
  }
}

@media screen and (max-width: 1250px) and (min-width: 1200px) {
  .side-checkout-card {
    left: 50px;
    top: 150px;
  }
}

.side-checkout-card {
  border: 1px solid #e4e4e4;
  padding: 30px 25px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  z-index: 100;
}

.side-checkout-card button {
  width: 100%;
}

.side-checkout-card p {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 25px;
}

.pay-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.pay-row:last-child {
  margin-bottom: 5px;
}

.total-row {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
}
