
html{
	overflow-y: scroll;
}

.registration-container {
	max-width: 1000px;
}

.reg-heading {
	margin-top: 20px;
	
}

.body-container {
	background-color: #F4F4F4;
}
 
.cancel-link {
	font-size: 18px;
	margin-top: 15px;
}

.back-button {
	width: 200px;
}
.continue-button {
	width: 250px;
}


/* progress bar */
 
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
    bottom: 10px;
}

.progress-wrapper {
  margin: 15px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .progress-wrapper {
    margin: 30px 0;
    height: 72px;
  }
}
.progress-wrapper .nav,
.progress-wrapper .items {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.progress-wrapper .nav .link,
.progress-wrapper .items .link {
  display: inline-block;
  position: relative;
}
.progress-wrapper .nav .link .title,
.progress-wrapper .items .link .title {
  position: absolute;
  text-decoration: none;
}
.progress-wrapper .nav .link:first-child,
.progress-wrapper .items .link:first-child {
  width: 0;
}
.progress-wrapper.progress-ten .link {
  width: 10%;
}
.progress-wrapper.progress-nine .link {
  width: 11.11111%;
}
.progress-wrapper.progress-eight .link {
  width: 12.5%;
}
.progress-wrapper.progress-seven .link {
  width: 14.28571%;
}
.progress-wrapper.progress-six .link {
  width: 16.66667%;
}
.progress-wrapper.progress-five .link {
  width: 20%;
}
.progress-wrapper.progress-four .link {
  width: 20%;
}
.progress-wrapper.progress-three .link {
  width: 25%;
}
.progress-wrapper.progress-two .link {
  width: 33.33333%;
}
@media only screen and (max-width: 767px) {
  .progress-wrapper .nav {
    height: 35px;
  }
}
.progress-wrapper .nav .progress-redbg {
  height: 2px;
  display: block;
}
.progress-wrapper .nav .symbol {
  font-size: 30px;
  display: none;
  color: transparent;
}
.progress-wrapper .nav .link {
  height: 2px;
  background-color: #CECECE;
}

.progress-wrapper .nav .link .title {
  background-color: #ffffff;
  border-radius: 60px;
  border: 2px solid #CECECE;
  height: 30px;
  margin: -17px -15px 0 0;
  right: 0;
  width: 30px;
  z-index: 1;
  padding: 0;
  box-sizing: content-box;
}

.progress-wrapper .nav .link.status-done .title {
  cursor: pointer;
  background-color: #21AE56;
  border-color: #21AE56;
}
.progress-wrapper .nav .link.status-done .symbol {
  display: block;
}

.progress-wrapper .nav .link.status-done-animate .title {
  animation: colorchange 1s;
  -webkit-animation: colorchange 1s;
}
.progress-wrapper .nav .link.status-done-animate .symbol {
  animation: tick-op 1s;
  -webkit-animation: tick-op 1s;
}
.progress-wrapper .nav .link.status-current .title {
  border-color: #D0021B;
  background-color: #D0021B;
  display: block;
  animation: tick-bounce 0.8s linear both;
  animation-delay: 0.5s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.progress-wrapper .nav .link.status-current .progress-redbg {
  height: 2px;
  display: block;
}
.progress-wrapper .nav .link.status-previous .progress-redbg {
  height: 2px;
  display: block;
}
.progress-wrapper .nav .link.status-previous.animate-slow .nav-previous {
  animation-duration: 100ms;
  -webkit-animation-duration: 100ms;
  -moz-animation-duration: 100ms;
  animation-name: animatecirclereverse;
  -webkit-animation-name: animatecirclereverse;
  -moz-animation-name: animatecirclereverse;
  border-color: #ccc;
  background-color: #fff;
}
.progress-wrapper .nav .link.status-previous.animate-slow .progress-redbg {
  animation-duration: 100ms;
  -webkit-animation-duration: 100ms;
  -moz-animation-duration: 100ms;
  animation-name: animatereverse;
  -webkit-animation-name: animatereverse;
  -moz-animation-name: animatereverse;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -moz-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  width: 100%;
}
.progress-wrapper .nav .link.status-previous.animate-slow .expand {
  width: 0%;
}
.progress-wrapper .nav .link.status-previous.animate-med .nav-previous {
  animation-duration: 100ms;
  -webkit-animation-duration: 100ms;
  -moz-animation-duration: 100ms;
  animation-name: animatecirclereverse;
  -webkit-animation-name: animatecirclereverse;
  -moz-animation-name: animatecirclereverse;
  border-color: #ccc;
  background-color: #fff;
}
.progress-wrapper .nav .link.status-previous.animate-med .progress-redbg {
  animation-duration: 100ms;
  -webkit-animation-duration: 100ms;
  -moz-animation-duration: 100ms;
  animation-name: animatereverse;
  -webkit-animation-name: animatereverse;
  -moz-animation-name: animatereverse;
  animation-timing-function: cubic-bezier(0.17, 0.37, 0.33, 0.17);
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.37, 0.33, 0.17);
  -moz-animation-timing-function: cubic-bezier(0.17, 0.37, 0.33, 0.17);
  width: 100%;
}
.progress-wrapper .nav .link.status-previous.animate-med .expand {
  width: 0%;
}
.progress-wrapper .nav .link.status-previous.animate-fast .nav-previous {
  animation-duration: 100ms;
  -webkit-animation-duration: 100ms;
  -moz-animation-duration: 100ms;
  animation-name: animatecirclereverse;
  -webkit-animation-name: animatecirclereverse;
  -moz-animation-name: animatecirclereverse;
  border-color: #ccc;
  background-color: #fff;
}
.progress-wrapper .nav .link.status-previous.animate-fast .progress-redbg {
  animation-duration: 100ms;
  -webkit-animation-duration: 100ms;
  -moz-animation-duration: 100ms;
  animation-name: animatereverse;
  -webkit-animation-name: animatereverse;
  -moz-animation-name: animatereverse;
  animation-timing-function: cubic-bezier(0.17, 0.37, 0.33, 0.17);
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.37, 0.33, 0.17);
  -moz-animation-timing-function: cubic-bezier(0.17, 0.37, 0.33, 0.17);
  width: 100%;
}
.progress-wrapper .nav .link.status-previous.animate-fast .expand {
  width: 0%;
}
.progress-wrapper .nav .link.status-previous .title {
  border-color: #D0021B;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .progress-wrapper .items {
    height: 30px;
  }
}
.progress-wrapper .items .link .title {
  opacity: 1;
  transition: opacity 0.20s ease-in-out;
  -moz-transition: opacity 0.20s ease-in-out;
  -webkit-transition: opacity 0.20s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .progress-wrapper .items .link.status-done, .progress-wrapper .items .link.status-not-done {
    display: none;
  }
  .progress-wrapper .items .link.status-done .title, .progress-wrapper .items .link.status-not-done .title {
    font-size: 0px;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .progress-wrapper .items .link.status-current {
    display: block;
    width: 100% !important;
    margin: 0 auto;
  }
  .progress-wrapper .items .link.status-current .title {
    color: #000;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: 10px 10% 0 10%;
    opacity: 1;
  }
}

  .progress-wrapper .items .link.status-previous .title {
    color: #000;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: 0 10%;
  }
@media only screen and (max-width: 767px) {
  .progress-wrapper .items .link.fadeOut .title {
    opacity: 0;
  }
}

@media only screen and (min-width: 767px) {
	.progress-wrapper .items .link {
		display: inline-block;
		visibility: visible;
	}
  .progress-wrapper .items .link .title {
    color: #CECECE;
    margin: 10px 0 0 0;
    right: -35px;
    text-align: center;
    width: 70px;
    word-spacing: 1000px;
    z-index: 1;
  }
  .progress-wrapper .items .link.status-done .title, .progress-wrapper .items .link.status-current .title {
    color: #000;
  }
  .progress-wrapper .items .link.status-done {
    cursor: pointer;
  }
}
  
  .btn btn-important {
   border: none;
   padding: 15px 32px;
   text-align: right;
}

  .btn btn-outline-dark {
   border: none;
   padding: 15px 32px;
   text-align: center;
}

  .btn btn-lg {
   padding: 16px 26px;
   font-size: 26px;
   line-height: 1.33;
}

.push {
    height: 93px;
    margin: 0px;
    padding: 0px;
}

.col-md-12{
	padding-bottom: 250px;
}

.ad-continue{
    margin-top: 15px;
    width: 250px;
    margin-left: 910px;
}

.pd-continue{
    margin-top: 15px;
    width: 250px;
    margin-left: 690px;
}

.bd-continue{
    margin-top: 15px;
    width: 250px;
    margin-left: 690px;
}

.required-span{
    color: red;	
}
.well{
	background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #b5b6b8;
}
.form-container{
	margin: 0 auto;
    max-width: 330px;
    padding: 0px 15px 15px;
    font-weight: normal;
}
.padding-down{
	 margin-bottom: 250px;
}

.border-only{
	margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}


.field-error {
	border: 1px solid #721c24;
}

.label-error {
	color: #721c24;
}

.empty-req{
    border: 1px solid rgb(255, 0, 0);
}

.empty-label{
    color: red;
}

.div-drop-select{
    width: 260px;
}


.select-custom-icon{
	
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-prefix-chevron-down' id='icon-prefix-chevron-down' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9' fill='none' stroke-linecap='round' stroke-width='4' stroke='red' %3E%3C/polyline%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 0%;
}

.bck-btn{
	margin-top: 15px;
    margin-right: 15px;
    width: 200px;
}

.modal-title {
	font-size: 1rem;
}

.search-button {
	font-size: .9rem;
}