body > .hidden_search,
body > .hidden_menu {
  display: none !important; }

.home .mobile_on {
  display: none; }

@media screen and (max-width: 590px) {
  .home .mobile_off {
    display: none; }
  .home .mobile_on {
    display: table-cell; } }

.home .feature_subdesc {
  font-size: 17px; }

.home .why_monsta_block .monsta_list li {
  float: left;
  width: 25%;
  min-height: 120px; }
  @media screen and (max-width: 767px) {
    .home .why_monsta_block .monsta_list li {
      width: 33%;
      min-height: 230px; } }
  @media screen and (max-width: 650px) {
    .home .why_monsta_block .monsta_list li {
      width: 50%;
      min-height: 180px; } }
  @media screen and (max-width: 460px) {
    .home .why_monsta_block .monsta_list li {
      width: 100%;
      min-height: 150px; } }

@media screen and (max-width: 991px) {
  .home .pricing_block .pricing_list_container {
    max-width: 100%; } }

.home .pricing_features {
  padding-bottom: 50px; }
  .home .pricing_features table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    .home .pricing_features table.pricing_table_2 {
      display: none;
      width: 300px; }
    @media screen and (max-width: 460px) {
      .home .pricing_features table.pricing_table_1 {
        display: none; }
      .home .pricing_features table.pricing_table_2 {
        display: block; } }
    .home .pricing_features table .features_label {
      font-size: 30px;
      font-weight: bold;
      display: block;
      margin-top: 175px; }
    .home .pricing_features table td {
      padding: 6px; }
      .home .pricing_features table td .price {
        padding: 0 24px; }
      .home .pricing_features table td i.fa {
        font-size: 26px; }
        .home .pricing_features table td i.fa.fa-check {
          color: #feb447; }
        .home .pricing_features table td i.fa.fa-times {
          color: red; }

.home .pricing_content_container .pricing_title {
  margin: 90px 0 60px; }

.home .pricing_content_container .pricing_content {
  border-radius: 5px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 30px;
  font-size: 19px;
  line-height: 1.4;
  font-family: "Catamaran", sans-serif; }
