.ct-1{
    position: relative;
    background-image: url(/res/account-opening.jpg) !important;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}
.ct-1 > div{
    position: relative;
    width: 100%;
    min-height: 300px;
    height: 100%;
    padding: 40px 0px 20px;
}
.ct-1 > div > *{
    width: 90% !important;
    margin: 20px auto !important;
}
.ct3-icon > i{
    padding: 15px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
}