/************************************************************************* FONT DECLARATIONS *****************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

#body,
.tabItem {
    font-family: "Syne", 'Segoe UI', serif;
    font-size: 20px;
    color: #262626;
    margin: 0px;
    background: #FFFFFF;
}

#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 {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
    padding: 0;
    margin: 15px 0 30px 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: 10px 0 !important;

    margin-top: 0.0em;
    margin-right: 12px;
    margin-bottom: 0.0em;
    margin-left: 12px;
	position: relative;
	border-radius: 0px;

	font-family: inherit;
	font-weight: 500;
	font-size: 20px;
	text-transform: capitalize;
	color: #262626;

	font-style: normal;
	text-decoration: none;

    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 0.2em solid #FFFFFF;
    border-left: 0em solid #FFFFFF;

	background: #FFFFFF;

	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: #FFFFFF;
    color: #262626;
    border-top: 0em solid #828EF7;
    border-right: 0em solid #828EF7;
    border-bottom: 0.2em solid #828EF7;
    border-left: 0em solid #828EF7;

	text-decoration: none;
	font-style: normal;
	font-weight: 500;

	z-index: 9;
}

.tab-active,
.tab-active:hover {
	background: #FFFFFF;
    color: #262626;
    border-top: 0em solid #828EF7;
    border-right: 0em solid #828EF7;
    border-bottom: 0.2em solid #828EF7;
    border-left: 0em solid #828EF7;
    text-decoration: none;
    font-style: normal;
	font-weight: 500;

    color: #000;
}

.tabItem-active:hover:after {
    background: transparent;
}

/* .tabItem:hover, */
/* .tabItem-active:hover */
.tabItem:active,
.tabItem-active {
	background: #FFFFFF;
    color: #262626;
    border-top: 0em solid #828EF7;
    border-right: 0em solid #828EF7;
    border-bottom: 0.2em solid #828EF7;
    border-left: 0em solid #828EF7;
    text-decoration: none;
    font-style: normal;
	font-weight: 500;
}

.tabItem-active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 12px;
    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: 870px) {
    .tabs li {
        width: 49%;
        margin: 2px;
    }

    .tabItem {
        display: inline-block;
        width: 95%;
        box-sizing: border-box;
        background: #E0E3FD;
        border: 1px solid #E0E3FD;
        border-radius: 12px;
        margin: 0px;
    }

    .tabItem:active, 
    .tabItem-active,
    .tabItem:hover {
        background: #F5F5F5;
        border: 1px solid #F5F5F5;
    } 
}

@media screen and (max-width: 610px) {
    .tabs li {
        width: 90%;
    }
}