@media (min-width: 577px) {
}

@media (min-width: 768px) {
  main {
    padding-top: 77px;
  }
  .about .content {
    margin: 0;
  }
  .services .content {
    max-width: 80%;
  }
  .services .image {
    margin: 0px;
  }
  .packages .item {
    margin: 0;
  }
  .footer .map {
    border-radius: 30px;
  }

  .footer .contact-info {
    padding-left: 50px;
    margin: 0px;
  }
}

@media (min-width: 992px) {
  .toggler {
    display: none;
  }
  .header nav {
    display: inline-block !important;
    position: relative;
    width: auto;
    padding: 0;
  }
  .header .nav-item {
    float: left;
    margin: 0px;
    width: auto;
  }
  .header .nav-link {
    padding: 4px 25px;
  }
  /* header last child styling */
  header .nav-item:last-child {
    margin-left: 30px;
  }
  header .nav-item:last-child .nav-link {
    border-radius: 30px;
    border: 1px solid var(--bg-primary);
  }
  header .nav-item:last-child .nav-link.active {
    color: #fff;
    border-color: var(--bg-secondary);
    background: var(--bg-secondary);
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1440px) {
}

@media (min-width: 1680px) {
}

/*--------------------screen max width-------------------------*/

@media (max-width: 767px) {
  .logo {
    max-width: 120px;
  }
  .services .block:nth-child(2),
  .services .block:nth-child(7) {
    padding: 0px;
  }
  .services .block:nth-child(5) {
    padding-top: 0;
  }
}
