/* common classes start */

.imagewithwrappedtext .lightgrey{
    background: #f9f9f9;
}

.imagewithwrappedtext .skyblue{
    background: #f2fbff ;
}

.sec-blue-bg {
    background-color: #F2FBFF;
}

.imagewithwrappedtext section{
    padding-block: 50px;
}

.compound-intrest .no-bottom-margin{
    margin-bottom: 0;
}

.compound-intrest p{
    margin-bottom: 1rem;
}

/* .imagewithwrappedtext .compound-intrest p:last-child{
    margin-bottom: unset;
} */

.compound-intrest .dsp-inline p{
    display: inline;
    margin-bottom: 0;
}

.compound-intrest .dsp-inline {
    margin-top: 8px;
}

.compound-intrest p,
.compound-intrest strong,
.compound-intrest {
    color: #666666;
}

.intrest-pg-img-right {
    float: right;
    /* width: 40%; */
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.comp-int-rw-1 div img {
    margin: 10px 10px 10px 0;
}

.align-self-start{
    align-self: flex-start;
}









@media screen and (max-width:992px) {




    /* .claim-track-record h4 {font-size: 18px;} */



}




@media screen and (max-width:768px) {

    .imagewithwrappedtext section{
        padding-block: 25px;
    }
    .imagewithwrappedtext .sec-title{
        font-size: 24px;
    }

}


@media screen and (max-width:480px) {

    .comp-int-rw-1 .col-lg-12 div {
        margin-bottom: 8px;
        margin-top: 5px;
    }

    .intrest-pg-img-right {
        clear: both;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
    }


}