/*
@media screen and (min-width: 1281px) {
  #price-grid{
    width: 880px !important;
  }
}
*/


/***********nnn***********/

@media screen and (min-width: 1281px) {
  #price-grid{
    width: 880px;
  }
}

/***********nnnn************/



@media screen and (min-width: 993px) and (max-width: 1280px) {
  #price-grid{
    width: 100%;
  }

}

/***********nnn************/

@media screen and (min-width: 768px) and (max-width: 992px) {
  #price-grid{
    width: 100%;
  }

  #price-grid h2{
    font-size: 26px;
  }
  #price-grid .plan h2 {
    font-size: 28px;
  }

  #price-grid ul li h4.brown, #price-grid ul li h4, #price-grid ul li h4.blue {
    font-size: 23px;
  }

  #price-grid ul li p {
    font-size: 22px;
    line-height: 22px;
  }
  #price-grid ul li label {
    font-size: 18px;
  }
  small, .small {
    font-size: 96%;
  }
  #price-grid .row-2line{
    height: 69px
  }

  #price-grid .row-3line{
    height: 92px
  }

  #price-grid .row-3linelds{
    height: 92px
  }

  #price-grid .row-4line{
    height: 265px;
    border-bottom: none !important;
  }

  #submit-plan {
    width: 300px !important;
  }

}


/***********nn*************/


@media screen and (min-width: 481px) and (max-width: 767px) {
  #price-grid{
    width: 100%;
  }
  #price-grid h2{
    font-size: 26px;
  }
  #price-grid .plan h2 {
    font-size: 28px;
  }

  #price-grid ul li h4.brown, #price-grid ul li h4, #price-grid ul li h4.blue {
    font-size: 23px;
  }
  #price-grid ul li p {
    font-size: 22px;
    line-height: 22px;
  }
  #price-grid ul li label {
    font-size: 18px;
  }
  small, .small {
    font-size: 96%;
  }
  #price-grid .row-2line{
    height: 69px
  }

  #price-grid .row-3line{
    height: 92px
  }

  #price-grid .row-3linelds{
    height: 92px
  }

  #price-grid .row-4line{
    height: 265px;
    border-bottom: none !important;
  }

  #submit-plan {
    width: 300px !important;
  }
}

/************nnn***********/

@media screen and (max-width: 480px) {
  #price-grid{
    width: 100%;
  }
  #price-grid h2{
    font-size: 26px;
  }
  #price-grid .plan h2 {
    font-size: 28px;
  }

  #price-grid ul li h4.brown, #price-grid ul li h4, #price-grid ul li h4.blue {
    font-size: 23px;
  }
  #price-grid ul li p {
    font-size: 22px;
    line-height: 22px;
  }
  #price-grid ul li label {
    font-size: 18px;
  }
  small, .small {
    font-size: 96%;
  }
  #price-grid .row-2line{
    height: 69px
  }

  #price-grid .row-3line{
    height: 92px
  }

  #price-grid .row-3linelds{
    height: 92px
  }

  #price-grid .row-4line{
    height: 265px;
    border-bottom: none !important;
  }

  #submit-plan {
    width: 300px !important;
  }

}
