sup {
    font-size: 70%;
    line-height: 0;
    vertical-align: 10px;
}

.question-6 .img_logos {
    width: 100%;
    height: auto;
}

.question-7 .img_logos {
    width: 100%;
    height: auto;
}

.content {
    padding: 0 !important;
}

.q_wrapper {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}

.question-1 {
    max-width: 1260px;
}

.question-2 {
    max-width: 1400px;
}

.question-4 {
    max-width: 1240px;
}

.question-5 {
    max-width: 1150px;
}

.q6-text-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.question-8 {
    max-width: 1020px;
}

.question-9 {
    max-width: 900px;
}

.question-10 {
    max-width: 780px;
}

.question-11 {
    max-width: 830px;
}

.question {
    font-family:'americane-condensed', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 76px;
    color:#01184D;
}

.select-all {
    font-family:'americane-condensed', sans-serif;
    font-size: 30px;
    line-height: 36px;
    color:#01184D;
    margin-top: 20px;
}

.selections {
    margin-top: 40px;
}

.flex-table {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.selections .flex-table-item {
    padding: 10px 0;
}

.flex-table-item {
    color: #5B3A2E;
    font-family: 'americane-condensed', sans-serif;
    font-size: 40px;
    text-align: left;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
}

.selection-flex {
    display: flex;
    align-items: center;
    justify-content: start;
}

.q4 .selection-flex, .q5 .selection-flex {
    display: flex;
    align-items: start;
    justify-content: start;
}

input[type="checkbox"], input[type="radio"] {
	width: 40px !important;
	height: 40px;
    accent-color: #5B3A2E !important;
    margin: 0;
    margin-right: 20px;
}

.q2, .q4, .q5 {
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
}

.q4 {
    justify-content: space-evenly;
}

/* .question-6 .flex-table {
    flex-direction: column;
    flex-wrap: nowrap;
}

.question-6 .flex-column {
    display: flex;
    flex-wrap: wrap;
} */

/* .question-6 .flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 50%;
} */

.q2 .flex-table-item, .q4 .flex-table-item, .q5 .flex-table-item {
    text-align: center;
    width: auto;
    padding: 30px 20px 0 0;
    align-self: end;
}

.q2 img {
    margin-bottom: 20px;
    width: 90%;
    height: auto;
    text-align: center;
}

.q3, .q6, .q10 {
    flex-direction: row;
    justify-content: start;
}

.q3 .flex-table-item, .q6 .flex-table-item, .q10 .flex-table-item {
    width: auto;
    align-items: flex-start;
}

.q4 .flex-table-item{
   padding: 30px;
   align-self: flex-start;
   text-align: left;
}

.q5 .flex-table-item {
   padding: 30px 80px 0 0;
   align-self: flex-start;
}

.q4 img, .q5 img {
    margin-bottom: 20px;
}

.two-column {
    width: 40%;
    padding-right: 30px;
}

.q10 .two-column {
    width: 48%;
}

.other-box {
    margin-left: 60px;
    width: 90% !important;
    max-width: 400px;
    height: 60px;
    color: #5B3A2E;
    font-family: 'americane-condensed', sans-serif;
    font-size: 40px;
    padding: 0 30px;
}

.btn {
    display: inline-block;
    cursor:pointer;
    border:5px solid #232e61;
    background-color: transparent;
    color:#232e61;
    font-weight: bold;
    border-radius: 50px;
    font-size: 45px;
    font-family: 'Kanit', sans-serif;
    width:268px;
    text-decoration: none;
    margin: 60px auto;
    padding: 10px !important;
}

.dot-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 60px !important;
}

.dots {
    width: 21px;
    height: 21px;
    border: 2px solid #232E61;
    border-radius: 50%;
    margin: 10px;
}

.hide {
    display: none;
}

.show {
    display: block;
}
/* @media screen and (max-width: 1276px) {
    .question-6 .flex-row {
        display: flex;
        /* flex-direction: column; */
        /* flex-wrap: wrap; */
        /* justify-content: center; */
        /* width: auto;
        align-items: center;
    }

    .question-6 .flex-column {
        justify-content: center;
    } 
} */

@media screen and (max-width: 1080px) {
    .q3, .q6, .q10 {
        flex-direction: column;
    }

    .two-column, .q10 .two-column {
        width: 100%;
        padding: 0;
    }

    .other-box {
        margin-left: 45px;
    }

    .hide {
        display: block;
    }

    .show {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .noMo {
        display: none;
    }

    .header {
        height: 220px;
    }

    .header_bg {
        background-color: transparent;
        height: 124px;
        position: relative;
    }

    .header img {
        max-width: 204px;
        top: 40%;
        width: 90%;
    }

    .page {
        margin-bottom: 30px;
    }

    .q_wrapper {
        margin-top: 0;
    }

    .question {
        font-size: 40px;
        line-height: 46px;
    }

    .select-all {
        font-family:'americane-condensed', sans-serif;
        font-size: 20px;
        line-height: 26px;
        margin-top: 10px;
    }

    .selections {
        margin-top: 20px;
    }

    .selections .flex-table-item {
        padding: 5px 0;
    }

    .flex-table-item {
        font-size: 28px;
        line-height: 28px;
    }

    .other-box {
        font-size: 28px;
    }

    .q2, .q4, .q5 {
        justify-content: center;
    }

    .q2 .flex-table-item, .q4 .flex-table-item, .q5 .flex-table-item {
        padding: 20px;
        text-align: center;
        width: 40%;
    }

    .q4, .q5 {
        width: auto !important;
    }

    /* .question-6 .flex-table-item {
        width: 90%;
        text-align: left;
    }

    .question-6 .selection-flex {
        justify-content: flex-start;
        align-items: center;
    } */

    .selection-flex {
        align-items: flex-start;
    }

    .question-7 .q5 {
        flex-wrap: nowrap;
    }

    .question-7 .flex-table-item {
        padding: 5px;
        width: 48%;
    }

    .question-7 .selection-flex {
        align-items: flex-start;
        justify-content: center;
    }

    input[type="checkbox"], input[type="radio"] {
        width: 30px !important;
        height: 30px;
        min-width: 30px;
        margin-right: 15px;
    }

    .btn {
        font-size: 28px;
        width: 207px;
        margin: 30px auto;
    }

    .dots {
        width: 10px;
        height: 10px;
        margin: 5px;
    }
    
}

@media screen and (max-width: 625px) {
    .question-6 .q4 {
        flex-direction: column;
        justify-content: center;
    }

    .question-6 .flex-table-item {
        margin: 0 auto;
        width: 90%;
    }

    .question-6 .selection-flex {
        justify-content: center;
    }
}

@media screen and (max-width: 375px) {
    .question {
        font-size: 34px;
        line-height: 40px;
    }
    
    .flex-table-item {
        font-size: 22px;
        line-height: 22px;
    }

    .flex-table-item input {
        width: 22px;
        height: 22px;
        margin-right: 4px;
    }

    .question-7 .flex-table-item input {
        width: 22px;
        height: 22px;
        margin-top: 4px;
        margin-right: 4px;
    }
}