body.rtl {
    font-family: 'DIN Next LT Arabic' !important;
}

.text-transform-none
{
    text-transform:none;
}

body.rtl .mirrorInRTL {
    transform: scaleX(-1);
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #78858F;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #78858F;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #78858F;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #78858F;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #78858F;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #78858F !important;
}

input,
textarea {
    font-size: 12px !important;
    border-radius: 6px !important;
    border: none !important;
    background: #F9F8F8 !important;
    padding: 10px 15px !important;
}

label {
    font-weight: 600;
    font-size: 12px;
}

.text-tiny {
    font-size: 12px;
}

.title_1 {
    font-size: 80px;
    font-weight: bold;
}

#contact_us_banner {
    border-radius: 0 0 200px 0;
    background-image: url("../../img/contact/contact_us_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
}

input[type=radio] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    accent-color: #007a4c;
    border: 3px solid green !important;
}

.join_the_team {
    background-image: url("../../img/contact/join_the_team.png");
    background-size: cover;
    background-position: center;
}

.faqs {
    background-color: #F9F8F8 !important;
    min-height: 70vh;
    padding-top: 5rem;
}

.custom-tabs {
    border-bottom: 2px solid #DBDBDB;
    padding: 20px 0 8px 0;
    flex-wrap: nowrap;
}

.tabContainer {
    overflow-x: auto;
    overflow-y: hidden;
}

.custom-tabs .nav-link {
    color: black;
    font-size: 14px;
    border: none;
    padding: 8px 2vw;
    text-align: start;
    text-wrap: nowrap;
}

@media (max-width: 576px) {

    .custom-tabs .nav-link {
        padding: 8px 4vw;
    }
}

.custom-tabs .nav-link.active {
    font-weight: 500;
    color: black;
    position: relative;
    background: transparent;
}

/* Underline effect for the active tab, aligned with the bottom border of the tabs */
.custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    left: 5%;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: black;
    transform: translateX(-5%);
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: black !important;
}

.accordion-body {
    font-size: 14px;
    color: #747474;
    padding: 10px 20px;
}

.faq-title {
    margin-bottom: 0;
}

body.rtl .faq-title {
    margin-left: 1rem;
}

body.ltr .faq-title {
    margin-right: 1rem;
}

.grecaptcha-badge {
    visibility: visible !important;
}

.join-img {
    width:100%;
    max-width:540px;
    margin-top:-15px;
}