@import 'bootstrap';
@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Source+Sans+Pro:wght@400;600;700;900&display=swap';
@import "animate.css";
@import "font-awesome";
// @import "font-awesome-rtl/font-awesome-rtl";
body {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #636363;
}

h1 {
    color: #0C3148;
    line-height: 1.4;
}

h2 {
    color: #0C3148;
    line-height: 1.4;
}

h3 {
    color: #0C3148;
    line-height: 1.4;
}

h4 {
    color: #0C3148;
    line-height: 1.4;
}

h5 {
    color: #0C3148;
    line-height: 1.4;
}

h6 {
    color: #0C3148;
    line-height: 1.4;
}

.container {
    max-width: 100% !important;
    width: 96% !important;
}

.submit_btn1 {
    background: #d20e0e;
    color: #fff;
    padding: 14px 35px 11px;
    border: 0;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.back-btn {
    color: #d62728;
    text-decoration: none;
    padding-bottom: 10px;
}

.sub_head_3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    color: #08283c;
    text-align: center;
}

.main_head_2 {
    font-size: 28px;
    font-weight: 600;
}

.main_para_3 {
    font-size: 28px;
}

.mob_disply_none {
    display: inline-block !important;
}

.mob_disply_blok {
    display: none !important;
}

.disply_blok_992 {
    display: none !important;
}

.mobile_banner {
    display: none !important;
}

div.error {
    font-size: 12px;
    color: #ff0000;
}

.mandatory {
    font-size: 12px;
    color: #ff0000;
}

.success_modal,
.custom_modal.modal {
    .modal-dialog {
        max-width: 570px;
    }
    .btn-close {
        float: right;
    }
    .modal-body {
        padding: 35px;
    }
    .modal-content {
        border: 0px solid rgba(0, 0, 0, .2);
        border-radius: 0;
    }
    textarea.form-control {
        height: 150px;
    }
    .save-button {
        display: block;
        margin: auto;
        background: #d62728;
        border: 0;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        padding: 15px 25px;
        border-radius: 25px;
    }
    a {
        display: table;
        margin: 5px auto 0;
        color: #d62728;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
    }
    .request-sent-pop {
        max-width: 630px !important;
    }
}

@media (max-width: 580px) {
    .mobile_banner {
        display: block !important;
    }
}

html:lang(ar) {
    body {
        direction: rtl;
    }
    @media (max-width: 480px) {
        .main_navbar {
            .navbar-brand {
                img {
                    max-width: 130px;
                }
            }
        }
    }
}