.service-area .service-item p {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 300;
}

.demo-material-label .tag {
    white-space: normal;
    line-height: 1.5;
    font-size: 16px;
}

/* .hero-area .section-title {
    max-width: 730px;
    font-size: 65px;
} */
.demo-material-label .tag {
    text-transform: inherit;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 17px;
}

footer.footer-area {
    padding: 20px 0;
}

.testimonial-area .slider-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.testimonial-item {
    text-align: center;
}

.testimonial-area .testimonial-wrapper-box {
    position: relative;
}

.testimonial-area .testimonial-wrapper {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 80px;
}

.section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonial-item .icon img {
    height: 47px;
}

.testimonial-item .text-wrapper {
    margin-top: 53px;
}

.testimonial-item .text {
    font-size: 30px;
    line-height: 1.38;
    font-weight: 300;
    color: var(--primary);
}

.testimonial-item .author {
    margin-top: 44px;
}

.testimonial-item .name {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    color: var(--primary);
}

.testimonial-item .post {
    font-size: 18px;
    display: inline-block;
}

.service-area .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -30px;
    gap: 50px 0;
}

.dark .container-preloader .loader-section {
    background-color: var(--black);
}

.hero-area .info-box .thumb img {
    width: 130px;
}

.contact-area .contact-formfield input {
    color: #fff;
}

div#msgSubmit {
    margin-top: 20px;
    font-size: 16px;
    color: green;
}

.error {
    color: red;
    margin-top: 10px;
    display: block;
}

.copyright-area-inner {
    border-top: 0px solid rgba(255, 255, 255, .08);
}

@media (min-width:768px){
    .mobile{
        display: none;
    }
}
@media (max-width:991px) {
    .service-area .services-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width:767px) {
    .hero-area .section-title {
        max-width: 100%;
        font-size: 38px;
    }
    .feature-area .feature-thumb .info img {
        width: auto;
    }
    .desktop{
        display: none;
    }
    .testimonial-item .text {
        font-size: 18px;
    }
    .wc-btn-primary {
        padding: 19px 28px;
    }
    .testimonial-area .testimonial-wrapper {
        padding: 0 0px;
    }

    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .testimonial-area .slider-nav {
        display: none;
    }
    .footer{
        display: block;
    }
    .copyright-area .copyright-text .text {
        text-align: left;
        padding: 0;
        margin-top: 0;
    }
    .copyright-area-inner {
        flex-direction: row;
    }
    .service-top-wrapper, .services-wrapper-box {
        padding: 10px;
    }
    section#contact {
        padding: 0 10px;
    }
    .copyright-area-inner {
        padding: 10px 0;
    }
    
}