.four_cards_section .feature-icon i {
    color: inherit;
}

.four_cards_section .primary_icon_holder,
.full_width_five_cards_section .primary_icon_holder,
.six_cards_bottom_three_no_bottom_border_section .primary_icon_holder {
    background: color-mix(in srgb, var(--color-primary) 20%, transparent);
}

.four_cards_section .green_icon_holder,
.full_width_five_cards_section .green_icon_holder,
.six_cards_bottom_three_no_bottom_border_section .green_icon_holder {
    background: color-mix(in srgb, var(--color-light-green) 20%, transparent);
}

.four_cards_section .orange_icon_holder,
.full_width_five_cards_section .orange_icon_holder,
.six_cards_bottom_three_no_bottom_border_section .orange_icon_holder {
    background: color-mix(in srgb, var(--color-accent) 20%, transparent);
}

.four_cards_section .brown_icon_holder,
.six_cards_bottom_three_no_bottom_border_section .brown_icon_holder {
    background: color-mix(in srgb, var(--color-brown) 20%, transparent);
}

.full_width_five_cards_section .indigo_icon_holder {
    background: color-mix(in srgb, var(--color-indigo) 20%, transparent);
}

.full_width_five_cards_section .yellow_icon_holder {
    background: color-mix(in srgb, var(--color-yellow) 20%, transparent);
    color: var(--color-yellow);
}

.icon_rounded_box.red_icon_holder {
    background: color-mix(in srgb, var(--color-red-pill) 10%, transparent);
    color: var(--color-red-pill);
}

.icon_rounded_box.yellow_icon_holder {
    background: color-mix(in srgb, var(--color-yellow) 10%, transparent);
    color: var(--color-yellow);
}

.talk-expert-text {
    font-weight: 600;
    line-height: 30px;
    color: var(--color-text-dark);
}

.left_image_right_cards_section .feature-icon i {
    font-size: 40px;
}

.full_width_five_cards_section .icon_rounded_box {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
}

.full_width_five_cards_section .statusIcon {
    font-size: 18px;
}

.left_tabs_right_content_section .tabs_outer_holder .each_tab_holder .each_tab_button_holder {
    text-align: left;
}

.gray_background_testimonial {
    background: var(--color-light-grey);
}

.gray_background_testimonial .custom_slider .slider_viewport .slider_track .slider_item .right_holder,
.all_white_testimonial .custom_slider .slider_viewport .slider_track .slider_item .right_holder {
    background: var(--color-white);
}

.gray_background_testimonial .custom_slider .slider_viewport .slider_track .slider_item .left_holder {
    background: var(--color-light-grey);
}

.left_image_right_points .icon_rounded_box {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
}

.left_image_right_points .icon_rounded_box i {
    font-size: 18px;
}

.campaign-powerful-capabilities .no_botoom_border {
    border-bottom: none !important;
}

@media (max-width: 991px) {
    .campaign-powerful-capabilities [class*='col-']:nth-child(4) .no_botoom_border {
        border-bottom: 1px solid var(--color-gray-gradient-end) !important;
    }

    .campaign-powerful-capabilities [class*='col-']:nth-child(5) .no_botoom_border,
    .campaign-powerful-capabilities [class*='col-']:nth-child(6) .no_botoom_border {
        border-bottom: none !important;
    }
}

@media (max-width: 767px) {

    .campaign-powerful-capabilities .col-md-6:nth-child(4) .no_botoom_border,
    .campaign-powerful-capabilities .col-md-6:nth-child(5) .no_botoom_border,
    .campaign-powerful-capabilities .col-md-6:nth-child(6) .no_botoom_border {
        border-bottom: 1px solid var(--color-gray-gradient-end) !important;
    }
}

.six_cards_bottom_three_no_bottom_border_section .benefit-icon {
    opacity: 1 !important;
}

.gray_background {
    background: var(--color-light-grey);
}

.white_background {
    background: var(--color-white);
}

.icon_rounded_box.orange_border_icon_holder {
    color: var(--color-accent);
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--color-accent) 40%, transparent);
    ;
}

.icon_rounded_box.primary_border_icon_holder {
    color: var(--color-primary);
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--color-primary) 40%, transparent);
    ;
}

.icon_rounded_box.green_border_icon_holder {
    color: var(--color-light-green);
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--color-light-green) 40%, transparent);
    ;
}

.icon_rounded_box.mint_border_icon_holder {
    color: var(--color-mint);
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--color-mint) 40%, transparent);
    ;
}

.icon_rounded_box.red_border_icon_holder {
    color: var(--color-red-pill);
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--color-red-pill) 40%, transparent);
    ;
}

@media (min-width: 767px) {

    .four_cards_section .row>.col-lg-6:nth-child(3) .feature-box,
    .four_cards_section .row>.col-lg-6:nth-child(4) .feature-box {
        border-bottom: none !important;
    }
}