@media (max-width: 1000px) {
  .item {
    margin: 0;
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  h2 {
    font-size: clamp(40px, 10vw, 60px);
  }
}

@media only screen and (max-width: 400px) {
  h2 {
    font-size: clamp(30px, 12vw, 60px);
  }

  .links {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .contact-links,
  .contact-form-wrapper {
    width: 100%;
  }

  .contact-links {
    border-radius: 10px 10px 0 0;
  }

  .contact-form-wrapper {
    border-radius: 0 0 10px 10px;
  }
}

@media only screen and (max-width: 400px) {
  .contact-box {
    width: 95%;
    margin: 8% 5%;
  }
}

/* responsive */
@media screen and (max-width: 1440px) {
  header .nav-item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 991px) {
  header {
    position: relative;
    z-index: 999;
  }
  .navbar-collapse {
    background: white;
    top: 70px;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 999;
  }
  .hero__sec {
    flex-direction: column;
  }
  /*.sidebar,*/
  .g-ads {
    width: 100%;
    min-height: 150px;
  }
  .banner_slider {
      width: 100%;
    max-width: 100%;
    padding: 30px;
  }
  .banner_slider img {
    height: 400px;
  }
  .navbar-toggler {
    background-color: var(--primary-light);
    color: var(--primary);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: none !important;
  }
  .footer-links {
    padding: 10px 0 15px;
  }
  footer .social-icons {
    text-align: center;
  }
  footer {
    text-align: center;
  }

  .sidebar {
    /* position: sticky; */
    top: 0;
    left: 0;
    z-index: 1;
    /* display: none; */
    width: 100%;
  }
  .quiz-section {
    flex-direction: column;
  }
  .article-box,
  .quiz-box {
    width: 100%;
  }
  header .nav-item:hover .menu_dropdown_list{
      position: static;
        top: 57px;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 576px){
    .article-box,
    .quiz-box,
    .banner_slider  {
        padding: 15px;
    }
    /* privacy_policy_alert */
    .privacy_policy_alert{
        flex-wrap: wrap;
    }
}

@media (min-width: 991px) {
  .sidebar .mobileSelectBox{display: none;}
}
@media (max-width: 991px) {
  .sidebar .desktopBox{display: none;}
  .sidebar{min-height:auto;}
}
