.tab-slider {
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
}

.tab-slider .tab-accordion__tab {
    display: inline-block;
    padding: 11px 9px 10px;
    background-color: #E6E6E6;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    color: #292929;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

.tab-slider-heading {
    padding: 0 12px 25px 11px;
}

.tab-accordion {
    z-index: 1;
}

.tab-slider-heading h2 {
    margin-bottom: 20px;
}

.tab-slider-heading p {
    padding-bottom: 0;
}

.tab-slider .tab-accordion__tab.is-active {
    background-color: #fff;
}
.tab-accordion__tabs_overflow {
    overflow: auto;
    width: calc(100% - 117px);
}

.tab-accordion__tabs_overflow::-webkit-scrollbar{
  display: none;
}

.tab-slider .tab-accordion__wrap {
    position: relative;
}

.tab-slider .tab-arrow-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 111;
    display: flex;
    justify-content: space-between;
    width: 117px;
}

.tab-slider .tab-accordion__tabs {
    width: max-content;
}

.tab-arrow-btn .slick-arrow {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
}

.tab-arrow,
.tab-arrow-btn .slick-arrow {
    width: 58px;
    height: 42px;
    border: none;
    font-size: 22px;
}

.tab-arrow i,
.tab-arrow-btn .slick-arrow {
    color: #fff;
}

.nexttab,
.nexttab2,
.nexttab3 {
    background: rgb(210,36,41);
    background: linear-gradient(270deg, rgba(210,36,41,1) 0%, rgba(150,18,43,1) 100%);
}

.prevtab,
.prevtab2,
.prevtab3 {
    background: rgb(210,36,41);
    background: linear-gradient(90deg, rgba(210,36,41,1) 0%, rgba(150,18,43,1) 100%);
}

.prevtab i,
.prevtab2 i,
.prevtab3 i {
    transform: rotate(180deg);
    display: block;
}

.tab-slider-wrapper {
    padding: 0 11px;
}

.tab-slider .tab-accordion__panel__content {
    border: none;
    padding: 20px 36px 0;
}

.tab-slider-flex-heading {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: space-between;
}

.tab-slider-flex-heading-right {
    width: 110px;
    text-align: right;
}

.tab-slider-flex-heading-left {
    width: calc(100% - 110px);
}

.tab-slider-flex-heading-right a {
    color: #D22429;
    font-size: 16px;
    text-decoration: none;
}

.tab-slider-flex-heading-right a i {
    font-size: 14px;
    position: relative;
}

.tab-slider-flex-heading h3 {
    font-size: 18px;
    font-weight: 500;
    color: #D22429;
    padding-bottom: 4px;
}

.tab-slider-flex-heading p {
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
    color: #000000;
    padding-bottom: 0;
}

.tab-slider .tab-accordion__panels {
    width: calc(100% + 44px);
    margin: 0 -22px;
}

.tab-slider-table,
.tab-slider .table-structure {
    width: calc(100% + 48px);
    margin: 0 -24px;
}

.dark-bg {
    background: rgb(210,36,41);
    background: linear-gradient(tp bottom, rgba(210,36,41,1) 0%, rgba(150,18,43,1) 100%);
    color: #fff;
}

.tab-slider.dark-bg .tab-accordion__tab {
    background-color: #888888;
    color: #fff;
}

.tab-slider.dark-bg .tab-accordion__tab.is-active {
    background-color: #292929;
}

.tab-slider.dark-bg .tab-accordion__panels,
.tab-slider.dark-bg .tab-accordion__panels {
    background-color: #292929;
}

.tab-slider.dark-bg .table-structure table tbody tr:nth-child(odd),
.tab-slider.dark-bg .table-structure table tbody tr {
    background-color: transparent;
}

.dark-bg .tab-slider-flex-heading p,
.dark-bg .tab-slider-heading h2 {
    color: #fff;
}

.tab-slider-flex-heading-right a,
.tab-slider-flex-heading-right a i {
    transition: .3s;
    right: 0;
}

.white-bg .tab-slider-flex-heading-right a:hover i,
.white-bg .tab-slider-flex-heading-right a:hover {
    color: #292929;
}

.dark-bg .tab-slider-flex-heading-right a:hover i,
.dark-bg .tab-slider-flex-heading-right a:hover {
    color: #fff;
}

.tab-slider-flex-heading-right a:hover i {
    right: -25px;
}

.tab-arrow-btn .tab-arrow:hover {
    background: linear-gradient(270deg, rgba(210,36,41,1) 0%, rgba(210,36,41,1) 100%);
}

.tab-arrow-btn .slick-hidden {
    display: none;
}

.tab-accordion__tabs_overflow.no-arrow {
    margin: auto;
    width: 100%;
}

.tab-slider .slick-track > div:last-child .tab-accordion__tab {
    border-right: none;
}

.tab-accordion__tabs_overflow.no-arrow .slick-list {
    justify-content: center;
    display: flex;
    align-items: center;
}

.tab-accordion__tabs_overflow.no-arrow .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none !important;
}

@media (min-width: 768px) {
    .tab-slider {
        padding: 100px 0;
    }

    .tab-slider-heading h2 {
        margin-bottom: 35px;
    }

    .tab-slider-heading {
        padding: 0 0 40px;
        max-width: 872px;
        margin: 0 auto;
    }

    .tab-slider .tab-accordion__tab {
        padding: 10px 10px 9px;
        width: 100%;
        font-size: 18px;
        border-left: 1px solid #CECECE;
        border-right: 1px solid #CECECE;
        text-align: center;
    }    

    .tab-slider.dark-bg .tab-accordion__tab {
        border-left: 1px solid #292929;
        border-right: 1px solid #292929;
    }

    .tab-slider .tab-accordion__tab:first-child {
        min-width: 133px;
        border-left: none;
    }

    .tab-slider .tab-accordion__panel__content {
        padding: 66px 27px 20px;
    }

    .tab-slider .tab-accordion__panels {
        width: calc(100% + 60px);
        margin: -21px -30px 0;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }

    .tab-slider-wrapper {
        padding: 0 52px;
        max-width: 1324px;
        margin: 0 auto;
    }

    .tab-slider-table,
    .tab-slider .table-structure {
        width: 100%;
        margin: 0;
    }

    .tab-slider-flex-heading h3 {
        font-size: 35px;
        padding-bottom: 10px;
    }

    .tab-slider-flex-heading p {
        font-size: 18px;
    }

    .tab-slider-flex-heading {
        margin-bottom: 40px;
    }

    .tab-slider-flex-heading-right a {
        font-size: 20px;
        position: relative;
    }

    .tab-slider-flex-heading-right a i {
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .tab-slider-flex-heading-right {
        width: 145px;
    }

    .tab-slider-flex-heading-left {
        width: calc(100% - 145px);
    }

    .tab-arrow,
    .tab-arrow-btn .slick-arrow {
        width: 54px;
    }

    .tab-slider .tab-arrow-btn {
        width: 109px;
    }

    .tab-accordion__tabs_overflow {
        width: calc(100% - 109px);
    }

    .tab-slider:after {
        content: "";
        position: absolute;
        top: 0;
        left: -710px;
        background-color: #FAFAFA;
        clip-path: polygon(25% 0%, 100% 0%, 77% 100%, 0% 100%);
        width: 739px;
        height: 100%;
    }

    .tab-slider:before {
        content: "";
        position: absolute;
        top: 0;
        right: -710px;
        background-color: #FAFAFA;
        clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 3% 100%);
        width: 739px;
        height: 100%;
    }

    .tab-slider.dark-bg:after {
        display: none;
    }

    .tab-slider.dark-bg:before {
        display: none;
    }
}



@media (min-width: 1200px) {
    .tab-slider .tab-accordion__tab {
        padding: 21px 25px;
        font-size: 22px;
    }

    .tab-slider .tab-accordion__tab:first-child {
        min-width: 210px;
    }

    .tab-arrow,
    .tab-arrow-btn .slick-arrow {
        width: 84px;
        height: 70px;
    }

    .tab-slider .tab-arrow-btn {
        width: 169px;
    }

    .tab-accordion__tabs_overflow {
        width: calc(100% - 169px);
        overflow: hidden;
    }

    .tab-slider .tab-accordion__panels {
        width: calc(100% + 100px);
        margin: -35px -50px 0;
    }

    .tab-slider .tab-accordion__panel__content {
        padding: 71px 109px 56px;
    }

    .tab-slider:after {
        left: -293px;
        clip-path: polygon(25% 0%, 100% 0%, 77% 100%, 0% 100%);
    }

    .tab-slider:before {
        right: -327px;
    }
}


.tab-slider-table thead,
.tab-slider-table tbody,
.tab-slider .table-structure thead,
.tab-slider .table-structure tbody {
	width: 100%;
	display: inline-table;
}

.tab-slider-table table,
.tab-slider .table-structure table {
	display: block;
}

.tab-slider-table thead th,
.tab-slider .table-structure thead th {
    padding: 12px 23px;
    color: #000000;
    font-size: 14px;    
    text-transform: uppercase;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    width: 50%;
}

.tab-slider-table thead tr,
.tab-slider .table-structure thead tr {
	background-color: #E6E6E6;
	border: 1px solid #E5E6EA;
}

.tab-slider-table tbody tr,
.tab-slider .table-structure tbody tr {
	border-bottom: 1px solid #CECECE;
}

.tab-slider-table td,
.tab-slider .table-structure td {
	padding: 9px 23px;
	color: #5D5D5D;
	font-size: 14px;	
	text-align: left;
    font-family: 'Rubik', sans-serif;
	font-weight: 500;
	border: none;
    width: 50%;
}

.dark-bg .tab-slider-table thead tr,
.dark-bg .table-structure thead tr {
    background-color: rgba(358,83,82,0.5);
    border: none;
}

.dark-bg .tab-slider-table thead th,
.dark-bg .tab-slider-table td,
.dark-bg .table-structure thead th,
.dark-bg .table-structure td {
    color: #FFFFFF;
}

.dark-bg .tab-slider-table tbody tr,
.dark-bg .table-structure tbody tr {
    border-bottom: 1px solid #888888;
}

.tab-dot {
    position: absolute;
    top: 0;
    left: 0;
}

.dark-bg {
    padding-bottom: 45px;
}

.dark-bg.tab-slider .tab-arrow-btn {
    background: #292929;
}

.dark-bg .table-structure table thead {
    background-color: transparent;
}

.tab-accordion__panel__content .table-scroll {
    padding-left: 23px;
    padding-right: 23px;
}

.tab-slider .tab-accordion__tabs {
    width: 100%;
    justify-content: space-between;
    background-color: #e6e6e6;
    flex-wrap: inherit;
}

.tab-slider.dark-bg .tab-accordion__tabs {
    background-color: #888888;
}

@media (min-width: 768px) {

    .tab-accordion__panel__content .table-scroll {
        padding-left: 0;
        padding-right: 0;
    }

	.tab-slider-table td,
    .tab-slider .table-structure td {
		padding: 18px 24px;
	    font-size: 20px;
	}

	.tab-slider-table thead th,
    .tab-slider .table-structure thead th {
	    padding: 18px 24px;
	    font-size: 20px;
	}

	.tab-slider-table tbody tr:last-child,
    .tab-slider .table-structure tbody tr:last-child {
		border-bottom: none;
	}

    .dark-bg {
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
	.tab-slider-table td,
    .tab-slider .table-structure td {
		padding: 18px 50px;
        width: 50%;
	}

	.tab-slider-table thead th,
    .tab-slider .table-structure thead th {
	    padding: 18px 50px;
        width: 50%;
	}
}