:root{
    --theme-color: #268C37;
    --text-color: #333333;
}
p,
.entry-content p{
    margin-bottom: 5px;
}
.immobilization{
    position: fixed !important;
    top: 0;
    z-index: 50 !important;
    width: 100% !important;
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px #dedede;
}
/* Api Support Page */
.about-table .e-n-tabs-heading > button{
    box-shadow: unset;
    position: relative;
    border-left: 1px solid #E8E8E8 !important;
    border-right: 1px solid #E8E8E8 !important;
}
.about-table .e-n-tabs-heading > button:first-child{
    border-top: 1px solid #E8E8E8 !important;
    border-radius: 5px 5px 0 0;
}
.about-table .e-n-tabs-heading > button:last-child{
    border-bottom: 1px solid #E8E8E8 !important;
    border-radius: 0 0 5px 5px;
}
.about-table .e-n-tabs-heading > button[aria-selected="true"],
.about-table .e-n-tabs-heading > button:hover{
    border-color: var(--theme-color) !important;
}
.about-table .e-n-tabs-heading > button .e-n-tab-icon{
    position: absolute;
    right: 20px;
}
.about-table .e-n-tabs-content > .elementor-element .elementor-widget-uael-table table tr th{
    min-width: 200px;
}
/* Index Page */
.index-company-features > .elementor-element > .elementor-widget-image:last-child{
    position: absolute;
    z-index: 5;
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    bottom: -30%;
}