.flexbox{
    border-radius: 25px; 
    height: 120px; 
    margin:5px; 
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 1rem;
    position: relative;
    padding: 5px;
    min-height: 100px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.divlabel1{
    background: #56a;
    font-weight: bold;
    color: #fff;
}
/*///////////////////////////////////*/
.oval_parent{
    min-height:100px;
    overflow:hidden;
}

.oval {
    margin:20px 0 0 -10px;  
    padding-left: 20px;
    padding-right: 20px;
    background: #C1E1E7;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
    text-align: center;
}
.shapinnerdiv{
    background: #fff;
    font-weight: bold;
    min-height: 80px;
}
.embossedheading{
    text-align: center; 
    height: 50px; 
    padding: 15px 15px; 
    font-size: 30px; 
    line-height: 20px;
    color: #DA3F19;
    font-family: serif; 
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5),   1px -1px 0 rgba(255, 255, 255, 0.9);
}
.imglinkbutton1{
    background-color: #22B2EC; 
    max-width:64px; 
    max-height: 64px;  
    padding: 10px; 
    border-radius: 12px;    
}
.imglinkbutton1:hover{
    background-color: #10A0DA; 
}

