.simple-pageslider-block{

    background: #fff;
    position: relative;
    margin-left: -20vw;
    width: 100vw;
    z-index: 11;
}
.widhout-sidebar .main-wrapper .simple-pageslider-block{
    background: #fff;
    position: relative;
    z-index: 11;
    margin-left: calc((-110vw + 850px) / 2 );

    width: 100vw;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.simple-pageslider-block .slide-simple .wrapper{
    position: relative;
    z-index: 1;
    width: 1128px;
    justify-content: flex-start;
    padding-bottom: 50px;
}
.simple-pageslider-block .sque-title{
    bottom: 0;
    color: #fff;
}
.simple-pageslider-block .sque-title:after {
    background-color: #fff;
}
.slide-simple-image {
    height: 600px;
    position: relative;
    z-index: 0;
}
.slide-simple-image:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(180deg, #192938 0%, rgba(217, 217, 217, 0) 100%);
    transform: rotate(-180deg);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
}
.slide-simple-image  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simple-pageslider-block .wrapper{
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    bottom: 0px;
    z-index: 1;
    left: 0;
    right: 0;
    align-items: flex-end;
    flex-wrap: wrap;
}
.simple-pageslider-block .simple-slider {
    width: 100%;
}
.simple-pageslider-block .simple-slider .title-simple-slider{
    font-weight: 800;
    font-size: 38px;
    line-height: 53px;
    color: #FFFFFF;
}
.single .slider-controls-simple{
    margin-left: calc((-100vw + 1128px) / 2 );

}

.slider-controls-simple{
    position: absolute;
    left: 80px;
    bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.slider-controls-simple .slick-arrow{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    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;
    cursor: pointer;
}
.slider-controls-simple .slick-arrow.slick-hidden{
    display: none;
}
.slider-controls-simple .slick-arrow i,
.slider-controls-simple .slick-arrow svg{
    font-size: 20px;
    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 ;
}
.slider-controls-simple .slick-arrow:hover i,
.slider-controls-simple .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;
}
.slider-controls-simple .dotts-container .slick-dots{
    display: flex;
}
.slider-controls-simple .dotts-container .slick-dots li{
    background: none;
    margin-right: 10px;
    padding-left: 0px;
    cursor: pointer;
}
.slider-controls-simple .dotts-container .slick-dots li button{
    width: 13px;
    height: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.45;
    background: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font: 0/0 a;
    display: inline-block;
    border: none;
    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;
}
.slider-controls-simple .dotts-container .slick-dots li:hover button{
    opacity: 1;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.slider-controls-simple .dotts-container .slick-dots li.slick-active button{
    width: 73px;
    opacity: 1;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}

.list-slider-select {
    position: relative;

}
.list-slider-select  .select-checkbox {
    display: none;
}
.list-slider-select  .select-label {
    display: block;
    border: 2px solid #FFFFFF;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #FFFFFF;
    min-width: 220px;
    text-align: left;
    cursor: pointer;
}
.list-slider-select  .select-label:before {
    content: "\25BE";
    float: right;
}
.list-slider-select .select-wrap {
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 5px 15px;
    box-sizing: border-box;
    display: none;
    max-height: 300px;
    overflow: scroll;
}
.list-slider-select .select-checkbox:checked ~ .select-wrap {
    display: block;
}
.list-slider-select .select {
    list-style: none;
    margin: 0;

}
.list-slider-select .select li{
    background: none;
    padding: 0;
}
.list-slider-select .select li:hover a{
    color: #E34A44;
}
.list-slider-select .select a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #000;
    cursor: pointer;
}
.list-slider-box{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 50px;
}
.list-slider-box .title{
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #FFFFFF;
    margin-right: 30px
}

.width-sidebar .simple-pageslider-block{
    z-index: 9;
}
/* Arabic */


.lang-ar .simple-pageslider-block{
    margin-left: 0;
    margin-right: -40vw;
}
.lang-ar  .arrows-nav{
    display: flex;
    flex-direction: row-reverse;
}
.lang-ar .simple-pageslider-block .slide-simple .wrapper{
    justify-content: flex-end;
}
.lang-ar  .slider-controls-simple{
    width: auto;

}
.lang-ar .apply-now-button i,
.lang-ar .apply-now-button svg{
    transform: rotate(180deg);
}
.lang-ar .apply-now-button:hover i,
.apply-now-button:hover svg{
    right: 10px;
}

@media only screen and (max-width: 1024px) {
    .simple-pageslider-block {
        margin-left: -5vw;
        width: 100vw;
    }

    .simple-pageslider-block .simple-slider {
        width: 100%;
        padding: 0 4vw;
    }
    .simple-pageslider-block .simple-slider .title-simple-slider{
        font-size: 17.25px;
        line-height: 24px;
    }
    .slider-controls-simple{
        left: 0;
        box-sizing: border-box;

    }
    .slide-simple-image {
        height: 60vh;
    }
    .simple-pageslider-block .wrapper{
        flex-direction: column;
    }
    .list-slider-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .list-slider-box .title{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .simple-pageslider-block {
        margin-left: -5vw;
        width: 100vw;
    }
}
@media only screen and (max-width: 850px) {
    .widhout-sidebar .main-wrapper   .simple-pageslider-block{
        margin-left: -5vw;
    }
}
@media only screen and (max-width: 550px) {

    .list-slider-box{
        position: relative;
        bottom: 50px;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .list-slider-box .title{
        margin-right: 20px;
        margin-bottom: 0;
    }
}