* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Rubik", sans-serif;
    background: #ececec no-repeat center center fixed;
}
header {  
    width: 100%;
    background-color: #020d26;
    color: white;
    padding: 0px 0;
    border-bottom: 1px solid #ededed;
}
.header-top span.fas.fa-phone-alt, .header-top .fas.fa-clock {
    padding-right: 15px;
}
.header-top {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px 5px;
    font-size: 14px;
    height: 53.8px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-top .contact-info a,
.header-top .contact-info span {
    color: #d8e0f3;
    text-decoration: none;
    transition: all .3s;
}
.header-top a:hover, .header-top .login-links a:hover {
    color: #1175bb;
}
.header-top .login-links a {
    margin-left: 20px;
    color: white;
    text-decoration: none;
    transition: all .3s;
}
.main-header {
    padding: 0px 20px;
    background-color: white;
    height: 80px;
    border-right: 1px solid #ededed;
    margin-left: 0 !important;
}
.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 9px 0px 10px;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.logo img {
    width: 186px;
    height: auto;
}

nav ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

nav ul li {
    margin-right: 24px;
    line-height: 80px;
    height: 80px;
}

nav ul li a {
    text-decoration: none;
    color: #020d26;
    font-weight:normal;
    font-size: 18px;
}
.logo {
    border-right: 1px solid #ededed;
    padding-right: 30px;
    height: 80px;
    line-height: 80px;
    width: 230px;
}
.contact-us a {
    background-color: #1175bb;
    color: white;
    padding: 32px 20px;
    text-decoration: none;
    border-radius: 0;
    height: 80px;
    line-height: 18px;
    text-align: center;
    width: 147px;
    display: block;
    transition: all .3s;
}
.contact-us a:hover {
   background: #020d26;
    color: #ffffff;
    box-shadow: 0 0 25px -14px #020d26;
}
.search-icon img {
    width: 20px;
    height: 20px;
}
.contact-info {
    display: flex;
    column-gap: 80px;
}
.contact-info img{margin-right:10px;}
.contact-info a.call-info, .contact-info span.time-info, .contact-info a.mail-info {
    padding-top: 5px;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .header-bottom {
        flex-direction: column;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    .contact-us {
        margin-top: 10px;
    }

    .search-icon {
        margin-top: 10px;
    }
}
.register-box,.login-box,.forgot-box {
    display: block;
    margin: 100px auto;
}
.main-footer {
    margin: 0 !important;
    width: 100%;
    background-color: #06163a;
    color: white;
    border-bottom: 1px solid #ededed;
    position: fixed;
    bottom: 0;
    z-index: 9;
}
.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 12px;
}
.footer-bottom a{color: #fff;}
.footer-bottom .float-right.d-none.d-sm-inline-block .fab{font-size:18px;transition: background .3s ease-in-out, color .3s ease;}
.footer-bottom .float-right.d-none.d-sm-inline-block .fab:hover{color:#1175bb}
.footer-bottom .float-right.d-none.d-sm-inline-block  span.fl-icon {
    display: inline-block;
    margin-left: 22px;
}
.footer-bottom  .copyright-footer a:hover{border-bottom:1px solid #1175bb;}
.login-box {
    min-height: calc(100% - 265px);
    height: auto;
    width: 460px;
}
p.login-box-msg {
    font-family: "Rubik", sans-serif;
    font-size: 26px;
    font-weight: 500;
}
button.btn.btn-primary.btn-block {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 30px;
    border-radius: 0;
    background-color: #1175bb;
    width: 150px;
    transition: color .3s ease-out, border .3s ease-out, background .3s ease-out, box-shadow .3s ease-out !important;
}
button.btn.btn-primary.btn-block:hover {
    background-color: #000 !important
}
.remember-sign {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}
.request-new-password {
    margin: 15px 0;
    display: flex;
    justify-content: end;
}
.request-new-password button{width: auto !important;}
.login-reg-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px 0;
}
.forgot-box {
    display: flex;
    justify-content: center;
}
.forgot-box .card.card-primary {
    width: 460px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500 !important;
}
