/*   */
.visibledevice {display:none;}


html .background-color-secondary {
    background-color: transparent !important;
}

html .heading-primary, html .lnk-primary, html .text-color-primary, html .text-primary {
    color: #003bdd !important;
}


html .toggle-primary .toggle.active > label {
    background-color: #003bdd;
    border-color: #003bdd;
    color: #ffffff;
}

html .toggle-primary .toggle label {
    color: #003bdd;
    border-left-color: #003bdd;
    border-right-color: #003bdd;
}


.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Montserrat', sans-serif!important
}


.list.list-icons.list-icons-style-3 li > .fa:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #003bdd;
}


a {
    color: #000cba;
}