.service-text {
    padding: 30px 22px;
}
.service-detail .service-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 1px solid #ddd;
    object-position: center center;
}
.service-text h3 {
    color: var(--second-text-color);
    font-family: 'roboto';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-text h3 span {
    color: #F8BC26;
}

.service-text p {
    color: var(--second-text-color);
    font-family: 'poppins';
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-ul h4 {
    font-size: 22px;
    color: var(--second-text-color);
    font-family: 'roboto';
}

.service-ul ul li {
    font-size: 13px;
    color: var(--second-text-color);
    font-family: var(--second-italic);
    font-style: italic;
    padding: 8px 0px;
    display: flex;
}

.service-box-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.service-ul ul {
    padding: 0;
    list-style: none;
}

.service-ul ul li i {
    padding-right: 10px;
    color: var(--extra-color-1);
}

section.service-sec {
    padding: 90px;
}

section.service-second-sec {
    padding-bottom: 150px;
}

.service-ul {
    padding-top: 40px;
}

.all-service-dv {
    padding: 0px;
    border: 1px solid #707070;
}

.service-box-img {
    background-color: var(--extor-color-2);
    padding-bottom: 30px;
}

.all-service-dv {
    background-color: var(--extra-color-2);
    height: 100%;
}

.all-service-dv:hover {
    transition: 0.6s all;
    background: var(--primary-btn-color);
    transform: scale(1.01);
    border: 1px solid var(--primary-btn-color);
}

.all-service-dv:hover .service-ul ul li i {
    color: var(--extra-color-2);
}

/* Laptop Responsive  */
@media (max-width: 1400px) and (min-width: 1200px) {
    .service-text p {
        font-size: 13px;
    }

    .service-text h3 {
        font-size: 32px;
    }
}

@media (max-width:1100px) {
    .service-text h3 {
        font-size: 34px;
        line-height: 1.2;
    }
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media(max-width:991px) {

    /* .service-img img {
        max-width: 205px;
    } */
    .service-box-img img {
        object-fit: unset;
    }

    .service-text h3 {
        font-size: 30px;
        line-height: 1;
    }

    .service-ul {
        padding-top: 30px;
    }

    .service-ul h4 {
        font-size: 20px;
        line-height: 1;
    }
}

/* Tablet Responsive  */

/* Mobile Responsive Starts Here  */
@media(max-width:575px) {
    section.service-sec {
        padding: 30px 0px 0px 0px;
    }

    .service-sec .blog-sec-heading-wrapper {
        padding-top: 30px;
    }

    .service-sec .service-img img {
        width: 100%;
    }

    .service-box-img img {
        height: auto;
        object-fit: unset;
    }

    .service-text h3 {
        font-size: 18px;
        line-height: normal;
    }

    .service-text p {
        font-size: 12px;
    }

    .service-ul h4 {
        font-size: 19px;
    }

    .service-ul {
        padding-top: 0px;
    }

    section.service-second-sec {
        padding-bottom: 30px;
    }
}

/* Mobile Responsive Ends Here  */