.marchant-body {
    width: 860px;
    height: 450px;
    background-color: #FAFCFF;
    border-radius: 24px;
    display: grid;
    place-items: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    padding-bottom: 40px;
}

.title-main {
    font-weight: 700;
    font-size: 3rem;
    color: #000000;
    margin-bottom: 0
}

.marchant-body .col-item {
    padding-right: 15px;
    padding-left: 15px;
}

.modal {
    overflow: unset;
    overflow-y: unset;
}

.business_type_pre {
    margin: 0 48px 20px 60px;
}
.modal-content{
    min-height: 450px;
}
.content-info-preview .info-item {
    margin-bottom: 12px;
}
@media (max-width: 768px) {
    legend {
        font-size: 18px;
    }

    .marchant-body {
        width: auto;
        height: auto;
        padding: 20px;
    }

    .title-main {
        font-weight: 700;
        font-size: 22px;
        color: #000000;
        margin-bottom: 0
    }

    .marchant-body .col-item {
        padding: 30px;
    }

    .marchant-body .col-item div {
        width: auto !important;
    }

    .delete.btn.btn-danger {
        margin-bottom: 10px;
    }

    .personal-info-text {
        margin-left: unset;
    }

    .modal {
        overflow: auto;
        overflow-y: auto;
    }

    .personal-info-box {
        margin: 16px 0px 17px 0px;
    }

    .nid-birth-style {
        display: block;
    }

    .date-of-birth {
        margin-top: 12px;
    }

    .double-photo-border-height, .address-border-height, .side-photo-border-height, .single-photo-border-height {
        height: auto;
        width: 100%;
    }

    .business_type_pre {
        margin: 16px 0px 17px 0px;
    }

    .content-info-preview .info-item {
        margin-bottom: 12px;
    }

    .content-info-preview .info-item:last-child {
        margin-bottom: unset;
    }
    .merchant-image {
        position: relative;
        text-align: center;
        top: unset;
        right: unset;
    }
    .declination-footer{
        margin-top: 20px;
    }
    .declination-footer-item{
        margin-top: 20px;
    }
    .declination-footer-grid{
        display: block !important;
    }
    .modal-content{
        max-height: 600px;
    }
    .header-style{
        display: block !important;
    }
    .button-style{
        margin:10px auto;
    }
}
