.contact-page #contact-form.choose-location-form{
    padding: 16px 30px;
    margin-left: 0;
}

form.choose-location-form {
    margin: auto;
}

.contact-page #contact-form select {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0px 15px;
}

.customised-grid .item {
    min-width: auto;
}

.item.country-location-block {
    display: block;
    overflow: hidden;
    padding: 30px 20px;
    border: transparent 1px solid;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.item.country-location-block.selected {
    border: #f35525 1px solid;
}

.item.country-location-block:hover {
    box-shadow: 0px 0px 15px rgba(243, 85, 37, 0.3);
}

.item.country-location-block:active {
    box-shadow: none;
    box-shadow: 0px 0px 15px rgba(243, 85, 37, 0.8);
}

.item.country-location-block h6 {
    margin-top: 0;
    color: #1e1e1e;
}

.item.country-location-block h6 span {
    font-size: 15px;
    color: #aaaaaa;
    font-weight: 400;
}

.item-image-block,
.item-title-block {
    float: left;
}

.item-image-block {
    margin-right: 8px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    overflow: hidden;
}

.item-title-block {
    max-width: 200px;
    /*background-color: #1e7bba;*/
}

@media only screen and (min-width: 987px) {
    .item-title-block {
        max-width: 171px;
        /*background-color: #16c119;*/
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .item-title-block {
        max-width: 102px;
        /*background-color: #ffd400;*/
    }

    /*.contact-page .item .item-title-block h6 {*/
    .item .item-title-block h6 {
        font-size: 16px;
        width: 100%;
        word-break: break-word;
    }

    .item .item-image-block img {
        margin-right: 0;
    }
}

@media only screen and (max-width: 500px) {
    .item-title-block {
        max-width: 165px;
        /*background-color: #c707c4;*/
    }
}