body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.header-text-color{
    color: white;
}
.header{
    background-color: rgb(36,60,82);
}
.logo{
    margin: 10px;
}
.navbar{
    display: flex;
    justify-content: flex-end;
}
.dropdown-menu{
    background-color: rgb(36,60,82);
}
.dropdown-item{
    color: white;
    font-size: 15px;
}

#navbarNav li{
    text-transform: uppercase;
    padding-right: 30px;
}

.navbar-toggler{
    float: right;
}
.nav-link{
    color: white !important;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px;
}
.nav-link:hover{
    color: #db7f21;
}
.dropdown-toggle::after{
    content: none;
}
.faq{
    cursor: not-allowed;
}
.message-box{
    margin-top: 8vh;
    margin-bottom: 8vh;
    padding: 40px 24px;
    text-align: center;
}
.welcome-illustration{
    margin: 0 auto 28px;
    max-width: 420px;
}
.welcome-illustration img{
    display: block;
    width: 100%;
    height: auto;
}
.message-header{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: rgb(36, 60, 82);
    margin: 0 0 20px;
    line-height: 1.3;
}
.message-content{
    margin-top: 0;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.message-primary{
    font-size: 18px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.6;
    margin-bottom: 12px;
}
.message-secondary{
    font-size: 15px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 1.6;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .message-box{
        margin-top: 5vh;
        margin-bottom: 5vh;
        padding: 24px 12px;
    }
    .welcome-illustration{
        max-width: 280px;
        margin-bottom: 20px;
    }
    .message-header{
        font-size: 24px;
    }
    .message-primary{
        font-size: 16px;
    }
    .message-secondary{
        font-size: 14px;
    }
}
.footer{
    background-color: rgb(36,60,82);
    padding-top: 25px;
    margin-top: auto;
    padding-left: 150px;
    padding-right: 150px;
}
@media (max-width: 989px) {
    .footer{
        background-color: rgb(36,60,82);
        padding-top: 25px;
        margin-top: auto;
        padding-left: 50px;
        padding-right: 50px;
    }
}
.footer-text-color{
    color: rgb(132,189,214);
}
.footer-lists{
    list-style: none;
}
.list-header{
    font-size: 16px;
}
.list-item{
    font-size: 14px;
}
.social-icon{
    width: 30px;
    height: 30px;
    margin: 15px 2px 15px 2px;
}
.copyright,.policy{
    font-size: 12px;
    margin: 2px;
}
.policy a{
    color: #8bbdd6;
    text-decoration: none;
}
.telephone{
    color: #f8991d !important;
}
.footer-lists li a{
    color: #8bbdd6;
    text-decoration: none;
}

/*
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }*/
