.c-element {
    padding: 55px 0
}

.c-step h3 {
    text-align: center;
    margin-bottom: 5px
}

.c-step p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #3E3E3E;
    margin: 0
}

.recorder-page-panel{
  float:  none;
  margin:  0 auto;
}

.c-order--form {
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 20px #bbb;
    background: #2F3742;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.c-order--form--header {
    padding: 24px 35px;
    box-sizing: border-box;
    display: table;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.c-order--form--header--img {
    display: table-cell;
    width: 40px;
    vertical-align: top
}

.c-order--form--header--text {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px
}

.c-order--form--header--text h4 {
    font-size: 24px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px
}

.c-order--form--header--text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300
}

.c-order--form--body {
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 35px;
    box-sizing: border-box
}

.c-order--form--body h5 {
    margin: 15px 0;
}

.c-order--form--body span {
    font-size: 18px;
    font-weight: 400;
    color: #363535;
    text-align: left;
    margin-bottom: 15px;
    display: block
}

.form-group--half {
    width: 49%;
}

.c-order--form--body input.form-control{
  margin-bottom: 0px;
}
.c-order--form--body .form-group--half label{
  margin-bottom: 10px;
}

.form-group--half .form-control {
    width: 100%
}

.form-group--half:nth-of-type(even) {
    float: right
}

.showing-panel-area .star-mark,
label .star-mark{
  color: #ff0000;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 16px;
}

.showing-panel-area{
  margin-bottom: 10px; 
}
.showing-panel-area p{
  text-align: left;
}
.showing-panel-area textarea{
  width: 100% !important;
  min-height: 100px;
  margin-top: 10px;
}

.showing-panel-area input[type="text"]{
  margin-top: 10px;
  width: 100% !important;
}
.showing-panel-area input[type="checkbox"]{
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .form-group--half {
        width: 100%
    }
    .c-order--form--header {
        padding: 15px;
        display: block;
    }
    .c-order--form--header--img {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: center
    }

    .c-order--form--header--text {
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        width: 100%;
        text-align: center
    }
    .c-order--form--header--text h4{
        text-align: center;
        font-size: 18px;
    }
}

/*locading div*/
.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple span{
    position: absolute;
    bottom: -15px;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.u-loader{
    position: fixed;
    background: #000000;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 0.8;
    left: 0;
    top: 0;
    display: none;
}