@media only screen and (width < 1100px) {
  .registration-cont {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .web-logo {
    display: none;
  }

  .mob-logo {
    display: block;
  }

  .footer-logo img {
    width: 50% !important;
  }

  .mob-logo-2 img {
    width: 68%;
  }

  .download-btn1 button,
  .aply-btn button {
    width: 132px !important;
  }

  .header .nav-menu {
    display: none;
  }

  .circle-img img {
    width: 77px;
  }

  .circle-img {
    margin-top: 3rem;
  }

  #btn-toggle {
    width: 100%;
    text-align: left;
  }

  .top-header {
    padding: 0;
  }

  .head-para,
  .blogs .head-para {
    width: 100%;
  }

  .head-para p {
    width: 50ch;
  }

  .slick-dots {
    display: none;
  }

  .phn-cont {
    width: 100% !important;
    background: none !important;
    box-shadow: unset;
  }

  .download-btn1 {
    margin-bottom: 1rem;
  }

  .credit-images img,
  .banner-cont img {
    width: 100%;
  }

  .credit-images {
    overflow: unset;
  }

  .detail-list {
    width: 90px !important;
  }

  .customers-blog {
    overflow: hidden;
  }
  .customers-blog .blogs {
    padding: 0 !important;
  }

  .detail-list .addr {
    width: 238px;
  }

  .blog-card-cont p {
    margin-right: 5rem;
  }

  .addr-width {
    width: 300px;
  }

  .credit-h {
    padding: 0 1rem;
  }

  .custom-button-space {
    justify-content: center;
  }

  .phn-img img {
    width: 100%;
    height: 432px;
  }

  .start-sec {
    overflow: hidden;
  }

  .credit-h h1 {
    line-height: 50px;
    font-size: 1.8rem;
  }

  .credit-h p {
    font-size: 18px;
  }

  .bannr-sec {
    margin-top: 7rem;
  }

  .main-counter .count {
    font-size: 20px;
  }

  .counter-st-margin {
    margin-bottom: 2rem;
  }

  .download-btn1 button,
  .aply-btn button {
    font-size: 13px;
  }

  .main-counter p {
    font-size: 13px !important;
    margin-bottom: 0.5rem;
  }

  .blog-and-articles .card {
    width: 100%;

    img {
      width: 90%;
    }

    h5 {
      font-size: 22px;
    }

    p {
      width: 20ch;
    }
  }

  .footer-list .card {
    width: 100%;
  }

  .footer-detail-list {
    justify-content: flex-start;
  }

  .aply-btn button img {
    width: 24px;
  }

  .playstore-btn button {
    font-size: 8px;
    display: none;
  }

  .browse-btn button {
    font-size: 10px;
  }

  .get-con h2 {
    font-size: 20px;
  }

  .header-list {
    display: block;
    line-height: 40px;
  }

  .select-form {
    padding: 0 !important;
  }

  .applies-btn {
    display: block;
  }

  .download-btn1 button img {
    display: none;
  }
}

@media only screen and (width < 600px) {
  .head-para p {
    line-height: normal;
  }
}
