
.helpline-image{
    width: 250px;
}

.custom-shadow{
    text-shadow: 2px 2px 4px #000000;
}

.white{
    color: white;
}

.menu-font{
    font-size:14px;
}

.bangle-font{
    font-family: 'Bangla', sans-serif;
}

.menu-bar-font-size{
    font-size: 20px;
}

.font-12{
    font-size: 12px !important;
}

.font-14{
    font-size: 14px !important;
}

.font-16{
    font-size: 16px !important;
}

.font-18{
    font-size: 18px !important;
}

.font-20{
    font-size: 20px !important;
}

.text-color{
    color: #C40A2A !important;
}

.text-shadow{
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}



