/* Custom Styles */
.que_holder {
    text-align: center;
    margin-bottom: 4rem;
}
h2.que_txt {
    font-size: 31px;
    font-weight: 900;
    color: #000;
}
.ans_item {
    width: 25%;
    display: inline-block;
    padding: 10px;
        vertical-align: middle;
}
span.ater_text {
    display: block;
    margin-top: 13px;
    font-size: 14px;
}
.asn_list {
    display: inline-table;
    width: 100%;
    text-align: center;
}
.ans_sec {
    width: 74%;
    margin: auto;
}
.ans_cont {
    text-align: center;
    padding: 26px 13PX 10px 13px;
    border: 3px solid #ccc;
    border-radius: 18px;
    transition: 0.2s;
    cursor: pointer;
}
.ans_img_holder {
    text-align: center;
    background-size: contain;
    width: 100%;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
}
p.ans_text {
    margin-top: 10px;
}
img.ans_img {
    display: inline-block;
    width: 73%;
}
p.ans_text {
    font-weight: 700;
    margin: 0;
    font-size: 17px;
}
.ans_cont:hover {
    transform: scale(1.02);
}
.the_l_question{
padding: 15% 0px;
    width: 100%;
    color: #000;
    min-height: 10vh;
}
.the_question {
padding: 15% 0px;
    width: 100%;
    color: #000;
    min-height: 10vh;
} 

input.input_type {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 24px;
    padding: 10px 40px;
}

input.input_type:focus {
    outline: none;
}

input.input_type::placeholder {
    color: #ccc;
}
a.btn_submit {
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    margin-top: 22px;
    background: #000;
    min-width: 300px;
    border-radius: 4px;
    cursor: pointer;
}
a.btn_next {
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    margin-top: 22px;
    background: #000;
    min-width: 300px;
    border-radius: 4px;
    cursor: pointer;
}
@media screen and (max-width: 767px){
    span.ater_text {
    display: block;
    margin-top: 13px;
    font-size: 14px;
}

.ans_item {
    width: 100%;
}

.ans_sec {
    width: 80%;
}

.the_question {
    padding: 100px 0px;
}
}