.step_shadow {
    background: #fff;
    box-shadow: 0 3px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
    max-width: 900px;
    margin: 0 auto;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    margin-bottom: 3rem;
    color: #050505;
}
.step_header {
    background: #6b2b2b;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 2rem 1rem;
}
.step_header ul.step-steps {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 700px;
    padding: 0;
}
.step_header ul.step-steps li {
    width: calc(100% / 2);
    display: inline-flex;
    justify-content: center;
    position: relative;
}
.step_header ul.step-steps li:last-child {
    display: none !important;
}
.step_header ul.step-steps li:first-child:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 0;
}
.step_header ul.step-steps li a {
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    pointer-events: none;
    padding-top: 45px;
}
.step_header ul.step-steps li a span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.step_header ul.step-steps li a span img {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    vertical-align: bottom;
}
.step_header ul.step-steps li a:before {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #6b2b2b;
}
.step_header ul.step-steps li.done a:before {
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.step_header ul.step-steps li:last-child a{
    margin-right: 0;
}
.step_body {
    padding: 2rem;
}
.step_body .step-content .step-tab-panel {
    display: none;
}
.step_body .step-content .step-tab-panel.active {
    display: block;
}
.step_body .btn_block button {
    margin-top: 10px;
    margin-right: 10px;
    background: #6C3833;
    padding: 14px 40px;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.step_body h3 {
    margin-bottom: 2rem;
}
.step_body form .form-group {
    margin-bottom: 30px;
}
.step_body form label {
    color: inherit;
    font-family: inherit;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
}
.step_body form .form-control {
    border: 1px solid #eee !important;
    height: 50px;
}
.step_body form .form_check input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.step_body form .form_check label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding-top: 4px;
}
.form_check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #6C3833;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
    top: -3px;
}
.step_body form .form_check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #6C3833;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.step_body form input#real-file {
    display: none;
}
.step_body form .upload_file {
    font-size: 92%;
    color: #000;
}
.step_body form span#fileup-text {
    display: inline-block;
    margin: 5px 0;
}
.step_body form button#fileup-button {
    border: 1px solid #6b2b2b !important;
    color: #6b2b2b;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    background: #e2e2e2;
    display:block;
}

.step_body .tnakyou_step img {
    max-width: 200px;
    margin: 1rem auto 3rem;
}
span.select2.select2-container {
    width: 100% !important;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
}
.select2-container .select2-selection{
    font-size: inherit;
    font-weight: 400;
    text-align: left;
    background: #fff url(../images/select-arrow.svg) no-repeat right 10px center !important;
    background-size: 15px !important;
    padding: 18px 30px 13px 12px;
    width: 100%;
    height: 55px !important;
    color: #000;
    border: 1px solid #eee !important;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none;
}
.select2-container--default .select2-results__option{
    font-size: 14px;
    padding: 8px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #faf9fb !important;
    border: 0 !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 0 !important;
    padding: 0 5px !important;
    color: #8F8F8F;
    height: 30px;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span{
    color: #8F8F8F !important;
    margin-right: 5px !important;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #faf9fb !important;
    color: #000 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #6b2b2b !important;
    color: #fff !important;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ececec !important;
}
.select2-dropdown{
    z-index: 99999 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}


@media only screen and (max-width: 767px){
.step_header ul.step-steps li a span {
    font-size: 16px;
}
.step_header ul.step-steps li a span img {
    width: 22px;
    height: 22px;
}
}

@media only screen and (max-width: 480px){
.step_header {
    padding: 1rem 10px;
}
.step_body form span#fileup-text {
    display: block;
}
.step_body {
    padding: 1rem;
}
.step_body .btn_block button {
    padding: 10px 30px;
}
}


@media only screen and (max-width: 420px){
.step_header ul.step-steps li a span {
    font-size: 0;
}
.step_header ul.step-steps li a span img {
    width: 40px;
    height: 40px;
    margin: 0;
}
}