#opm-upgrade .container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
  position: relative;
  box-sizing: border-box;
}
#opm-upgrade .btn {
  border-radius: 6px;
  background: #f31010;
  padding: 16px 32px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
  text-decoration: none;
  border: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #opm-upgrade .btn {
    font-size: 14px;
  }
}
#opm-upgrade .list {
  list-style: none;
  padding: 0px;
}
#opm-upgrade .list li {
  padding: 4px;
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}
#opm-upgrade .list li::before {
  content: "";
  background: url(https://www.manageengine.com/network-monitoring/style/../images/upgrade-opm/tick-icon.svg);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 6px;
}
#opm-upgrade .banner-section {
  background-color: #fff0de;
}
#opm-upgrade .banner-section .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.banner-content-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#opm-upgrade .banner-section .banner-content .banner-content-text {
  width: 50%;
  padding: 50px 0px;
}
#opm-upgrade
  .banner-section
  .banner-content
  .banner-content-text
  .banner-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}
#opm-upgrade .banner-section .banner-content .banner-content-text p {
  font-size: 20px;
  margin-bottom: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #opm-upgrade .banner-section .banner-content .banner-content-img {
    display: none;
  }
  #opm-upgrade .banner-section .banner-content .banner-content-text {
    width: 100%;
  }
  #opm-upgrade
    .banner-section
    .banner-content
    .banner-content-text
    .banner-title {
    font-size: 30px;
  }
  #opm-upgrade .why-upgrade-text-section h3 {
    font-size: 24px !important;
  }
  #opm-upgrade .why-upgrade-text-section {
    padding: 60px 0px !important;
  }
  #opm-upgrade .upgrade-quote .upgrade-quote-content .upgrade-quote-heading {
    font-size: 42px !important;
  }
}

@media screen and (max-width: 640px) {
  #opm-upgrade .choose-upgrade-plans .plans-row {
    flex-direction: column;
  }
}

#opm-upgrade .why-upgrade-text-section {
  padding: 80px 0px;
  text-align: center;
}
#opm-upgrade .why-upgrade-text-section h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
#opm-upgrade .why-upgrade-text-section p {
  font-size: 16px;
  line-height: 2;
}
#opm-upgrade .why-upgrade-tabs-section {
  padding-bottom: 100px;
}
#opm-upgrade .why-upgrade-tabs-section h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0px;
  margin-bottom: 70px;
}
#opm-upgrade .why-upgrade-tabs-section .tabs-container {
  border-radius: 6px;
  border: 1px solid #fccfa8;
  background: #fff;
  position: relative;
}
#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-pills {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  transform: translateY(-50%);
}
#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-pills .tabs-pill {
  border-radius: 32px;
  border: 1px solid #fccfa8;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  padding: 12px 32px;
  text-decoration: none;
  background: #ffffff;
  text-align: center;
  line-height: 1.5;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-pills
  .tabs-pill.active {
  background: #fff0e4;
  border: 1px solid #fccfa8;
}
@media screen and (max-width: 767px) {
  #opm-upgrade
    .why-upgrade-tabs-section
    .tabs-container
    .tabs-pills
    .tabs-pill {
    font-size: 13px;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  #opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-pills {
    gap: 8px;
  }
}
#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-content {
  padding: 32px;
  padding-top: 70px;
}
#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 16px;
}
#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-content h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 16px;
}
#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-content p {
  font-size: 16px;
  line-height: 1.7;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .additional-devices-tabs-content {
  display: flex;
  width: 100%;
  gap: 32px;
}

#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .additional-devices-tabs-content
  > div
  img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #opm-upgrade
    .why-upgrade-tabs-section
    .tabs-container
    .tabs-content
    .additional-devices-tabs-content {
    flex-direction: column;
  }
  #opm-upgrade
    .why-upgrade-tabs-section
    .tabs-container
    .tabs-content
    .additional-devices-tabs-content
    > div {
    width: 100% !important;
  }
}
/*#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-content .swiper-slide {
  height: 0px;
}
#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-content .swiper-slide.swiper-slide-active {
  height: 100%;
}*/
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .swiper-button-prev {
  left: -16px;
  background: #222;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  padding: 0px !important;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .swiper-button-prev::after {
  color: #fff;
  font-size: 14px;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .swiper-button-next {
  right: -16px;
  background: #222;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  padding: 0 !important;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .swiper-button-next::after {
  color: #fff;
  font-size: 14px;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .row-3-col {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 24px;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .row-3-col
  > .col {
  box-sizing: border-box;
  padding: 24px;
  width: calc(33.33% - 24px);
  border-radius: 6px;
  /*box-shadow: 0 0 16px 0 rgba(212, 212, 212, 0.2431372549);*/
  background: #fcf9f4;
}
@media screen and (max-width: 998px) {
  #opm-upgrade
    .why-upgrade-tabs-section
    .tabs-container
    .tabs-content
    .row-3-col
    > .col {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 650px) {
  #opm-upgrade
    .why-upgrade-tabs-section
    .tabs-container
    .tabs-content
    .row-3-col
    > .col {
    width: 100%;
  }
}
/*#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-content .border > .col {
  border: 1px solid #ffc58f;
}*/
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .fea-box
  > img {
  max-width: 32px;
  margin-bottom: 24px;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .fea-box
  > h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 0;
}
#opm-upgrade .why-upgrade-tabs-section .tabs-container .tabs-content .fea-icon {
  background: url(https://www.manageengine.com/network-monitoring/style/../images/purchase-page-icons.svg) top center
    no-repeat;
  background-size: 400px;
  width: 50px;
  height: 60px;
  display: inline-block;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .fea-icon.icon1 {
  background-position: -1px 0;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .fea-icon.icon2 {
  background-position: -60px 0px;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .fea-icon.icon3 {
  background-position: -115px 0px;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .fea-icon.icon4 {
  background-position: -173px 0px;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .fea-icon.icon5 {
  background-position: -228px 0px;
}
#opm-upgrade
  .why-upgrade-tabs-section
  .tabs-container
  .tabs-content
  .fea-icon.icon6 {
  background-position: -284px 0px;
}
#opm-upgrade .upgrade-quote {
  padding: 65px 0px;
  background: #fff0de;
}
#opm-upgrade .upgrade-quote .upgrade-quote-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#opm-upgrade .upgrade-quote .upgrade-quote-content .upgrade-quote-heading {
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 32px;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-heading
  > span {
  display: block;
  font-size: 40px;
  font-weight: 200;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-heading
  > span
  .text-black {
  font-weight: 400;
}
#opm-upgrade .upgrade-quote .upgrade-quote-content p {
  font-size: 20px;
  line-height: 1.6;
}
#opm-upgrade .upgrade-quote .upgrade-quote-content .upgrade-quote-content-text {
  width: 40%;
}
#opm-upgrade .upgrade-quote .upgrade-quote-content .upgrade-quote-content-form {
  width: 350px;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form {
  max-width: 100%;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  label {
  display: block;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  input,
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  select {
  border-radius: 6px;
  border: 1px solid #cf9953;
  background: #fffbf6;
  padding: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --form-bg-img: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjIuOTIgNjUuMDQiPjxnIGlkPSJMYXllcl8xLTIiPjxnIGlkPSJMYXllcl8xLTMiPjxwYXRoIGQ9Im0xLjA4LDYuMTlsNTcuODIsNTcuODJoMGMxLjQ0LDEuMzcsMy42NywxLjM3LDUuMTEsMHYtLjA3TDEyMS44NCw2LjEyaDBjMS40NC0xLjM3LDEuNDQtMy42NywwLTUuMDQtLjY1LS43Mi0xLjU4LTEuMDgtMi41Mi0xLjA4SDMuNkMxLjY2LDAsMCwxLjU4LDAsMy42YzAsMS4wMS40MywxLjk0LDEuMDgsMi41OVoiLz48L2c+PC9nPjwvc3ZnPg==");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px;
  -webkit-transition: unset;
  transition: unset;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  input::-moz-placeholder,
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  select::-moz-placeholder {
  color: #e6bc89;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  input::placeholder,
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  select::placeholder {
  color: #e6bc89;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  .form-group {
  margin-bottom: 16px;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  [type="submit"] {
  width: 100%;
  margin-bottom: 8px;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  .privacy-policy {
  font-size: 12px;
  line-height: 1.6;
}
#opm-upgrade
  .upgrade-quote
  .upgrade-quote-content
  .upgrade-quote-content-form
  form
  .privacy-policy
  a {
  color: #f20;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #opm-upgrade .upgrade-quote .upgrade-quote-content {
    flex-direction: column;
  }
  #opm-upgrade
    .upgrade-quote
    .upgrade-quote-content
    .upgrade-quote-content-text,
  #opm-upgrade
    .upgrade-quote
    .upgrade-quote-content
    .upgrade-quote-content-form {
    width: 100%;
  }
}
#opm-upgrade .add-ons-section {
  padding: 100px 0px;
  box-sizing: border-box;
}
#opm-upgrade .add-ons-section .add-ons-card {
  display: flex;
  border: 1px solid #e6e6e6;
  background: #fff;
}
#opm-upgrade .add-ons-section .add-ons-card .add-ons-card-heading {
  min-width: 364px;
  width: 364px;
  box-sizing: border-box;
  background: #f1f1f1;
  padding: 32px;
}
#opm-upgrade
  .add-ons-section
  .add-ons-card
  .add-ons-card-heading
  .add-ons-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#opm-upgrade
  .add-ons-section
  .add-ons-card
  .add-ons-card-heading
  .add-ons-heading
  span {
  color: #0d7f3c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
#opm-upgrade
  .add-ons-section
  .add-ons-card
  .add-ons-card-heading
  .add-ons-heading
  span
  .percent {
  font-size: 32px;
  font-weight: 700;
}
#opm-upgrade
  .add-ons-section
  .add-ons-card
  .add-ons-card-heading
  .add-ons-heading
  h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0px;
}
#opm-upgrade
  .add-ons-section
  .add-ons-card
  .add-ons-card-heading
  .add-ons-heading
  img {
  width: 100%;
}
#opm-upgrade .add-ons-section .add-ons-card .add-ons-card-body {
  width: 100%;
  padding: 32px;
  padding-left: 24px;
  box-sizing: border-box;
}
#opm-upgrade .add-ons-section .add-ons-card .add-ons-card-body p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 2; /* 187.5% */
  margin-bottom: 24px;
}
#opm-upgrade .add-ons-section .add-ons-card .add-ons-card-body .btn-green {
  border-radius: 8px;
  background: #15974d;
  padding: 16px 32px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #opm-upgrade .add-ons-section .add-ons-card {
    flex-direction: column;
  }
  #opm-upgrade .add-ons-section .add-ons-card .add-ons-card-heading {
    width: 100%;
    text-align: center;
  }
}
#opm-upgrade .advantages-of-addons {
  padding-bottom: 100px;
}
#opm-upgrade .advantages-of-addons h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 70%;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #opm-upgrade .advantages-of-addons h2 {
    max-width: 100%;
  }
}
#opm-upgrade .advantages-of-addons .cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#opm-upgrade .advantages-of-addons .cards-row > div {
  width: calc(50% - 12px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #opm-upgrade .advantages-of-addons .cards-row > div {
    width: 100%;
  }
}
#opm-upgrade .advantages-of-addons .cards-row .card {
  padding: 32px;
  border-radius: 6px;
  background: #fff5e8;
}
#opm-upgrade .advantages-of-addons .cards-row .card .card-header {
  display: flex;
  gap: 16px;
}
#opm-upgrade .advantages-of-addons .cards-row .card .card-header img {
  width: 32px;
  height: 32px;
}
#opm-upgrade .advantages-of-addons .cards-row .card .card-header h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 2px;
}
#opm-upgrade .advantages-of-addons .cards-row .card .card-body p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0px;
}
#opm-upgrade .enable-addons {
  border-bottom: 1px solid #d9d9d9;
  background: #f9f9f9;
  padding-top: 80px;
}
#opm-upgrade .enable-addons h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 70%;
  margin: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #opm-upgrade .enable-addons h2 {
    max-width: 100%;
  }
}
#opm-upgrade .enable-addons p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
}
#opm-upgrade .enable-addons img {
  width: 100%;
}
#opm-upgrade .choose-upgrade-plans {
  background: #f5f5f5;
  padding: 100px 0px;
}
#opm-upgrade .choose-upgrade-plans h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 70%;
  margin: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #opm-upgrade .choose-upgrade-plans h2 {
    max-width: 100%;
  }
}
#opm-upgrade .choose-upgrade-plans .plans-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#opm-upgrade .choose-upgrade-plans .plans-row a {
  color: #ededed;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#opm-upgrade .choose-upgrade-plans .plans-row .btn-dark {
  background: #333;
} /*# sourceMappingURL=opm-upgrade.css.map */
@charset "UTF-8";

.form-group {
  width: 100%;
}
.swiper-slide {
  text-align: left;
}


#scroll, .heading-menu, #video_zone {display:none;}
.form-error {display:none;color:#f00;}
.thanks {position:relative;text-align:center;border-radius:6px;background:#fff;padding:32px;display:none;}
.thanks > svg {margin-bottom:8px;}
.thanks > h3 {font-size:20px;font-weight:600;color:#09782f;margin:0;}
#meGDPRMessage {font-size:14px;line-height:24px;width:100%;color:#000;border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:8px;}
#country_state, #ukcountry_region {margin-top:8px;}
/* **** 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: 50px auto 30px;
}

.pad-tb-md {
    padding: 40px 0;
    overflow: hidden;
}
.swiper-slide {
    display: block;
}
p {
    margin: 15px 0;
}
h3, .hTag3 {
    margin: 20px 0 20px;
}
#opm-upgrade .advantages-of-addons h2, #opm-upgrade .enable-addons h2, #opm-upgrade .choose-upgrade-plans h2, #opm-upgrade .why-upgrade-tabs-section h3 {
    display:block !important;
      margin: 0 auto 40px auto !important;
  }