.header-coverage {
        background: url(../png/bg.png) no-repeat top center;
        background-color: #011935;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 200px;
        border-bottom: 2px solid #5D7FAC;
      /*  background-position: 0px -220px;*/
        width: 100%;
    }
    .header-coverage-title {
        color: #6ff;
        font-family: 'carto', Arial, sans-serif;
        font-weight: normal;
        font-size: 2rem;
        text-shadow: 1px 3px 3px #2F2F2F;
        margin-bottom: 0px;
    }
    .header-coverage-subtitle {
        color: #F7760D;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .clk {
        text-align: center;
        padding-top: 61px;
    }

    .header-coverage-title span.gmi {
      vertical-align: text-top;
      color: #fff;
    }
    b.gmi {
      color: #1c4694;
      font-size: 18px;
    }
    .rd {
      color: #990000;
    }
    .main {
      margin:30px 0;
    }
    ul.arrow li {
        list-style-image: url('../png/yellowarrow.png') !important;
        margin: 7px 0px 6px 35px;
        font-size: 14px;
    }
    .product-buttons {
        text-align: right;
    }
    .button.view-demo {
        background: #f99300;
     }
    .button.add-to-cart {
        background: #00c600;
    }
.btn {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #adadad;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #124F84;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    transition: all 0.5s;
}
.btn:hover {
    box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
    transition: all 0.5s;
}
button.enter-now:hover {
    background-color: #04BF1A;
    color: #fff;
}
button.more-info:hover {
    background-color: #192F7A;
    color: #fff;
}
button.add-to-cart:hover {
    background-color: #F0D332;
    color: #333;
}
button.view-demo:hover {
    background-color: #5292CD;
    color: #fff;
}
button.customize:hover {
    background-color: #FF8B26;
    color: #fff;
}
button.enter-now:hover::after,
button.more-info:hover::after,
button.add-to-cart:hover::after,
button.view-demo:hover::after,
button.customize:hover::after {
    width: 120%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
button.enter-now::after,
button.more-info::after,
button.add-to-cart::after,
button.view-demo::after,
button.customize::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
    /*tabs css*/
    .tabs {
      background: #EBEBF3;
    }
    .tabs-wrapper {
      /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
      box-shadow: 1px 1px 2px rgb(0,0,0,0.4), 0px 0px 3px rgba(0,0,0,0.1);
    }
    .tabs-title > a[aria-selected="true"] {
        background: #25619d; /* Old Browsers */
        background: -webkit-linear-gradient(top,#25619d,#378fe6); /*Safari 5.1-6*/
        background: -o-linear-gradient(top,#25619d,#378fe6); /*Opera 11.1-12*/
        background: -moz-linear-gradient(top,#25619d,#378fe6); /*Fx 3.6-15*/
        background: linear-gradient(to bottom, #25619d, #378fe6); /*Standard*/
        color: #fff;
        font-weight: bold;
    }

    /* Special Bootstrap behavior */
    .bootstrap div.tabs-panel h5, .bootstrap div.tabs-panel h6 {
        font-weight: bolder;
    }
    .bootstrap ul {
        margin-left: 0;
        padding-left: 0;
    }
    .bootstrap ul.tabs {
        padding-left: 0;
    }
    .bootstrap div.industries {
        width: 100%;
    }
    @media screen and (min-width: 768px ) {
        .bootstrap div.industries {
            width: 50%;
        }
    }
    @media screen and  (min-width: 992px ) {
        .bootstrap div.industries {
            width: 20%;
        }
    }
    .bootstrap .arrow li {
        font-size: 1rem;
        margin: .5rem 0;
    }
    .bootstrap div.industries .arrow li {
        margin: .25rem 0;
    }