@media (max-width: 990px) {
    .quote_form {
        width: 100%;
    }

    .option_group {
        width: 100%;
        padding-top: 50px;
    }

    .group_content {
        width: 100%;
        min-height: 30px;
    }

    .radio_option {
        display: flex;
        align-items: center;
        padding: 10px 30px;
    }

    .radio_group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
    }

    .radio_box {
        display: block;
    }

    .radio_box label {
        cursor: pointer;
        display: block;
    }

    .radio_box input[type="radio"] {
        display: none;
    }

    .radio_box img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
        display: block;
    }

    .group_flex {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .question_description {
        width: 100%;
        padding: 40px 30px 20px;
        box-sizing: border-box;
    }

    .input_box {
        padding: 50px 30px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .input_item_box {
        width: 100%;
        padding-bottom: 24px;
        position: relative;
    }

    .input_item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 54px;
        padding: 0 0 0 25px;
        box-sizing: border-box;
        background: #F3F3F3;
    }

    .input_item p {
        color: #424143;
        font-weight: bold;
    }

    .input_item input {
        width: 140px;
        border: 0;
        outline: 0;
        background: transparent;
        height: 100%;
        font-size: 18px;
        line-height: 54px;
    }

    .error_position {
        position: absolute;
        left: 5px;
        bottom: 0;
    }

    .submit_btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 54px;
        padding: 0 25px;
        box-sizing: border-box;
        background: #F3F3F3;
        border: 3px solid #ffffff;
        outline: 0;
        cursor: pointer;
    }

    .bg_dark {
        background: #e7e7e7;
    }

    .bg_light {
        background: #f3f3f3;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    .quote_form {
        width: 100%;
    }

    .option_group {
        width: 100%;
        padding-top: 80px;
    }

    .group_content {
        width: 940px;
        margin: 0 auto;
        min-height: 30px;
    }

    .radio_option {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .radio_group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
    }

    .radio_box {
        display: block;
    }

    .radio_box label {
        cursor: pointer;
        display: block;
    }

    .radio_box input[type="radio"] {
        display: none;
    }

    .radio_box img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
        display: block;
    }

    .group_flex {
        display: flex;
    }

    .question_description {
        width: 490px;
        min-height: 198px;
        padding: 40px 40px 40px 0;
        box-sizing: border-box;
    }

    .input_box {
        padding: 50px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .input_item_box {
        padding-bottom: 24px;
        position: relative;
    }

    .input_item {
        width: 460px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 54px;
        padding: 0 25px;
        box-sizing: border-box;
        background: #F3F3F3;
    }

    .input_item p {
        color: #424143;
        font-weight: bold;
    }

    .input_item input {
        width: 260px;
        border: 0;
        outline: 0;
        background: transparent;
        height: 100%;
        font-size: 18px;
        line-height: 54px;
    }

    .error_position {
        position: absolute;
        left: 40px;
        bottom: 0;
    }

    .submit_btn {
        width: 460px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 54px;
        padding: 0 25px;
        box-sizing: border-box;
        background: #F3F3F3;
        border: 3px solid #ffffff;
        outline: 0;
        cursor: pointer;
    }

    .bg_dark {
        background: #e7e7e7;
    }

    .bg_light {
        background: #f3f3f3;
    }
}

@media (min-width: 1401px) {
    .quote_form {
        width: 100%;
    }

    .option_group {
        width: 100%;
        padding-top: 80px;
    }

    .group_content {
        width: 1140px;
        margin: 0 auto;
        min-height: 30px;
    }

    .radio_option {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .radio_group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
    }

    .radio_box {
        display: block;
    }

    .radio_box label {
        cursor: pointer;
        display: block;
    }

    .radio_box input[type="radio"] {
        display: none;
    }

    .radio_box img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
        display: block;
    }

    .group_flex {
        display: flex;
    }

    .question_description {
        width: 554px;
        min-height: 198px;
        padding: 40px 40px 40px 0;
        box-sizing: border-box;
    }

    .input_box {
        padding: 50px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .input_item_box {
        padding-bottom: 24px;
        position: relative;
    }

    .input_item {
        width: 540px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 54px;
        padding: 0 25px;
        box-sizing: border-box;
        background: #F3F3F3;
    }

    .input_item p {
        color: #424143;
        font-weight: bold;
    }

    .input_item input {
        width: 340px;
        border: 0;
        outline: 0;
        background: transparent;
        height: 100%;
        font-size: 18px;
        line-height: 54px;
    }

    .error_position {
        position: absolute;
        left: 40px;
        bottom: 0;
    }

    .submit_btn {
        width: 540px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 54px;
        padding: 0 25px;
        box-sizing: border-box;
        background: #F3F3F3;
        border: 3px solid #ffffff;
        outline: 0;
        cursor: pointer;
    }

    .bg_dark {
        background: #e7e7e7;
    }

    .bg_light {
        background: #f3f3f3;
    }
}
