@media only screen and (max-width: 600px) {
  .nav-bar-container .navbar-brand {
    width: 200px;
  }

  .nav-bar-container {
    text-align: right;
  }

  .header-container .taps-container .nav-tabs .nav-item a {
    font-size: 18px;
  }

  .header-container h2 {
    font-size: 20px;
  }

  .custom-control-label::before, .custom-file-label, .custom-select {
    margin-top: 10px;
  }

  .places-select-container .custom-select {
    margin-top: 0;
  }

  .header-container .taps-container .tab-content {
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
    display: grid;
    align-items: center;
    min-height: 63vh;
  }

  .range-date-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .price-container {
    margin-bottom: 30px;
  }

  .header-container .search-container {
    padding-top: 20px;
  }

  .places {
    margin-bottom: 20px;
  }

  .destinations {
    padding-top: 0;
  }

  .about_us {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .main_title h1 {
    font-size: 25px;
  }

  #app h1 {
    margin-bottom: 15px;
  }
  #app h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .destinations .world {
    margin: 30px 0;
  }

  .about_us p {
    margin-bottom: 10px;
  }

  .blogs {
    margin: 30px 0;
  }

  .blog-article-container {
    margin: 15px 0;
  }

  .destinations .worldCard {
    margin: 10px 0;
  }

  .wired-div > div {
    text-align: center;
    width: 100%;
  }

  footer hr {
    margin: 10px 0;
  }

  .hidden-xs {
    display: none;
  }

  .header-of-single-page {
    min-height: 50vh;
  }

  .header-container {
    min-height: calc(100vh - 76px);
  }

  header {
    padding: 0;
  }

  .header-of-single-page .description p {
    max-width: 90%;
    margin: auto;
    font-size: 14px;
  }

  .pages-container .singleProContainer .img-container {
    height: 250px;
  }

  .pages-container .singleProContainer h1 {
    font-size: 22px !important;
  }

  .navbar-dark .navbar-toggler {
    border-color: #00a2ff;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 162, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-dark .navbar-toggler.white {
    border-color: #fff !important;
  }

  .navbar-dark .navbar-toggler.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  }

  .single-blog-container .social-media-container span {
    font-size: 28px;
  }

  .single-place-container h1 {
    font-size: 24px;
  }

  .single-place-container h2 {
    font-size: 16px;
  }
}

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