@media screen and (max-width:1440px){
    .service-con .owl-nav .owl-prev{
        position: relative;
        left: 0px;
        top: 00px;
    }
    .service-con .owl-nav .owl-next{
        position: relative;
        right: 0px;
        top: 0px;
    }
    .service-con .owl-nav{
        padding-top: 20px;
    }
}
@media screen and (max-width:1199px) {
    .service-con1 .servces-wrapper {
        gap: 15px;
    }
    .servicepage-con3 .provider-box h5{
        padding-right: 70px;
    }
    .servicepage-con3 .owl-dots {
        margin-top: 30px;
    }
}
@media screen and (max-width:1024px) {
    .article-con .article-box img{
        height: 230px;
    }
    .article-con .article-box .box-content {
        padding: 0px 20px 20px 20px;
        text-align: center;
    }
    .testimonial-style2 p, .testimonial-style2 span.position{
        font-size: 16px;
    }
    .testimonial-style2 p {
        margin-bottom: 15px !important;
    }
    .testimonial-style2 .owl-nav {
        margin-top: 20px;
    }
    .testimonial-style2 .user-img img {
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }
    .service-con1 .servces-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .service-con1 .service-box figure {
        height: 80px;
        width: 80px;
        margin-bottom: 15px !important;
    }
    .service-con1 .service-box figure img{
        width: 40px;
    }
    .service-con1 .service-box h5 {
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .servicepage-con3 .provider-box p {
        padding-bottom: 15px;
    }
    .testimonial-con1 .testimonial_wrapper{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }
    .testimonial-con1 .testimonial-box1 {
        height: 280px;
    }
}
@media screen and (max-width:767px) {
    .testimonial-con1 .testimonial-box1{
        padding: 15px;
    }
    .services-tabs .e-closed .fas.fa-arrow-right {
        font-size: 19px;
        line-height: 19px;
    }
    .services-tabs .e-opened .fas.fa-arrow-down {
        font-size: 20px;
        line-height: 20px;
    }
}
@media screen and (max-width:575px) {
    .testimonial-style2 p, .testimonial-style2 span.position {
        font-size: 14px;
    }
    .service-con1 .servces-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .testimonial-con1 .testimonial_wrapper{
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
}