body {
    background-color: #fff;
}

.dk_banner {
    min-height: 416px;
    background: url('https://imobie-resource.com/en/faq/img/faq_bannerbg3.png') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.dk_banner h1 {
    color: #000;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.faq_bantext {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}

.faq_banbtn {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.faq_banbtn p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq_banbtn p svg {
    margin-left: 12px;
}

.faq_banbtn p span {
    margin-top: 10px;
    color: #666;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}

.faq_banbtn a {
    width: 283px;
    height: 70px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    transition: transform linear .2s;
}

.faq_banbtn a:hover {
    transform: translateY(-5px);
}

.faq_banbtn .down {
    margin-right: 29px;
}

.faq_banbtn .down a {
    background: #43A450;
}

.faq_banbtn .view a {
    background: #F39B11;
}

.banner_img {
    position: absolute;
}

.banner_img1 {
    top: 48%;
    right: 16%;
}

.banner_img2 {
    top: 17%;
    right: 10%;
}

.banner_img3 {
    top: 20%;
    left: 10%;
}

.faq_box {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}

.faqleft_nav {
    margin-top: 0px;
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    width: 280px;
    margin-right: 60px;
    height: fit-content;
    box-sizing: border-box;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.faqleftnav_title {
    padding: 18px 26px;
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #F3F3F3;
}

.faqleft_nav ul {
    padding: 14px;
    height: 70vh;
    overflow: auto;
}

.faqleft_nav ul li {
    height: 62px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 4px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    padding: 0 14px;
    box-sizing: border-box;
}

.faqleft_nav ul li:hover {
    background: #F2F2F2;
}

.faqleft_nav ul li svg {
    margin-right: 8px;
}

.faqleft_nav .faqnav_sel {
    background: #E6FBEF;
    border: none;
    padding-left: 14px;
}

.faqright {
    flex: 1;
    margin-top: 0px;
}

.faqblocks h2 {
    color: #333;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    padding-right: 20px;
}

.faqblocks a {
    color: #269032;
}

.faqfeedback {
    margin: 0;
    padding: 0;
    margin-top: 23px;
}

.feedbackchoice {
    background: #F6F6F6;
    padding: 20px 30px;
    border-radius: 10px;
}

.feedbackchoice p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feedbackchoice a {
    border-radius: 5px;
    border: 1px solid #269032;
    color: #269032;
    background-color: #FFF;
}

.feedbackchoice a:hover {
    background: #269032;
}

.chooseno a {
    background: #2F61FA;
    color: #fff;
}

.faqblocks h2:after {
    right: 0;
    top: 0%;
}

.faqnav_fixed {
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.12);
}

.feedbackchoice_mobile {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 36px;
}

.feedbackchoice_mobile .yes_btn {
    margin-right: 20px;
}

.feedbackchoice_mobile .yes_btn,
.feedbackchoice_mobile .no_btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.feedbackchoice_mobile_btn_active {
    background: rgba(230, 162, 32, 0.12) !important;
}

.feedbackchoice_mobile_btn_active svg path {
    stroke: #E5A21F;
}

@media screen and (max-width: 1520px) {
    .banner_img1 {
        right: 12%;
    }

    .banner_img2 {
        right: 6%;
    }

    .banner_img3 {
        left: 5%;
    }
}

@media screen and (max-width: 1355px) {
    .banner_img1 {
        right: 8%;
    }

    .banner_img2 {
        right: 2%;
    }

    .banner_img3 {
        left: -1%;
    }
}

@media screen and (max-width: 1200px) {

    .banner_img1,
    .banner_img2,
    .banner_img3 {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .faqright li .faqblocks:first-child .answers {
        display: block;
    }

    .dk_banner {
        background: url('https://imobie-resource.com/en/faq/img/faq_bannerbg3_mobile.png') no-repeat;
        background-size: cover;
        background-position: center;
        padding: 50px 15px 50px 15px;
    }

    .dk_banner h1 {
        font-size: 28px;
    }

    .faq_bantext {
        font-size: 16px;
        margin-bottom: 36px;
    }

    .faq_banbtn {
        flex-direction: column;
        width: 90%;
    }

    .faq_banbtn a {
        width: 100%;
        max-width: 280px;
        height: 49px;
        font-size: 16px;
        font-weight: 600;
    }

    .faq_banbtn p span {
        margin-top: 8px;
        font-size: 13px;
    }

    .faq_banbtn p svg {
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }

    .faq_banbtn .down {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .faq_box {
        margin-top: 50px;
        flex-direction: column;
    }

    .faqleftnav_title {
        display: none;
    }

    .faqleft_nav {
        width: 100%;
        overflow-x: auto;
        height: auto;
        margin: 0;
        border: none;
        border-radius: 0;
        margin-bottom: 20px;
    }

    .faqleft_nav ul {
        display: flex;
        height: auto;
        padding: 12px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .faqleft_nav ul::-webkit-scrollbar {
        display: none;
    }

    .faqleft_nav ul li {
        height: 71px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 8px;
        background: #F6F6F6;
        padding: 11px;
        font-size: 14px;
        color: #666;
    }

    .faqleft_nav ul li:last-child {
        margin-right: 0;
    }

    .faqleft_nav ul li svg {
        width: 28px;
        height: 28px;
        margin-right: 0;
    }

    .faqleft_nav .faqnav_sel {
        padding-left: 11px;
        border: 1px solid rgba(27, 172, 44, 0.35);
        background: #E6FBEF !important;
    }

    .faqleft_nav .faqnav_sel {
        color: #000;
    }

    .faqleft_nav .faqnav_sel a:after {
        opacity: 0;
    }

    .faqright {
        display: block;
    }

    .faqblocks {
        border: none;
        padding: 0;
        margin-bottom: 16px;
    }

    .faqblocks h2 {
        margin: 0;
        border: 1px solid #F0F0F0;
        padding: 10px 28px 10px 10px;
        box-sizing: border-box;
        border-radius: 12px;
        margin-bottom: 16px;
        color: #000;
        font-size: 16px;
    }

    .faqblocks p {
        color: #111;
        font-size: 15px;
    }

    .faqblocks h2:after {
        right: 18px;
        top: 28%;
    }

    .answers_item {
        border-radius: 10px;
        background: #F2F2F2;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .chooseno {
        text-align: center;
        background-color: #F6F6F6;
        border-radius: 12px;
    }

    .chooseyes {
        background-color: #F6F6F6;
        border-radius: 12px;
        padding: 16px 12px;
    }

    .submitbtn {
        margin: 0 auto;
    }

    .faqunfold h2 {
        background: #E6FBEF;
    }
}