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

@media only screen and (max-width: 1599px) {
  html {
    font-size: 9px;
  }

  /* Font size start */
  h3,
  .h3 {
    font-size: 22px;
  }

  .h3.small,
  h3.small {
    font-size: 18px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h4.small {
    font-size: 14px;
  }

  h5,
  .h5 {
    font-size: 12px;
  }

  h5.small {
    font-size: 12px;
  }

  h6,
  .h6 {
    font-size: 12px;
  }

  .p,
  p {
    font-size: 16px;
  }

  .font-16 {
    font-size: 14px;
  }
  /* Font size end */
}

@media only screen and (max-width: 1439px) {
  html {
    font-size: 8px;
  }

  /* Font size start */
  h3,
  .h3 {
    font-size: 20px;
  }

  .h3.small,
  h3.small {
    font-size: 16px;
  }

  h4,
  .h4 {
    font-size: 14px;
  }

  h4.small {
    font-size: 12px;
  }

  .p,
  p {
    font-size: 14px;
  }

  .font-16 {
    font-size: 12px;
  }
  /* Font size end */

  /* Button start */
  .elite-btn {
    font-size: 14px;
  }
  /* Button end */

  /* Join us start */
  .join-us-description {
    padding-right: 12rem;
  }
  /* Join us end */

  /* Header start */
  .nav-link-btn-wrap {
    width: 74%;
  }
  /* Header end */

  /* Rahul css start */
  .property-info-list {
    font-size: 16px;
    margin-left: 4rem;
  }
  .property-info-list li:not(:last-child) {
    margin-bottom: 18px;
  }
  /* Rahul css end */
}

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

@media only screen and (max-width: 1279px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 6px;
  }

  /* Button start */
  .elite-btn {
    font-size: 14px;
    padding: 8px 3.2rem;
  }
  /* Button end */

  /* Header start */
  .nav-link-btn-wrap {
    width: 78%;
  }
  /* Header end */
}

@media only screen and (max-width: 1023px) {
  .g-80 {
    --bs-gutter-x: 7rem;
    --bs-gutter-y: 7rem;
  }

  /* join us start */
  .join-us-description {
    padding-right: 0;
  }
  /* join us end */

  /* Footer start */
  .sms-icon {
    left: 20px;
  }
  .email-input {
    padding-left: 49px;
    font-size: 14px;
  }
  /* Footer end */

  /* Rahul css start */
  .ev-input,
  .ev-select {
    height: 45px;
    font-size: 14px;
    padding: 10px 15px;
  }
  .icon-input-wrap .input-icon {
    right: 15px;
  }
  .ev-select {
    background-position: right 10px center;
  }
  .breadcrumb {
    font-size: 14px;
  }

  /* Rahul css end */
  .ongoing-projects-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .thanks-you-img-wrapper {
    width: 85%;
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 5px;
  }
  /* Font size start */
  h3,
  .h3 {
    font-size: 18px;
  }

  .h3.small,
  h3.small {
    font-size: 14px;
  }

  /* Font size end */

  /* Button start */
  .elite-btn {
    font-size: 12px;
  }
  /* Button end */

  /* Header start */
  .hamburger {
    display: block;
  }
  .nav-link-btn-wrap {
    width: 50%;
    position: fixed;
    flex-direction: column;
    top: 0;
    right: 0;
    padding: 3rem;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: var(--dark-blue);
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
  }
  .nav-link-btn-wrap.nav-open {
    transform: translateX(0%);
    transition: all 0.3s ease-in-out;
  }
  .nav-link-list {
    flex-direction: column;
  }
  .nav-link-list .nav-link-wrap:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .header-btn-wrap {
    flex-wrap: wrap;
    margin-top: 4.2rem;
  }
  .header-btn-wrap button:not(:last-of-type) {
    margin-right: 12px;
  }
  /* Header end */

  /* Hero start */
  .elite-hero {
    min-height: 100%;
    padding-top: 22rem;
  }
  /* Hero end */

  /* Join us start */
  .join-us {
    margin-top: 0;
  }
  .join-us-img-wrap {
    position: static;
    margin: auto;
    margin-bottom: 0;
  }
  .join-us-row {
    flex-direction: column;
    padding-bottom: 0;
  }
  .join-us-img-wrap img {
    object-fit: fill;
  }
  .join-us-description {
    max-width: 100%;
  }
  /* Join us end */

  /* Footer start */
  .footer-separator {
    display: none;
  }
  .footer-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    grid-gap: 20px;
  }
  .email-send-btn {
    right: 8px;
  }
  /* Footer end */

  /* Why us start */
  .why-invest-points-container {
    grid-template-columns: 1fr;
  }
  .why-invest-points-container::before {
    content: none;
  }
  .why-invest-points-container::after {
    content: none;
  }
  .why-invest-points-container .why-invest-point-wrap:nth-of-type(odd) {
    justify-content: flex-start;
  }
  /* Why us end */

  /* Our core value start */
  .core-value-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Our core value end */

  /* Rahul css start */
  .property-info-list {
    font-size: 14px;
    padding-left: 15px;
    margin-left: 15px;
  }
  .property-info-list li:not(:last-child) {
    margin-bottom: 14px;
  }
  /* Rahul css end */
  .thanks-you-img-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* About us start */

  .about-us-text-description {
    max-width: 89.5rem;
  }
  .about-us-text {
    padding-top: 8.7rem;
  }

  /* About us end */

  /* Our core value start */

  .core-value-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  /* Our core value end */

  /* client approach start */

  .client-approach-content-wrapper {
    max-width: 100%;
  }

  .client-approach-wrapper-img {
    clip-path: unset;
  }

  /* client approach end */

  /* Mitigating Risks Start */
  .mitigating-risks .nav .nav-link {
    padding: 4.8rem 3.2rem;
  }
  /* Mitigating Risks End */

  /* Rahul css start */
  .contact-form {
    max-width: 100%;
    padding: 20px 12px;
  }
  .property-image {
    --bs-aspect-ratio: 45%;
  }
  .property-info-list {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
  }
  /* Rahul css end */
}

@media only screen and (max-width: 575px) {
  .g-80 {
    --bs-gutter-x: 0;
  }

  /* Footer start */
  .footer-wrap {
    grid-template-columns: 1fr;
  }
  .footer-logo-text {
    max-width: 100%;
  }
  .elite-logo {
    max-width: 21.3rem;
    height: 8.2rem;
  }
  /* Footer end */

  /* About us start */

  .about-us-text-description {
    max-width: 90%;
  }

  .about-us-img-wrapper {
    width: 90%;
  }

  /* About us end */

  /* Rahul css start */
  .property-image {
    margin-bottom: 20px;
  }
  .property-info-list {
    font-size: 12px;
  }
  .property-info-list svg {
    width: 15px;
    height: 15px;
  }

  /* Rahul css end */
  .ongoing-projects-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  /* Header start */
  .nav-link-btn-wrap {
    width: 100%;
  }
  /* Header start  */

  /* About us start */

  .about-us-img-wrapper {
    width: 90%;
    padding-bottom: 43%;
  }

  /* About us end */
}

@media only screen and (max-width: 350px) {
  /* Why us Start */
  .why-invest-point-wrap {
    margin: 0;
  }
  .why-invest-point-wrap h4 {
    max-width: 240px;
    word-break: break-word;
  }
  /* Why us end */
}
