/*==================================================
			     Media Queries         
==================================================*/

/* Large Devices (Desktops & Laptops) */

@media (min-width: 1200px) {
  .header .h2-menu .menu {
    clear: none;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
  .header .h2-menu .menu {
    clear: none;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .header {
    padding: 0 50px;
  }
  .buyann-box {
    width: 900px;
  }
  .buyann-each {
    width: 286px;
  }
  .listing-box,
  .footer-box,
  .about-box {
    width: 95%;
  }
}

/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 0 50px;
  }
  .buyann-box {
    width: 95%;
  }
  .buyann-each {
    width: 31.4%;
  }
  .listing-box,
  .footer-box,
  .about-box {
    width: 95%;
  }
  .footer2 img {
    width: 200px;
  }
  .footer3 {
    display: grid;
  } /* menu */
  .header .menu-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h2-menu {
    display: block;
    position: absolute;
    top: 78px;
    left: 0;
    background-color: #e5edfb;
    width: 100%;
  }
  .header .h2-menu .menu {
    display: block;
  }
  .header {
    display: block;
    padding: 10px 20px;
    height: auto;
  }
  .logo img {
    width: 200px;
  }
  /* End Menu*/
}

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
  .hero-desc p {
    font-size: 30px;
    padding: 30px;
    text-align: center;
  }
  .buyann-box {
    width: 95%;
  }
  .buyann-each {
    width: 100%;
  }
  .listing-box,
  .footer-box,
  .about-box {
    width: 95%;
  }
  .about-box {
    padding: 25px;
  }
  .list-about {
    padding-left: 20px;
  }
  .footer2 img {
    width: 200px;
  }
  .footer3 {
    display: grid;
    text-align: center;
  }
  .about-box img {
    width: 100%;
    float: unset;
    padding: 0;
    margin-bottom: 20px;
  }
  .call-action-box {
    width: 100%;
    padding: 50px 30px;
  }
  .links-box {
    width: 95%;
    display: grid;
    justify-content: unset;
  }
  .footer-box {
    display: flex;
    justify-content: unset;
    width: 95%;
    grid-gap: 20px;
    flex-direction: column-reverse;
  }
  footer {
    margin-bottom: 20px;
  }
  .footer3 span {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer3 a {
    font-size: 22px;
    font-weight: 600;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    background: #122c91;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span,
  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #122c91;
  }
  .owl-theme .owl-dots .owl-dot span {
    background: #e5edfb;
  }
  .owl-nav i {
    color: #ffffff;
    font-size: 20px;
  }
  #logo-banner img {
    width: 300px;
  }
  /* menu */
  .header .menu-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h2-menu {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #e5edfb;
    width: 100%;
  }
  .header .h2-menu .menu {
    display: block;
  }
  .header {
    display: block;
    padding: 10px 20px;
    height: auto;
  }
  .logo img {
    width: 200px;
  }
  /* End Menu*/
}

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 480px) {
}

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 320px) {
}

@media (max-width: 767px) {
}
