
a {
    text-decoration: none;
}

.pricingTable {
    text-align: center;
    background: #fff;
    margin: 0 -15px;
    box-shadow: 0 0 10px #ababab;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s;
    border: 3px solid #ef7f1a;
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 20px 0;
    transition: all .5s ease 0s
}

.pricingTable .heading {
    font-size: 20px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable .pricingTable-signup .mobbuy {
    margin-bottom: -38px;
}

.mobview {
    display: none;
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}

@media screen and (max-width:720px) {
    .dskview {
        display: none;
    }

    .mobview {
        display: block;
    }
    section {
        padding: 0;
    }
}

.servicebox{
    margin: 0 auto;
    width:100%;
    border-radius: 10px;
    text-align: center; box-sizing: border-box; padding:5px;
}