#heading {
  text-transform: uppercase;
  color: #673AB7;
  font-weight: normal
}
#msform {
  text-align: left;
  position: relative;
  margin-top: 20px
}
#msform fieldset {
  position: relative
}
.form-card {
  text-align: left
}
#msform fieldset:not(:first-of-type) {
  display: none
}
.action-button {
  width: auto;
  display: inline-block;
  background: #f69c20;
  font-size: 18px;
  color: #fff;
  border: 0 none;
  border-radius: 10px;
  padding: 7px 30px;
  margin: 20px 0px 0px 0;
  font-weight: 500;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.action-button span, .action-button label {
  cursor: pointer;
  margin: 0;
}
#msform .action-button:hover, #msform .action-button:focus {
  background-color: #fdb512;
  text-decoration: none;
  color: #414141;
}
#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  background-color: #000000
}

div.error {
  color: red;
  padding-top: 5px;
  font-weight: bold;
}

.card {
  z-index: 0;
  border: none;
  position: relative
}
.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}
.purple-text {
  color: #673AB7;
  font-weight: normal
}
.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}
.fieldlabels {
  color: gray;
  text-align: left
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}
#progressbar .active {
  color: #673AB7
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}
#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e"
}
#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007"
}
#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030"
}
#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c"
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #673AB7
}
.progress {
  height: 25px
}
.progress-bar {
  background-color: #ffca2c
}
.fit-image {
  width: 100%;
  object-fit: cover
}
.btn_rounded.reset2 a {
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 0px 0 0 0;
  border: 0;
}
@media (max-width: 768px) {
  .action-button {
    padding: 10px 20px;
    margin: 10px 0px 0px 0;
  }
  #header {
    padding: 40px 0;
  }
  .sec_2 {
    padding: 35px 0 52px 0;
    text-align: center;
  }
  .sec_2 h2 {
    font-size: 25px;
  }
  .sec_2 h3 {
    font-size: 18px;
    padding: 15px 0 15px 0;
  }
  .sec_2 p {
    font-size: 18px;
    padding: 15px 0 38px 0;
  }
  .sec_3 {
    padding: 35px 0 52px 0;
  }
  .sec_3 h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .sec_3 h2 br {
    display: none;
  }
	
.sec_3 h3 {

  font-size: 18px;
  padding: 15px 0 40px 0;
}	
	
	
.sec_3 .block {
  padding: 15px;
  text-align: center;
	margin: 0 0 20px 0;
}	
	
.sec_3 .block h2 {
  text-align: center;
}
	
.btn_sec3 {
  margin: 30px 0 0 0;
}
	
	
.sec_4 {
  padding: 33px 0 40px 0;
}
	
.sec_4 h2 {
  font-size: 25px;
}	
	
.faq.accordion button {
  font-size: 18px;
	padding-right: 20px;
}
	
.faq.accordion .accordion-content p {
  font-size: 16px;
  line-height: 28px;
  margin: 5px 0 20px 0;
  padding: 10px 0px 12px 0px;
}	

.progress {
  height: 15px;
}

}