﻿.headerh2 {
color:#000;
position:relative;
display:block;
width:100%;
z-index:9999;
font-weight:600;
font-size:2.5rem;


}
.headerh3 {
color:#000;
position:relative;
display:block;
width:50%;
z-index:9999;
font-weight:600;
font-size:1.8rem;
padding-left:0.6rem;

}
.headerh3 .spanicon{
  width:40px;
    height:40px;
    border-radius: 80% 30% 40% 80%/65% 50% 35% 60%;
    background-color:#ffd800;
    display:block;
    position:absolute;
    top:-2px;
    z-index:-999;
    left:1rem;

}

.spanicon{
    width:40px;
    height:40px;
    border-radius: 80% 30% 40% 80%/65% 50% 35% 60%;
    background-color:#ffd800;
    display:block;
    position:absolute;
    top:3px;
    z-index:-999;
    left:0.5rem;

}

.bgcoloryellow {
background-color:#ffd800;
}
.bgcolorgreen {
background-color:#e31e24;
}
.bottomborder {
border-bottom:1px solid lightgrey;
}
.imgfix {
width:100%;
}

.h2myheading
{
    font-size:1.5rem;
}
.colorred {
    color: #ec3237;
    font-weight: 800;
    font-size:2rem;
}
.btnred {
    background-color: #ec3237;
    color:white;
    border:none;
    padding:15px 35px;
    text-transform:uppercase;


}