.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-large {
    height: 54px !important;
    line-height: 56px !important;
}
.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #1976d2;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
}
.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    /*height: 36px;*/
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
a {
    color: #151985;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

h3, .h3 {
   font-size: 24px;
    line-height: 1.1em;
    font-weight: normal;
    margin: 0 0 20px;
}
.single-pricing.featured {
    box-shadow: 0 0 5px #666;
    margin: 0 15px;
    padding: 20px 30px;
    position: relative;
    width: 100%;
    z-index: 99;
    margin: 0;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.btn {
    height: auto;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (max-width: 992px) {
    .jfix {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 1170px) {
    .container {
        width: 100% !important;
    }
}
