/*==========================================
=            Responsive Desktop            =
==========================================*/
@media screen and (max-width: 1300px) {
  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .brand-slider {
    padding: 0 40px;
  }

  .brand img {
    max-width: 200px;
  }

  .news .slick-prev {
    left: -31px;
  }

  .news .slick-next {
    right: -31px;
  }
}
@media screen and (max-width: 1200px) {
  .header-menu ul li:not(:last-child) {
    margin-right: 16px;
  }

  .header-menu ul li a {
    font-size: 14px;
  }

  .header .header-topbar {
    margin-bottom: 25px;
  }

  .home-slider .btn {
    margin-top: 20px;
  }

  .news .slick-prev {
    left: 0;
  }

  .news .slick-next {
    right: 0;
  }

  .balance-form form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .profile-settings-column {
    margin-right: 45px;
  }

  .profile-table table thead tr td:first-child {
    width: 100px;
  }

  .profile-search {
    padding: 35px 15px;
  }

  .new-list .post:not(:last-child) {
    margin-right: 40px;
  }

  .profile-search-option:not(:last-child) {
    margin-right: 13px;
  }
}
/*=====  End of Responsive Desktop  ======*/