.tabs-table {
    margin-top: 20px;
    padding: 0 15px;
}

.tabs-nav li span,
.tab-title span {
    font-size: 20px;
    padding: 0 10px;
}

@media screen and (min-width: 1024px) {
    .tabs-table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 64px;
        padding: 0;
    }
}

.tabs-table .tabs-nav {
    display: none;
}

@media screen and (min-width: 1024px) {
    .tabs-table .tabs-nav {
        width: 276px;
        display: block;
        margin-top: 52px;
        padding: 0;
    }
}

.tabs-table .tabs-nav li {
    padding: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ced1db;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-style: italic;
}

.tabs-table .tabs-nav li.active,
.tabs-table .tabs-nav li:hover {
    background-color: #5028f0;
}

.tabs-table .tabs-nav li+li {
    margin-top: 7px;
}

.tabs-table .tabs-nav li i {
    width: 35px;
    font-size: 22px;
    padding: 5px;
    border-right: 0.5px solid #fff;
    margin-right: 10px;
}





@media screen and (min-width: 1024px) {
    .tabs-table .tabs-content {
        margin-left: 20px;
        width: calc(100% - 276px - 20px);
    }
}

.tabs-table .tabs-content .tab {
    /*margin-bottom: 10px;*/
}

.tabs-table .tabs-content .tab.active .wrap-table {
    display: block;
}

.tabs-table .tabs-content .tab.active .tab-title {
    background-color: #5028f0;
}

.tabs-table .tabs-content .tab .wrap-table {
    display: none;
}

.tabs-table .tabs-content .tab-title {
    padding: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ced1db;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .tabs-table .tabs-content .tab-title {
        display: none;
    }
}

.tabs-table .tabs-content .tab-title i {
    width: 35px;
    font-size: 22px;
    padding: 5px;
    border-right: 0.5px solid #fff;
    margin-right: 10px;
}

.tabs-table .tabs-content table {
    width: 100%;
    table-layout: fixed;
}

.tabs-table .tabs-content table tr th {
    padding: 5px 10px;
    /* border-right: 1px solid #ebecee; */
    vertical-align: top;
    color: #000;
    position: relative;
}

.tabs-table .tabs-content table tr th {
    text-align: left;

    text-align: center;
}


.tabs-table .tabs-content table tr th:first-child,
.tabs-table .tabs-content table tr td:first-child {
    text-align: left;
}

.tabs-table .tabs-content table tr th {
    font-size: 27px;
    color: #f5f6f8;
    font-weight: 500;
    font-style: italic;
}

.tabs-table .tabs-content table tr th:first-child {
    color: #051450;
    font-weight: 500;
    font-style: italic;
}


.tabs-table .tabs-content table tr th:first-child {
    width: 300px;
}

@media screen and (max-width: 1469px) {
.tabs-table .tabs-content table tr th {
    /* padding: 12px 5px; */
}

/* 
.tabs-table .tabs-content table tr th:first-child {
    width: 30%;
    } */


}

@media screen and (max-width: 767px) {
    .tabs-table .tabs-content table tr th:first-child {
        width: 200px;
        height: 137px!important;
        vertical-align: bottom;
        padding-bottom: 20px;
    }

    .tabs-table .tabs-content table tr th:not(:first-child) p {
        font-weight: 600;
        width: 150px;
        -webkit-transform: rotate(-90deg) translateX(100%);
        -ms-transform: rotate(-90deg) translateX(100%);
        transform: rotate(-90deg) translateX(100%);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        bottom: 10px;
        right: 6px;
        position: absolute;
        width: 126px;

        white-space: nowrap;
        font-size: 16px;
        text-align: left;
        font-style: normal;
        line-height: 1;

    }
}

@media screen and (min-width: 767px) {
    .tabs-table .tabs-content table tr th {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 1023px) {


    .tabs-table .tabs-content table tr th p span {
        font-size: 12px;
    }
}

.tabs-table .tabs-content table tr th+th {
    text-align: center;
}

.tabs-table .tabs-content table tr th p {
    letter-spacing: 0.1px;
    /* line-height: 22px; */
}

.tabs-table .tabs-content table tr th p span {
    display: block;
    font-weight: 300;
    color: #425968;
    text-transform: none;
}

.tabs-table .tabs-content table tbody tr:nth-child(2n + 1) {
    background-color: #f5f6f8;
}

.tabs-table .tabs-content table th {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tabs-table .tabs-content table th:nth-child(2) {
    background: #5028f0;
}

.tabs-table .tabs-content table th:nth-child(3) {
    background: #00dcc8;
}

.tabs-table .tabs-content table th:nth-child(4) {
    color: #5d668d;
}

.tabs-table .tabs-content table tbody tr td {
    border-top: 0;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #5d668d;
}

.tabs-table .tabs-content table tbody tr td {}

.tabs-table .tabs-nav li {
    font-size: 16px;
}

.tabs-table .tabs-content table {
    border: none;
}

.tabs-table .tabs-content table tbody tr td:nth-child(2) {
    color: #5028f0;
}

.tabs-table .tabs-content table tbody tr td:nth-child(3) {
    color: #00dcc8;
}

.tabs-table .tabs-content table tbody tr td:nth-child(4) {
    color: #535d86;
}

.tabs-table .tabs-content table tbody tr td:nth-child(4),
.tabs-table .tabs-content table tbody tr td:nth-child(2),
.tabs-table .tabs-content table tbody tr td:nth-child(3) {
    font-weight: 900;
}

.tabs-table .tabs-content table tbody tr td:nth-child(1),
.tabs-table .tabs-content table tbody tr td:nth-child(2),
.tabs-table .tabs-content table tbody tr td:nth-child(3) {

    border-right: 1px solid #ebecee;
}

@media screen and (max-width: 1023px) {
    .tabs-table .tabs-content table tbody tr td {
        font-size: 14px;
    }
}

.tabs-table .tabs-content table tbody tr td+td {
    text-align: center;
}

.tabs-table .tabs-content table i {
    font-size: 10px;
}

.tabs-table .tabs-content table i.i-uncheck {
    font-size: 7px;
}

@media screen and (min-width: 1024px) {
    .tabs-table .tabs-content table i {
        font-size: 14px;
    }

    .tabs-table .tabs-content table i.i-uncheck {
        font-size: 9px;
    }
}

@media screen and (min-width: 1200px) {
    .tabs-table .tabs-nav li {
        font-size: 20px;
        padding: 7px 10px;
    }

    .tabs-table .tabs-content table tr th p {
        font-size: 27px;
    }
}


h1, h2, h3, h4, h5, h6, paragraph, body {
    overflow-wrap: normal!important;
}

.et-menu .menu-item-has-children>a:first-child:after {
    top: 4px;
}
@media only screen and (min-width: 981px) {
    #main-header.et-fixed-header {
        position: fixed;
        padding-top:10px;
    }
    #page-container {
        padding-top:150px;
    }
}


.tabs-table .tabs-content table tbody tr:nth-child(2n + 1) {
    background-color: #f5f6f8;
    border: 0 !important;
}
.tabs-table .tabs-content table tbody tr:last-child{
    border-bottom: 1px solid #ebecee;;
}

footer .et_mobile_nav_menu {
    display: none;
}

footer .et_pb_fullwidth_menu .et_pb_menu__menu,
footer .et_pb_menu .et_pb_menu__menu {
    display: block;
}

footer .et_pb_menu_1_tb_footer.et_pb_menu ul li a:hover {
    color: #3DBFBA !important;
}

.my-account-m a {
    background: #5028F0 !important;
    color: #fff !important;
}
.my-account-m a:hover {
    color: #00DCC8!important;
}

.my-account-m a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f007";
    margin-right: 5px;
}

header .et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>:hover,
header .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a:hover {
    color: #00DCC8;
}

@media screen and (max-width: 1270px) and (min-width: 981px) {
    header .et_pb_gutters1 .et_pb_column_1_3 {
        max-width: 20%;
    }

    header .et_pb_gutters1 .et_pb_column_1_3 img {
        max-width: 120px;
    }

    header .et_pb_gutters1 .et_pb_column_1_3+.et_pb_column {
        width: 80%;
    }

    header .et_pb_gutters1 .et_pb_column_1_3+.et_pb_column .et_pb_menu__wrap {
        margin-left: auto;
    }
}

@media screen and (max-width: 981px) {
    .my-account-m{
        margin-bottom: 10px;
    }
    #main-header>.et_pb_row {
        display: flex;
    }

    #main-header>.et_pb_row>.et_pb_column {
        text-align: left;
    }

    #main-header>.et_pb_row>.et_pb_column .et_pb_image_0_tb_header {
        margin-left: 0;
    }

    #main-header>.et_pb_row>.et_pb_column+.et_pb_column {
        text-align: right;
    }

    header {
        padding-top: 30px;
    }

    footer .et-menu.nav {
        display: block !important;
    }

    footer .et_pb_menu__menu {
        display: block;
        margin-right: auto;
    }

    footer .et_mobile_nav_menu {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    footer .two-columns.et_pb_gutters1.et_pb_row .et_pb_column {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    footer .two-columns.et_pb_gutters1.et_pb_row .et_pb_column.first-on-mobile {
        margin-bottom: 0 !important;
    }

    footer .et_pb_menu_1_tb_footer {
        margin-top: 0 !important;
    }
}

/*****menu customization*****/
.menu_cta,
.menu_cta_1 {
    background: transparent !important;
    border: none !important;
}
.menu_cta a,
.menu_cta_1  a{
    
    font-size: 14px;
    background: #4b1ed2 !important;
    border: none !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    border-radius: 5px;
	padding: 5px 15px 5px 15px !important;
}

.menu_cta a{
    background: #fff !important;
    color: #535D86 !important;
    border: 1px solid #535D86!important;
}
.menu_cta_1 a{
    color: white !important;
}
.menu_cta a:hover,
.menu_cta_1  a:hover{
    box-shadow: 0px 0px 10px 0px #4b1ed2;
    opacity: 1 !important;
    color: #fff !important;
}
.menu_cta a:hover{
    color: #656665!important;
}

.menu_cta_2  a{
    color: #535d86 !important;
}
.menu_cta_3  a{
    color: #535d86 !important;
}
.menu_cta_4  a{
    color: #535d86 !important;
}
.menu_cta_5  a{
    color: #535d86 !important;
}

/*****End Menu customization*****/

@media only screen and (min-width: 980px) {
    

    .et_pb_menu .et_pb_menu__menu>nav>ul>li >a{
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }
}

/* Avatar Display  CSS */

/*Set the image postion and width*/
.ds-avatar-grid .ds-avatar {
    width: 64px;
    float: left;
    margin-right: 15px;
}
/*Make the image round - remove this declaration if you want a square image*/
.ds-avatar-grid .ds-avatar img {
    border-radius: 50%;
}
/*Clear the float so the excerpt sits below the avatar*/
.ds-avatar-grid .post-content {
    clear: left;
}

/*Set the image postion and width*/
.ds-avatar-fullwidth .ds-avatar {
    width: 64px;
    float: left;
    margin: 30px 15px 0 0;
}
/*Make the image round - remove this declaration if you want a square image*/
.ds-avatar-fullwidth .ds-avatar img {
    border-radius: 50%;
}
/*Clear the float so the excerpt sits below the avatar*/
.ds-avatar-fullwidth .post-content {
    clear: left;
}

/* Blog Category Filter */
.blog-cat-filter .cat-list {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px) {
    .blog-cat-filter .cat-list {
        display: block;
    }
}
@media (max-width: 499px) {
    .blog-cat-filter .cat-list {
        margin-left: 0;
        margin-right: 0;
    }
}
.blog-cat-filter .cat-item {
    margin-top: 10px;
    padding: 0 5px;
}
@media (max-width: 991px) {
    .blog-cat-filter .cat-item {
        display: inline-block;
    }
}
@media (max-width: 499px) {
    .blog-cat-filter .cat-item {
        display: block;
        padding: 0;
    }
}
.blog-cat-filter .cat-item a {
    color: #22096b;
    text-transform: uppercase;
    font-size: 17px;
    padding: 7px 20px;
    border: solid 2px #a49fd8;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    line-height: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
}
.blog-cat-filter .cat-item.active a,
.blog-cat-filter .cat-item a:hover {
    color: #fff;
    background-color: #5B54A6;
}
/* End Blog Category Filter */