﻿section.iconinsure h2{font-weight:bold; }
section.iconinsure h2 > span {color: #48B0F7;}
section.iconinsure .item-icon p {
    font-size: 19px;
    line-height: 1.4;
    font-weight: bold;
    padding-top: 15px;
}
section.iconinsure .item-icon > .col-md-4 {
    padding-top: 20px;
    padding-bottom: 15px;
}
section.iconinsure{border-bottom:solid 1px #ccc;}
.font-bold{font-weight:bold;}
/**/
.table tbody tr td:first-child span {
    color: #48B0F7;
}
.table-responsive {
    border: 3px solid;
    border-radius: 3px;
}
.table {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: 'promptbold';
}
.table td, .table thead th {
    vertical-align: middle !important;
    text-align: center;
    padding: 17px !important;
}
.table thead {
    background-color: #2B6AAF;
} 
.table thead th {
    color: #fff;
    font-size:20px;
}
    .table td {
        font-size: 16px;
    }
    .table .covered {
        font-weight: bold;
        color: #06CD06;
    }
.table .oncovered {
    font-weight: bold;
    color: #EA614A;
}
.table .coveredplus {
    font-weight: bold;
}
.btn-send {
    background-color: #F45753;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    padding: 7px 64px;
    border-radius: 33px;
    margin-top: 37px;
}

    .btn-send:hover {
        color: #fff;
    }

