@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body,
.tabItem {
    color: #000000;
    font-family: "Cairo", sans-serif;
    font-size: 16px;
}

.ar-ae ul#tabs {
    direction: rtl;
}

#main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.tabs {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
    padding: 0;
    margin: 20px 0 30px;
    background: #FFFFFF;
    position: relative;
}

.tabs::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 0;
    border-bottom: 1px solid #E1E1E1;
}

.tabs-control {
    margin: 0 auto;
}

.tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    font-size: 0;
    width: 18%;
}

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabItem {
    height: auto;
    line-height: normal;
    display: inline-block;
    box-sizing: border-box;

    padding: 8px 0;
    margin: 0px;

    background: #ffffff;

    border-radius: 0px !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-style: inherit;
    text-transform: capitalize;

    transition: background 0.5s, color 0.5s, border 0.5s;

    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    border-left: 0em solid #FFFFFF;
    color: #000000;

    position: relative;
}

.tabItem:hover,
.tabItem:active,
.tabItem-active,
.tabItem-active:hover {
    text-decoration: none;
    font-style: normal;

    background: #FFFFFF;
    color: #000000;
    border-top: 0em solid #000000;
    border-right: 0em solid #000000;
    border-bottom: 3px solid #000000;
    border-left: 0em solid #000000;
}

@media (max-width: 1000px) {
    .ar-ae .tabs li {
        width: 50%;
        margin: 4px 0 14px;
    }

    .ar-ae .tabs::after {
        display: none;
    }
}

@media (max-width: 950px) {
    .tabs li {
        width: 50%;
        margin: 4px 0 14px;
    }

    .tabs::after {
        display: none;
    }
}

@media (max-width: 620px) {
    .ar-ae .tabs li {
        display: block;
        width: 100%;
        margin: 6px auto;
    }
}

@media (max-width: 560px) {
    .tabs li {
        display: block;
        width: 100%;
        margin: 6px auto;
    }
}