/**************** Myhadara ***********/
.widget-section{
    width: 100%;
}
.grey{
    background: #f2f2f2;
}
.box-container{
    max-width: 1115px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 30px;
    direction: rtl;
}
.ol-box{
    background-color: #00c2b7;
    position: relative;
    margin: 7px;
    height: 260px;
    width: 260px;
    border-radius: 15px;
    padding: 55px 0 0;
    display: inline-block;
    vertical-align: top;
    outline: 0;
}
.ol-box-order{
    background-color: #f2f2f2;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    font-size: 7vh;
    line-height: 90px;
    margin: auto;
    color: #00c2b7;
    font-family: NeoSansArabic-Bold;
}
.ol-box-body{
    color: #f2f2f2;
    margin: 10px 15px 0;
}
.my-slick-slider .slick-list{
    overflow: visible;
}

/********************** ul box **********/
.ul-box{
    background-color: #ffffff;
    position: relative;
    margin: 7px;
    height: 385px;
    width: 224px;
    display: inline-block;
    vertical-align: top;
    outline: 0;
}
.ul-box-header{
    background-repeat: no-repeat;
    background-size: cover;
    height: 162px;
    background-position: top center;
    line-height: 142px;
    color: #f2f2f2;
    font-size: 2.5vh;
    font-family: NeoSansArabic-Medium;
}
.ul-box-body{
    margin: 30px 15px 0;
    text-align: center;
}
.ul-box-body p{
    font-family: NeoSansArabic-Light;
    font-size: 18px;
    font-weight: 600;
}
/**********************/

.android-app-promotion {
    width: 100%;
    height: 151px;
    background: url(../../images/install-hadara.png) center center no-repeat white;
    background-size: contain;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 2px 6px #3a3939;
}
.android-app-promotion a {
    width: 100%;
    height: 151px;
    position: absolute;
    bottom: 0;
    z-index: 99;

}
.close-app-promotion {
    position: absolute;
    font-size: 35px;
    color: #cccccc;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    z-index: 9999999;
    display: block;
}