/*custom css*/
.custom-font{
    font-weight: bold;
}
.custom-height{
    min-height: 550px;
}
.custom-style{
    font-weight: 900;
    background-color: #14A7FF !important;
    color: #ffffff;
    padding: 10px 16px;
    font-size: 16px;
    border-color: #2E3A4D;
}
.one-time{
    color: #ffffff !important;
    text-decoration: underline !important;
}
.tick{
    float: left;
    margin: 10px 10px 0 0;
}

.page .title-page span{
    position: relative;
    font-size: 45px;
    line-height: normal;
}
.page .title-page .devider-top{
    height: 20px;
    margin: 0;
}

@media (max-width: 425px) {

}