.block-customtabs,
.block-customtabs .season_tabs {
    position: relative;
    min-height: 575px;
    clear: both;
}

.block-customtabs .season_tab {
    float: left;
    clear: both;
    width: 100%;
}
.block-customtabs .season_tab label {
    background: #fff;
    padding: 24px 30px;
    margin-left: -1px;
    font-size: 21px;
    vertical-align: middle;
    position: relative;
    width: 230px;
    min-height: 38px;
    display: flex;
    z-index: 2;
    left: 50%;
    margin-left: -170px;
    align-items: center;
    top: 242px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.block-customtabs .season_tab label:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 91px;
    height: 3px;
    background-color: #BC1E21;
}
.block-customtabs .season_tab label .no{
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 2.68493px;
    text-transform: uppercase;
    color: #1A1B1F;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding-right: 20px;
}
.block-customtabs .season_tab [type=radio] {
    display: none;
}
.block-customtabs .season_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}
.block-customtabs .season_content .right {

    background: #fff;
    margin-left: -10%;
    margin-top: 60px;
    margin-bottom: -60px;
    padding: 5vw 140px;
    box-sizing: border-box;
    margin-right: calc((-100vw + 1128px) / 2 );
}
.block-customtabs .season_content .left{
    width: 60%;
    min-width: 60%;
    max-height: 500px;
    position: relative;
    z-index: -1;
}

.block-customtabs .season_content .left .tabs-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-customtabs [type=radio]:checked ~ label {
    background: #BC1E21;
    color: #fff;
    z-index: 2;
    width: 300px;
    margin-left: -240px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.block-customtabs [type=radio]:checked ~ label .no{
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.block-customtabs [type=radio]:checked ~ label ~ .season_content {
    z-index: 1;
}
.block-customtabs .season_content .right h3{
    font-size: 17px;
    line-height: 26px;
}
.block-customtabs .tab-title .red-title{
    display: block;
    font-weight: 800;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BC1E21;
    margin-bottom: 15px;
    max-width: 395px;
}
.block-customtabs .tab-title:before{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #BC1E21;
    margin-bottom: 15px;
}
.block-customtabs .tab-title{
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1B1F;
}
.block-customtabs  .tab-subtitle{
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #363030;
    text-transform: none;

}
.block-customtabs .tab-text p{
    font-size: 17px;
    line-height: 29px;
    color: #363030;
}
.block-customtabs .video-tab{
    position: absolute;
    bottom: 60px;
    left: 60px;
}
.block-customtabs .video-tab .button-play{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    line-height: normal;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #fff;
    box-sizing: border-box;

}
.block-customtabs .video-tab .button-play:hover{
    border: 42px solid #BC1E21;
}
.block-customtabs .video-tab i,
.block-customtabs .video-tab svg{
    font-size: 24px;
}

.tabs-slider-controls{
    display: none;
}
/* Arabic */
.lang-ar .block-customtabs .video-tab {
    left: initial;
    right: 60px;
}
.lang-ar .block-customtabs .season_content .right{
    margin-right: -10%;
    margin-left: calc((-100vw + 1128px) / 2 );
}


.lang-ar .block-customtabs .season_tab label{
    right: 50%;
    left: inherit;
    margin-right: -170px;
    margin-left: inherit;

}


.lang-ar .block-customtabs [type="radio"]:checked ~ label{
    margin-right: -240px;
    margin-left: inherit;
}
@media only screen and (max-width: 1600px) {
    .block-customtabs .season_content .right{
        padding: 3vw 140px;
    }
}


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

    .block-customtabs .season_content .right {
        padding: 3vw 5vw 3vw 140px;
        margin-right: 0;
    }

}
@media only screen and (max-width: 1024px) {
    .block-customtabs .season_content {
        position: relative;
        flex-direction: column;
    }
    .block-customtabs .season_content .left {
        width: 100%;
        min-width: 100%;
        max-height: inherit;
        position: relative;
    }
    .block-customtabs .season_content .right {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 5vh 2vw 5vh;
        box-sizing: border-box;
        margin-right: 0;
    }
    .block-customtabs .season_tab label{
        display: none;
    }
    .block-customtabs .tab-title{
        font-size: 30px;
        line-height: 38px;
    }
    .block-customtabs .tab-subtitle{
        font-size: 17px;
        line-height: 26px;
    }
    .block-customtabs .tab-text p{
        font-size: 17px;
        line-height: 26px;
    }
    .block-customtabs .season_tab{
        float: left;
        clear: none;
    }
    .tabs-slider-controls{
        position: absolute;
        display: block;
        bottom: 3.5vh;
        right: 0;
    }
    .tabs-slider-controls .slick-arrow{
        display: inline-block;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        color: #BC1E21;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        cursor: pointer;
    }
    .tabs-slider-controls .slick-arrow i,
    .tabs-slider-controls .slick-arrow svg{
        font-size: 20px;
        color: #BC1E21;
        transition: all 0.5s ease ;
        -webkit-transition: all 0.5s ease ;
        -moz-transition: all 0.5s ease ;
        -o-transition: all 0.5s ease ;
    }
    .tabs-slider-controls.slick-arrow:hover i,
    .tabs-slider-controls.slick-arrow:hover svg{
        transition: all 0.5s ease ;
        -webkit-transition: all 0.5s ease ;
        -moz-transition: all 0.5s ease ;
        -o-transition: all 0.5s ease ;
        color: #BC1E21;
    }
    .block-customtabs .video-tab{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}