@media only screen and (max-width: 1300px) {
    .navbar .navbar-brand img {
        width: 320px;
    }
      .navbar .nav-item {
        position: relative;
        margin-right: 10px;
    }
}


@media only screen and (max-width: 1200px) {
  .contact-phone .contact-icon {
    width: 42px;
    height: 42px;
    font-size: 14px;
    border-radius: 50%;
    padding: 6px;
    margin-right: 8px;
  }
  .fancybox-layout1 .fancybox-item, .fancybox-layout4 .fancybox-item {
    min-height: 320px;
  }
  .contact-phone .contact-icon .fa-envelope {
    width: 30px;
    height: 30px;
  }
    .navbar .nav-item {
      position: relative;
      margin-right: 10px;
  }
  .contact-phone .phone-link {
      font-size: 13px;
  }
  .navbar .navbar-brand img {
    width: 260px;
  }
  .header-topbar .social-icons li a {
    width: 30px;
    height: 30px;
  }
  .navbar .nav-item .nav-item-link {
      font-size: 14px;
  }
}