.shadow-image {
    height: 35px;
    border-radius: 0% 0% 50% 50%;
    background: #444;
    filter: blur(20px);
}

.icon 
{
    height: 5.5rem;
    width: 5.5rem;
}

.icon-min
{
    max-height: 3.5rem;
    max-width: 3.5rem;
}

.hr
{
    height: 0.21875rem;
}

.hr-medium
{
    height: 0.125rem;
}

.hr-silm
{
    height: 0.0625rem;
}


.box-shadow-1
{
    -webkit-box-shadow: 0px 0px 25px 19px rgba(0,0,0,0.37); 
    box-shadow: 0px 0px 25px 19px rgba(0,0,0,0.37);
}

.mh-100
{
    max-height: 100% !important;
}

.mw-100
{
    max-width: 100% !important;
}

.flag-icon
{
    width: 5.5rem;
    height: 2.75rem;
}

.box-shadow-icon
{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}