 
h3.masterHead.pageHeading::before { display: none;}
 #headtitle {color: #500; background: none;
text-align: center;
font-family: Inter, serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;     padding: 0;
    display: block;}
p.new_ph{color: #212121;
font-family: Inter, serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal; text-align: center;}

p.new_ph b{color: #212121;
font-family: Inter, serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;}
.innerbtn { display: flex;}
.innerbtn ul{ display: flex; gap: 15px; flex-wrap: wrap;    justify-content: center;
    align-items: center;}
.innerbtn ul li {display: flex;white-space: nowrap;
padding: 8px 16px;
align-items: flex-start;
gap: 8px;
background: #5DE392;
box-sizing: border-box;
flex-direction: row;}
.innerbtn ul li a{color: #500;
font-family: "Segoe UI", serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28.8px;
text-transform: uppercase;    white-space: nowrap;}
.innerbtn ul li:hover {    background: #550000;}
.innerbtn ul li:hover a { color: #fff;}
.innerbtn ul li:hover img{filter: contrast(1000%) invert(100%);
-webkit-filter: contrast(1000%) invert(100%);
-moz-filter: contrast(1000%) invert(100%);}

