.top-bar {
    padding: 30px 0 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    border: 1px solid lightgray;
}
.requirement_page {
    height: 350px;
    margin-bottom: 50px;
    text-align: center;
    padding: 190px 0 0;
    background: #9c9191;
}
.requirement_page h1 {
    color: #101049;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 50px;
    font-weight: 700;
}
.requirment-fom {
    background: #fff;
    padding: 33px 25px;
    border: 1px solid #000;
    border-radius: 11px;
    margin: 10px 0 113px;
}
.requirment-fom h2 {
    font-size: 33px;
    padding: 19px 0;
}
.main-heading h2 {
    margin-bottom: 10px;
}
.container-check input:checked~.checkmark {
    background-color: #ffc13a;
    color: #fff;
}
.main-heading p {
    margin-bottom: 7px;
}
.req-form {
    padding: 38px 0;
}
.req-form h4 {
    font-size: 17px;
    margin-bottom: 9px;
}
.req-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e5542e;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.req-form h4 span {
    color: red;
}
.check-box {
    margin-bottom: 16px;
}

.check-box input {
    width: 5%;
}
.req-form label {
    margin-bottom: 7px;
    font-size: 14px;
}
.req-form textarea {
    border: solid;
    width: 100%;
    resize: none;
    padding: 12px;
    border: 1px solid #e5542e;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    height: 110px;
}
.requirment-fom h3 {
    margin: 13px;
    font-size: 14px;
}
.req-form-btn button {
    width: 230px;
    padding: 12px;
    border: none;
    background: #000;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}
.copy-right {
    padding: 16px 0;
    background: #9c9191;
}
.copy-right ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-right ul li {
    padding: 0 15px 0;
    position: relative;
}
.copy-right ul li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #fff;
    right: 0;
    top: 0;
}
.copy-right ul li p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.copy-right ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.req-img-box {
    margin-bottom: 25px;
    box-shadow: 3px 0 24px rgb(17 18 38 / 10%);
    padding-bottom: 17px;
}
.box-img-req img {
    margin-bottom: 15px;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
}
.select-req-box label {
    width: 100%;
    text-align: center;
}
.thankyou-section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.thankyou-section h2 {
    font-size: 165px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b73674;
    line-height: 130px;
}
.thankyou-section p {
    color: #4a4949;
    font-size: 18px;
    font-weight: 400;
}
.thankyou-section button {
    width: 250px;
    padding: 12px;
    border: none;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    border-radius: 10px;
}
.logo-order {
    background: url(../images/home-banner.webp);
    height: 380px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 0 0;
    background-attachment: fixed;
}
.logo-order h3 {
    font-style: italic;
    font-size: 45px;
    color: #ffc13a;
    font-weight: 500;
    margin-bottom: 15px;
}
.stap-bg {
    background: #fff;
    box-shadow: #7979791f 0 0 15px;
    padding: 23px 30px;
    margin: 60px 0;
}
.stap-bg h3 {
    text-align: center;
    font-size: 25px;
    color: #120336;
    margin-bottom: 30px;
}
.stap-bg h4 {
    margin: 30px 0;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-left: 11px;
    color: #1e2456;
}
.stap-bg h4:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #ffc13a;
    left: 0;
}
.stap-bg input {
    width: 100%;
    padding: 10px;
    border: #1a11af 3px solid;
    background: #fff;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.stap-bg label {
    margin-bottom: 5px;
    font-size: 11px;
    color: #2b2b2b;
    font-weight: 600;
}
p.feel-error, p.industry-error, p.logo-name-error, p.style-error {
    margin-top: -18px;
    margin-bottom: 10px;
    color: red;
    font-size: 12px;
    display: none;
}
.step-top-area ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
margin:0;
}
.step-top-area ul li {
    margin-bottom: 12px;
    list-style: none;
    margin-right: 7px;
}
.container-check {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 2px;
}
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    left: 0;
    background-color: #cecece;
    color: #000;
    font-size: 13px;
    padding: 4px 7px;
    font-weight: 400;
    text-transform: uppercase;
}
.procend-button img {
    display: none;
}
.step-top-area {
    width: 100%;
    padding: 10px 10px 0;
    border: #1a11af 3px solid;
    background: #fff;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.procend-button button {
    width: 220px;
    padding: 10px 0;
    border: none;
    background: #1a11af;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
    float: right;
    text-transform: uppercase;
}

img.loader {
    width: 30px;
    height: 30px;
    display: none;
    margin-top: -5px!important;
}
.logo-order-text h2 {
    text-align: center;
    margin: 20px 0 5px;
}
.logo-order-text p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}