/************************************************************************* FONT DECLARATIONS *****************************************************************************/

@font-face {
    font-family: 'RM Nue';
    src: url('fonts/RMNeue-Regular.woff2') format('woff2');
    font-display: swap;
}


@font-face {
    font-family: 'Janna LT';
    src: url('fonts/JannaLT-Regular.woff2') format('woff2');
    font-display: swap;
}

/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

#body,
.tabItem {
    font-family: 'RM Nue', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    margin: 0px;
    background: #FFFFFF;
}

.ar-ae #body,
.ar-ae .tabItem {
    font-family: 'Janna LT', Arial, Helvetica, sans-serif;
}


#main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#body {
    margin: 0;
}

.ar-ae #body {
    direction: rtl;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}
.tabs-control {
  display: table;
  width: 100%;
  max-width: 1200px;
}
.tabs {
    /*! text-align: center; */
    border-bottom: 0px;
    font-size: 0px !important;
    padding: 0;
    margin: 0px 0 15px 0;
}

.ar-ae .tabs-control {
    direction: rtl;
}

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabItem {
    height: auto;
    line-height: normal;
    display: block !important;
    box-sizing: border-box;
    padding: 1em 0 !important;
    background: #ffffff00;
    border: 0;
    text-decoration: none;
    text-transform: capitalize;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #1D3C56;
    border: 0px solid #080808;
    white-space: nowrap;
    margin-left: 1px;
    margin-right: 1px;
    box-sizing: border-box;
}
.en-gb .tabItem {
    margin-right: 1em;
}
.ar-ae .tabItem {
    margin-left: 1em;
}
.tabItem:hover {
    opacity: 1;
}

/* .tabItem:hover, */
/* .tabItem-active:hover */
.tabItem:active,
.tabItem-active {
    background: #FFFFFF00 !important;
    color: #5E93DB;
    opacity: 1;
}

.tabItem-active:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #DEDEDE;
    background: #5E93DB;
}

.ar-ae .tabItem-active:before {
    margin-right: 0;
    right: 0;
}

.tabs-content-wrapper {
    margin-top: 2px;
    display: table;
    width: 100%;
    margin-bottom: 1.5em;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 855px) {
    .tabs-control::after {
        bottom: 20px;
    }

    .tabs li {
        display: inline-block;
        text-align: center;

        margin-bottom: 5px;
    }
}

@media (max-width: 910px) {
    .ar-ae ul#tabs li:first-child a {
        margin-left: 7px;
    }
    .ar-ae ul#tabs li:last-child a {
        margin-right: 7px;
    }
}
@media (max-width: 685px) {
    .tabs li {
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
    }

    .tabItem {
        padding: 15px 5px !important;
    }
}

@media (max-width: 910px) {
    .tabs li {
        width: 80%;
        text-align: center;
        margin-bottom: 5px;
    }

    .tabItem:active,
    .tabItem-active {
        background: #080808;
        border: 0;
    }

    .tabs-control {
        border-bottom: 0;
        margin: 0 auto !important;
    }
}



.tabs li {
    float: none;
    display: inline-block;
    font-size: 0;
    border-right: solid 0px #fff;
    border-left: solid 0px #e8e8e8;
    box-sizing: border-box;
    margin: 0px;
    text-align: center;
}
@media screen and (max-width:1018px) {
    .tabs li {
        width: 33%;
    }
    ul#tabs li:nth-child(4) a {
        margin-right: 0;
    }
    ul#tabs li:last-child a {
        margin-top: 5px;
    }
}



@media screen and (max-width:910px) {
    .tabs li {
        float: none;
        display: inline-block;
        font-size: 0;
        border-right: solid 0px #fff;
        border-left: solid 0px #e8e8e8;
        width: 50%;
        box-sizing: border-box;
        margin: 5px 0px;
    }
    .tabs li a {
        margin: 0 !important;
    }
    ul#tabs li:nth-child(4) a {
        margin-right: 7px;
    }
    
}

@media screen and (max-width:500px) {
    .tabs li {
        width: 100%;
        margin-bottom: 2px !important;
         margin-top: 2px !important;
    }
    ul#tabs li a {
        margin: 0 !important;
    }
    
}