.faq-sec {
    padding-top: 0
}

.faq-sec .header-text {
    margin-bottom: 64px
}

.accrodion-title h3 {
    margin: 0;
    font-size: 18px
}

.accrodion-item {
    border-radius: 10px 10px 10px 10px;
    border: 1.3px solid #efefef;
    background: #fff
}

.accrodion-item:not(:last-child) {
    margin-bottom: 20px
}

.accrodion-title {
    cursor: pointer;
    padding: 24px 70px 24px 32px;
    position: relative
}

.accrodion-title:after {
    content: '';
    background-image: url('../../images/plus.svg');
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.accrodion-item.active .accrodion-title:after {
    background-image: url('../../images/minus.svg')
}

.accrodion-content {
    padding: 0 32px 24px 32px;
    display: none
}

.accordion-main .accrodion-item:first-child .accrodion-content {
    display: block
}

.accrodion-content li,
.accrodion-content p {
    font-weight: 500;
}

.accrodion-content li {
    background: url('../../images/bullets-icon.svg') 0 3px no-repeat;
    background-size: 22px;
    padding-left: 34px;
    margin-bottom: 10px
}

.accrodion-content strong {
    font-weight: 400
}

.faq-sec .accrodion-content p a {
    font-weight: 600;
    color: #ad5151;
    text-decoration: underline
}

.faq-sec .accrodion-content p a:hover {
    text-decoration: none
}


.faq-sec.bg-sky-blue {
    background: rgba(250, 250, 247, 1);
    padding: 60px 0;
}

.faq-sec.bg-sky-blue .header-text {
    margin-bottom: 40px;
}

.faq-sec .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-sec .wrapper .header-text {
    width: 41%;
    margin-right: 105px;
    text-align: left;
    margin-bottom: 0;
}

.faq-sec .wrapper .header-text p {
    font-weight: 500;
    color: rgba(83, 83, 83, 1);
}

.faq-sec .accordion-main {
    max-width: 654px;
    flex-grow: 1;
    width: 57%;
}

.faq-sec {
    background: rgba(250, 250, 247, 1);
    padding: 60px 0;
}

.faq-sec h2 {
    margin-bottom: 10px;
}

.faq-sec .accordion-main .accrodion-item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    border-radius: 0;
    margin-bottom: 0;
}

.faq-sec .accordion-main .accrodion-item:last-child {
    border-bottom: 0;
}

.faq-sec .accordion-main .accrodion-item .accrodion-title {
    padding: 0 37px 0 0;
}

.faq-sec .accordion-main .accrodion-item .accrodion-content {
    padding: 0;
    margin-top: 20px;
}

.faq-sec .accordion-main .accrodion-item .accrodion-title h3 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
}

.faq-sec .accordion-main .accrodion-item p {
    font-weight: 500;
}

.faq-sec .accordion-main .accrodion-item .accrodion-title:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect x='1' y='1' width='28' height='28' rx='14' stroke='%23282828' stroke-width='2'/%3E%3Cpath d='M8.8125 15H21.1869M14.9997 21.1872V8.81282' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    right: 0;
}

.faq-sec .accordion-main .accrodion-item.active .accrodion-title:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect x='1' y='1' width='28' height='28' rx='14' fill='%23282828' fill-opacity='0.1' stroke='%23282828' stroke-width='2'/%3E%3Cpath d='M10.625 10.625L19.375 19.375M10.625 19.375L19.375 10.625' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 992px) {
    .faq-sec .faq-text {
        position: sticky;
        position: -webkit-sticky;
        top: 20px;
    }
}

@media (max-width:1399px) {
    .faq-sec .wrapper .header-text {
        margin-right: 0;
    }
}

@media (max-width:1199px) {

    .faq-sec .header-text {
        margin-bottom: 30px
    }

    .faq-sec.bg-sky-blue .header-text {
        margin-bottom: 30px;
    }

    .faq-sec .accordion-main {
        max-width: 100%;
        flex-grow: unset;
        width: 53%;
    }

    .faq-sec .wrapper .header-text {
        width: 44%;
    }

    .accrodion-title h3 {
        font-size: 18px
    }

    .accrodion-title {
        padding: 20px 50px 20px 20px
    }

    .accrodion-content {
        padding: 0 20px 20px 20px
    }

    .accrodion-title:after {
        right: 20px;
        width: 25px;
        height: 25px
    }

    .accrodion-title h3 {
        font-size: 16px
    }

    .accrodion-content li,
    .accrodion-content p {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width:991px) {

    .faq-sec,
    .faq-sec.bg-sky-blue {
        padding: 40px 0;
    }

    .faq-sec .wrapper .header-text,
    .faq-sec .accordion-main {
        width: 100%;
    }

    .faq-sec .wrapper .header-text {
        margin-bottom: 0;
    }

    .faq-sec .wrapper .header-text,
    .faq-sec .accordion-main {
        width: 100%;
    }

    .faq-sec .wrapper .header-text {
        margin-bottom: 0;
    }
}

@media (max-width:575px) {
    .faq-sec .accordion-main .accrodion-item .accrodion-title h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-sec .accordion-main .accrodion-item .accrodion-title:after {
        width: 26px;
        height: 26px;
    }
}