.header{
    height: 40vh;
    background: url(../img/bg/shared-bg.jpg) no-repeat; 
}
.see-all-btn {
    background-color: #76cf48  !important;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: .8rem 3rem;
    margin-top: 3rem;
  }
  .see-all-btn:hover {
    color: white !important;
    transform: scale(.8);
    transition: ease-in-out .5s;
  }
  .table-pricing {
    font-size: 18px;
    border-radius: 10px;
    border: none;
}
.table {
    display: table;
    margin-bottom: 0;
}
.table-pricing thead {
    color: #ffffff;
    font-size: 18px;
}
.table-pricing thead tr th {
    padding: 20px 0 20px 0;
}
.table-pricing tbody tr {
    width: 100%;
    background: white;
    border-top: solid 2px #f6f7fa ;
}
.table-pricing tbody tr td, .table-pricing tbody tr th {
    border: none;
    padding: 20px 0 20px 0;
}
.table-pricing tbody tr th .lbl, .table-pricing tbody tr td .lbl {
    display: none;
}


@media only screen and (max-width: 992px){
.table-pricing thead tr, .table-pricing tbody tr {
    display: block;
    width: 100%;
}
.table-pricing thead tr {
    display: none;
}
.table-pricing tbody tr th {
    background-color: #3A6CAB;
}
.table-pricing tbody tr th {
    color: #ffffff;
    padding: 20px 30px;
}
.table-pricing tbody tr th, .table-pricing tbody tr td {
    text-align: left;
    display: block;
    width: 100%;
}
.table-pricing tbody tr th .lbl, .table-pricing tbody tr td .lbl {
    display: inline-block;
    min-width: 50%;
}
.table-pricing tbody tr td:nth-child(2) {
    padding-top: 30px;
}
.table-pricing tbody tr td {
    padding: 10px 30px;
}
.table-pricing tbody tr th, .table-pricing tbody tr td {
    text-align: left;
    display: block;
    width: 100%;
}
}
.global{
    background:url(../img/bg/4.jpg)center;
    background-size: cover;
}
.global-wrapper{
    background-color: rgba(18, 46, 80, 0.404);
}
.global td{
    color: white;
    border-bottom: .1px solid #bbbbbe !important;
    padding: 1.2rem 0;
    font-size: 1.2rem !important;
    font-weight: 400;
}


.global td:last-of-type{
    text-align: right;
}
.global td:nth-of-type(2){
    padding-left: 2rem;
}
.fa-shopping-cart{
    font-size: 25px;
    padding-top: 5px;
}
.header-top .fa-shopping-cart{
    font-size: 16px;
    padding-top: 0;
}

