﻿/*media query*/
/*less than 575px*/
@media only screen and (max-width:480px) {
    .paymentDate {
       font-size: 19px;
    margin-top: 21px;
    }
    #home-hero p {
        font-size: 15px;
    }

    .section_header.small {
        font-size: 20px;
    }

    .small-paralex-box h3 {
        font-size: 20px;
    }

    .services .icon-box h4 {
        font-size: 20px;
    }

    .section-title p {
        font-size: 14px;
    }

    .home-paralex h3 {
        font-size: 20px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .small-paralex-box h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
    }

    .homefeatures .tab-pane h3 {
        font-weight: 600;
        font-size: 16px;
    }

    .homefeatures .nav-tabs > li {
        margin-bottom: 0;
        padding: 0;
    }

    .homefeatures .nav-link h4 {
        font-size: 13px;
        font-weight: 600;
        margin: 0;
        padding: 5px;
    }

    .seo-pricing table.new-package-UI tr th {
        font-size: 11px;
        padding: 5px;
    }

    .seo-rank-table h3 {
        font-size: 15px;
    }

    .seo-rank-table h2 {
        font-size: 18px;
        margin-top: 15px;
    }

    .seo-pricing table.new-package-UI tr:first-child th:nth-child(1) {
        font-size: 14px;
    }

    .seo-pricing .seo-rank-table tr td {
        font-size: 11px;
        padding: 5px;
        font-weight: normal;
    }

    .seo-pricing .sep-heading {
        font-size: 14px;
    }

    .seo-pricing .seo-rank-table tr td i.fa-check {
        height: 21px;
        width: 21px;
    }

    .seo-pricing .seo-rank-table tr td i.fa-times {
        height: 21px;
        width: 21px;
    }
}

@media only screen and (max-width:577px) and (min-width:480px) {
}

/*less than 767px*/
@media only screen and (max-width:768px) and (min-width:577px) {
}

/*less then 992px and less than 768*/
@media only screen and (max-width:993px) and (min-width:768px) {
}

/*less then 1201 and greater than 993*/
@media only screen and (max-width:1201px) and (min-width: 993px) {
}

/*less then 1400px and greater than 993*/
@media only screen and (max-width:1400px) and (min-width:1201) {
}



img, svg {
    vertical-align: middle;
    overflow: hidden;
}