@media screen and (max-width: 1799px) {
  .feature-block {
    padding: 100px;
    max-width: 1300px;
  }
}

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

.location-text {
        padding: 60px 100px;
    }

  header {
    padding: 12px 60px;
  }

  body {
    font-size: 16px;
  }

  .feature-icon-block {
    max-width: 120px;
    height: 120px;
    display: flex;
    /*padding: 20px;*/
  }

  .feature-block {
    padding: 100px;
    max-width: 1210px;
  }

  h3 {
    font-size: 22px;
  }

  .location-list h3 {
    min-height: inherit;
  }
.studio-img img {
    width: auto;
    height: auto;
}
}

@media screen and (max-width: 1408px) {
    .location-text {
        padding: 60px 60px;
    }
  .theme-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .designed-icons img {
    max-width: 160px;
  }

  .designed-icone-1 img {
    max-width: 160px;
    margin: 0 auto 10px;
  }

  .feature-icon-block {
    background-color: #ffffff90;
  }

  .feature-col:nth-child(4) .feature-icon-block::before {
    display: none;
  }

  .feature-col:nth-child(5) .feature-icon-block::after {
    display: none;
  }

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

  .feature-block {
    padding: 40px;
    max-width: 830px;
  }

  .feature-col {
    width: 20.50%;
  }

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

  header {
    padding: 12px 60px;
  }

  section,
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1216px) {
    .location-text {
        padding: 30px 35px;
    }
  .theme-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .actual-image::after {
    font-size: 14px;
  }

  .footer-inner-block {
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer-desc-qr {
    display: flex;
    gap: 30px;
    align-items: center;
  }

  .footer-rera-no span {
    display: block;
    font-size: 22px;
  }

  .about-logo-block {
    max-width: 300px;
  }

  .menu-link.active {
    color: #fff;
  }

  .menu-item a {
    color: #ffffffe0;
  }

  h3 {
    font-size: 20px;
  }

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

  header {
    padding: 12px 30px;
  }

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

  .insomenu-bars {
    top: 50%;
    right: 30px;
    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: #30A0B5;
  }

  .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;
    background-color: #fff;
  }

  .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;
  }

  .theme-menu {
    position: fixed;
    background-color: #30A0B5;
    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 .theme-menu {
    opacity: 1;
    clip-path: circle(1600px at 90% -10%);
    -webkit-clip-path: circle(1600px at 90% -10%);
    pointer-events: all;
  }

  .theme-menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

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

  .theme-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sticky-btn-enquire {
    z-index: 888 !important;
  }

  .theme-menu ul {
    flex-direction: column;
    justify-content: start;
  }

}

@media screen and (max-width: 1024px) {
  .menu-item a {
    color: #fff;
  }

  .overview-content span {
    font-size: 16px;
  }

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

  }

  .footer-qr-rera-inner {
    justify-content: center;
  }

  .overview-content {
    margin: 0 auto 20px;
  }

  .footer-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #30A0B5;
    text-align: center;
  }

  .footer-desc-qr {
    gap: 20px;
    flex-direction: column;
  }

  .location-text {
    padding: 60px 35px 0;
    text-align: center;
  }

  .location-text p {
    max-width: 630px;
    margin: 0 auto;
  }

  .about-block {
    text-align: center;
  }

  .about-logo-block {
    max-width: 250px;
    margin: 0 auto 10px;
  }

  .lifestyle-slider .splide__arrow {
    position: static;
    transform: unset;
  }

  .lifestyle-slider .splide__arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }

  .theme-block-img span {
    bottom: 20px;
    padding: 6px 10px;
  }

  .container {
    padding: 0 30px;
  }

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

  .col-copyright {
    padding: 5px;
  }

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

  .sticky-btn-enquire.sticky-brochure {
    top: 400px;
    right: -69px;
  }

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

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

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

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

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

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

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

  .scroll-to-top svg {
    width: 36px;
    height: 36px;
  }

  .scroll-to-top {
    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: -225px;
    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: #30A0B5;
    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 #eee;
    text-transform: uppercase;
  }

  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }
}

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

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

  .col-footer:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
    .site-address {
        margin-bottom: 20px;
    }
    .footer-inner small {
    font-size: 14px;
    line-height: 18px;
    display: block;
}
    .footer-desc small {
        font-size: 12px !important;
        line-height: 15px !important;
        display: block;
    }
  .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    left: 30px !important;
  }

  .actual-image::after {
    font-size: 11px;
  }

  .overview-text-block {
    padding: 0;
  }

  .designed-icons {
    gap: 20px;
  }


  .designed-icons {
    margin-bottom: 10px;
  }

  .mobile-show {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .overview-block {
    padding-left: 35px !important;
  }

  /*.overview-img-block img {*/
  /*  height: 500px;*/
  /*}*/

  .lifestyle-slider .splide__arrows {
    margin-top: 20px;
  }

  .about-logo-block {
    max-width: 200px;
    margin: 0 auto 10px;
  }

  .walkthrough-block .theme-block-icon {
    height: 55px;
    width: 55px;
  }

  .feature-col:nth-child(5) .feature-icon-block::after {
    display: block;
  }

  .feature-col:nth-child(4) .feature-icon-block::before {
    display: block;
  }

  .feature-col:nth-child(3) .feature-icon-block::before {
    display: none;
  }

  .feature-col:nth-child(4) .feature-icon-block::after {
    display: none;
  }

  .feature-col:nth-child(6) .feature-icon-block::before {
    display: none;
  }

  .feature-col:last-child .feature-icon-block::after {
    display: none;
  }

  .feature-col {
    width: 100%;
    padding: 25px 0;
    position: relative;
  }

  .feature-col:first-child:before {
    display: none;
  }

  .feature-col::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url('../images/wave.svg');
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
  }

  .feature-icon-block {
    max-width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border: none;
  }

  .feature-icon-block {
    max-width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 2px solid #30A0B5;
    border-radius: 100%;
    padding: 15px;
    position: relative;
  }

  .feature-icon-block::after,
  .feature-icon-block::before {
    position: absolute;
    content: "";
    background-color: #30A0B5;
    height: 0;
    width: 100%;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .feature-block {
    padding: 40px;
    max-width: 100%;
    top: 20px;
    transform: unset;
    color: #fff;
    z-index: 2;
  }
  .feature-icon-block span {
    color: #444444;
}

  .section-feature::before {
    background-color: #00000080; 
    opacity: 0.2;
  }

  .feature-icon-block span br {
    display: none;
  }

  .section-location {}

  .location-text {
    padding: 40px 35px 0;
    text-align: center;
  }

  .location-text p {
    max-width: unset;
  }

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

  .section-overview {
    padding: 40px 0 !important;
  }

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

  /*.section-title {*/
  /*  margin-bottom: 40px;*/
  /*}*/

  #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: 30px;
  }

  .copyright-line {
    display: block;
    font-size: 0 !important;
    line-height: 0 !important;
  }

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

  #register-modal {
    padding: 25px;
  }
  
  .feature-mobile-show {
    display: block;
  }
}

@media screen and (max-width: 575px) {
        .section-feature::before {
        background-color: #00000080;
        opacity: 0;
    }
    .feature-block{
        top: 10px;
    }
    .footer-qr-rera-inner{
        gap: 5px;
    }
    .footer-rera-no span {
    display: block;
    font-size: 14px;
    }
    
  
  .feature-col {
    padding: 15px 0;
  }

  .feature-col::before {
    width: 30px;
    height: 30px;
    bottom: 20px;
  }

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

  .feature-icon-block::after,
  .feature-icon-block::before {
    display: none;
  }

  .feature-block-mobile-hidden {
    display: none !important;
  }

  .overview-block {
    padding-left: 20px !important;
  }

  /*.overview-img-block img {*/
  /*  height: 400px;*/
  /*}*/

  .footer-desc-qr {
    gap: 15px;
  }

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

  .walkthrough-block .theme-block-icon {
    height: 45px;
    width: 45px;
  }

  .footer-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .location-text {
    padding: 30px 20px 0;
    text-align: center;
  }

  .about-logo-block {
    max-width: 170px;
    margin: 0 auto 10px;
  }

  .theme-block-img {
    max-width: fit-content;
    margin: 0 auto;
  }

  .feature-block {
    padding: 30px 20px;
    max-width: 830px;
  }


  .container {
    padding: 0 20px;
  }

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

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

  .theme-btn {
    font-size: 13px;
    line-height: 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,
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

  .tab-list {
    gap: 10px;
  }

  #home #footer {
    padding: 30px 0 30px;
  }

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

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

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

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

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

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

  .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;
  }

  .scroll-to-top {
    display: none !important;
  }

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

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

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

  .connectivity-list {
    margin-top: 10px;
  }
	
	.sticky-btn-enquire.hidden-desktop{
		display:block;
	}
}

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

  .feature-block {
    padding: 20px 20px;
    max-width: 100%;
  }

  .feature-icon-block span {
    font-size: 14px;
    line-height: 20px;
  }

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

  .feature-col {
    padding: 10px 0;
  }

  .feature-col::before {
    width: 25px;
    height: 25px;
    bottom: 15px;
  }

  .feature-col:nth-child(2) .feature-icon-block::before {
    display: none;
  }

  .feature-col:nth-child(3) .feature-icon-block::after {
    display: none;
  }

  .feature-col:nth-child(3) .feature-icon-block::before {
    display: block;
  }

  .feature-col:nth-child(4) .feature-icon-block::before {
    display: none;
  }

  .feature-col:nth-child(4) .feature-icon-block::after {
    display: block;
  }


  .feature-col:nth-child(5) .feature-icon-block::after {
    display: none;
  }


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

  .feature-col {
    width: 100%;
  }

  .feature-mobile-hidden {
    /* display: none; */
  }

  .feature-wapper {
    /* background-image: url(../images/features/pool-8-7-xs.jpg); */
    background-position: center;
    background-size: cover;
  }

  .feature-block {
    /* position: relative; */
  }

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

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

@media screen and (max-width: 420px) {
  .modal-title {
    font-size: 16px;
  }

  .footer-qr-rera-inner {
    flex-direction: column;
  }

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

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

  .sticky-btn-enquire.sticky-brochure {
    width: 60%;
  }
}

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

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

  header {
    padding: 10px 30px;
  }

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

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

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

  .feature-col {
    padding: 8px 0;
  }

  .feature-col::before {
    width: 20px;
    height: 20px;
    bottom: 15px;
  }
}