.tab-icon-square-block {
    background: #fff;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 10px;
}
.tab-icon-square-text-holder{
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tab-icon-square-holder{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 
polygon {
    fill: white;
  }

.home-polygon{
    fill:#f2f2f2;
}


.tab-icon-pill-block {
    background: #fff;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 50px;
}
.tab-icon-pill-text-holder{
    font-size: 14px;
    line-height: 69px;
    color: black;
    text-align: center;
    margin-right: 1em;
    font-weight: 300;
}
.tab-icon-pill-holder{
    border-radius: 50px;   
}
.tab-col-pill-holder{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    /* border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; */
}
.icon {
    fill: orange;
  }
  .pill-column {
    float: left;
    width: 80%;
  }
  
  /* Clear floats after the columns */
  .pill-row:after {
    content: "";
    display: table;
    clear: both;
  }



  .tab-icon-design7-block {
    background: none;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 10px;
}

.design7-icon{
    height: 50px;
    border-radius: 50%;
    width: 50px;
    padding: 1em;
}

.tab-icon-design7-holder{
    height: 160px;
    border-radius: 40px;
}    
.tab-icon-desgin7-text-holder{
    color: white;
    font-size: 2.2em;
    font-family: 'Bebas Neue', cursive;
    padding-top: 2.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 1em;
}


.design2-footer{
    height: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tab-icon-design2-block {
    background: white;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 10px;
}