.rtl {
    font-family: "Cairo", sans-serif;
}

.rtl .header-right {
    float: left;
}

.rtl .header-left {
    float: right;
}

.rtl .popup-tabs-wrap-section {
    right: auto;
    left: 0;
}

.rtl .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.rtl .page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rtl .pagination {
    justify-content: left;
}
.rtl .form-select {
    background-position: left 0.75rem center;
}
.rtl .aon-doctorAbout-right {
    padding-right: 40px;
    padding-left: 0px;
}


.owl-carousel {
	display: flex !important;
	max-width: 100%;
	overflow: hidden;
	column-gap: 30px;
}