.map-panel {
  padding-top: 0 !important;
  display: block;
}

.iya-header-container {
    text-align: center;
    max-width: 750px;
    margin: 86px auto 0 auto;
    padding: 0 15px;
}

.map-search-box {
    z-index: 9;
    background: #4e617e;
    padding: 1em;
    text-align: center;
}

.map-panel .map-search-box .panel-title {
    width: 100%;
    text-align: left;
}

.map-panel .map-search-box button {
    right: unset !important;
    background-color: #2cc1ce !important;
    border: none;
    color: #fff;
    height: 45px;
    position: relative;
}

.nav-iya .btn.btn-arrow {
    margin-bottom: 30px;
}

.nav-iya .promo-bar {
    position: relative;
    transform: translateY(0%);
}

#postcode-checker label {
  display: inline;
}

.map-search-fields {
  position: relative;
  width: 100%;
}

.map-search-fields .glyph.glyph-arrow-right {
  margin-left: 1em;
}


/*new styles*/

.map-input label{
    color:#fff;

}

form .map-search-fields input {
    max-width: 340px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.map-search-fields button {
    background-color: #2cc1ce;
    color: #fff;
    padding: 11px;
    border: 0;
}

.map-input p {
    margin-bottom: 0px;
}

.IYA-Hub .plus-icon::after {
    content: none;
}

.IYA-Hub .explore-product-option-body {
    margin-bottom:20px;
}

.IYA-Hub .explore-product-option-header {
    border-bottom: 1px solid #fff;
    padding: 0.2em;
    position: relative;
}

.IYA-Hub.module-sitemap ul ul {
    display: block;
}

.IYA-Hub.module-sitemap h4.reg {
    background-color: #e6e6e6;
    padding: 16px;
    margin: 0;
    cursor: pointer;
}

    .IYA-Hub.module-sitemap h4.reg a {
        color: #474747;
        font-size: 20px;
        font-weight: normal;
    }

.IYA-Hub.module-sitemap li.city-name a {
    color: #474747;
    font-size: 16px;
    font-weight: normal;
    display: block;
    border-bottom: 0;
}

#main .IYA-Hub .row > li{
    break-inside: avoid-column;
}

@media only screen and (max-width: 959px) {
    form .map-search-fields input {
        width: 83%;
    }

    .iya-header-container {
        margin: 30px auto 0 auto;
    }

    .IYA-Hub .columns {
        padding-bottom: 1em;
        columns: 1;
    }

    .IYA-Hub .plus-icon::after {
        content: "+";
        font-size: 2.04em;
        position: absolute;
        right: .45em;
        top: .34em;
        transition: all .5s ease-in-out;
    }
}

@media only screen and (max-width: 639px) {
    form .map-search-fields input {
        max-width: 230px;
        width: 100%;
    }
}