/* accordion */

.hby-block-accordion .hby-accordion-list .hby-accordion-content {
    padding-top: 5px;
    padding-bottom: 20px;
}

.hby-block-accordion .hby-accordion-list {
    width: 100%;
}

.hby-block-accordion .hby-accordion-list .hby-accordion-item {
    background: #f3f3f7;
    border-radius: 5px;
    border: 1px solid #f3f3f7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hby-block-accordion .hby-accordion-list .hby-accordion-item.open {
    background: #ffffff;
}

.hby-block-accordion .hby-accordion-list li+li {
    margin-top: 20px;
}

.hby-block-accordion .hby-accordion-list .hby-accordion-toggle {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px 0;
}

.hby-block-accordion .hby-accordion-list .hby-accordion-toggle div:hover {
    color: #ed1844;
}

.hby-block-accordion .hby-accordion-toggle {
    cursor: pointer;
}

.hby-block-accordion .hby-accordion-content {
    display: none;
}

.hby-block-accordion .hby-accordion-content p+p {
    margin-top: 20px;
}

.hby-block-accordion .hby-accordion-toggle .plus-item,
.hby-block-accordion .hby-accordion-toggle .plus-item {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    outline: none;
    background-color: #000033;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hby-block-accordion .hby-accordion-toggle div .plus-item:first-child {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hby-block-accordion .hby-button-center .hby-button {
    padding: 12px 30px;
    max-width: 100%;
}
.hby-block-accordion .hby-button-center {
    display: flex;
    justify-content: center;
}
.hby-block-accordion .hby-accordion-list + .hby-button-center {
    margin-top: 45px;
}

.hby-block-accordion .hby-accordion-list .hby-accordion-content .hby-link.more-link {
    margin-top: 15px;
    display: inline-block;
}
.hby-block-accordion .hby-accordion-list .hby-accordion-content .hby-link.more-link svg {
    position: relative;
    top: 1px;
}
.hby-block-accordion .hby-accordion-list .hby-accordion-content .hby-link.more-link svg path {
    fill: #74A8EC;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.hby-block-accordion .hby-accordion-list .hby-accordion-content .hby-link.more-link:hover svg path {
    fill: #ed1844;
}

.hby-block-accordion .hby-accordion-content .hby-link {
    font-size: inherit;
    line-height: inherit;
}

.hby-block-accordion .hby-accordion-toggle.active-tab .hby-accordion-title {
    color: #ed1844;
}

.hby-block-accordion .hby-accordion-toggle div.active .plus-item:first-child {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hby-block-accordion .hby-accordion-toggle div.active .plus-item:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hby-block-accordion .hby-accordion-content .hby-link {
    font-size: inherit;
    line-height: inherit;
}

.hby-block-accordion .hby-h1+.hby-h4 {
    margin-top: 16px;
}
@media (min-width: 992px) {
    .hby-section-accordion {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .hby-block-accordion .hby-h1+.hby-accordion-list,
    .hby-block-accordion .hby-h4+.hby-accordion-list {
        margin-top: 45px;
    }
    .hby-block-accordion .hby-accordion-list .hby-accordion-item {
        padding: 0 28px;
    }
    .hby-block-accordion .hby-accordion-list .hby-accordion-toggle .hby-accordion-title {
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hby-section-accordion {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .hby-section-accordion {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hby-block-accordion .hby-h1+.hby-accordion-list,
    .hby-block-accordion .hby-h4+.hby-accordion-list {
        margin-top: 40px;
    }
    .hby-block-accordion .hby-accordion-list .hby-accordion-item {
        padding: 0px 20px;
    }
    .hby-block-accordion .hby-accordion-list .hby-accordion-toggle .hby-accordion-title {
        padding-right: 30px;
    }
}