.cs-sub-header{
    background: rgb(0,89,125);
background: linear-gradient(100deg, rgba(0,89,125,1) 0%, rgba(28,89,113,1) 12%, rgba(16,108,145,1) 30%, rgba(28,89,113,1) 49%, rgba(16,108,145,1) 74%, rgba(0,89,125,1) 100%);
}

.text-accent{
    color: #d9534f !important;
}

.bottom-border-2{
    border-bottom: 1px solid #00597d !important;
}

.dropdown-toggle::after{
    display: none !important;
}

