@media only screen and (max-width: 480px) {
.shadow-block1{ position: relative;top: 0;}
.shadow-block{ top:0px}
.contact_1{ width: 100%}
.search .template-submenu li{ width:100%;}
.ht_search_re {
    /* min-height: 420px; */
    max-height: fit-content;
}

.h-im{height: auto;
    overflow: hidden;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.h-im{height: auto;
    overflow: hidden;
}
.ht_search_re {
    /* min-height: 420px; */
    max-height: fit-content;
}
}

