.extra-text {
    display: none;
    margin-top: 10px;
    color: #444;
}

.extra-text.show {
    display: block;
}

.btn-white svg {
    transform: rotate(0deg);
    transition: 0.3s ease;
}

.btn-white.active svg {
    transform: rotate(180deg);
}

section.about_section .about_section_main .right_side .item h4 {
    margin-bottom: 15px;
}

section.about_section .about_section_main .right_side .item p {
    font-weight: 400;
    letter-spacing: .5px;
}

section.about_section .about_section_main .right_side .item span {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}

.tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.tab-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 15.64px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 24px;
    height: 51px;
    line-height: 51px;
    border: 0px solid rgba(0, 109, 166, .3);
    background: #fff;
    color: #006da6;
    border-radius: 12px;
    display: inline-block;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    min-width: 120px
}

.tab-btn.active {
    background-color: #006da6;
    border-color: #006da6;
    color: #fff
}

.tab-panel {
    /* border: 1px solid #ccc; */
    /* padding: 16px; */
    /* border-radius: 0 6px 6px 6px; */
    /* background: white; */
    min-height: 120px;
}

.custom_form .form-item input {
    width: 100%;
    color: rgba(60, 60, 60, .6);
    height: 55px;
    padding: 0 14px;
    border: 1px solid #e8eaeb;
    border-radius: 12px;
    cursor: pointer;
    outline: 0 !important;
    background-color: #fff
}

.select_item_type select {
    color: #fff;
    border-color: transparent;
    background-color: rgba(255, 255, 255, .2);
    width: 100%;
    height: 55px;
    padding: 0 14px;
    border-radius: 12px;
    cursor: pointer;
    outline: 0 !important;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    /* background-image: url('../img/select-arrow.svg'); */
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px
}

.white_fon .select_item_type select {
    background-color: #fff;
    border: 1px solid #e8eaeb;
    color: rgba(60, 60, 60, .6);

}

.select_item_type select option {
    color: #444 !important;

}

select option {
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
}

.select_item_type select option:nth-child(1) {
    display: none;
}

@media (max-width: 1023px) {
    .tabs {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {

    .tabs {
        flex-wrap: wrap;
    }

    .tab-btn {
        font-size: 14px;
        min-width: inherit;
        padding: 0 12px;
        line-height: 34px;
        height: 34px;
    }

    .tab-btn {
        flex: 1 1 auto;
        text-align: center;
    }

    .our_partners_swiper {
        overflow: hidden;
    }

    section.about_section .about_section_main .right_side .item img {
        right: -20%;
    }

    section.about_section .about_section_main .right_side .item:nth-child(3) {
        order: -10;
    }

    section.about_section .about_section_main .right_side .item:nth-child(3) img {
        /* right: 0%; */
        max-width: 250px;
    }
}