.features-style1__content ul{
    padding: 0 0px;
}
.features-style1__content ul li{
    padding: 50px 10px;
    text-align: center;
}
.single-features-style1{
    position: relative;
    padding: 0 ;
}
.nice-select{
    width: 100%;
    margin-bottom: 15px;
}

.contact-info-list li{
    display: grid;
    grid-template-columns: 0.1fr 1fr;
}


.service-page{
    display: none;
}
.service-page.active{
    display: block;
}


.single-features-style1 .icon{
    background-color: var(--thm-base);
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.single-features-style1 .icon span{
    color: #fff;
    font-size: 35px;
}

.single-blog-style1--instyle2 .text-holder{
    padding: 20px 15px;
}

.fact-counter-area{
    padding: 70px 0;
}

.about-style3-area .shape2{
    position: absolute;
    top: -200px;
    right: -200px;
    background-color: rgb(235, 241, 237);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    z-index: -1;
}

.features-style3__list ul li{
    display: flex;
}

.mobile-menu .nav-logo{
    opacity: 0;
}

.footer{
    padding-bottom: 10px;
}

.bottom-inner{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.footer-social-link,.mobile-menu .social-links{
    display: none;
}


@media (max-width: 768px) {
    .bottom-inner{
        flex-direction: column;
    }
}