.steps-block {
    padding: 50px 0;
    background-color:  #F6F6F9;
    border-top: 1px solid #EAEBF2;
}

.hours-text__translate {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hours-text__translate .select{
    margin: 0;
    height: 50px;
    background-position-y:center;
}

.hours-text__translate > img {
    margin: 0 15px;
}

.hours-text__translate > .btn {
    margin-left: 20px;
}
.steps-block .hours-text-wrpr {
   margin-bottom: 25px;
}
.hours-text-wrpr p{
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.hours-text-wrpr p span {
    color: #7C4DFF;
    font-weight: 600;
}

.steps-block .app-welcome {
    background: #FFFFFF;
    border: 1px solid #EAEBF2;
    border-radius: 15px;
    max-width: 539px;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin:0 auto 10px;
}
.steps-block.form .app-welcome{
    padding: 0;
}
.steps-block .app-welcome form {
    width: 100%;
}
.steps-block .app-welcome + .hours-text {
    margin-top: 25px;
}
.upload-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.upload-item > h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
.upload-item > .btn {
    min-width: 243px;
    margin-top: 20px;
}
.upload-item > img {
    margin-bottom: 15px;
}
.upload-item > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.upload-item__title {
    font-weight: 500;
    font-size: 16px;
    margin:0 0 10px 0;
}
.app-welcome__social {
    margin-top: 20px;
}
.app-welcome__social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.app-welcome__social {
    padding-left: 20px;
}
.app-welcome__social a {
    margin-right: 20px;
}
#upload.inner {
    padding-bottom: 50px;
}
#upload.inner .upload-title {
    margin-bottom: 40px;
}
#upload.inner .upload-btn-wrap {
    max-width: 243px;
}
#upload.inner .upload-btn-wrap .upload-button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    width: auto;
}
#upload.inner #drop_zone h3 {
    margin: 0 0 20px 0;
}
#upload.inner .app-welcome {
    padding: 32px;
}
.multiple_formats_upload > div + div {
    margin-top: 20px;
}
.app-welcome__social a.blue {
    background-color: #3B5998;
}
.spiner {
    animation: spiner 2s linear infinite;
}

.steps-block .welcome_outer{
    margin-top: 0 !important;
    display: block;
}

.steps-block .welcome_outer{
    margin-bottom: 0 !important;
}

.steps-block .workflow-heading{
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}
.steps-block .workflow-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.steps-block .purple-text{
    color: #8044DB;
}
.steps-block .workflow-bold{
    font-weight: 600;
}
.steps-block .workflow-body{
    margin: 20px auto 30px auto;
}
.workflow-btn{
    background: linear-gradient(264.49deg, #61DF6E -25.67%, #2EB95D 92.69%);
    box-shadow: 0px 4px 8px rgba(35, 28, 75, 0.15);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    padding: 16px 38px;
    cursor: pointer;
}





.workflow-form .form-header{
    display:flex;
    align-items:center;
    justify-content: space-between;
    border-bottom: 1px solid #EAEBF2;
    margin-bottom: 20px;
    padding: 20px 25px;
    
}
.workflow-form .form-header h2{
    font-weight: 600;
    font-size: 21px;
}
.workflow-form .form-header .payments-methods{
    display:flex;
    align-items:center;
}
.workflow-form .form-body{
    padding-bottom: 0;
}
.workflow-form .form-action{
    padding-bottom: 20px;
}
.workflow-form .form-header .payments-methods img{
    height: 100%;
}
.workflow-form .form-header .payments-methods img:not(.workflow-form .form-header .payments-methods img:last-child){
    margin-right: 5px;
}
.app-welcome.p-0{
    padding: 0px;
}
.p-25{
    padding: 25px;
}




.cards{
    display:flex;
    margin: 0 -10px;
}
.cards__col-6{
    flex: 0 0 auto;
    padding: 0 10px;
    width: 50%;
}
.cards__col-12{
    flex: 0 0 auto;
    padding: 0 10px;
    width: 100%;
}
.form-el{
    width: 100%;
    text-align: initial;
    margin-bottom: 20px;
}

.form-el label{
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}
.form-el input{
    width: 100%;
}
.input{
    background: #FFFFFF;
    border: 1px solid #EAEBF2;
    border-radius: 5px;
    padding: 11px 12px;
    outline: none;
}
.input::placeholder{
    color: #333333;
    opacity: 0.3;
    font-weight: 500;
    font-size: 14px;
}
.dbl-input{
    position: relative;
}
.dbl-input .more-input{
    display:flex;
    position: absolute;
    top: 0;
    right: 0;
}
.dbl-input .more-input input{
    width: 80px;
    border-radius: 0;
    border-left: none;
}
.more-input input:not(.more-input input:last-child){
    border-right: none !important;
}
.dbl-input .more-input input:last-child{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.app-welcome__social a.blue-light {
    background-color: #1DA1F2;
}
.app-welcome__social a.orange  {
    background-color: #DC4E41;
}
.app-welcome__social a.purple  {
    background-color: #6865E0;
}

.app-welcome + .app-welcome {
    min-height: auto;
}

@keyframes spiner {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 575px) {
    .hours-text__translate {
        flex-direction: column;
    }
    .hours-text__translate > img {
        display: none;
    }
    .hours-text__translate .select {
        margin-bottom: 15px;
    }
    .hours-text__translate .btn {
        margin-left: 0;
    }
    .app-welcome__social a {
        margin-bottom: 10px;
    }
    .steps-block {
        padding: 30px 0;
    }
    .steps-block .app-welcome {
        padding: 25px;
    }
    .workflow-form .form-header{
        flex-direction:column;
        justify-content:center;
    }
    .workflow-form .form-body{
        padding-top: 5px;
    }
    .cards{
        flex-direction: column;
    }
    .cards__col-6{
        width: 100%;
    }
}

@media (max-width: 460px) {
    .form-el{
        padding: 5px;
    }
    .dbl-input .more-input input{
        padding: 11px 0;
        width: 60px;
    }
}
