header.reg-header {
    border-bottom: none;
    box-shadow: inset 0 -2px 5px rgb(0 0 0 / 33%);
    background: linear-gradient(360deg,#ffec98,#ffffff 41.07%,#bbbcff 76.05%);
}.section-reg {
    background: linear-gradient(175deg,#ffec98,#ffffff 41%,#9798cf 76.05%);
    padding: 60px 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 850px !important;
}
.checkout-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 30%);
   box-shadow: 0 0 1.5rem rgb(17 17 17 / 70%);
}
.thank-you .checkout-panel:before{
  content: '';
  background: url(../images/thank-you-before.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 105px;
}
.thank-you .checkout-panel:after{
  content: '';
  background: url(../images/thank-you-after.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 120px;
}
.panel-body {
  padding: 35px 50px 0;
  flex: 1;
}
.panel-body h4 {
  margin: 25px 0;
    color: #2f3192;
    font-size: 18px;
    font-weight: 600;
}
 
.title {
      font-weight: 600;
    margin-top: 0;
    margin-bottom: 7px;
    color: #b61f24;
    border-bottom: 1px solid;
}
.progres-bar {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
 
.step {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #efefef;
}
 
.step:after {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 22px;
  width: 200px;
  height: 6px;
  content: '';
  background-color: #efefef;
}
 
.step:before {
  color: #2e2e2e;
  position: absolute;
  top: 40px;
}
 
.step:first-child:before {
  color: #f62f5e;
}
 
.step:last-child:after {
  content: none;
}
 
.step.active {
  background-color: #f62f5e;
}
.step.active:after {
  background-color: #f62f5e;
}
.step.active:before {
  color: #f62f5e;
}
.step.active + .step {
  background-color: #f62f5e;
}
.step.active + .step:before {
  color: #f62f5e;
}
 
.step:nth-child(1) {
  background-color: #f62f5e;
} 
.step:nth-child(1):before {
  content: 'Registration';
}
.step:nth-child(2):before {
  right: -40px;
  content: 'Confirmation';
}
.step:nth-child(3):before {
  right: -30px;
  content: 'Payment';
}
.step:nth-child(4):before {
  right: 0;
  content: 'Finish';
}
.payment-method {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
 
.method {
  display: flex;
  flex-direction: column;
  width: 382px;
  height: 122px;
  padding-top: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: rgb(249, 249, 249);
  justify-content: center;
  align-items: center;
}
 
.card-logos {
  display: flex;
  width: 150px;
  justify-content: space-between;
  align-items: center;
}
 
.radio-input {
  margin-top: 20px;
}
 
input[type='radio'] {
  display: inline-block;
}
.input-fields {
  display: flex;
  justify-content: space-between;
}
 
.input-fields label {
  display: block;
  margin-bottom: 10px;
  color: #b4b4b4;
}
 
.info {
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 50px;
  opacity: .5;
  color: #2e2e2e;
}
 
div[class*='column'] {
  width: 382px;
}
 
.container-set .form-control, .wizard-input-container .form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #bbb;
    background-color: #fff;
    color: #00769d;
    resize: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #767676;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
 .reg_form input[type="checkbox"] {
    position: absolute;
    width: 25px;
    height: 25px;
}
.reg_form label {
    display: inline-block;
    margin: 0px 0px 0 30px;
    font-size: 13px;
    line-height: 1;
    color: #555;
    font-weight: 400;
}
label.error{
    display: inline-flex;
    margin: 0px 0px 0 30px;
    font-size: 12px;
    line-height: 1.5;
    color: red!important;
    font-weight: 400;
}
span.help-block.form-error{
    display: inline-flex;
    font-size: 12px;
    line-height: 1.5;
    color: red!important;
    font-weight: 400;
}
#date { background: url(img/icons_calendar_black.png) no-repeat 95%; }
#cardholder { background: url(img/icons_person_black.png) no-repeat 95%; }
#cardnumber { background: url(img/icons_card_black.png) no-repeat 95%; }
#verification { background: url(img/icons_lock_black.png) no-repeat 95%; }
 
.small-inputs {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
 
.small-inputs div {
  width: 182px;
}
.panel-footer {
  display: flex;
  width: 100%;
  height: 96px;
  padding: 0 30px;
  background-color: #2e3092!important;
  justify-content: space-between;
  align-items: center;
}
.btn {
  font-size: 16px;
  width: 163px;
  height: 48px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  letter-spacing: 1px;
  border: none;
  border-radius: 23px;
}
 
.back-btn {
  color: #f62f5e;
  background: #fff;
}
 
.next-btn {
  color: #fff;
  background: #f62f5e;
}
 
.btn:focus {
  outline: none;
}
 
.btn:hover {
  transform: scale(1.1);
}
.blue-border {
  border: 1px solid rgb(110, 178, 251);
}
.warning {
  border-color: #f62f5e;
}


@media (max-width: 767px) {
	.panel-body {
	    padding: 30px;
	    flex: 1;
	}
	.panel-body h2.title{
		font-size: 22px;
	}
}

.pb-20{
	padding-bottom: 20px !important;
}
.pb-10{
  padding-bottom: 10px !important;
}