@font-face {
    font-family: 'takamol-english';
    src: url('/fonts/JF Flat regular.otf');
    src: url('/fonts/JF Flat regular.otf?#iefix') format('embedded-opentype'), url('/fonts/JFFlat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'takamol-english-md';
    src: url('/fonts/JF Flat regular.otf');
    src: url('/fonts/JF Flat regular.otf?#iefix') format('embedded-opentype'), url('/fonts/JFFlat-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'takamol-english-sub';
    src: url('/fonts/FrutigerLTArabic-55Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html[lang=ar] body {
    direction: rtl;
}

p {
    font-size: 14px;
    color: #626262;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
}

label, span, p, button, body, input, textarea, h1, h2, h3, h4 {
    font-family: 'takamol-english', serif;
}

h1 {
    font-size: 32px;
    font-weight: 700;
}

.takamol-logo {
    max-width: 150px;
}

.form-check-input {
    margin-left: 0;
}

html[lang=ar] .form-check-label {
    padding-right: 1.25rem;
}

.btn-lg {
    padding: 10px 30px !important;
    display: inline-block;
}

.btn-purple {
    background-color: #5B4885;
    border-color: transparent;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .btn-purple:hover {
        background-color: #5B4885;
        color: #fff;
    }

.btn-purple-inv {
    background-color: #fff;
    border-color: #5B4885;
    color: #5B4885;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .btn-purple-inv:hover {
        background-color: #fff;
        color: #5B4885;
    }

@media screen and (max-width:575px) {
    .btn-xs-block {
        width: 100%;
        margin-bottom: 10px;
    }
}


.footer {
    padding: 20px 0 60px 0;
    bottom: 0;
    width: 100vw;
    margin-top: 40px;
}

.footer-bg {
    background-color: #f6f6f6;
    background-image: url(/Content/Images/bg3p.png);
    background-position: bottom;
    background-size: auto;
}

.form-check {
    margin: 2em 0;
    font-size: 16px;
}

.header {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
}

.header-inner {
    text-align: left;
}

html[lang=ar] .header-inner {
    text-align: right;
}

.tk-text-light-blue {
    color: #1c9ac5;
    font-family: 'takamol-english';
}

.tk-text-dark-blue {
    color: #2c348c;
    font-family: 'takamol-english';
}

.captcha-image {
    width: 250px;
    height: 50px;
}

.captcha-icon {
    width: 24px;
}

.captcha-input {
    margin-top: 10px;
}

.sadad-logo {
    max-width: 75px;
}

.visa-logo {
    max-width: 150px;
}

.takamol-logos-sm {
    background: #efefef;
    padding: 20px;
}

.justify-content-center {
    float: none !important;
    margin: 0 auto !important;
}