.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: 32px;
	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: 58px;
	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;
	display: block;
	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/admp/images/admp-index-sprite.png') no-repeat;
	background-position: -8px -119px;
	background-size: 332px;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 3px;
}
.logo-slider span {
	display: block;
	background-image: url('/sites/default/files/admp/images/admp-index-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:first-of-type {
	margin-right: 20px;
}
.rate-plan-btn .onboarding_link {
	color: #000;
	background: #fbc84a;
}
.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/netflow_analyzer/nfa-toppage-sprite.png)no-repeat;
	background-size: 500px 357px;
	width: 39px;
	height: 39px;
	background-position: -15px -141px;
	position: relative;
	left: -56px;
	top: 48px;
	display: flex;
}
.logo-firstcol ul li:nth-child(2):before {
	background-position: -15px -88px;
	width: 45px;
}
.logo-firstcol ul li:nth-child(3):before {
	background-position: -11px -204px;
	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 0 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: 60px;
}
.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/netflow_analyzer/nfa-toppage-sprite.png)no-repeat;
	background-size: 500px 357px;
	width: 91px;
	height: 82px;
	background-position: -72px -260px;
	display: inline-block;
}
.feature-sec ul li .feature-icon.ficon2 {
	background-position: -178px -260px;
}
.feature-sec ul li .feature-icon.ficon3 {
	background-position: -275px -260px;
	width: 98px;
}
.feature-sec ul li .feature-icon.ficon4 {
	background-position: -395px -254px;
	width: 96px;
}
.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-icon {
	background: url(/sites/default/files/netflow_analyzer/nfa-toppage-sprite.png)no-repeat;
	background-position: -165px -8px;
	background-size: 500px 357px;
	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/admp/images/admp-clock.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: 70px 0 95px;
}
.case-study-section h3 {
	font-size: 34px;
}
.case-cards ul {
	margin-bottom: 28px;
	display: flex;
	justify-content: center;
}
.case-cards ul li {
	display: flex;
	flex-direction: column;
	border: 1px solid #def2fd;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 40px;
	margin-bottom: 30px;
	min-height: 259px;
	max-width: 400px;
	background: #f4fbff;
}
.case-cards ul li:last-child {
	margin-right: 0;
}
.case-cards ul li .case-logo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 123px;
	background: #fff;
}
.case-cards ul li .case-logo span {
	background-image: url("/sites/default/files/admp/images/admp-index-sprite.png");
	background-size: 525px;
	display: block;
}
.case-cards ul li .oroco-logo {
	width: 100px;
	height: 75px;
	background-position: -409px -18px;
}
.case-cards ul li .techno-logo {
	background-position: -166px -20px;
	width: 185px;
	height: 53px;
}
.case-cards ul li .case-logo img {
	max-width: 160px;
	width: 100%;
}
.case-cards ul li .case-logo img.vr-img {
	max-width: 90px;
	width: 100%;
}
.case-cards ul li .case-text {
	padding: 30px 25px 25px 30px;
}
.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: 20px;
	display: inline-block;
	font-size: 13px;
}
.case-cards ul li .case-text .case-ratio h4 {
	display: block;
	font-size: 17px !important;
	color: #1c5793;
	margin-top: 0;
	margin-bottom: 10px;
}
.case-cards ul li .case-text p {
	font-size: 15px;
	line-height: 1.8;
	min-height: 108px;
	margin-top: 0px;
	margin-bottom: 13px;
	max-width: 94%;
}
.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: #2162a9;
}
.rate-plan-section h3 {
	font-size: 34px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 80px;
}
.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;
}
.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/netflow_analyzer/nfa-toppage-sprite.png)no-repeat;
	background-size: 500px 357px;
	width: 93px;
	height: 82px;
	background-position: -396px -127px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.rate-container .yellow-rate span.diamond-icon2 {
	background: url(/sites/default/files/netflow_analyzer/nfa-toppage-sprite.png)no-repeat;
	background-size: 500px 357px;
	width: 88px;
	height: 82px;
	background-position: -396px -25px;
	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: 34px;
	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: 35px;
	background: #edf6fe;
	border-radius: 8px;
}
.light-yellow-card {
	background: #fdeeb7;
}
.fade-img {
	min-height: 264px;
}
.light-blue-card p,
.light-yellow-card p {
	font-size: 16px;
	text-align: center;
	line-height: 2;
	margin: 0;
}
.blue-btn,
.yellow-btn {
	margin-top: 35px;
	text-align: center;
}
.blue-btn a,
.yellow-btn a {
	background: #2252a5;
	color: #fff;
	font-size: 18px;
	padding: 10px 45px 10px 25px;
	border-radius: 25px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: relative;
	display: inline-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: "";
	display: inline-block;
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 3px;
	position: absolute;
	margin: 2px 19px;
	top: 18px;
	right: 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: 40px 0 30px 0;
}
.whitepaper-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}
.resource-card {
	padding: 15px 15px 15px 15px;
	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: 50px;
}
.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: 15px;
	right: 18px;
	line-height: 1;
}
.resource-btn:hover {
	text-decoration: none;
	color: #fff !important;
}
.resource-btn:after {
	content: "";
	background: url(/sites/default/files/admp/images/admp-index-sprite.png);
	background-position: -33px -123px;
	background-size: 332px;
	width: 11px;
	height: 10px;
	display: block;
	position: absolute;
	right: 11px;
	top: 7px;
}
.resource-cntn {
	max-width: 100%;
	width: 100%;
	color: #000;
	margin-bottom: 25px;
}
.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;
	margin-bottom: 25px;
}
.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;
}
.logo-slider .slick-slide:last-child {
	margin-right: 0 !important;
}
.vertl-img {
	width: 60px;
}
.horitl-img {
	width: 100px;
}
.fujiseiki-logo {
	width: 80px;
}
.aiching_logo {
	max-width: 150px;
}
.kobe-logo {
	max-width: 130px;
}
.w140 {
	width: 120px;
}
.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: 85px;
}
.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-top: 40px;
	padding-bottom: 100px;
}
.how-to-use h4 {
	font-size: 25px;
	font-weight: 400;
}
.how-to-img {
	max-width: 790px;
	width: 100%;
	margin: 32px auto 50px auto;
}
.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;
}
.all-material-btn {
	background: #2f519f;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	padding: 14px 58px;
	display: inline-block;
	border-radius: 30px;
}
.all-material-btn:before {
	content: '';
	background: url('/sites/default/files/admp/images/admp-index-sprite.png') no-repeat;
	background-position: -51px -118px;
	background-size: 332px;
	width: 25px;
	height: 20px;
	display: inline-block;
	margin-right: 9px;
	position: relative;
	top: 2px;
}
.all-material-btn:hover {
	text-decoration: none;
}
.all-material-btn-wrap {
	margin-top: 50px;
}
/* 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;
	}
}
@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 li {
		min-height: auto;
		margin-right: 20px;
		max-width: 50%;
	}
	.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;
	}
}
@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;
	}
}
@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;
	}
	.rate-plan-section h3 {
		margin-bottom: 90px;
	}
	.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;
	}
	.all-material-btn-wrap {
		margin-top: 30px;
	}
	.all-material-btn {
		font-size: 16px;
		padding: 10px 35px;
		border-radius: 30px;
	}
	.all-material-btn:before {
		background-position: -40px -92px;
		background-size: 262px;
		width: 20px;
		height: 16px;
		top: 1px;
	}
	.rate-plan-btn a {
		font-size: 16px;
	}
	.rate-plan-btn {
		flex-wrap: wrap;
	}
	.rate-plan-btn a:first-of-type {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/* 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;
	}
	.clock-link {
		flex-direction: column;
	}
	.white-txt-link {
		margin-left: 0px;
	}
}
@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;
	}
	.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;
	}
}
@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;
	}
	.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;
	}
}
@keyframes down {
	0% {
		top: 50px;
	}
	100% {
		top: 68px;
	}
}
@keyframes up {
	0% {
		top: 68px;
	}
	100% {
		top: 50px;
	}
}