@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: rgb(245 245 245);
}

ul {
    padding: 0px;
    margin: 0px;
}

.form-control:focus {
    border-color: rgb(252, 137, 25) !important;
    box-shadow: 0 0 0 0.2rem rgba(252, 138, 25, 0.25);
}

.filler {
    flex-grow: 1;
}

.flt {
    float: left;
    width: 100%;
}

.contact_head {
    font-family: 'Teko', sans-serif;
    color: #002B53;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.terms_conditions_cont .header_container {
    border-radius: 0px;
}

.terms_conditions_cont .page_container {
    min-height: calc(100vh - 66px);
    padding: 20px 15px;

}

.privacy_policy_cont {
    min-height: calc(100vh - 66px);
    color: #000;
    padding: 20px 50px;
}

.policy_head {
    color: #002B53;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}

.help_head {
    text-align: center;
    color: #fff;
}

.policy_content {
    text-align: justify;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 20px;
}

.policy_title {
    font-size: 16px;
    font-weight: 600;
}

.policy_head_text {
    color: #002B53;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.policy_content ul {
    padding-left: 18px;
}

.policy_content ul li {
    margin-bottom: 10px;
}

.contact_container {
    padding: 60px 0px;
    display: flex;
    justify-content: center;
}

.contact_box {
    min-height: 230px;
    background: #fff;
    width: 450px;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px rgb(151 151 151 / 35%);
    border-radius: 8px;
    border-bottom: 3px solid #002B53;
}

.contact_cont li {
    color: rgb(0 0 0 / 76%);
    font-size: 16px;
    margin-bottom: 20px;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}

.contact_cont li::before {
    position: absolute;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    left: 0px;
    top: 2px;
    color: #3188D9;
}

.topbar {
    background: #002B53;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_cont li:nth-child(2):before {
    content: "\f0e0";
}

.contact_cont li:nth-child(3):before {
    content: "\f095";
}

.inner_banner {
    /* background-image: url(../images/login-left.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 452px;
    font-size: 55px;
    font-weight: 600;
    color: rgb(255 255 255);
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register_container {
    min-height: calc(100vh - 66px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 40px 0px;
}

.register_box {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgb(18 131 214 / 15%);
    padding: 42px;
    float: left;
    width: 430px;
    border-bottom: 3px solid #002B53;
}

.register_head {
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    font-weight: 400 !important;
    color: #002B53;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.register_head a {
    color: rgba(0, 65, 90, 1);
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.register_form .form-group {
    margin-bottom: 20px;
}

.register_form .form-group-last {
    margin-bottom: 10px !important;
}

.register_form .form-group label {
    float: left;
    width: 100%;
    font-family: 'Titillium Web';
    font-size: 15px;
    font-weight: 400 !important;
    color: rgb(40 34 29);
}

.register_form .form-group label span {
    color: rgb(255 0 0);
}

.register_form input,
.register_form select {
    background-color: rgba(245, 245, 245, 1);
    color: rgba(102, 102, 102, 1);
    height: 55px;
    border: none;
    outline: none;
}

.register_form select {
    border-right: 10px solid rgba(245, 245, 245, 1);
}

.register_btn {
    background-color: #002B53;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    font-weight: 400 !important;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    outline: 0;
    border: none;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.mode_pop .close {
    position: absolute;
    right: 10px;
    top: 5px;
}

.mode_pop .modal-body {
    padding: 2rem 1.5rem;
}

.mode_pop {
    text-align: center;
}

.mode_pop_head {
    color: rgba(242, 127, 12, 1);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.mode_pop_cont {
    color: rgb(40 35 30);
    margin-bottom: 30px;
}

.mode_pop_btn {
    background-color: #002B53;
    color: rgb(255, 255, 255);
    border: none;
    width: 60%;
    padding: 5px;
    border-radius: 4px;
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    font-weight: 400 !important;
}

.mode_pop_icon i {
    margin-bottom: 10px;
    font-size: 40px;
    color: rgb(255 193 7);
}

.mode_pop_head {
    color: #002B53;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}


.mode_pop_icon i {
    margin-bottom: 10px;
    font-size: 40px;
    color: rgb(255 193 7);
}

.thank_you_image {
    text-align: center;
    color: rgb(40 167 69);
    font-size: 60px;
    margin-bottom: 20px;
}

.thank_you {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.change_pass_body input.form-control {
    background-color: rgba(245, 245, 245, 1);
    color: rgba(102, 102, 102, 1);
    height: 45px;
    margin-bottom: 15px;
}

.popup_update {
    background-color: rgb(252 137 25);
    border-radius: 4px;
    border: none;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 32px;
}

button.popup_cancell {
    padding: 9px 40px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 83, 83);
    border-radius: 5px;
    margin-right: 10px;
}

.header_container {
    background-image: url('../../../assets/images/header-bg-old.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4px 4px 0px 4px;
    border-radius: 0px 0px 7px 7px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    background: white;
}

.topbar .logo {
    background: white;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .logo img {
    width: 65%;
}

/* .data_container .container_body img {
    width: 350px;
} */

.data_container {
    background: #FFFFFF;


}

.copyright_container {
    background-color: #002B53;
    padding: 15px 30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    color: white;
    /* display: flex;
    justify-content: space-between; */
}

.copyright a {
    text-decoration: none;
    color: white;
}

.copyright span {
    /* padding: 0px 5px; */

}

.conditions a {
    color: white;
    text-decoration: none;
    /* padding: 0px 20px; */
}

.copyright {
    display: flex;
    /* gap: 6px; */
    justify-content: space-between;
    font-size: 11px;
}

.conditions {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
}

.copyright_container a:focus,
a:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

.container_body {
    height: calc(100vh - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------------------------- */
/*       MOBILE RESPONSIVE       */
/* ----------------------------- */

@media (max-width: 768px) {
    .data_container .container_body img {
        width: 220px;
        /* smaller on mobile */
    }

    .copyright_container {
        padding: 20px;
        text-align: center;
    }

    .copyright,
    .conditions {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .conditions a {
        padding: 0;
        /* remove big gaps */
    }

    .copyright span,
    .conditions span {
        display: none;
        /* hide | separators on mobile */
    }

    .row {
        display: block;
    }
}

@media (max-width: 480px) {
    .data_container .container_body img {
        width: 180px;
    }
}