.signUp{
    display:none;
}
.exitDisclaim{
    color:#fff;
    padding:0;
}
.exitDiv{
    padding:0 0 1.5em 0;
}
.mod-page-wrap{
    display:block;
}
.investFlex h3{
    font-size:27px;
    font-weight:600;
    width:19em;
}
.headingTxt h1{
    width:9em;
}
.personalSubMenu{    
    background: #00467f;
    padding: 2em;
    text-align:center;
}
.featureImg img{
    height:100%;
    width:100%;
}
.headingTxt{
    padding: 5em 0 4em 6em;
}
.headingTxt p{
    width:16em;
}
/*INVESTMENT FLEX*/
.contentContainer{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}
.investFlex{
    width:35em;
    margin:0 0 0 6em;
}
.investFlex .blueBtn{
    margin:auto;
    height:3em;
}
.investFlex ul{
    margin:.25em 0 1em .75em;
}
.investFlex1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}

.alignFlex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.disclaimer{
    width:70%;
    margin:2em 0 0 9em;
    
}
@media screen and (max-width:1615px){
    .investFlex{
        width:30em;
    }
    .investFlex img{
        width:175px;
    }
    .investFlex1{
        width:30em;
    }
}
@media screen and (max-width:1415px){
    .investFlex{
        margin:0 0 0 2em;
    }
}
@media screen and (max-width:1359px){
    .featureImg{
        width:700px;
    }
}
@media screen and (max-width:1335px){
    .investFlex h3{
        font-size:25px;
    }
    .investFlex{
        width:24em;
    }
}
@media screen and (max-width:1215px){
    .investFlex h3{
        font-size:25px;
    }

    .investFlex1 {
        width:26em;
    }
}

@media screen and (max-width:1197px){
    .headingTxt{
        padding:1em .5em .5em .5em;
        text-align:center;
    }
    .headingTxt h1{
        width:100%;
    }
    .headingTxt p{
        width:100%;
    }
    .featureImgArea{
        justify-content:center;
    }
}
@media screen and (max-width:1135px){
    .investFlex h3{
        text-align:center;
    }
    .contentContainer{
        justify-content:center;
        gap:10px;
    }
    .disclaimer{
        width:100%;
        margin:2em 0 0 0;
        text-align:center;
    }
    .investFlex1 img{
        padding:0;
    }
    .investFlex1{
        width:auto;
    }
}
@media screen and (max-width:640px){
    .investFlex .blueBtn{
        height:2.5em;
    }
}
@media screen and (max-width:600px){
    .investFlex img{
        width:175px !important;
    }
    .investFlex{
        margin:0 0 1em 0;
        width:auto;
    }
    .investFlex h3{
        width:auto;
    }
}
@media screen and (max-width:500px){
    .alignFlex{
        gap:10px;
        justify-content:center;
    }
}
@media screen and (max-width:403px){
    .lightButton{
        display: block; 
        width: 12em !important; 
        margin: auto;
    }
}