.post-template-default .toc-section {
    z-index: 9999 !important;
    position: fixed !important;
    top: 300px !important;
    bottom: auto !important;
    left: 0px !important;
    right: auto !important;
    transform: translateX(-10%);
    padding: 0;
    margin: 0;
}

.post-template-default .toc-section .et_pb_module.et_pb_toggle.et_pb_toggle_1.toc-accordion.et_pb_toggle_item h5.et_pb_toggle_title {
    color: #fff !important;
}

.post-template-default .toc-accordion .et_pb_toggle_content a {
    display: inline;
}

.post-template-default .et_pb_section div.et_pb_row .et_pb_column .et_pb_button_module_wrapper.et_pb_module {
    display: inline-block;
}

.post-template-default .et_pb_text_inner h5,
.post-template-default .et_pb_post_content h5 {
    margin: 0px;
}

.post-template-default .et_pb_module ol,
.post-template-default .et_pb_text ol,
.post-template-default .et_pb_post_content ol {
    list-style-position: inside;
}

.post-template-default .et-l--body>.et_builder_inner_content>.et_pb_section.et_pb_section_0_tb_body {
    padding-bottom: 0;
}

body .et_pb_text_inner>ul {
    margin-bottom: 16px;
}

body .et_pb_text_inner>ul:last-child {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .post-template-default .toc-section .et_pb_toggle_1.et_pb_toggle .et_pb_toggle_content {
        width: 250px;
    }

    .post-template-default .toc-section .et_pb_text_inner ul,
    .post-template-default .toc-section .et_pb_post_content ul {
        padding-left: 14px !important;
    }
}

.post-template-default .et_pb_toggle_open,
.post-template-default .et_pb_toggle_close,
.page-id-13835 .et_pb_toggle_open,
.page-id-13835 .et_pb_toggle_close {
    padding: 10px;
    margin-bottom: 20px !important;
}

.page-id-13835 a.et_pb_button {
    max-width: fit-content;
}

body a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

.lcl-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 40px 0;
    font-family: Arial, sans-serif;
}

.lcl-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.lcl-table thead th {
    width: 25%;
    background-color: #169ec3;
    color: #ffffff;
    padding: 30px 20px;
    font-size: 22px;
    font-weight: 600;
    border-right: 2px solid #ffffff30;
}

.lcl-table thead th:last-child {
    border-right: none;
}

.lcl-table tbody td {
    background-color: #f1f1f1;
    color: #333;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 1.6;
    border: 1px solid #169ec3;
}

.lcl-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.shipping-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 40px 0;
    font-family: Arial, sans-serif;
}

.shipping-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1000px;
}

.shipping-table thead th {
    background-color: #169ec3;
    color: #ffffff;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ffffff40;
    width: 15%;
}

.shipping-table tbody td {
    background-color: #f2f2f2;
    color: #555;
    padding: 18px 15px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #9ed0e3;
}

.shipping-table tbody tr:nth-child(even) td {
    background-color: #e9e9e9;
}

.import-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.import-table th {
    background: #00a8e1;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #00a8e1;
    width: 50%;
}

.import-table th:first-child {
    border-right-color: #ffffff;
}

.import-table td {
    padding: 6px 10px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    border: 1px solid #00a8e1;
    width: 50%;
}

.import-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.import-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

.import-table td:first-child {
    font-weight: 600;
}

.ebook-content .import-table td,
.ebook-content .import-table tr,
.ebook-content .import-table {
    border: 1px solid #00a8e1 !important;
    vertical-align: top;
}

/* =================================
Header About Sub Menu Changes Start
===================================== */

.dim_about_menu>ul.sub-menu {
    display: flex !important;
    flex-wrap: wrap !important;
}

.dim_about_menu>ul.sub-menu>li:nth-child(3n + 7) {
    width: 25.1% !important;
}

.dim_about_menu>ul.sub-menu>li {
    /* clear: unset !important; */
}

/* ==================================
Header About Sub Menu Changes End
===================================== */

/* ======================================
FAQ Module - Toggle Content CSS Start  
========================================= */

.et_pb_toggle .et_pb_toggle_content a {
    text-decoration: none;
    background: linear-gradient(#6bffff, #6bffff) no-repeat 0 85% !important;
    background-size: 100% 8px !important;
    transition: all 0.3s ease;
    position: relative;
    width: fit-content !important;
    color: black;
}

.et_pb_toggle .et_pb_toggle_content a:hover {
    background-size: 100% 2px !important;
    background-position: 0 99% !important;
}

/* =========================================
FAQ Module - Toggle Content CSS End  
=========================================== */

/* ==============================
Case Studies Table CSS Start 
================================ */

.duty_example_table {
    overflow-x: scroll;
}

/* ==============================
Case Studies Table CSS End 
================================ */

/* ==============================
Image Lightbox and other CSS For Posts Start
================================ */

.light_box_img a.et_pb_lightbox_image {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.et_pb_text_inner h3.color_change,
.et_pb_text_inner h4.color_change,
.et_pb_text_inner h5.color_change {
    color: rgb(255 122 0) !important;
    padding: 10px 0 20px;
}

.et_pb_text_inner h3.color_change_new,
.et_pb_text_inner h4.color_change_new,
.et_pb_text_inner h5.color_change_new {
    color: #011837 !important;
    padding: 10px 0 20px;
}

.new_border {
    border-radius: 20px;
}

/* ==============================
Image Lightbox and other CSS For Posts End
================================ */

/* ==============================
aiebook Section Table css Star
================================ */

.aiebook_table {
    overflow-x: auto;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #0ea5e9 #d9d9d9;
    border: 1px solid #ffffff;
}

.aiebook_table::-webkit-scrollbar {
    height: 10px;
}

.aiebook_table::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 20px;
}

.aiebook_table::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #0ea5e9 0%, #0ea5e9 75%, #f28c28 100%);
    border-radius: 20px;
}

.aiebook_table::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #e67e22 0%, #0b8ac7 75%, #e67e22 100%);
}

.aiebook_table>table.duty-example {
    width: max-content;
}

.aiebook_table .duty-example tr th,
.aiebook_table .duty-example tr td {
    width: 300px;
    /* border-color: #ffffff; */
    padding: 10px 20px;
}

.aiebook_table .duty-example thead th {
    text-align: center;
    background-color: #00adef;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
}

.aiebook_table .duty-example thead th,
.aiebook_table .duty-example tbody tr td {
    border: unset !important;
}

.aiebook_table .duty-example thead th:not(:last-child),
.aiebook_table .duty-example tbody tr td:not(:last-child) {
    border-right: 1px solid #ffffff !important;
}

.aiebook_table .duty-example tbody tr td {
    font-size: 18px;
    line-height: 1.5em;
}

.aiebook_table .duty-example tbody tr td p {
    padding: 0px;
}

.aiebook_table .duty-example tbody tr td p+ul,
.aiebook_table .duty-example tbody tr td ul+p {
    padding-top: 10px !important;
}

@media screen and (max-width: 767px) {

    .aiebook_table .duty-example tr th,
    .aiebook_table .duty-example tr td {
        width: 280px;
        padding: 10px 15px;
    }
}

/* ==============================
aiebook Section Table css End  
================================ */

/* ==============================
Other CSS Start 
================================ */

body:has(.light_box_img.light_box_alt_remove) .mfp-bottom-bar {
    display: none;
}

a.second-button {
    transition: all 0s ease-out;
}

a.second-button:hover {
    color: #ffffff !important;
}

#hubform .hs-form-field .input textarea {
    border: none !important;
    line-height: 28px;
    padding: 8px;
    width: 100%;
    background-color: var(--bgcolor);
}

.ifa_psm {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 980px) {
    .row_reverse {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .ifa_psm {
        flex-direction: column-reverse;
    }

    .ifa_psm .et-last-child .et_pb_image_sticky {
        display: flex;
        justify-content: center;
    }
}

/* ==============================
Other CSS End 
================================ */