.container {
    max-width: 1400px;
}
/* **** Swiper **** */
    
    .swiper-button-next,
    .swiper-button-prev {
        color: #707070 !important;
    }
    
    
    .opm-review-section .swiper-pagination-bullet-active {
        background: var(--color-yellow-200);
    }
    
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -5px;
    
    }
    
    
    .opm-review-section .swiper-button-next,
    .opm-review-section .swiper-button-prev {
        transform: translateY(-50%);
    }
    
    .monitoring-section .swiper-button-next,
    .opm-review-section .swiper-button-next {
        right: 0.5%;
    }
    
    .monitoring-section .swiper-button-prev,
    .opm-review-section .swiper-button-prev {
        left: 0.5%;
    }
    
    /* ****  Review section **** */
    .opm-review-section {
        position: relative;
        z-index: 1;
    }
    
    .opm-review-section::before {
        position: absolute;
        /* background: #F8F8F8; */
        background: #ffffff;
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        content: '';
        z-index: -1;
    }
    
    .opm-slider--content {
        background: var(--color-white);
        border-radius: 6px;
        margin: 0 0 60px;
    }
    
    .opm-slider-title>h4 {
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 24px;
        text-align: center;
    }
    
    /* **** Customer review **** */
    .slide_box {
        max-width: 768px;
        margin: auto;
        padding: 24px;
        border: 1px solid #ececec;
        border-radius: 8px;
        background: #ffffff;
        box-sizing: border-box;
    }
    
    .customerReviewSwiper .swiper-slide {
        min-height: 330px;
    }
    
    .customerReviewSwiper .slide_box {
        min-height: inherit;
    }
    
    .caseStudiesSwiper .swiper-slide {
        min-height: 280px;
    }
    
    .caseStudiesSwiper .slide_box {
        min-height: inherit;
    }
    
    .customerReviewSwiper .swiper-slide,
    .caseStudiesSwiper .swiper-slide {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .slide_review_title,
    .case_studies_title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 4px;
        line-height: 30px;
    }
    
    .slide_review_org {
        margin-bottom: 8px;
        font-style: italic;
    }
    
    .slide_review_details {
        margin: 8px 0 16px 0;
    }
    
    .slide_review_details>.slide_review_rev_role {
        background: #faefef;
    }
    
    .slide_review_details>.slide_review_company_size {
        background: #eef3fd;
    }
    
    .slide_review_details>span {
        display: inline-block;
        box-sizing: border-box;
        padding: 4px 12px;
        border-radius: 8px;
        margin: 4px 4px 4px 0;
    }
    
    .slide_review_logo img {
        max-width: 200px;
    }
    
    .slide_box_main_title {
        font-weight: 400;
        font-size: 16px;
        border-bottom: 3px solid #e8e8e8;
        display: inline-block;
    }
    
    /* **** Case Studies **** */
    .case_studies_box>.product_name {
        background: #ececec;
        display: inline-block;
        padding: 4px 12px;
        border-radius: 4px;
    }
    
    .case_studies_box>.case_studies_title>a {
        color: #333;
        text-decoration: none;
    }
    
    .case_studies_industry_name {
        color: #5a5a5a;
        font-style: italic;
    }
    
    .case_studies_description {
        margin-top: 16px;
    }
    
    .case_studies_btn {
        display: inline-block;
        padding: 10px 16px;
        background: #525252;
        color: #fff;
        border-radius: 32px;
        margin-top: 16px;
        transition: all .3s ease-in-out;
        text-decoration: none;
        font-size: 14px;
    }
    
    .case_studies_btn:hover {
        background: #ffc906;
        border-color: #ffc906;
        color: #333333;
        text-decoration: none;
    }
    
    .case_studies_box>.product_name {
        background: #ececec;
        display: inline-block;
        padding: 4px 12px;
        border-radius: 4px;
        margin-bottom: 12px;
    }
    
    /* **** Awards & honors **** */
    
    .opm-award-card-wrapper {
        list-style-type: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -8px;
        justify-content: center;
    }
    
    .opm-award-card {
        max-width: 33.33333333%;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
        display: flex;
        width: 100%;
    }
    
    .opm-award-img {
        padding: 15px 0;
        height: 120px;
        border-bottom: 1px solid #f2f1f1;
        overflow: hidden;
        position: relative;
        display: block;
    }
    
    .opm-award-img img {
        position: absolute;
        max-width: 65%;
        max-height: 65%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 4px;
    }
    
    .opm-award-card a {
        text-decoration: none;
        color: inherit;
        border: 1px solid #f2f1f1;
        border-radius: 6px;
        background: #ffffff;
        display: inline-block;
        margin-bottom: 16px;
        width: 100%;
        transition: all 0.15s;
    }
    
    .opm-award-card a:hover {
        color: inherit;
        box-shadow: 2px 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    }
    
    .opm-awards-desc {
        margin-bottom: 0;
        text-align: center;
        padding: 20px;
        font-size: 15px;
        display: block;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .btn-black {
        text-decoration: none;
        display: inline-block;
        padding: 8px 16px;
        background: #333333;
        border-radius: 4px;
        font-size: 15px;
        line-height: 24px;
        color: #fff;
    }
    
    .btn-black:hover {
        background: #5f5d5d;
        text-decoration: none;
    }
    
    /* **** Media Queries **** */
    @media (max-width: 991.98px) {
    
        .customerReviewSwiper .swiper-slide,
        .caseStudiesSwiper .swiper-slide {
            padding-bottom: 30px;
        }
    
        .opm-review-section .swiper-button-next {
            right: 10px;
        }
    
        .opm-review-section .swiper-button-prev {
            left: 10px;
        }
    
        .opm-award-card {
            max-width: 50%;
        }
    }
    
    @media (max-width: 767.98px) {
    
        .why-card--group,
        .feature-card--group {
            grid-template-columns: 1fr;
        }
    
        .sec-pad-100 {
            padding: 5rem 0;
        }
    
        .sec-pad-80 {
            padding: 3.75rem 0;
        }
    
        .opm-review-section .swiper-button-next:after,
        .opm-review-section .swiper-button-prev:after
       {
            font-size: 32px;
        }
    
        .customerReviewSwiper .swiper-slide,
        .caseStudiesSwiper .swiper-slide {
            min-height: auto;
        }
    
        .customerReviewSwiper .swiper-slide,
        .caseStudiesSwiper .swiper-slide {
            padding-bottom: 0;
        }
        .opm-slider-title>h4{line-height: 1.2;}
    }
    
    @media (max-width: 575.98px) {
    
        .feature-card--item {
            flex-direction: column;
        }
    
        .feature-card--content {
            margin: 20px 0 0;
        }
    
    
    
        .monitoring-section .swiper-content {
            padding-bottom: 0;
        }
    
        .swiper-pagination {
            position: inherit !important;
        }
    
       
        h2 {
            font-size: 28px;
            line-height: 38px;
        }
    
       
    
        .opm-award-card {
            max-width: 100%;
        }
    }
    
.healthcare-main-wrapper {
    max-width: 60%;
    margin: 0 auto;
}

.pad-tb-md {
    padding: 40px 0;
    overflow: hidden;
}