body.step_form_page header {
    background-color: #1d0023;
}

.banner-form {
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    justify-content: center;
}

.banner-form form{
    position: relative;
}

.banner-form form::before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    /* background: url("../images/pencil-white.png") no-repeat center center; */
    background-size: contain;
    top: 49%;
    left: 20px;
    transform: translateY(-50%);
}

.home-banner-input {
    float: left;
    background: rgba(0, 0, 0, .6);
    width: 75%;
    padding: 10px 10px 10px;
    font-weight: 500;
    outline: 0;
    border: 0;
    color: #ffffff;
    border-radius: 0;
    border: 3px dashed #ffffff;
    margin-right: 11px;
    transition: all .3s;
    font-size: 21px;
}

.home-banner-input::placeholder {
    color: #fff;
}

.home-banner-submit {
    position: relative;
    padding: 11px 9px;
    border: 0;
    color: #fff;
    font-weight: 500;
    background: #00000082;
    outline: 0;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    transition: all .3s;
    z-index: 1;
    font-size: 17px;
    margin-left: 0;
    width: auto;
    border: 3px dashed;
}

.home-banner-submit:focus {
    outline: 0;
}

button.home-banner-submit:before {
    content: '';
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    height: 20px;
    position: absolute;
    left: -100%;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    z-index: -1;
}

button.home-banner-submit:hover:before {
    left: 100%;
}

button.home-banner-submit span {
  background: linear-gradient(to right, #ddd, #ddd 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position .6s ease;
}

button.home-banner-submit:hover span {
  background-position: 0 100%;
}

.step-loader {
    width: 100%;
    height: 100vh;
    z-index: 10000;
    position: absolute
}

.header-default .header__wrapper .header-left {
    flex-basis: 25%
}

.header-default .header__wrapper .header-flex-right {
    -webkit-justify-content: inherit;
    justify-content: inherit
}

.step-header {
    float: left
}

.step-header.right-num {
    float: right
}

.step-header ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.step-header ul li {
    float: left;
    text-align: center;
    padding-right: 25px;
    position: relative
}

.step-header ul li:before {
    content: '>';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px
}

.step-header ul li:last-child {
    padding-right: 0
}

.step-header ul li:last-child:before {
    display: none
}

.step-header ul li a {
    color: #fff;
    padding: 10px 25px;
    display: inline-block
}

.step-header.right-num ul li a {
    font-weight: 600;
    line-height: 1.18;
    font-size: 16px;
    padding: 23px 25px
}

.step-header.right-num ul li a i {
    font-size: 13px
}

.step-header ul li a.active {
    background: rgba(255, 255, 255, .2)
}

.step-icon-img img {
    width: 100%;
    max-width: 36px
}

.step-name {
    font-size: 14px
}

.step-wrapper {
    width: 100%;
    height: 100vh;
    position: relative
}

.step-wrapper.step-1 {
    background: #447b1a;
}

.step-wrapper.step-2 {
    background: #447b1a;
}

.step-wrapper.step-3 {
    background: #447b1a;
}

.step-wrapper.step-4 {
    background: #447b1a;
}

.step-wrapper.step-5 {
    background: #447b1a;
}

.step-wrapper.step-6 {
    background: #447b1a;
}

.step-top-sec {
    position: relative;
    /* top: 72px; */
    overflow: auto;
    height: 100%
}

.center-container {
    width: 100%;
    position: absolute;
    top: 40%;
    /* transform: translateY(-50%); */
}

.steps-heading {
    text-align: center;
    padding-bottom: 30px
}

.step-input,
.step-input:focus {
    width: 100%;
    /* max-width: 525px; */
    border: 2px solid #ccc;
    padding: 1em;
    height: 68px;
    border-radius: 4px;
    color: #333;
    font-size: 19px;
    font-weight: 500;
    background: 0 0;
    margin-bottom: 15px;
    position: relative;
    left: 0;
    /* transform: translateX(-50%); */
    right: 0;
    margin: 0 auto 20px;
}

.step-input::placeholder {
    color: #fff
}

.step-other,
.step-other:focus {
    width: 100%;
    max-width: 525px;
    border: 4px solid #fff;
    padding: 1em;
    height: 68px;
    border-radius: 4px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    background: 0 0;
    margin-bottom: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.step-other::placeholder {
    color: #fff
}

.step-footer {
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px 0 30px 0
}

.step-submit,
.step-submit:focus {
    /* padding: 12px 48px; */
    /* border: 4px solid #fff; */
    /* border-radius: 4px; */
    /* color: #fff; */
    /* font-weight: 600; */
    /* font-size: 18px; */
    /* width: auto; */
    /* height: auto; */
}

.top-left-img {
    position: absolute;
    top: 90px;
    left: -5px;
    width: 150px
}

.bottom-left-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    opacity: .5
}

.top-right-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    opacity: .5
}

.step-wrapper.step-3.new .steps-heading {
    padding-bottom: 0;
    line-height: 1.1
}

.step-wrapper.step-3.new .item .steps-heading {
    padding-bottom: 20px
}

.step-3-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0
}

.caro-control {
    position: relative;
    display: flex
}

.caro-left {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    z-index: 2
}

.caro-left i {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translateX(-50%) translateY(-50%)
}

.step-3-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0
}

.caro-right {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    z-index: 2
}

.caro-right i {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translateX(-50%) translateY(-50%)
}

.back-text {
    position: relative;
    padding: 3px 15px 3px 20px;
    background: rgba(255, 255, 255, .5);
    border-radius: 0 50px 50px 0;
    z-index: 1;
    font-weight: 500;
    margin-left: -13px
}

.next-text {
    position: relative;
    padding: 3px 20px 3px 15px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50px 0 0 50px;
    z-index: 1;
    font-weight: 500;
    margin-right: -12px
}

.single-final {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 -7px
}

.single-final img {
    width: 100%
}

.single-final-text {
    width: 100%;
    padding: 20px
}

.single-final-text h4 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 10px
}

.single-final-text p {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #000
}

.single-final-link {
    text-align: center
}

.single-final-link a {
    padding: 8px 25px;
    border: 2px solid #000;
    display: inline-block;
    color: #000;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px
}

.step-6 .center-container {
    top: 44%
}

.step-2 .bottom-left-img {
    width: 215px
}

.step-2 .top-right-img {
    top: 50px;
    width: 300px
}

.step-3 .top-right-img {
    top: 50px;
    width: 350px
}

.step-3 .bottom-left-img {
    width: 275px
}

.step-4 .bottom-left-img {
    width: 275px
}

.step-4 .top-right-img {
    top: 50px;
    width: 340px
}

.step-5 .top-right-img {
    top: 50px;
    width: 400px
}

.step-5 .bottom-left-img {
    width: 375px
}

.step-6 .top-right-img {
    width: 200px
}

.step-6 .bottom-left-img {
    width: 150px
}

.step-input::placeholder {
    color: #ddd
}

.bottom-right-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px
}

.step-checkbox {
    display: none
}

.step-label {
    width: 100%;
    padding: 0;
    position: relative;
    cursor: pointer;
    margin: 0px 0 20px;
    text-align: center;
    border: 1px solid var(--orange);
    padding: 30px 0;
    border-radius: 10px;
    overflow: hidden;
}

.step-label h3 {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-top: 10px;
    text-transform: inherit;
    font-weight: 600;
}

:checked+label:before {
    transform: scale(1)
}

.step-label:before {
    content: "\f00c";
    font-family: fontawesome;
    background-color: #fc751a73;
    top: 0;
    left: auto;
    right: 0;
    transform: scale(0);
    color: #fff;
    display: block;
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 28px;
    transition-duration: .1s;
    font-weight: 900;
    font-size: 65px;
    transition: all .4;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-2 .step-label:before {
    top: -2px;
    right: 25px
}

.step-imgs {
    width: 100%;
    position: relative
}

.step-imgs img {
    width: 100%;
    border-radius: 4px;
    overflow: hidden
}

.step-2 .step-imgs img {
    width: 100%;
    max-width: 70px
}

.show-on-hover {
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    text-align: left;
    z-index: 1;
    border-radius: 4px;
    display: none;
    min-width: 100%
}

.show-on-hover h5 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600
}

.show-on-hover p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3
}

#popupnum {
    animation: fadeIn 2s;
    display: none
}

.enter-popup {
    display: table;
    margin: 0 auto
}

#clickpopup {
    cursor: pointer;
    color: #fff;
    padding-left: 5px;
    display: table-cell
}

.step-plr-7 {
    padding: 0 7px
}

.step-2 .step-options .col-md-2 {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%
}

.max-900px {
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

.step-3 .max-900px {
    max-width: 700px
}

form#info_form {
    width: 100%;
    /* height: calc(80vh - -20vh); */
    padding: 0;
    margin: 0px auto 0;
    display: grid;
    align-content: center;
    padding: 160px 0 0;
}

form#info_form section {
    margin: 0 auto 0;
    padding: 0 0 0;
    height: auto;
}

form#info_form  h1 {
    color: #000 !important;
    margin: 10px 0 10px;
    text-transform: capitalize;
    font-weight: 700;
}

form#info_form .button {
    width: 200px;
    margin: auto;
}

.banner_form_inner_child {
    display: flex;
    column-gap: 10px;
}

.banner_form_inner_child .banner-input-div {
    width: 100%;
}

.banner_form_inner_child .banner-input-div .banner-input, .banner_form_inner_child .banner-input-div textarea {
    width: 100%;
    height: 50px !important;
    align-items: center;
    display: grid;
    padding: 0px 10px 0;
    line-height: 0;
}

.steps_btnn {
    display: flex;
    justify-content: center;
    margin: 50px auto 50px;
    column-gap: 20px;
}


.banner_form_inner_child .banner-input-div textarea {
    padding: 24px 10px 0 !important;
}

.banner_form_inner_child_last {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.banner_form_inner_child_last textarea, .banner_form_inner_child_last input {
    width: 50%;
    height: 50px;
    margin: 10px 0 0;
    line-height: initial !important;
}

.banner_form_inner_child_last input.thm-btn.mt-2.f-18 {
    background-color: #447b1a;
    border: none !important;
}


.brief-inner-body header.header-sec {
    background-color: #000;
}


section.website_step label.step-label {
    padding: 0 0 10px 0;
    min-height: 266px;
}

section.website_step .step-imgs img {
    width: 100%;
    filter: none;
}


@media only screen and (max-width:1380px) {
    .bottom-left-img {
        width: 250px
    }
    .top-right-img {
        width: 350px
    }
    .bottom-right-img {
        width: 125px
    }
    .top-left-img {
        width: 125px
    }
    .step-footer {
        padding: 15px 0 15px 0
    }
    .step-2 .step-label:before {
        right: 18px
    }
    .step-2 .bottom-left-img {
        width: 190px
    }
    .step-2 .top-right-img {
        width: 265px
    }
    .step-2 .center-container {
        width: 100%;
        position: relative;
        top: auto;
        transform: none;
        max-height: calc(100vh - 161px);
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 10px
    }
    .step-2 .center-container .container {
        max-width: 1000px
    }
    .step-3 .center-container {
        position: relative;
        top: auto;
        transform: none;
        max-height: calc(100vh - 161px);
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 10px
    }
    .step-3 .max-900px {
        max-width: 700px
    }
    .step-3 .top-right-img {
        width: 300px
    }
    .step-3 .bottom-left-img {
        width: 250px
    }
    .steps-heading {
        padding-bottom: 0;
    }
    .step-4 .center-container {
        position: relative;
        top: auto;
        transform: none;
        max-height: calc(100vh - 161px);
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 10px
    }
    .step-4 .max-900px {
        max-width: 700px
    }
}

@media only screen and (min-width:1600px) {
    .step-6 .top-right-img {
        width: 290px
    }
    .step-6 .bottom-left-img {
        width: 325px
    }
}

@media only screen and (max-width:767px) {

  form#info_form {
      padding: 130px 0 0;
  }

  .step-options .col-md-2 {
      width: 50%;
  }

  .steps_btnn {
      margin: 20px auto 20px;
      column-gap: 20px;
  }

  .steps-heading {
      padding-bottom: 0;
      margin-top: 10px !important;
  }

    form#info_form .steps_btnn .button {
      width: auto;
      margin: auto;
    }

    .banner-form {
        display: inline-block;
        margin:40px auto 0;
    }

    .home-banner-submit {
        position: relative;
        padding: 11px 0px;
        margin-left: 0;
        width: 100%;
        border: 2px dashed;
        display: table;
        margin: 0px auto 0 !important;
        top: 10px;
    }
    .home-banner-input {
        float: none;
        width: 100%;
        padding: 9px 10px;
        font-weight: 400;
        border: 2px dashed #ffffff;
        margin-right: 11px;
        transition: all .3s;
        font-size: 15px;
        height: 60px;
    }
    .header-default .header__wrapper .header-flex-right.flex-80 {
        display: none
    }
    .header-default .header__wrapper .header-left {
        flex-basis: 100%
    }
    .step-top-sec {
        top: 60px
    }
    .bottom-left-img,
    .bottom-right-img,
    .top-left-img,
    .top-right-img {
        display: none
    }
    .step-footer {
        padding: 15px 0 30px 0
    }
    .step-2 .step-options .col-md-2 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
    .step-label h3 {
        font-size: 14px
    }
    .step-2 .center-container,
    .step-3 .center-container,
    .step-4 .center-container {
        max-height: calc(100vh - 160px)
    }
    .step-2 .steps-heading,
    .step-3 .steps-heading {
        padding-bottom: 30px
    }
    .step-2 .step-label:before {
        right: 30px
    }
    .step-input,
    .step-input:focus {
        margin-bottom: 10px;
        height: 55px;
        border: 1px solid #ccc;
        font-size: 17px;
        font-weight: 400
    }
    .step-input:focus {
        border: 2px solid #fff
    }
    
    .header-default .header__wrapper .header-flex-right {
        display: none;
    }
    .step-7 .center-container {
        max-height: calc(100vh - 60px);
    }
    .step-7 .single-final {
        margin-bottom: 15px;
    }
    .step-footer {
        box-shadow: 0px -10px 30px -13px rgba(0, 0, 0, .3);
    }
    .step-wrapper.step-1 .step-footer {
        background: #522395;
    }
    .step-wrapper.step-2 .step-footer {
        background: #8a13a1;
    }
    .step-wrapper.step-3 .step-footer {
        background: #f15874;
    }
    .step-wrapper.step-4 .step-footer {
        background: #6e28ac;
    }
    .step-wrapper.step-5 .step-footer {
        background: #077246;
    }
    .step-wrapper.step-6 .step-footer {
        background: #522395;
    }
    h1.heading-h3 {
        font-size: 25px;
        font-weight: 600;
    }
    h1.heading-h3 br {
        display: none;
    }
    h6.heading-h6 {
        font-size: 17px;
        font-weight: 400;
    }
    .step-submit,
    .step-submit:focus {
        padding: 9px 40px;
        font-size: 16px;
        font-weight: 400;
        border: 2px solid #fff;
    }
    .show-on-hover {
        display: none !important;
    }
    .step-3 .center-container {
        max-height: calc(100vh - 160px);
    }
    .step-3 .step-label h3 {
        font-size: 18px;
    }
    .step-label {
        margin-bottom: 30px;
    }
}