@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@300;600&display=swap');


body{ font-family: 'Noto Sans Arabic', sans-serif; direction: rtl; }
html{  }

.lc-nav ul.right-part li a{ padding-top: 0; }
.carousel-item{ float: left; margin-right: -100%; margin-left: 0; }

.carousel-control-prev{ left: unset; right: 0; }
.carousel-control-next{ left: 0; right: unset; }

.latest-update-slider .slider-prev{ bottom: 10%; }
.latest-update-slider .slider-next{ bottom: 10%; }

.ltr{ direction: ltr; display: inline-block; }
.heading.underline:before{ left: unset; right: 0; }

.form-control{ text-align: right; }
.text-center .heading.underline:before{ left: unset; right: 50%; transform: translateX(50%); }
.text-center.text-lg-start .heading.underline:before{ left: unset; right: 0; }


.item.single-update.white-bg.filter-drop-shadow {
    min-height: 380px;
}

@media screen and (max-width: 768px){
    html{ overflow-x: hidden; }
    .slider-prev,
    .slider-next{ padding: 0; text-align: center; }
    
.item.single-update.white-bg.filter-drop-shadow {
    min-height: auto;
}
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: unset;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {direction: rtl;}

.select2-results__option--selectable {
    cursor: pointer;
    direction: rtl;
    text-align: right;
}
.item.single-update img {
    max-width: 360px !important;
    max-height: 383px;
}

.item.single-update .p-lg-5 {
    padding: 10px !important;
}
.lawyers-detail-content .form-control {
    border-radius: 20px;
    direction: rtl;
}

.alert.alert-warning.alert-dismissible.fade.show.mt-3 {
    display: none !important;
}