.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,
.left_image_right_points_colored .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,
.left_image_right_points_colored .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,
.left_image_right_points_colored .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);
}

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

.left_image_right_points_colored .cyan_icon_holder {
    background: color-mix(in srgb, var(--color-sky-pill) 20%, transparent);
    color: var(--color-sky-pill);
}

.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,
.why_section .icon_rounded_box,
.left_image_right_points .icon_rounded_box {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
}

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

.three_cards_section .icon_rounded_box {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.three_cards_section .icon_rounded_box i {
    font-size: 12px;
}

.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 i {
    font-size: 18px;
}

.campaign-powerful-capabilities .no_botoom_border {
    border-bottom: none !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);
}

.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;
}

.sky-color-icon i {
    color: var(--color-sky-pill);
}

.result_holder_all_text_orange {
    color: var(--color-accent);
}

.font_color_primary {
    color: var(--color-primary);
}

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

.twenty_four_font_icon i {
    font-size: 24px;
}

.contact-divider {
    width: 1px;
    height: 100%;
    min-height: 400px;
    background-color: var(--color-white-smoke);
}

.contact-form-wrapper {
    border: 1px solid var(--color-white-light);
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px var(--color-light-bg-2),
        0px 8px 16px 0px var(--color-gray-100),
        0px 17px 24px 0px var(--color-scrollbar-track),
        0px 30px 32px 0px var(--color-gray-gradient-start),
        0px 45px 40px 0px var(--color-gray-gradient-end);
}

.contact-form-wrapper .required {
    color: var(--color-red-500);
}

.country-code-select {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid var(--color-white-smoke);
    border-radius: 6px;
    min-width: 157px;
    cursor: pointer;
}

.country-code-select .flag-icon {
    width: 25px;
    height: auto;
}

.country-code-select .dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--color-text-muted);
}

.muted_text {
    color: var(--color-text-muted);
}

.demo-left-section {
    background-size: cover;
    background-position: center;
}

.demo-logo {
    max-width: 150px;
    height: auto;
}

.font_color_orange {
    color: var(--color-accent);
}

.orange_icon i {
    color: var(--color-accent);
    font-size: 19.5px;
}

.sla-card-parent::before,
.sla-card-parent::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--color-white);
}

.sla-card-parent::before {
    left: 0;
}

.sla-card-wrapper {
    border: 1px solid var(--color-white-smoke);
    border-width: 0 1px 0;
}

.font_semi_bold {
    font-weight: 600;
}

.background_img_outer_holder {
    background-size: auto;
    background-position: unset;
    background-repeat: unset;
    position: relative;
    background-color: transparent;
}

.background_img_outer_holder .background_img_holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background_img_outer_holder .background_img_holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-inefficiency.gray_background::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-light-grey);
    z-index: -2;
}

.orange_bullet_list li::before {
    color: var(--color-accent);
}

@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;
    }

    .sla-card-wrapper:not(:nth-last-child(-n+2)) {
        border-width: 0 1px 1px;
    }
}

@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;
    }

    .four_cards_section .row>.col-lg-6:nth-child(3) .feature-box {
        border-bottom: 1px solid var(--color-white-light) !important;
    }

    .sla-card-wrapper:last-child {
        border-width: 1px 1px 0;
    }
}