.form-change{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 48px !important;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.059);
}
@media (max-width : 991px) {
    .form-change{
        padding: 16px !important;
    }
}
.form-change .topformhead{
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.form-change .topformhead + p{
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.form-change label{
    line-height: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    margin-bottom: 8px !important;
    width: auto !important;
    height: auto !important;
}
.form-change input[type=number],
.form-change input[type=tel],
.form-change input[type=text]{
    min-height: 50px !important;
    line-height: 1;
    border: 1px solid #D6D6D6 !important;
    padding-left: 16px !important;
    padding: 16px;
    border-radius: 10px !important;
    font-size: 16px !important;
    background-color: #fff;
    color:#000000 !important;
}
.form-change input[type=number]::placeholder,
.form-change input[type=tel]::placeholder,
.form-change input[type=text]::placeholder{
    color: #828282 !important;
}
.form-change .form-check{
    width: 14.2857143% !important;
}

@media (max-width : 991px) {
    .form-change .form-check{
        width: 25% !important;
    }
}

.form-change .form-check input[type=radio]{
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    padding-left: 0px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' stroke='%23998175'/%3E%3C/svg%3E%0A");
    border: none !important;
}
.form-change .form-check input[type=radio]:checked{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' stroke='%23998175'/%3E%3Ccircle cx='8' cy='8' r='5' fill='%23998175' stroke='%23998175'/%3E%3C/svg%3E%0A") !important;
    border: none !important;
    background-color: transparent;
}

.form-change .form-check-inline{
    display: inline-flex;
    align-items: center;
    margin-right: 0px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.form-change .form-check-label{
    margin-bottom: 0 !important;
}

.form-change .text-center{
    text-align: left !important;
}

.form-change .col-sm-12.text-center{
    display: flex;
    flex-wrap: wrap;
}
.form-change .knowbutton{
    width: 100% !important;
    position: relative;
    text-align: center;
}
.form-change .appointment__form{
    margin-bottom: 0 !important;
}

.image-wrapper-from{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 628px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width : 991px) {
    .image-wrapper-from{
        height: auto;
        aspect-ratio: 628/737;
        margin-bottom: 26px;
    }
}
.image-wrapper-from img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#submitBtn{
    background-color: #AD833A !important;
    max-width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#submitBtn:hover{
    background-color: #997230 !important;
}
#consult-flow > .container > .row > div:nth-child(1){
    display: none;
}
@media (min-width : 991px) {
    #consult-flow > .container > .row > div:nth-child(2){
        width: 906px !important;
        max-width: 906px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }  

    #consult-flow > .container > .row .col-xxl-5.col-xl-5.col-lg-5.col-md-6.col-sm-12{
        width: 50% !important;
        max-width: 50% !important;
    }
}