.banner-container {
	background: #367cc9 url(/sites/default/files/netflow_analyzer/nfa-banner-vector.png)no-repeat;
	padding: 45px 0 190px 0;
	width: 100%;
	background-position: 101% -30px;
	background-size: 49%;
  }
  .banner-left {
	max-width: 520px;
	width: 100%;
  }
  .banner-right {
	padding-left: 45px;
  }
  .yellow-txt {
	color: #ffd56b;
  }
  .opm-banner-mac {
	margin-top: 55px;
  }
  .opm-banner-mac img {
	max-width: 560px;
	width: 100%;
  }
  .breadcrumb a {
	color: #fff;
  }
  .breadcrumb a:last-of-type {
	color: #cee2f8;
  }
  .banner-section {
	display: flex;
	align-items: center;
	max-width: 1110px;
	margin: auto;
  }
  .banner-section .banner-cta-wrapper {
	display: flex;
  }
  .banner-section .banner-cta-wrapper .yellow-cta {
	margin-right: 20px;
  }
  .banner-main-txt {
	margin-bottom: 18px;
  }
  .banner-section h3 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 3px;
  }
  .head-txt {
	display: flex;
	align-items: center;
	padding-left: 0px;
  }
  .num-txt {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	position: relative;
  }
  .num-txt::before {
	content: "";
	background: url(/sites/default/files/netflow_analyzer/nfa-toppage-sprite.png)no-repeat;
	background-size: 500px 357px;
	width: 130px;
	height: 109px;
	background-position: -7px -8px;
	position: absolute;
	top: -16px;
	left: -40px;
  }
  .pL50 {
	padding-left: 50px;
  }
  .head-txt h1 {
	font-size: 54px;
	color: #fff;
	font-weight: 600;
	padding-left: 0px;
	margin-bottom: 0;
	text-shadow: 3px 3px rgb(0 0 0 / 19%);
  }
  .head-txt h1 span {
	color: #ffd877;
	line-height: 1;
  }
  .banner-left p {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
  }
  .banner-cta a {
	padding: 12px 50px 12px 30px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	overflow: hidden;
  }
  .banner-cta.yellow-cta a {
	color: #000;
	background: #fbc84a;
	border: 1px solid #fbc84a;
  }
  .banner-cta.yellow-cta a:hover,
  .banner-cta.blue-cta a:hover,
  .banner-cta.white-cta a:hover,
  .how-to-cta a:hover {
	text-decoration: none;
	box-shadow: 0 7px 18px -12px #33333387;
  }
  .banner-cta.blue-cta a {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
  }
  .banner-cta.blue-cta a:hover {
	text-decoration: none;
  }
  .banner-cta.white-cta a {
	color: #07376b;
	background: #fff;
	border: 1px solid #07376b;
  }
  .white-cta a:hover {
	text-decoration: none;
  }
  .white-cta a:after,
  .white-cta a:before {
	display: none;
  }
  .banner-cta.white-cta a {
	text-decoration: none;
  }
  .banner-cta.how-to-cta a {
	background: #2252a5;
	color: #fff;
  }
  .banner-cta.blue-cta a span::before,
  .banner-cta.blue-cta a span::after,
  .banner-cta.how-to-cta a span::before,
  .banner-cta.how-to-cta a span::after {
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
  }
  .banner-cta.white-cta a span::before,
  .banner-cta.white-cta a span::after {
	border: solid #07376b;
	border-width: 0 1.5px 1.5px 0;
  }
  .banner-cta a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	-webkit-transform: translate(-105%, 0);
	transform: translate(-105%, 0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-color: rgba(255, 255, 255, 0.25)
  }
  .banner-cta a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	-webkit-transform: translate(-105%, 0);
	transform: translate(-105%, 0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
  }
  .banner-cta a:hover::before {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
  }
  .banner-cta a:hover::after {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
  }
  .banner-cta a span {
	position: relative;
  }
  .banner-cta a span::before,
  .banner-cta a span::after {
	content: "";
	display: inline-block;
	border: solid #000;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 3px;
	position: absolute;
	margin: 2px 19px;
	top: 7px;
  }
  .banner-cta a span::before {
	right: -37px;
  }
  .banner-cta a span::after {
	right: -31px;
  }
  .banner-list {
	margin-bottom: 24px;
  }
  .banner-list li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
  }
  .banner-list li:before {
	content: "";
	display: block;
	background: url('/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png') no-repeat;
	background-position: -12px -17px;
	background-size: 500px 500px;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 3px;
  }
  .logo-slider span {
	display: block;
	background-image: url('/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png');
	background-repeat: no-repeat;
	background-size: 332px;
	margin: auto;
  }
  .toei-logo {
	background-position: -8px -10px;
	width: 72px;
	height: 49px;
  }
  .techno-logo {
	background-position: -95px -10px;
	width: 140px;
	height: 38px;
  }
  .oroco-logo {
	background-position: -259px -10px;
	width: 63px;
	height: 49px;
  }
  .openloop-logo {
	background-position: -8px -83px;
	width: 124px;
	height: 24px;
  }
  .mediphysics-logo {
	background-position: -152px -76px;
	width: 54px;
	height: 52px;
  }
  .mdi-logo {
	background-position: -232px -76px;
	width: 91px;
	height: 38px;
  }
  /* client section starts */
  .client_section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.client_img_section {
    border-right: 1px solid #eef2f8;
    padding: 20px 30px 20px 0;
    box-shadow: 40px 0px 19px -36px #eef2f8;
    margin-right: 10px;
}
.client_img img {
    max-width: 140px;
}
.client_txt_section {
    padding-left: 20px;
    /* border-left: 1px dashed #377CC9; */
}
.client_txt_section h4 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.client_txt_section p {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    color: #707070;
}
.client_txt_section p::before,
.client_txt_section p::after {
    display: none;
}
.logo-slider-conatiner .center-cta-wrapper{
	margin-top: 25px;
}
  /* client section ends */
  .rate-plan-btn {
	display: flex;
	justify-content: center;
	margin-top: 50px;
  }
  .rate-plan-btn a {
	color: rgb(7, 55, 107);
	background: rgb(255, 255, 255);
	padding: 12px 50px 12px 30px;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	overflow: hidden;
  }
  .rate-plan-btn a:hover {
	text-decoration: none;
	box-shadow: 0 7px 18px -12px #33333387;
	opacity: 0.9;
  }
  .rate-plan-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	-webkit-transform: translate(-105%, 0);
	transform: translate(-105%, 0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-color: rgba(255, 255, 255, 0.25);
	display: none;
  }
  .rate-plan-btn a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	-webkit-transform: translate(-105%, 0);
	transform: translate(-105%, 0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	display: none;
  }
  .rate-plan-btn a:hover::before {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
  }
  .rate-plan-btn a:hover::after {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
  }
  .rate-plan-btn a span {
	position: relative;
  }
  .rate-plan-btn a span::before,
  .rate-plan-btn a span::after {
	content: "";
	display: inline-block;
	border: solid rgb(7, 55, 107);
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 3px;
	position: absolute;
	margin: 2px 19px;
	top: 8px;
  }
  .rate-plan-btn a span::before {
	right: -37px;
  }
  .rate-plan-btn a span::after {
	right: -31px;
  }
  .comparision-section {
	padding: 100px 15px 70px 15px;
	max-width: 1145px;
	margin: auto;
  }
  .comparision-section .comparision-card {
	background: #b5e3f9 url('/sites/default/files/netflow_analyzer/images/nfa-comparision-bg.jpg');
	margin: auto;
	display: flex;
	justify-content: space-between;
	background-size: cover;
	padding: 0px 35px 0px 95px;
	background-repeat: no-repeat;
	border: 1px solid #BBDFEE;
	border-radius: 25px;
	align-items: center;
  }
  .comparision-section .comparision-card h2 {
	font-size: 46px;
	line-height: 1.4;
	margin-bottom: 25px;
	margin-top: 0;
  }
  .fw-800 {
	font-weight: 800;
  }
  .comparision-section .img-section {
	max-width: 490px;
	/* box-shadow: 10px 10px 50px 0px rgb(0 0 0 / 35%); */
	border-radius: 20px;
  }
  .comparision-section .img-section img {
	border-radius: 20px;
  }
  .comparision-section .red_btn {
	border-radius: 3px;
	font-size: 18px;
	line-height: unset;
	padding: 18px 55px 18px 27px;
	transition: all 0.5s ease;
  }
  .comparision-section .red_btn:hover {
	box-shadow: rgba(51, 51, 51, 0.53) 0px 7px 18px -12px;
  }
  .comparision-section .red_btn {
	background-color: #E82935 !important;
	transition: 0.5s background-color ease;
  }
  .comparision-section .red_btn:hover {
	background-color: #cb192e !important;
  }
  .comparision-section .red_btn span {
	position: relative;
  }
  .comparision-section .red_btn span::before,
  .comparision-section .red_btn span::after {
	content: "";
	display: inline-block;
	border: solid rgb(255, 255, 255);
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 4px;
	position: absolute;
	margin: 2px 19px;
	top: 7px;
  }
  .comparision-section .red_btn span::before {
	right: -43px;
  }
  .comparision-section .red_btn span::after {
	right: -37px;
  }
  .comparision-section .noshadow-img {
	display: none;
  }
  .tab-container {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 8%, rgba(234, 244, 255, 0.9822522759103641) 65%);
	padding-bottom: 100px;
  }
  .logo-slider-conatiner {
	padding: 3px 30px 26px 30px;
	border-radius: 20px;
	max-width: 955px;
	margin: 0 auto;
	background: #fff;
	margin-top: -130px;
	margin-bottom: 80px;
	box-shadow: 0px 5px 10px #367cc929;
	box-sizing: border-box;
  }
  .logo-firstcol ul {
	display: flex;
	justify-content: center;
  }
  .logo-firstcol ul li {
	margin-right: 60px;
	position: relative;
	font-size: 16px;
	color: #000;
	padding-left: 40px;
  }
  .logo-firstcol ul li:last-of-type {
	margin-right: 0;
  }
  .logo-firstcol ul li span {
	font-size: 21px;
	font-weight: 600;
	color: #1c5793;
  }
  .logo-firstcol ul li::before {
	content: "";
	background: url(/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png)no-repeat;
	background-size: 500px 500px;
	width: 39px;
	height: 39px;
	background-position: -81px -15px;
	position: relative;
	left: -56px;
	top: 48px;
	display: flex;
  }
  .logo-firstcol ul li:nth-child(2):before {
	background-position: -134px -17px;
	width: 45px;
  }
  .logo-firstcol ul li:nth-child(3):before {
	background-position: -192px -15px;
	width: 44px;
  }
  .logo-slider-conatiner p {
	text-align: center;
	position: relative;
	font-size: 14px;
	margin-top: 20px;
  }
  .logo-slider-conatiner p::before {
	content: "";
	display: block;
	width: 160px;
	height: 1px;
	background: rgb(238, 238, 238);
	left: 65px;
	top: 50%;
	position: absolute;
  }
  .logo-slider-conatiner p::after {
	content: "";
	display: block;
	width: 160px;
	height: 1px;
	background: rgb(238, 238, 238);
	right: 65px;
	top: 50%;
	position: absolute;
  }
  .menu-sp {
	height: 51px;
	transition: all .5s ease-in-out;
  }
  .menu-sp ul {
	display: flex;
	justify-content: center;
	transition: all .5s ease-in-out;
  }
  .menu-sp ul li a {
	color: #000;
	padding: 10px 15px;
	border: 1px solid #b6cae1;
	margin-right: 12px;
	border-radius: 20px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
  }
  .menu-sp ul li a:hover {
	text-decoration: none;
	/* box-shadow: 0 7px 18px -12px #33333387; */
	background: #367cc9;
	color: #fff;
  }
  .menu-sp.fixed .first-active a{
	color: #000;
  }
  .menu-sp ul li.first-active a {
	text-decoration: none;
	/* box-shadow: 0 7px 18px -12px #33333387; */
	background: #367cc9;
	color: #fff;
  }
  .menu-sp .tab-fixed {
	animation: up 0.5s 1;
  }
  .menu-sp.fixed .tab-fixed {
	position: fixed;
	top: 68px;
	left: 0;
	background: #fff;
	box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
	z-index: 10;
	width: 100%;
	border-color: #ccc;
	/* transition: all .5s ease-in-out; */
	animation: down 0.5s ease-in;
  }
  .menu-sp.fixed ul {
	padding: 8px 0 5px 0;
	box-shadow: 0px 0px 3px #eeeeee26;
	position: relative;
	/* background: #fff;
  transition: all .5s ease-in-out; */
  }
  .menu-sp.fixed ul li a {
	border: none;
	border-radius: 0;
	background: none;
  }
  .menu-sp.fixed ul li a:hover {
	background: none;
	color: #000;
  }
  .menu-sp ul li.active a {
	position: relative;
  }
  .menu-sp.fixed ul .tab-indicator{
	position: absolute;
	background: #2162a9;
	height: 4px;
	transition: width 0.3s ease, transform 0.3s ease;
	width: calc(100% / 8);
	left: 0;
	bottom: 0;
  }
  .menu-sp.fixed .tab-fixed .category-tab-wrapper {
	background: #fff;
  }
  .category-body.fee {
	padding-top: 40px;
  }
  .pL0 {
	padding-left: 0;
  }
  .center-cta-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .center-cta-wrapper .yellow-cta {
	margin-right: 20px;
  }
  .feature-sec {
	margin-top: 40px;
  }
  .feature-sec h3 {
	font-size: 35px;
  }
  .feature-sec ul {
	display: flex;
	justify-content: center;
	margin-top: 45px;
	margin-bottom: 50px;
  }
  .feature-sec ul li {
	max-width: 25%;
	width: 100%;
	padding: 40px 22px 25px 22px;
	background: #fff;
	margin-right: 25px;
	text-align: center;
	border-radius: 8px;
	box-sizing: border-box;
  }
  .feature-sec ul li:last-of-type {
	margin-right: 0;
  }
  .feature-sec ul li h4 {
	font-size: 20px;
	text-align: center;
	color: rgb(28, 87, 147);
	margin-bottom: 0px;
	margin-top: 32px;
  }
  .feature-sec ul li p {
	text-align: center;
	font-size: 15px;
	line-height: 2;
	color: #000;
	margin-top: 10px;
  }
  .feature-cntn {
	min-height: 120px;
  }
  .feature-sec ul li .feature-icon {
	background: url(/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png)no-repeat;
	background-size: 500px 500px;
	width: 91px;
	height: 82px;
	background-position: -4px -72px;
	display: inline-block;
  }
  .feature-sec ul li .feature-icon.ficon2 {
	background-position: -112px -66px;
  }
  .feature-sec ul li .feature-icon.ficon3 {
	background-position: -219px -66px;
	width: 98px;
  }
  .feature-sec ul li .feature-icon.ficon4 {
	background-position: -334px -72px;
	width: 97px;
  }
  .feature-sec ul li a {
	color: #007eff;
	position: relative;
	transition: all 0.5s ease 0s;
  }
  .feature-sec ul li a:hover {
	text-decoration: none;
	color: rgb(5 109 215);
	transition: all 0.5s ease 0s;
  }
  .feature-sec ul li a::after {
	content: "";
	display: inline-block;
	border: solid #007eff;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 3px;
	position: absolute;
	margin: 2px 19px;
	top: 6px;
	right: -35px;
	transition: all 0.5s ease 0s;
  }
  .feature-sec ul li a:hover::after {
	right: -40px;
	transition: all 0.5s ease 0s;
  }
  .clock-section {
	min-height: 200px;
	border-radius: 100px;
	background-color: #1a7bce;
	background-image: -webkit-linear-gradient(-40deg, #1a7bce 74%, #296db8 26%);
	display: flex;
	align-items: center;
	position: relative;
	top: 39px;
  }
  .clock-section.wh_ela_clock {
	top: -100px;
  }
  .clock-icon {
	background: url(/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png)no-repeat;
	background-position: -12px -172px;
	background-size: 500px 500px;
	width: 204px;
	height: 238px;
	display: inline-block;
	position: relative;
	margin-top: -39px;
	margin-left: 0px;
  }
  .clock-link {
	display: flex;
	align-items: center;
  }
  .clock-txt {
	padding-left: 30px;
	position: relative;
  }
  .clock-txt::after {
	content: "";
	background: url(/sites/default/files/eventlog_analyzer/images/clock-mac-ela.png)no-repeat;
	max-width: 360px;
	position: absolute;
	right: -269px;
	height: 210px;
	width: 390px;
	top: -63px;
	background-position: center;
	background-size: contain;
  }
  .clock-txt h3 {
	color: #fff;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 10px;
  }
  .clock-txt h3 .white-stroke-txt {
	font-size: 38px;
	text-shadow: 3px 3px rgb(0 0 0 / 19%);
  }
  .clock-txt h3 .yellow-stroke-txt {
	font-size: 38px;
	text-shadow: 3px 3px rgb(0 0 0 / 19%);
	color: #ffe196;
  }
  .white-txt-link {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-left: 15px;
	text-decoration: unset;
	text-underline-offset: 8px;
	position: relative;
	transition: all 0.5s ease 0s;
  overflow: hidden;
  padding-bottom: 4px;
  }
  .white-txt-link:hover{
  text-decoration: none;
  }
  .white-cta-wrap{
  position: relative;
  }
  .white-cta-wrap::after {
	content: "";
	display: inline-block;
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 4px;
	position: absolute;
	margin: 2px 19px;
	top: 6px;
	right: -35px;
	transition: all 0.5s ease 0s;
  }
  .white-cta-wrap:hover::after {
	right: -40px;
	transition: all 0.5s ease 0s;
  }
  /* animating the underline starts */
  .link__graphic {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	fill: none;
  }
  .white-txt-link .link__graphic{
  stroke: #fff;
	stroke-width: 2px;
	shape-rendering: crispEdges;
  }
  .link__graphic--slide {
	transition: transform 0.7s;
	transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  }
  .link:hover .link__graphic--slide {
	transform: translate3d(-66.6%, 0, 0);
  }
  .underline-link .link__graphic{
  stroke: #006fff;
  stroke-width: 2px;
  shape-rendering: crispEdges;
  }
  .underline-link span{
	display: inline-block;
	margin-bottom: 2px;
  }
  /* animating the underline ends */
  .case-cards {
	padding-top: 15px;
}
.case-study-section {
	padding: 100px 0;
}
.case-study-section h3 {
	font-size: 34px;
}
.case-cards ul {
	column-count: 2;
	margin-bottom: 20px;
}
.case-cards ul li {
	display: flex;
	border: 1px solid #def2fd;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 30px;
	min-height: 240px;
}
.case-cards ul li .case-logo {
	max-width: 210px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case-cards ul li .case-logo img {
	max-width: 150px;
	width: 100%;
}
.case-cards ul li .case-logo img.vr-img {
	
	width: 100%;
}
.case-cards ul li .case-text {
	padding: 30px;
	background: #f4fbff;
	width: calc(100% - 210px);
}
.case-cards ul li .case-text a {
	display: inline-block;
	position: relative;
	color: #3a90ff;
	font-size: 16px;
	transition: all 0.5s ease 0s;
}
.case-cards ul li .case-text a:hover {
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.case-cards ul li .case-text a::after {
	content: "";
	display: inline-block;
	border: solid #3a90ff;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 3px;
	position: absolute;
	margin: 2px 19px;
	top: 6px;
	right: -30px;
	transition: all 0.5s ease 0s;
}
.case-cards ul li .case-text a:hover::after {
	right: -35px;
	transition: all 0.5s ease 0s;
}
.case-cards ul li .case-text .case-ratio span {
	background: #d4effe;
	padding: 4px 15px;
	border-radius: 25px;
	border: 1px solid #b5dff7;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 13px;
}
.case-cards ul li .case-text .case-ratio h4 {
	/* display: inline-block; */
	font-size: 16px;
	color: #1c5793;
	margin: 0 !important;
}
.case-cards ul li .case-text p {
	font-size: 14px;
	line-height: 1.8;
	min-height: 70px;
	margin-top: 0px;
}
  .ft-16 {
	font-size: 16px;
	color: #007eff;
	text-decoration: underline;
	text-underline-offset: 8px;
	position: relative;
  }
  .ft-16::after {
	content: "";
	display: inline-block;
	border: solid #007eff;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 4px;
	position: absolute;
	margin: 2px 19px;
	top: 6px;
	right: -35px;
	transition: all 0.5s ease 0s;
  }
  .ft-16:hover::after {
	transition: all 0.5s ease 0s;
  }
  .rate-plan-section {
	padding: 65px 0 100px 0;
	background: #367cc9;
  }
  .rate-plan-section h3 {
	font-size: 34px;
	color: #fff;
	margin-top: 0;
	
  }
  .rate_plan_p {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}
  .rate-container {
	display: flex;
	justify-content: center;
  }
  .rate-container .white-rate {
	background: #fff;
	padding: 45px;
	max-width: 460px;
	width: 100%;
	margin-right: 40px;
	border-radius: 16px;
	position: relative;
	
  }
  .rate-container .yellow-rate {
	max-width: 460px;
	background: #fef8e2;
	padding: 45px;
	width: 100%;
	border-radius: 16px;
	position: relative;
	
  }
  .rate-container .yellow-rate .right-txt {
	position: absolute;
	right: 0px;
	top: -40px;
	color: #fff;
	font-size: 14px;
  }
 
  .rate-container .white-rate span.diamond-icon {
	background: url(/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png)no-repeat;
	background-size: 500px 500px;
	width: 93px;
	height: 82px;
	background-position: -241px -172px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
  }
  .rate-container .yellow-rate span.diamond-icon2 {
	background: url(/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png)no-repeat;
	background-size: 500px 500px;
	width: 88px;
	height: 82px;
	background-position: -368px -179px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
  }
  .rate-container .white-rate h4,
  .rate-container .yellow-rate h4 {
	text-align: center;
	color: #000;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0;
  }
  .rate-container .white-rate h4 span,
  .rate-container .yellow-rate h4 span {
	font-size: 24px;
  }
  .rate-container .white-rate h5,
  .rate-container .yellow-rate h5 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
  }
  .rate-container .white-rate h5 span,
  .rate-container .yellow-rate h5 span {
	font-size: 60px;
	color: #2253a2;
  }
  .light-blue-card,
  .light-yellow-card {
	padding: 30px;
	background: #edf6fe;
	border-radius: 8px;
  }
  .light-blue-card {
    margin-top: 30px;
	margin-bottom: 50px;
}
  .light-yellow-card {
	background: #fdeeb7;
  }
  .fade-img {
	min-height: 264px;
  }
  .light-blue-card p,
  .light-yellow-card p {
	font-size: 14px;
	text-align: center;
	line-height: 2;
	margin: 0;
  }
  .blue-btn,
  .yellow-btn {
	margin-top: 35px;
    text-align: center;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .blue-btn a,
  .yellow-btn a {
	background: #2252a5;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px 15px 10px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    display: block;
    font-weight: 500;
  }
  .yellow-btn a {
	background: #fbc84a;
	color: #000;
  }
  .blue-btn a:hover,
  .yellow-btn a:hover {
	text-decoration: none;
	box-shadow: 0 7px 18px -12px #33333387;
  }
  .blue-btn a::after,
  .yellow-btn a::after {
	content: "";
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 4px;
    margin: 2px 19px;
    display: inline-block;
    margin-left: 10px;
  }
  .yellow-btn a::after {
	border-color: #000;
  }
  .why-choose-section {
	padding: 70px 0 0 0;
	background: #eff7ff;
  }
  /* Slick Slider Dots */
  /* Dots */
  .slick-dotted.slick-slider {
	margin-bottom: 30px;
  }
  .slick-next {
	right: 5px;
  }
  .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
  }
  .slick-dots li {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
  }
  .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
	outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
	opacity: 1;
	color: #4a95df;
  }
  .slick-dots li button:before {
	font-size: 50px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #4a95df;
  }
  .fade-slider .slick-slide img,
  .fade-img img {
	border: 1px solid #c1defb;
	border-radius: 8px;
	max-width: 360px;
  }
  .fade-img img {
	margin-top: 5px;
  }
  .fade-slider .slick-list {
	box-shadow: none;
  }
  .fade-slider .slick-dots li.slick-active button::before {
	content: "";
	background: #4a95df;
  }
  .fade-slider .slick-dots li button::before {
	color: #fff;
	border: 1px solid #4a95df;
	content: "" !important;
	display: inline-block;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	line-height: 8px;
	background: #fff;
	opacity: 1;
  }
  .fade-slider .slick-dots li button:focus::before {
	background: #4a95df;
	border: 1px solid #4a95df;
  }
  .blue-label {
	background: #e3f1ff;
	padding: 0px 15px;
	color: #000;
	display: inline-block;
	border: 1px solid #c3e0fb;
	border-radius: 25px;
	font-size: 15px;
  }
  .why-choose-txt h4 {
	color: #1c5793;
	margin-top: 5px;
	min-height: 60px;
  }
  .why-choose-txt p {
	color: #000;
	font-size: 15px;
	line-height: 2;
  }
  .material-section {
	padding: 100px 0;
  }
  .whitepaper-wrapper {
	display: flex;
	justify-content: space-between;
  }
  .resource-card {
	padding: 18px 18px 25px 18px;
	border: 1px solid #d2d2d2;
	max-width: 33.3%;
	box-sizing: border-box;
	border-radius: 10px;
	transition: 0.5s ease all;
  }
  .resource-card:hover {
	border: 1px solid #8cb4dc;
	box-shadow: 0 0 7px 1px #d0deed;
  }
  .resource-card:hover .resource-cntn,
  .resource-card a:hover {
	color: #000;
	text-decoration: none !important;
  }
  .resource-card:not(:last-child) {
	margin-right: 25px;
  }
  .resource-card {
	position: relative;
  }
  .resource-btn {
	font-size: 14px;
	color: rgb(255, 255, 255);
	background: rgb(34, 82, 165);
	padding: 6px 26px 6px 11px;
	border-radius: 22px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	bottom: 25px;
	right: 18px;
	line-height: 1;
  }
  .resource-btn:hover {
	text-decoration: none;
	color: #fff !important;
  }
  .resource-btn:after {
	content: "";
	background: url(/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png);
	background-position: -39px -21px;
	background-size: 500px 500px;
	width: 11px;
	height: 10px;
	display: block;
	position: absolute;
	right: 11px;
	top: 7px;
  }
  .resource-cntn {
	max-width: 75%;
	width: 100%;
	color: #000;
  }
  .material-cta {
	font-size: 18px;
	background: #2252a5;
	color: #fff;
	padding: 10px 25px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	display: inline-block;
  }
  .material-cta:hover {
	text-decoration: none;
	box-shadow: 0 7px 18px -12px #33333387;
  }
  .whitepaper-slider .slick-slide img {
	border-radius: 8px;
	max-width: 370px;
	width: 100%;
	border: 1px solid #c1defb;
	box-sizing: border-box;
  }
  .material-section h3 {
	font-size: 35px;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
  }
  .material-section p {
	font-size: 16px;
	font-weight: 600;
  }
  .material-section p.material_note {
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 0;
}
  .pTB75 {
	padding: 65px 0;
  }
  .mB70 {
	margin-bottom: 70px;
  }
  .opm-main h3 {
	font-size: 35px;
	text-align: center;
	margin-top: 0;
  }
  .opm-main p {
	font-size: 14px;
	line-height: 2;
  }
  .material-cta-outline {
	border: 2px solid #4392e8;
	background: #fff;
	color: #4392e8;
	padding: 8px 45px 8px 25px;
  }
  .material-cta-outline span {
	position: relative;
  }
  .material-cta-outline span::before,
  .material-cta-outline span::after {
	content: "";
	display: inline-block;
	border: solid #4392e8;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 4px;
	position: absolute;
	margin: 2px 19px;
	top: 7px;
  }
  .material-cta-outline span::before {
	right: -32px;
  }
  .material-cta-outline span::after {
	right: -25px;
  }
  .logo-slider {
	margin-top: 27px;
  }
  .logo-slider .slick-track {
	display: flex;
	align-items: center;
  }
  .logo-slider .slick-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .logo-slider img {
	margin: auto;
  }
  .logo-slider .slick-slide {
	position: relative;
	margin-right: 25px;
	min-height: 80px;
  }
  .logo-slider .slick-slide:last-child {
	margin-right: 0 !important;
  }
  .vertl-img {
	width: 60px;
  }
  .horitl-img {
	width: 100px;
  }
 
  
  .w140 {
	width: 140px;
  }
  .oval-shape,
  .oval-shape-yellow {
	width: 280px;
	height: 170px;
	background: #fff;
	border-radius: 150px / 90px;
	margin: 0 auto;
	margin-top: -110px;
	display: flex;
	align-items: center;
  }
  .oval-shape-yellow {
	background: #fef8e2 !important;
  }
  .mob-dis {
	display: none;
  }
  .whitepaper-slider .slick-prev,
  .whitepaper-slider .slick-next {
	z-index: 3;
  }
  .whitepaper-slider .slick-prev:before,
  .whitepaper-slider .slick-next:before {
	background: url(/sites/default/files/netflow_analyzer/nfa-toppage-sprite.png) no-repeat;
	background-size: 500px 357px;
	width: 53px;
	height: 54px;
	background-position: -68px -196px;
	display: inline-block;
  }
  .whitepaper-slider .slick-prev:before {
	margin-left: -20px;
  }
  .whitepaper-slider .slick-next::before {
	background-position: -6px -254px;
	margin-right: -20px;
  }
  .opm-main img {
	max-width: 480px;
	margin-bottom: 0;
	border-radius: 20px;
	padding: 0;
	border: 1px solid #e5f5f8;
  }
  .img-showcase {
	width: 100%;
	border-radius: 13px;
	background: #f5faff;
	padding: 20px;
	box-sizing: border-box;
  }
  .abs-accord-img-1 .img-showcase {
	padding: 0;
  }
  .img-showcase img {
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
	background: none;
	border: 1px solid #ccdeef;
	padding: 0;
	border-radius: 7px;
  }
  .abs-accord-img-1 .img-showcase img {
	border: none;
	padding: 6px;
	border-radius: 0;
  }
  .abs-accord-img-1 .img-showcase img {
	padding: 0 18px;
  }
  .shadow {
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
  }
  .feature-img {
	display: flex;
	align-items: center;
  }
  .step-section {
	display: flex;
	align-items: center;
  }
  .step-circle {
	max-width: 80px;
	color: #fff;
	background: #1c5793;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-radius: 80px;
	height: 80px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	width: 100%;
  }
  .step-circle span {
	font-size: 22px;
	font-weight: 600;
  }
  .step-section>div:last-of-type p {
	margin: 0;
	font-size: 25px;
	margin-left: 20px;
	max-width: 330px;
	color: #1c5793;
	font-weight: 600;
  }
  .step-txt {
	padding-left: 100px;
	margin-top: 40px;
	font-size: 18px;
	color: #000;
	max-width: 270px;
  }
  .step-txt span {
	font-weight: 600;
	background: #fde72d;
	padding: 6px 13px;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 10px;
  }
  .absolute-accrodion {
	min-height: 460px;
	margin-bottom: 0px;
  }
  .absolute-accrodion li {
	border: 1px solid #e9f1f8;
	padding: 0px 20px 0px 20px;
	border-radius: 5px;
	margin-bottom: 17px;
	width: 45%;
  }
  .underline-link,
  .underline-link:hover {
	color: #006fff;
	text-decoration: none;
	position: relative;
	display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  }
  .absolute-accrodion li:last-child {
	border-bottom: 1px solid #e9f1f8;
	margin-bottom: 0;
  }
  .absolute-accrodion li.active {
	background: #ebf5ff;
	border: 2px solid #6d9ac7;
	margin-top: -1px;
	border-radius: 7px;
	padding: 15px 25px 15px 25px;
  }
  .absolute-accrodion li.active .abs-accrod-content:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: -40px;
	border-top: 2px solid #6d9ac7;
	border-right: 2px solid #6d9ac7;
	transform: rotate(45deg);
	background: #ebf5ff;
  }
  .absolute-accrodion li .heading {
	font-size: 16px;
	font-weight: 500;
	margin: 12px 0;
  }
  .absolute-accrodion li .abs-accrod-content p {
	font-size: 15px;
	line-height: 1.7;
  }
  .absolute-accrodion li .abs-accrod-img {
	width: 55%;
	left: calc(45% + 40px);
	/* background: rgb(244 250 254); */
	padding: 0;
	border-radius: 15px;
  }
  .product-detail {
	padding-top: 75px;
  }
  .per-75 {
	max-width: 75%;
	margin: auto;
	width: 100%;
  }
  .product-detail p.per-75 {
	line-height: 2;
  }
  .mt-60 {
	margin-top: 60px;
  }
  .mt-70 {
	margin-top: 70px;
  }
  .mt-100{
	margin-top: 100px;
  }
  .mt-0 {
	margin-top: 0;
  }
  .mb-0 {
	margin-bottom: 0;
  }
  .mB50 {
	margin-bottom: 50px;
  }
  .mB12 {
	margin-bottom: 12px;
  }
  .mt-70 {
	margin-top: 70px;
  }
  .mb-38 {
	margin-bottom: 38px;
  }
  .how-to-use {
	
	padding-bottom: 100px;
  }
  .how-to-use h4 {
	font-size: 25px;
	font-weight: 400;
  }
  .how-to-img {
	
	width: 100%;
	margin: 32px auto 50px auto;
  }
  .how-to-img img {
	max-width: 965px;
    margin: 0 auto;
    text-align: center;
    display: block;
    background: #f6f7f9;
    padding: 20px;
    border-radius: 24px;
    width: 100%;
  }
  .how-to-inner{
	/* padding-top: 40px; */
  }
  .mt-45 {
	margin-top: 45px;
  }
  .how-to-container h4 {
	font-size: 25px;
	font-weight: 400;
  }
  .how-to-container .clock-section{
	top: 0;
  }
  .what-is-section {
	background: #f5f5f5;
	padding-top: 70px;
	padding-bottom: 85px;
  }
  .what-is-inner {
	max-width: 1000px;
	margin: auto;
  }
  .what-is-section h3 {
	margin-bottom: 35px;
  }
  .what-is-section p {
	line-height: 1.8;
	font-size: 15px;
  }
  .top-90 {
	top: 90px;
  }
  .faq-section {
	padding-top: 80px;
	padding-bottom: 100px;
  }
  .faq-section h3 {
	margin-bottom: 40px;
  }
  .accordion-wrapper {
	max-width: 945px;
	margin: auto;
	margin-bottom: 20px;
  }
  .accordion-head .accord-circle,
  .accordion-body .accord-circle {
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	font-size: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #07468d;
	font-weight: 600;
	margin-top: 0px;
	padding: 6px 12px 12px 12px;
	margin-right: 15px;
	align-self: baseline;
	position: relative;
  }
  .accordion-body .accord-circle {
	color: rgb(0, 0, 0);
	border: 1px solid rgb(7, 70, 141);
	padding: 7px 13px 9px 12px;
  }
  .accordion-head {
	background: #e3f1fe;
	padding: 12px 60px 12px 42px;
	border-radius: 10px 10px 10px 10px;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
  user-select: none;
  }
  .accordion-head.active {
	border-radius: 10px 10px 0 0;
  }
  .accordion-head h4 {
	margin: 0;
	font-weight: 600;
	font-size: 17px;
  }
  .accord-icon {
	position: absolute;
	right: 30px;
	top: 30px;
  }
  .accord-icon:before {
	content: '';
	display: block;
	height: 3px;
	width: 22px;
	background: #07478e;
	position: absolute;
	right: 0px;
  }
  .accord-icon:after {
	content: "";
	display: block;
	width: 3px;
	height: 22px;
	background: #07478e;
	position: absolute;
	right: 9px;
	top: -9px;
	opacity: 1;
	transition: 0.5s all ease;
  }
  .accordion-head.active .accord-icon:after {
	transform: rotate(90deg);
	opacity: 0;
  }
  .accordion-body {
	display: none;
	padding: 20px 15px 37px 42px;
	border: 1px solid #eaeaea;
	border-top: none;
	border-radius: 0 0 15px 15px;
  }
  .accordion-body p {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 38px;
  }
  .accord-cntn {
	margin-top: 8px;
  }
  .accord-cntn> :last-child {
	margin-bottom: 0 !important;
  }
  /* .last-elmt{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
  } */
  /* .accordion-body p:last-child{
	margin-bottom: 0;
  } */
  .accord-body-inner {
	display: flex;
  }
  .accordion-body ul {
	padding-left: 16px;
  }
  .accordion-body ul li {
	list-style-type: disc;
	font-size: 15px;
  }
  .faq-section .center-cta-wrapper {
	margin-top: 52px;
  }
  .bright-sea-blue {
    background: #0d73a7;
    color: #fff;
}
.bright-sea-blue h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}
.acc-list {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.acc-list li {
    width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}
.acc-list li:first-of-type {
    margin-right: 30px;
}
.acc-list li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .2s all;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
}
.acc-list li p {
    font-size: 16px;
    font-weight: 600;
    color: #ce0f25 !important;
}
.acc-list li img {
    width: 80px;
}
.acc-list li:first-of-type img {
    width: 40px;
}
.acc-list li img.book-icon {
    width: 50px;
}
.top-section-bg {
    background: #f5f7f9;
}

.chat_icon {
    max-width: 200px;
}
.log_solution_chart {
	max-width: 1000px;
    width: 100%;
    
    margin: 0 auto;
   
}
.yellow_txt_section {
    display: flex;
}
.yello_logo {
    max-width: 208px;
    width: 100%;
    background: #fdeeb7;
	margin-right: 15px;
    border-radius: 8px;
	position: relative;
}
.yello_logo span {
	border-radius: 50%;
    background: #fff url(/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png) no-repeat;
    position: absolute;
    top: 30px;
    right: -30px;
    display: flex;
    align-items: center;
    background-position: -266px -15px;
    background-size: 500px 500px;
    width: 31px;
    height: 31px;
    padding: 10px;
    background-origin: content-box;
}
/* .yello_logo::after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 30px;
    right: -30px;
    display: flex;
    align-items: center;
} */
.yello_txt {
	background: #fdeeb7;
	max-width: 680px;
	width: 100%;
	border-radius: 8px;
	padding: 25px 40px;
}
.yello_txt p {
	margin: 0;
}
.yello_logo img {
    max-width: 138px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.white_bg {
	background: #fff;
    margin: 0 auto;
    padding: 50px;
    border-radius: 20px;
	margin-bottom: 40px;
}
.four_card_list {
    display: flex;
	flex-wrap: wrap;
	
}
.four_card_list .four_cards {
	background: #eaf4ff;
    padding: 40px 50px;
    max-width: 438px;
    border-radius: 12px;
    margin-right: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    box-sizing: border-box;
	position: relative;
}
.four_card_list .four_cards a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.four_card_list .four_cards a:hover {
	text-decoration: none;
}
.four_card_list .four_cards:hover {
	border: 1px solid #367cc9;
    box-shadow: 0px 0px 10px #3333334d;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.four_card_list .four_cards:first-of-type, .four_card_list .four_cards:nth-child(2) {
	margin-bottom: 20px;
}
.four_card_list .four_cards:nth-child(2), .four_card_list .four_cards:last-of-type {
	margin-right: 0;
}
.ela_new_logo img {
    max-width: 195px;
    display: block;
    margin: 0 auto;
}
.adap_new_logo img {
	max-width: 150px;
}
.four_card_list .four_cards p {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}
.col-icons ul {
    display: flex;
	justify-content: center;
}
.col-icons ul li {
	margin-right: 50px;
    position: relative;
}
.col-icons ul li::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    background: #0078d6;
    top: 20px;
    right: -35px;
}
.four_cards:nth-child(3) .col-icons ul li::after {
	top: 45px;
}
.four_cards:last-of-type .col-icons ul li::after {
	display: none;
}
.col-icons ul li:last-of-type:after {
	display: none;
}
.col-icons ul li:last-of-type {
    margin-right: 0;
}
.col-icons ul li span:first-of-type {
    width: 42px;
    height: 42px;
    position: relative;
    background: url(/sites/default/files/eventlog_analyzer/images/ela-home-sprite.png) no-repeat;
    background-position: -258px -282px;
    background-size: 500px 500px;
    display: block;
}
.col-icons ul li span:first-of-type.ficon2 {
	background-position: -314px -282px;
}
.col-icons ul li span:first-of-type.ficon3 {
	background-position: -370px -282px;
}
.col-icons ul li span:first-of-type.ficon4 {
	background-position: -425px -282px;
}
.col-icons ul li span:first-of-type.ficon5 {
	background-position: -258px -334px;
}
.col-icons ul li span:first-of-type.ficon6 {
	background-position: -316px -334px;
}
.col-icons ul li span:first-of-type.ficon7 {
	background-position: -370px -334px;
}
.col-icons ul li span:first-of-type.ficon8 {
	background-position: -424px -336px;
}
.col-icons ul li span:first-of-type.ficon9 {
	background-position: -154px -420px;
    width: 77px;
    height: 77px;
}
.col-icons ul li span:first-of-type.ficon10 {
	background-position: -239px -398px;
    width: 77px;
    height: 77px;
}
.col-icons ul li span:first-of-type.ficon11 {
	background-position: -325px -398px;
    width: 77px;
    height: 77px;
}
.col-icons ul li span:first-of-type.ficon12 {
	background-position: -412px -398px;
    width: 77px;
    height: 77px;
}
.col-icons ul li span:last-of-type {
    font-size: 10px;
    text-align: center;
    display: block;
}
.box-table tr>td {
    font-size: 10px;
    font-weight: 600;
}
/* Light YouTube Embeds */
.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent
}

.youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%)
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('https://cdn.manageengine.jp/sites/default/files/video-play.png') no-repeat;
    cursor: pointer
}
.wh_ela {
    padding: 75px 0 170px 0;
}
.wh_log_container {
	background-image: linear-gradient(#fff 0%, #eaf4ff 15%);
    padding: 0px 0 100px 0;
}
.log_sec_txt {
    max-width: 900px;
    margin: 0 auto;
}
.log_sec_txt p {
    line-height: 2;
}
.clock-section.wh_log_clock {
	top: 0;
	margin: 100px 0;
}
.txt_note {
    margin: 8px 0px 15px;
    font-size: 11px;
}
.gartner_note {
    margin-top: 40px;
}
.gartner_note p {
    line-height: 2;
}
.log_solution h3 {
    margin-bottom: 40px;
}
.resource-img {
	max-height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}
.resource-img img {
	border-radius: 4px;
}
/* Light YouTube Embeds ends*/
  /* media query starts */
  @media screen and (max-width: 1200px) {
	.clock-txt::after {
		display: none;
	}
  }
  @media screen and (max-width: 1025px) {
	.clock-txt h3 {
		margin-top: 0;
	}
	.case-cards ul li {
		min-height: 370px;
	}
	.menu-sp ul li a {
		padding: 8px 10px;
		font-size: 12px;
		margin-right: 10px;
	}
	.rate-container .yellow-rate .right-txt {
		display: none;
	}
	.fade-img {
		min-height: 220px;
	}
	.whitepaper-slider .slick-slide img {
		max-width: 300px;
	}
	.light-blue-card,
	.light-yellow-card {
		min-height: 160px;
	}
	.fade-slider .slick-slide img,
	.fade-img img {
		max-width: 100%;
	}
	.whitepaper-slider .slick-prev:before,
	.whitepaper-slider .slick-next:before {
		background-size: 450px 307px;
		background-position: -54px -166px;
	}
	.whitepaper-slider .slick-next::before {
		background-position: 1px -214px;
	}
	.comparision-section .comparision-card h2 {
		font-size: 42px;
	}
	.comparision-section .red_btn {
		font-size: 18px;
	}
	.comparision-section .img-section {
		max-width: 420px;
	}
	.comparision-section .comparision-card {
		padding: 0px 50px 0 95px;
	}
	.absolute-accrodion li .abs-accrod-img,
	.absolute-accrodion li {
		width: 100%;
	}
	.img-showcase {
		position: relative;
		transform: unset;
		top: unset;
		left: unset;
	}
	.absolute-accrodion li .abs-accrod-img {
		margin-top: 20px;
	}
	.img-showcase img {
		padding: 0px;
	}
	.feature-sec {
		margin-top: 40px;
	}
	.feature-sec ul {
		margin-top: 25px;
	}
	.tab-container {
		padding-bottom: 70px;
	}
	.product-detail {
		padding-top: 50px;
	}
	.absolute-accrodion li.active .abs-accrod-content:before {
		display: none;
	}
	.clock-section.mt-65 {
		margin-top: 35px;
	}
	.comparision-section {
		padding: 70px 15px 70px 15px;
	}
	.faq-section {
		padding: 50px 0 70px 0;
	}
    .client_txt_section h4 {
        font-size: 22px;
    }
	.absolute-accrodion {
		margin-bottom: 35px;
	}
	.how-to-use {
		padding-bottom: 70px;
	}
	.what-is-section {
		padding-bottom: 55px;
	}
	.resource-btn-wrapper {
		display: flex;
		justify-content: center;
	}
	.resource-btn {
		position: relative;
		bottom: 0;
		right: 0;
	}
	.how-to-img img {
		box-sizing: border-box;
	}
	.four_card_list .four_cards {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
  }
  @media screen and (max-width: 992px) {
	.menu-sp.fixed ul {
		padding: 16px 0 8px;
	}
	.case-cards ul li .case-text p,
	.light-blue-card,
	.light-yellow-card {
		min-height: auto;
	}
	.clock-section {
		overflow: hidden;
		top: 0;
	}
	.menu-sp,
	.clock-icon {
		display: none;
	}
	.banner-left {
		max-width: 100%;
		width: 100%;
	}
	.banner-left .banner-cta,
	.banner-left p.small-txt {
		margin-left: 0px;
	}
	.why-choose-txt h4 {
		min-height: auto;
	}
	.banner-main-txt {
		max-width: 100%;
	}
	.banner-left p {
		text-align: center;
	}
	.mob-dis {
		display: block;
		font-size: 35px;
		text-align: center;
	}
	.feature-sec ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.feature-sec ul li {
		margin-bottom: 25px;
		max-width: 330px;
	}
	.feature-sec ul li:nth-child(2),
	.feature-sec ul li:last-of-type {
		margin-right: 0;
	}
	.clock-section {
		justify-content: center;
	}
	.clock-txt h3 .white-stroke-txt,
	.clock-txt h3 .yellow-stroke-txt {
		font-size: 32px;
	}
	.clock-txt h3 {
		font-size: 26px;
	}
	.case-cards ul {
        column-count: 1;
    }
	.case-cards ul li {
        min-height: auto;
        margin-right: 0;
    }
	.case-cards ul li .case-text p, .light-blue-card, .light-yellow-card {
        min-height: auto;
    }
	.rate-container {
		flex-wrap: wrap;
	}
	.rate-container .white-rate {
		margin-right: 0;
		margin-bottom: 100px;
	}
	.fade-img {
		min-height: 180px;
	}
	.logo-slider-conatiner p::before,
	.logo-slider-conatiner p::after {
		width: 100px;
	}
	.logo-slider-conatiner p::before {
		left: 20px;
	}
	.logo-slider-conatiner p::after {
		right: 30px;
	}
	.logo-slider-conatiner p {
		margin-top: 30px;
	}
	.whitepaper-slider .slick-slide img {
		max-width: 360px;
	}
	.pL70 {
		padding-left: 0;
	}
	.clock-txt {
		padding-left: 0;
	}
	.feature-img {
		flex-wrap: wrap;
		width: 100%;
		flex-direction: column-reverse;
	}
	.feature-img .per50,
	.feature-img .per40,
	.feature-img .per60 {
		width: 100%;
		padding: 0;
	}
	.step-section {
		margin-bottom: 20px;
	}
	.feature-img.col-reverse {
		flex-direction: column;
	}
	.step-txt {
		padding-left: 0;
		margin-top: 40px;
		font-size: 18px;
		color: #000;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.comparision-section .comparision-card {
		padding: 0 0px 0 45px;
		border-radius: 15px;
	}
	.case-study-section {
		padding: 30px 0 70px;
	}
	.material-section {
		padding: 0px 0 25px 0;
	}
	.whitepaper-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.resource-card {
		max-width: calc(50% - 25px);
		margin: 15px 0;
	}
	.resource-btn {
		position: relative;
		bottom: 0;
		right: 0;
	}
	.clock-section.top-90 {
		top: 90px;
	}
	.client_txt_section h4 br {
        display: none;
    }
    .client_txt_section h4 {
        font-size: 18px;
    }
	.light-yellow-card {
		margin-bottom: 50px;
	}
	.yello_logo span {
		top: 50px;
	}
  }
  @media (max-width:991px) {
	.comparision-section .comparision-card h2 {
		margin-bottom: 20px;
	}
	.banner-right {
		display: none;
	}
	.banner-section .banner-left{
		max-width: 505px;
		margin: auto;
	}
  }
  @media screen and (max-width: 820px) {
	.logo-firstcol ul li {
		margin-top: -10px;
	}
	.comparision-section .comparision-card h2 {
		font-size: 35px;
	}
	.comparision-section .red_btn {
		font-size: 14px;
	}
	.comparision-section .img-section {
		max-width: 360px;
	}
  }
  @media screen and (max-width: 800px) {
	.whitepaper-slider .slick-slide img {
		max-width: 340px;
	}
	.logo-firstcol ul li {
		margin-right: 50px;
	}
	.clock-section {
		background-image: none;
	}
	.clock-link {
		justify-content: center;
	}
  }
  @media (min-width:768px) {
	.img-section a {
		display: none;
	}
	
  }
  @media screen and (max-width: 767px) {
	.main h3 {
		font-size: 24px;
	}
	.head-txt h1 {
		font-size: 28px;
	}
	.head-txt h1 {
		font-size: 42px;
	}
	.banner-container {
		background: #367cc9;
		background-position: center;
	}
	.logo-firstcol ul {
		flex-wrap: wrap;
	}
	.logo-firstcol ul li {
		font-size: 14px;
	}
	.logo-firstcol ul li span {
		font-size: 18px;
	}
	.logo-firstcol ul li:last-of-type {
		margin-top: 0px;
	}
	.logo-slider-conatiner p::before,
	.logo-slider-conatiner p::after {
		display: none;
	}
	.feature-sec ul li {
		margin-right: 0;
		max-width: 360px;
	}
	.clock-txt {
		padding-left: 0;
	}
	.clock-txt h3 .white-stroke-txt,
	.clock-txt h3 .yellow-stroke-txt {
		font-size: 32px;
	}
	.clock-txt h3 {
		font-size: 24px;
		text-align: center;
	}
	.clock-link {
		flex-wrap: wrap;
		justify-content: center;
	}
	.white-txt-link {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.rate-plan-section{
		padding: 55px 0 61px;
	}
	.rate-container .white-rate h4,
	.rate-container .yellow-rate h4 {
		font-size: 30px;
	}
	.rate-container .white-rate h4 span,
	.rate-container .yellow-rate h4 span {
		font-size: 20px;
	}
	.rate-container .white-rate h5,
	.rate-container .yellow-rate h5 {
		font-size: 28px;
	}
	.rate-container .white-rate h5 span,
	.rate-container .yellow-rate h5 span {
		font-size: 44px;
	}
	.why-choose-card.per30,
	.fade-slider .slick-slide img,
	.fade-img img {
		width: 100%;
	}
	.whitepaper-slider .slick-slide img {
		max-width: 100%;
	}
	.opm-main .per50 {
		width: 100%;
	}
	.whitepaper-slider .slick-prev:before {
		margin-left: -11px;
	}
	.whitepaper-slider .slick-next::before {
		margin-right: -26px;
	}
	.comparision-section .comparision-card h2 {
		margin-bottom: 10px;
		font-size: 25px;
	}
	.comparision-section .comparision-card {
		padding: 30px 15px;
		background-position: 80% 100%;
		text-align: center;
		flex-direction: column;
	}
	.comparision-section .comparision-card .img-section {
		box-shadow: none;
	}
	.comparision-section .img-section img {
		border-radius: 0;
		margin-bottom: 20px;
	}
	.comparision-section .red_btn {
		padding: 15px 20px;
	}
	.comparision-section .comp-cont a,
	.comparision-section .shadow-img {
		display: none;
	}
	.comparision-section .noshadow-img {
		display: block;
	}
	.banner-section h3 {
		text-align: center;
		font-size: 28px;
	}
	.banner-section h3 {
		margin-top: 0;
	}
	.banner-section .banner-cta-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.banner-section .banner-cta-wrapper .banner-cta {
		margin: 6px 0;
	}
	.feature-sec h3 {
		font-size: 28px;
	}
	.feature-cntn {
		min-height: unset;
	}
	.feature-sec ul {
		margin-bottom: 40px;
	}
	.center-cta-wrapper {
		flex-direction: column;
	}
	.center-cta-wrapper .banner-cta {
		margin: 6px 0;
	}
	.tab-container {
		padding-bottom: 50px;
	}
	.product-detail {
		padding-top: 35px;
	}
	.product-detail h3.mB40 {
		margin-bottom: 30px;
	}
	.absolute-accrodion {
		margin-bottom: 55px;
	}
	.clock-section.mt-60{
		margin-top: 30px;
	}
	.per-75 {
		max-width: 100%;
	}
	.clock-section {
		top: 0;
	}
	.case-cards ul {
		flex-direction: column;
		margin-bottom: 0;
	}
	.case-cards ul li {
		margin-right: 0px;
		max-width: 100%;
	}
	.case-study-section {
		padding: 15px 0 50px;
	}
	.case-cards {
		padding-top: 10px;
	}
	.comparision-section {
		padding: 60px 15px 35px 15px;
	}
	.clock-section.mt-70 {
		margin-top: 45px;
	}
	.material-section {
		padding: 0px 0 30px 0;
	}
	.how-to-use h4 {
		font-size: 16px;
	}
	.how-to-use {
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.how-to-img {
		margin: 32px auto 25px auto;
	}
	.what-is-section {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.what-is-section h3 {
		margin-bottom: 25px;
	}
	.faq-section {
		padding: 35px 0 50px 0;
	}
	.case-cards ul li .case-text {
		box-sizing: border-box;
	}
	.case-cards ul li .case-text {
		padding: 30px 15px 25px 15px;
	}
	.case-cards ul li .case-text p {
		max-width: 100%;
	}
	.accordion-head .accord-circle,
	.accordion-body .accord-circle {
		font-size: 16px;
	}
	.accordion-head {
		padding: 12px 40px 12px 12px;
	}
	.accord-icon:before {
		right: 12px;
		top: 25px;
	}
	.accord-icon:after {
		right: 22px;
		top: 16px;
	}
	.accordion-body {
		padding: 20px 15px 22px 12px;
	}
	.accordion-cntn p {
		margin-top: 0;
	}
	.accordion-cntn p {
		margin-bottom: 10px;
	}
	.faq-section .center-cta-wrapper {
		margin-top: 25px;
	}
	.whitepaper-wrapper {
		flex-direction: column;
	}
	.resource-card:not(:last-child) {
		margin-right: 0px;
	}
	.resource-card {
		max-width: 100%;
		margin: 10px 0;
	}
	.accord-icon {
		right: 0;
		top: 0;
	}
	.white-txt-link::after {
		margin: unset;
		right: unset;
	}
	.logo-slider-conatiner {
		margin-bottom: 55px;
		margin-top: -140px;
	}
	.img-showcase {
		padding: 0;
		background: none;
	}
	
	.material-section h3 {
		margin-bottom: 20px;
	}
	.accordion-head h4 {
		font-size: 14px !important;
	}
	.banner-cta a {
		min-width: 220px;
		text-align: center;
	}
	.accord-icon:after {
		right: 20px;
		top: 17px;
		width: 2px;
		height: 18px;
	}
	.accord-icon:before {
		content: '';
		display: block;
		height: 2px;
		width: 18px;
		background: #07478e;
		position: absolute;
		right: 12px;
		top: 25px;
	}
	.logo-slider .slick-list {
		padding: 0 50px !important;
	}
	.abs-accord-img-1 .img-showcase img {
		padding: 0;
	}
	.absolute-accrodion li {
		background: #ebf5ff;
		border: 1px solid #6d9ac7;
		margin-top: 0px;
		border-radius: 7px;
		padding: 15px 25px 15px 25px;
		box-sizing: border-box;
		margin: 0px 7px;
	}
	.absolute-accrodion li .abs-accrod-content,
	.absolute-accrodion li .abs-accrod-img {
		display: block;
	}
	.absolute-accrodion .slick-prev:before,
	.absolute-accrodion .slick-next:before {
		background: none;
		width: 4px;
		height: 4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(225deg);
	}
	.absolute-accrodion .slick-prev:before{
		position: relative;
		left: 1px;
	}
	.absolute-accrodion .slick-next:before{
		position: relative;
		right: 1px;
	}
	.absolute-accrodion .slick-prev,
	.absolute-accrodion .slick-next {
		background: none;
		background: rgb(34, 82, 165);
		width: 25px;
		height: 25px;
		border-radius: 50%;
		top: calc(50% - 12px);
	}
	.absolute-accrodion .slick-prev {
		left: -4px;
	}
	.absolute-accrodion .slick-next {
		right: -4px;
	}
	.absolute-accrodion .slick-next:before {
		transform: rotate(45deg);
	}
	.absolute-accrodion li.active {
		margin-top: 0;
		border:none;
	}
	.banner-section .banner-left {
		max-width: 435px;
		margin: auto;
	}
	.what-is-section {
		padding-top: 110px;
	}
	.clock-section.mt-100{
		margin-top: 30px;
	}
	#solve-section .mB50{
		margin-bottom: 20px;
	}
	.rate-plan-btn {
		margin-top: 40px;
	}
	.faq-section h3 {
		margin-bottom: 30px;
	}
	.logo-slider-conatiner .banner-cta{
		width: 100%;
		text-align: center;
	}
	.logo-slider-conatiner .banner-cta a{
		box-sizing: border-box;
		width: 100%;
		max-width: 260px;
	}
	.white-cta-wrap::after{
		top: 15px;
	}
  }
  /* media query 767 ends */
  @media screen and (max-width: 600px) {
	.logo-firstcol ul {
		max-width: 185px;
		margin: auto;
	}
	.logo-firstcol ul li {
		margin-right: 0;
		position: relative;
		font-size: 16px;
		color: #000;
		padding-left: 50px;
		width: 100%;
	}
	.logo-firstcol ul li::before {
		left: -50px;
		top: 48px;
		display: flex;
		position: relative;
	}
	.logo-firstcol ul li:nth-child(2) {
		margin-top: 0px;
	}
	.clock-txt h3 {
		font-size: 18px;
		max-width: 270px;
		text-align: center;
		margin: 0px auto 10px;
		line-height: 1.5;
	}
	.clock-txt h3 .white-stroke-txt,
	.clock-txt h3 .yellow-stroke-txt {
		font-size: 22px;
	}
	.logo-firstcol {
		margin-bottom: 40px;
	}
	.logo-slider-conatiner {
		max-width: 350px;
	}
	.client_section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }
    .client_txt_section {
        padding-left: 0;
        border-left: 0;
    }
    .client_img_section {
        margin-right: 0;
        padding: 10px 0;
        border-right: 0;
        box-shadow: none;
    }
    .client_txt_section h4 {
        text-align: center;
        font-size: 18px;
    }
    .client_txt_section h4 br {
        display: none;
    }
    .client_txt_section p {
        text-align: center;
    }
	.clock-section {
		min-height: auto;
		padding: 20px 0;
		border-radius: 0;
	}
	.acc-list {
        width: 100% !important;
        display: block;
        box-sizing: border-box;
    }
	.acc-list li {
        width: 100%;
        box-sizing: border-box;
    }
	.acc-list li:first-of-type {
        margin-right: 0;
        margin-bottom: 30px;
    }
	.yellow_txt_section {
		flex-wrap: wrap;
	}
	.yello_logo {
		max-width: 100%;
		margin-right: 0;
		border-radius: 12px 12px 0 0;
		padding: 20px 0px 0 0;
	}
	.yello_txt {
		border-radius: 0 0 12px 12px;
		padding: 25px 20px;
	}
	.yello_txt p {
		
		line-height: 1.8;
	}
	.yello_logo span {
       
        display: none;
    }
	.clock-section .banner-cta a {
		min-width: 255px;
	}
	.white-txt-link {
		margin-left: 0;
	}

  }
  @media screen and (max-width: 500px) {
	.head-txt {
		flex-wrap: wrap;
		padding-left: 0;
	}
	.head-txt h1 {
		margin-top: 0px;
		padding-left: 0;
		font-size: 26px;
		text-align: center;
	}
	.head-txt h1 {
		font-size: 36px;
	}
	.banner-left {
		margin-top: 0px;
	}
	.feature-sec ul li:last-of-type {
		margin-bottom: 0;
	}
	.clock-section {
		min-height: auto;
		padding: 20px 0;
		border-radius: 0;
	}
	.banner-cta a {
		font-size: 14px;
		padding: 10px 50px 10px 30px;
	}
	.white-txt-link {
		font-size: 14px;
		margin-left: 0;
	}
	.case-cards ul li {
		flex-wrap: wrap;
		width: 100%;
	}
	.case-cards ul li .case-logo,
	.case-cards ul li .case-text {
		max-width: 100%;
		width: 100%;
	}
	.rate-container .white-rate h4,
	.rate-container .yellow-rate h4 {
		font-size: 26px;
	}
	.rate-container .white-rate h4 span,
	.rate-container .yellow-rate h4 span {
		font-size: 18px;
	}
	.rate-container .white-rate h5 span,
	.rate-container .yellow-rate h5 span {
		font-size: 34px;
	}
	.rate-container .white-rate h5,
	.rate-container .yellow-rate h5 {
		font-size: 24px;
	}
	.light-blue-card,
	.light-yellow-card {
		padding: 20px;
		min-height: auto;
	}
	.blue-btn a,
	.yellow-btn a {
		font-size: 16px;
	}
	.blue-btn a::after,
	.yellow-btn a::after {
		top: 17px;
	}
	.material-cta {
		display: block;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.material-cta.mR20 {
		margin-right: 0;
	}
	.case-cards ul li .case-logo {
		padding: 20px 0;
		min-height: 110px;
	}
	.case-cards ul li .case-text p {
		min-height: auto;
	}
	.whitepaper-slider .slick-next::before {
		margin-right: -10px;
	}
	.whitepaper-slider .slick-prev:before {
		margin-left: -10px;
	}
	.banner-cta a span::before,
	.banner-cta a span::after {
		top: 5px;
	}
	.ft-16 {
		font-size: 14px;
	}
	.ft-16::after {
		margin: 0px 17px;
	}
	.white-txt-link::after {
		top: 5px;
	}
	.step-circle {
		max-width: 70px;
		height: 70px;
		font-size: 16px;
	}
	.step-circle span {
		font-size: 20px;
	}
	.step-section>div:last-of-type p {
		font-size: 18px;
	}
	.step-txt {
		font-size: 16px;
	}
	.material-cta-outline {
		padding: 10px 15px 10px 5px;
	}
	.clock-section.top-90 {
		top: 0;
		margin-top: 35px;
	}
	.what-is-section {
		padding-top: 45px;
	}
	.case-cards ul li .case-logo img {
		max-width: 200px;
	}
	/* .case-cards ul li .case-logo img.vr-img {
		max-width: 150px;
	} */
	p.rate_plan_p {
		font-size: 18px;
	}
	.white_bg {
		padding: 20px;
	}
	.four_card_list .four_cards {
		padding: 30px 20px;
	}
	.col-icons ul li {
		margin-right: 20px;
		max-width: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
	}
	.four_cards:nth-child(3) .col-icons ul li, .four_cards:last-of-type .col-icons ul li {
		display: inline-table;
	}
	.col-icons ul li::after {
		width: 10px;
		right: -15px;
	}
	.four_cards:nth-child(3) .col-icons ul li::after {
		top: 35px;
	}
	.clock-section .banner-cta a {
		min-width: 220px;
	} 
	.absolute-accrodion {
        margin-bottom: 0px;
    }
  }
  @media screen and (max-width: 380px) {
	.rate-container .white-rate,
	.rate-container .yellow-rate {
		padding: 15px 15px 40px 15px;
	}
	.oval-shape,
	.oval-shape-yellow {
		width: 210px;
		height: 170px;
		background: #fff;
		border-radius: 110px / 90px;
		margin: 0 auto;
		margin-top: -60px;
	}
	.banner-cta a {
		padding: 12px 40px 12px 20px;
	}
	.clock-section {
		border-radius: 0;
	}
	.clock-txt h3 {
		font-size: 16px;
	}
	.clock-txt h3 .white-stroke-txt,
	.clock-txt h3 .yellow-stroke-txt {
		font-size: 20px;
	}
	.case-study-section h3,
	.rate-plan-section h3,
	.material-section h3,
	.opm-main h3 {
		font-size: 28px;
	}
	p.rate_plan_p {
		font-size: 18px;
	}
	.rate-container .white-rate h4,
	.rate-container .yellow-rate h4 {
		font-size: 22px;
	}
	.material-section p,
	.opm-main p {
		font-size: 14px;
	}
	.pL0 {
		padding-left: 0%;
	}
	.whitepaper-slider .slick-slide img {
		box-sizing: border-box;
		box-shadow: 0px 4px 10px #33333308;
	}
	.why-choose-section .clock-section {
		top: 50px;
	}
	.material-section h3 {
		margin-bottom: 10px;
	}
  }
  @media screen and (max-width: 340px) {
	.comparision-section .red_btn {
		padding: 14px;
	}
	.four_cards:last-of-type .col-icons ul li {
		margin-right: 5px;
	}
  }
  @keyframes down {
	0% {
		top: 50px;
	}
	100% {
		top: 68px;
	}
  }
  @keyframes up {
	0% {
		top: 92px;
	}
	100% {
		top: 50px;
	}
  }
