/* me-v1 style */
.heading-menu,
#backToTop {
  display: none !important;
}
#scroll {padding: 0;}
/* common style */
.main-page *,
.main-page *::before,
.main-page *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
.m-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
}
.main-page {
  font-family: "ZohoPuvi", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.main-page h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 38px;
}
.main-page a {
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.main-page p a {
  color: #155de0;
}
.main-page p a:hover {
  text-decoration: underline;
}
.main-page p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
}
#scroll .main-page ul {
  list-style: none !important;padding: 0;
}
.main-page img {
  width: 100%;
  height: auto;
}
.lr-container {
  display: block;
  width: 100%;
  font-size: 0;
  position: relative;
}
.lr-container .m-lhs,
.lr-container .m-rhs {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
}
.main-page .main-cta {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background: #DC3F38;
  border: 1px solid #DC3F38;
  border-radius: 6px;
  padding: 10px 30px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.main-page .main-cta:hover {
  background: #ed342a;
  -webkit-box-shadow: 4px 6px 16px rgba(220, 64, 56, 0.4);
  box-shadow: 4px 6px 16px rgba(220, 64, 56, 0.4);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* Common slider style */
.testimonial_slider ul li {
  float: left;
  display: inline-block
}
.testimonial_slider .dots {
  position: absolute;
  left: -7px;
  bottom: 0;
  list-style: none;
  width: auto;
  display: table;
  padding: 3px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2
}
.testimonial_slider .dots li {
  float: left;
  background: #C3C3C3;
  border-radius: 50px;
  list-style: none;
  border: 0;
  height: 7px;
  width: 7px;
  padding: 0;
  margin: 0 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  text-indent: -999em;
}
.testimonial_slider .dots li.active {
  width: 34px;
  opacity: 1;
}
.testimonial-container {
  position: relative;
  padding-bottom: 32px
}
/* Sprite Image */
/* Sprite1 */
.intro-sec ul li::before,
.fea-container .fea-list li::before,
.tab-ic::before,
.tab-ic::after,
.cust-slider .m-lhs p::before,
.cust-slider .m-lhs p::after,
.cust-slider .m-lhs .ls-icon,
.what-next .what-box a.main-cta::before {
  display: inline-block;
  background: url('/sites/meweb/images/se/log-management/images/threat-investigation-sprite1-24.png') no-repeat;
  background-size: 256px;
}
/* Sprite2 */
.tab-sec .tab-container .lr-container .m-lhs,
.lhs-sprite span {
  display: inline-block;
  background: url('/sites/meweb/images/se/log-management/images/threat-investigation-sprite2-24.png');
  background-size: 337px;
}
/* Header section */
.header-sec {
  background: #E0E8FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0E8FF), color-stop(80%, #fff));
  background: -o-linear-gradient(top, #E0E8FF, #fff 80%);
  background: linear-gradient(to bottom, #E0E8FF, #fff 80%);
  background-size: contain;
  margin-bottom: 80px;
  position: relative;
}
.header-sec::before {
  content: '';
  background: url(https://www.manageengine.com/log-management/images/threat-investigation-ban-binary-bg-24.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* BreadCrumb */
.ban-breadcrumb {
  padding: 30px 0;
}
.ban-breadcrumb ul li {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  margin-right: 8px;
  margin-bottom: 6px;
}
.ban-breadcrumb ul li:not(:last-child)::before {
  content: ">";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #6F6B5D;
}
.ban-breadcrumb ul li a {
  font-size: 12px;
  line-height: 1.2;
  color: #6F6B5D;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ban-breadcrumb ul li:hover a {
  color: #000;
}
.ban-breadcrumb ul li span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
/* Banner section */
.ban-sec {
  text-align: center;
  margin-top: 40px;
}
.ban-header {
  text-align: center;
  margin-bottom: 50px;
}
.ban-header h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  -webkit-animation: fadeTop 1s cubic-bezier(.25, .46, .45, .94) both;
  animation: fadeTop 1s cubic-bezier(.25, .46, .45, .94) both;
}
.ban-header p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  -webkit-animation: fadeTop 1s .3s cubic-bezier(.25, .46, .45, .94) both;
  animation: fadeTop 1s .3s cubic-bezier(.25, .46, .45, .94) both;
}
.ban-header a {
  -webkit-animation: fadeTop 1s .6s cubic-bezier(.25, .46, .45, .94) both;
  animation: fadeTop 1s .6s cubic-bezier(.25, .46, .45, .94) both;
}
.ban-sprite {
  position: relative;
  padding-bottom: 8px;
  -webkit-animation: fadeUp 1s .8s cubic-bezier(.25, .46, .45, .94) both;
  animation: fadeUp 1s .8s cubic-bezier(.25, .46, .45, .94) both;
}
.ban-sprite span {
  display: block;
  background: url('/sites/meweb/images/se/log-management/images/threat-investigation-ban-sprite-24.png') no-repeat 0 0;
  background-size: 422px;
  margin: auto;
}
.ban-sprite .ban-board {
  background-position: -1px -2px;
  width: 407px;
  height: 242px;
  mix-blend-mode: luminosity;
}
.ban-sprite .ban-man {
  background-position: -8px -254px;
  width: 155px;
  height: 236px;
  position: absolute;
  top: 14px;
  left: -120px;
  right: 0;
  margin: auto;
}
.intro-sec {
  text-align: center;
  background: #EEF3FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEF3FF), to(#E6EDFF));
  background: -o-linear-gradient(top, #EEF3FF, #E6EDFF);
  background: linear-gradient(to bottom, #EEF3FF, #E6EDFF);
  border-radius: 10px;
  padding: 50px 40px;
  -webkit-animation: fadeDown 1s .8s cubic-bezier(.25, .46, .45, .94) both;
  animation: fadeDown 1s .8s cubic-bezier(.25, .46, .45, .94) both;
}
.intro-sec p {
  font-size: 18px;
  max-width: 960px;
  margin: auto;
  margin-bottom: 16px;
}
.intro-sec h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #002080;
  margin-bottom: 20px;
}
.intro-sec ul {
  font-size: 0;
  max-width: 900px;
  margin: auto;
  position: relative;
}
.intro-sec ul::before {
  content: '';
  background: #D6D6D6;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intro-sec ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 2 - 90px);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  position: relative;
  padding-left: 80px;
}
.intro-sec ul li:last-child {
  margin-left: 160px;
}
.intro-sec ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intro-sec ul li:first-child::before {
  background-position: -7px -5px;
  width: 53px;
  height: 72px;
}
.intro-sec ul li:last-child::before {
  background-position: -78px -5px;
  width: 53px;
  height: 61px;
}
.signup-cta {
  display: inline-block;
  background: #DC3F38;
  border-radius: 50px;
  padding: 10px 30px;
  position: relative;
  top: -20px;
  z-index: 1;
  -webkit-animation: fadeDown 1s 1s cubic-bezier(.25, .46, .45, .94) both;
  animation: fadeDown 1s 1s cubic-bezier(.25, .46, .45, .94) both;
}
.signup-cta span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.signup-cta span a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}
/* Feature - section */
.feature-sec {
  margin-bottom: 80px;
}
.fea-container .lr-container:not(:last-child) {
  margin-bottom: 80px;
}
.fea-container .lr-odd .m-lhs,
.fea-container .lr-even .m-rhs {
  vertical-align: top;
  width: 40%;
}
.fea-container .lr-odd .m-rhs,
.fea-container .lr-even .m-lhs {
  vertical-align: top;
  width: 60%;
}
.fea-container .lr-odd .m-rhs,
.fea-container .lr-even .m-lhs {
  padding-bottom: 24px;
}
.fea-container .lr-odd .m-rhs {
  padding-left: 80px;
}
.fea-container .lr-even .m-lhs {
  padding-right: 80px;
}
.fea-container .lr-container h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.fea-container .lr-container p {
  font-size: 18px;
  color: #333;
  margin-bottom: 14px;
}
.fea-container .fea-list li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
.fea-container .fea-list li span {
  display: block;
  font: inherit;
}
.fea-container .fea-list li strong {
  font-weight: 600;
}
.fea-container .fea-list li::before {
  content: '';
  background-position: -213px -10px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
}
.fea-container .fea-list1 li {
  display: inline-block;
  margin-right: 20px;
}
.fea-container .testimonial_slider .dots {
  right: 0;
  left: 0;
  margin: auto;
}
.fea-container .testimonial_slider .dots li {
  height: 6px;
  width: 6px;
}
.fea-container .testimonial_slider .dots li.active {
  background: #3B3B3B;
  width: 36px
}
/* Tab - section */
.tab-sec {
  background: #EEF3FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEF3FF), to(rgba(230, 237, 255, 0)));
  background: -o-linear-gradient(top, #EEF3FF, rgba(230, 237, 255, 0));
  background: linear-gradient(to bottom, #EEF3FF, rgba(230, 237, 255, 0));
  padding: 60px 0;
  margin-bottom: 40px;
}
.tab-sec .tab-container {
  max-width: 1050px;
  margin: auto;
}
.tab-sec .tab-list {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.tab-sec .tab-list li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  background: #C0C4CB;
  border-radius: 50px;
  position: relative;
  padding: 10px 26px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.tab-sec .tab-list li:last-child {
  margin-right: 0;
}
.tab-sec .tab-list li:hover,
.tab-sec .tab-list li.active {
  color: #fff;
  background: #030200;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.tab-sec .tab-list li.active::before {
  content: '';
  width: 50%;
  height: 1px;
  background: #672981;
  background: -o-linear-gradient(left, rgba(215, 104, 252, 0), #D979F2, rgba(45, 3, 60, 0));
  background: -webkit-gradient(linear, left top, right top, from(rgba(215, 104, 252, 0)), color-stop(#D979F2), to(rgba(45, 3, 60, 0)));
  background: linear-gradient(to right, rgba(215, 104, 252, 0), #D979F2, rgba(45, 3, 60, 0));
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.tab-sec .tab-container .lr-container .m-lhs {
  width: 323px;
  height: 225px;
  position: sticky;
  top: 140px;
  z-index: 1;
}
.tab-sec .tab-container .lr-container .m-rhs {
  width: calc(100% - 323px);
  padding-left: 100px;
  vertical-align: top;
}
.tab-ic {
  display: none;
  position: relative;
  z-index: -1;
}
.tab-ic::before,
.tab-ic::after {
  content: '';
  width: 55px;
  height: 49px;
  position: absolute;
  top: 48px;
  -webkit-animation: fadeUp 1s cubic-bezier(.25, .46, .45, .94) both;
  animation: fadeUp 1s cubic-bezier(.25, .46, .45, .94) both;
}
.tab-ic::before {
  left: 30px;
}
.tab-ic::after {
  right: 14px;
}
.tab-ic-1::before {
  background-position: -5px -89px;
}
.tab-ic-1::after {
  background-position: -68px -89px;
}
.tab-ic-2::before {
  background-position: -131px -89px;
}
.tab-ic-2::after {
  background-position: -194px -89px;
}
.tab-ic-3::before {
  background-position: -5px -142px;
}
.tab-ic-3::after {
  background-position: -68px -142px;
}
.tab-ic-4::before {
  background-position: -131px -142px;
}
.tab-ic-4::after {
  background-position: -194px -142px;
}
.tab-sec .tab-content {
  display: none;
  -webkit-animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both;
  animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both;
}
.tab-sec .tab-content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 14px
}
.tab-sec [data-content="tab-1"] {
  display: block
}
/* Faq Section */
.faq-sec {
  margin-bottom: 80px;
}
.faq-sec .m-container {
  max-width: 1100px;
}
.faq-content .accordion {
  width: 100%;
  border-bottom: .5px solid #E6E6E6;
  padding: 26px 60px;
  padding-right: 80px;
  position: relative;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  cursor: pointer;
}
.faq-content .accordion h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.faq-content .accordion:hover h3,
.faq-content .accordion.opened h3 {
  color: #003BD3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.faq-content .accordion h3:before {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-bottom: 2px solid #A2A2A2;
  border-right: 2px solid #A2A2A2;
  border-radius: 1px;
  margin: 8px 0 0 7px;
  position: absolute;
  right: -34px;
  top: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
}
.faq-content .accordion.opened h3:before {
  border-color: #013BD3;
  border-width: 3px;
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  transform: rotate(224deg);
  top: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.faq-content .panel {
  display: none;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 12px;
}
.faq-content .panel a {
  color: #2167c9;
}
.faq-content .panel a:hover {
  color: #1b6dde;
  text-decoration: underline;
}
.faq-content .panel ul {
  padding-left: 20px;
  margin: 14px 0;
}
.faq-content .panel ul li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 18px;
}
.faq-content .panel ul li:not(:last-child) {
  margin-bottom: 10px;
}
.faq-content .panel ul li::before {
  content: '';
  background: #000;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.faq-content .panel ul li strong {
  font-weight: 600;
}
/* Cust - slider - section */
.cust-slider {
  margin-bottom: 80px;
}
.cust-slider .lr-container .m-lhs {
  width: 440px;
  vertical-align: top;
}
.cust-slider .lr-container .m-rhs {
  width: calc(100% - 445px);
  position: relative;
  padding: 50px 0;
  padding-left: 50px;
  overflow: hidden
}
.cust-slider .m-lhs p {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  padding: 50px 0;
}
.cust-slider .m-lhs p span {
  font-weight: inherit;
  line-height: inherit;
  color: #092381;
}
.cust-slider .m-lhs .ls-icon {
  vertical-align: middle;
  background-position: -149px -5px;
  width: 27px;
  height: 27px;
}
.cust-slider .m-lhs p::before,
.cust-slider .m-lhs p::after {
  content: "";
  position: absolute;
  left: 0
}
.cust-slider .m-lhs p::before {
  background-position: -4px -200px;
  width: 99px;
  height: 45px;
  top: 10px;
}
.cust-slider .m-lhs p::after {
  background-position: -4px -250px;
  width: 99px;
  height: 56px;
  top: auto;
  bottom: 0px
}
.cust-slider .g-line {
  width: 100%;
  height: 1px;
  background: #5083FA;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#5083FA), to(#fff));
  background: -o-linear-gradient(left, #fff, #5083FA, #fff);
  background: linear-gradient(to right, #fff, #5083FA, #fff);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.cust-slider .gt-line {
  top: 0;
}
.cust-slider .gb-line {
  bottom: 0;
}
.cust-slider .m-rhs p {
  font-size: 16px;
  font-weight: 300;
}
.cust-slider .m-rhs .tit {
  margin-bottom: 5px
}
.cust-slider .m-rhs .tit a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.cust-slider .m-rhs .cus-name {
  font-size: 16px;
  font-weight: 500;
  color: #092381;
  margin-top: 20px;
}
.cust-slider .m-rhs .cus-desg {
  font-size: 16px;
  font-weight: 300;
}
.cust-slider .testimonial_slider .dots li.active {
  background: #5083FA;
  width: 34px
}
/* What-next */
.what-next {
  margin-bottom: 80px;
}
.what-next .lr-container .m-lhs {
  vertical-align: top;
  width: 360px;
  text-align: right;
}
.what-next .lr-container .m-rhs {
  width: calc(100% - 360px);
  padding-left: 100px;
}
.what-next .lhs-sprite span {
  background-position: -6px -249px;
  width: 309px;
  height: 481px;
}
.what-next .box-container {
  font-size: 0;
  margin-left: -30px;
}
.what-next .what-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 2 - 30px);
  background: #EEF3FF;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.what-next .what-box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #00227E;
  margin-bottom: 14px;
}
.what-next .what-box p {
  color: #2B2B2B;
  margin-bottom: 20px;
}
.what-next .what-box:nth-child(3) p,
.what-next .what-box:nth-child(4) p {
  min-height: 82px;
}
.what-next .what-box a.main-cta {
  font-weight: 300;
  color: #DC3F38;
  background: transparent;
  padding: 10px 50px 10px 26px;
  z-index: 1;
}
.what-next .what-box a.main-cta::before {
  content: '';
  background-position: -186px -13px;
  width: 18px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.what-next .what-box a.main-cta:hover {
  font-weight: 500;
  color: #fff;
  background: #DC3F38;
  -webkit-box-shadow: 4px 6px 16px rgba(220, 64, 56, 0.4);
  box-shadow: 4px 6px 16px rgba(220, 64, 56, 0.4);
}
.what-next .what-box a.main-cta:hover::before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
/* Media Query */
@media(max-width:1200px) {
  .ban-header h1 {
	font-size: 36px;
	line-height: 1.3;
  }
  .ban-header p {
	font-size: 20px;
	margin-bottom: 24px;
  }
  .fea-container .lr-container h3 {
	font-size: 20px;
  }
  .fea-container .lr-container p,
  .fea-container .fea-list li {
	font-size: 16px;
	line-height: 1.6;
  }
  .cust-slider .lr-container .m-lhs {
	width: 390px;
  }
  .cust-slider .lr-container .m-rhs {
	width: calc(100% - 390px);
  }
  .what-next .lr-container .m-rhs {
	padding-left: 40px;
  }
  .what-next .box-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-left: 0;
  }
  .what-next .what-box {
	width: calc(100% / 2 - 15px);
	padding: 30px;
	margin: 0;
  }
  .what-next .what-box a {
	font-size: 15px;
	padding: 10px 40px 10px 16px;
  }
  .what-next .what-box a::before {
	right: 15px;
  }
}
@media(max-width: 1024px) {
  .ban-breadcrumb {
	padding: 60px 0 30px;
  }
}
@media(max-width:991px) {
  .main-page h2 {
	font-size: 26px;
	margin-bottom: 30px;
  }
  .ban-header h1 {
	font-size: 30px;
  }
  .ban-header p {
	font-size: 16px;
  }
  .intro-sec h3 {
	font-size: 17px;
  }
  .intro-sec p {
	font-size: 16px;
  }
  .intro-sec ul li {
	font-size: 16px;
	width: calc(100% / 2 - 30px);
  }
  .intro-sec ul li:last-child {
	margin-left: 60px;
  }
  .fea-container .lr-container:not(:last-child) {
	margin-bottom: 40px;
  }
  .fea-container .lr-odd .m-rhs {
	padding-left: 40px;
  }
  .fea-container .lr-even .m-lhs {
	padding-right: 40px;
  }
  .fea-container .lr-container h3 {
	font-size: 18px;
  }
  .fea-container .lr-container p,
  .fea-container .fea-list li {
	font-size: 15px;
  }
  .tab-sec {
	padding: 40px 0;
	margin-bottom: 20px;
  }
  .tab-sec .tab-list {
	margin-bottom: 40px;
  }
  .tab-sec .tab-list li {
	font-size: 14px;
	padding: 8px 10px;
	margin-right: 10px;
  }
  .tab-sec .tab-container .lr-container .m-rhs {
	padding-left: 60px;
  }
  .tab-sec .tab-content h3 {
	font-size: 24px;
  }
  .faq-sec h2 {
	font-size: 28px;
	margin-bottom: 20px;
  }
  .faq-content .accordion h3 {
	font-size: 15px;
  }
  .cust-slider {
	margin-bottom: 80px;
  }
  .cust-slider .lr-container .m-lhs {
	width: 340px;
  }
  .cust-slider .lr-container .m-rhs {
	width: calc(100% - 340px);
	position: relative;
	padding: 50px 0;
	padding-left: 30px;
  }
  .cust-slider .m-lhs p {
	font-size: 26px;
  }
  .what-next .lr-container .m-lhs,
  .what-next .lr-container .m-rhs {
	width: 100%;
	padding: 0;
  }
  .what-next .lr-container .m-lhs {
	text-align: center;
	margin-bottom: 10px;
  }
  .what-next .lhs-sprite span {
	position: relative;
	left: 46px;
  }
  .what-next .what-box:nth-child(3) p,
  .what-next .what-box:nth-child(4) p {
	min-height: auto;
  }
}
@media(max-width:767px) {
  .header-sec,
  .feature-sec,
  .faq-sec {
	margin-bottom: 50px;
  }
  .header-sec::before {
	display: none;
  }
  .ban-sec {
	margin-top: 10px;
  }
  .intro-sec ul {
	max-width: 400px;
  }
  .intro-sec ul::before {
	display: none;
  }
  .intro-sec ul li {
	display: block;
	width: 100%;
	font-size: 15px;
  }
  .intro-sec ul li:last-child {
	margin-top: 20px;
	margin-left: 0;
  }
  .signup-cta {
	border-radius: 4px;
	padding: 20px;
	margin-top: 20px;
	top: 0;
  }
  .signup-cta span {
	font-size: 15px;
	line-height: 1.6;
  }
  .fea-container .lr-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
  }
  .fea-container .lr-even .m-lhs,
  .fea-container .lr-even .m-rhs,
  .fea-container .lr-odd .m-lhs,
  .fea-container .lr-odd .m-rhs {
	display: block;
	width: 100%;
	padding: 0;
  }
  .fea-container .lr-odd .m-rhs,
  .fea-container .lr-even .m-lhs {
	padding-bottom: 24px;
  }
  .fea-container .lr-even .m-lhs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
  }
  .fea-container .lr-container h3 {
	font-size: 16px;
  }
  .tab-sec .tab-list {
	display: none;
  }
  .tab-sec .tab-container .lr-container .m-lhs,
  .tab-sec .tab-container .lr-container .m-rhs {
	width: 100%;
	padding: 0;
  }
  .tab-sec .tab-container .lr-container .m-lhs {
	display: none;
  }
  .tab-sec .tab-content {
	display: block;
  }
  .tab-sec .tab-content:not(:last-child) {
	margin-bottom: 40px;
  }
  .tab-sec .tab-content h3 {
	font-size: 17px;
	margin-bottom: 10px;
  }
  .tab-sec .tab-content:not(:last-child) {
	margin-bottom: 30px;
  }
  .faq-sec h2 {
	font-size: 24px;
  }
  .faq-content .accordion {
	padding: 20px;
	padding-right: 30px;
  }
  .faq-content .accordion h3,
  .faq-content .panel ul li {
	font-size: 14px;
  }
  .faq-content .accordion h3:before {
	top: -4px;
	right: -14px;
  }
  .cust-slider {
	margin-bottom: 60px;
  }
  .cust-slider .lr-container .m-lhs,
  .cust-slider .lr-container .m-rhs {
	display: block;
	width: 100%;
  }
  .cust-slider .lr-container .m-lhs {
	margin-bottom: 40px;
  }
  .cust-slider .lr-container .m-rhs {
	padding: 30px 0;
  }
  .cust-slider .lr-container {
	max-width: 550px;
	margin: auto;
  }
  .cust-slider .m-lhs p {
	font-size: 24px;
	text-align: center;
  }
  .cust-slider .m-lhs p::before,
  .cust-slider .m-lhs p::after {
	right: 0;
	margin: auto;
  }
  .cust-slider .m-rhs .tit a {
	font-size: 18px;
  }
  .cust-slider .m-rhs p {
	font-size: 14px;
  }
  .cust-slider .m-rhs .cus-name {
	font-size: 15px;
  }
  .what-next .lhs-sprite span {
	background-size: 230px;
	background-position: -5px -170px;
	width: 212px;
	height: 328px;
	left: 26px;
  }
  .what-next .what-box {
	width: 100%;
	padding: 30px 24px;
  }
}
@media(max-width:600px) {
  .main-page h2 {
	font-size: 22px;
	margin-bottom: 20px;
  }
  .main-page p {
	font-size: 14px;
  }
  .ban-breadcrumb {
	padding: 50px 0 20px;
  }
  .ban-header {
	margin-bottom: 0;
  }
  .ban-header h1 {
	font-size: 20px;
  }
  .ban-header h1 br {
	display: none;
  }
  .ban-sprite {
	display: none;
  }
  .intro-sec {
	padding: 30px 20px;
  }
  .intro-sec h3,
  .intro-sec p,
  .intro-sec ul li {
	font-size: 15px;
  }
  .tab-sec .tab-content h3 {
	font-size: 15px;
	margin-bottom: 8px;
  }
}
.vid-sec {
  display: inline-block;
  border: 1px solid #d77753;
  border-radius: 10px;
  max-width: 435px;
  cursor: pointer
}
.vid-lhs {
  width: 75px;
  height: 100px;
  float: left;
  background: #facebc;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center
}
.vid-lhs i {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin: 0 auto;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  background: url(/sites/meweb/images/se/log-management/images/threat-investigation-sprite1-24.png) no-repeat;
  background-size: 256px;
  background-position: -126px -204px;
}
.vid-rhs {
  width: calc(100% - 75px);
  float: left;
  line-height: 22px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100px;
  background: linear-gradient(341deg, #f7d6cf, #f8efe6);
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
@-webkit-keyframes pulse {
  to {
	box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
  }
}
@-moz-keyframes pulse {
  to {
	box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
  }
}
@-ms-keyframes pulse {
  to {
	box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
  }
}
@keyframes pulse {
  to {
	box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
  }
}
.wsm-pop-1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0000009c;
  z-index: 99;
  display: none;
  overflow: hidden;
  overflow-y: auto
}
.wsm-pop-1-container {
  margin: 0 auto;
  display: table;
  max-width: 950px;
  width: 90%;
  top: 130px;
  position: relative;
  padding: 40px;
  margin: auto;
  background: #fff;
  border-radius: 8px
}
.wsm-pop-1-container iframe {
  width: 100%;
  height: 500px;
  border-radius: 5px;
  display: block;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, .3)
}
.wsm-pop-1-close {
  position: absolute;
  font-size: 30px;
  opacity: .5;
  right: 15px;
  top: 5px;
  font-weight: 300;
  transition: .3s ease-in;
  cursor: pointer;
  color: #000
}
@media screen and (max-width:992px) {
  .wsm-pop-1-container iframe {
	height: 350px
  }
  .wsm-pop-1-container {
	width: 80%;
	padding: 30px
  }
}
@media screen and (max-width:500px) {
  .wsm-pop-1-container iframe {
	height: 300px
  }
}