.mentors_section .mentors_bg_div {
    background-image: url('/gen/images/mentors_landing_background.jpg') !important;
    background-size: cover !important;
    background-position: bottom !important;
    padding: 200px 0 200px 0;
}

.mentors_benefit_section {
    background-color: #222222;
}

.mentors_benefit_section h3 {
    color: #ffffff;
    padding: 32px 0;
    line-height: 40px;
    font-size: 24px;
    font-weight: 500;
}

.mentor_benefit_div {
    background-color: #ffffff;
    border-radius: 16px;
    margin-bottom: 32px;
}

.mentor_benefit_div img {
    max-width: 200px;
    max-height: 200px;
    margin-top: 32px;
    min-height: 160px;
}

.mentor_benefit_div p {
    color: #3B3B3B;
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    padding: 24px 16px 16px 16px;
}

.mentors_t2t_section {
    padding-bottom: 64px;
}

.mentors_t2t_section h3 {
    color: #3B3B3B;
    padding-top: 32px;
    padding-bottom: 64px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 500;
}

.mentor_t2t_div {
    margin-bottom: 32px;
}

.mentor_t2t_div img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .15) !important
}

.mentor_t2t_div h4 {
    margin-top: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #3B3B3B;
}

.mentor_t2t_div p {
    margin-top: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #3B3B3B;
}

.mentor_t2t_div .mentoricon {
    color: #3B3B3B;
    font-size: 24px;
    padding: 0 12px;
}

.mentors_how_section {
    padding-bottom: 100px;
}

.mentors_how_div {}

.mentor_how_div img {
    height: 160px;
    width: 160px;
}

.mentor_how_div h5 {
    margin-top: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #3B3B3B;
}

.mentor_how_div p {
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #3B3B3B;
}

.mentors_faq_section {
    padding-bottom: 100px;
}

.mentors_faq_div h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #3B3B3B;
}



.how_it_works_module {
    background: #f7f7f7 !important;
}

.mentor_content {
    padding: 32px 16px;
    border-radius: 16px;
    background: linear-gradient(46deg, rgba(235, 235, 235, 0.05) 0%, rgba(233, 233, 233, 0.05) 100%);
    box-shadow: 2px 2px 100px 0px rgba(66, 66, 66, 0.10) inset, -2px -2px 100px 0px rgba(255, 255, 255, 0.10) inset;
    backdrop-filter: blur(3px);
}

.mentor_content h2 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #3B3B3B;
}

.mentor_content p {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #3B3B3B;
}

.p-margin-div p {
    margin-bottom: 42px;
}

.faq_khadamat .faq_body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.faq_khadamat .faq_items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

@media (max-width:767px) {

    .faq_khadamat .faq_items {

        width: 100%;

    }
}


.faq_khadamat .s_22 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: right;
    background-color: #EBEBEB;
    padding: 24px;
    border-radius: 8px;
}

.faq_khadamat .questions_logo {
    float: right;
    width: 50px;
    padding: 3px;
}

.faq_khadamat .questions_text {
    float: right;
    width: 100%;
}

.faq_khadamat .questions_text h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}



@media (max-width:767px) {

    .khadamat_titles {
        font-size: 18px;
    }
}


.faq_khadamat .questions_btn {
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid gray;
}

.faq_khadamat .questions_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_khadamat .javab {
    width: 100%;
    background-color: #F1F1F1;
    height: auto;
    border-radius: 10px;
    margin-top: 8px;
    text-align: right;
    padding: 15px;
    border: 1px solid #BBB;
    display: none;
}

.felesh {
    font-size: 14px;
    font-weight: 700;
}

.rotate_icon {
    transform: rotate(90deg);
}

.faq_khadamat .javab p {
    font-size: 14px;
    margin-bottom: 0;
}

.consultation {
    background-color: antiquewhite;
    overflow: hidden;
    max-width: 770px;
    margin: auto;
    box-shadow: 0px 0px 4px -2px gray;

}

.consultation_img img {
    object-fit: cover;
}

.consultation>div {
    width: 50%;
}

@media (max-width:767px) {

    .consultation>div {
        width: 100%;
    }
}

.viewmentor{
    cursor:pointer;
}
.mentorimg{
    object-fit: cover;
}
.list_item_icon li:before {
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    color: #db3037;
    margin-left: 8px;
}
.list_item li i{
     font-size:0.5rem;
}