
@media screen and (max-width: 1350px){
}

@media screen and (max-width: 1280px){
}

@media screen and (max-width: 1200px){
  .article-banner-image {
    width: 100%;
    height: 222px;
    line-height: 220px;
  }
}

@media screen and (max-width: 1150px){
}

@media screen and (max-width: 1100px){
}

@media screen and (max-width: 1024px){
  .article-banner-image {
    height: 200px;
    line-height: 198px;
  }
}

@media screen and (max-width: 991px){
  .article-banner-image {
    height: 152px;
    line-height: 150px;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .header-area .top-header-area .top-header-content .logo a {
    display: inline-block;
  }
  .header-area .top-header-area .top-header-content .logo img {
    width: 10%;
  }
  .hamburger-icon-section {
    display: block !important;
    width: 10%;
    margin-left: 0;
  }
  .hamburger {
    margin-left: 0;
  }
  .login-search-area .login {
    display: none !important;
  }
  .search-form {
    position: fixed;
    top: 70px;
    right: 125px;
    background-color: #011031;
    width: 50%;
    text-align: right;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: -4px 8px 6px -6px black;
  }
  .search-form-active {
    visibility: visible;
    opacity: 1;
  }
  .search-form form {
    width: 95% !important;
    margin: 10px !important;
  }
  .search-form-section .search-icon {
    color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
    cursor: pointer;
    display: block;
  }
  .search-form-section .collapse:not(.show) {
    display: none;
  }
  .sidebar-logo {
    padding: 0.5rem 3rem;
  }
  .nav-item {
    padding: .5rem 2rem;
  }
  .nav-section {
    height: 100vh;
  }
}

@media screen and (max-width: 767px){
  .article-banner-image {
    height: 262px;
    line-height: 258px;
  }
  .search-form {
    right: 14%;
  }
  .nav-section {
    height: auto;
  }
}

@media screen and (max-width: 600px){
  .search-form {
    right: 4.5%;
  }
}

@media screen and (max-width: 600px){
  .search-form {
    right: 4.5%;
  }
}

@media screen and (max-width: 575px){
  .search-form {
    right: 0;
    width: 100%;
  }
  .header-area .top-header-area .top-header-content .logo img {
    width: 12%;
  }
}

@media screen and (max-width: 416px){
  .article-banner-image {
    height: 232px;
    line-height: 228px;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .header-area .top-header-area .top-header-content .logo a {
    display: inline-block;
  }
  .header-area .top-header-area .top-header-content .logo img {
    width: 20%;
  }
  .hamburger-icon-section {
    display: block !important;
  }
  .login-search-area .login {
    display: none !important;
  }
  .search-form {
    position: fixed;
    top: 70px;
    right: 0;
    background-color: #011031;
    width: 100%;
    text-align: right;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: -4px 8px 6px -6px black;
  }
  .search-form-active {
    visibility: visible;
    opacity: 1;
  }
  .search-form form {
    width: 95% !important;
    margin: 10px !important;
  }
  .search-form-section .search-icon {
    color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
    cursor: pointer;
    display: block;
  }
  .search-form-section .collapse:not(.show) {
    display: none;
  }
}