html {
  height: 100%
}

body {

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#msform {
  text-align: center;
  position: relative;
  /* margin-top: 20px */
}

#msform fieldset {
  /* background: white; */
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  /* padding-bottom: 20px; */
  position: relative
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform input,
#msform textarea {
  /* padding: 8px 15px 8px 15px; */
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 15px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer !important;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673AB7;
  outline-width: 0
}

#msform .action-button {
  width: 100px;
  background: #673AB7;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311B92
}

#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: left;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000
}

.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: 20px;
  color: #191b1b;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding: 0px
}

#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 {
  content: "1";
  color: #f99d1c;
  font-weight: bold;
}

#progressbar #personal:before {
  content: "2";
  color: #f99d1c;
  font-weight: bold;
}

#progressbar #payment:before {
  content: "3";
  color: #f99d1c;
  font-weight: bold;
}

#progressbar #confirm:before {
  content: "4";
  color: #f99d1c;
  font-weight: bold;
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: white;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  border: 2px solid;
}

#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: #191b1b;
  color: white !important;
  border-color: #f99d1c !important;
}

.progress {
  height: 20px
}

.process:child(4) {
  display: none !important;
}

.progress-bar {
  background-color: #f99d1c !important;
  border: 1px solid #191b1b !important;
  border-radius: 1px !important;
}

.progressbar-one:nth-child(4) {
  display: none !important;
}

.progress {
  border-radius: 1px !important;
}

.progress-bar-striped {
  background-image: none !important;
}

.fit-image {
  width: 100%;
  object-fit: cover
}

.slidecontainer {
  width: 100%;
  margin: 25px 0px;
}

.h1-title {
  font-size: 1rem !important;
  text-transform: capitalize;
  color: gray;
}

.h1-subtitle {
  font-size: 1.5rem;
  color: #f99d1c;
  text-transform: capitalize;
  margin: 15px 0px;
}

.img-coach {
  width: 200px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.img-coach2 {
  width: 280px;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
}

.img-coach3 {
  width: 280px;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
}

.img-coach4 {
  width: 280px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-span span {
  /* margin: auto; */
}

.slider-span {
  display: flex;
}

.slider {
  width: 100% !important;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider-input {
  margin: 0px 30px;
}

.slider:hover {
  opacity: 1;
}

.page {
  margin-top: 20px;

}

.orient-card {
  border: 2px solid #f99d1c !important;
  background-color: #f4f4f4;
  border-radius: 12px !important;
}

.form-ori {
  padding: 20px;
}

.nextbtn {
  background-color: #f99d1c !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 25px !important;
}

.prebtn {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 25px !important;
}



.slider-ori[type="range"] {
  -webkit-appearance: none !important;
  -moz-appearance: none;
}


.slider-ori[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: #FF5E00;
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

.slider-ori[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border: 3px solid #FF5E00;
  height: 20px !important;
  width: 10px !important;
  border-radius: 0%;
  background: #000 !important;
  margin-top: -7px;
  /* margin-left: -58px; */
}

/* .slider-ori[type=range]::-webkit-slider-thumb{
    margin-left: 0px !important;
  } */

.slider-ori[type=range]:focus {
  outline: none;
}


.score {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 20px;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #000;
  background-color: #f99d1c;

}




.slider-ori[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none !important;
  background: #000000 !important;
}

.slider-ori[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-color: #000000 !important;
}


.slider-ori {
  border: none !important;
  background-color: #000 !important;

}

.scale1 {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: .8rem;
  margin: 20px 0px;
}

@media screen and (min-width:320px) and (max-width:768px) {
  .steps {
    font-size: 14px;
  }

  .h1-subtitle {
    font-size: 1rem;
  }

  .img-coach2 {
    width: 250px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-coach3 {
    width: 250px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  #msform .action-button {
    width: 100%;
    margin: 5px 0px;
  }

  #msform .action-button-previous {
    width: 100%;
    margin: 5px 0px;
  }
}

.slider1 {
  display: flex;
}

.slider1 span {
  width: 100%;
}

.span1 {
  margin-left: 97px;
}

.span2 {
  margin-left: 98px;
}

.span3 {
  margin-left: 95px;
}

.span4 {
  margin-left: 98px;
}

.span5 {
  margin-left: 98px;
}

.span6 {
  margin-left: 97px;
}

.span7 {
  margin-left: 98px;
}

.span8 {
  margin-left: 97px;
}

.span9 {
  margin-left: 97px;
}

.span10 {
  margin-left: 92px;
}

.slider-span span {
  /* margin: auto; */
  /* font-size: 1rem; */
}

.slider-span {
  display: flex;
}


@media screen and (min-width:320px) and (max-width:768px) {
  .slider-span {
    display: none;
  }

}

@media screen and (min-width:768px) and (max-width:992px) {

  /* .slider-ori[type=range]::-webkit-slider-thumb {
        margin-left: -15px;
      } */
  .span1 {
    margin-left: 55px;
  }

  .span2 {
    margin-left: 56px;
  }

  .span3 {
    margin-left: 56px;
  }

  .span4 {
    margin-left: 56px;
  }

  .span5 {
    margin-left: 56px;
  }

  .span6 {
    margin-left: 54px;
  }

  .span7 {
    margin-left: 54px;
  }

  .span8 {
    margin-left: 54px;
  }

  .span9 {
    margin-left: 54px;
  }

  .span10 {
    margin-left: 50px;
  }
}

@media screen and (min-width:992px) and (max-width:1024px) {

  /* .slider-ori[type=range]::-webkit-slider-thumb {
        margin-left: -15px;
      } */
  .span1 {
    margin-left: 78px;
  }

  .span2 {
    margin-left: 78px;
  }

  .span3 {
    margin-left: 78px;
  }

  .span4 {
    margin-left: 80px;
  }

  .span5 {
    margin-left: 80px;
  }

  .span6 {
    margin-left: 80px;
  }

  .span7 {
    margin-left: 80px;
  }

  .span8 {
    margin-left: 80px;
  }

  .span9 {
    margin-left: 80px;
  }

  .span10 {
    margin-left: 75px;
  }
}

@media screen and (min-width:1024px) and (max-width:1199px) {

  /* .slider-ori[type=range]::-webkit-slider-thumb {
        margin-left: -15px;
      } */
  .span1 {
    margin-left: 78px;
  }

  .span2 {
    margin-left: 78px;
  }

  .span3 {
    margin-left: 78px;
  }

  .span4 {
    margin-left: 80px;
  }

  .span5 {
    margin-left: 80px;
  }

  .span6 {
    margin-left: 80px;
  }

  .span7 {
    margin-left: 80px;
  }

  .span8 {
    margin-left: 80px;
  }

  .span9 {
    margin-left: 80px;
  }

  .span10 {
    margin-left: 75px;
  }
}

@media screen and (min-width:1400px) {
  .span1 {
    margin-left: 114px;
  }

  .span2 {
    margin-left: 117px;
  }

  .span3 {
    margin-left: 114px;
  }

  .span4 {
    margin-left: 116px;
  }

  .span5 {
    margin-left: 116px;
  }

  .span6 {
    margin-left: 116px;
  }

  .span7 {
    margin-left: 114px;
  }

  .span8 {
    margin-left: 114px;
  }

  .span9 {
    margin-left: 114px;
  }

  .span10 {
    margin-left: 114px;
  }
}

@-moz-document url-prefix() {
  .slider-ori[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
  }


  .slider-ori[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: #FF5E00;
    width: 100%;
    height: 4px;
    border-radius: 4px;
  }

  /* .slider-ori[type=range]::-webkit-slider-thumb {
    color: red;
  } */

  /* .slider-ori[type=range]::-webkit-slider-thumb{
    margin-left: 0px !important;
  } */

  .slider-ori[type=range]:focus {
    outline: none;
  }


  .score {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #000;
    background-color: #f99d1c;

  }




  .slider-ori[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none !important;
    background: #000000 !important;
  }

  .slider-ori[type=range]::-moz-range-thumb {
    -webkit-appearance: none !important;
    border-color: #000000 !important;
  }


  .slider-ori {
    border: none !important;
    background-color: #000 !important;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    margin: 10px 0px !important;

  }

  .scale1 {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: .8rem;
    margin: 20px 0px;
  }
}

@-moz-document url-prefix() {
  .slider-ori[type=range]::-moz-range-thumb {
    -webkit-appearance: none !important;
    border: none;
    height: 20px !important;
    width: 10px !important;
    border-radius: 0%;
    background: #000 !important;
    margin-top: -7px;
    /* margin-left: -58px; */
  }
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;

  .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;

    &::before {
      top: 3px;
      left: -2px;
      width: 30px;
      transform-origin: 100% 50%;
      border-radius: 100px 0 0 100px;
    }

    &::after {
      top: 0;
      left: 30px;
      width: 60px;
      transform-origin: 0 50%;
      border-radius: 0 100px 100px 0;
      animation: rotate-circle 4.25s ease-in;
    }

    &::before,
    &::after {
      content: '';
      height: 100px;
      position: absolute;
      background: #FFFFFF;
      transform: rotate(-45deg);
    }

    .icon-line {
      height: 5px;
      background-color: #f99d1c;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 10;

      &.line-tip {
        top: 46px;
        left: 14px;
        width: 25px;
        transform: rotate(45deg);
        animation: icon-line-tip 0.75s;
      }

      &.line-long {
        top: 38px;
        right: 8px;
        width: 47px;
        transform: rotate(-45deg);
        animation: icon-line-long 0.75s;
      }
    }

    .icon-circle {
      top: -4px;
      left: -4px;
      z-index: 10;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: absolute;
      box-sizing: content-box;
      border: 4px solid #000;
    }

    .icon-fix {
      top: 8px;
      width: 5px;
      left: 26px;
      z-index: 1;
      height: 85px;
      position: absolute;
      transform: rotate(-45deg);
      background-color: #FFFFFF;
    }
  }
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.ori-success-text {
  color: #f99d1c;
}

.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.last-fieldset {
  padding: 0px !important;
}

#shows {
  display: flex;
  justify-content: center;
  margin: 5px 0px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 100%;

}

#shows2 {
  display: flex;
  justify-content: center;
  margin: 5px 0px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 100%;

}

#shows3 {
  display: flex;
  justify-content: center;
  margin: 5px 0px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 100%;

}

#shows4 {
  display: flex;
  justify-content: center;
  margin: 5px 0px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 100%;

}

@media screen and (min-width:320px) and (max-width:992px) {
  #shows {
    font-size: 8px !important;
    position: relative;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 100%;
  }

  #shows2 {
    font-size: 8px !important;
    position: relative;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 100%;
  }

  #shows3 {
    font-size: 8px !important;
    position: relative;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 100%;
  }

  #shows4 {
    font-size: 8px !important;
    position: relative;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 100%;
  }
}