:root {
  --font-family-sans: "ZohoPuvi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --color-primary: #3B73F2;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-blue: #274EA3;
  --text-color: #262e3e;
}
.banner-wrapper {
  position: relative;
  background: #ffd242;
  margin: 0px 0px 30px;
}
.banner-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.banner-row > .col {
  padding: 2rem 1rem;
  position: relative;
}
.banner-row > .col:nth-child(1) {
  width: 60%;
}
.banner-row > .col:nth-child(2) {
  width: 40%;
}
.banner-row > .col.full-width {
  width: 100%;
}
.banner-contents > h1 {
  margin-bottom: 8px;
}
.banner-contents > p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
}
.banner-cta {
  display: flex;
  gap: 16px;
}
.banner-cta > a {
  background: #282828;
  display: inline-block;
  border: 1px solid #282828;
  color: #fff;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 6px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.banner-cta > a:hover {
  text-decoration: none;
  background: #545454;
  border: 1px solid #545454;
}
.banner-cta > a:nth-child(2) {
  background: transparent;
  color: #000;
}
.banner-cta > a:nth-child(2):hover {
  background: #fff;
  color: #000;
}
.banner-vid {
  text-align: center;
}
.banner-vid > p {
  margin: 0;
}
.video-pop {
  display: inline-block;
  position: relative;
}
.video-pop > img {
  width: 100%;
  border-radius: 4px;
  background: #fff
}
.video-pop:before {
  content: "";
  position: absolute;
  background: url(https://www.manageengine.com/products/netflow/images/vid-play-icon.png) top center no-repeat;
  border-radius: 100%;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-size: 64px;
  width: 64px;
  height: 64px;
  right: auto;
  top: auto;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.video-pop:hover:before {
  -webit-transform: translate(-50%, 50%) scale(1.2);
  transform: translate(-50%, 50%) scale(1.2);
}
@media screen and (max-width: 1024px) and (min-width: 761px) {
  .banner-row > .col {
    width: 100% !important;
  }
}
@media screen and (max-width: 650px) {
  .banner-row .col {
    width: 100% !important;
    margin: 0 auto;
    flex: auto;
    margin: 8px
  }
}
.img-holder img {
  border: 1px solid #ddd;
}
.sec-row {
  margin: 40px 0px 0px;
}
.sec-row h2 {
  margin: 20px 0px 20px;
}
/*----  accordion css -----*/
.faqh {
  font-size: 18px;
  margin: 0;
  color: #09C;
}
.accordion_head.active {
  background: #F9F9F9;
  color: #85b536 !important;
}
.accordion_head.active .faqh {
  color: #85b536 !important;
}
.accordion_container {
  width: 100%;
}
.accordion_head {
  color: #09C;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 1px 0;
  padding: 12px;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.accordion_body {
  background: #F9F9F9;
  padding: 12px;
}
.accordion_body p {
  margin: 0px 0px 15px 0px;
}
.plusminus {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
/*----  End accordion css -----*/
.rhs-cont *, .rhs-cont *::before, .rhs-cont *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-cover {
  padding: 40px 0px;
}
.content-cover h3 {
  margin: 0px 0px 20px;
}
.pt-20 {
  padding-top: 20px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
}
.col_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66%;
}
.col_6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col_7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33%;
}
.col_12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col_md_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33%;
  }
  .col_md_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66%;
  }
  .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.33%;
  }
}
@media only screen and (min-width: 992px) {
  .col_lg_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66%;
  }
  .col_lg_7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33%;
  }
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@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%;
  }
}
/*============= slider content ================*/
.opm-review-section .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.opm-review-section {
  padding: 40px 0;
}
.opm-review-section .slide-content .slide-title h2 {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 0px;
}
.opm-review-section .slide-content .slide-box {
  max-width: 1000px;
  width: 92%;
  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;
  font-weight: 300;
  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;
  font-weight: 300;
}
.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: 300;
  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 .btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.opm-review-section .btn.btn-lg {
  height: 54px;
  padding: 0 24px;
  line-height: 52px;
  font-size: 16px;
}
.opm-review-section .btn.btn-md {
  height: 42px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 15px;
}
.opm-review-section .btn.btn-round {
  border-radius: 100px;
}
.opm-review-section .btn.btn-primary {
  background: var(--color-primary);
  color: #fff;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  border: 1px solid var(--color-primary);
}
.opm-review-section .btn.btn-primary:hover, .opm-review-section .btn.btn-primary:focus, .opm-review-section .btn.btn-primary:focus-within, .opm-review-section .btn.btn-primary:active {
  background: #1171ae;
}
.opm-review-section .btn.btn-black {
  color: var(--color-white);
  background: #010101;
  border: 1px solid #010101;
}
.opm-review-section .btn.btn-black:hover {
  background: #FFCE26;
  border-color: #FFCE26;
  color: #010101;
  border-color: #FFCE26;
  text-decoration: none;
}
.opm-review-section .btn.btn-outline-primary {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--color-white);
}
.opm-review-section .btn.btn-outline-primary:hover, .opm-review-section .btn.btn-outline-primary:focus, .opm-review-section .btn.btn-outline-primary:focus-within, .opm-review-section .btn.btn-outline-primary:active {
  background: var(--color-primary);
  color: var(--color-white);
}
.highlights-card {
  padding: 0 !important;
}
.highlights-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
}
.highlights-card li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDExLjA3OTlWMTEuOTk5OUMyMS45OTg4IDE0LjE1NjMgMjEuMzAwNSAxNi4yNTQ1IDIwLjAwOTMgMTcuOTgxN0MxOC43MTgyIDE5LjcwODggMTYuOTAzMyAyMC45NzIzIDE0LjgzNTQgMjEuNTgzOEMxMi43Njc0IDIyLjE5NTIgMTAuNTU3MyAyMi4xMjE4IDguNTM0NDcgMjEuMzc0NEM2LjUxMTY4IDIwLjYyNzEgNC43ODQ2NSAxOS4yNDYgMy42MTA5NiAxNy40MzY5QzIuNDM3MjcgMTUuNjI3OSAxLjg3OTc5IDEzLjQ4NzkgMi4wMjE2OCAxMS4zMzYyQzIuMTYzNTYgOS4xODQ0MyAyLjk5NzIxIDcuMTM2MTkgNC4zOTgyOCA1LjQ5Njk0QzUuNzk5MzUgMy44NTc2OCA3LjY5Mjc5IDIuNzE1MjUgOS43OTYxOSAyLjI0MDAxQzExLjg5OTYgMS43NjQ3NyAxNC4xMDAzIDEuOTgyMiAxNi4wNyAyLjg1OTg2IiBzdHJva2U9IiM1NDc5RjciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMiA0TDEyIDE0LjAxTDkgMTEuMDEiIHN0cm9rZT0iIzU0NzlGNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 32px!important;
  margin-bottom: 16px;
  list-style: none;
}
.disclaimer {
  background: #fdf8ee;
  padding: 24px;
  margin: 40px 0px;
  box-sizing: border-box;
  width: 90%;
  margin: 20px auto 40px;
}
.disclaimer p.bold {
  font-weight: 700;
  margin-bottom: 10px
}
.disclaimer p {
  font-size: 12px;
  margin: 0;
}
#customer .slide-box {
  background: #f8f8f8;
}
@media screen and (max-width: 990px) {
  .content-wrapper .content-cover:nth-child(even) .row {
    flex-direction: column-reverse
  }
}
.more-op-fea {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.more-op-fea > a {
  align-items: center;
  border: 1px solid #e9f1f7;
  margin: 8px;
  min-height: 50px;
  border-radius: 10px;
  padding: 16px 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #fff;
}
.more-op-fea > a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 8px 24px 0 #e7e5e5;
  box-shadow: 0 8px 24px 0 #e7e5e5;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
}
.more-op-fea > a > img {
  max-width: 36px !important;
  padding-right: 12px;
}
.more-op-fea > a span:last-child {
  margin: 10px 0px;
  display: block;
  font-size: 14px;
  color: #09C;
}
.more-op-fea > a span {
  font-size: 16px;
  color: #444;
}
@media screen and (max-width: 949px) {
  .more-op-fea {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .more-op-fea > a span:last-child {
    justify-content: left;
    display: flex;
  }
  .more-op-fea > a > img {
    max-width: 30px;
  }
}
/*------- Related resources seciton -----------*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}
.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@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 only screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.related-resource-section {
  padding: 40px 0px;
}
.related-resource-section .related-resource-img {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.related-resource-section .apm-features-detail-container h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 50px;
}
.related-resource-section .resource-card {
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  margin-left: 32px;
}
@media screen and (max-width: 1199.98px) {
  .related-resource-section .resource-card {
    margin: 40px 0 0;
  }
}
.related-resource-section .resource-wrapper {
  padding: 24px;
  border-right: 1px solid #EFEFEF;
}
.related-resource-section .resource-link-item.featured {
  /* margin-bottom: 32px; */ padding-left: 0px;
}
.related-resource-section .resource-link-item.featured .resource-link-list {
  padding-left: 0px;
}
.related-resource-section .resource-link-list li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.75;
  padding-left: 0px;
  list-style: none;
}
.related-resource-section .resource-link-list li:last-child {
  margin-bottom: 0;
}
.related-resource-section .resource-link-list li a {
  color: inherit;
}
.related-resource-section .resource-link-list li a svg {
  vertical-align: sub;
}
.related-resource-section .resource-link-list li a span {
  margin-right: 4px;
}
.related-resource-section .resource-other-wrapper {
  padding: 24px 24px 24px 0;
  border: none;
}
.related-resource-section .resource-other-wrapper .resource-other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
}
.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(1), .related-resource-section .resource-other-wrapper .resource-other-item:nth-child(2) {
  padding-bottom: 24px !important;
  margin-bottom: 24px;
  border-bottom: 1px solid #EFEFEF;
}
.related-resource-section .resource-other-wrapper .resource-other-item:hover {
  text-decoration: none;
}
.related-resource-section .resource-other-wrapper .resource-other-item .h5 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 4px;
}
.related-resource-section .resource-other-wrapper .resource-other-item .p {
  font-size: 1rem;
  line-height: 1.75;
}
.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.related-resource-section .resource-other-wrapper .resource-other-item .anchor-text {
  color: #006DEB;
}
.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon {
  margin-right: 20px;
}
.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon svg {
  width: 32px;
  height: 38px;
}
.related-resource-section .resource-other-wrapper .resource-other-item a {
  font-size: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .related-resource-title-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .resource-other-wrapper {
    padding: 24px !important;
  }
  .resource-wrapper {
    border-right: 0 !important;
  }
}
.refer-res {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0 !important
}
.refer-res li {
  border-top: 1px solid #ececec;
  list-style-type: none;
  margin: 0;
  padding: 0
}
.refer-res li a {
  color: #777;
  padding: 7px 0 7px 10px;
  display: block;
  text-decoration: none
}
.refer-res li a:hover {
  color: #000;
  text-decoration: none
}
#lhsBanCon {
  margin: 20px 0 20px 0;
}