.services-items:hover .icon img {
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-icons {
    display: flex;
    align-items: center;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-control {
    font-size: 12px;
}

li.list-inline-item a img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.info-data {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 20px 0;
}

.info-data p {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.bg-primary-light2 {
    background-color: #185c76 !important;
}
.info-data p i {
    margin: 0 10px;
}
.nav-search .dropdown-menu {
    width: auto;
}
.btn {
    margin-bottom: 0px;
}
.nav-search form {
    display: flex;
    flex-direction: row-reverse;
}
.info-data p span {
    font-size: 13px;
}
.shered {
    width: fit-content;
}
.bg-whatsapp {
    background: #25d366;
    color: #fff;
}
.form-select-lg {
    font-size: 14px;
}
.text-muted {
    font-size: 10px;
    color: #136a7c !important;
}
@media only screen and (max-width: 768px) {
    .info-data {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 20px 0;
        flex-direction: column;
    }
}