@media (min-width: 1200px) {}

@media (max-width: 1920px) {}

@media (min-width: 1920px) {}

@media (max-width: 1536px) {
  .header-top-section {
    width: 98%;
  }

  .contact-sm-logo {
    display: none;
  }
}

@media (max-width: 1440px) {
  .top-header-section {
    width: 96%;
  }

  .header-top {
    width: 96%;
  }
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
  .apartment-features-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .location-section .social-areas img {
    width: 40px !important;
  }

  .location-section .social-areas {
    height: 140px;
  }

  .service-areas-section {
    background-image: none;
  }

  .social-areas-wp {
    width: 100%;
  }

  .social-areas img {
    width: 32px;
  }

  .social-areas {
    height: 160px;
    gap: 14px;
  }

  .social-slider .p-2 {
    padding: 0px 4px;
    margin-bottom: 6px;
  }

  .location-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .social-slider {
    display: inherit !important;
  }

  .adress {
    width: 100%;
  }

  .left-contact-info p {
    font-size: 14px;
    border-radius: 10px;
    display: block;
    width: 100%;
  }

  .social-areas span {
    font-size: 12px;
    padding: 0px 8px;
  }

  .tabSection {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
  }

  .uk-accordion-title {
    font-size: 16px !important;
  }

  .tabSection {
    padding: 20px;
  }

  .uk-accordion-title.sss-title {
    font-size: 14px;
  }

  .tab-menu {
    width: 94%;
  }

  .tab-button {
    padding: 0 34px;
  }

  .about-content span {
    font-size: 30px;
    line-height: 26px;
  }

  .about-content p {
    width: 100%;
  }

  .video-button .video-button {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
  }

  .video-button a {
    display: flex;
    align-items: center;
    padding: 26px 30px;
  }

  .banner-img {
    width: 100%;
    height: initial;
  }

  .banner-slider-inner {
    display: flex !important;
    position: relative;
  }

  .banner-contents {
    position: absolute;
    background: #00000054;
    top: 0;
    left: 0;
    padding: 20px;
    align-items: center;
  }

  .banner-contents p {
    color: #fff;
    width: 100%;
    text-align: center;
  }

  .banner-contents span {
    font-size: 27px;
    color: #fff;
    line-height: 30px;
    text-align: center;
  }

  .banner-img img {
    object-fit: cover;
    width: 100%;
  }

  .about-head span {
    font-size: 22px;
    font-weight: 600;
  }

  .title span::after {
    display: none;
  }

  .tab-wp {
    padding: 60px 0px;
    background-size: cover;
  }

  .plan-img {
    margin-top: 20px;
  }

  .features-list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .social-areas-wp {
    display: none;
  }

  .plan-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2%;
  }

  .contact-section {
    display: flex;
    gap: 4%;
    flex-direction: column;
    padding: 30px;
  }

  .contact-right {
    margin-top: 30px;
  }

  .sss-img {
    display: none;
  }

  .tab-pane-inner {
    display: block;
  }

  .tab-inner {
    display: flex;
    flex-direction: column;
    gap: 4%;
  }

  .tab-left-section {
    display: none;
  }

  .tab-right-section {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
  }

  ul.uk-margin-medium-top.uk-accordion {
    margin-top: 0px !important;
  }

  .about-head {
    width: 100%;
  }

  .about-inner-section {
    display: flex;
    flex-direction: column;
  }

  .about-inner-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .about-img-slider {
    flex: 1 1 0%;
    max-width: 100%;
  }

  .about-content {
    flex: 1 1 0%;
  }

  .about-head img {
    display: none;
  }

  .logo-icon-sm {
    display: none;
  }

  .promotion-banner-section {
    height: 550px;
  }

  .title small {
    font-size: 16px;
    width: 100%;
  }

  .title p {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin-top: 20px !important;
  }

  .features-wrapper {
    padding: 60px 0px;
    border-radius: 20px;
  }

  .title span {
    font-size: 26px;
  }

  .product-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 96%;
    margin: 0px auto;
  }

  .product a img {
    width: 200px;
    height: 137px;
    object-fit: cover;
  }

  .about-section-title span {
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
  }

  .header-top {
    grid-template-columns: 50% 50%;
  }

  .menuSection {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .menu-link {
    padding: 20px 10px;
    font-size: 17px;
  }

  .uk-sticky-fixed .logo img {
    margin-left: 0px !important;
  }

  .logo img {
    width: 56px;
    margin-left: 15px;
  }

  .top-header-section {
    width: 100%;
    height: 86px;
    margin-top: 0px;
    border-radius: 0px;
  }

  .banner-title,
  .banner-description {
    width: 100%;
  }

  p.uk-margin-medium-top {
    margin-top: 10px !important;
  }

  .about-section-left {
    margin-bottom: 20px;
  }

  .leaf-img,
  .about-leaf,
  .features-section-left,
  .tab-leaf-left,
  .tab-leaf-right,
  .img-right {
    display: none;
  }

  .about-section-img {
    display: none;
  }

  .features-section {
    display: block;
  }

  .footer-top {
    flex-direction: column;
    gap: 30px;
  }

  .footer-menu ul {
    flex-direction: column;
  }

  .footer-menu ul li a {
    text-align: center;
  }

  .footer-menu {
    width: 60%;
  }

  .footer-menu ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 10px;
  }

  .footer-menu ul li:last-child {
    border-bottom: none;
  }

  .footer-bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .page-top img {
    height: 200px;
    object-fit: cover;
  }

  .page-text {
    width: 90%;
  }

  .contact-item .text {
    width: 100%;
  }
}

@media (max-width: 1199px) {}

@media (max-width: 1099px) {
  .location-btn {
    display: block;
  }

}

@media (max-width: 1024px) {
  .apartment-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .service-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page-content {
    width: 96%;
  }

  .banner-button.uk-margin-medium-top {
    margin-top: 0px !important;
  }

  .features ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .tab-button {
    white-space: nowrap;
  }

  .banner-slider .slick-dots {
    bottom: 42px;
  }

  .banner-slider-item img {
    height: 250px;
    object-fit: cover;
  }

  .promotion-banner {
    width: 90%;
    margin: 0px auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner-logo img {
    display: none;
  }

  .contact-button a {
    font-size: 12px;
    white-space: nowrap;
  }

  .top-mail {
    display: none;
  }
}

@media (max-width: 991px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 414px) {}

@media (max-width: 390px) {}

@media (max-width: 320px) {}