@media only screen and (max-width: 1399px) {
  .legal-requirement-logo {
    gap: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .row {
    margin: 0;
  }
  .row .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .text-title {
    font-size: 40px;
    line-height: 60px;
  }
  .property-box .property-card-image img {
    height: 200px;
  }
  .cta-sec .cta-title {
    font-size: 48px;
    line-height: 56px;
  }
  .cta-sec {
    padding: 60px 0;
  }
  .testimonial-slider .swiper-wrapper {
    padding: 0;
  }
  .testimonial-content p {
    font-size: 18px;
    line-height: 27px;
  }
  .faq-block {
    padding: 49px;
  }
  .faq-block .accordion-body {
    padding: 20px 60px 0 26px;
  }
  .c-go-top {
    right: 12px;
  }
  .property-card-details .align-items-end .text-site-grey {
    line-height: 26px;
    font-size: 14px;
  }
  .property-box-links a {
    padding: 8px 6px;
  }
  .property-filter-inner {
    display: none;
  }
  .property-filter-sidebar {
    display: block;
    text-align: right;
  }
  .property-filter-offcanvas-wrapper .offcanvas-body {
    padding: 0;
  }
  .filter-box-inner {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .filter-box-inner form > div {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 44px;
  }
  .filter-box-inner form select {
    padding: 12px 40px 12px 12px;
    width: 100%;
    border-bottom: 1px solid #d9dadc;
    border-radius: 0;
  }
  .filter-box-inner form select:last-child {
    border-bottom: none;
  }
  .filter-box-inner .solid-btn {
    width: 100%;
    border-radius: 0;
    position: absolute;
    bottom: 0;
  }
  .filter-box-inner form select {
    background-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .heading-one {
    font-size: 40px;
    line-height: 50px;
  }
  h2,
  .heading-two {
    font-size: 36px;
    line-height: 48px;
  }
  h3,
  .heading-three {
    font-size: 30px;
    line-height: 42px;
  }
  h4, .heading-four {
    font-size: 22px;
    line-height: 32px;
  }
  h5, .heading-five {
    font-size: 18px;
    line-height: 27px;
  }
  .text-title {
    font-size: 36px;
    line-height: 50px;
  }
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .text-link:hover .arrow-icon {
    transform: none;
  }
  .text-link:hover .arrow-icon-bg {
    fill: #121212;
    transition: fill 0.3s ease;
  }
  .text-link:hover .arrow-icon--circle {
    stroke-dashoffset: 95;
  }
  .text-link:hover .arrow-icon--arrow {
    stroke: #FFFFFF;
  }
  input, textarea {
    padding: 9px 14px;
  }
  select {
    padding: 9px 40px 9px 14px;
  }
  .site-header .site-nav {
    gap: 24px;
  }
  .menu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    width: 44px;
    height: 44px;
  }
  .line-toggle {
    position: absolute;
    display: block;
    width: 24px;
    height: 3px;
    background: #f6e736;
    border-radius: 5px;
    transition: all 0.6s;
  }
  .page-template-homepage .line-toggle {
    background: #121212;
  }
  .page-template-homepage .site-header.sticky .line-toggle {
    background: #f6e736;
  }
  .line-toggle:first-child {
    transform: translateY(-10px) translateX(-4px);
    width: 16px;
    transition-delay: 0s;
  }
  .line-toggle:nth-child(2) {
    transition-delay: 0.12s;
  }
  .line-toggle:last-child {
    transform: translateY(10px) translateX(-5px);
    width: 12px;
    transition-delay: 0s;
  }
  .site-nav.toggled .line-toggle:first-child {
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 30px;
    height: 3px;
    transition-delay: 0.1s;
  }
  .site-nav.toggled .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
  }
  .site-nav.toggled .line-toggle:last-child {
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 30px;
    height: 3px;
    transition-delay: 0.1s;
  }
  .side-nav {
    position: fixed;
    left: -100%;
    top: 0;
    background: #121212;
    width: 33.33%;
    height: 100vh;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    padding: 0;
    z-index: 9;
    padding: 20px 0;
    transition: 1s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .site-nav.toggled .side-nav {
    left: 0;
    transition: 1s;
  }
  .side-nav .menu {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    gap: 0;
  }
  .side-nav .custom-logo-link {
    padding: 0 20px 20px;
    border-bottom: 1px solid #efefef;
    display: block;
  }
  .side-nav .menu li {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #262424;
  }
  .menu .menu-item a {
    overflow: inherit;
    display: block;
    white-space: initial;
  }
  .menu .menu-item a:before,
  .menu .menu-item a:after {
    display: none;
  }
  .drop-arrow {
    position: absolute;
    right: 16px;
    top: 10px;
  }
  .menu .menu-item-has-children .sub-menu {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    /* visibility: visible;
    opacity: 1; */
  }
  .menu .menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .menu .sub-menu li {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .property-box .property-card-details {
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 200px);
  }
  .testimonial-img {
    width: 70px;
    height: 70px;
  }
  .slider-btn-grp {
    margin-top: 40px;
  }
  .faq-block {
    padding: 39px;
  }
  .faq-block .accordion-body {
    padding: 20px 40px 0 26px;
  }
  .faq-block .accordion-flush .accordion-item {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .footer-top {
    padding: 40px 0;
  }
  .footer-col {
    margin-bottom: 24px;
  }
  .footer-col.footer-col-last {
    margin-bottom: 0;
  }
  .footer-links .menu-item a {
    left: 0;
    display: inline-block;
  }
  .footer-links .menu-item a, .footer-links .menu-item a:hover, .footer-links .menu-item a:focus {
    left: 0;
    display: inline-block;
  }
  .footer-links .menu-item.current-menu-item a, .footer-links .menu-item.current-menu-item a:hover, .footer-links .menu-item.current-menu-item a:focus {
    left: 18px;
  }
  .footer-links .menu-item.current-menu-item a::before {
    visibility: visible;
    opacity: 1;
  }
  .footer-links .menu-item a::before {
    display: block;
  }
  .footer-contact-list li {
    margin-bottom: 20px;
  }
  .footer-top .heading-six {
    margin-bottom: 16px;
  }
  .copyright {
    flex-direction: column;
  }
  .copyright ul li:first-child {
    padding-right: 20px;
    margin-right: 20px;
  }
  .legal-requirement-logo {
    gap: 30px;
  }
  .legal-requirement-logo li a {
    max-width: 160px;
    display: block;
  }
  .legal-requirement-logo li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .grecaptcha-badge {
    bottom: 34px !important;
  }
  .c-go-top {
    bottom: 100px;
  }
  /* .property-box-links {
    flex-direction: column;
  }
  .property-box-links a:first-child {
    border-right: none;
    border-bottom: 1px solid #474a6724;
  } */
  .property-box-links a svg {
    display: none;
  }
  .property-listing .property-box {
    padding-bottom: 58px;
  }
  .property-box-links a {
    padding: 4px 3px;
    width: 100%;
    justify-content: center;
  }
  .register-interest-block .wpcf7-list-item input[type="radio"] ~ .wpcf7-list-item-label {
    padding: 8px 30px;
  }
  .wpcf7-list-item input[type="radio"] ~ .wpcf7-list-item-label {
    padding: 8px 17px;
  }
  .contact-us-from {
    padding: 16px;
  }
  .contact-us-map iframe {
    height: 350px;
  }
  .thank-you-block {
    padding: 20px;
  }
  .error-404.py-60 {
    padding: 80px 0;
  }
  .error-page-title {
    height: 280px;
  }
  .error-large-title {
    font-size: 168px;
    line-height: 168px;
  }
  .error-page-title .heading-one {
    padding-top: 140px;
  }
  .error-page-content .heading-six {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .heading-one {
    font-size: 36px;
    line-height: 48px;
  }
  h2,
  .heading-two {
    font-size: 32px;
    line-height: 44px;
  }
  .text-title {
    font-size: 32px;
    line-height: 42px;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .side-nav {
    width: 40%;
  }
  .property-box {
    display: flex;
    align-items: stretch;
  }
  .property-box .property-card-details {
    height: auto;
  }
  .property-box .property-card-image {
    width: 45%;
    flex-shrink: 0;
  }
  .property-box .property-card-image img {
    min-height: 175px;
    max-height: 218px;
    height: 100%;
  }
  .cta-sec {
    padding: 40px 0;
  }
  .cta-sec .cta-title {
    font-size: 40px;
    line-height: 50px;
    gap: 20px;
  }
  .icon-hand {
    width: 40px;
    height: 40px;
  }
  .testimonial-content {
    margin-bottom: 20px;
  }
  .site-content .testimonial-info {
    gap: 8px;
  }
  .testimonial-img {
    width: 60px;
    height: 60px;
  }
  .faq-block {
    padding: 29px;
  }
  .faq-block .accordion-body {
    padding: 20px 30px 0 26px;
  }
  .copyright ul li:first-child {
    padding-right: 16px;
    margin-right: 16px;
  }
  .inner-banner {
    padding: 50px 0;
  }
  .property-listing .property-box {
    padding-bottom: 0;
  }
  .property-box-links {
    flex-direction: row;
    width: 55%;
    left: inherit;
    right: 0;
  }
  .property-box-links a:first-child {
    border-right: 1px solid #474a6724;
    border-bottom: none;
  }
  .property-listing .property-card-details {
    padding-bottom: 45px;
  }
  .property-box-links a {
    padding: 6px 6px 6px 12px;
    width: 100%;
    justify-content: flex-start;
  }
  .property-box-links a svg {
    display: block;
  }
  .error-404.py-60 {
    padding: 60px 0;
  }
  .error-page-title {
    height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .heading-one {
    font-size: 34px;
    line-height: 44px;
  }
  h2,
  .heading-two {
    font-size: 28px;
    line-height: 40px;
  }
  h3,
  .heading-three {
    font-size: 26px;
    line-height: 36px;
  }
  h4,
  .heading-four {
    font-size: 20px;
    line-height: 30px;
  }
  h5, 
  .heading-five {
    font-size: 18px;
    line-height: 27px;
  }
  h6, .heading-six {
    font-size: 16px;
    line-height: 24px;
  }
  .text-title {
    font-size: 28px;
    line-height: 40px;
  }
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  input, textarea {
    padding: 8px 12px;
    font-size: 16px;
  }
  select {
    padding: 8px 40px 8px 12px;
  }
  .form-group, .form-check {
    margin-bottom: 12px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .custom-logo-link img {
    width: 200px;
  }
  .site-content {
    padding-top: 56px;
  }
  .side-nav {
    width: 75%;
  }
  .solid-btn,
  .line-btn {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .site-header {
    padding: 8px 0;
  }
  .site-header .site-nav {
    gap: 16px;
  }
  .menu-toggle {
    width: 30px;
    height: 30px;
  }
  .page-template-homepage .site-header .icon-call::before {
    background-color: #121212;
  }
  .site-header .icon-call::before, .site-header.sticky .icon-call::before {
    background-color: #f6e736;
  }
  .filter-box select {
    background-size: 16px;
  }
  .cta-sec .cta-title {
    font-size: 30px;
    line-height: 34px;
    align-items: center;
    gap: 16px;
  }
  .cta-sec .icon-hand {
    margin-top: 0;
  }
  .cta-sec .button-row {
    flex-wrap: wrap;
  }
  .testimonial-content {
    margin-bottom: 8px;
  }
  .testimonial-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-img {
    width: 50px;
    height: 50px;
  }
  .slider-btn-grp {
    gap: 10px;
    margin-top: 20px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 26px;
    height: 26px;
  }
  .post-excerpt {
    margin-bottom: 8px;
  }
  .faq-block {
    padding: 16px;
  }
  .faq-block .accordion-body p, .faq-block .accordion-body ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-block .accordion-body {
    padding: 16px 16px 0 0;
  }
  .faq-block .accordion-button::after {
    width: 14px;
    height: 14px;
    top: 8px;
  }
  .faq-block .accordion-flush .accordion-item {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .footer-links .menu {
    column-count: 3;
    margin-bottom: 0;
  }
  .footer-col {
    margin-bottom: 20px;
  }
  .footer-logo {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .footer-contact-list li p img, .footer-contact-list li a img {
    width: 20px;
    height: 20px;
  }
  .footer-top {
    padding: 30px 0;
  }
  .footer-contact-list li {
    margin-bottom: 16px;
  }
  .footer-top .heading-six {
    margin-bottom: 12px;
  }
  .legal-requirement-logo {
    gap: 20px;
  }
  .copyright ul li:first-child {
    padding-right: 12px;
    margin-right: 12px;
  }
  .logo {
    width: 200px;
  }
  .inner-banner {
    padding: 40px 0;
  }
  .property-box-links a svg {
    display: none;
  }
  .property-filter-sidebar {
    padding-bottom: 16px;
    text-align: left;
  }
  .wpcf7-form-control.wpcf7-radio {
    gap: 6px;
  }
  .wpcf7-list-item input[type="radio"] ~ .wpcf7-list-item-label {
    padding: 7px 12px;
  }
  .contact-us-from {
    padding: 12px;
  }
  .thank-you-block {
    padding: 12px;
  }
  .thank-you-image {
    width: 100px;
    height: 100px;
  }
  .entry-content ul li {
    padding-left: 14px;
    font-size: 14px;
    line-height: 21px;
  }
  .entry-content ul li::before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
  .error-page-title .heading-one {
    padding-top: 94px;
  }
  .error-large-title {
    font-size: 118px;
    line-height: 118px;
  }
  .error-404.py-60 {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .custom-logo-link img {
    width: 160px;
  }
  .site-content {
    padding-top: 48px;
  }
  .property-box {
    flex-direction: column;
  }
  .property-box .property-card-image {
    width: 100%;
  }
  .property-box .property-card-image img {
    min-height: auto;
    height: 175px;
  }
  .property-box .mb-30 {
    margin-bottom: 20px;
  }
  .footer-links .menu {
    column-count: 2;
    margin-bottom: -12px;
    column-gap: 0;
  }
  .footer-links .menu-item {
    margin-bottom: 12px;
  }
  .footer-col {
    margin-bottom: 16px;
  }
  .copyright p, .copyright p > a {
    font-size: 13px;
  }
  .cta-sec .button-row a {
    width: 100%;
  }
  .property-box-links {
    width: 100%;
  }
  .property-box-links .text-link .arrow-icon {
    display: block;
    margin-left: 4px;
  }
}
