.article-container {
    /*margin: 0 auto;

    width: 50%;*/
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.article-container .sansav-article-slider-text {
    padding: 15px 10px 40px;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    height: 350px;
}

.sansav-article-slider-text p {
    overflow: hidden;
    height: 270px;
    text-align: justify;
}

.slider_wrapper {
    overflow: hidden;
    position: relative;
    top: auto;
}

.article_slider {
    visibility: hidden;
    position: relative;
    height: auto;
    list-style: none;
    overflow: hidden;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    transition: left 200ms cubic-bezier(0.4, 0, 0.2, 1);
    /*transform: translate(0px);*/
}

.article_slider li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.active-article {
    background-color: #0d4f8f !important;
}

.nvgt {
    position: absolute;
    top: 45%;
    height: 102px;
    width: 65px;
}

.nvgt-services {
    position: absolute;
    top: 50%;
    height: 102px;
    width: 65px;
}

.nvgt i:hover, .nvgt-services i:hover {
    color: black;
    cursor: pointer;
}

.prev {
    /*background: transparent url('../images/article-slider-left.png') no-repeat center;*/
    left: 3%;
    z-index: 3;
}

.next {
    /*background: transparent url('../images/article-slider-right.png') no-repeat center;*/
    right: 3%;
}

.prev i, .next i {
    font-family: icon-font !important;
    font-size: 45px;
    color: #3a66c8;
}

.article-item img {
    min-width: 100%;
}

.article_slider li.article-item {
    border: none;
}

.sansav-article-carousel-button {
    bottom: 0;
    position: absolute;
    right: 2%;
    background-color: #0d4f8f;
    color: #fff !important;
    padding: 10px 25px;
    margin: 10px 0;
    text-decoration: none !important;
    opacity: 0.7;
}

.sansav-article-carousel-button:hover {
    opacity: 0.9;
}

.empty-box {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #d5d5d5;
}

@media screen and (max-width: 1700px) {
    .prev {
        left: 5%;
    }
    .next {
        right: 5%;
    }
}

@media screen and (max-width: 1300px) {
    .prev {
        left: 3%;
    }
    .next {
        right: 3%;
    }
}

@media screen and (max-width: 1100px) {
    .prev {
        left: 1%;
    }
    .next {
        right: 1%;
    }
}

@media screen and (max-width: 1050px) {
    .prev {
        left: 0;
    }
    .next {
        right: 0;
    }
}

@media screen and (max-width: 770px) {
    .prev {
        display: none !important;
    }
    .next {
        display: none !important;
    }
}

.service-block-wrapper {
    padding: 30px 15px 30px 10px;
}

.service-link-wrapper {
    font-size: 24.5px;
    margin-top: 20px;
    text-decoration: underline;
    float: right;
}

.service-block-wrapper a {
    color: #000;
    font-size: 24.5px;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
}

.service-block-wrapper h3 {
    color: #fff;
}

.most-used-services-image {
    min-width: 0% !important;
}

@media screen and (max-width: 767px) {
    .content-align {
        text-align: center;
    }
    .article-carousel-wrapper .article-container .slider_wrapper .carousel-info-wrapper.col-md-8
    {
        float: left;
        width: 65.95745%;
    }
    .article-carousel-wrapper .article-container .slider_wrapper .carousel-info-wrapper.col-md-4
    {
        float: left;
        width: 31.91489%;
    }
    .article-wrapper-header {
        text-align: center;
    }
    .service-link-wrapper {
        float: none;
    }
}

.general-wrapper {
    padding: 327px 0 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover!important;
    min-height: 80px;
}

.article-carousel-wrapper {
    display: block;
}