.nav-icon-size {
    width: 20px;
    height: 20px;
}

/*button*/
.btn-default-linear{
    color: #fff!important;
    background: linear-gradient(90deg, #FF551A 0%, #EF3645 100%) !important;
    border-radius: 2rem !important;
    padding: 8px 30px !important;
}
.btn-default-linear:hover{
    background: linear-gradient(90deg, #f98962 0%, #ff505f 100%) !important;
}

/*font-size*/
.font-size-11{
    font-size: 11px !important;
}
.font-size-12{
    font-size: 12px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-18{
    font-size: 18px !important;
}

/*font-weight*/
.font-weight-500{
    font-weight: 500 !important;
}

/*footer*/
.footer{
    background-color: #424242;
    color: #fff;
}
