@font-face {
    font-family: "SantanderHeadline";
    src: url("fonts/SantanderHeadlineW05-Bold.woff") format("woff"),
        url("fonts/SantanderHeadlineW05-Bold.woff2") format("woff2"),
        url("fonts/SantanderHeadline-Bold.ttf") format("truetype") url("fonts/SantanderHeadline-Bold.otf") format("opentype");
    font-weight: bold
}

@font-face {
    font-family: "SantanderHeadline";
    src: url("fonts/SantanderHeadlineW05-Rg.woff") format("woff"),
        url("fonts/SantanderHeadlineW05-Rg.woff2") format("woff2"),
        url("fonts/SantanderHeadline-Regular.ttf") format("truetype") url("fonts/SantanderHeadline-Regular.otf") format("opentype");
    font-weight: normal
}


@font-face {
    font-family: "SantanderMicroText";
    src: url("fonts/SantanderMicroTextW05-Bold.woff") format("woff"),
        url("fonts/SantanderMicroTextW05-Bold.woff2") format("woff2"),
        url("fonts/SantanderMicroTextBd.ttf") format("truetype") url("fonts/SantanderMicroTextBd.otf") format("opentype");
    font-weight: bold
}

@font-face {
    font-family: "SantanderMicroText";
    src: url("fonts/SantanderMicroTextW05-Rg.woff") format("woff"),
        url("fonts/SantanderMicroTextW05-Rg.woff2") format("woff2"),
        url("fonts/SantanderMicroText.ttf") format("truetype") url("fonts/SantanderMicroText.otf") format("opentype");
    font-weight: normal;
}

#body,
.tabItem {
    font-family: "SantanderMicroText", sans-serif;
    font-size: 16px;
    color: #222222;
}

.ar-ae #body,
.ar-ae .tabItem {
    font-family: "SantanderMicroText", sans-serif;
    font-weight: normal;
    padding-top: 0.3em !important;
}


#main {
    max-width: 1246px;
    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: left;
    border-bottom: 0px;
    font-size: 0px !important;
    padding: 0;
    margin: 0px 0 0px 0px;
    /* border-bottom: 1px solid #DDDDDD !important; */
}

.tabs-control {
    margin-bottom: 20px !important;
}

.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: 11.2%;
    box-sizing: border-box;
}

.tabs-control:after {
    content: "";
    display: block;
    background: #D0DFE8;
    height: 2px;
    width: 100%;
    position: relative;
    z-index: -1;
    bottom: 2px;
}

.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: 0px solid #C5C5C5;
    text-decoration: none;
    text-transform: capitalize;
    /* transition: background 0.5s, color 0.5s, border 0.5s; */
    position: relative;
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #727272;
    white-space: nowrap;
    border-radius: 0px;
}

.tabItem:hover {
    background: #ffffff !important;
    color: #000000;
    border-bottom: 2px solid #ED1B24;
}

/* .tabItem:hover, */
/* .tabItem-active:hover */
.tabItem:active,
.tabItem-active {
    background: #ffffff !important;
    color: #000000;
    border-bottom: 2px solid #ED1B24;
    font-weight: normal;
}

.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 #FF7300;
    }

    .ar-ae .tabItem:active,
    .tabItem-active {
        /* background: #FFFFFF;
        color: #82CCD7!important;
        border-bottom: 3px solid #82CCD7!important;
        border: 0; */
    }

    .ar-ae .tabItem {
        width: 100%;
    }
}

@media (max-width: 685px) {
    .tabs li {
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
    }

    .tabItem {
        padding: 15px 5px !important;
    }
}

@media (max-width: 947px) {
    .tabs li {
        width: 50%;
        text-align: center;
        margin-bottom: 5px;
    }


    .tabs-control {
        border-bottom: 0;
    }

    .tabItem {
        width: 100%;
    }

    .tabs {
        /* border-bottom: 0px solid #e1e1e1 !important; */
    }

    @media (max-width: 425px) {
        .tabs li {
            width: 90%;
        }
    }
}

@media (max-width: 855px) {
    .tabs-control:after {
        background: transparent;
    }
}