@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#body,
.tabItem {
    font-family: Poppins, sans-serif;
	font-size: 18px;
	color: #212529;
}

.ar-ae #body,
.ar-ae .tabItem {
    font-family: Poppins, Segoe UI, sans-serif;
}


#main {
    max-width: 1300px;
    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: 32px 0 15px 0;
    border-bottom: 0px solid #e1e1e1 !important;
    position: relative;
}
.tabs::before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 62px;
    left: 0;
    margin-left: 12px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width:947px){
    .tabs::before {
        display: none;
    }
}
.ar-ae .tabs {
    text-align: center;
}

.ar-ae .tabs-control {
    direction: rtl;
}

.tabs li {
    float: none;
    display: inline-block;
    font-size: 0;
    border-right: solid 0px #fff;
    border-left: solid 0px #d8d8d8;
    width: 20%;
    box-sizing: border-box;
}

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabItem {
    height: auto;
    line-height: normal;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 0px !important;
    width: 100%;
    background: #FFFFFF;
    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: 600;
    font-size: 18px;
    text-align: center;
    color: #1A3F70;
    white-space: nowrap;
}

.tabItem:hover {
    background: #FFFFFF !important;
    color: #1A3F70;
    border-bottom: 0.375em solid #D8C255;
}

/* .tabItem:hover, */
/* .tabItem-active:hover */
.tabItem:active,
.tabItem-active {
    background: #FFFFFF !important;
    color: #1A3F70;
    border-bottom: 0.375em solid #D8C255;
}

.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: 1400px;
    margin: 0 auto;
}

/* .tabs-control::after {
    background: #CCCCCC;
    width: 100%;
    display: inline-block;
    height: 1px;
    content: "";
    bottom: 15px;
    position: relative;
} */

@media (max-width: 1160px) {
    .tabItem-active::before {
        display: none;
    }

}

@media (max-width: 868px) {
    .ar-ae .tabs li {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (max-width: 855px) {
    .tabs-control::after {
        bottom: 20px;
    }

    .tabItem-active::before {
        display: none;
    }

    .tabs li {
        /* width: auto; */
        /* margin-right: 10px;
        margin-left: 10px; */
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .ar-ae .tabs li {
        width: auto;
        margin-right: 5px;
        margin-left: 5px;
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (max-width: 947px) {
    .ar-ae .tabs li {
        width: 80%;
        text-align: center;
        margin-bottom: 5px;
        border: 0px solid #D8C255;
    }

    .ar-ae .tabItem:active,
    .tabItem-active {
        border-bottom: 3px solid #D8C255 !important;
    }

    .ar-ae .tabItem {
        width: 100%;
    }
}

@media (max-width: 685px) {
    .tabs li {
        /* width: auto; */
        /* margin-right: 5px;
        margin-left: 5px; */
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
    }

    .tabItem {
        padding: 15px 5px !important;
    }
}

@media (max-width: 947px) {
    .tabs li {
        width: 46%;
        text-align: center;
        margin-bottom: 5px;
    }

    .tabItem:active,
    .tabItem-active,
    .tabItem:hover {
        background: #FFFFFF;
        border: 0;
    }

    .tabs-control {
        border-bottom: 0;
    }

    .tabItem {
        width: 100%;
        border-bottom: 3px solid transparent;
    }

    .tabs {
        border-bottom: 0px solid #e1e1e1 !important;
    }

    @media (max-width: 425px) {
        .tabs li {
            width: 90%;
        }
    }
}