body .whatsapp-widget{
    z-index: 2;
}
.services-container .cards-box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-container .cards-box .card{
    height: 450px;
    width: 400px;
    border: 1px solid;
    border-color: silver;
    margin: 0px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.services-container .cards-box .card img{
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.services-container .cards-box .card .card-title h4{
    color: #1DCD9F;
    font-size: 25px;
}




.service-provider{
    width: 100%;
    height: auto;
    padding: 20px;
}
.service-provider .services-list{
    width: 100%;
}
.services-list ul{
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
}
.services-list ul li{
    width: auto;
    margin: 10px 10px;
    list-style: none;
    background-color: silver;
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
}
.services-list ul li:hover{
    background-color: #222222;
    color: #1DCD9f;
    transition: 0.3s ease-in-out;
}
.service-provider .provider-head{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-provider .provider-para{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.provider-para p{
    text-align: center;
}
.service-provider .underline{
    width: 200px;
    height: 2px;
    background-color: #1DCD9f;
    border-radius: 5px  ;
}


.serving-area{
    width: 100%;
    height: auto;
    padding: 20px;
}
.serving-area .serving-head{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serving-area .underline{
    width: 150px;
    height: 2px;
    background-color: #1DCD9f;
    border-radius: 5px  ;
}
.serving-area .services-para{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.services-para p{
    text-align: center;
}
.services-list ul li {
    text-align: center;
}

@media (max-width: 500px) {
    .heading-text .inner h1 {
        font-size: 30px;
        text-align: center;
    }
    .scnd-container h2 {
        font-size: 40px;
        text-align: center;
    }
    .heading-text {
        margin: 10px 0px;
    }
    .category-container .category-text {
        margin-bottom: 0px;
    }
    .category-container .slider-wrapper {
        padding: 10px;
    }
    .service-provider .provider-para {
        height: 250px;  
        padding: 10px;
    }
    .serving-area .services-para {
        height: 250px;
        padding: 10px;
    }
    .services-list ul {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

@media (max-width:600px) {
    .call-banner .inner-banner {
        flex-direction: column;
    }
    .call-banner {
        height: 600px;
    }
    .inner-banner .call-details {
        width: 100%;
        padding: 10px;
    }
    .inner-banner .banner-img {
        width: 100%;
    }
}

@media (max-with:700px) {
    .inner-banner .call-details {
        padding: 10px;
    }
}