.container {  max-width: 1200px;}
.table_list td{
   border:1px solid #ccc;
   padding:15px;
}
.table_list td:first-child{
   width:30%;
}
a.cta {
    display: block;
    max-width: 330px;
    background-color: #e9132b;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 auto 30px;
    font-size: 16px;
}
a.cta.new{
    max-width: 307px;
}
p.small{
    font-size:13px;
    line-height:26px;
}
.worm-data {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.worm-data ul {
    display: inline-flex;
    width: 100px;
    height: 100px;
    vertical-align: top;
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 50%;
    text-align: center;
    margin: 150px 10px 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.worm-data ul:nth-child(2){
    margin-top:0;
    width: 150px;
    height: 150px;
}
.worm-data ul li {
    list-style: none;
    line-height: 24px;
    font-size: 13px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.worm-data ul li:first-child {
    margin-top: 10px;
}

.worm-data ul li:last-child {
    margin-bottom: 10px;
}
.worm-data ul:nth-child(1) li:first-child {
    font-size: 40px;
    font-weight: 600;
}
.worm-data ul:nth-child(3) li:first-child {
    font-size: 40px;
    font-weight: 600;
}
.worm-data ul:nth-child(2) li:last-child {
    font-size: 20px;
    font-weight: 600;
}
.worm-data ul:nth-child(1) li:first-child span {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
}
.worm-data ul:nth-child(1) li:first-child sup {
    font-size: 22px;
    position: absolute;
}

@media (max-width:600px){
.worm-data ul {
    margin: 20px auto !important;
    display: block;
}

}

 .nav-dwn a:hover {
    background: #E3142B;
}
.rhs-cont {
    border-left: 1px dotted #fff;
    float: left;
    padding: 30px 0 40px 4%;
    position: relative;
    width: 71%;
}
.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
#btmBar .btm-dwn a {
    color: #fff;
    background: #E9142B;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 4px 8px;
    display: inline-block;
    width: 144px;
    border-radius: 5px;
    margin-top: 4px;
}
#header-mainsec .headerinner {
    box-shadow: 0 0px 2px -1px #ccc;
}
