.text-map {
    padding: 45px 0 50px;
    position: relative;
}

.text-map-strip {
    position: absolute;
    top: 25px;
    left: -235px;
}

.search-location {
    background-color: #F2F2F2;
    width: 100%;
    max-width: 421px;
    border-radius: 26px;
    height: 46px;
    position: relative;
}

.search-location input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    background: transparent;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    padding: 0 100px 0 30px;
    font-weight: 800;
}

.search-location input::placeholder {
    opacity: 1;
    color: #000;
}

.btn-location-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 24px;
    font-weight: bold;
    border-radius: 26px;
    width: 84px;
    background: linear-gradient(135deg, rgba(255,213,64,1) 0%,rgba(255,213,64,1) 50%,rgba(255,232,150,1) 100%);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-location-search i {
    -webkit-text-stroke: 1px #000;
}

.text-map__text {
    padding: 0 0 30px;
}

.text-map__image .btn {
    color: #000000;
    margin-bottom: 7px;
}

.text-map__image__inner > img {
    border-radius: 15px;
    opacity: 0;
}

.text-map-flex {
    display: flex;
    flex-direction: column;
}

.text-map__image {
    position: relative;
    z-index: 1;
}

.text-map__image__inner {
    position: relative;
    z-index: 2;
    height: 100%;
}

.text-map__image .col-sm-4 {
    display: none;
}

.text-map__image__inner #map {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.text-map__image::before {
    content: '';
    position: absolute;
    left: -135px;
    top: -7px;
    width: 194px;
    height: 194px;
    background-color: var(--color-yellow);
    border-radius: 15px;
    z-index: -1;
}

@media(min-width: 768px) {
    .text-map {
        padding: 70px 0 75px;
    }

    .text-map__image::before {
        left: 0;
        top: -3px;
    }

    .text-map__image {
        padding-left: 58px;
    }

    .search-location {
        height: 48px;
    }

    .text-map-strip {
        top: 50px;
        left: -211px;
    }
}

@media(min-width: 1200px) {

    .text-map {
        padding: 100px 0 0;
        margin-bottom: 0;
    }

    .text-map-flex {
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
    }

    .text-map__image {
        width: 656px;
    }

    .text-map__text {
        width: calc(100% - 656px);
        padding: 85px 25px 0 0;
    }

    .text-map__image .btn {
        margin-bottom: 15px;
    }

    .text-map-strip {
        top: 167px;
    }

    .btn-location-search:hover {
        background: linear-gradient(135deg, rgba(255,213,64,1) 0%,rgba(255,213,64,1) 50%,rgba(255,213,64,1) 100%);
    }
}

@media (min-width: 1250px) {
    .text-map {
        margin-bottom: -50px;
    }
}

@media(min-width: 1366px) {
    .text-map__text {
        width: 421px;
        padding: 96px 0 0 0;
    }

    .text-map__image {
        width: 756px;
        padding-left: 76px;
        height: 820px;
    }
}

@media(min-width: 1920px) {
    .text-map-strip {
        top: 177px;
        left: -9px;
    }
}

.text-map--inner .text-map__image {
    padding-top: 18px;
}


.text-map--inner .text-map__image::before {
  top: 0px;
}

@media (min-width: 1200px) {
    .text-map--inner  .text-map__text {
        padding-top: 0;
    }

    .text-map--inner  .text-map-strip {
        display: none;
    }

    .text-map--inner   {
        padding-bottom: 100px;
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .text-map .expand {
        display: none;
    }

    .text-map__text .read-more__content {
        -webkit-line-clamp: initial
    }
}