
.service_img img {
    max-width: 270px;
    height: 150px;
}
.service_two__image img {
    max-height: 150px;
}
.quoteProduct__thumb img {
    height: 150px;
}
.pricing_area .price_img img {
    width: 148px;
    height: 148px;
}

@media (min-width: 992px) {
    div:hover, main:hover, ol:hover, pre:hover, span:hover, ul:hover {
        scrollbar-color: #dbdfe9 transparent;
    }
}

.alert {
    position: relative;
    background-color: #00000000;
    border: #00000000;
    border-radius: 0.475rem;
}
.svg-icon {
    line-height: 1;
    color: #99a1b7;
}
.svg-icon.svg-icon-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
}
.bg-light-success {
    background-color: #dfffea !important;
}
.svg-icon.svg-icon-success {
    color: #17c653;
}
.bg-light-danger {
    background-color: #ffeef3 !important;
}
.bg-light-danger .svg-icon , .bg-light-danger .text-danger{
    color: #f8285a !important;
}
.d-flex.flex-column.pe-0.pe-sm-10 span {
    font-weight: 500;
}
.alert.alert-dismissible.p-5 {
    margin: 8px auto;
    padding: 1.5rem !important;
}