@media (max-width: 991px) {
  .header .navbar-nav {
    background-color: #fff;
  }
  .header .navbar #myNavbar .nav-item .nav-link {
    padding: 10px 15px 10px;
  }
  .header {
    padding: 5px 0;
  }
  .header .navbar-light .navbar-toggler {
    background-color: #fff;
    padding: 0;
    height: 38px;
    width: 45px;
    border: none;
  }
  .header .navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: none !important;
    height: 2px;
    width: 24px;
    position: relative;
  }
  .header .navbar-light .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: -6px;
  }
  .header .navbar-light .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 6px;
  }
  .home-section .home-img {
    text-align: center;
  }
  .home-section .home-img {
    margin-bottom: 40px;
  }
  .home-section {
    padding: 150px 0 150px;
  }
}
@media (max-width: 1199px) {
  .home-section {
    height: auto;
  }
  .home-section .home-img {
    text-align: center;
  }
  .home-section .home-img img {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (max-width: 767px) {
  .home-section .home-content h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .home-section .home-shapes div:nth-child(3) {
    top: 8%;
    left: 50%;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .news-section .news-form .btn span {
    display: none;
  }
}
