h2{
    color: #ffffff;
    background-color: #7BABD8 !important;
    border-bottom: none;
    padding: 10px;
}
h4{
    color: #18366C;
    text-align: center;
    font-weight:700;
    font-size:1.2em;
    border-bottom: 3px solid #18366C;
    margin-bottom: 20px;
}
.h3Title {
    width: 100%;
    background-color: #18366C;
    margin-top: 30px;
    margin-bottom: 20px;
}
.h3TitleString {
    width: 40%;
    background-color: #18366C;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.h3TitleString h3 {
    color: #18366C;
    font-size: 20px;
    background-color: white;
    border-bottom: none;
}
.estimate-table {
    width:98%;
    margin-bottom: 20px;
    font-size: 0.9em;
    text-align: center;
}
.estimate-table table{
    display: inline-block;
    border-collapse: collapse;
}
.estimate-table th{
    background-color: #F0F0F0;
    font-weight: normal;
    border: 1px solid #9B9B9B;
    text-align: center;
    padding: 10px 5px;
}
.estimate-table td{
    font-weight: normal;
    border: 1px solid #9B9B9B;
}
.estimate-header th{
    background-color: #DDDDDD;
    font-weight: normal;
    border: 1px solid #9B9B9B;
   text-align: center;
}
.estimate-header .estimateTdColor{
    background-color: #F0F0F0;
    font-weight: normal;
    border: 1px solid #9B9B9B;
    text-align: center;
    padding: 10px 5px;
}
.estimate-contact-area{
    text-align: center;
    margin: 10px auto;
    width: 90%;
    background-color: red;
    color: #ffffff;
}
.estimate-contact-area a{
    text-align: center;
    text-decoration: none;
    width: 90%;
    color: #ffffff;
}
.estimate-contact{
    display: block;
    margin-bottom: 10px;
    background-color: red;
    color: #ffffff;
   padding: 5px 0;
}
.estimate-footer {
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}
.common_page-top{
    display: none!important;
}