.navbar-toggler  {

    margin-right: 20px;

}
.navbar-collapse{
    padding-left: 20px;
}

.service-detail ul li {
    list-style: none; /* remove default bullets */
    position: relative;
    padding-left: 1.5em; /* space for icon */
}

.service-detail ul li::before {
    font-family: "Font Awesome 6 Free"; /* for solid, regular, or brands */
    font-weight: 900; /* 900 = solid, 400 = regular */
    content: "\f00c"; /* replace with your desired FA icon unicode */
    position: absolute;
    left: 0;
    top: 0.15em;
    font-size: 0.9em;
    color: #007bff; /* change icon color */
}
.topbar {
    position: relative;
    z-index: 1001;
}

.navbar.sticky-top {
    top: 32px; /* height of topbar */
}
@media (min-width: 992px) {
    .header-area {
        top: 32px !important;
    }
}

.bg-custom {
    background-color: #26ACB9 !important;
}