.form-top:after {
    content: "";
    background: #019444;
    width: 100vw;
    position: absolute;
    /* height: 100vw; */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.top-banner-form {
    overflow: hidden;
}
.sd{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100vw;
    transform: translateY(-50%);
    z-index: 1;
}
.banner-text-caption {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
    max-width: 400px;
}
.form-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    padding: 30px 21px;
}
.form-top p {
    font-size: .875rem;
    font-weight: 600;
    color: #FFE800;
    margin-bottom: 1rem;
    text-align: left;
    width: 100%;
}
.text-align-left {
    text-align: left;
}
.saving.chitrupee{
    background-image: url(../images/home/pattern1.svg), url(../images/home/pattern2.svg), radial-gradient(50% 50.00% at 50% 50.00%, #019444 0%, #007F49 100%);
    background-position: 0 0, 100% 0, cover;
}
.etoday a {
    border-radius: 10px;
    border: 1px solid #007F49;
    background: #019444;
    padding: 15px 30px;
    color: #fff;
}
.text-left {
    text-align: left;
}
@media(max-width:575px){
    .banner-text-caption {
        font-family: 'Montserrat Alternates', sans-serif;
        font-size: 20px;
    }
    .sec-title {
        font-size: 1.333rem;
        margin-bottom: 20px!important;
    }
    .form-top {
        padding: 20px;
    }
    .etoday {
        text-align: center;
    }
    .col-md-12.text-left {
    text-align: left;
    }
    .sd{
        top: 10%;
        transform: none;
    }
    .sd img{
        width: 40px;
    }
    .sd .desc{
        font-size: .875rem;
    }
    .carousel-item > img{
        height: 110vw !important;
    }
}
.checkbox-tab {
    display: flex;
    position: relative;
}
.checkbox-tab input{
    top: 5px;
    position: absolute;
    padding-right: 10px;
}
.checkbox-tab label{
    margin-left: 10px;
}
