.contact_raq_plain_content_sec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    background-color: var(--c3);
}

.contact_raq_plain_content_sec .text {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--c2);
}

@media(max-width:990px) {
    .contact_raq_plain_content_sec {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}


/* ---- feedback form page css ----  */

.contact_feed_plain_content {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    background-color: var(--c3);
}


/* --- talk_expert_sec ---  */

.talk_expert_sec {
    position: relative;
    margin-bottom: 80px;
    padding-top: 50px;
    background-color: var(--c1);
}

.talk_expert_sec h2,
.talk_expert_sec h4,
.talk_expert_sec h3,
.talk_expert_sec p,
.talk_expert_sec ul li {
    color: var(--cf);
}

.talk_expert_sec a {
    color: var(--cf);
    text-decoration: unset;
}

.talk_expert_sec .txt {
    padding-right: 16px;
}

.talk_expert_sec .support_txt {
    margin-top: 32px;
}

.talk_expert_sec .support_txt .wrap {
    display: flex;
    align-items: center;
}

.talk_expert_sec .support_txt .icon-box img {
    width: 75px;
}

.talk_expert_sec .support_txt .content {
    margin-left: 16px;
}

.talk_expert_sec .flex {
    flex-wrap: wrap;
}

.talk_expert_sec .time_date_txt {
    width: 50%;
}

.talk_expert_sec .img {
    width: 50%;
}