.lang {
    background-color: #ab1111;
    padding: 5px 8px;
}
.main-header.fixed-header .header-top {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    padding-top: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
.main-header.fixed-header .header-upper {
    top: 100px !important;
    box-shadow: 0px 5px 5px rgba(0,0,0,.2);
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9999;
    width: 100%;
    padding-top: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
    .main-header.fixed-header .header-upper .search-box-btn {
        margin-top: 18px;   
    }
section {
    margin: 30px 0;
}
.input {
    border: 1px solid #bdbdbd; /*
    margin: 0 5px;*/
    padding: 0 5px;
}
.keyboard .Results {
    min-height: 40px;
}
.searchBTN {
    margin: 0 5px;
}
.footer ul li:last-child, .lowerFooter ul li:last-child {
    border: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
    color: #000 !important;
}
.pageNxtPrev {
    border-top: 1px dotted;
    text-align: center;
    padding-top: 20px;
}
.form-boxed {
    position: relative;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #e3e3e3;
    background-color: #fbfbfb;
    text-align: center;
}
.form-boxed p {
    font-size: 17px;
    margin: 15px 0 0;
}
    .form-boxed p i {
        font-size: 1.5em;
        color: #4f4f4f;
    }
.transliteration.FilterSign {
    display: inline-block;
}
.services-section {
    padding: 0;
}
.WordsResults {
    margin: 20px 0;
}
.pages a {
    border: 1px solid rgba(0,0,0,0.10);
    text-decoration: none;
}
.header-top ul, .header-top li {
    padding: 0px;
    margin: 0px;
}
.category-boxed:hover {
    background-color: rgba(0,0,0,.05);
}
.category-boxed .boxed-inner .icon {
    top: -4px;
}
.content {
    min-height: 600px;
}
.QuizContent h1 span{
    color:#000 !important;
}
.QuizContent h1 {
    text-align: center;
    line-height: inherit;
    font-weight: bold;
}
.ajax__calendar_container {
    z-index: 1000;
    width: 230px !important;
    height: 200px;
}
.NewsResultsTitle {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.NormalTable.Answers label, .NormalTable.Answers input[type="radio"] {
    margin-bottom: 15px;
}
.card.card-body.left_content {
    width: 300px;
    border-radius: 0;
    padding: 0;
    border:;
    max-height: 50vh;
}
.glossymenu {
    height: 100%;
    overflow-y: scroll;
}

.main-header .header-top {
    display: initial;
}
.main-header .header-top .top-left {
    z-index: 1;
}
.CarouselContent {
    display: flex;
}
    .CarouselContent a {
        align-content: space-around;
    }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left:0;
    margin-right: 0;
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
    background-color: #f1f1f1;
}
.WordStyle {
    font-size: 35px;
    color: black;
    background-color: #f5f5f5;
    padding: 10px 5px;
    display: inline-block;
    margin: 5px 2px;
}
.signDisplayed {
    font-size: 35px !important;
}