@media screen and (max-width: 1200px) {
  .ban_form {
    padding: 22px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .project_title p {
    font-size: 20px;
  }
}

@media screen and (max-width: 990px) {
  .navbar-light .navbar-toggler {
    border: none !important;
  }

  .navbar-light .navbar-toggler-icon {
    filter: invert(1);
  }

  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .rera_para p {
    font-size: 13px;
  }

  .over-view-contain {
    display: flex;
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 767px) {
  .ban_form {
    width: 100%;
    /* background: rgba(0, 0, 0, 0.40); */
  }

  .nav-tabs .nav-link {
    padding: 0.5rem 0.5rem;
  }

.diff-overlay-txt .diff-overlay-subtitle {
  font-size: 14px;
}

.big{
  font-size: 2rem !important;
  text-align: center;
}


.small{
  text-align: center;
}

.proj_btn{
  padding: 5px 10px;
}

.pb{
  padding: 0;
}

  img,
  video{
    width: 100%;
  }
  
  .proj_btn span {
    font-size: 12px;
  }

  .section__banner {
    /* margin-top: 15%; */
  }

  .project_div {
    margin-top: 40px;
  }

  .project_img.animate::before {
    bottom: 0%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000ab 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(#000000ab)
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000ab 100%);
  }

  .project_img.animate .diff-overlay-txt {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    opacity: 1;
    bottom: 0%;
  }

  .realty_para h2 {
    font-size: 24px;
  }

  .century h2 {
    line-height: 1.2;
    font-size: 22px;
  }

  .fixed_div {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #cfa131;
    padding: 10px 0;
    text-align: center;
    z-index: 2;
  }

  .fixed_div button,
  .fixed_div a {
    color: #fff;
    font-family: var(--poppins);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    background-color: transparent !important;
    border: none !important;
  }

  .div_line {
    border-right: 1px solid #fff;
  }

  .btn_dwnld {
    display: none !important;
  }

  .digit,
  .position {
    width: 33px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 24px !important;
  }

  .countDiv {
    height: 61px !important;
  }

  .countDiv:before {
    top: 20px !important;
  }

  .countDiv:after {
    top: 30px !important;
  }

  .countDays:before,
  .countHours:before,
  .countMinutes:before,
  .countSeconds:before {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .realty_icon p {
    font-size: 15px;
  }

  .thank_wrap {
    margin: 30% 0;
  }

  .qr_div img {
    width: 65% !important;
  }
}

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