/** benefits-section **/

.benefits-section {
    position: relative;
}

.benefits-section .tab-btns .tab-btn {
    position: relative;
    display: block;
    width: 100%;
    background: #f8f6f6;
    text-align: center;
    padding: 19px 20px 18px 20px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 500ms ease;
}

.benefits-section .tab-btns .tab-btn span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--jost);
    color: #3d3d3d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    transition: all 500ms ease;
}

.benefits-section .tab-btns .tab-btn.active-btn span {
    color: #fff;
}

.benefits-section .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 11px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
    opacity: 0;
    transition: all 500ms ease;
}

.benefits-section .tab-btns .tab-btn.active-btn:before {
    opacity: 1;
}

.benefits-section .content-box {
    position: relative;
    display: block;
}

.benefits-section .content-box h2 {
    display: block;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 27px;
}

.benefits-section .content-box span {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 7px;
}

.benefits-section .content-box p {
    margin-bottom: 36px;
}

.benefits-section .content-box .list-item {
    position: relative;
    display: flex;
    align-items: center;
}

.benefits-section .content-box .list-item li {
    margin-left: 40px;
    color: #0b1970;
}

.benefits-section .content-box .list-item li button,
.benefits-section .content-box .list-item li a {
    display: inline-block;
    color: #0b1970;
    cursor: pointer;
    transition: all 500ms ease;
}

.benefits-section .content-box .list-item li button:hover {}

.benefits-section .image-box {
    position: relative;
    margin-left: 37px;
}

.benefits-section .image-box img {
    max-width: none;
    float: left;
}

/** benefits-style-two **/

.benefits-style-two {
    position: relative;
}

.benefits-style-two .content-box {
    position: relative;
    display: block;
}

.benefits-style-two .content-box .text-box p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 27px;
}

.benefits-style-two .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 17px;
    padding-left: 58px;
}

.benefits-style-two .content-box .list-item li:last-child {
    margin-bottom: 0px;
}

.benefits-style-two .content-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-68.png);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px dashed #00a2ff;
    border-radius: 50%;
    left: 0px;
    top: 0px;
}

.image_block_five .image-box {
    position: relative;
    display: block;
    margin-right: -108px;
}

.image_block_five .image-box .image {
    position: relative;
    display: block;
    border-radius: 5px;
}

.image_block_five .image-box .image img {
    width: 100%;
    border-radius: 5px;
}

.image_block_five .image-box .image-content {
    position: absolute;
    left: -43px;
    bottom: 0px;
    width: 222px;
    background: #00a2ff;
    text-align: center;
    padding: 42px 20px 32px 20px;
    border-radius: 5px;
}

.image_block_five .image-box .image-content .icon-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.image_block_five .image-box .image-content h2 {
    position: relative;
    display: block;
    font-size: 52px;
    line-height: 50px;
    font-family: var(--roboto);
    color: #fff;
    font-weight: 900;
    margin-bottom: 12px;
}

.image_block_five .image-box .image-content h3 {
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-family: var(--text-color);
    color: #f2f2f6;
}

.image_block_five .image-box .text-box {
    position: absolute;
    right: 50px;
    bottom: 24px;
    width: 100%;
    text-align: right;
}

.image_block_five .image-box .text-box h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: var(--text-font);
    color: #0b1970;
    font-weight: 500;
}

/** benefits-style-three **/

.benefits-style-three {
    position: relative;
    background: #f7f7f7;
}

.benefits-style-three .single-item {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 32px 30px 33px 113px;
    margin-bottom: 30px;
}

.benefits-style-three .single-item:before {
    position: absolute;
    content: '';
    background: #eef0f5;
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.benefits-style-three .single-item:hover:before {
    height: 100%;
    top: 0px;
}

.benefits-style-three .single-item .icon-box {
    position: absolute;
    left: 25px;
    top: 30px;
}

.benefits-style-three .single-item .icon-box .overlay-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 500ms ease;
}

.benefits-style-three .single-item:hover .icon-box .overlay-icon {
    opacity: 1;
}

.benefits-style-three .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-family: var(--text-font);
    color: #08145c;
    font-weight: 500;
}

/** benefits-style-four **/

.benefits-style-four {
    position: relative;
}

.benefits-style-four .single-item {
    position: relative;
    display: block;
    padding-left: 90px;
    padding-right: 20px;
}

.benefits-style-four .single-item .icon-box {
    position: absolute;
    left: 0px;
}

.benefits-style-four .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-family: var(--text-font);
    color: #0e2a4e;
    font-weight: 500;
    max-width: 230px;
}

.benefits-style-four .inner-container {
    position: relative;
    margin: 0px 15px;
}

.benefits-style-four .single-column {
    padding: 0px;
}

.benefits-style-four .single-column:first-child .single-item,
.benefits-style-four .single-column:nth-child(2) .single-item,
.benefits-style-four .single-column:nth-child(3) .single-item {
    border-bottom: 1px solid #cfcac9;
}

.benefits-style-four .single-item:before {
    position: absolute;
    content: '';
    background: #cfcac9;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 30px;
}

.benefits-style-four .single-column:nth-child(3) .single-item:before,
.benefits-style-four .single-column:nth-child(6) .single-item:before {
    display: none;
}

.benefits-style-four .sec-title p {
    margin-top: 12px;
}

.benefits-section.home-12 {
    background: #f2f2f2;
}

.benefits-style-two.home-14 .content-box .list-item li:before {
    background-image: url(../../images/icons/icon-203.png);
}

.benefits-style-two.home-14 .image_block_five .image-box .image-content {}