.section-class-show{
    display: block;
}
 .section-class-hide{
    display: none;
}
 .ques{
     display: none;
}
 .active {
     display: inherit;
}
 .focused:focus{
    border-color: #bfdeff;
    background-color: #eee;
}
 .editor ol li {
     list-style: revert !important;
     font-size: 16px !important;
     line-height: 25px !important;
     color: #2d2d2d !important;
     margin-bottom: 15px;
}
/********/
.steps {
  position: relative;
  margin: auto;
  max-height: 510px;
  overflow: scroll;
  overflow-x: hidden;
}
.steps::-webkit-scrollbar {
  width: 3px !important;
}
.steps::-webkit-scrollbar-thumb {
  background: #ccc !important;
}
.steps::-webkit-scrollbar-track {
  background: 0 0 !important;
}
.step {
  padding: 0 20px 15px 40px;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-family: 'flaticon';
}
.step::before {
  content: "";
  position: absolute;
  background: #fafafa;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  left: calc(47px / 2);
  transform: translateX(-45%);
  z-index: 2;
  border: 2px solid #d7600d;
}
.step.act::before {
  background: #e94d4e;
  content: "\f108";
  color: #fff;
  font-size: 22px;
  padding-left: 4px;
  padding-top: 1px;
}
.step::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #c6c6c6;
  left: calc(50px / 2);
  top: 0;
  z-index: 1;
}
.step:last-child::after {
  display: none;
}
.step.minimized {
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.step .header {
  user-select: none;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  padding-left: 10px;
  position: relative;
  top: 7px;
  font-family: Roboto, sans-serif;
}
.subheader {
  user-select: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.step-content {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}
.step.minimized > .step-content {
  height: 0;
}
.score {
  display: block;
  padding: 8px 15px;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  font-size: 14px;
}
.point_calculator_list li {
  margin-bottom: 15px;
}
.thankou {
  width: 800px;
}
.thankou img {
  width: 700px !important;
  margin: auto;
}
.thankou h1 {
  position: relative;
}
.thankou h1:after {
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #e94d4e;
}
.md-stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.md-stepper-horizontal .md-step {
  display: table-cell;
  position: relative;
  padding: 24px;
}
.md-stepper-horizontal .md-step:active {
  border-radius: 15%/75%;
}
.md-stepper-horizontal .md-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
  background-color: #757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
  display: none;
}
.md-stepper-horizontal .md-step .md-step-circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-color: #999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
  background-color: #e94d4e;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
  background-color: #f96302;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
  background-color: #2196f3;
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
  font-family: FontAwesome;
  font-weight: 100;
  content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
  display: none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
  font-family: FontAwesome;
  font-weight: 100;
  content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-optional,
.md-stepper-horizontal .md-step .md-step-title {
  text-align: center;
  color: rgba(0, 0, 0, 0.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
  font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-optional {
  font-size: 12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1px solid #ddd;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}
.btn-brown {
  background: #e94d4e;
}
.btn-brown:hover {
  background: #2f2e41 !important;
}
.btn {
  font-size: 17px;
  color: #fff;
  background: #e94d4e;
  position: relative;
  padding: 10px 15px;
  border-radius: 30px;
}
.btn:hover {
  color: #fff;
}