.jt_city_oc_list img {
    max-height:150px;
    margin-bottom:20px;
}

.jt_head_first_child h1 span {
    position: absolute;
    top:-20px;
    left:35px;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 1;
}

.custom-search-input.jt_city_search_input {
    background:#f7f8fa;
    margin: 0 10px 15px 10px;
}

.jt_city_search_input .nice-select {
    background:transparent;
}

.dino_img_section .custom-search-input.jt_city_search_input {
    margin: 0 0 15px 0;
}

.dino_img_section .custom-search-input.jt_city_search_input input[type='submit'] {
    background-color: #fab166;
}

@media (max-width: 991px) {
.custom-search-input.jt_city_search_input {
    background: transparent;
    padding: 0;
    margin: 0 -5px 15px -5px;
}
.jt_city_search_input .nice-select {
    background: #fff;
}
}

@media (max-width: 767px) {
.jt_head_first_child h1 span {
    font-size: 20px;
    left:27px;
} 

}