.loaction_banner_img {
    background-image: url(../img/locations_banner.png);
    padding: 112px 0px;
    background-position: right center;
    background-size: cover;
}

.select_conutryLocation .form-check {
    padding-left: 0;
}

.location_searchBox {
    display: flex;
    gap: 5px;
}

.location_search_btn {
    display: flex;
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background: #E53F9E;
    font-weight: 500;
    border: 1px solid #E53F9E;
}

.location_search_btn:hover {
    border-color: #e53f9e;
    color: #e53f9e;
    background-color: transparent;
}

.contact_map iframe {
    width: 100%;
    border-radius: 8px;
    height: 694px;
}

.search_img.loaction_card_img img {
    max-height: 240px;
    min-height: unset;
    height: 100%;
}

.loaction_banner_img .hero_block .photo-heading::before {
    left: 0;
    top: 76px;
    width: 250px;
    background-size: 250px 12px;
}
.css-b62m3t-container {
    z-index: 2;
}

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

@media (min-width: 992px) and (max-width: 1199.98px) {
    .loaction_banner_img .hero_block .photo-heading::before {
        top: 69px;
        width: 180px;
        background-size: 200px 10px;
    }
}

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

@media (max-width: 991.98px) {

    .loaction_banner_img .hero_block .photo-heading::before {
        left: 0;
        top: 56px;
    }

    .loaction_banner_img .hero_block .photo-heading::before {
        top: 56px;
        width: 190px;
        background-size: 180px 9px;
    }

    .loaction_banner_img .search_img img {
        max-height: 200px;
        min-height: 200px;
    }

    .loaction_banner_img .search_img_select img {
        max-height: 200px;
        min-height: 200px;
    }
}

@media (max-width: 767.98px) {
    .location_searchBox {
        gap: 0px;
        row-gap: 12px;
    }

    .contact_map iframe {
        height: 400px;
    }

    .loaction_banner_img .hero_block .photo-heading::before {
        top: 51px;
        width: 170px;
        background-size: 114px 7px;
    }

}

@media (max-width: 575.98px) {
    .loaction_banner_img .hero_block .photo-heading::before {
        top: 36px;
    }
}