﻿* {
    margin: 0;
    padding: 0;
    font-family: Hind;
    font-style: normal;
    font-weight: normal;
}

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 170%;
    color: #2d160f;
    font-family: 'noto sans';
    margin-bottom: 20px;
}

p {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #333333;
}

.pagecontainer {
    width: 1276px;
    margin: 0 auto;
    padding: 50px 0;
    min-height: 600px;
}

    .pagecontainer .pagecontainer__contents {
        display: flex;
    }

        .pagecontainer .pagecontainer__contents .content {
            flex: 3;
        }

            .pagecontainer .pagecontainer__contents .content .content__ques h4 {
                font-size: 24px;
                line-height: 150%;
                color: #333333;
                letter-spacing: 0;
            }

            .pagecontainer .pagecontainer__contents .content .content__askedby,
            .pagecontainer .pagecontainer__contents .content .content__box .box__answeredby {
                display: flex;
                flex-direction: column;
                justify-content: center;
                margin: 10px 0;
            }

                .pagecontainer .pagecontainer__contents .content .content__askedby span,
                .pagecontainer .pagecontainer__contents .content .content__box .box__answeredby span {
                    font-family: Hind;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 150%;
                    color: #0191B4;
                }

            .pagecontainer .pagecontainer__contents .content .content__box .box__answer > li {
                padding: 20px;
                list-style-type: disc;
                list-style-position: inside;
            }


            .pagecontainer .pagecontainer__contents .content .content__box {
                background: rgba(1, 145, 180, 0.05);
                border: 1px solid #0191B4;
                box-sizing: border-box;
                border-radius: 10px;
                padding: 10px;
                min-height: 250px;
                margin: 25px 0;
            }

                .pagecontainer .pagecontainer__contents .content .content__box .box__answer span {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 200%;
                    color: #333333;
                }

/*.pagecontainer .pagecontainer__contents .content .content__box .box__answer span > li {
                        list-style-position: inside;
                    }*/

.btns__ans {
    display: block;
    width: 140px;
    height: 25px;
    background: #FE7A15;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    border: 2px solid #FE7A15;
    transition: 0.1s ease-in;
    cursor: pointer;
}


    .btns__ans:hover {
        color: #FE7A15;
        border: 2px solid #FE7A15;
        background: #fff;
    }








.pagecontainer .pagecontainer__contents .btns {
    flex: 1;
    display: flex;
    justify-content: space-between;
}



    .pagecontainer .pagecontainer__contents .btns .btns__ques {
        display: block;
        width: 120px;
        height: 25px;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        line-height: 150%;
        color: #FE7A15;
        border: 2px solid #FE7A15;
        transition: 0.1s ease-in;
    }

        .pagecontainer .pagecontainer__contents .btns .btns__ques:hover {
            color: #fff;
            border: 2px solid #FE7A15;
            background: #FE7A15;
        }

.pagecontainer .answer h4 {
    color: #FE7A15;
    border-radius: 10px;
    letter-spacing: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 200%;
}


.qbtn {
    display: flex;
    justify-content: space-between;
}

    .qbtn .qbtn__1 {
        display: flex;
        flex-direction: row;
    }

.btnSubmit {
    font-size: 20px;
    width: 150px;
    height: 45px;
    background: #FE7A15;
    border-radius: 5px;
    border: 2px solid #FE7A15;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
}

    .btnSubmit:hover {
        background: #fff;
        border: 2px solid #FE7A15;
        color: #FE7A15;
        transition: background-color 0.5s ease-out;
    }

.btnRefresh {
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    color: #0191B4;
    border: none;
    cursor: pointer;
    width: 150px;
    height: 45px;
    border: 2px solid #0191B4;
    box-sizing: border-box;
    transition: 0.1s ease-in;
}

    .btnRefresh:hover {
        background: #0191B4;
        color: #fff;
    }

.captchaimg {
    width: 150px;
    height: 45px;
}

.abc {
    display: flex;
    justify-content: space-between;
}

.txtbox {
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    width: 150px;
    height: 45px;
    outline: none;
    padding: 0 10px;
}
