body, html{
    width: 100%;
    height: 100%;
    direction: rtl;
    user-select: none;
    padding: 0px;
    margin: 0px;
    background-color: #f5f5f5;
}
.container-fluid, .row{
    padding: 0px;
    margin: 0px;
}
.container-fluid{
    margin: auto;
    max-width: 1200px;
}
iframe{
    border: none;
}
.mt-6 {
    margin-top: 7rem;
}

#TopRow{
    /*background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(168,227,175,1));*/
    background-image: url("../images/A/BigBack.jpg");
    background-size: auto 100%;
}
#LogoImg{
    width:100%;
    height:auto;
}
#LogoImgSmall{
    width: 20vw;
    height: auto;
}
#MenuList{
    text-align: right;
}
#MenuList a{
    text-decoration: none!important;
}
.MenuItem{
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.MenuItem:hover{
    background-image: url("../images/A/Hovered.png");
}

#TopRow::after{
    background-color: rgb(168,227,175);
}
/*
.MenuItemActive{
    color: #343434!important;
}
.MenuItemActive:hover{
    color: #343434!important;
}*/
.carousel-indicators li{
    width: 15px;
    height: 15px;
    border-top:none;
    border-bottom:none;
    border-radius:10px;
}
.carousel-indicators2{
    position: absolute;
    width: 5.5vw;
    height: 100%;
    right: 0px;
    z-index: 2;
}
.carousel-indicators{
    padding: 0px;
}
.carousel-indicators2 ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.carousel-indicators2 li{
    width: 0.95rem;
    height: 0.95rem;
    border-top:none;
    border-bottom:none;
    border-radius:1rem;
    background-color: #c1c1c1;
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.carousel-indicators2 li:last-of-type{
    margin-bottom: 0px;
}
.carousel-indicators2 li:hover{
    background-color: #959595;
}

#BThumbs{
    background-image: url("../images/B/GreenBack-2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.LinkItem{
    cursor: pointer;
}
.LinkImg{
    width: 120%;
    height: auto;
}
.LinkText{
    width: 120%;
    height: auto;
    margin-top: 1rem;
    padding-top:0.25rem;
    padding-bottom:0.25rem;
}
.LinkActive .LinkText{
    /*background-color: #b5f0ff;*/
    background-image: url("../images//B/Active.jpg");
}

#BContentImg{
    width: 100%;
    height: auto;
}

#EContent{
    /*background-color: #c8ebcc;*/
    background-image: url("../images/E/Ellipse.png");
    background-size: 100% 100%;
    padding: 5px;
}
#EImage{
    width: 100%;
    height: auto;
}
.FooterIcons{
    width:85%;
    height: auto;
}

/* Change Carousel Slide Direction */
#D-Carousel1 .carousel-item-next.carousel-item-left,
#D-Carousel1 .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#D-Carousel1 .carousel-item-next,
#D-Carousel1 .active.carousel-item-right {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
#D-Carousel1 .carousel-item-prev,
#D-Carousel1 .active.carousel-item-left {
    -webkit-transform: translate3d(0, +100%, 0);
    transform: translate3d(0, +100, 0);
}


#MoreBtn, .MoreBtn{
    float: left;
    cursor: pointer;
    font-family: "Cairo";
    font-size: x-large;
}
#MoreBtn:hover, .MoreBtn:hover{
    color: #6eb8db;
}

.HiddenDetails img{
    width:100%; 
    height: auto;
}

form .col{
    text-align: right;
}
.applicationRow{
    background-color: #eeeeee;
}
.AppFullImg, .AppLabelImg{
    width:100%;
    height: auto;
}
.AppLabelImg2{
    width:90%;
    height: auto;
}
.AppLabelImg3{
    height: 100%;
    width: auto;
}
.AppLabelImg4{
    width:85%;
    height: auto;
}
.radio-inline{
    width: 100%;
    text-align: right;
}
#SubmitAlert{
    text-align: center;
}

#LinkToApp{
    width: 100%;
    height: auto;
}

/* Styling for Phones */
@media (max-width: 575.98px) {    
    .mt-6 {
        margin-top: 3rem;
    }
    .MenuItem{
        width: 70%;
    }
    #TopRow::after{
        padding-top: 0.5rem;
    }
    #BThumbs{
        background-image: none;
    }
    .LinkItem{
        margin-top: 0.5rem;
    }
    .LinkImg, LinkText{
        width: 100%;
    }
    .carousel-indicators2{
        opacity: 0;
    }
    #EContent{
        background-color: #c8ebcc;
    }
}