.promotion-box.promotion-box-main .body
{
  position: unset;
}
@media(max-width:767px)
{
  .promotion-box.promotion-box-main{
    height: auto;
  }
  .promotion-box.promotion-box-main .body
  {
    height: 685px;
  }
}
@media (max-width: 991px)
{
  body .post .bg
  {
    max-height: 185px;
  }
  body .search-result .post:not(.style-2):not(.style-3) .head h3
  {
    width: 50%;
  }
  body .post:not(.style-2):not(.style-3) .mode
  {
    width: 50%;
  }
  body .post .body .info
  {
    width: calc(100% - 220px);
  }
  section.business-search{
    height: auto;
    max-height: unset;
    background-size: cover;
  }
  .business-search .form-style-search .search-col{
    max-height: unset;
    display: flex;
    border-radius: 0;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .business-search .form-style-search .search-col:last-child,
  .business-search .form-style-search .search-col.-last-child
  {
    background-color: transparent;
  }
  .business-search .form-style-search .search-col:last-child{
    border: 0;
  }
  .business-search .form-style-search .search-col.-first-child{
    background-color: #fff;
  }
  .chat-dialog .hidden-mobile{
    display: block !important;
  }
  .chat-dialog .btn-minimize{
    margin-left: 2rem;
  }
  .chat-dialog .head .btn{
    zoom: normal;
  }
  .chat-dialog.mini .btn-modal-quotation{
    display: none!important;
  }
}

/* chat box */
@media(max-width:767px)
{    
  .chat-dialog{
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 3;
  }
  .chat-dialog.mini{
    height: 81px;
    overflow: hidden;
    width: 80px;
    position: fixed;
    z-index: 9999;
    right: 0px;
    left: unset;
    top: unset;
  }
  .chat-dialog.mini .footer{
    position: relative;
  }
 .chat-dialog  .message-chatbox-header{
    display: block!important;
    display: block;
  }

  .chat-dialog.mini .btn.btn-minimize{
    display: none!important;
    display: none;
  }
 .business-search .form-style-search .search-col{
    margin: 5px 3rem;
  }
  .home-business-category .col-sm-6{
    width: 50%;
    float: left;
  }
}
@media(max-width:500px)
{   
  .post-gallery .owl-dot,
  .body-list-images .owl-dot{
    width: calc(25% - 16px);
  }
}

@media(max-width:1199px)
{
  .form-style-search .btn-search{
    min-width: 90%;
    max-width: 155px;
  }
}

@media(max-width:991px)
{
  .row.row-custom-search{
   display: block;
  }
  .form-style-search{
    margin: 0;
  }
  .form-style-search .btn-search{
    min-width: 155px;
    max-width: 155px;
  }
  .row-custom-search .box-auto-plan{
    padding-right: 0;
    padding-left: 0;
  }
  section.business-search{
    padding-top: 0;
    background: unset;
  }
  section.business-search .container{
    width: 100%;
  }
  .business-search .top-mobile-bg{
    background: url(/images/theme/default/assets/images/index-home-bg-12.png);
    padding: 5rem 1rem 1rem 1rem;
    background-size: cover;
  }
  .business-search .bottom-mobile-bg{
    background: url(/images/theme/default/assets/images/index-home-bg-13.png);
    padding: 5rem 1rem;
    background-size: cover;
    background-position: center;
  }
  .business-search .top-mobile-bg .row,
  .business-search .bottom-mobile-bg .row{
    margin: auto;
    width: 750px;
  }
}
@media(max-width:767px)
{
  .row-custom-search .box-auto-plan{
    padding-right: 30px;
    padding-left: 30px;
  }
  .business-search .top-mobile-bg .row,
  .business-search .bottom-mobile-bg .row{
    margin: auto;
    width: auto;
  }
}
@media(max-width:1300px)
{

}
@media(max-width:565px)
{
  .panel-body #owner_email{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1rem;
  }
  .panel-body #send-confirmed-email{
    border-radius: 5px;
    float: right;
  }
  .panel-body #edit-confirmed-email{
    float: right;
  }
}
