
/*// Extra large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px)  {


  .container {

    max-width: 1400px;

  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px)  {

  .navbar-expand-lg .main-navigation {
    -ms-flex-direction: row;
    flex-direction: row;
  }

}


/* // Medium devices (tablets, 768px and up)
*/
@media (min-width: 768px) and (max-width: 991.98px) {

  .logo-wrap {
    text-align: center;
    margin: 0 0 15px 0;
  }

  .slogan {
    margin: 0 0 20px 0;
  }

  .head-btns{
    justify-content: center;
    margin: 0 0 15px 0;
  }

  .cat-list .cat-drop{
    left: 0;
    top: 100%;
  }

  .use-method{
    margin: 0 0 15px 0;
  }

  .banner-detail p{
    margin: 0 0 15px 0;
  }

}

/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {

  .logo-wrap {
    text-align: center;
    margin: 0 0 15px 0;
  }

  .slogan {
    margin: 0 0 15px 0;
  }

  .post-ad a{
    display: inline-block;
  }

  .all-loc{
    top: 220px;
  }

  .main-search form{
    border-radius: 30px;
    margin: 0;
  }

  .main-search form .form-control, .main-search form .form-select{
    margin: 0 0 5px 0;
  }

  .cat-list .cat-drop{
    left: 0;
    top: 100%;
  }

  .use-method{
    margin: 0 0 20px 0;
  }

  .prod-details .post-by{
    display: block;
  }

  .post-author{
    margin: 0 0 5px 0;
  }

  .banner-detail p{
    margin: 0 0 15px 0;
  }

  .banner-detail h6 {
    font-size: 24px;
  }

  .mcat-card strong{
    display: none;
  }

  .head-cat{
    padding: 0;
  }

  .side-bars {
      display: none;
  }

  .inr-body .side-bars{
    display: block;
  }

  .col-12 .prod-card{
      display: flex;
      border-bottom: 3px solid #ed1e24
  }

  .col-12 .prod-card > a{
      flex: 2;
  }

  .col-12 .prod-card .prod-details{
      flex: 5
  }

  .postby-detail li{
    font-size: 12px;
  }

  .p-price .price{
    font-size: 15px;
  }

  .p-price .price-fc{
    font-size: 15px;
  }

  .p-price .price-mp{
    font-size: 15px;
  }

}

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px)  {

  .logo-wrap {
    text-align: center;
    margin: 0 0 15px 0;
  }

  .slogan {
    margin: 0 0 15px 0;
  }

  .post-ad a{
    display: inline-block;
  }

  .all-loc{
    top: 220px;
  }

  .main-search form{
    border-radius: 30px;
    margin: 0;
  }

  .main-search form .form-control, .main-search form .form-select{
    margin: 0 0 5px 0;
  }

  .cat-list .cat-drop{
    left: 0;
    top: 100%;
  }

  .use-method{
    margin: 0 0 20px 0;
  }

  .prod-details .post-by{
    display: block;
  }

  .post-author{
    margin: 0 0 5px 0;
  }

  .banner-detail p{
    margin: 0 0 15px 0;
  }

  .banner-detail h6 {
    font-size: 24px;
  }

  .locn-modal ul li{
    width: 44.5%;
  }

  .locn-modal ul li a{
    font-size: 12px;
  }

  .mcat-card strong{
    display: none;
  }

  .head-cat{
    padding: 0;
  }

  .side-bars {
      display: none;
  }

  .inr-body .side-bars{
    display: block;
  }

  .col-12 .prod-card{
      display: flex;
      border-bottom: 3px solid #ed1e24
  }

  .col-12 .prod-card > a{
      flex: 2;
  }

  .col-12 .prod-card .prod-details{
      flex: 5
  }

  .postby-detail li{
    font-size: 12px;
  }

  .p-price .price{
    font-size: 15px;
  }

  .p-price .price-fc{
    font-size: 15px;
  }

  .p-price .price-mp{
    font-size: 15px;
  }

}

