body {
    font-family: 'Inter', sans-serif;
}
.login_main_divs {
    background: #fa72720d;
    padding: 8px;
}
.login_main_divs p {

    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.1px;
    /* color: #908e8e; */
    color: #3a3335;
}
.multistep_form_listing_step textarea {
    margin-bottom: 0;
    padding: 0 10px;
    border-radius: 8px;
    border: solid 1px #ede8e9;
    background: #ffffff;
    margin: 10px 1.25rem;
    width: 91%;
    color: #908e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.1px;
    padding: 18px 14px;
    margin: 10px 1.25rem;
}

.multistep_form_listing_step .set_rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.multistep_form_listing_step .set_rules .name h1 {
    color: #908e8e;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.1px;
}

.multistep_form_listing_step .set_rules .switchcs input[type="checkbox"].switch_1 {
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.multistep_form_listing_step .set_rules .switchcs input[type="checkbox"].switch_1:checked {
    background: #008060;
}

.multistep_form_listing_step .set_rules .switchcs input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.multistep_form_listing_step .set_rules .switchcs input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 1.5em);
}

.multistep_form_listing_step .tabs_for_mobile .nav-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.multistep_form_listing_step .tabs_for_mobile .nav-tabs .nav-item .nav-link {
    height: 36px;
    border-radius: 8px;
    background: rgba(58, 51, 53, 0.04);
    margin: 0 8px;
    color: #908e8e;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.1px;
}

.multistep_form_listing_step .tabs_for_mobile .nav-tabs .nav-item .nav-link:hover {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    color: #008060;
    border: 1px solid #008060;
}

.multistep_form_listing_step .tabs_for_mobile .nav-tabs .nav-item .nav-link.active {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    color: #008060;
    border: 1px solid #008060;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type h1 {
    height: 24px;
    color: #3a3335;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 15px;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes {
    width: 312px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes span {
    position: absolute;
    top: 0;
    right: 0;
    color: #908e8e;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
    text-decoration: none;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #908e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 170px;
    height: 20px;
    margin-left: 0;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgba(58, 51, 53, 0.04);
    border-radius: 4px;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes .container:hover input ~ .checkmark {
    background-color: #ccc;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes .container input:checked ~ .checkmark {
    background-color: #008060;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes .container input:checked ~ .checkmark:after {
    display: block;
}

.multistep_form_listing_step .tabs_for_mobile .aprt_type .chickboxes .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.multistep_form_listing_step .mapouter {
    width: 100%;
    max-width: 100%;
}

.multistep_form_listing_step .mapouter .gmap_canvas {
    width: 100%;
    max-width: 100%;
}

.multistep_form_listing_step .action_btn_full {
    width: 392px !important;
    top: 93% !important;
    right: 12%;
    left: 13%;
}

.multistep_form_listing_step .design_select .form-group {
    position: relative;
    height: 64px;
    border-radius: 8px;
    border: solid 1px #ede8e9;
    background: #ffffff;
    padding: 0px 14px;
    margin: 10px 1.25rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multistep_form_listing_step .design_select .form-group {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .multistep_form_listing_step .design_select .form-group {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

.multistep_form_listing_step .design_select .form-group select {
    border: none;
    padding: 0;
    color: #908e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.1px;
    margin-top: 15px;
    height: 31px;
}

.multistep_form_listing_step .design_select .form-group select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.multistep_form_listing_step .material_design .form-group {
    position: relative;
    height: 64px;
    border-radius: 8px;
    border: solid 1px #ede8e9;
    background: #ffffff;
    padding: 0px 14px;
    margin: 10px 1.25rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multistep_form_listing_step .material_design .form-group {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .multistep_form_listing_step .material_design .form-group {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

.multistep_form_listing_step .material_design .form-group label {
    color: #908e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
    position: absolute;
    pointer-events: none;
    left: 18px;
    top: 20px;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

.multistep_form_listing_step .material_design .form-group input {
    border: none;
    padding: 0;
    color: #3a3335;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.1px;
    margin-top: 20px;
    height: 31px;
}

.multistep_form_listing_step .material_design .form-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.multistep_form_listing_step .material_design .form-group input:focus ~ label,
.multistep_form_listing_step .material_design .form-group input:valid ~ label {
    top: 7px;
    font-size: 12px;
}

.multistep_form_listing_step .roms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0px 10px;
    height: 63px;
    border-radius: 8px;
    border: solid 1px #ede8e9;
    background: #ffffff;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 1.25rem;
}

.multistep_form_listing_step .roms h3 {
    color: #3a3335;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.1px;
}

.multistep_form_listing_step .roms span {
    cursor: pointer;
}

.multistep_form_listing_step .roms .number {
    margin-top: 19px;
}

.multistep_form_listing_step .roms .minus,
.multistep_form_listing_step .roms .plus {
    display: inline-block;
}

.multistep_form_listing_step .roms input {
    height: 34px;
    width: 40px;
    text-align: center;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    vertical-align: unset;
}

.multistep_form_listing_step .field_para {
    margin: 0px 1.25rem;
    color: #3a3335;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.1px;
    margin-bottom: 10px;
}

.multistep_form_listing_step .confirm_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 1.25rem;
}

.multistep_form_listing_step .confirm_text h1 {
    color: #908e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.multistep_form_listing_step .confirm_text h2 {
    height: 31px;
    border-radius: 8px;
    background: rgba(58, 51, 53, 0.04);
    color: #908e8e;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.1px;
    padding-top: 7px;
    padding-left: 12px;
    text-align: right;
    padding-right: 34px;
    position: relative;
}

.multistep_form_listing_step .confirm_text h2 span {
    position: absolute;
    top: 10px;
    right: 11px;
}

.multistep_form_listing_step .confirm_text h2 span img {
    width: 13px;
}

.multistep_form_listing_step .confirm_text h3 {
    color: #3a3335;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}

.multistep_form_listing_step .confirm_text h4 {
    color: #3a3335;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
}

.multistep_form_listing_step .chickboxes {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 50px;
    border-radius: 8px;
    border: solid 1px #ede8e9;
    background: #ffffff;
    padding: 14px;
    margin: 10px 1.25rem;
}

.multistep_form_listing_step .chickboxes span {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #3a3335;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.1px;
    text-decoration: none;
}

.multistep_form_listing_step .chickboxes .container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #3a3335;
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80%;
    height: 20px;
    margin-left: 0;
}

.multistep_form_listing_step .chickboxes .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.multistep_form_listing_step .chickboxes .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgba(58, 51, 53, 0.04);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.multistep_form_listing_step .chickboxes .container:hover input ~ .checkmark {
    background-color: #ccc;
}

.multistep_form_listing_step .chickboxes .container input:checked ~ .checkmark {
    background-color: #008060;
}

.multistep_form_listing_step .chickboxes .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.multistep_form_listing_step .chickboxes .container input:checked ~ .checkmark:after {
    display: block;
}

.multistep_form_listing_step .chickboxes .container .checkmark:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border: solid #ffffff;
    border-radius: 50%;
}

.multistep_form_listing_step .detail_headings {
    color: #908e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.1px;
    padding: 0 1.25rem;
}

.multistep_form_listing_step .card {
    margin-top: 10px;
    padding: 1.25rem;
}

.multistep_form_listing_step .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-radius: 6px;
    border: solid 1px #ede8e9;
    background: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multistep_form_listing_step .card .card-body {
        display: block;
    }
}

@media (max-width: 767px) {
    .multistep_form_listing_step .card .card-body {
        display: block;
    }
}

.multistep_form_listing_step .card .card-body .card-img-top {
    width: 26%;
    height: 130px;
    border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multistep_form_listing_step .card .card-body .card-img-top {
        width: 100%;
        height: 150px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .multistep_form_listing_step .card .card-body .card-img-top {
        width: 100%;
        height: 150px;
        max-width: 100%;
    }
}

.multistep_form_listing_step .card .card-body .detail {
    margin-left: 13px;
    width: 70%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multistep_form_listing_step .card .card-body .detail {
        margin-left: 0;
        width: auto;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .multistep_form_listing_step .card .card-body .detail {
        margin-left: 0;
        width: auto;
        padding: 10px;
    }
}

.multistep_form_listing_step .card .card-body .detail h3 {
    color: #908e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.1px;
    margin-top: 10px;
}

.multistep_form_listing_step .card .card-body .detail h1 {
    color: #3a3335;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0;
}

.multistep_form_listing_step .card .card-body .detail .List ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    width: 100%;
}

.multistep_form_listing_step .card .card-body .detail .List ul li {
    margin: 0 10px;
    color: #908e8e;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multistep_form_listing_step .card .card-body .detail .List ul li {
        font-size: 11px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .multistep_form_listing_step .card .card-body .detail .List ul li {
        font-size: 11px;
        text-align: left;
    }
}

@media (max-width: 599px) {
    .multistep_form_listing_step .card .card-body .detail .List ul li {
        font-size: 9px !important;
        text-align: left;
        margin: 0 9px !important;
    }
}

.multistep_form_listing_step .card .card-body .detail .List ul li::marker {
    text-align: end !important;
    text-align-last: end !important;
}

.multistep_form_listing_step .card .card-body .detail .List ul li:first-child {
    list-style-type: none;
    margin-left: 0;
}

.multistep_form_listing_step .card .card-body .detail .price_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.multistep_form_listing_step .card .card-body .detail .price_main .price h2 {
    color: #3a3335;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.multistep_form_listing_step .card .card-body .detail .price_main .price h2 span {
    color: #908e8e;
    font-weight: 400;
}

.multistep_form_listing_step .card .card-body .detail .price_main .rating h1 {
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
}

.multistep_form_listing_step .card .card-body .detail .price_main .rating h1 span:nth-child(1) img {
    width: 18px;
    margin-right: 3px;
}

.multistep_form_listing_step .card .card-body .detail .price_main .rating h1 span:nth-child(2) {
    color: #3a3335;
}

.multistep_form_listing_step .card .card-body .detail .price_main .rating h1 span:nth-child(3) {
    color: #908e8e;
}

.multistep_form_listing_step #msform {
    text-align: center;
    position: relative;
}

.multistep_form_listing_step #msform fieldset .form-card {
    background: #ffffff;
    border: 0 none;
    padding: 0px 40px 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin: 0 3% 20px 3%;
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 767px) {
    .multistep_form_listing_step #msform fieldset .form-card {
        padding: 0;
        width: 100%;
        margin: auto;
    }
}

.multistep_form_listing_step #msform fieldset {
    background: #ffffff;
    border: 0 none;
    border-radius: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.multistep_form_listing_step #msform fieldset:not(:first-of-type) {
    display: none;
}

.multistep_form_listing_step #msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

.multistep_form_listing_step label {
    margin-bottom: 0;
    color: #908e8e;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.1px;
}

.multistep_form_listing_step input {
    border-radius: 8px;
    border: none;
    padding: 0;
    height: 26px;
    color: #3a3335;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.1px;
}

.multistep_form_listing_step input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.multistep_form_listing_step input::before {
    display: none;
}

.multistep_form_listing_step input::-webkit-input-placeholder {
    color: #3a3335;
}

.multistep_form_listing_step input:-ms-input-placeholder {
    color: #3a3335;
}

.multistep_form_listing_step input::-ms-input-placeholder {
    color: #3a3335;
}

.multistep_form_listing_step input::placeholder {
    color: #3a3335;
}

.multistep_form_listing_step select {
    border-radius: 8px;
    border: none;
    padding: 0;
    height: 26px;
    color: #3a3335;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.1px;
}

.multistep_form_listing_step .form-group {
    height: 62px;
    margin-bottom: 0;
    padding: 0 10px;
    border-radius: 8px;
    border: solid 1px #ede8e9;
    background: #ffffff;
    margin: 10px 1.25rem;
}

.multistep_form_listing_step #msform .action-button {
    width: 98px;
    height: 46px;
    border-radius: 10px;
    background: #008060;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    border: none;
    top: 92%;
    right: -80px;
    position: absolute;
}

.multistep_form_listing_step #msform .action-button img {
    width: 20px;
    display: none;
    height: 14px;
}

@media (max-width: 767px) {
    .multistep_form_listing_step #msform .action-button {
        top: 98%;
        right: 14px;
        width: auto;
        padding: 8px;
        height: 37px;
    }
    .multistep_form_listing_step #msform .action-button img {
        display: block;
    }
    .multistep_form_listing_step #msform .action-button span {
        display: none;
    }
}

.multistep_form_listing_step #msform .action-button-previous {
    width: 98px;
    height: 46px;
    border-radius: 10px;
    background: rgba(58, 51, 53, 0.04);
    color: #908e8e;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    border: none;
    position: absolute;
    top: 92%;
    left: -80px;
}

.multistep_form_listing_step #msform .action-button-previous img {
    width: 20px;
    display: none;
}

@media (max-width: 767px) {
    .multistep_form_listing_step #msform .action-button-previous {
        top: 98%;
        left: 20px;
        width: auto;
        padding: 8px;
        height: 37px;
    }
    .multistep_form_listing_step #msform .action-button-previous img {
        display: block;
    }
    .multistep_form_listing_step #msform .action-button-previous span {
        display: none;
    }
}

.multistep_form_listing_step select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

.multistep_form_listing_step select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

.multistep_form_listing_step .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.multistep_form_listing_step .fs-title {
    color: #3a3335;
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.08571429px;
    margin-bottom:40px;
}

.multistep_form_listing_step #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -25px;
}

.multistep_form_listing_step #progressbar .active {
    color: #3a3335;
}

.multistep_form_listing_step .front_image {
    position: relative;
}

.multistep_form_listing_step .front_image::before {
    background-color: #37cb98;
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    height: 38px;
    left: 0;
    line-height: 37px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 108px;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    border-radius: .25rem;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.multistep_form_listing_step .back_image {
    position: relative;
}

.multistep_form_listing_step .back_image::before {
    background-color: #37cb98;
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    height: 38px;
    left: 0;
    line-height: 37px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 108px;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    border-radius: .25rem;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.multistep_form_listing_step #progressbar li {
    list-style-type: none;
    color: #908e8e;
    font-size: 12px;
    font-weight: 699 !important;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    width: 16.5%;
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    .multistep_form_listing_step #progressbar li {
        font-size: 10px;
        line-height: 14px;
    }
}

.multistep_form_listing_step #progressbar #account:before {
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    font-weight: 900;
}

.multistep_form_listing_step #progressbar #document:before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    font-weight: 900;
}

.multistep_form_listing_step #progressbar #personal:before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    font-weight: 900;
}

.multistep_form_listing_step #progressbar #cnic:before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
}

.multistep_form_listing_step #progressbar #payment:before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
}

.multistep_form_listing_step #progressbar #car_detail:before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    font-weight: 900;
}

.multistep_form_listing_step #progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    font-weight: 900;
}

.multistep_form_listing_step #progressbar li:before {
    line-height: 21px;
    display: block;
    font-size: 10px;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    width: 24px;
    height: 24px;
    background: rgba(198, 216, 211, 0.3);
    margin-top: 13px;
}

.multistep_form_listing_step #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(198, 216, 211, 0.3);
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.multistep_form_listing_step #progressbar li:first-child:after {
    content: '';
    width: 45%;
    height: 2px;
    background: rgba(198, 216, 211, 0.3);
    position: absolute;
    left: 55%;
    top: 25px;
    z-index: -1;
}

.multistep_form_listing_step #progressbar li:last-child:after {
    content: '';
    width: 50%;
    height: 2px;
    background: rgba(198, 216, 211, 0.3);
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.multistep_form_listing_step #progressbar li.active:before,
.multistep_form_listing_step #progressbar li.active:after {
    background: #C6D8D3;
}

.multistep_form_listing_step .radio-group {
    position: relative;
    margin-bottom: 25px;
}

.multistep_form_listing_step .radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.multistep_form_listing_step .radio:hover {
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.multistep_form_listing_step .radio.selected {
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.multistep_form_listing_step .fit-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.login_label {
    color: #3a333591;
    /* font-family: Inter; */
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}
.leftsidebar {
    width: 300px;
    background: #008060;
    position: fixed;
    top: 0;
    height: 100vh;
    /*max-height: 1200px;*/
    padding: 25px;
}
.leftsidebar h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    /* text-align: center; */
    letter-spacing: 1px;
    margin-bottom: 26px;
    /*margin-top: 40px;*/
}
.leftsidebar .wrap{
    position: relative;
    overflow: hidden;
}

.leftsidebar .box{
    overflow: hidden;
    margin-top: 13px;
}

.leftsidebar .box:first-child{
    margin-top: 0;
}

.leftsidebar .figure{
    width: 25px;
    height: 25px;
    /*background: yellow;*/
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}
.leftsidebar .figure.active {
    border: 3px solid #fafafabf !important;
    background: #e7d8d5fa !important;
}
.leftsidebar .right{
    display: block;
    /*position: absolute;*/
    /*top: 3px;*/
    font-size: 14px;
    color: #ffffff9c;
    /* font-family: Inter; */
    /* font-size: 14px; */
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.1px;
    margin-top: -30px;
    margin-left: 38px;
    height: 37px;
}

.leftsidebar .border {
    border:none !important;
    height: 80%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: -1;
    background: #f6f2f224;
}

.leftsidebar .box:last-child .border{
    display: none;
}


.leftsidebar .figure {
    background: none repeat scroll 0 0 #008060;
    border: 3px solid #f6f2f24f;
    /*border-bottom: 12px solid #FFFFFF;*/
    /*border-top: 12px solid #FFFFFF;*/
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    width: 22px;
}
.childcatagories_modal_from {
    /* .file-upload {
          background-color: #ffffff;
          width: 600px;
          margin: 0 auto;
          padding: 20px;
      } */
    /* .image-upload-wrap {
          margin-top: 20px;
          border: 4px dashed #1FB264;
          position: relative;
      } */
    /* .image-dropping,
      .image-upload-wrap:hover {
          background-color: #1FB264;
          border: 4px dashed #ffffff;
      } */
}

.childcatagories_modal_from .mh {
    border-bottom: none;
}

.childcatagories_modal_from .mb {
    padding: 4.2rem;
}

.childcatagories_modal_from .cat-folder-img {
    width: 60px;
    height: 60px;
    background: #ededed;
    text-align: center;
    border-radius: 50%;
    font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
    color: #336dff;
    margin-bottom: 33px;
    /* padding-top: 0; */
    margin-top: -67px;
}

.childcatagories_modal_from .fa-folder {
    font-size: 19px;
    padding: 20px;
}

.childcatagories_modal_from .upload-img4 img {
    width: 40px;
    height: 40px;
}

.childcatagories_modal_from .addpro_cat {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.childcatagories_modal_from .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
    margin-top: 30px;
}

.childcatagories_modal_from .upload-text-heading {
    margin-top: 25px;
}

.childcatagories_modal_from .upload-text-heading h5 {
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.childcatagories_modal_from .upload-input-label {
    margin-bottom: 12px;
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.childcatagories_modal_from .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}

.childcatagories_modal_from .upload-image-format4 p {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 500;
}

.childcatagories_modal_from .upload-detail4 h4 {
    font-size: 14px;
    /* margin-top: 18px; */
    font-weight: 100;
    margin-top: -5px;
}

.childcatagories_modal_from .upload-clicking4 a {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 28px; */
    margin-top: 21px;
}

.childcatagories_modal_from .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
}

.childcatagories_modal_from .upload-card-body4 {
    margin-top: 24px;
}

.childcatagories_modal_from .mf button {
    width: 100px;
    height: 41px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
}

.childcatagories_modal_from .mf img {
    width: 13px;
    height: 13px;
}

.childcatagories_modal_from .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.childcatagories_modal_from .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.childcatagories_modal_from .file-upload-btn:active {
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.childcatagories_modal_from .file-upload-content4 {
    display: none;
    text-align: center;
}

.childcatagories_modal_from .file-upload-input4 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.childcatagories_modal_from .image-title-wrap4 {
    padding: 0 15px 15px 15px;
    color: #222;
}

.childcatagories_modal_from .drag-text4 {
    text-align: center;
}

.childcatagories_modal_from .drag-text-payment-edit {
    text-align: center;
}

.childcatagories_modal_from .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.childcatagories_modal_from .drag-text4 h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.childcatagories_modal_from .file-upload-image4 {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.childcatagories_modal_from .remove-image4 {
    text-decoration: underline;
    color: #008060;
    font-size: 13px;
}

.childcatagories_modal_from .remove-image4:hover {
    text-decoration: underline;
    color: #008060;
    font-size: 13px;
}

.catagories_modal_from .mh {
    border-bottom: none;
}

.catagories_modal_from .mb {
    padding: 4.2rem;
}

.catagories_modal_from .cat-folder-img {
    width: 60px;
    height: 60px;
    background: #ededed;
    text-align: center;
    border-radius: 50%;
    color: #008060;
    margin-bottom: 33px;
    /* padding-top: 0; */
    margin-top: -67px;
}

.catagories_modal_from .fa-folder {
    font-size: 19px;
    padding: 20px;
}

.catagories_modal_from .upload-img3 img {
    width: 40px;
    height: 40px;
}

.catagories_modal_from .addpro_cat {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.catagories_modal_from .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
    margin-top: 30px;
}

.catagories_modal_from .upload-text-heading {
    margin-top: 25px;
}

.catagories_modal_from .upload-text-heading h5 {
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.catagories_modal_from .upload-input-label {
    margin-bottom: 12px;
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.catagories_modal_from .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}

.catagories_modal_from .upload-image-format3 p {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 500;
}

.catagories_modal_from .upload-detail3 h4 {
    font-size: 14px;
    /* margin-top: 18px; */
    font-weight: 100;
    margin-top: -5px;
}

.catagories_modal_from .upload-clicking3 a {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 28px; */
    margin-top: 21px;
}

.catagories_modal_from .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
}

.catagories_modal_from .upload-card-body3 {
    margin-top: 24px;
}

.catagories_modal_from .mf button {
    width: 100px;
    height: 41px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
}

.catagories_modal_from .mf img {
    width: 13px;
    height: 13px;
}

.catagories_modal_from .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.catagories_modal_from .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.catagories_modal_from .file-upload-btn:active {
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.catagories_modal_from .file-upload-content3 {
    display: none;
    text-align: center;
}

.catagories_modal_from .file-upload-input3 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.catagories_modal_from .image-title-wrap3 {
    padding: 0 15px 15px 15px;
    color: #222;
}

.catagories_modal_from .drag-text3 {
    text-align: center;
}

.catagories_modal_from .drag-text-payment-edit {
    text-align: center;
}

.catagories_modal_from .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.catagories_modal_from .drag-text3 h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.catagories_modal_from .file-upload-image3 {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.catagories_modal_from .remove-image3 {
    text-decoration: underline;
    color: #008060;
    font-size: 13px;
}

.catagories_modal_from .remove-image3:hover {
    text-decoration: underline;
    color: #008060;
    font-size: 13px;
}

.api_kes_div {
    position: relative;
}
.api_kes_div button {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    background: rgb(0, 128, 96,1);
    border-radius: 4px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -73px;
}
.api_kes_div .first_p {
    position: absolute;
    top: 55px;
    left: -75px;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    width: 253px;
}
.api_kes_div .second_p {
    position: absolute;
    top: 124px;
    left: -75px;
    font-size: 13px;
    color: #333;
    font-weight: 400;
}
.api_kes_div .third_p {
    position: absolute;
    top: 190px;
    left: -75px;
    font-size: 13px;
    color: #333;
    font-weight: 400;
}
.api_kes_div .img_div {
    position: absolute;
    top: 210px;
    text-align: center;
}
.api_kes_div .img_div img {
    width: 60px;
}
.api_kes_div .img_div .text {
    font-size: 12px;
    color: #333;
    font-weight: 500;
}
.api_kes_div .main_image {
    width: 190px;
    position: absolute;
    right: -209px;
    top: 41px;
}
.api_kes_div .top_arrow {
    position: absolute;
    right: -39px;
    top: 36px;
    transform: rotate(-10deg);
}
.api_kes_div .bottom_arrow {
    position: absolute;
    right: -29px;
    top: 188px;
    transform: rotate(-12.5deg);
    width: 165px;
}

/*=============upload file css========== */
body{
    margin: 0;
    padding: 0;
}
.upload-file-main-container{
    display: flex;
}
.left-sidebar-container{
    position: fixed;
    background: #007f61;
    color: #fff;
    width: 22%;
    height: 100vh;
}
.left-sidebar-container-wrap{
    padding: 70px 30px;
}
.left-sidebar-title{
    font-size: 21px;
    margin-bottom: 30px;
}
.sidebar-items ul{
    padding: 0;
    margin: 0;
    list-style: none;
    color: #d2f1ea;
    font-weight: 600;
    font-size: 15px;
}
.sidebar-items ul li{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.dot-circle{
    background: #e9d6d5;
    border: 2px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    margin-right: 16px;
}
.unfilled{
    background: transparent;
}
.main-content-container{
    padding: 54px 0 53px 298px;
    width: 100%;
}
.main-content-title{
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto;
    width: 30%;
    text-align: center;
}
.upload-file-container{
    width: 350px;
    margin: 0 auto;
}
.drop {
    position: relative;
    height: 310px;
    padding: 12px;
    border: 3px dashed #DADFE3;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: white;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
}
.drop .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #8E99A5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
}
.drop .cont i {
    font-size: 34px;
    color: #e3dcdc;
    position: relative;
    margin-bottom: 14px;
}
.drop .cont .tit {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}
.drop .cont .desc {
    color: #e3dcdc;
    margin-bottom: 12px;
}
.drop .cont .browse {
    color: #1f8fef;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
}
.drop input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#list {
    width: 100%;
    text-align: left;
}
#list .thumb {
    width: 64px;
    height: 64px;
    margin: 10px 5px 0 0;
}
.drop-file-title{
    font-size: 13px;
    color: #e3dcdc;
    margin: 50px 0 35px;
}
.install-btn{
    text-align: center;
    margin-top: 40px;
}
.install-btn button{
    background: #007f61;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 12px 22px;
    border-radius: 8px;
}
.circle-line{
    position: relative;
}
.circle-line::before{
    content: "";
    background: #b2cecf;
    width: 3px;
    height: 30px;
    position: absolute;
    left: 6px;
    top: 19px;
}
.success-container img{
    width: 120px;
}
.success-container h2{
    margin-top: 36px;
}
.success-h{
    height: 100vh;
}
.success-container-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.success-container{
    text-align: center;
}