.my-custom-table-yi table tfoot,
.my-custom-table-yi table thead {
    border: 0;
}

.my-custom-table-yi table {

    border-radius: 21px;
    overflow: hidden;
    table-layout: inherit !important;
    background-color: #f1f3f1;
}

.my-custom-table-yi td:nth-child(2) {
    background-color: #fff;
}

.my-custom-table-yi td {
    border: 1px solid #04182b24 !important;
}

.my-custom-table-yi th {
    border: 1px solid #ffffff !important;
}

.my-custom-table-yi table th:first-child {
    text-align: left;
    padding-left: 50px;
    width: 716px;
    font-size: 24px;
}

.my-custom-table-yi th,
.my-custom-table-yi td {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    color: #04182B;
    font-size: 20px;
    width: 256px;
}

.my-custom-table-yi th {
    background-color: #041E37;
    color: #fff;
}

.my-custom-table-yi td:first-child {
    text-align: left;
    padding-left: 50px;
}

.my-custom-table-yi tfoot td {
    background-color: #041E37;
    color: #fff;
}

.my-custom-table-yi img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}


.entry-content,
.entry-summary,
.page-content,
.comment-content {
    -moz-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}

body.archive .entry-card ul.entry-meta {
    margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
p,
a,
span,
div {
    font-family: var(--theme-font-family) !important;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
    --container-spacing: 0px 0px;
    --columns-gap: 10px;
    --widgets-gap: 0px;
    --vertical-alignment: flex-start;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: 1px solid #dddddd;
    --grid-template-columns: repeat(2, 1fr);
    display: flex;
    flex-direction: column;
    column-gap: 0px !important;
    padding-bottom: 30px;
    align-items: center;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"]>div>div {
    width: 100%;
}

[data-footer*="type-1"] [data-column="socials"] {
    display: flex !important;
    align-items: center !important;
}

.why-sheet-sec .kt-testimonial-content {
    word-wrap: break-word;
    font-size: 18px;
}

.cm-about-wirecutter ul,
.cm-about-fortune ul,
.cm-about-inc-ul ul {
    padding: 0px;
}

.cm-about-fortune-ul ul {
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
    --columns-gap: 10px !important;
}

@media (max-width: 1280px) {
    #header .ct-container a {
        font-size: 15px;
        padding-left: 12px;
        padding-right: 12px;
    }

    #header .ct-header-cta:nth-last-child(1) a {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
}

@media(max-width: 1168px) {
    .why-sheet-sec .kt-testimonial-media-inner-wrap {
        width: 30px !important;
    }

    .why-sheet-sec .kt-testimonial-name {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .kb-row-layout-id74758_3dd9db-61>.kt-row-column-wrap {
        column-gap: 25px !important;
    }

    .cm-why-sheet-right-box-parent>div {
        gap: 25px !important;
    }

    .my-custom-table-yi th,
    .my-custom-table-yi td {
        font-size: 14px;
    }

    .kt-inside-inner-col .kadence-info-box-image-intrisic {
        width: 70px !important;
    }

    h4.kt-blocks-info-box-title {
        font-size: 16px;
    }

    p.kt-blocks-info-box-text {
        font-size: 15px;
    }

    .kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kb-theme-content-width {
        column-gap: 2rem;
    }

    .kb-row-layout-wrap>.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kb-theme-content-width {
        display: flex;
        column-gap: 2rem;
    }

    .kb-row-layout-wrap>.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kb-theme-content-width>div {
        width: 30%;
    }

}

@media (max-width: 767px) {
    .kb-row-layout-wrap>.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kb-theme-content-width {
        flex-direction: column;
    }

    .kb-row-layout-wrap>.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kb-theme-content-width>div {
        width: 100%;
    }

    .kb-row-layout-id277724_e2e445-38>.kt-row-column-wrap {
        gap: 0 !important;
    }

}

@media (max-width: 667px) {

    .kt-blocks-testimonials-wrap126813_494b43-84 .kt-testimonial-item-wrap {
        max-width: 100%;
    }

}

@media (max-width: 550px) {
    .my-custom-table-yi-main .kt-row-column-wrap {
        padding: 0 !important;
    }

    .my-custom-table-yi table {
        border-radius: 15px;
    }

    .my-custom-table-yi table th:first-child,
    .my-custom-table-yi td:first-child {
        padding-left: 12px;
    }

    .my-custom-table-yi img {
        height: 15px;
        width: 15px;
    }

    .my-custom-table-yi th,
    .my-custom-table-yi td {
        font-size: 11px;
        padding: 5px;
    }

    .h1-heading-main br {
        display: none;
    }
}

.ct-header-cta a:hover {
    color: #fff;
}

.term-budget p.has-link-color a {
    background-color: transparent;
}

.term-budget p.has-link-color {
    margin: 0;
    padding: 10px;
}

@media (max-width: 420px) {
    .kb-row-layout-id74758_3dd9db-61>.kt-row-column-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .wp-block-kadence-advancedheading.kt-adv-heading74758_fabafc-e9,
    .wp-block-kadence-advancedheading.kt-adv-heading74758_fabafc-e9[data-kb-block="kb-adv-heading74758_fabafc-e9"] {
        padding-top: 40px;
        font-size: 46px;
    }
}

.full-width-mobile-img img {
    width: 100%;
}

/* about page social link css  */
.cm-about-social-links-sec {
    margin-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 44px 0px #04182B1A;
    z-index: 111;
}

body .why-sheet-sec {
    margin-top: -177px !important;
    padding-top: 130px;
}

.cm-about-social-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #EDF2F7;
    margin-bottom: 20px;

}

.cm-about-social-txt {
    margin-bottom: 0px;
}

.cm-about-social-icon svg {
    fill: #2E86DE;
    width: 30px !important;
}

.cm-about-social-icon .linkedin-icon svg path:nth-last-child(1),
.facebook-icon svg path:nth-last-child(1),
.twitter-icon path:nth-last-child(1) {
    fill: #FFFFFF;
}

.cm-about-social-h2 {
    margin-bottom: 0px !important;
}

.cm-about-social-links-5-col-row>.kt-has-5-columns {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media(max-width:768px) {
    .cm-about-social-icon {
        width: 60px;
        height: 60px;
    }

    .cm-about-social-icon svg {
        width: 25px !important;
    }

    .cm-about-social-txt {
        font-size: 16px;
    }
}

@media(max-width:580px) {
    .cm-about-social-icon {
        width: 40px;
        height: 40px;
    }

    .cm-about-social-icon svg {
        width: 20px !important;
    }

    .cm-about-social-txt {
        font-size: 14px;
    }

    .cm-about-social-links-5-col-row>.kt-has-5-columns {
        flex-wrap: wrap;
        gap: 20px !important;
        justify-content: center;
    }

    .cm-about-social-links-5-col-row>.kt-has-5-columns>div {
        width: 23%;
    }

    .cm-social-row-h>div,
    .cm-about-social-links-5-col-row>div {
        padding: 10px 0px !important;
    }

    .cm-about-social-icon {
        margin-bottom: 10px !important;
    }
}

@media(max-width:430px) {
    .debtheads-sec-1-col-cont {
        padding-left: 30px;
        padding-right: 30px;
    }
}