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

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

  .list-point li:before {
    top: 6px;
  }

  .counter,
  .counter span {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .sticky-btn-enquire {
    right: -40px;
    padding: 7px 15px !important;
  }

  .pb-6 {
    padding-bottom: 30px !important;
  }

  .pt-6 {
    padding-top: 30px !important;
  }

  .amenities-slider-items .card-item-content p {
    max-width: inherit;
  }

  .location-block-wrapper {
    padding: 30px;
    left: 100px;
  }

  .mt-6 {
    margin-top: 40px !important;
  }

  .card-item-content p {
    max-width: 180px;
  }

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

  body {
    font-size: 15px;
  }

  .section-title h3 {
    font-size: 42px;
    line-height: 52px;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: 370px;
    right: -73px;
  }

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

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

  header {
    padding: 12px 100px;
  }

  h3 {
    font-size: 22px;
  }

  .header__menu-link {
    font-size: 15px;
  }

  .gap-3>.column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns.gap-3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}

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

  .splide__pagination {
    margin-top: 20px;
  }

  .connectivity-slider-img img {
    width: 60px;
    height: 60px;
  }

  .connectivity-title-with-img {
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .connectivity-title-with-img h6 {
    font-size: 18px;
  }

  .location-list-img img {
    width: 80px;
    height: 80px;
  }

  .location-block-wrapper {
    left: 60px;
    max-width: 600px;
  }

  .location-list h3 {
    font-size: 16px;
    line-height: 20px;
  }

  #location-slider {
    margin-top: 20px;
  }

  .corporate-logo img {
    height: 32px;
  }

  .theme-logo img {
    max-width: 200px;
  }

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

  header {
    padding: 12px 30px;
  }
}

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

  .footer-contact-us-detail {
    padding: 15px 0;
    margin: 15px 0;
  }

  .footer-logo-detail img {
    height: 50px;
  }

  .footer-disclaimer-detail {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }

  .footer-contact-us-items h4 {
    font-size: 15px;
  }

  .counter,
  .counter span {
    font-size: 24px;
    line-height: 24px;
  }

  .location-block-wrapper .section-title {
    margin-bottom: 15px;
  }

  .location-desc p:not(:last-child) {
    margin-bottom: 10px;
  }

  .card-with-icon-item {
    padding: 20px;
  }

  .gap-3>.column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns.gap-3 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .section-title h3 {
    font-size: 34px;
    line-height: 36px;
  }

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

  .header__menu-link {
    color: #111;
  }

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

  .corporate-logo {
    margin-right: 50px;
  }

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

  h3 {
    font-size: 20px;
  }

  header {
    padding: 12px 30px;
  }

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

  .insomenu-bars {
    top: 55%;
    right: 30px;
    margin: 3px 0 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: 2px;
    background-color: #fff;
  }

  .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: #111;
  }

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

}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }

  .amenities-slider-items .col-card-with-icon:nth-child(4) .card-with-icon-item,
  .amenities-slider-items .col-card-with-icon:last-child .card-with-icon-item {
    border-right: 1px solid #D9D9D9;
  }

  .amenities-slider-items .col-card-with-icon:nth-child(5) .card-with-icon-item,
  .amenities-slider-items .col-card-with-icon:nth-child(6) .card-with-icon-item {
    border-bottom: 1px solid #D9D9D9;
  }

  .amenities-slider-items .col-card-with-icon:last-child .card-with-icon-item {
    border-right: 1px solid #D9D9D9 !important;
    border-left: 1px solid #D9D9D9 !important;
  }

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

  .no-webp .section-about-us {
    background-image: url(../images/about-us/about-us-img-md.jpg);
  }

  .webp .section-about-us {
    background-image: url(../images/about-us/about-us-img-md.webp);
  }

  .connectivity-title-with-img h6 {
    font-size: 16px;
  }

  .section-connectivity {
    padding: 30px !important;
  }

  #connectivity-slider {
    margin-top: 20px;
  }

  .connectivity-block {
    padding: 0;
  }

  .location-block-wrapper {
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    max-width: inherit;
  }

  .amenities-slider-items .col-card-with-icon:last-child .card-with-icon-item {
    border-right: 0;
    border-bottom: 0;
  }

  .amenities-slider-items .col-card-with-icon:nth-child(3n + 3) .card-with-icon-item {
    border-right: 0;
  }

  .mt-6 {
    margin-top: 30px !important;
  }

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

  .overview-detail {
    padding: 0;
  }

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

  .gap-3>.column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .columns.gap-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  body {
    font-size: 14px;
  }

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

  .col-copyright {
    padding: 5px;
  }

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

  #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: #101830;
    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 #ffffff60;
    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;
  }
}

@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) {
  .section-overview {
    padding: 30px 20px !important;
  }

  .project-highlights-wrapper .column:nth-child(4) .card-with-icon-item {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-disclaimer-detail small {
    line-height: 16px;
    display: block;
  }

  .splide__arrow {
    width: 36px;
    height: 36px;
  }

  .amenities-slider-items .col-card-with-icon:nth-child(3n + 3) .card-with-icon-item {
    border-right: 1px solid #D9D9D9;
  }

  .amenities-slider-items .col-card-with-icon:nth-child(even) .card-with-icon-item {
    border-right: 0;
  }

  .arrow-bottom-slider .splide__arrows {
    margin-top: 10px;
  }

  .card-item-icon,
  .card-item-icon img {
    width: 40px;
    height: 40px;
  }

  .card-item-icon {
    margin: 0 auto 10px;
  }

  .project-highlights-wrapper .column:nth-child(3n + 3) .card-with-icon-item {
    border-right: 1px solid #D9D9D9;
  }

  .project-highlights-wrapper .column:nth-child(even) .card-with-icon-item {
    border-right: unset;
  }

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

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

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

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

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

  #register-modal {
    padding: 25px;
  }

  .overview-detail {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .no-webp .section-about-us {
    background-image: url(../images/about-us/about-us-img-sm.jpg);
  }

  .webp .section-about-us {
    background-image: url(../images/about-us/about-us-img-sm.webp);
  }
}

@media screen and (max-width: 575px) {
  .theme-modal-card-body {
    padding: 20px;
  }

  .footer-logo-detail img {
    height: 42px;
  }

  .footer-contact-us-items h4 {
    font-size: 14px;
  }

  .section-about-us::before {
    opacity: 0.8;
  }

  .about-company-item p {
    max-width: 85px;
    margin: 0 auto;
  }

  .counter,
  .counter span {
    font-size: 20px;
    line-height: 20px;
  }

  .section-connectivity {
    padding: 30px 20px !important;
  }

  .list-point li:before {
    top: 5px;
  }

  .location-list-img img {
    width: 60px;
    height: 60px;
  }

  .connectivity-title-with-img h6 {
    font-size: 15px;
  }

  .pb-6 {
    padding-bottom: 20px !important;
  }

  .pt-6 {
    padding-top: 20px !important;
  }

  .location-block-wrapper {
    padding: 30px 20px;
  }

  .card-item-icon,
  .card-item-icon img {
    width: 36px;
    height: 36px;
  }

  .card-with-icon-item {
    padding: 20px 10px;
  }

  .container {
    padding: 0 20px;
  }

  .stock-image::after,
  .actual-image::after,
  .artistic-impression::after {
    font-size: 9px;
    line-height: 5px;
  }

  .section-title h3 {
    font-size: 26px;
    line-height: 28px;
  }

  body {
    font-size: 13px;
  }

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

  .col-header:first-child {
    max-width: 170px;
    flex: 0 0 170px;
  }

  .corporate-logo img {
    height: 24px;
  }

  .corporate-logo {
    margin-right: 40px;
  }

  .insomenu-bars {
    right: 10px;
  }

  header {
    padding: 16px 10px;
  }

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

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

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

  .location-list {
    gap: 15px;
  }

  .location-list h3 {
    font-size: 14px;
    line-height: 18px;
  }

  h3 {
    font-size: 18px;
  }

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

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

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

  .theme-logo img {
    max-width: 160px;
  }

  .tab-list {
    gap: 10px;
  }

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

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

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

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

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

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

  .connectivity-list {
    margin-top: 10px;
  }

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

@media screen and (max-width: 480px) {
  .sticky-btn-enquire {
    font-size: 13px !important;
  }
}

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

  .no-webp .section-about-us {
    background-image: url(../images/about-us/about-us-img-xs.jpg);
  }

  .webp .section-about-us {
    background-image: url(../images/about-us/about-us-img-xs.webp);
  }

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

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

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

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

@media screen and (max-width: 360px) {
  .theme-logo img {
    max-width: 130px;
  }

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

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

  .corporate-logo img {
    height: 20px;
  }

  .col-header:first-child {
    max-width: 135px;
    flex: 0 0 135px;
  }
}


@media screen and (max-width: 768px) {
    /*.my-icons {*/
    /*    display: none !important;*/
    /*}*/
    .top-bar {
        padding: 0px;
    }
    .top-bar .row {
        align-items: center !important;
        justify-content: center !important;
    }
    .mob-icons {
        display: block !important;
    }
    .mob-icons .my-icons {
        display: block !important;
    }
}


.whatsApp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:50px;
    right:20px;
    background-color:#ac8a44;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:99999;
}
.whatsApp-call{
    position:fixed;
    width:60px;
    height:60px;
    bottom:50px;
    left:20px;
    background-color:#ac8a44;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:99999;
}

.whatsApp:hover, .whatsApp-call:hover{
    color: white !important;
}
.my-whatsApp{
    margin-top:16px;
}

.my-icons a i {
    font-size: 20px;
}