@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@700&display=swap');
* {
    font-family: 'Tajawal', sans-serif;
}
.iti {
    width: 100%;
    direction: ltr;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: initial;
}
.fc .fc-list-event:hover td {
    background-color: #323437;
}
.egicon{
    font-size: 50px;
    color: #b69d74;
}
.rs-our-practice.style1 .practice-inner {
    padding: 55px 30px 50px;
}
.rs-faq.style1 .free-consultation form input, .rs-faq.style1 .free-consultation form select {
    color: white;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #263043;
}
.select2-container--default .select2-results__group {
    background: black;
    color: white;
}


.new-cb {
    height:300px;
    overflow-y: scroll;
}
.qoddas {background: url(../images/qod.jpg);}
.tasbeha {background: url(../images/tas.jpg);}
.egtmaa {background: url(../images/egt.jpg);}
.eatraf {background: url(../images/ea.jpg);}

.eatraf, .egtmaa, .qoddas,.tasbeha {
    background-size: cover;
    background-position: center;
    background-color: #605e70;
    background-blend-mode: overlay;
}

.ftr {
    background: url(../images/footer.jpg) ;
    background-size: cover ;
    background-repeat: no-repeat ;
}
[type="date"]{
    text-align: right;
}

.card-body li {
    font-size: 1rem;
    background: rgba(240, 248, 255, 0.8);
    padding: 0px;
    margin: 5px;
    text-align: center;
}

.card {
    margin-bottom: 20px;
}
.navbar-nav.ml-auto li, .dropdown-menu {
    text-align: right;
}
.pagination {
    justify-content: center;
}
li.nav-item.dropdown {
    align-self: center !important;
}

@media (max-width: 575.98px) {
    body {
        overflow: hidden !important;
    }
}