.page_topic{
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
    background: linear-gradient(to right, #8b65a1, #57a5a7);
    background: -webkit-linear-gradient(to right, #8b65a1, #57a5a7);
    background: -moz-linear-gradient(to right, #8b65a1, #57a5a7);
    background: -o-linear-gradient(to right, #8b65a1, #57a5a7);
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
    color: aliceblue;
    font-family: serif;
}

.fa-rupee-size{
    font-size: 14px;
}

.form_entry{
    animation-name: formmove;
    animation-duration: 2s;
}

@-webkit-keyframes formmove {
    from {opacity: 0;}
    to {opacity: 1;}
} 

/* Standard syntax */ 
@keyframes formmove {
    from {opacity: 0;}
    to {opacity: 1;}
}

.select_style{
    font-size: 14px;
}

.label_box{
    padding-right: 0px;
}
.label_style{
    /* font-weight: bold; */
    font-size: 14px;
}


.col-5{
    border: 1px solid #95a1a1;
}

.col-7{
    border: 1px solid #95a1a1;
}

.input_custom {
    height: 30px;
}

.section_header{
    margin-bottom: 15px;
}
.heading1{
    color: #fdff3f; 
    margin-bottom: -2px;
}

.sub_heading{
    color: white;
    font-size: 14px;
}

.amount{
    font-size: 20px;
    font-weight: 600;
    font-family: serif;
    color: #ffdc7d;
}

td{
    font-family: serif;
}

.full_inv{
    color: #4327e5;
    font-family: serif;
    font-size: 30px;
}

.invest{
    margin: auto;
    text-align: center;
}

.btn_invest{
    padding: 5px 50px;
    background-color: #fd5454;
    border-color: transparent;
    cursor: pointer;
    box-shadow: 7px 4px 15px 1px #000000ba;
}

.btn_invest:hover{

}

.invest_box{
    width: 100px;
    height: 100px;
    border: 1px groove #070606;
    border-radius: 50em;
    text-align: center;
    margin: auto;
}