/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.select2 {
    text-align: initial !important;
}

.select2-selection {
    padding: 0.375rem 0.75rem !important;
    padding-left: 15px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.custom-search-input-2.inner .select2-selection {
    border: 0 !important;
    border-right: 1px solid #d2d8dd !important;
    border-radius: 0 !important;
}

.select2-dropdown {
    border-color: #d2d8dd !important;
    box-shadow: none !important;
}

.select2-selection__placeholder,
.select2-selection__rendered {
    font-family: "Poppins";
}

.custom-search-input-2 .select2-selection {
    height: 34px !important;
    padding: 0px 10px !important;
}

.custom-search-input-2 .select2-selection__placeholder,
.custom-search-input-2 .select2-selection__rendered {
    line-height: 32px !important;
    font-size: 0.875rem !important;
    color: #495057 !important;
}

.select2-selection__arrow {
    display: none !important;
}

.has-success input {
    border-color: #2b542c !important;
}

.has-error .help-block {
    --bs-form-invalid-color: #dc3545;
    color: var(--bs-form-invalid-color);
    font-size: 0.875em;
}

#reviews .box_grid figure {
    height: 100px;
}

@media (width < 991px) {
    .nice-select {
        margin-bottom: 5px;
    }
}

.nice-select li,
.nice-select li:last-child {
    display: list-item !important;
    margin: 0 !important;
    float: initial !important;
}

.whatsapp {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 20px;
    right: 95px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
