@import url("//fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Tajawal&display=swap");
@import url("//fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");

html .content-headline .headline,
html .page-font-style {
    font-size: 17px !important;
    color: #1A202C !important;
}

body {
    margin: 0;
    font-size: 17px;
    color: #1A202C !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.time-line-item {
    border: 1px solid #c2c2c2 !important;
}

.time-line-item:hover {
    background: #f2f2f2;
}

.form input,
.form select {
    color: #333;
    height: 36px;
    padding: 0 5px;
    border: 1px solid #ddd;
    font-family: 'Source Sans Pro', sans-serif;

}

.check-subscription-link .link {
    color: #0076A5;
    font-size: 17px;
    font-weight: normal;
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    transition: all linear 300ms;
}

.check-subscription-link .link:hover {
    color: #1A202C;
}

.wrapper {
    max-width: 1400px;
    width: 100%;
    padding: 0 !important;
    margin: 0 auto;
}

.btn-primary,
.btn-subscribe,
.btn {
    line-height: 1;
    display: inline-block;
    padding: 1em 1em 1em 1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #0076A5;
    color: #fff;
    background: #0076A5;
    border-radius: 1px solid #0076A5;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

.btn-primary:hover,
.btn-subscribe:hover,
.btn:hover,
.btn-primary:active,
.btn-subscribe:active,
.btn:active,
.btn-primary:focus,
.btn-subscribe:focus,
.btn:focus {
    box-shadow: none;
    color: #ffffff;
    background: #06B1D6;
    border: 1px solid #06B1D6;
}

.content-headline {
    margin-left: 0;
}

.tabs {
    text-align: center;
    background: transparent;
}

.tabs li {
    float: none;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.tabs li:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #E2E8F0;
    position: absolute;
    right: 0;
    display: inline-block;
    top: 0;
}

body.body-rtl .tabs li:after {
    right: unset;
    left: 0;
}

.tabs li:last-child:after {
    display: none;
}

.tabItem {
    color: #1A202C;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    height: inherit !important;
    line-height: normal;
    padding: 0 1em 0.8em !important;
    border: 1px solid transparent;
    font-weight: normal;
    font-size: 1.1em;
    margin-right: 1em;
    margin-left: 1em;
    position: relative;
}

.tabItem:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 3px;
    bottom: 8px;
    left: 50%;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
    transform: translateX(-50%) scaleX(0);
}

.tab-active:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 3px;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    background-color: #0076A5;
    transform: translateX(-50%) scaleX(1);
    transform-origin: bottom left;
    background-color: #0076A5;
}

.tabItem:hover:after {
    transform: translateX(-50%) scaleX(1);
    transform-origin: bottom left;
    background-color: #C7C7C7;
}

.tab-active:hover:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 3px;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    background-color: #0076A5;
    transform: translateX(-50%) scaleX(1);
    transform-origin: bottom left;
    background-color: #0076A5;
}

.tabItem:hover {
    background: transparent;
    color: #1A202C;
    border: 1px solid transparent;
}

.tab-active {
    background: transparent;
    color: #1A202C;
    border: 1px solid transparent;
    font-weight: bold;
}

.modal a,
.hyperlink,
.disclaimer-box a,
.cookies-box a {
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    transition: all linear 300ms;
}


.circle-pager {
    display: none;
}

.content-headline {
    border-bottom: 1px solid #c2c2c2;
}

.eupagination > li > a,
.eupagination > li > span,
.eupagination > li > a:hover,
.eupagination > li > span:hover {
    border: 1px solid #c2c2c2 !important;
    font-weight: bold;
    color: #1A202C;
}

.eupagination > .active > a,
.eupagination > .active > span,
.eupagination > .active > a:hover,
.eupagination > .active > span:hover,
.eupagination > .active > a:focus,
.eupagination > .active > span:focus {
    background: #0076A5 !important;
}

.time-line-item {
    padding-top: 10px;
}


.footer {
    font-size: 13px;
}

body.body-rtl .tabs {
    float: none !important;
}

body.body-rtl .tabs li {
    float: none !important;
}


.content-headline {
    padding-left: 1.2em;
}

.expand-collapse>.exco-text {
    margin-left: 3px;
}

.expand-collapse.expand>.exco-text {
    border-right-color: #e4e4e4;
}

@media (max-width: 425px) {
    .tabs li {
        display: block;
    }

    .tabItem {
        width: fit-content;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        text-align: center;
        width: 100% !important;
        padding-top: 10px !important;
    }
}

@media (max-width: 320px) {
    .subscription-section .subscription-header {
        display: none !important;
    }
}

