.fd-banner{
    background: linear-gradient(180deg, #2F0B51 0%, #641389 100%);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3% 4% 0 4%;
    overflow: hidden;
    height: 350px;
}

.fd-banner.new-fd{
    background: linear-gradient(106.76deg, #255487 0%, #1B436F 100%);
    align-items: center;
}
.fd-heading{
    flex: 1 1 47%;
}

.fd-image{
    flex: 1 1 53%;
}

.new-fd .fd-heading{
    flex: 3;
    gap: 23px;
}


.fd-image-chest{
    display: flex;
    flex: 1.5;
}

.fd-heading{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: rgba(255, 255, 255, 1);
    max-height: 100%;
    padding-bottom: 4%;
}

.fd-offers{
    flex: 2;
    position: relative;
}

.row{
    display: flex;
    gap: 10px;
    align-items: center;
}

.row .rate{
    margin-left: auto;
}

.row .name{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.row .bank-name{
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    color: rgba(28, 29, 31, 1);
}

.row .bank-info{
    border: 0.91px solid var(--Neutral-100, rgba(228, 228, 227, 1));
    opacity: 1;
    border-radius: 1.83px;
    border-width: 1px;
    padding-right: 4px;
    padding-left: 4px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px;
    color: rgba(28, 29, 31, 1);
}

.card{
    background: #fff;
    padding: 11px;
    border-radius: 11px;
    margin-bottom: 11px;
    box-shadow: -7px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.card.rotate-up{
    transform: rotate(-.89deg)
}

.card.rotate-down{
    transform: rotate(.89deg)
}

.card .bank-info{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.card .rate{
    display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-weight: 400;
    font-size: 9.15px;
    color: rgba(69, 72, 77, 1);
    text-align: end;
    line-height: 2;
}

.card .rate span{
    font-family: Poppins;
    font-weight: 600;
    font-size: 12.8px;
    line-height: 20.12px;
    background: var(--Green-600, rgba(36, 178, 74, 1));
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* makes gradient visible */
    text-shadow: -2.18px 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.card .rate .text i{
    font-family: Roboto;
    font-weight: 400;
    font-size: 9.15px!important;
    color: rgba(69, 72, 77, 1);
    font-style: unset!important;
}

.fd-heading img{
    height: auto;
    max-width: 140px;
}

.fd-title{
    font-family: "Roboto Serif";
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    width: 80%;
}

.fd-title span{
    color: rgba(255, 238, 122, 1);
}

.fd-atts{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.fd-atts .rupee{
    font-family: Roboto;
    font-weight: 400;
    size: 16px;
}

.fd-atts span{
    width: auto;
}

.fd-atts img{
    width: 14px;
    height: 14px;
}

.fd-link a{
    border: 0.8px solid var(--Neutral-400, rgba(143, 145, 148, 1));
    background: rgba(0, 0, 0, 1);
    box-shadow: 0px -5px 120px 0px rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    padding: 16px 22px;
}

.fd-link a{
    color: rgba(255, 255, 255, 1);
}
.fd-link a:hover{
    color: rgba(255, 255, 255, 1)!important;
}

.fd-atts .points{
    line-height: 35px;
}

.fd-image{
    display: flex;
    justify-content: center;
    align-self: flex-end;
    background: url("../../../themes/Impreza-child/framework/images/fd_bg.svg");
    background-size: cover;
    height: 90%;
    max-width: 290px;
}

.fd-offers img.right{
    position: absolute;
    right: -12px;
    top: -11px;
}

.fd-offers img.left{
    position: absolute;
    bottom: 1px;
    left: -13px;
}

@media screen and (max-width: 767px) {
    .fd-banner{
        height: 220px!important;
    }

    .new-fd .row .bank-name{
        font-size: 8px!important;
    }

    .fd-offers{
        flex: 2.7;
    }

    .new-fd .bank-info{
        font-size: 4.6px;
        height: 14px;
    }

    .new-fd .rate{
        font-size: 6px;
    }
    .fd-banner.new-fd{
        height: 220px!important;
    }

    .fd-banner.new-fd{
        padding: 12px;
    }

    .fd-image-chest{
        align-self: flex-end;
    }

    .new-fd .fd-heading{
        flex: 2.2;
        gap: 10px;
    }

    .fd-image-chest {
        flex: 2;
    }

    .fd-image{
        /* background: url("../../../themes/Impreza-child/framework/images/fd_bg_mobile.svg"); */
        width: 200px!important;
        background-repeat: no-repeat;
        height: 78%!important;
    }

    .fd-atts .points{
        line-height: 20px!important;
    }

    .fd-title{
        font-size: 14px!important;
        line-height: 24px!important;
    }
    .fd-atts{
        font-size: 8px!important;
    }
    .fd-atts .rupee{
        font-size: 8px!important;
    }

    .fd-image .content .earn{
        font-size: 8px!important;
    }
    .fd-image .content .interest-rate{
        font-size: 32px!important;
    }

    .fd-banner .exclusive-btn {
        font-size: 9px!important;
        padding: 5px 10px!important;
        text-align: center;
    }
    .fd-link a{
        font-size: 9px!important;
        padding: 10px 15px;
    }
    .fd-image .content .logo{
        margin-top: 10!important;
        padding: 0!important;
    }

    .fd-image .content .logo img{
        margin-top: 0!important;
        width: 60%;
    }

    .fd-image .content .text{
        margin-top: 0!important;
    }

    .fd-image .content .text{
        padding: 10px!important;

    }

    .fd-atts img{
        width: 6px!important;
        height: 6px!important;
    }

    .fd-heading img{
        width: 40%;
    }

    .card{
        padding: 4px 6px;
    }

    .row img{
        width: 16px;
        height: 16px;
    }

    .row .icon img, .row .bank-info img{
        width: 8px;
        height: 8px;
    }

    .card .row{
        gap: 4px;
    }

    .card .rate span{
        font-size: 8px!important;
    }

    .card .rate .text i{
        font-size: 6px!important;
    }
}

.fd-image img{
    height: 85%;
}


/* side-banner css */

.side-banner{
    width: 100%;
    background: linear-gradient(180deg, #085FB5 0%, #2893E5 100%);
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    flex-wrap: wrap;
}

.side-banner.fd-bannerside{
    background: rgba(17, 123, 112, 1);
    flex-direction: row;
    background-image: url("../../../themes/Impreza-child/framework/images/fd-bg.svg");
    padding: 15px 0;
    justify-content: center;
}

.fd-bannerside #side-m{
    text-align: center;
}

.fd-content-banner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    background: rgba(255, 248, 211, 1);
    box-shadow: 0px -4px 32px 0px rgba(0, 0, 0, 0.16);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-top: 40px;
    cursor: pointer;
    height: 80px;
}
.fd-content-banner.footer{
    position: fixed;
    bottom: -130px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: bottom 0.3s ease;
}

.fd-content-banner.footer.fixed_strip{
    bottom: 0;
}

.fd-content-banner .cta{
    align-self: center;
}
.fd-content-banner .cta a:hover{
    color: #fff;
}

.fd-content-banner .cta a{
    background: var(--Green-600, rgba(36, 178, 74, 1));
    border-radius: 8px;
    padding: 13px 20px;
    font-family: Poppins;
    font-size: 16px;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 10px; 
}

.fd-content-banner .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-right: 50px;
}

.fd-content-banner .text span{
    font-family: Poppins;
    color: var(--Green-600, rgba(36, 178, 74, 1));
    font-weight: bold;
    font-size: 20px;
}

.fd-content-banner .text .title{
    font-family: 'Roboto Serif';
    font-size: 16px;
}

.fd-content-banner .text ul{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.fd-content-banner .text ul li{
    list-style: none;
    margin: 0;
}

@media(max-width: 767px){
    .fd-content-banner .text .hidden-sm{
        display: none;
    }

    .fd-content-banner{
        height: 65px;
    }

    .fd-content-banner .image img{
        bottom: 7px!important;
    }

    .fd-content-banner{
        padding: 0 12px;
        gap: 15px;
    }

    .fd-content-banner .text .title{
        font-size: 10px;
    }

    .fd-content-banner .text span{
        font-size: 14px;
    }

    .fd-content-banner .text{
        margin-right: 0px;
        line-height: 16px;
    }

    .fd-content-banner .cta a{
        padding: 7px;
        font-size: 12px;
        display: inline-flex;
        align-items: center;
        gap: 8px; 
    }

    .fd-content-banner .cta{
        min-width: 100px;
    }
}

.fd-content-banner .text ul li:before{
    content: "";
    background: url("../../../themes/Impreza-child/framework/images/tick-circle.svg");
    background-size: 18px 18px;  /* adjust size */
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.fd-content-banner .image img{
    transform: scaleX(-1);
    width: 90px;
    position: relative;
    bottom: 35px;
}

.fd-content-banner.bonds-banner .image img{
    transform: scaleX(1);
}

.fd-content-banner.bonds-banner{
    background: rgba(222, 243, 228, 1);
}

.l-sidebar .fd-bannerside ul li{
    border-bottom: none;
    padding: 0;
    font-size: 14px;
}

.l-sidebar .side-atts{
    gap:10px;
}

.side-banner img{
    /* padding: 0 62px; */
    max-width: 60%;
    height: auto;
    margin: 0 auto 12px auto;
    padding: 0;
}
.side-atts{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    flex-wrap: wrap;
}

.side-link{
    /* padding: 0 28px; */
    background: rgba(11, 69, 125, 1);
    margin: 12px auto 20px auto; 
    border-radius: 4px;
    padding: 11.5px 76px;
    text-align: center;
    
}

.side-link.fd-cta{
    background: #fff;
}

.side-link.fd-cta a,.side-link.fd-cta a:hover{
    color: #000!important;
}

.side-link a,.side-link a:hover{
    color: white !important;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

#bond-percentage{
    color: rgba(102, 76, 0, 1);
    background: linear-gradient(93.17deg, #FFBD00 -62.02%, #FFDA72 100%);
    border-radius: 2px;
    padding: 4px 8px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 9px ;
}

#side-m{
    color: White;
    font-family: 'Roboto Serif';
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0px;
    white-space: normal;
}

#side-s{
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

#side-s .rupee{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

@media(max-width:480px){
    #side-m{
        font-size: 20px;
    }
    #side-s{
        font-size: 14px;
    }
}

.fd-image .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fd-image .content .center{
    text-align: center;
}

.fd-image .content .logo{
    border-bottom: rgba(243, 240, 240, 1) solid 2px;
    padding-bottom : 12px;
    margin-top: 20px;
}

.fd-image .content .logo img{
    margin-top: 12px;
}

.fd-image .content .text{
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.fd-image .content .earn{
    font-family: Poppins;
    font-weight: 600;
    font-style: Italic;
    font-size: 14px;
    line-height: 100%;

}

.fd-image .content .interest-rate{
    font-family: Poppins;
    font-weight: 700;
    font-size: 63px;
    background: linear-gradient(100.71deg, #56117A 0%, #AE50D7 95.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* makes gradient visible */
    text-shadow: -2.18px 0px 0px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
    line-height: 100%;
    align-self: flex-start;
}

.fd-banner .exclusive-btn {
    color: #fff!important;
    display: inline-block;
    background: rgba(117, 37, 168, 1);
    padding: .75rem 1rem;
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
    cursor: pointer;
    text-align: center;
}

.fd-banner, .side-banner{
    cursor: pointer;
}

a.exclusive-btn:hover{
    color: #fff!important;
}