 .text-c {text-align: center;}
    .text-l {text-align: left;}
    .text-r {text-align: right;}

    .next-btns{
        color: white;
        background-color:#0f204e;
        padding: 15px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        border:0px solid #0f204e;
    }

    .next-btns:hover{
        background-color:#1a3b92 ;
    }

#columnchart_stacked_1 text {font-family: 'Poppins', sans-serif;font-size: 11px;}
#columnchart_stacked_2 text {font-family: 'Poppins', sans-serif;font-size: 11px;}

.border {border-top:1px solid black; }
    .roi{


margin-top: 50px;
font-size: 14px;
padding: 20px;
border-radius: 20px;
background-color: #0f204e;
color: white;
text-align: center;

-webkit-box-shadow: 2px -1px 17px -4px rgba(0,0,0,0.28);
-moz-box-shadow: 2px -1px 17px -4px rgba(0,0,0,0.28);
box-shadow: 2px -1px 17px -4px rgba(0,0,0,0.28);

    }

.head{background-color:#0f204e ;color: white;}

@media screen and (max-width: 600px) {
table {font-size: 11.5px;}
/*.responsive {overflow-x: auto;overflow-y: none;}*/
}