.color-blue {
    color: #0e6eba !important;
}

.color-dark-blue {
    color: #26358a !important;
}

.color-green {
    color: #88c543 !important;
}

.color-grey {
    color: #bbbbbb !important;
}


/* ########################################################### */

.navbar-brand>img {
    height: 50px;
    width: 75px;
    color: #ffffff
}

.btn-primary {
    background-color: #0e6eba !important;
    border-color: #88c543;
}

.btn-primary:hover {
    background-color: #88c543 !important;
    border-color: #0e6eba;
}

.btn-primaryO {
    background-color: #fff !important;
    border-color: #0e6eba;
    color: #0e6eba;
}

.btn-primaryO:hover {
    background-color: #0e6eba !important;
    border-color: #0e6eba;
    color: #fff;
}

.btn-primaryX {
    background-color: #88c543 !important;
    border-color: #93979b;
    color: #fff;
}

.btn-primaryX:hover {
    background-color: #0e6eba !important;
    border-color: #88c543;
    color: #fff;
}

.bg-primary {
    background-color: #0e6eba !important;
}

.bg-white {
    background-color: #fff !important;
}


/* Medical supply types */

.medicalsupply-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #88c543;
}


/* Parteners */

.partener-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #88c543;
}


/* contact us */

.form-livedoc-control {
    border: 1px solid rgba(13, 175, 202, 0.2);
    border-radius: 1.25rem;
    color: #0e6eba !important;
    font-weight: 300;
    background-color: #FFFEFE;
    padding: .95rem .95rem;
}

.form-livedoc-control:focus {
    color: #26358a !important;
    font-weight: 700;
    background-color: #fff !important;
    border: 2px solid rgba(40, 55, 121, 0.8);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* footer */

.footer-link {
    color: #0e6eba;
}

.footer-link:hover {
    color: #88c543;
}

.footer-link::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f178    ";
    color: #0e6eba;
}

.socialmedia-link {
    color: #0e6eba;
    font-size: 17px;
}

.socialmedia-link:hover {
    color: #88c543;
    text-decoration: none;
}

.footer-list-header {
    font-family: 'Courier New', Courier, monospace;
    color: #88c543 !important;
}