.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-network-section.new-design .container-fluid h1 {
    position: relative;
    background: unset;
    color: var(--primary-color);
    -webkit-text-fill-color: unset;
    margin-bottom: 30px;
}
.global-network-section.new-design h1{
    font-weight: 300;
}
.global-network-section.new-design h3{
    font-weight: 400;
    text-indent: 30px;
    color: var(--primary-color);
}

.global-network-section.new-design .purple-side-box p {
    padding-left: 50px;
    font-weight: 300;
    color: rgb(119, 119, 119) !important;
    font-size: 18px;
}

.global-network-section.new-design .purple-side-box {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: unset;
    min-height: unset;
}

.global-network-section.new-design .purple-side-box p {
    color: var(--primary-color);
    max-width: 100%;
    text-align: center;
    padding: 0;
    max-width: 100%;
    margin-bottom: 16px;
}

/* body .select2-container--open .select2-dropdown--below, body .select2-container--open .select2-dropdown--above {
        width: 300px !important;
    } */

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 25px;
}

.property-status {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: var(--primary-color);
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}



@media only screen and (min-width: 1800px) {
    .top-slider .banner-title {
        line-height: 61px !important;
    }

    .featured-properties-section .container,
    .service-section .container,
    .heritage-section .container,
    .top-slider .container.top-slider-container {
        max-width: 1440px !important;
        padding: 0 40px;
    }
}

h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.discover-heading h2 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem !important;
    }

    .discover-heading h2 {
        font-size: 1.75rem !important;
    }
}

@media only screen and (max-width: 1799px) {
    .featured-properties-section .container,
    .service-section .container,
    .heritage-section .container,
    .top-slider .container.top-slider-container {
        max-width: 1440px !important;
        padding: 0 40px;
    }
}

/* slider started */
.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-next.featured {
    right: var(--swiper-navigation-sides-offset, 10px) !important;
}

.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-prev.featured {
    left: var(--swiper-navigation-sides-offset, 10px) !important;
}

.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-next.featured,
.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-prev.featured {
    top: var(--swiper-navigation-top-offset, 50%) !important;
}

.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-slide {
    aspect-ratio: 3/2;
}

.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-pagination {
    width: calc((8px + calc(12px / 2)) * 5);
    position: absolute;
    bottom: 12px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    display: flex;
}

.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-prev,
.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-next {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0, 0, 0, 0.24);
    opacity: 0;
}

.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-prev:hover,
.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-next:hover {
    transform: scale(1);
    background-color: #f6f6f4;
}

.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-prev
    svg,
.featured-properties-grid
    .feature-thumb-bx-main
    .image-wrap
    .swiper
    .swiper-button-next
    svg {
    all: unset;
}

.featured-properties-grid .feature-thumb-bx-main:hover .swiper-button-prev,
.featured-properties-grid .feature-thumb-bx-main:hover .swiper-button-next {
    opacity: 1 !important;
}

#map {
    height: 550px;
    width: 100%;
    z-index: 0;
}

@media (max-width: 767px) {
    #map {
        height: 400px;
        width: 100%;
    }
}

.leaflet-control-attribution,
.leaflet-control-zoom {
    display: none !important;
}

.leaflet-popup-content {
    font-size: 16px !important;
    font-weight: bold;
}

.custom-icon {
    width: 30px;
    height: 30px;
}

#map {
    background-color: #fff !important;
}

.box-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    z-index: 1;
}

.top-slider-container {
    position: relative;
    z-index: 2;
}

.box-container .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 40%;
    background-color: #0000007a;
    background-blend-mode: multiply;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-pagination {
    bottom: 30px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

/* slider ended */

* {
    font-family: 'FSAlbert Pro' !important;
}

.top-slider {
    background-color: #0000004f;
    background-blend-mode: multiply;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.top-slider .banner-title {
    /* font-size: 25px; */
    font-size: 25px;
    /* margin-bottom: 0; */
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 47px;
}

.top-slider .top-slider-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* z-index: 1; */
    display: flex;
    align-items: center;
    background-color: #0000000d;
}

.top-search-box {
    display: flex;
    align-items: center;
}

.top-search-box p {
    padding-right: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.top-search-box form {
    display: flex;
    align-items: center;
}

.top-search-box form input {
    padding: 10px 70px 10px 20px;
    border-radius: 23px;
    border: 0;
    outline: 0;
    min-width: 350px;
    background-color: #ffffffa8;
    font-size: 15px;
    font-weight: 400;
}

.top-search-box form input::placeholder {
    font-weight: 400;
    color: #000000a0;
}

.top-search-box form button {
    padding: 13px 55px;
    border-radius: 60px;
    border: 0;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-left: -56px;
}

.top-search-box form button img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(328deg)
        brightness(103%) contrast(103%);
    width: 19px;
    margin-right: 6px;
}

.country-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.country-box p {
    margin: 0;
    padding-right: 15px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.country-box div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--primary-color);
    border: 0;
    border-radius: 13px;
    padding: 0 15px 2px 14px;
    height: 35px;
}

.country-box div img {
    width: 25px;
    height: 25px;
}

.country-box span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.global-network-section .global-network-overlay-box .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.global-network-section .container-fluid {
    position: relative;
}

.global-network-section .container-fluid .col-lg-6 {
    padding-top: 100px;
}

.global-network-section .col-md-6:not(.mt-5) {
    padding: 0;
}

.global-network-section .col-md-6 img {
    padding: 0;
    width: 100%;
}

.global-network-section .purple-side-box {
    background-color: #5d166f;
    background-image: url("./../../../public/img/8c468735-dae1-46f7-9232-0830ec2127d9.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    min-height: 600px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-network-section .purple-side-box p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 500px;
    float: right;
    padding: 0 20px;
}

.global-network-section .col-md-6 h6 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 12px;
}

.global-network-section .col-md-6 p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 500px;
}

.global-network-section {
    position: relative;
}

.global-network-section .container:nth-child(1) {
    position: absolute !important;
    top: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.global-network-section .container-fluid h1 {
    text-align: center;
    font-size: 35px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #fff 50%, #5d166f 50%);
    display: inline-block;
    text-indent: 30px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    top: 20px;
}

.heritage-section {
    /* padding: 55px 0 70px 0; */
    padding: 40px 0 60px 0;
    /* background-color: #f0f0f0; */
}

.heritage-section h2 {
    font-size: 42px;
    font-weight: 300;
    /* line-height: 60px; */
    line-height: 55px;
    margin-bottom: 30px;
}

.heritage-section h2 > * {
    margin: 0 !important;
}

.heritage-section h2 p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: var(--primary-color);
}

.heritage-section p {
    line-height: 24px;
    margin-bottom: 0;
    color: rgb(119, 119, 119);
    font-weight: 300;
    font-size: 18px;
}

.heritage-section p > * {
    margin-bottom: 0;
}

.heritage-section .col-md-5 {
    align-items: end;
    display: flex;
}

.heritage-section .col-md-5 a {
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 2px;
    color: rgb(119, 119, 119);
    &:hover{
        color: #fff;
    }
    &::after{
        background-color: #fff;
    }
}

.btn-global {
    text-decoration: none;
    color: rgb(119, 119, 119);
    font-weight: 300;
}

.chestertons-establish-section {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    /* min-height: 500px; */
    height: 500px;
    position: relative;
}

.chestertons-establish-section .swiper-slide {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    min-height: 500px;
    background-color: #0000007a;
    background-blend-mode: multiply;
}

.chestertons-establish-section .chestertons-overlay-text-box {
    position: absolute;
    bottom: 75px;
    left: 85px;
    right: 85px;
    z-index: 2;
}

.chestertons-establish-section .chestertons-overlay-text-box h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 24px;
    line-height: 50px;
    display: inline;
}

.chestertons-establish-section .chestertons-overlay-text-box h3 > * {
    line-height: 0 !important;
    margin: 0;
}

.chestertons-establish-section .chestertons-overlay-text-box p {
    font-size: 37px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}

.chestertons-establish-section .chestertons-overlay-text-box p > * {
    line-height: 40px !important;
}

.featured-properties-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.featured-properties-section h2 {
    font-size: 42px;
    color: var(--primary-color);
    font-family: 'FSAlbert Pro';
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 15px;
    strong{
        font-weight: 700;
    font-size: 35px;
    }
}

.featured-properties-btn-wrap {
    text-align: center;
}

.featured-properties-btn-wrap a {
    margin-top: 20px;
    margin-bottom: 2px;
}

/* .propert-column-box .image-wrap {
  height: 350px;
} */
.feature-thumb-bx-main:hover {
    box-shadow: 0px 0px 18px #00000029;
}

.feature-thumb-bx-main .hm-feature-thumb-bx {
    margin-bottom: 0;
}

.featured-location-card-box .featured-location-card-box-meta {
    padding: 10px 10px 0 10px;
}

.feature-thumb-bx-main .location {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}

.featured-location-card-box {
    /* border-bottom: 1px solid #8b8577;
  border-left: 1px solid #8b8577;
  border-right: 1px solid #8b8577; */
    /* border-bottom-left-radius: 10px; */
    overflow: hidden;
    /* border-bottom-right-radius: 10px; */
    background-color: #fff;
    padding-top: 10px;
}

.feature-thumb-bx-main .price {
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    display: block;
    padding: 0;
    transition: 0.3s ease-in-out;
    /* margin-top: 20px; */
    /* border-top: 1px solid #8b8577; */
}

.amts-box{
img{
    filter: invert(56%) sepia(0%) saturate(123%) hue-rotate(196deg) brightness(82%) contrast(88%);
}
.count{
    color: rgb(119, 119, 119);
}
}
/* .feature-thumb-bx-main:hover .price {
  background-color: var(--primary-color);
  color: #fff;
} */

.feature-thumb-bx-main h2 {
    /* font-size: 20px; */
    font-size: 18px;
    color: rgb(119, 119, 119);
    font-weight: 300;
    text-decoration: none;
    text-transform: capitalize;
    /* min-height: 100px; */
    display: block;
    /* line-height: 30px; */
    line-height: 26px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature-thumb-bx-main h3 {
    /* font-size: 20px; */
    font-size: 18px;
    color: rgb(119, 119, 119);
    font-weight: 300;
    text-decoration: none;
    text-transform: capitalize;
    /* min-height: 100px; */
    display: block;
    /* line-height: 30px; */
    line-height: 26px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-properties-grid [class*="col"] {
    margin: 20px 0 0;
}

.featured-properties-grid [class*="col"] .amenitites [class*="col"],
.featured-properties-grid [class*="col"] .amenitites [class*="col"] img {
    padding: 0;
    margin: 0;
}

.featured-properties-grid .amenitites .row {
    gap: 20px;
    margin: 0;
}

.featured-properties-grid .amenitites {
    min-height: auto;
    margin-bottom: 15px;
    min-height: 24px;
}

.chestertons-postition-value {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0000009c;
    background-blend-mode: multiply;
    /* padding: 60px 0 90px; */
    padding: 30px 0 50px;
    background-position: center;
}

.chestertons-postition-value h2 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.chestertons-postition-value h2 > * {
    line-height: 45px !important;
    font-size: 35px;
    color: #fff;
    font-weight: 300 !important;
    text-align: center;
}

.chestertons-postition-value h5 {
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.chestertons-postition-value h5 p {
    all: inherit;
}

.chestertons-postition-value .testimonial-grid-box {
    padding-top: 20px;
}

.chestertons-postition-value .testimonial-grid-box .testimonial-card {
    background-color: var(--primary-color);
    /* padding: 15px 30px 35px 30px; */
    padding: 40px 30px;
    border-radius: 30px;
    width: calc(100% / 3 - 50px);
    transition: 0.3s transform ease;
    display: block;
    align-content: center;
    text-decoration: none;
}

.chestertons-postition-value .testimonial-grid-box .testimonial-card:hover {
    transform: scale(1.2);
}

.chestertons-postition-value .testimonial-grid-box .row {
    justify-content: space-between;
}

.chestertons-postition-value h5.testimonial-titlte {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 26px;
}

.chestertons-postition-value .testimonial-description {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.chestertons-postition-value .testimonial-description p {
    all: inherit;
}

.chestertons-postition-value .testimonial-description > * {
    margin-bottom: 0 !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}

.join-us {
    padding: 20px 0;
    background-color: var(--primary-color);
}

.join-us .join-us-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-us .join-us-box h6 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-right: 30px;
    margin-bottom: 0;
}

.join-us .join-us-box a {
    font-weight: 600;
}

.service-section {
    /* padding-bottom: 60px;
  padding-top: 90px; */
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #f0f0f0;
}

.service-section h2 {
    font-size: 42px;
    color: var(--primary-color);
    margin-bottom: 0;
    margin-bottom: 20px;
    font-weight: 300;
    strong{
        font-weight: 700;
    }
}

.service-section .service-box {
    padding: 15px 0;
}

.service-section .service-box .service-card hr {
    width: 450px;
    margin: 0 auto;
    border: 2px solid var(--primary-color);
    opacity: 1;
    margin: 40px auto;
}

.service-card:nth-child(2n-1) {
    /* box-shadow: 0 -15px 32px -33px rgba(64, 87, 109, .3); */
}

.service-section .service-box .service-card:nth-child(2) .row {
    flex-direction: row-reverse;
}

.service-section .service-box .service-card:nth-child(2) hr {
    display: none;
}

.service-section .service-card .service-card-content h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    /* padding-bottom: 15px; */
    margin-bottom: 10px;
    color: var(--primary-color);
}

.service-section .service-card .service-card-content p {
    font-size: 18px;
    font-weight: 300;
    /* line-height: 19px; */
    line-height: 24px;
    margin-bottom: 3px;
    color: var(--text-color);
}

.service-section .service-card .service-card-content a.service-card-link {
    margin-top: 20px;
}

.service-section .service-card .service-card-image:hover img {
    box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.32);
}

.service-section .service-card .service-card-image img {
    height: 290px;
    box-shadow: 0px 1px 2px rgb(0, 0, 0, 0.32);
    object-position: top;
    object-fit: cover;
}

.service-country-pills {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.service-country-pills a {
    padding: 7px 17px;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1800px) {
    /* body .container {
      max-width: 1524px !important;
  } */
}

@media only screen and (max-width: 1440px) {
    .chestertons-establish-section .chestertons-overlay-text-box {
        left: 40px;
        right: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .chestertons-postition-value .container {
        padding: 0 35px;
    }

    .featured-properties-section .container,
    .service-section .container,
    .heritage-section .container,
    .top-slider .container.top-slider-container {
        padding: 0 35px;
    }

    .chestertons-establish-section .chestertons-overlay-text-box {
        left: 35px;
        right: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .featured-properties-section .container,
    .service-section .container,
    .heritage-section .container,
    .top-slider .container.top-slider-container {
        padding: 0 35px;
    }
}

@media only screen and (max-width: 991px) {
    .global-network-section .container-fluid .col-lg-6 {
        padding-top: 0;
    }

    .global-network-section .container-fluid .col-lg-6.purple-side-box {
        padding-top: 100px;
    }

    .global-network-section .container-fluid h1 {
        background: none !important;
        /* color: #fff !important; */
        text-indent: 0 !important;
        /* -webkit-text-fill-color: #fff !important; */
        padding: 20px 30px 0 30px;
    }

    .global-network-section .purple-side-box {
        border-radius: 0;
        min-height: auto;
    }

    .global-network-section .purple-side-box p {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .chestertons-postition-value .container {
        padding: 0 35px;
    }

    .chestertons-postition-value .container .testimonial-card {
        width: calc(100% / 3 - 10px);
    }
}

@media only screen and (max-width: 767px) {
    .featured-properties-section .container,
    .service-section .container,
    .heritage-section .container,
    .top-slider .container.top-slider-container {
        padding: 0 30px;
    }

    .chestertons-establish-section .chestertons-overlay-text-box {
        left: 30px;
        right: 30px;
    }

    .top-slider .banner-title {
        line-height: 45px;
    }

    body .service-section .service-box .service-card .row {
        flex-direction: column !important;
    }

    body .service-section .service-box .service-card {
        padding: 0 !important;
    }

    .chestertons-postition-value .container .testimonial-card {
        width: calc(100%);
    }

    .chestertons-postition-value .testimonial-grid-box .row {
        row-gap: 35px;
    }

    .featured-properties-grid [class*="col"] {
        width: 50%;
        margin: 20px 0;
    }

    .chestertons-establish-section .chestertons-overlay-text-box p {
        font-size: 26px;
    }

    .heritage-section .col-md-5 a {
        margin-left: 0;
    }

    .global-network-section .container:nth-child(1) {
        position: unset !important;
        transform: translate(0, 0);
    }

    .global-network-section .container:nth-child(1) .row h1 + .col-md-6 {
        background-image: url(http://[::1]:5173/public/img/8c468735-dae1-46f7-9232-0830ec2127d9.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
        min-height: fit-content;
        padding: 0 42px;
        margin-top: 0 !important;
        padding-bottom: 60px;
    }

    .global-network-section .container:nth-child(1) .row {
        background-color: #5d166f;
    }

    .global-network-section
        .container:nth-child(1)
        .row
        .col-md-6:nth-child(3) {
        background-color: #fff;
    }

    .global-network-section .container {
        padding: 0 !important;
    }

    .row.global-network-overlay-box {
        display: none;
    }

    .global-network-section .col-md-6 p {
        max-width: 100% !important;
    }

    .global-network-section .col-md-6 img {
        width: 70%;
        margin: 0 auto;
        display: block;
        padding: 30px 0;
    }

    .top-search-box {
        flex-direction: column;
        align-items: start;
    }

    .service-section .service-card .service-card-image img {
        height: 260px;
    }
}

@media only screen and (max-width: 676px) {
    .chestertons-establish-section .chestertons-overlay-text-box h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .chestertons-establish-section .chestertons-overlay-text-box p > * {
        line-height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .top-search-box div {
        width: 100%;
    }

    .service-section .service-box .service-card hr {
        width: 85%;
    }

    .join-us .join-us-box {
        flex-direction: column;
        row-gap: 20px;
    }

    .join-us .join-us-box h6 {
        padding-right: 0;
        font-size: 22px;
    }

    .featured-properties-grid [class*="col"] {
        width: 100%;
    }

    .chestertons-establish-section .chestertons-overlay-text-box {
        left: 30px;
        right: 30px;
    }

    .chestertons-establish-section .chestertons-overlay-text-box h3 {
        font-size: 30px;
    }

    .chestertons-establish-section .chestertons-overlay-text-box p {
        font-size: 20px;
        line-height: normal;
    }

    .heritage-section h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .top-search-box form button {
        font-size: 0;
        padding: 13px 13px;
        margin-left: -44px;
    }

    .top-search-box form button img {
        margin-right: 0;
    }

    .top-search-box div:nth-child(2) {
        width: 100%;
    }

    .top-search-box {
        row-gap: 20px;
    }

    .top-search-box div:nth-child(2) form,
    .top-search-box form input {
        width: 100%;
        min-width: 100%;
    }

    .country-box {
        flex-direction: column;
        align-items: start;
    }
}

@media only screen and (max-width: 500px) {
    .global-network-section .purple-side-box p {
        max-width: 100%;
        padding: 0 40px !important;
        margin-top: 10px;
    }
}
