@media (max-width: 767px) {
    .logo-size {
        height: 50px !important;
    }
}

.logo-size {
    height: 90px;
}

a.search-link li:hover {
    color: var(--alefox-base, #8fba4e) !important;
    transition: all 400ms ease;
}

.iti {
    width: 100%;
}

#email-error, #name-error, #phone-error, #message-error, #service-select-error {
    width: 100%;
    color: red;
    text-align: start !important;
}

.dropdown.bootstrap-select {
    flex-direction: column-reverse;
    height: 85px !important;
}

.gt_selector{
    cursor: pointer;
    color: #000000;
    border: 1px solid #000000;
    height: 35px;
    max-width: 55px;
    border-radius: 5px;
    justify-content: center;
    text-align: justify;
    padding-left: 3px;
}
.gt_selector:hover{
    background-color: #00000000;
    color: #000000;
}
.gt_selector.notranslate option:first-child {
    display: none;
}