﻿@media (max-width: 768px)
{
    /*Header*/
    .navbar-brand img
    {
        width: 180px;
    }
    /*Social Icons*/
    .contact-info
    {
        float: none;
        display: table;
        margin: 0 auto;
    }
    /*Plans*/
    .compare-table .title
    {
        padding: 2px;
    }
    .compare-table .title h3
    {
        padding: 10px 0px;
        font-size: 20px;
    }
    .compare-table .details h4
    {
        font-size: 16px;
        padding: 10px 4px;
    }
    .first1
    {
        margin:9px 0px;
    }
    
    /*Clints*/
    [class*="col-"]
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .copyright
    {
        text-align:center;
    }
      
}
@media (min-width: 768px)
{
    /*Clints*/
    #clints [class *= "col-"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
}

@media (max-width: 414px)
{
     /*Plans*/
    .compare-table .title
    {
        height: 52px;
        padding: 2px;
    }
    .compare-table .title h3
    {
        padding: 10px 3px;
        font-size: 14px;
    }
    .compare-table .details h4
    {
        font-size: 12px;
        padding: 10px 14px;
    }
    .compare-table .details_2 h4
    {
        font-size: 12px;
        padding: 10px 3px;
    }
    
    .frist
    {
        margin: 29px 0px;
    }

    .list
    {
        padding: 10px 7px !important;
        border-bottom: 1px solid white;
    }
    .left_mar
    {
        margin-left: -20px;
    }

}

