.section1 {
    padding: 80px 0px;
}



.section2 {
    padding: 50px 0px;
}

.section2 p {
    font-size: 14px;
    line-height: 20px;
}



.section4 {
    padding: 50px 0px;
}



.section4 .col-lg-2 {
    margin-bottom: 20px;
}

.pricing_plan td, .pricing_plan th {
    border: 2px solid #fff;
    padding: 5px;
    color: #7a7a7a;
    border-top: none !important;
}




.table thead th {
    background-color: #474747;
}


.compare-table td, compare-table th {
    border: 2px solid #fff;
    color: #1d1d1d;
    text-align: center;
    border-top: none !important;
}

.compare-table h4 {
    margin: 0;
}

tr:nth-child(odd) {
    background: #fbfbfb;
}

tr:nth-child(even) {
    background: #f4f4f4;
}

.pricing-basic {
    color: #25a8ef;
}

.pricing-biz {
    color: #1cc8b2;
}

.section1 h1, .section1 h4 {
    color: #3B5998;
}



@media only screen and (max-width: 720px) {
    table:nth-child(1) {
        display: none;
    }
}

@media only screen and (min-width: 720px) {
    table:nth-child(2), table:nth-child(3) {
        display: none;
    }
}

