/************************************************************************* FONT DECLARATIONS *****************************************************************************/
@font-face {
    font-family: Gotham;
    src: url('font/Gotham-Light.otf') format('otf');
    font-weight: normal;
}

@font-face {
    font-family: Gotham;
    src: url('font/Gotham-Medium.otf') format('otf');
    font-weight: 500;
}

@font-face {
    font-family: Gotham;
    src: url('font/Gotham-Bold.otf') format('otf');
    font-weight: bold;
}

/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

#body,
.tabItem {
    font-family: "Gotham", 'Segoe UI', serif;
    font-size: 20px;
    color: #343434;
    margin: 0px;
    background: #FFFFFF;
}

#main {
    max-width: 1516px;
    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 {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
    padding: 0;
    margin: 15px 0 50px 0;
}

.tabs li {
    float: none;
    display: inline-block;
    font-size: 0;
    border-right: solid 0px #fff;
    border-left: solid 0px #d8d8d8;
    box-sizing: border-box;
    margin: 0 4px;
}

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding: 12px 17px !important;
    margin-top: 0.0em;
    margin-right: 5px;
    margin-bottom: 0.0em;
    margin-left: 5px;
    position: relative;
    border-radius: 8px 8px 0px 0px;
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    color: #8A0058;
    font-style: normal;
    text-decoration: none;
    border: 3px solid #F7F7F7;
    background: #F7F7F7;
    transition: background 0.5s, color 0.5s, border 0.5s;
    top: 0;
    left: 0em;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.tabItem:hover {
    background: #c6007e;
    color: #ffffff;
   
    border: 3px solid #c6007e;

    text-decoration: none;
    font-style: normal;
    font-weight: normal;

    z-index: 9;
}

.tab-active,
.tab-active:hover {
    background: #c6007e;
    color: #ffffff;
   border: 3px solid #c6007e;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
}

.tabItem-active:hover:after {
    background: transparent;
}

/* .tabItem:hover, */
/* .tabItem-active:hover */
.tabItem:active,
.tabItem-active {
    background: #c6007e;
    color: #ffffff;
    border: 3px solid #c6007e;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

.tabItem-active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 51%;
    left: 0;
    margin-left: -15px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #DEDEDE;
}

.ar-ae .tabItem-active:before {
    margin-right: 12px;
    right: 0;
}

.tabs-control {
    margin-top: 2px;
    display: table;
    width: 100%;
    margin-bottom: 1.5em;
    max-width: 1200px;
    margin: 0 auto;
}

body.ar-ae .tabs {
    flex-direction: row-reverse;
    direction: rtl;
    /* text-align: right; */
}

@media (max-width: 1155px) {
    .tabs li {
        width: 49%;
        margin: 2px;
    }

    .tabItem {
        display: inline-block;
        width: 95%;
        box-sizing: border-box;
        margin: 0px;
    }
}

@media screen and (max-width: 610px) {
    .tabs li {
        width: 90%;
    }
}

/* #tabs > li:last-child {
  display: none;
} */

.tabs-control::after {
    content: '';
    display: block;
    position: relative;
    bottom: 35px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 1;
    border-bottom: 1px solid #F7F7F7;
}

@media (max-width:1155px) {
    .tabs-control::after {
        border-bottom: 0px solid #F7F7F7;
    }
}