.bx-br-40{
    border-radius: 40px ; 
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.theme-color{
    color:#ff494a !important;
}
.bg-grey{
    background-color: #f6f6f6 !important;
}

.list{
    list-style-type: disc !important;
}
.underline{
    background-color: #ff494a;
    display: inline-block;
    height: 3px;
    margin-bottom: 13px;
    margin-top: 0;
    position: relative;
    width: 42px;
}
.br-30{
    border-radius: 30px;
}

.fs-14{
    font-size: 14px !important;
}
.fs-18{
    font-size: 18px !important;
}
.bx-none {
    box-shadow: none !important;
  }