* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body {
    font-family: "Myriad-Pro", "PT Sans", sans-serif, arial, tahoma;
    /*font-weight: 300;*/
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    / ie8 / border: none;
    outline: none;
    vertical-align: middle;
}

a,
a:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.table-top th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 5px solid #729946;
    color: #666666;
    font-size: 16px;
    height: 100px;
    padding: 20px 8px 20px 18px;
    text-align: center;
}

.table-top td {
    padding: 15px 10px 15px 20px;
    font-size: 16px;
    text-align: center;
}

.table-top td:first-child {
    font-weight: bold;
    text-align: left;
}

.footer-body tr td {
    background: #414c34;
    color: #fff;
}

.table-top tr th:first-child {
    color: #729946;
    font-size: 16px;
    border-bottom: 5px solid #729946 !important;
    text-transform: uppercase;
}

.table-top th,
.table-top td {
    border-right: 1px solid #dddddd;
}

.table-top th:last-child,
.table-top td:last-child {
    border-right: none;
}

.table-top tr th:first-child,
.table-top tr td:first-child {
    border-bottom: 1px dashed #cccccc;
    color: #666666;
    text-align: left;
}

tbody tr:hover td {
    background: rgba(140, 136, 136, 0.64);
}

/*thead tr th:nth-child(6) {
    background: #b9efef;
}*/


/*tbody tr td:nth-child(6) {background: #daeaf2;}
tbody tr td:nth-child(7) {background: #d3edae;}
tbody tr td:nth-child(8) {background: #b9efef;}*/

tfoot tr td:nth-child(5) {
    background: #daeaf2;
}

tfoot tr td:nth-child(6) {
    background: #b9efef;
}

tfoot td:nth-child(7) {
    background: #d3edae;
}

.table-top td {
    border-bottom: 1px dashed #e4e2e4;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    width: 133px;
}

tfoot tr:first-child {
    font-weight: 600;
}

.table-top button {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
    border: 0px;
    background: #729946;
    color: #fff;
    width: 100px;
    height: 35px;
    font-weight: 600;
}

.table-top button:hover {
    background: #666;
}

.table-top button:focus {
    outline: none;
}

.listingPk strong {
    display: block;
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-weight: 800;
    font-family: "Myriad-Pro", "PT Sans", sans-serif, arial, tahoma;
    padding-bottom: 6px;
}

.listingPk span {
    width: 33.33%;
    display: inline-block;
    margin: 0 -2px;
    padding: 10px 5px;
}

.listP3 {
    background: #d3edae;
}

.table-top th.listingPk {
    padding: 5px 0 0;
}

.listP2 {
    background: #b9efef;
}

@media screen and (max-width:1170px) {
    .container {
        width: 100%;
    }
    img.how_it_works {
        margin: 0;
    }
}

@media screen and (max-width:767px) {
    .table-top th {
        padding: 12px 5px;
        font-size: 14px;
        text-align: center;
    }
    .table-top td {
        padding: 10px 8px;
        font-size: 14px;
    }
    .outer-side {
        overflow-x: scroll;
        position: relative;
    }
    .table-top {
        width: 767px;
    }
    img.how_it_works {
        margin: 0;
    }
}
.pricing-text h4 {
    font-family: "Myriad-Pro", "PT Sans", sans-serif, arial, tahoma;
    font-size: 22px;
    font-weight: 300;
    text-align: justify;
    color: #666666;
}
img.how_it_works {
    margin:0px;
}
.pricing-text p {
    max-width: 100% !important;
    font-size: 18px;
    width: 100%;
    font-weight: normal;
    text-align: justify;
    color: #555555;
}
