.heading-menu {
    margin-top: 0.5%;
    padding: 10px 0 0;
}

.breadcrumb {
    display: none;
}
.tab-cover {
    border: 1px solid #0779b6;
    width: 900px;
    max-width: 80%;
    padding: 30px 15px;
    margin: 80px auto;
    position: relative;
    border-radius: 0 5px 5px;
}

.tab-cover .tab-btn-group {
    position: absolute;
    top: -56px;
    left: -1px;
    right: -1px;
}

.tab-cover .tab-btn-group a.help-tab-btn {
    padding: 15px;
    width: 200px;
    max-width: 20%;
    display: inline-block;
    text-align: center;
    background-color: #138bd6;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-right: 6px;
    border: 1px solid #138cd6;
    border-radius: 5px 5px 0 0;
    text-decoration: none !important;
}

.tab-cover .tab-btn-group a.help-tab-btn.active {
    border: 1px solid #138bd6;
    border-bottom: 1.5px solid #fff;
    background-color: transparent;
    color: #138bd6;
    pointer-events: none;
}
.pric-table{
display: none;
width:750px;
text-align:center;
margin: 0 auto;
}
.pric-table.active{
display: table;
}
.pric-table tr.main-spl td{
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    background-color: #dee0e0;
    color: #1183cc;
}
.pric-table tr.spl td{
background-color:#ecedee;
vertical-align:middle;
}

.pric-table tr td{
padding:5px;
font-size:15px;
line-height:35px;
border: 1px solid #eee;
width:150px;
}
.pric-table tr td:first-child {
    width: 313.3333px;
}

.pric-table tr td:first-child span {
    display: block;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 10px;
}

a.link.call-to {
    margin-top: 5px;
    display: inline-block;
   background-color:#037cbd;
   color:#fff !important;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid transparent;
}
a.link.call-to:hover {
    background-color: #eee;
    color: #037cbd !important;
    border: 1px solid #037cbd;
}
table.technicians {
    text-align: center;
    width: 100%;
    border: solid #3a89d4 1px;
    margin: 40px auto;
    max-width: 800px;
}

table.technicians td, table.technicians th {
    padding: 10px;
    border: solid #e3e3e3 1px;
}

table.technicians th {
    background: #3a89d4;
    color: #fff;
    padding: 15px;
    font-size: 17px;
}

td.sub-heading {
    background: #f1f1f1;
}

