@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", serif;
}

.question_quiz {
    background: url('../images/cloudy_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.logo-img {
    width: 60px;
    margin-right: 12px;
}

.logo_img_peace {
    width: 55px;
}

.content-hero h1 {
    color: #494949;
    text-align: center;
    font-size: 37.604px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 41.365px */
    letter-spacing: -1.128px;
}

.content-hero h1 span {
    color: #4074B1;
    font-weight: 500;
}

.question_quiz .content-hero .vector_img {
    position: absolute;
    width: 8%;
    transform: translate(146px, 0px);
}

.btn_sleep {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 7.64px;
    border: 2px solid #F0F5F9;
    background: #FFF;
    padding: 15px;
}

.moon_sleep_img_white {
    display: none;
}

.btn_sleep:hover {
    background: #688EC0;
    color: #fff;
}

.active_btn {
    background: #688EC0 !important;
    color: #fff;
}
.active_btn:hover{
    color: #fff;
}
.btn-cont{
    background: #688EC0;
    border-radius: 8.334px;
    padding: 12px 50px;
    color: #FFF;
}
.btn-cont:hover{
    color: #fff;
}

.active_btn .active_img {
    display: block;
    width: 36px;
}

.active_btn .moon_sleep_img {
    display: none;
}

.btn_sleep:hover .moon_sleep_img {
    display: none;
}

.btn_sleep:hover .moon_sleep_img_white {
    display: block;
    width: 36px;
}

.moon_sleep_img {
    width: 36px;
}

.question_quiz a:hover {
    text-decoration: none;
}
.btn_steps a{
    color: #688EC0;
    font-weight: 500;
}
.improve_txt{
    color: #153B62;
    font-weight: 400;
    font-size: 18px;
}

.question_txt{
    color: #494949;
    font-weight: 400;
    letter-spacing: 1px;
}
.question_para{
    color: #494949;
    font-weight: 400;
}
.step_progress{
    width: 33%;
    height: 7px;
    background: rgba(64, 116, 177, 1);
    border-radius: 12px;
}

.step_btns .btn_step_occa{
    border-radius: 7.64px;
border: 2px solid #F0F5F9;
background: #FFF;
padding: 18px;
text-align: left;
}
.step_btns .btn_step_occa:hover{
    background: #688EC0 !important;
    color: #fff;
}
.btn-cont:disabled{
    cursor: no-drop;
}
.btn_steps{
    gap: 20px;
}
 .btn_step_occa:focus{
    box-shadow: none !important;
    outline: none !important;
}
 .btn_sleep:focus{
    box-shadow: none !important;
    outline: none !important;
}



.txt_thank{
    color: #4074B1;
    font-weight: 700;
}
.txt_success{
    color: #454545;
    font-weight: 600;
}
.bg_thank{
    border-radius: 37px;
background: #FFF;
}
.thank_para{
    color: #494949;
font-size: 18px;
font-weight: 400;
}
.w-30{
    width: 35%;
}
.gap_store_img{
    gap: 20px;
}
.gap_store_img img{
    width: 150px;
}
@media screen and (max-width:1280px) {
    .question_quiz .content-hero .vector_img {
        width: 10%;

    }
}

@media screen and (max-width:767px) {
    .question_quiz .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .flex_padding{
        padding: 0px !important;
    }
    .step_progress{
        margin-left: 0px !important;
    }
    .question_quiz .row .col-md-12{
        margin-top: 10px !important;
    }
    .question_quiz .content-hero .vector_img {
        display: none;
    }
    .question_txt {
        font-size: 20px;
    }
    .question_txt br {
        display: none;
    }
}