body{

    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-family: 'Heebo', sans-serif;
    direction: rtl;

}


.the-all-screen{
    margin: 0 auto 0;
    width: 100%;
    max-width: 600px;
    direction: ltr;
    position: relative;
}
.the-all-screen .the-single-image{
    position: relative;
}
.the-all-screen .the-single-image img{
    display: block;
    width: 100%;
}
.the-all-screen .slick-prev{
    border: none;
    background: #ffffffb3;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 99999;
    left: 10px;
    width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 22px;
    color: #494949;
    border-radius: 50%;
    border: solid 1px #676767;
}
.the-all-screen .slick-next{
    border: none;
    background: #ffffffb3;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 99999;
    right: 10px;
    width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 22px;
    color: #494949;
    border-radius: 50%;
    border: solid 1px #676767;
}

