/* Large screens */
@media (min-width: 1400px) {
}

/* Desktop */
@media (max-width: 1200px) {
  .Main-Header-Contact-blur img {
    margin-left: 20px;
  }
}

/* Small laptops */

/* Small phones */
@media (max-width: 320px) {
}
@media (max-width: 1024) {
  .CardFOURTHINGZ button {
    margin-left: -7em;
  }

  .CardFOURTHINGZ img {
    margin-right: -25rem;
  }
}
@media (max-width: 992px) {
  .Main-Header-Contact-blur img {
    margin-right: -120px;
    height: 40px;
    width: 130px;
  }
}
@media (max-width: 912px) {
  .first-landing-with-h1 h1 {
    font-size: 22px;
    margin-top: 50px;
    line-height: 30px;
  }
}
@media (max-width: 952px) {
  .hamburger-contact-page {
    display: block;
  }
  .navbar-contact-page {
    display: none;
  }
  .hamburger-Main-Side-Bar span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  .Main-Header-Contact-blur img {
    margin-left: 120px;
    height: 60px;
    width: 170px;
  }
  header .one p {
    display: none;
  }

  header .one i {
    display: none;
  }

  .faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-left: 10px;
    margin-right: 10px;
  }
  form {
    margin-top: 10px;
    margin-left: -40px;
  }
  form input {
    border: none;
    width: 100%;
    background: #e7e6e6;
    padding: 9px;
  }
  form textarea {
    width: 100%;
    background: #e7e6e6;
    padding: 12px;
    height: 90px;
  }
  iframe {
    margin-left: 10px;
    margin-top: 30px;
    width: 430px;
    height: 430px;
    margin-right: 850px;
  }
  .orange-back {
    display: none;
  }
}
/* .dotted{
    display: none;
  }
} */

/* Tablets */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .first-landing-with-imge img {
    display: none;
  }
  .first-landing-with-h1 h1 {
    font-size: 22px;
    margin-top: 50px;
    line-height: 30px;
  }
  .Main-Header-About .contact-US {
    margin-left: 20px;
  }
  .Main-Header-About .contact-US h1 {
    font-size: 20px;
  }
  .licensedbyCentral p:nth-child(1) {
    display: none;
  }
  .cbnnid {
    width: 250px;
    height: 40px;
    padding: 12px;
  }

  .Warning img {
    width: 290px;
    align-items: center;
    justify-content: center;
    height: 150px;
  }
  .aboutwriteup {
    text-align: justify;
    margin-left: 10px;
    font-size: 13px;
    margin-right: 10px;
    line-height: 28px;
  }
  .visionandmission {
    display: flex;
    justify-content: center;
    line-height: 22px;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  .meets {
    background: #043d04;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 45px;
    border-radius: 20px;
    display: flex;
    margin-top: 60px;
  }
  .have-qsAbout {
    display: none;
  }

  .Warning {
    display: flex;
    flex-direction: column;
    background: #075007;
    margin-top: 30px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    line-height: 27px;
    padding: 10px;
    margin-right: 9px;
    font-size: 12px;
    margin-left: 9px;
  }
  .orange-back {
    display: none;
  }
  .dotted {
    display: none;
  }
}
@media (max-width: 820) {
  .first-landing-with-h1 h1 {
    font-size: 22px;
    margin-top: -100px;
    line-height: 30px;
  }
  .orange-back {
    display: none;
  }
  .dotted {
    display: none;
  }
}
/* Large phones */
@media (max-width: 480px) {
  .Main-Header-Contact-blur img {
    /* margin-right: 120px; */
    height: 60px;
    width: 170px;
  }
  .orange-back {
    display: none;
  }
  .dotted {
    display: none;
  }
}
@media (max-width: 992px) {
  .Main-Header-Contact-blur img {
    margin-right: 120px;
  }
}
