/*@media (max-width: 89.9375em) {
    .country-header .header .menu{
        display: block !important;
    }
    }
    @media (max-width: 1200px) {
      .country-header .header .menu ul {
        column-gap: .1rem !important;
      }

      }
      @media (min-width: 1000px) {
        .country-header .header .menu{
          display: block !important;
      }
        
        }
        @media (max-width: 700px) {
          .country-header .header .menu{
            display: none !important;
        }
          
          }*/

    .tweet-item {
      cursor: pointer;
    background: #fff;
    padding: 25px 20px 20px;
    height: 185px;
    word-break: break-word;
      display: block;
      border-radius: 4px;
      min-height: 180px;
      border: 1px solid #eee;
      margin-bottom: 10px;
  }
  .box{
    display: flex;
    align-items:center ;
  }
  .tweet-item .user-image {
    width: 96px;
    height: 96px;
    min-height: 96px;
    min-width: 96px;
    min-width: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0;
}
  .tweet-user-wrap {
    line-height: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
    align-items: flex-start;
    flex-direction: column;
  }
  .user-description {
    font-size: 22px;
    font-weight: 700;
    margin-right: 5px;
    color: #343433;
    line-height: 20px;
  }
  .screen-name a {
    color: #979797;
    font-size: 16px;
  }
  .tweet-desc {
    color: #343433;
    font-size: 14px;
  }
  .tweet-desc a {
    line-height: 20px;
    font-size: 16px;
    color: #343433;
  }
  
  
  
  
  

  .owl-carousel.fullwidth-nav .owl-nav{
    position: absolute;
    left: 0px;
    top: 34%;
    width: 100%;
  }

  .owl-carousel.fullwidth-nav .owl-nav button{
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #232e3e;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
  }

  .owl-carousel.fullwidth-nav .owl-nav button:hover{
    color: #fff;
  }

  .owl-carousel.fullwidth-nav .owl-nav button.owl-prev{
    left: -58px;
  }


  .owl-carousel.fullwidth-nav .owl-nav button.owl-next{
     right:-58px;
  }

  .owl-carousel.fullwidth-nav:hover .owl-nav button.owl-prev{

    opacity:1;
  }


  .owl-carousel.fullwidth-nav:hover .owl-nav button.owl-next{

    opacity:1;
  }
  .owl-carousel.fullwidth-nav .owl-dots {
    display: flex;
    justify-content: center;
  }
  .owl-carousel.fullwidth-nav .owl-nav button:hover {
    background: #95989d;
    color: #fff;
  }
  .owl-carousel.fullwidth-nav .owl-dots .owl-dot span {
    background: #fff;
  }
  .owl-carousel.fullwidth-nav .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 #95989d;
  }
  @media only screen and (min-width:991px){
    .owl-carousel.fullwidth-nav:hover .owl-nav button.owl-prev {
      left: -58px;
    }
    .owl-carousel.fullwidth-nav:hover .owl-nav button.owl-next {
      right: -58px;
      left:auto;
    }
  }
  span.icon-6, span.icon-5 {
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
  }
  .icon-5:before {
    content:'<';
  }
  .icon-6:before {
    content:'>';
  }
  
  @media (max-width: 89.9375em){
    .menu li a {
        font-weight: 400 !important;
    }
    }

     .multi-select-search-wrapper .multi-select.facets-widget-range_datepicker ul{
      height: auto !important;
    overflow: auto !important;
    }