@media screen and (max-width: 1024px) {
    #surveys .surv-radio, #surveys .surveys-content {
        background-color: transparent
    }

    #surveys {
        margin-top: 30px
    }

    #surveys .surv-desc, #surveys .surv-title {
        text-align: left
    }

    #surveys .surv-ques h2 strong {
        font-size: 19px
    }

    #surveys .inline-step, #surveys .surveys-form .surv-ques {
        padding-left: 0;
        padding-right: 0
    }

    #surveys .inline-step .item {
        padding-right: 22px
    }

    #surveys .surveys-content {
        padding: 0 0 30px;
        margin-top: 10px
    }

    #surveys .question .sub-num {
        padding-bottom: 65px
    }

    #surveys .inline-step .current .num::after {
        border: 0
    }

    #surveys .question .inline-group {
        background-color: #1f1a18;
        margin-left: -20px;
        width: calc(100% + 20px);
        padding-left: 0 !important
    }

    #surveys .inline-group h4 {
        float: left;
        border-right: 1px solid #c39e6d;
        border-bottom: 0;
        margin-bottom: 0;
        text-align: left;
        padding-left: 20px;
        width: 67%
    }

    #yourscore {
        font-size: 52px
    }

    #surveys .inline-group .surv-sub {
        width: 33%;
        float: right;
        display: block !important
    }

    #surveys .inline-group .surv-sub input, #surveys .inline-group .surv-sub label {
        display: inline-block
    }

    #surveys .inline-group .surv-sub label {
        width: auto;
        position: relative;
        right: -33px
    }

    #surveys .inline-group>li {
        border-bottom: 1px solid #c39e6d;
        max-width: 100%;
        flex: 0 0 100%
    }

    #surveys .inline-group>li.surv-center {
        border-bottom: 0
    }

    #surveys .inline-group .surv-sub li {
        padding-top: 12px !important;
        line-height: initial
    }

    #surveys .inline-group .surv-radio {
        left: -15px;
        position: relative
    }

    #surveys .question .surv-center h4 {
        padding-left: 20px;
        height: 100%
    }

    #surveys .question {
        padding-top: 0
    }

    #surveys .question .surv-center .surv-sub {
        padding-top: 5px;
        padding-right: 0;
        width: 33%
    }

    #surveys .question .surv-center .surv-sub li {
        text-align: center !important
    }

    #surveys .surv-center .surv-sub li:first-child input {
        left: -13px
    }

    #surveys .surveys-action {
        margin-top: 10px !important
    }

    #surveys .surveys-action .surv-btn {
        width: 100%;
        position: relative;
        display: block
    }

    #surveys .surv-btn.btn-next {
        float: left;
        top: -50px
    }

    #surveys .surv-btn.btn-back {
        bottom: -25px
    }

    #surveys .surv-choose .col-md-4, #surveys .surveys-form .surv-ques .col-md-4 {
        flex: 0 0 40%
    }

    #surveys .surveys-form .surv-ques .col-md-6 {
        flex: 0 0 60%
    }

    #surveys .surveys-form .col-md-4 .form-control {
        padding-right: 10px
    }

    #surveys .surv-choose .col-md-4.surv-two {
        flex: 0 0 20%
    }

    #surveys .surv-choose .surv-btn, .hide-sm {
        display: none
    }

    #surveys .surv-choose .surv-btn-show {
        display: inline-block !important;
    }

    #surveys .surv-two::after {
        width: 100%;
        left: 0
    }

    #surveys .surv-or {
        background-color: #302b29
    }

    #surveys .surv-three label {
        width: 100%; /* width: 130%; */
        position: relative;
        right: 0px; /* right: 45px; */
        font-size: 14px
    }

    #step6 .surveys-form {
        margin-top: 30px;
        margin-bottom: 50px
    }

    #surveys .surv-result .score {
        background-color: #1f1a18;
        border: 0
    }

    #surveys .survey-thanks .surv-title {
        text-align: center
    }

    #surveys .mt-f {
        margin-top: 35px
    }

    .content__style_3 table tr {
        display: table-cell
    }

    .content__style_3 table td {
        vertical-align: top;
        display: table-row
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    #surveys .surv-result .score, #surveys .surveys-content {
        margin-top: 30px
    }

    #surveys .surv-three label {
        right: 0;
        width: 100%
    }

    #surveys .surv-choose .col-md-4, #surveys .surv-choose .col-md-4.surv-two {
        flex: 0 0 33%
    }

    #surveys .surv-desc, #surveys .surv-title {
        text-align: center
    }

    #surveys .surv-ques .col-md-2, .section-keyvisual .col-md-4, .section-keyvisual .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%
    }

    #surveys .question .surv-center .surv-sub {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        padding-right: 0
    }

    #surveys .surv-center li:first-child input {
        left: -13px
    }

    #surveys .question .inline-group {
        width: 100%;
        margin-left: 0
    }

    #surveys .surveys-content .question+.question {
        padding-left: 0
    }

    #surveys .surveys-form .surv-ques .col-md-6 {
        flex: 0 0 30%
    }

    .main-navi ul li {
        margin: 0 5px
    }

    .main-navi ul li:first-child {
        margin-left: 0 !important
    }

    .main-navi ul li:last-child {
        margin-right: 0 !important
    }
}