@media only screen and (max-width: 767px) {
  .navbar-area {
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-header-area {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #69C9CA;
  }

  .top-header-area .top-header-logo-search {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .top-header-area .top-header-logo-search {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .top-header-left {
    width: 100%;
    /* padding-left: 15px; */
  }

  .top-header-right {
    width: 70%;
  }

  .form_search {
    position: absolute;
    animation: zoomIn0 0.1s ease-in-out both;
    animation: fadeIn 0.1s ease-in-out both;
  }

  .languages_flags {
    display: none;
  }

  .top-header-area .top-header-logo-search .top-header-right .others-options .top_menu_right .option-item a {
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    line-height: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .top-header-area .top-header-logo-search .top-header-right .others-options .option-item .search-box .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
  }
    
}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .languages_flags {
      display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .languages_flags {
      display: none;
    }
}

@media only screen and (min-width: 1550px) {}

/*# sourceMappingURL=responsive.css.map */