.cust-container{max-width: 1140px;}

.row-section{ width: 100%; margin: 4% 0;}

.fundtype-bg{
    background:url('../images/fundtype-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 400px;
    padding:4% 0;
}

.start-info .card{
    border: none;
}

.start-info .accordion .card .card-header{
    background:none;
    border-bottom: 2px solid #1d3561;
    margin-bottom: 0;
    padding: 0.75rem 0 0.5rem 0;
}

.start-info .card-header .btn-link {color: #1d3561; font-size: 16px; font-family: 'GilroyExtraBold'; text-decoration: none;}
.start-info .card-header .icon {float: right; width: 20px; height: 20px; }
.start-info .card-header .icon-arrow-plus {background: url('../images/add.png') no-repeat; background-size: cover;}
.start-info .card-header .icon-arrow-min {background: url('../images/minus.png') no-repeat; background-size: cover;}
