@media screen and (max-width: 1799px) {
  header {
    padding: 12px 80px;
  }
  .leaf-img-2 {
    bottom: -110px;
    max-width: 170px;
  }
  .leaf-img-5 {
    max-width: 145px;
  }
  .location-form {
    padding: 20px 0 !important;
  }
  .leaf-img-3 {
    max-width: 100px;
  }
}

@media screen and (max-width: 1599px) {
  .theme-padding {
    padding-left: 100px;
    padding-right: 100px;
  }

  header {
    padding: 12px 30px;
  }

  h3 {
    font-size: 22px;
  }

  .location-list h3 {
    min-height: inherit;
  }

  .leaf-img-1 {
    bottom: -22px;
    left: -113px;
    max-width: 115px;
  }
  .header__menu-item {
    display: inline-block;
    padding: 16px 10px;
  }
}

@media screen and (max-width: 1416px) {
  .highlights-img {
    padding: 14px;
    min-height: 198px;
    max-width: 227px;
    display: block;
    margin: auto;
  }


  .header-primary-menu-wrapper {
    gap: 10px;
    justify-content: space-around;
  }

  .theme-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }

  header {
    padding: 12px 30px 12px 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .theme-logo.shapoorji-logo img {
    max-width: 195px;
  }
  .amenities-img img {
    max-width: 60px;
    margin-bottom: 15px;
  }
  .leaf-img-5 {
    max-width: 100px;
    bottom: -105px;
  }
  .leaf-img-3 {
    max-width: 80px;
    opacity: 0.3;
  }
  .header__menu-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 1216px) {
  .about-img {
    border: 1px solid #143c1c38;
    border-bottom-right-radius: 65px;
    padding: 10px;
  }
  .header__menu-link {
    font-size: 14px;
  }
  #section-banner,
  .section-cms {
    margin-top: 77px;
  }

  .section-location-map .theme-padding,
  .section-location .theme-padding {
    padding-left: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .section-location-map .theme-padding {
    padding-left: 0 !important;
  }

  .theme-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  header {
    padding: 20px 30px;
  }

  .splide__arrow {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .insomenu-bars {
    top: 50%;
    right: 10px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #28438c;
  }

  .insomenu-bars span:before {
    top: -8px;
  }

  .insomenu-active .insomenu-bars span,
  .insomenu-active .insomenu-bars span:after,
  .insomenu-active .insomenu-bars span:before {
    opacity: 1;
  }

  .insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }

  .insomenu-bars span:after,
  .insomenu-bars span:before {
    display: block;
    content: "";
  }

  .insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }

  .insomenu-bars span:after {
    bottom: -8px;
    width: 20px;
    -webkit-transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .insomenu-active .insomenu-bars span {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 1;
    width: 25px;
  }

  .insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom 0.1s ease,
      -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
  }

  .insomenu-active .insomenu-bars span {
    width: 25px;
  }

  .insomenu-active .menu-creative,
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  #header-primary-menu {
    position: fixed;
    background-color: #ffffff;
    color: #fff;
    width: 100%;
    right: 0;
    padding: 0;
    padding: 70px 30px 30px !important;
    margin-top: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    opacity: 0;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    overflow-y: auto;
  }

  .insomenu-active #header-primary-menu {
    opacity: 1;
    clip-path: circle(1600px at 90% -10%);
    -webkit-clip-path: circle(1600px at 90% -10%);
    pointer-events: all;
  }

  #header-primary-menu ul li {
    display: block;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .header__menu-item {
    line-height: 32px;
  }

  #header-primary-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sticky-btn-enquire {
    z-index: 888 !important;
  }
  .leaf-img-4 {
    max-width: 200px;
    bottom: -115px;
  }
  .leaf-img-6 {
    bottom: -110px;
    max-width: 150px;
  }
  .amenities-col {
    width: 25%;
    flex: 0 0 25%;
  }
  .location-img {
    max-width: 600px;
    margin: 0 auto;
  }
  .columns.location-cols {
    display: flex;
  }
  .location-col:nth-child(1) {
    order: 2 !important;
  }
  .thankyou-logo img {
    height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .section-location-map:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 66%;
    background: #fff;
  }

  .leaf-img-1 {
    display: none;
  }

  /*.leaf-img-2 {
    display: none;
  }

  .leaf-img-4 {
    display: none;
  }

  .leaf-img-6 {
    display: none;
  }

  .leaf-img-5 {
    display: none;
  }

  .leaf-img-7 {
    display: none;
  }

  .leaf-img-3 {
    display: none;
  } */
  .leaf-img-2 {
    bottom: -75px;
    max-width: 120px;
  }

  .about-img {
    border: 1px solid #143c1c38;
    border-bottom-right-radius: 119px;
    padding: 10px;
  }

  .container {
    padding: 0 30px;
  }


  .row-copyright {
    margin: -5px;
  }

  .col-copyright {
    padding: 5px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
    right: -39px;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: 375px;
    right: -59px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  #section-banner,
  .section-cms {
    margin-top: 71px;
  }

  .theme-logo img {
    max-height: 31px;
  }

  .col-copyright,
  .col-copyright:last-child {
    text-align: center;
  }

  .location-block {
    padding: 0 0 0 30px;
  }

  #back2top svg {
    width: 36px;
    height: 36px;
  }

  #back2top {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .call-btn {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .sticky-bottom-form-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -165px;
    left: 0;
    width: 100%;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #143c1c;
    z-index: 999;
  }

  .sticky-bottom-form.open .close-form {
    opacity: 1;
    background-color: transparent;
  }

  .sticky-bottom-form.open .sticky-bottom-form-inner {
    bottom: 0;
    left: 0;
  }

  .sticky-bottom-form {
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgb(45 41 38 / 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
  }

  .sticky-bottom-form .col-form {
    width: 50%;
    margin: 0 0 15px !important;
  }

  .sticky-bottom-form .col-form.col-form-btn {
    width: 100%;
  }

  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }

  .col-form-title h3 {
    margin: 0;
    padding: 10px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
  }

  #footer {
    padding: 20px;
  }

  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }
  .section-location-map .theme-padding {
    padding-left: 30px !important;
  }
  .section-location-map:before {
    display: none;
  }
  #section-location-map .section-title h2,
  #section-location-map .section-title .title-tagline {
    color: #fff;
  }
  .location-map iframe {
    height: 450px;
    margin-bottom: 10px !important;
  }
  .footer-logo {
    max-width: 450px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .about-img {
    border: 1px solid #143c1c38;
    border-bottom-right-radius: 105px;
    padding: 10px;
  }

  .col-footer {
    padding: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .col-footer:last-child {
    margin-bottom: 0 !important;
  }
  .leaf-img-4 {
    max-width: 150px;
    bottom: -95px;
  }
}

@media screen and (max-width: 768px) {
  .about-img {
    border: 1px solid #143c1c38;
    border-bottom-right-radius: 71px;
    padding: 10px;
  }

  .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    left: 10px !important;
  }

  #location-slider1 {
    margin-top: 30px;
  }

  .copyright-detail .small {
    font-size: 13px;
  }

  .counter-block h3 {
    font-size: 28px;
  }

  .tab-list .tab {
    width: 160px;
    padding: 12px 24px;
  }

  .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
    left: 0;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .location-block {
    padding: 30px 0 0 0;
  }

  #register-modal {
    padding: 25px;
  }
  .leaf-img-2 {
    bottom: -65px;
    max-width: 100px;
  }
  .title-tagline {
    font-size: 24px;
    line-height: 30px;
  }
  .leaf-img-6 {
    bottom: -85px;
    max-width: 110px;
  }
  .amenities-col {
    width: 33%;
    flex: 0 0 33%;
  }
  .leaf-img-5 {
    max-width: 77px;
    bottom: -85px;
  }
  .amenities-img {
    padding: 30px 20px;
  }
  .footer .columns.gap-2 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }
  .footer .gap-2 > .column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .developer-col:before{
    display: none;
  }
  .thankyou-logo img {
    height: 38px;
}
}

@media screen and (max-width: 575px) {
  .header-primary-menu-wrapper {
    gap: 16px;
  }

  .theme-logo.shapoorji-logo {
    margin-right: 45px;
  }

  .about-img {
    border: 1px solid #143c1c38;
    border-bottom-right-radius: 60px;
    padding: 10px;
  }

  .amenities-img {
    padding: 20px 10px;
    min-height: 85px;
    max-width: 200px;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .developer-img img {
    max-width: 170px;
    display: block;
    margin: 40px auto;
  }

  .location-form .col-form {
    margin-bottom: 20px;
  }

  .location-form {
    padding-top: 40px;
  }

  .section-location-map:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 65%;
    background: #fff;
  }

  .splide__arrows {
    margin-top: 20px;
  }

  .location-text {
    margin-bottom: 0px;
  }

  .highlight-detail,
  .amenities-detail {
    max-width: 840px;
    margin: 0 auto 30px;
  }

  .highlights-img {
    padding: 5px;
    min-height: 145px;
    max-width: 200px;
    display: block;
    margin: auto;
  }

  .title-tagline {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .theme-modal-card-body {
    padding: 20px;
  }

  .sm-form-control {
    font-size: 13px;
  }

  .theme-btn {
    font-size: 13px;
    line-height: 20px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .accordion .card__content {
    padding: 0 15px 15px;
  }

  .accordion .card__title {
    padding: 8px 15px;
  }

  .column.col-register {
    padding: 8px;
  }

  .columns.row-register {
    margin: -8px !important;
  }

  .sm-form-control {
    padding: 12px 12px 12px 0;
  }

  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }

  .listed-points li:before {
    width: 8px;
    height: 8px;
  }

  .listed-points li {
    padding-left: 20px;
  }

  h3 {
    font-size: 18px;
  }

  #main-slider .splide__arrow {
    display: none;
  }

  .accordion .card__title {
    font-size: 16px;
    min-height: 50px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #section-banner,
  .section-cms {
    margin-top: 65px;
  }

  .theme-logo img {
    max-height: 23px;
  }

  .tab-list {
    gap: 10px;
  }

  #home #footer {
    padding: 50px 0 70px;
  }

  .sticky-bottom-form {
    display: none !important;
  }

  .sticky-btn-enquire {
    transform: unset;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    width: 50%;
    padding: 10px 0px !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: unset;
    right: 0;
    width: 50%;
    left: unset;
    border-left: 1px solid #fff;
  }

  .thankyou-block h1 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 26px;
  }

  .thankyou-msg {
    font-size: 14px !important;
  }


  .close1,
  .close {
    bottom: initial;
    top: -18px;
    left: initial;
    right: -18px;
    width: 36px;
    height: 36px;
  }

  .theme-modal-card {
    max-width: 100%;
  }

  .theme-modal .theme-modal-card {
    top: -30px;
    transform: none;
    margin-top: 30px;
    padding: 20px;
  }

  .theme-modal.is-active .theme-modal-card {
    top: 0;
    transform: none;
    margin-top: 30px;
  }

  #back2top {
    display: none !important;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title h2:before {
    height: 2px;
  }

  .connectivity-list {
    margin-top: 10px;
  }
  .leaf-img-4 {
    max-width: 115px;
    bottom: -70px;
  }
  .leaf-img-6 {
    bottom: -55px;
    max-width: 80px;
  }
  .leaf-img-5 {
    max-width: 50px;
    bottom: -55px;
    opacity: 0.5;
  }
  .amenities-img img {
    max-width: 50px;
    margin-bottom: 10px;
  }
  .location-map iframe {
    height: 300px;
    margin-bottom: 20px;
  }
  .footer-logo {
    max-width: 320px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .copyright-line {
    display: block;
    font-size: 0 !important;
    line-height: 0 !important;
  }
  .col-header:first-child {
    max-width: 130px;
    padding: 0;
    flex: 0 0 130px;
  }
  .theme-logo img {
    max-height: 20px;
  }
  .modal-title {
    font-size: 20px;
  }

  .counter-block h3 {
    font-size: 24px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
  }
  header {
    padding: 15px 30px 15px 20px;
  }
  .amenities-cols{
    margin-bottom: -0 !important;
  }
  .amenities-col {
    width: 50%;
    flex: 0 0 50%;
    padding-bottom: 0;
  }
  .amenities-img img {
    max-width: 45px;
  }
  .location-name {
    gap: 15px;
  }
  .theme-logo img {
    max-height: 19px;
  }
}

@media screen and (max-width: 420px) {
  .about-img {
    border: 1px solid #143c1c38;
    border-bottom-right-radius: 50px;
    padding: 10px;
  }

  .modal-title {
    font-size: 16px;
  }

  .sticky-btn-enquire {
    font-size: 12px !important;
  }

  .sticky-btn-enquire {
    width: 40%;
  }

  .sticky-btn-enquire.sticky-brochure {
    width: 60%;
  }
 
  #section-banner,
  .section-cms {
    margin-top: 50px;
  }
  .leaf-img-2 {
    bottom: -35px;
    max-width: 70px;
  }
  .highlights-img p {
    font-size: 13px;
    line-height: 18px;
  }
  .section-highlights .container {
    padding: 0 20px;
  }
  .theme-logo img {
    max-height: 17px;
}
.theme-logo.shapoorji-logo{
  margin-right: 50px;
}
.stock-image::after, 
.actual-image::after, 
.artistic-impression::after{
  right: 25px;
}
}

@media screen and (max-width: 380px) {
  .tab-list .tab {
    width: 100%;
    padding: 12px 24px;
  }

  .thankyou-logo img {
    height: 26px;
}
}

@media screen and (max-width: 360px) {
  .section-title h1,
  .section-title h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .theme-logo img {
    max-height: 15px;
  }
  header {
    padding: 15px 30px 15px 10px;
  }
  .amenities-img img {
    max-width: 42px;
    margin-bottom: 6px;
  }
}



@media screen and (min-width: 768px) {
    .banner-display{
        display:block;
    }
    
    .mobbanner-display{
        display:none;
    }
}


@media screen and (max-width: 767px) {
    .banner-display{
        display:none;
    }
    
     .mobbanner-display{
        display:block;
    }
}

