
/*
** Custom Table style
*/
.custom_table__base-container,
.custom_table__row-thead,
.logo-text-secondary-cta .table-header,
.logo-text-secondary-cta .table-body,
.logo-text-secondary-cta .table-row,
.pro-cons-grid .table-row-0,
.pro-cons-grid .table-row-1,
.custom_table__horizontal_scroll-mobile .table_body,
.horizontal_scroll_cards .table-card,
.custom_table__base-container-tbody {
    border-radius: 1px !important;
}

.custom-table-wrapper .content-box.content1 {
    width: auto !important;
    min-width: unset !important;
}

.carousel-indicator ul li {
    margin: 0 !important;
}

.carousel-indicator ul li:before,
.carousel-indicator ul li:after {
    display: none !important;
}

.horizontal_scroll_cards .table-card .table-row-column .ctabox {
    contain: unset;
}

.table-body .table-row .table-row-column .ctabox {
    padding: 5px 0 5px !important;
}

.logo-text-secondary-cta .table-row .table-row-column-0 img {
    margin-top: 26px !important;
    margin-bottom: 0 !important;
}

.logo-text-secondary-cta .table-row .imgintxt {
    margin: 0 !important;
}

.table-scroll-body .table-card:last-child {
    margin-right: 40px;
}

.horizontal_scroll_cards .table-card .table-row-column .ctabox a,
.logo-text-secondary-cta .table-body .table-row-column .ctabox a
{
    display: block;
    width: 100%;
    min-width: unset;
    max-width: unset;
    min-height: unset;
    border-bottom: unset;
    box-shadow: 0px 2px 0px 0px #009a62;
    padding: 10px 20px !important;
}


.horizontal_scroll_cards .table-card .table-row-column .ctabox a:hover,
.logo-text-secondary-cta .table-body .table-row-column .ctabox a:hover {
    box-shadow: unset;
}

.logo-text-secondary-cta .table-body .table-row-column .ctabox a:hover {
    padding: 10px 20px;
}

.carousel-indicator ul.dots_list {
    margin: 0 !important;
}

.custom_table__container-inner div.imgintxt img,
.custom_table__row div.imgintxt {
    width: -webkit-fill-available !important;
}

.custom_table__horizontal_scroll-desktop .custom_table__column_body:not(:first-child) .custom_table__container-inner,
.custom_table__horizontal_scroll-mobile .table_body .custom_table__row:not(:first-child) .custom_table__column_body:not(:first-child) .custom_table__container-inner {
    text-decoration: underline;
}

.carousel-indicator {
    display: none !important;
}

.table-row-body {
    grid-template-columns: repeat(auto-fit, minmax(284px, 1fr)) !important;
}

@media (min-width: 992px) {
    .custom_table__short_text .custom_table__tbody {
        padding: 16px 20px !important;
    }
    .custom_table__tbody {
        padding: 16px 15px !important;
    }
}

@media (max-width: 992px) {
    .has_logo .custom_table__short_text-mobile .custom_table__row div.imgintxt img {
        max-width: -webkit-fill-available !important;
    }
}

@media (max-width: 780px) {
    .custom_table__horizontal_scroll-mobile .custom_table__row {
        width: fit-content;
        max-width: fit-content !important;
    }
}

@media (max-width: 854px) {
    .logo-text-secondary-cta .table-row {
        box-sizing: border-box !important;
    }
    .logo-text-secondary-cta .table-body .table-row-column .ctabox a {
        min-width: 280px;
    }
}

@media (max-width: 780px) {
    .carousel-indicator {
        display: flex !important;
    }
}

@media (max-width: 355px) {
    .logo-text-secondary-cta .table-body .table-row-column .ctabox a {
        min-width: unset;
    }
}

@media (max-width: 280px) {
    .carousel-indicator,
    .carousel-indicator ul {
        gap: 12px;
    }
}
