.navbar-light .navbar-nav .nav-link {
    color: #252460!important;
}

#head_body{
    border-bottom: 1px solid #E5E5E5;
}

.jumbotron {
    background: #FFFFFF;
    position:relative;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.dropdown-toggle::after {
    border: none;
    background: url(/images/icons/menu-arrow.svg) no-repeat center top;
    width: 14px;
    height: 8px;
    vertical-align: middle;
    margin-left: 7px;
}

.claim-box{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 10px;
    min-height:315px;
}



@media (max-width: 575px) {

}    