
    .breadcrumb {
        display: none;
    }

    .pric-table {
        max-width: 750px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .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;
    }

    .pmp .tab-cover {
        border: 1px solid #0779b6;
        max-width: 900px;
        width: 100%;
        padding: 30px 15px;
        margin: 80px auto;
        position: relative;
        border-radius: 0 5px 5px;
        box-sizing: border-box
    }

    .pmp .tab-cover .tab-btn-group {
        position: absolute;
        top: -56px;
        left: -1px;
        right: -1px;
    }

    .pmp .tab-cover .tab-btn-group a.help-tab-btn {
        padding: 15px;
        width: 250px;
        max-width: 35%;
        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;
    }

    .pmp .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;
    }

    @media screen and (max-width:525px) {
        body {
            overflow-x: hidden
        }

        .pric-table tr.main-spl td {
            font-size: 14px;
            font-weight: 600
        }

        .pric-table tr td,
        a.link.call-to,
        .pric-table tr td:first-child span {
            font-size: 11px !important
        }

        a.link.call-to {
            padding: 0 15px;
            line-height: 28px
        }
    }

    .pric-foot .call-to a.get-quote-btn {
        background: #138bd6;
    }
