.hero-content span {
    max-width: 76%;
    display: inline-block;
}
.navbar-area.header-one:not(.sticky) {
    top: 47px;
}
@media only screen and (min-width: 1600px) {
    .top-bar .container {
        max-width: 1540px;
    }
}
.top-bar ul {
    li {
        margin-inline-end: 10px;
        color: #FFF;
        line-height: normal;
        a {
            color: #FFF;
            line-height: normal;
        }
    }
    &:last-child {
        margin-inline-end: 0;
    }
}
.language .nice-select {
    background: transparent;
    border: unset;
    line-height: normal;
    height: auto;
    font-size: inherit;
    z-index: 9999;
    ul li {
        color: #000;
        margin-right: 0;
    }
}
.form-select {
    --bs-form-select-bg-img: unset !important;
    height:48px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 36px;
    display: block;
}
.card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.home2-service-section {
    background: #fafafa;
}
.home2-service-section .top-section {
    max-width: 460px;
    margin: 0 auto 0;
}
.home2-service-section .fixed-height {
    height: 600px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: var(--nevy-blue) var(--lite-background-color);
}
.pb-50 {
    padding-bottom: 50px;
}
@media only screen and (min-width: 1550px) {
    .home2-service-section .top-section {
        max-width: 460px;
        margin: 0 auto 0;
    }
    .home2-service-section .fixed-height {
        height: 628px;
    }
}
@media only screen and (min-width: 1550px) {
    .card-title {
        font-size: 24px;
    }
}
.home2-service-section .fixed-height .custom-card {
    padding: 40px 25px;
    background:var(--primaryColor);
    border: 0;
    border-radius: 25px;
    margin-bottom: 20px;
    transition: all 0.7s;
}
.home2-service-section .fixed-height .custom-card ul {
    display: flex;
    align-items: center;
}
.home2-service-section .fixed-height .custom-card ul li {
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
}
.home2-service-section .fixed-height .custom-card ul li:first-child {
    margin-right: 15px;
}
.home2-service-section {
    #v-pills-tab img {
        width: 100px;
        height: 100px;
        max-width: unset;
    }
}
.home2-service-section {
    .custom-card.active {
        background: var(--optionalColor);
        color: #fff;
    }
}
.home2-service-section {
    & .custom-card {
        img {
            filter: invert(99%) sepia(12%) saturate(94%) hue-rotate(181deg) brightness(116%) contrast(100%);
        }
    }
}
.home2-service-section {
    button li + li {
        align-self: center;
        flex-grow: 1;
    }
}
.nice-select {
    float: unset !important;
}
.hero-wrap.hero-one .hero-slide-item {
    &:after {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .hero-content {
        top: 50%;
        left: 50%;
        transform : translate(-50%, -50%);
        height: max-content;
        text-align:center;
        padding: 0;
        &:after {
            display: none;
        }
        * {
            color: #FFF;
            max-width: unset !important;
        }
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home2-service-section .fixed-height .custom-card ul {
        flex-direction: column;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home2-service-section .fixed-height .custom-card ul li img {
        margin-bottom: 15px;
    }
}
@media (max-width:992px) {
    .home2-service-section .fixed-height .custom-card ul li:first-child {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: unset;
        padding: 0 15px;
    }
    .home2-service-section .fixed-height {
        height: auto;
        margin-bottom: 30px;
        .custom-card {
            border-radius: 0;
            margin-bottom: 0;
            padding: 20px 15px;
            .card-title {
                font-size: 16px;
            }
            ul {
                flex-direction: column;
                text-align: center;
                li {
                    img {
                        margin-bottom: 15px;
                    }
                }
            }
        }
    }
}