.ow-banner__pbg {
        border: 0;
    }
    
    .ow-banner__pbg h4,
    .ow-content-grid--pbg-fabs h5 {
        color: #252525;
    }
    
    .ow-banner__pbg .ow-banner__text {
        vertical-align: top;
    }
    
    .ow-banner__pbg .ow-banner__image img {
        width: 250px;
    }
    
    .ow-content-grid--pbg-fabs {
        margin-bottom: 0;
        padding: 40px 20px;
    }
    
    @media (min-width: 640px) {
        .ow-content-grid--pbg-fabs {
            padding: 40px 0;
        }
    }
    
    .ow-content-grid--pbg-fabs h2 {
        margin-bottom: 10px;
    }
    
    .ow-content-grid--pbg-fabs .ow-content-grid__item {
        text-align: center;
        border: 0;
        padding: 20px 5px 0;
        width: calc(100%);
        position: relative;
    }
    
    .ow-content-grid--pbg-fabs .ow-content-grid__item p:last-child {
        margin-bottom: 0;
    }
    
    @media (min-width: 640px) {
        .ow-content-grid--pbg-fabs .ow-content-grid__item {
            width: calc(33% - 20px);
        }
    }
    
    @media (min-width: 990px) {
        .ow-content-grid--pbg-fabs .ow-content-grid__item {
            width: calc(33% - 20px);
            margin-bottom: 0;
            padding: 0 20px;
        }
    }
    
    .ow-content-grid--pbg-fabs .ow-content-grid__image {
        margin: 0 0 20px;
        float: left;
    }
    
    @media (min-width: 640px) {
        .ow-content-grid--pbg-fabs .ow-content-grid__image {
            float: none;
        }
    }
    
    .ow-content-grid--pbg-fabs .ow-content-grid__image img {
        width: 80px;
    }
    
    .ow-content-grid--pbg-fabs .ow-content-grid--pbg-contact p:last-child {
        color: #999999;
    }
    
    .ow-content-grid--pbg-fabs .ow-content-grid__text {
        text-align: left;
        margin-left: 100px;
    }
    
    @media (min-width: 640px) {
        .ow-content-grid--pbg-fabs .ow-content-grid__text {
            text-align: center;
            margin-left: 0;
        }
    }
    
    .ow-content-grid--info {
        padding: 20px;
    }
    
    .comparisonTable .table-responsive {
        border: 0;
    }
    

    .comparisonTable .pbg-table .table_d tbody tr #productTitle img.product-image {
        width: 120px;
    }
    @media (min-width: 1025px) {
        .comparisonTable .pbg-table .table_d tbody tr #productTitle img.product-image {
            width: 140px;
        }
    }
    
    .comparisonTable #productSelectorApp {
        width: 80%;
        left: 20%;
        padding-left: 20px;
        padding-right: 0;
        float: right;
    }
    
    .comparisonTable .pbg-table {
        border-radius: 5px 5px 0 0;
        overflow: inherit;
    }
    
    .comparisonTable .pbg-table table_d thead {
        background-color: #EFEFEF;
    }
    
    .comparisonTable .pbg-table .table_d thead tr th {
        text-align: center;
        line-height: 25px;
    }
    
    .comparisonTable .pbg-table .table_d thead tr th:nth-child(2),
    .pbg-mobile .ow-tab-group .nav-tabs ow-content-grid__item h6.navyBlue {
        background-color: #005bab;
        color: #fff;
    }
    
    .comparisonTable .pbg-table .table_d thead tr th:nth-child(3),
    .comparisonTable .pbg-table .table_m tbody tr:nth-child(3) th {
        background-color: #7FD2F3;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr th:first-child {
        border-left: 0!important;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr th:last-child {
        border-right: 0!important;
    }
    
    .comparisonTable .pbg-table .table_d thead tr th.grey_heading {
        background-color: #efefef;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr,
    .comparisonTable .table_m tbody tr {
        background-color: #fff!important;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr:hover {
        background-color: #F1FBFF!important;
        box-shadow: 0 2px 8px 2px rgba(0, 91, 171, .23);
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        position: relative;
        border: 1px solid #ddd;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr td {
        box-sizing: border-box;
        height: 2px;
        border: 1px solid #E0E0E0;
        padding: 0 10px;
        vertical-align: middle;
    }

    .comparisonTable .pbg-table .table_d tbody tr td:hover {
        border: 1px solid #ddd;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr td:first-child {
        border-left: 0!important;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr td:last-child {
        border-right: 0!important;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr #productTitle h5 {
        color: #005BAB;
        font-size: 16px;
        text-align: left;
        padding: 10px 0;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr #productTitle img {
        margin: 0 auto;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr #productTitle img.image-modal {
        position: relative;
        transform: translate(165%, -50%);
        width: 30px;
    }
     @media (min-width: 1024px) {
        .comparisonTable .pbg-table .table_d tbody tr #productTitle img.image-modal {
            position: relative;
            display: flex;
            transform: translate(220%, -50%);
        }
    }
    .comparisonTable .pbg-table .table_d tbody tr #productPrice {
        text-align: center;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr #productPrice span,
    .comparisonTable .pbg-table .table_m tbody tr #productPrice_m span {
        color: #005BAB;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        Font-family: Officeworks, Arial;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr #productPrice img {
        vertical-align: baseline;
        left: 35px;
        width: 55px;
        position: relative;
    }
     @media (min-width: 1024px) {
        .comparisonTable .pbg-table .table_d tbody tr #productPrice img {
             width: 65px;
             left: 40px;
        }
    }
    .comparisonTable .pbg-table .table_d tbody tr #competitorDetails ul,
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-7 ul {
        list-style-image: none;
        list-style-type: none;
        padding: 0;
    }
    
    .comparisonTable .pbg-table .table_d tbody tr .shopProducts .ow-tile-grid .ow-tile-grid__item,
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-7 .shopProducts .ow-tile-grid .ow-tile-grid__item {
        width: 100% !important;
        border: 0 !important;
    }
    
    
    
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-7 .ow-tile-grid:not(.ow-tile-grid--wide):not(.ow-tile-grid--semiwide) .ow-tile-grid__item .ow-product-tile__inner .btn.ow-add-to-cart {
        width: auto;
        margin-top: 0;
        position: absolute;
        top: 0;
    }

    .comparisonTable .pbg-table .table_d tbody .ow-tile-grid:not(.ow-tile-grid--wide):not(.ow-tile-grid--semiwide) .ow-tile-grid__item .ow-product-tile__inner .btn.ow-add-to-cart {
        width: auto;
        transform: translateY(-150%);
    }
    
    .comparisonTable .table_m tbody tr {
        padding: 0;
        margin-bottom: 0;
    }
    
    .comparisonTable .pbg-table .table_m tbody tr th {
        width: Calc(35%);
        float: left;
        padding: 10px 5px;
        line-height: 2;
    }
    
    .comparisonTable .table_m tbody tr td {
        border: 0;
        display: inline;
        box-sizing: border-box;
        height: 2px;
        padding: 10px 5px;
    }
.pbg-mobile .tabItem_button {
  position: relative;
 background-color: #7FD2F3;
display: flex;
 border-radius: 0;
       border: 1px solid #efefef;
       text-align: left;
       margin-top: 3px;
}
    .pbg-mobile .tabItem_button h5 {
       padding: 10px 0 0 10px;
       width: Calc(90%); 
       color: #252525;
       font-size: 14px;
     }
.pbg-mobile .tabItem_button span {
       position: absolute;
    display: block;
    right: 10px;
    top: 15px;
}
}
    .pbg-mobile .ow-tab-group .nav-tabs >li >a,
    .pbg-mobile .ow-tab-group.is-accordion .nav-tabs:not(.is-testing)>li>a,
    .pbg-mobile.ow-tab-group.is-accordion .nav-tabs:not(.is-testing)>li.active>a {
        background-color: #7FD2F3;
        font-weight: 300;
        font-size: 16px;
        color: #252525;
    }
    
    .pbg-mobile .ow-tab-group .tab-pane {
        padding: 0;
    }

    
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-5.grey_heading {
        background-color: #efefef;
    }
    
    .pbg-mobile .ow-content-pbg .ow-content-grid__row {
        border-top: 2px solid #efefef;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item {
        margin-bottom: -5px;
        display: flex;
        flex-direction: column;
        padding: 20px 10px;
    }
    
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-5.grey_heading h6,
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-5.lightBlue h6 {
        color: #252525;
    }
    
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-5.navyBlue {
        background-color: #005bab;
    }
    
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-5.navyBlue h6 {
        color: #fff;
    }
    
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-5.lightBlue {
        background-color: #7FD2F3;
    }
    
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-7 img.product-image {
        width: 130px;
    }
    .pbg-mobile .ow-content-pbg .ow-content-grid__row .ow-content-grid__item.col-xs-7 img.image-modal {
        width: 30px;
        position: absolute;
        bottom: 20px;
    }