
body{font-size:16px; line-height:28px}
.heading-menu{display:none;}
#adRhsLnkNm{display: none;}


.accordion_body ul {list-style: disc !important;}

.content-div p {margin-bottom: 30px;}
.content-div p:last-child{margin-bottom: 0px;}

.free-trail-heading {margin-bottom: 15px;}

/* -------- banner css ---------*/

.grid-box {
    display: flex;
    align-items: center;
}


.banner-bg1 {
    background: #355094;
    padding: 60px 0px;
    min-height: 400px;
}

.banner_headline {
    font-size: 48px;
    color: #fff;
    display: inline-block; font-weight: 600; line-height: 1.2; margin: 0 0 20px;
}
.banner__description {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    margin: 20px 0px 30px;
}

.banner {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-red {
    padding: 14px 25px;
    background: #FDD100;
    border-radius: 50px;
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 10px;
}
.btn-red:hover{background: #e3bc04;  transition: all 0.3s;}


.swiper-pagination{    bottom:0px;
    width: 100% !important;    
}

.swiper-pagination-bullet {
    cursor: pointer;
    margin: 0px 4px;
}


#scroll {display: none;}
.pt0{padding-top: 0px !important;}
.pb0{padding-bottom: 0px !important;}
p{font-size: 16px; line-height: 1.8;}
.row{display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: initial;
    width: 100%;
    justify-content: center;}

.sec-pTB{  padding: 60px 0;}


/*--------- section css --------------*/

#section1 , #section2 {
    text-align: center;
}

h1 {
    font-size: 55px;
   
}

.main_heading {
    line-height: 1.2;
    font-size: 44px;
   font-weight: 600;
   display: inline-block;
   width: 100%;
}

.sub_heading2 {
    margin: 0;
    font-size: 34px;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 20px;
    display: inline-block;
    width:100%;
    line-height: 42px;
}

.content {
    margin: 0;
    margin-top: 15px;
}



/*--------- box section css --------------*/

.hglt-bg{background: #f5f5f5;}

.help-it-section .cell{text-align: center; background: #fff; margin: 0 15px; border: none;}
.help-it-section .cell p{line-height: 28px;}
.help-it-section .cell h3 {
    font-size: 24px;
    font-family: 'Zoho_Puvi_bold';
    line-height: 28px;
    font-weight: 700;
    margin: 20px 0px 10px;
}

.cell {
    padding: 30px;
    border: 1px solid #ececec;
    margin: 15px 15px;
    flex: 1;
   
}

.help-it-section .cell .icon-wrapper img{max-width: 60px; margin: 5px 0px;}





/*--------- application-infrastructures css --------------*/

.application-infrastructures [class*="col-"]{padding: 15px 25px;}



/*--------- screenshot section css --------------*/

.no-gutter [class*="col-"] {padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;}
.col-1 {width: calc(1 / 12 * 100%);}
.col-2 {width: calc(2 / 12 * 100%);}
.col-3 {width: calc(3 / 12 * 100%);}
.col-4 {width: calc(4 / 12 * 100%);}
.col-5 {width: calc(5 / 12 * 100%);}
.col-6 {width: calc(6 / 12 * 100%);}
.col-7 {width: calc(7 / 12 * 100%);}
.col-8 {width: calc(8 / 12 * 100%);}
.col-9 {width: calc(9 / 12 * 100%);}
.col-10 {width: calc(10 / 12 * 100%);}
.col-11 {width: calc(11 / 12 * 100%);}
.col-12 {width: calc(12 / 12 * 100%);}
[class*="col-"] {padding: 15px;box-sizing: border-box;-webkit-box-sizing: border-box;}
	
 .flex-row:after, .row:after{content:'';display:table;clear:both;}


.row .col-6 > a {
    width: 100%;
    -webkit-box-shadow: 5px 5px 5px 0 #e0e0e0;
    box-shadow: 5px 5px 5px 0 #e0e0e0;
    border: solid 1px #e8e7e7;
    border-radius: 6px;
    transition:all 0.3s
}

.row .col-6 > a:hover{transform:scale(1.1); transition:all 0.3s}


.opmanager-plus .row{align-items: center;}
.opmanager-plus .row h2{margin: 0px 0 20px;}
.opmanager-plus .sec-pTB{padding: 30px 0px;}

.opmanager-plus .sec-pTB:nth-child(odd) {background: #f7faff;}

.opmanager-plus .sec-pTB:nth-child(even) .row .col-6 > a{    width: 100%;
    -webkit-box-shadow: 5px 5px 5px 0 #e7e7e7;
    box-shadow: 5px 5px 5px 0 #e7e7e7;
    border: solid 1px #f7fafe;
    border-radius: 6px;}

.disc {list-style:disc; margin-left:15px}
.disc li{padding-bottom:12px}
.disc li:last-child{padding-bottom:0; }


.img-zoom-container{width: 100%; height: 100%;}

.mt0{margin-top:0px;}




/*-----  link section ----------*/

.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-row .col {
    width: 46% !important;
    margin: 15px 15px;
}

.observability-link .icon-wrapper, .observability-link .icon-wrapper a {
    align-items: center;
    justify-content: left;
    display: flex;
}

.observability-link .img-wrapper {
    width: 85px;
    height: 85px;
    display: block;
    line-height: 85px;
    text-align: center;
    background-color: #fff;
    color: #ddd;
    border-radius: 50%;
    transition: 0.5s;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
    min-width: 85px;
}

.observability-link .icon-wrapper h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding-left: 15px;
}

.observability-link .flex-row {
    align-items: flex-start;
    background: #f7faff;
    padding: 25px 5px 25px 20px;
}





.nav-row { display:flex; width:100%;gap:20px; background:#f7faff;flex-wrap:wrap;box-sizing:border-box;}
.nav-row > a{width:48%;box-sizing:border-box;display:flex; gap:20px;padding:20px;align-items: center;}
.nav-row > a > span{font-size: 17px;font-weight: 500;color: #333;}
.nav-row .img-wrapper img{max-width: 45px;}


/*---------- accordian css --------------- */

.add-on {font-size: 10px;font-weight: 600;}
.red-star{color:#e07879}
.windowsmonoTable td.padd-none {padding: 0 !important;}
.bdr-none td{border:none  !important;    padding: 15px 0px !important;}
.accordion_head.active	{background: #F9F9F9;border-left: 5px solid #405bff;  }
.accordion_container {width: 100%; margin-top: 20px;}
.accordion_head {color: #405bff;cursor: pointer;font-size: 25px;padding:25px;font-family: 'Open Sans',sans-serif;position: relative;border-left: 5px solid #dadfef;}
.accordion_body {background: #F9F9F9;padding: 0px 30px 30px;     border-left: 5px solid #405bff;}
.accordion_body p{margin: 0px; line-height: 28px;}
.plusminus{font-size: 42px;    position: absolute;right: 20px;top: 25px;font-weight: 500;}	
.faqh {font-size: 23px;margin: 0; font-weight: 600;}

.adjus-accordian .accordion_head{justify-content: left; }
.adjus-accordian .accordion_body{background: #fff; }
.adjus-accordian .accordion_head.active{    color: #405bff !important;border-left: 5px solid #405bff; border-top: none;}


/*---------- btn  css --------------- */
.sec-hglt1 {position:relative;}
.sec-hglt1:before {content:"";position:absolute;width:100%;height:100%;background: url(https://www.manageengine.cn/it-operations-management/images/banner-bg.png) top center no-repeat;opacity:.3;top:0;}

.div-trusted {display:flex;justify-content:center;margin-top: 25px;flex-wrap:wrap;}
.div-trusted a {background:#e9152c;color:#fff;width:350px;margin:2px;box-sizing:border-box;vertical-align:top;transition:all .3s ease-in-out;text-align:left;position:relative;border-radius:10px;}

/* .div-trusted a:nth-child(1){border-top-left-radius: 50px;border-bottom-left-radius: 50px;}
.div-trusted a:nth-child(2){border-top-right-radius: 50px;border-bottom-right-radius: 50px;} */

.div-trusted a:nth-child(2){background:#33ae64;}
.div-trusted a:hover {opacity:.8;}
.div-trusted a h4 {margin:0;color:#fff;font-weight:700;}
.div-trusted a span {font-size:12px;line-height: 16px;display: inline-block;margin-top: 10px;}

.div-trusted a img {width:50px;position:absolute;left:25px;top: 13px;}
.div-trusted a h4 {margin-left: 100px;line-height:72px;}




/*--------- customer review section and case studies section ---------*/

.container {
    max-width: 1380px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.opm-review-section {
  padding: 40px 0;
}
.opm-review-section .slide-content .slide-title h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
}
.opm-review-section .slide-content .slide-box {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #ffffff;
}
.opm-review-section .slide-content .slide-review-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 30px;
}
.opm-review-section .slide-content .slide-review-title a {
  color: inherit;
  text-decoration: none;
}
.opm-review-section .slide-content .slide-review-industry {
  margin-bottom: 8px;
  font-style: italic;
}
.opm-review-section .slide-content .slide-review-description p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
.opm-review-section .slide-content .slide-review-industry {
  margin-bottom: 8px;
  font-style: italic;
}
.opm-review-section .slide-content .slide-review-details {
  margin: 8px 0 16px 0;
}
.opm-review-section .slide-content .slide-review-details .slide-review-rev-role {
  background: #faefef;
}
.opm-review-section .slide-content .slide-review-details .slide-review-company-size {
  background: #eef3fd;
}
.opm-review-section .slide-content .slide-review-details span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 8px;
  margin: 4px 4px 4px 0;
}
.opm-review-section .slide-content .slide-review-logo img {
  max-width: 200px;
}
.opm-review-section .slide-content .slide-box-badge-title {
  background: #ececec;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 13px;
}
.opm-review-section .slide-content .slide-box-border-title {
  font-weight: 400;
  font-size: 16px;
  border-bottom: 3px solid #e8e8e8;
  display: inline-block;
  margin-bottom: 12px;
}
.opm-review-section .swiper-button-next,
.opm-review-section .swiper-button-prev {
  color: #707070 !important;
}
.opm-review-section .swiper-button-next {
  right: 0;
}
.opm-review-section .swiper-button-prev {
  left: 0;
}
.opm-review-section .swiper-slide {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.opm-review-section .swiper-horizontal > .swiper-pagination-bullets,
.opm-review-section .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.opm-review-section .award-card-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.opm-review-section .award-card-wrapper .award-card {
  height: 100%;
}
.opm-review-section .award-card-wrapper .award-card a {
  text-decoration: none;
  color: inherit;
  border: 1px solid #f2f1f1;
  border-radius: 6px;
  background: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.opm-review-section .award-card-wrapper .award-card a:hover {
  color: inherit;
  -webkit-box-shadow: 2px 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.opm-review-section .award-card-wrapper .award-card .award-description {
  margin-bottom: 0;
  text-align: center;
  padding: 20px;
  font-size: 15px;
  display: block;
  line-height: 1.7;
  font-weight: 400;
}
.opm-review-section .award-card-wrapper .award-card .award-img {
  padding: 15px 0;
  height: 120px;
  border-bottom: 1px solid #f2f1f1;
  overflow: hidden;
  position: relative;
  display: block;
}
.opm-review-section .award-card-wrapper .award-card .award-img img {
  position: absolute;
  max-width: 75%;
  max-height: 75%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
}

.healthcare-main-wrapper .bg-light {background-color: #f3f9fd;}

.btn.btn-primary {
    background: #0090E0;
    color: #fff;
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
    border: 1px solid #0090E0;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    border-radius: 100px;
        height: 42px;
    padding: 0 16px;
    line-height: 40px;
    font-size: 15px;
}

.btn.btn-primary:hover{ background: #1171ae;}

.text-center {
    text-align: center !important;
}

.mb-3 {
    margin-bottom: 16px !important;
}
.mt-3 {
    margin-top: 16px !important;
}

.bg-light {
  background-color: #f7faff;;
}

.opm-review-section .swiper-horizontal > .swiper-pagination-bullets,
.opm-review-section .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

/*----------- resource section ------------*/

.observability-link .icon-wrapper, .observability-link .icon-wrapper a {
    align-items: center;
    justify-content: left;
    display: flex;
}

.observability-link .img-wrapper {
    width: 85px;
    height: 85px;
    display: block;
    line-height: 85px;
    text-align: center;
    background-color: #fff;
    color: #ddd;
    border-radius: 50%;
    transition: 0.5s;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
    min-width: 85px;
}

.observability-link .icon-wrapper h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding-left: 15px;
}

.observability-link .flex-row {
    align-items: flex-start;
    background: #f7faff;
    padding: 25px 5px 25px 20px;
}






@media only screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}


/*--------- Media query --------------*/

@media screen and (max-width: 768px) {

.flex-row .cell {width:95% !important;margin:0 auto;} .banner-ct {text-align:center;}
.reasons > li {flex:initial;width:95%;}

.nav-row > a{width:100%}
.opmanager-plus .row{display: block;}
.opmanager-plus .row .col{width: 100%;}
.cell{flex: inherit;}
.main_heading {line-height: 36px;font-size: 32px;}
h1 {font-size: 32px;}
.sub_heading2{font-size: 22px; line-height: 30px;}
.sec-pTB {padding: 20px 0 !important;}
.col-6{width: 100%;}

.banner_headline{font-size: 32px; line-height: 34px;}
.row .col-6 > a:hover{transform:scale(1)}

.grid-box{display:inherit;}
.grid-box [class*="col-"] {width: 100%;}


}




@media (min-width: 1400px) {
    .container {max-width:1315px;}
    }
    @media (min-width: 1200px) {
    .container {max-width:1170px;} 
    }
    @media (max-width: 1200px) {
    .container {max-width:99%;}.triangle-con {-webkit-transform:scale(.6);transform:scale(.6);} .y-opm-plus h3 {font-size:15px;}
    }



