/*==============================================
    FAQ One
===============================================*/
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 2;
}

.faq-one__left {
    position: relative;
    display: block;
}

.faq-one__left .section-title {
    margin-bottom: 12px;
}

.faq-one__left-text-1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    color: var(--tedlife-base);
    line-height: 32px;
    font-family: var(--tedlife-font-two);
}

.faq-one__left-text-2 {
    margin-top: 8px;
    margin-bottom: 21px;
}

.faq-one__img-and-points {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: -14px;
}

.faq-one__img {
    position: relative;
    display: block;
    max-width: 200px;
    width: 100%;
}

.faq-one__img img {
    width: 100%;
    border-radius: var(--tedlife-bdr-radius);
    filter: grayscale(1);
}

.faq-one__points {
    position: relative;
    display: block;
}

.faq-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-one__points li .icon {
    position: relative;
    display: inline-block;
}

.faq-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--tedlife-base);
}

.faq-one__right {
    position: relative;
    display: block;
    margin-left: 50px;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: var(--tedlife-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 40px 19px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 24px;
    color: var(--tedlife-black);
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--tedlife-base);
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\e92e";
    font-family: 'icomoon' !important;
    font-size: 15px;
    color: var(--tedlife-black);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 22px;
    height: 22px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e92f";
    color: var(--tedlife-base);
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 23px;
    padding-left: 40px;
    padding-right: 35px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 5;
}

.faq-page__left {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.faq-page__right {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/