





/* type 1 starts */

.xeo-text-type1{
font-family: OpenSans-Regular;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: -0.3px;
color: #1a1a1a;
}



/* type 1 ends */

/* type 2 starts */
.xeo-text-type2-amount{

    font-family: OpenSans-SemiBold;
    /*font-size: 20px;*/
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #000000;
}

.xeo-text-type2-rupee{

    font-family: MyriadPro;
    font-weight: normal;
    letter-spacing: 2.4px;

}

.xeo-text-type2-decimal{

    font-family: OpenSans-SemiBold;
    /*font-size: 14px;*/
    font-style: normal;
    color: #000;
    letter-spacing: 0.4px;
}

/* type 2 ends*/


/* type 3 starts */

.xeo-text-type3{

    font-family: OpenSans-SemiBold;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #999999;
}

/* type 3 ends*/

/* type 4 starts*/

.xeo-text-type4-label{
    font-family: OpenSans-Regular;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #aaaaaa;
    margin:0 0 0px;

}

.xeo-text-type4-text{


    font-family: OpenSans-SemiBold;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #4e4e4e;
}



/*type 4 ends*/

/*type 5*/


.xeo-text-type5 {

    box-shadow: 0px 2px 2.9px 0.1px rgba(0, 0, 0, 0.06);
    background-color: #ebebeb;
}


/* type 6*/
.xeo-text-type6{

font-family: OpenSans-Regular;
font-size: 12px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 0.1px;
color: #777777;
margin:0 0 0px;
    word-break: break-all;
}

.xeo-text-type6.active{

    color: #fff;
}

.xeo-text-type7{

    font-family: OpenSans-Regular;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #000000;
    margin:0;
}

.xeo-text-type8{

    font-family: OpenSans-Semibold;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #ae2626;
    margin:0 0 0px;
}

.xeo-text-type9{

    font-size: 13px;
    font-weight: 600!important;
    font-family: OpenSans-SemiBold;
    margin-top: 25px;

    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #651b0a;
}

.xeo-text-type10{

    font-family: OpenSans-SemiBold;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #ffffff;
}
.xeo-text-type11{

    font-family: OpenSans-SemiBold;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #000;
}

@media only screen and (max-width: 380px) {

    .xeo-text-type7{
        font-size: 12px;

    }
    .xeo-text-type6{
        font-size: 10px;

    }
    .xeo-text-type8{
        font-size: 10px;
    }
    .xeo-text-type3{
        font-size: 11px;
    }
    .xeo-text-type4-label{

        font-size: 9px;
        padding-top: 4px;
    }
}
@media only screen and (max-width: 320px){
    .xeo-text-type7 {
        font-size: 9px;
    }
    .xeo-text-type3 {
        font-size: 10px;
    }
    .xeo-text-type2-amount{

        font-size: 9px;
    }


    .xeo-text-type2-decimal{

        font-size: 9px;
    }

}
/*type 6 begins here (content in login-forgot options page)*/
.xeo-login-text-type-label{
    font-family: OpenSans-Regular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #777777;
    margin-top: 10px;

}

.xeo-login-text-type6-text{
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #505050;
    margin-top: -6px;
}



/*type 6 ends here*/