@font-face {
    font-family: roboto-regular;
    src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto-bold;
    src: url(fonts/Roboto-Bold.ttf);
}

html, body {
    font-family: "roboto", sans-serif;
}

.card-sec .card img {
    width: 36px;
    height: 36px;
}
.bcap .btncap .btget:hover {
    background: #46BDF4 !important;
    border: 1px solid #46BDF4;

}

.bcap .btncap .btlearn:hover {
    background: #000;
    color: #fff;

}


.future .future-sec .btget {
    padding: 13px 0;
    font-family: roboto-bold;
}
.future .future-sec .btget:hover {
    background: #46BDF4 !important;
    border: 1px solid #46BDF4;
}
.future .future-sec .btlearn {
    padding: 13px 0;
    font-family: roboto-bold;
    border: 2px solid #000;
}
.lead{
    font-family: roboto-regular;
}

.otc ul li .btn {
    border: 2px solid #2B56F5;
    padding: 12px 0;
}
.ready .ready-sec .btget {
    padding: 13px 0;
    font-family: roboto-bold;
}
.ready .ready-sec .btget:hover {
    background: #C7D2F9 !important;
    border: 1px solid #C7D2F9;
}
.ready .ready-sec .btlearn {
    padding: 13px 0;
    font-family: roboto-bold;
    border: 2px solid #fff;
}
.ready .ready-sec .btlearn:hover {
    background: #fff;
    color: #000;
}