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

@media only screen and (min-width: 1200px) and (max-width: 2000px) {}

@media only screen and (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1275px;
  }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-contact {
    display: block;
  }

  .blog .social-area ul {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 22px;
    margin-bottom: 22px;
  }

  .blog .social-area span {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 22px;
    margin-bottom: 22px;
  }


}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {

  .domain-search-content {
    margin-top: unset;
  }

  .contact-us-bg-img {
    display: none;
  }

  .pricing-card {
    position: relative;
    padding: 40px 40px;
    bottom: 0;
    border-radius: 10px 10px 10px 10px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

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

@media only screen and (min-width: 600px) and (max-width: 767px) {}

@media only screen and (min-width: 601px) {}

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

@media only screen and (min-width: 480px) and (max-width: 600px) {}




@media only screen and (max-width: 480px) {

  .copyright p {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .social-icon {
    padding-bottom: 30px;
  }

  .social-icon ul {
    text-align: center;
  }

  .social-icon ul li {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }



  .blog-contact {
    display: block;
  }

  .blog .social-area span {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 22px;
    margin-bottom: 22px;
  }

  .blog .social-area ul {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 22px;
    margin-bottom: 22px;
  }

  .social-icon .social-icon-bdr li {
    margin: unset;
    width: 100%;
  }



  .list-arrow li {
    line-height: 40px;
    width: 100%;
  }


  .swiper-slide {
    padding: 18px;
    /* width: ; */
  }

  .hero-banner {
    padding-bottom: 0px;
  }

  .plan-content {
    padding: 15px;
  }

  .counter-container {
    border: 1px solid azure;
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: auto;
    border-radius: 10px;
  }

  .plan-listing-two li select {
    padding: 5px 7px;
    font-size: 17px;
  }



}

@media only screen and (min-width: 218px) and (max-width: 480px) {}

@media only screen and (max-device-width: 218px) and (max-device-height: 281px) {}