@media only screen and (max-device-width: 768px){
        .search-box.active .serBox {
    transform: scale(1.8);}
.search-box .close:hover {
    transform: rotate(90deg) scale(2.5);}
.search-box .close{
    transform: scale(2.5);}
    .head-right {
        transform: scale(2.1);
        margin-right: 45px;}
}
