/* !//!Responsive */


/* input[type="date"]:before {
  color: lightgrey;
  content: attr(placeholder) !important;
 position: absolute;
  display: none;
} */
@media screen and (max-width: 1600px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {
    input[type="date"]:before {
        display: block;
    }

    .w740 .modal-body {
        padding: 15px;
    }

    button.btntext.btn-prev {
        padding: 0;
    }

    .spcebtwn button.btn.btn-success.btn-border {
        border: none !important;
        padding: 0 !important;
    }

    button.btn.btn-default.btn-next {
        border: none !important;
        padding: 0 !important;
    }

    .multi-step-form h3 {
        color: var(--Black, #33353B);
        /* Subtitle mobile/medium, 18 */
        font-family: "General Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 123%;
        /* 22.14px */
        display: block;
        padding-left: 54px;
        margin-bottom: 25px;
    }

    .btns-container {
        margin-top: 20px;
        padding-top: 15px;
    }

    .multi-step-form fieldset ul.checkbox li label input[type=checkbox]+span.error {
        top: -24px;
    }

    .multi-step-form h3 span {
        display: flex;
        position: absolute;
        left: 0;
    }

    .multi-step-form .steps {
        gap: 8px;
        left: 0px;
        right: 0;
        bottom: 5px;
        /* margin: 0 auto 0 0; */
    }

    .multi-step-form fieldset ul.checkbox li label,
    .inputtext input[type=text],
    .inputtext input[type=date],
    .multi-step-form p {
        color: var(--Black, #33353B);
        font-family: "General Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        padding: 12px;
    }

    ul.checkbox .col-12 {
        margin-bottom: 10px;
    }

    .inputtext .col-12 {
        margin-bottom: 15px;
    }

    .checkbox label {
        padding-left: 45px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .posres h3,
    .field5 h3,
    .field6 h3 {
        line-height: 40px;
    }

    .uploadsection .uploadinpout {
        cursor: pointer;
        padding: 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 12px;
    }

    .hoverintext>.row {
        gap: 8px;
    }

    .uplode_bx .upload-container {
        background: white;
    }

    .hoverintext {
        align-items: center;
        flex-direction: column;
    }

    .closehover,
    .closecamera {
        position: relative !important;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    /* .uplode_bx .upload-container .preview-container {
        row-gap: 6px;
        min-height: inherit;
        height: 160px;
    } */
    .uplode_bx .upload-container .preview-container {
        row-gap: 6px;
        min-height: inherit;
        height: 160px;
        z-index: 0;
    }

    .uplode_bx .upload-container .preview-image {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        position: relative;
        max-height: inherit;
        height: 100%;
    }
}