

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.card-ul li {
    width: 90%;
}
#searchBtn{
    margin: 10px 0px 0px 5px;
}
.submit-page h5 {
    font-size: 12px !important;
}
.blog-img {

    height: 188px;
}
.blog-single .post-item .post-title {
    font-size: 18px !important;
}
  }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.card-ul li {
    width: 46.3% ;
}
  }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/*.card-ul li {
    width: 46.3% ;
}*/
  } 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.card-ul li {
    width: 31.3%;
}
  } 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.card-ul li {
    width: 31.3%;
}
  }


@media (min-width: 320px) and (max-width: 767px) {
    .home-nav {
        display:none!important;
}
    }