/*Common Flex Css*/
/*Flex Classes
========================================================================================*/
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}
.flex-value {
	-webkit-box-flex: 0 0 100%;
	-moz-box-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.flex-row {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex-column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-nowrap {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex-justify-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.flex-justify-start {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
}
.flex-justify-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
}
.flex-align-center {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-align-equal {
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flex-align-start {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flex-align-end {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.flex-align-baseline {
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.flex-self-center {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	-ms-flex-self: center;
	align-self: center;
}
.flex-self-equal {
	-webkit-align-self: stretch;
	-moz-align-self: stretch;
	-ms-align-self: stretch;
	-ms-flex-self: stretch;
	align-self: stretch;
}
.flex-self-start {
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-align-self: flex-start;
	-ms-flex-self: flex-start;
	align-self: flex-start;
}
.flex-self-end {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	-ms-flex-self: flex-end;
	align-self: flex-end;
}
.flex-self-baseline {
	-webkit-align-self: baseline;
	-moz-align-self: baseline;
	-ms-align-self: baseline;
	-ms-flex-self: baseline;
	align-self: baseline;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/gotham/GothamBook.eot');
	src: url('../fonts/gotham/GothamBook?#iefix') format('embedded-opentype'), url('../fonts/gotham/GothamBook.woff2') format('woff2'), url('../fonts/gotham/GothamBook.woff') format('woff'), url('../fonts/gotham/GothamBook.ttf') format('truetype'), url('../fonts/gotham/GothamBook.svg#GothamBook') format('svg');
	font-weight: normal;
	font-style: normal;
 unicode-range: U+00-FFFF;
}
@font-face {
	font-family: 'Gotham Bold';
	src: url('../fonts/gotham/GothamBold.eot');
	src: url('../fonts/gotham/GothamBold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/GothamBold.woff2') format('woff2'), url('../fonts/gotham/GothamBold.woff') format('woff'), url('../fonts/gotham/GothamBold.ttf') format('truetype'), url('../fonts/gotham/GothamBold.svg#GothamBold') format('svg');
	font-weight: bold;
	font-style: normal;
 unicode-range: U+00-FFFF;
}
@font-face {
	font-family: 'Gotham Medium';
	src: url('../fonts/gotham/Gotham-Medium.eot');
	src: url('../fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/Gotham-Medium.woff2') format('woff2'), url('../fonts/gotham/Gotham-Medium.woff') format('woff'), url('../fonts/gotham/Gotham-Medium.ttf') format('truetype'), url('../fonts/gotham/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
 unicode-range: U+00-FFFF;
}
.btn {
	border-radius: 3px;
	font-weight: 500;
	font-family: 'Gotham Medium';
}
.btn-primary {
	background-color: #66dab5;
	border: 0;
	color: #202230;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	padding: 12px 41px;
	font-size: 16px;
	font-weight: 500;
}
.btn-primary:hover {
	background-color: #3dd0a1 !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-primary:focus {
	background-color: #2fc495 !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.w-16 {
	width: 16px;
}
.btn.btn-info.arytic-video-btn {
	background: #136482;
	border-color: #136482;
	padding: 11px 24px;
	font-size: 16px;
}

.main-menu ul li.login-btn a {
	padding: 12px 41px !important;
	color: #202230 !important;
}

.home .arytic-video-btn {
	margin-left: 2%;
	text-transform: uppercase;
}
.home .revamp__banner__container {
	background-color: #485c67;
	position: relative
}
.home .video__banner {
	position: relative;
	height: 550px;
	overflow: hidden;
}
.home .video__banner .video__backdrop {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgb(107 106 106 / 75%);
	mix-blend-mode: multiply
}
.home .video__banner video {
	width: 100%;
}
.home .revamp__banner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 550px;
	background: none;
	padding-top: 90px;
	color: #fff;
}
.home .revamp__banner h1 {
	font-size: 42px;
	color: #fff;
	margin: 0 0 20px;
}
.home .revamp__banner h4,
.homepage .revamp__banner h2 {
	font-size: 24px;
	color: #fff;
	margin: 0 0 20px;
}
.home .revamp__banner p {
	font-size: 16px;
	margin: 0 0 30px;
}
.home .revamp__banner ul {
	font-size: 0;
	margin: 0;
	padding:0;
}
.home .revamp__banner li {
	display: inline-block;
	margin: 0 0 0 15px;
	position: relative;
}

.home .revamp__banner li .note {
	font-size: 10px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}

.home .revamp__banner li:first-child {
	margin: 0;
}
.home .revamp__banner__box {
	width: 800px;
	text-align: center;
	margin-top: -20%;
}
.home .banner__counting {
	margin: -57px 0 0;
	text-align: center;
}
.home .banner__counting__title h4,
.home .banner__counting__title h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	top: 110px;
}
.home .banner__counting .number {
	font-size: 36px;
	color: #136482;
	border-radius: 50%;
	font-weight: bold;
	margin: 0 auto 10px;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 72px;
	background: url(../assets/images/circle__infographic.png) 0 0 no-repeat;
	line-height: 110px;
	letter-spacing: -0.05rem;
	background-position: 10px 5px;
	font-family: 'Gotham Bold';
}
.home .banner__counting .info {
	padding: 0 0 0 15px;
	font-size: 16px;
	text-align: center;
	font-family: 'Gotham Medium';
}
.great-place-to-work-badge {
	width: 64px;
	height: auto;
	z-index: 999;
	position: absolute;
	right: 0.5rem;
	top: 5px;
}
.home .revamp__banner__box {
	width: 800px;
	text-align: center;
	margin-top: -20%;
}
.home .revamp__banner .container {
	width: auto;
}
.home .revamp__banner h4,
.home .revamp__banner h2 {
	font-size: 24px;
	color: #fff;
	margin: 0 0 20px;
}
.home .section p {
	color: #627693;
	font-size: 18px;
	line-height: 1.625em;
	letter-spacing: 0.02em;
	text-align: justify;
}

.home .section h1, h2, .home .section h3 {
	color: #6a7e9c;
	font-size: 38px;
	line-height: 1.3158em;
	font-family: "Gotham Medium", sans-serif;
	font-style: normal;
	margin-bottom: 2rem;
}

.client.section h1 {
	margin-bottom: 1rem;
	text-align: center;
	margin-top: 3rem;
	font-size: 38px;
}

.client-logo img {
	width: 90%!important;
	height: auto;
	margin: auto;
	padding: 35px;
}

.client-logo {
	align-content: center;
	filter: grayscale(100%);
	border: 1px solid #eee;
	cursor: pointer;
	margin: 35px 15px;
	-webkit-box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 83%);
	box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 83%);
	border-radius: 5px;
}

.client-carousel .owl-theme .owl-dots .owl-dot span {
	width: 30px;
	margin: 5px 0;
	border-radius: 0px;
	height: 5px;
	background: black;
	color: #fff;
}

.client-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #3dd0a1 !important;
	color: #202230;
}

.client-logo:hover {
	filter: contrast(100%);
	-webkit-box-shadow: 1px 2px 12px 4px rgb(0 0 0 / 79%);
	box-shadow: 1px 2px 12px 4px rgb(0 0 0 / 79%);
}

.client-carousel  .owl-carousel .owl-stage-outer {
	padding-bottom: 120px;	
}

.client.section h1:after,.testimonial-block.section h1:after {
	content: " ";
	background:url(../assets/images/arytic-sprite.png);
	display: block;
	width: 61px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	background-position: -63px;
	background-repeat: no-repeat;
	background-size: 128px;
	margin-top: 10px;
}

.testimonial-block.section h1 {
	margin-bottom: 1rem;
	text-align: center;
	margin-top: 3rem;
}

.ven__diagram__section {
	padding: 60px 0;
}

.diagram__col {
	width: 658px;
	flex: 0 0 658px;
	max-width: 658px;
	height: 632px;
	position: relative;
	background: url(../assets/images/ven-diagram.png) 50% 50% no-repeat;
}
.content__col {
	min-height: 340px;
	overflow: hidden;
	display: block
}

.ven__diagram__section .content__col {
	overflow: inherit;
}

.ven__icon {
	position: absolute;
	min-height: 68px;
	min-width: 67px;
}

.ven__icon:before {
	content: "";
	width: 67px;
	height: 67px;
	position: absolute;
	left: 0;
	border: 5px solid #e6efff;
	font-size: 0;
	border-radius: 50%;
	background: url(../assets/images/ven-diagram-sprites.png) 0 0 no-repeat #fff;
	transform: scale(0.75);
	transform-origin: center;
	cursor: pointer;
	position: absolute;
	transition: all 550ms linear;
}

.ven__tooltip {
	z-index: 9;
	font-size: 14px;
	font-family: 'Gotham', Arial, Helvetica, sans-serif;
	color: #41536e;
	background: #e6efff;
	padding: 6px 12px;
	width: 215px;
	border-radius: 8px;
	position: absolute;
	left: 75px;
	top: 8px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 550ms linear;
}
.ven__tooltip span {
	padding-left: 8px;
}
.ven__desktop__diagram {
	display: block;
}
.ven__diagram__carousel {
	display: none;
}
.ven__diagram__carousel h3 {
	font-size: 18px !important;
	text-align:center;
	margin: 0 0 20px;	
}

.ven_icon_01 {
	left: 508px;
	top: 132px;
}
.ven_icon_02 {
	left: 455px;
	top: 45px;
}
.ven_icon_03 {
	left: 356px;
	top: -2px;
}
.ven_icon_04 {
	left: 231px;
	top: -2px;
}
.ven_icon_05 {
	left: 142px;
	top: 45px;
}
.ven_icon_06 {
	left: 89px;
	top: 132px;
}
.ven_icon_07 {
	left: 30px;
	top: 224px;
}
.ven_icon_08 {
	left: -10px;
	top: 313px;
}
.ven_icon_09 {
	left: -10px;
	top: 420px;
}
.ven_icon_10 {
	left: 55px;
	top: 523px;
}
.ven_icon_11 {
	left: 163px;
	top: 565px;
}
.ven_icon_12 {
	left: 587px;
	top: 280px;
}
.ven_icon_13 {
	left: 591px;
	top: 412px;
}
.ven_icon_14 {
	left: 533px;
	top: 516px;
}
.ven_icon_15 {
	left: 428px;
	top: 569px;
}
.ven_icon_01:before {
	background-position: -24px -22px;
}
.ven_icon_02:before {
	background-position: -98px -22px
}
.ven_icon_03:before {
	background-position: -173px -22px
}
.ven_icon_04:before {
	background-position: -247px -22px
}
.ven_icon_05:before {
	background-position: -324px -22px
}
.ven_icon_06:before {
	background-position: -402px -22px
}
.ven_icon_07:before {
	background-position: -23px -96px;
	border-color: #e7eaef;
}
.ven_icon_08:before {
	background-position: -98px -96px;
	border-color: #e7eaef;
}
.ven_icon_09:before {
	background-position: -173px -96px;
	border-color: #e7eaef;
}
.ven_icon_10:before {
	background-position: -247px -96px;
	border-color: #e7eaef;
}
.ven_icon_11:before {
	background-position: -318px -96px;
	border-color: #e7eaef;
}
.ven_icon_12:before {
	background-position: -21px -174px;
	border-color: #effbf7;
}
.ven_icon_13:before {
	background-position: -95px -174px;
	border-color: #effbf7;
}
.ven_icon_14:before {
	background-position: -170px -174px;
	border-color: #effbf7;
}
.ven_icon_15:before {
	background-position: -243px -174px;
	border-color: #effbf7;
}

.ven__diagram__carousel p {
	text-align: center !important;	
}

.bullet__listing {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bullet__listing li {
	color: #41536e;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 18px 20px;
	position: relative;
	border-radius: 8px;
	background: #fff;
	padding: 28px 20px 28px 70px;
	box-shadow: 5px 5px 20px rgba(110, 129, 158, 0.2);
	font-family: 'Gotham Bold';
	margin:0 0 20px;
}

.bullet__listing li:nth-child(2) {
	left: 20px;
}
.bullet__listing li:nth-child(3) {
	left: 40px;
}
.bullet__listing li:before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	left: -24px;
	top: 50%;
	margin-top: -24px;
	background: url(../assets/images/ven-diagram-sprites.png) -315px -170px #fff;
	border: 2px solid #e6efff;
	border-radius: 50%;
}
.ven__icon:hover:before {
	transform: scale(1);
}
.ven__icon:hover .ven__tooltip {
	opacity: 1;
	visibility: visible;
	display: flex;
}
.ven_icon_01 .ven__tooltip,
.ven_icon_12 .ven__tooltip,
.ven_icon_13 .ven__tooltip,
.ven_icon_14 .ven__tooltip,
.ven_icon_15 .ven__tooltip {
	left: auto;
	right: 80px;
}
.ven__info {
	display: none;
}
.ven__info img {
	width: 80%;
	height: auto;
}
.ven__info h3 {
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 24px;
	color: #41536e;
	font-weight: bold;
	padding: 10px 60px 10px 20px;
	border-left: 4px solid #41536e;
}
.revamp__philoshopy__section {
	padding: 60px 0;
	position: relative;
}
.revamp__philoshopy__section .image__col img {
	width: 80%;
	height: auto;
}
.revamp__philoshopy__section .revamp__info {
	font-size: 18px;
}
.revamp__philoshopy__section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../assets/images/customer-header-bg.png) 0 0 no-repeat;
	background-size: cover;
}
.revamp__three__col__grid {
	padding: 40px 0;
}
.revamp__three__col__grid img {
	width: 100%;
	height: auto;
}
.revamp__three__col__grid .col-container {
	cursor: pointer;
	box-shadow: 0 5px 15px rgba(58, 171, 192, 0.20);
	height: 100%;
	position: relative;
	overflow: hidden;
}
.revamp__three__col__grid .revamp__boxes {
	height: 460px;
}
.revamp__three__col__grid .revamp__boxes .flip__box {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 1s;
	transform-style: preserve-3d;
}
.revamp__three__col__grid .revamp__boxes:hover .flip__box {
	transform: rotateY(180deg);
}
.revamp__boxes .flip__up,
.revamp__boxes .revamp__mask {
	backface-visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}
.revamp__boxes .flip__up.middle-card {
	background: #66DAB5;
	padding: 30px;
	text-align: center;
	color: #202230;
}
.revamp__boxes .flip__up.middle-card h4 {
	font-size: 24px;
	float: left;
	font-family:'Gotham Bold';
	text-transform: uppercase;
	color: #202230;
	padding: 0 15px;
	line-height: 1.45;
}
.revamp__boxes .flip__up.middle-card p {
	font-size: 18px;
	line-height: 1.45;
	margin: 24px 0 0;
}
.revamp__boxes .revamp__mask.middle-card {
	background: #fff;
}
.revamp__boxes .revamp__mask {
	transform: rotateY(180deg);
}
.revamp__boxes .revamp__mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #66DAB5;
	padding: 30px;
	text-align: center;
	color: #202230;
}
.revamp__three__col__grid .info__box {
	text-align: center;
	padding: 38px;
	font-size: 22px;
	color: #041d38;
	text-transform: uppercase;
	font-family:'Gotham Bold';
	position: relative;
}
.revamp__three__col__grid .revamp__mask h4 {
	font-size: 24px;
	float: left;
	font-family:'Gotham Bold';
	text-transform: uppercase;
	color: #202230;
	padding: 0 15px;
	line-height: 1.45;
}
.revamp__three__col__grid .revamp__mask p {
	font-size: 18px;
	line-height: 1.45;
	margin: 24px 0 0;
}
.revamp__three__col__grid figure {
	margin: 0;
}
.revamp__three__col__grid .info__box::before {
	content: "";
	width: 60%;
	height: 1px;
	background: #e8e8e8;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.revamp__two__column__grid .image__col {
	padding: 60px 0;
}
.revamp__two__column__grid .image__col img {
	width: 100%;
	height: auto;
}
.revamp__two__column__grid .content__col {
	padding-left: 60px;
	font-size: 18px;
	line-height: 1.65;
}
.ven__diagram__carousel .item {
	text-align: center;
}
.ven__diagram__carousel h3 {
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px;
}
.ven__diagram__carousel h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 15px 0;
}
.ven__diagram__carousel p {
	text-align: center;
}
.venn-thumb-img {
	width: 450px;
	height: 400px;
}
 @media only screen and (max-height:660px) {
.ven_icon_01 {
	left: 358px;
	top: 102px;
}
.ven_icon_02 {
	left: 324px;
	top: 20px;
}
.ven_icon_03 {
	left: 246px;
	top: -22px;
}
.ven_icon_04 {
	left: 161px;
	top: -30px;
}
.ven_icon_05 {
	left: 92px;
	top: 5px;
}
.ven_icon_06 {
	left: 49px;
	top: 62px;
}
.ven_icon_07 {
	left: -7px;
	top: 154px;
}
.ven_icon_08 {
	left: -31px;
	top: 233px;
}
.ven_icon_09 {
	left: -20px;
	top: 310px;
}
.ven_icon_10 {
	left: 35px;
	top: 376px;
}
.ven_icon_11 {
	left: 120px;
	top: 405px;
}
.ven_icon_12 {
	left: 417px;
	top: 190px;
}
.ven_icon_13 {
	left: 421px;
	top: 272px;
}
.ven_icon_14 {
	left: 383px;
	top: 356px;
}
.ven_icon_15 {
	left: 298px;
	top: 409px;
}
.diagram__col {
	width: 458px;
	height: 440px;
	flex: 0 0 458px;
	max-width: 458px;
	background-size: 458px auto;
	background-position: 0 0;
	margin: auto;
}
}
 @media only screen and (max-width:1170px) {
.revamp__philoshopy__section .revamp__info {
	font-size: 16px;
}
.ven_icon_01 {
	left: 358px;
	top: 102px;
}
.ven_icon_02 {
	left: 324px;
	top: 20px;
}
.ven_icon_03 {
	left: 246px;
	top: -22px;
}
.ven_icon_04 {
	left: 161px;
	top: -30px;
}
.ven_icon_05 {
	left: 92px;
	top: 5px;
}
.ven_icon_06 {
	left: 49px;
	top: 62px;
}
.ven_icon_07 {
	left: -7px;
	top: 154px;
}
.ven_icon_08 {
	left: -31px;
	top: 233px;
}
.ven_icon_09 {
	left: -20px;
	top: 310px;
}
.ven_icon_10 {
	left: 35px;
	top: 376px;
}
.ven_icon_11 {
	left: 120px;
	top: 405px;
}
.ven_icon_12 {
	left: 417px;
	top: 190px;
}
.ven_icon_13 {
	left: 421px;
	top: 272px;
}
.ven_icon_14 {
	left: 383px;
	top: 356px;
}
.ven_icon_15 {
	left: 298px;
	top: 409px;
}
.diagram__col {
	width: 458px;
	height: 440px;
	flex: 0 0 458px;
	max-width: 458px;
	background-size: 458px auto;
	background-position: 100% 0;
}
}
 @media only screen and (max-width:1023px) {
	.revamp__three__col__grid .container {
		max-width: inherit;
	}
	.revamp__three__col__grid .info__box {
		padding: 20px;
	}
	.revamp__three__col__grid .revamp__mask {
		padding: 20px;
		font-size: 20px;
	}
	.revamp__three__col__grid .revamp__mask h4 {
		font-size: 20px;
		padding: 0;
	}
	.revamp__three__col__grid .revamp__mask p {
		font-size: 15px;
	}
	.revamp__three__col__grid .col-sm-4 {
		padding: 0 7px;
	}
	.revamp__three__col__grid .row {
		margin: 0;
	}
	.ven__diagram__carousel {
		display: block;
	}
	.ven__desktop__diagram {
		display: none;
	}
	.home .banner__counting__title h4, .home .banner__counting__title h3 {
		top: 0;
		margin: 30px 0 0;
	}
	.revamp__three__col__grid .revamp__mask h4 {
		font-size: 20px;
		padding:0;	
	}
	.revamp__three__col__grid .revamp__mask p {
		font-size:15px;
	}
	.revamp__section__title h3, .revamp__section__title h4 { font-size:1.75rem; } 
	.revamp__funnel__section {
		display: none;	
	}
	.revamp__boxes .flip__up.middle-card h4 {
		width:100%;	
	}
}
@media only screen and (max-width:767px) {
	.great-place-to-work-badge {
		width: 3.0rem;
	}
	.revamp__philoshopy__section .col-sm-6,
	 .revamp__three__col__grid .col-sm-4,
	 .revamp__two__column__grid .col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.revamp__philoshopy__section .col-sm-6 {
		text-align: center
	}
	
	.revamp__three__col__grid {
		padding: 0 0 40px;
	}
	.revamp__philoshopy__section .content__col {
		text-align: center;
		padding: 0 30px;
		margin: 30px 0 0;
	}
	.revamp__three__col__grid .col-sm-4 .col-container {
		width: 360px;
		margin: 30px auto 0;
	}
	.revamp__two__column__grid .content__col {
		padding-left: 0;
		text-align: center;
	}
	.revamp__two__column__grid .image__col {
		padding: 0 15px 30px;
	}
	.ven__diagram__carousel .col-sm-4 {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 0 30px;
	}
	.revamp__three__col__grid .revamp__mask h4 {
		float: none;
	}

	.home .revamp__banner__container {
		background: none;	
	}
	
	.home .revamp__banner {
		height: auto;
		position: relative;
		background: #6e819e;
		padding: 132px 30px 60px;
	}
	.home .video__banner {
		height: 320px;
		display: none;
	}
	
	.home .revamp__banner h1 {
		font-size: 30px;
	}
	
	.home .revamp__banner h4,
	.homepage .revamp__banner h2 {
		font-size: 20px;
	}
	
	.banner__counting .col-sm-3 {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 15px 0;
	}
	
	.home .banner__counting {
		margin-top: 40px;
	}
	
	.home .banner__counting .revamp__section__title h4 {
		color: #41536e;
	}
	
	.home .banner__counting .revamp__section__title {
		margin: 0;
	}
	
	.ven__diagram__section {
		padding: 40px 0;
	}
	
	.banner__counting .col-sm-3 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	
	.home .banner__counting .info {
		width : 100%;
	}
	
	.award-content,
	.award-img {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;	
	}
	
	.award-content {
		box-shadow: none !important;
		left: 0 !important;
		top: 0 !important;
		border: 0 !important;
		flex-order: 2;
		order: 2;
		margin: 20px 0 0 !important;
	}
	
	.award-img  {
		flex-order: 1;
		order: 1;
		margin: 20px 0 0 !important;
	}
	
	.award-img img {
		width: 90% !important;
		margin: 0 auto;
		display:block;
		left:0 !important;	
	}
	
	#carouselExampleIndicators .row {
		display: flex;
		flex-wrap: wrap;
	}
	
	.client-carousel .item {
		height: auto;
	}
}
 @media only screen and (max-width:479px) {
	.great-place-to-work-badge {
		width: 2.5rem;
	}
	.revamp__three__col__grid .col-sm-4 .col-container {
		width: 100%;
	}
	.ven__diagram__carousel .col-sm-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


.revamp__section__title h3,
.revamp__section__title h4 {
	font-size: 40px;
	color: #41536e;
	font-family:'Gotham Bold',Arial, Helvetica, sans-serif;
	margin: 0;
}
.revamp__section__title {
	margin: 0 0 30px;
}
.revamp__philoshopy__section .revamp__info {
	font-size: 18px;
	line-height: 1.65;
}
.revamp__philoshopy__section .revamp__info strong {
	font-weight:normal;
	font-family:'Gotham Medium';	
}

.apply-now-banner.section .apply-now-banner-inner {
	background-image:url(../assets/images/apply-now-banner-bg.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 165px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 5.86px 17.019px 38px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 5.86px 17.019px 38px 2px rgba(0, 0, 0, 0.05);
	padding: 4rem;
}

.apply-now-banner.section p {
	color: #ffffff !important;
	font-size: 1.75rem !important;
	line-height: 2.15rem !important;
	margin: 0;
	width: 60%;
}

.pricing-tab .nav {
	 -webkit-box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
	 box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
}
.apply-now-banner.section p {
   background-color: #41536e;
}

.homepage-apply-now.apply-now-banner {
	margin: 40px 0;
}

/* Award section styles */
.awards.section {
  background-size: cover;
}

.awards.section .carousel-control-prev, .testimonial.section .carousel-control-next {
  display: none;
}

.awards.section h1 {
	margin-bottom: 1rem;
	text-align: center;
}

.awards.section h1:after {
	content: " ";
	background:url(../assets/images/arytic-sprite.png);
	display: block;
	width: 61px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	background-position: -63px;
	background-repeat: no-repeat;
	background-size: 128px;
	margin-top: 10px;
}

.awards.carousel-control-prev
.awards.carousel-control-next{
  display: none;
}
.awards .carousel-control-next,.awards .carousel-control-prev{
  display: none;
}
.carousel-item{
	height:400px;
}
.award-content{
	padding: 15px;
	position: relative;
	border: 1px solid #ddd;
	top: 150px;
	left: 120px;
	-webkit-box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
	-moz-box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
	box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
}

.awards.section .carousel-indicators {
	margin-bottom: 0;
	bottom: 0;
}

.awards.section .carousel-indicators li {
	background-color: #cfd5e3;
	width: 24px;
	height: 6px;
	margin-right: 6px;
	margin-left: 6px;
}

.awards.section .carousel-indicators li.active {
	background-color: #ffb415;
}

.award-img img{
	width: 100%;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
	box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
	position: relative;
	left: -8px;
	top: 15px;
}

.award-date{
	padding: 0 0 20px 0;
	font-weight: 500;
	color: darkgrey;
	font-size: 15px;
}

.award-title{
	font-size: 18px;
	font-weight: bold;
	font-family: gotham;
}

.award-abbr{
	padding: 10px 0px;
	font-size: small;
	color: darkslategray;
}
.v-sm-btn{
	font-size: 10px;
}

.item {
  height: 400px;
}

/*Testimonial section */
.testimonial-block.section {
  background-size: cover;
}

.testimonial-block.section h1 {
  margin-bottom: 1rem;
  text-align: center;
  margin-top: 3rem;
}

.testimonial-block.section h1:after {
  content: " ";
  background: url("../assets/images/arytic-sprite.png");
  display: block;
  width: 61px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  background-position: -63px;
  background-repeat: no-repeat;
  background-size: 128px;
  margin-top: 10px;
}

#carouselTestimonials .carousel-item {
  height: 500px;
}

.testimonial-content {
  padding: 15px;
  position: relative;
  border: 1px solid #ddd;
  top: 100px;
  left: 60px;
  -webkit-box-shadow: 0px 9px 15px 3px rgba(214, 214, 214, 1);
  -moz-box-shadow: 0px 9px 15px 3px rgba(214, 214, 214, 1);
  box-shadow: 0px 9px 15px 3px rgba(214, 214, 214, 1);
}

.testimonial-block.section .carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
  position: relative;
}

.testimonial-block.section .carousel-indicators li {
  background-color: #66DAB5;
  width: 85px;
  height: 85px;
  margin-right: 25px;
  margin-left: 25px;
  border-radius: 50%;
	position:relative;
}

.testimonial-block.section .carousel-indicators li.active {
  background-color: #6E819E;
}

.testimonial-img img {
  width: 200%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(8, 8, 8, 1);
  -moz-box-shadow: 0px 0px 8px 2px rgba(8, 8, 8, 1);
  box-shadow: 0px 0px 8px 2px rgba(8, 8, 8, 1);
  position: relative;
  left: -200px;
  top: 50px;
	max-width:inherit;
	height:auto;
}

.testimonial-block.section .carousel-indicators li.active img {
  filter: grayscale(0%);
}

.carousel-indicators li .thumnail-section img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  filter: grayscale(100%);
}

#carouselTestimonials .carousel-indicators  {
	width: 70%;
	transform:translateX(-50%);	
	margin-left: 0;
}

.testimonial-block.section .carousel-indicators li {
	margin-left: 10px;
	margin-right: 10px;	
}

.testimonial-section {
  width: 70%;
  padding: 20px;
}

.testimonial-designation {
  font-size: 14px;
  font-weight: normal;
}

.testimonial-logo-img {
  float: left;
}

.testimonial-logo-img img {
  width: 50%;
  filter: grayscale(0.5);
}

.testimonial-title {
  font-size: 18px;
  font-family: gotham;
  font-weight: bold;
  color: #202230;
  margin-bottom: 15px;
}

.testimonial-abbr {
  font-size: 14px;
  font-family: gotham;
}

.testimonial-social-icons {
  float: right;
  padding-top: 10px;
  display: none;
}

.testimonial-social-icons img {
  margin: 0 5px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

#carouselTestimonials .carousel-control-prev-icon {
  background-image: url('../assets/images/testimonial-left-arrow.png');
}

#carouselTestimonials .carousel-control-next-icon {
  background-image: url('../assets/images/testimonial-right-arrow.png');
}

.testimonials-carousal-btns {
  position: absolute;
  top: 370px;
  right: 130px;
}

.testimonials-carousal-btns a {
  margin: 0 5px;
}

.testimonial-img img{
	width: 200%;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
	box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
	position: relative;
	left: -200px;
	top: 50px;
}

.testimonial-block.section .carousel-indicators li.active img{
  filter: grayscale(0%);
}

.carousel-indicators li .thumnail-section img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	filter: grayscale(100%);
}

#carouselTestimonials .row {
	display: -ms-flexbox;
  display: flex;
 	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.main-menu > ul > li > a {
	color: #627693 !important;
	font-size:16px !important;
	padding: 0 1.4rem !important;
	font-family: 'Gotham Medium' !important;	
}


/*Inner Page Css
=====================================================================================*/
.revamp__sub__banner {
  height: 500px;
  background:url(../assets/images/home-banner-bg.png) 50% 50% no-repeat;
  background-size: cover;
}

.revamp__sub__banner h2,
.revamp__sub__banner h1 {
  color: #6a7e9c;
  font-size: 36px;
}

.revamp__sub__banner h1 {
  line-height: 1.3158em;
  font-family: "Gotham Medium", sans-serif;
  font-style: normal;
  margin-bottom: 2rem;
}

.revamp__sub__banner .content__col {
  align-self: center;
}

.revamp__sub__banner .image__col img {
  width: 100%;
  height: auto;
}

.revamp__customer__page .section {
  padding: 80px 0;
}

.revamp__customer__page .section.revamp__custom__grid {
  padding: 80px 0 0;
}

.revamp__customer__page .section.revamp__customer__tab {
  padding: 80px 0 0;
}

.revamp__custom__grid .row:not(:first-child) {
  padding: 60px 0 0;
}

.revamp__custom__grid h3 {
  font-size: 32px;
 	font-family: 'Gohtam Bold',Arial, Helvetica, sans-serif;
  color: #41536e;
  margin: 0 0 20px;
}

.revamp__custom__grid p:not(:first-child), .section.revamp__custom__grid .content-info {
  font-size: 18px;
  line-height: 1.65;
  color: #41536e;
}

.revamp__custom__grid .row:nth-child(even) .content__col {
  padding-right: 0;
  padding-left: 60px;
}

.revamp__custom__grid .content__col {
  padding-right: 60px;
}

.revamp__custom__grid .image__col img {
  width: 100%;
  height: auto;
}

.revamp__custom__grid.revamp__custom__reverse__grid .row:nth-child(even) .content__col {
  padding-left: 15px;
  padding-right: 60px;
}

.revamp__custom__grid.revamp__custom__reverse__grid .row:nth-child(odd) .content__col {
  padding-left: 60px;
  padding-right: 15px;
}

.revamp__custom__grid.revamp__custom__reverse__grid .big__content__col {
  padding: 0 15px !important;
}

.revamp__icon__listing__grid .revamp__section__title {
  text-align: center;
}

.revamp__icon__listing__grid .col-sm-6 {
  padding-left: 15px;
  flex: 0 0 33.33%;
  max-width: 33.333%;
  margin-top: 30px;
}

.revamp__icon__listing__grid .col__container {
  padding: 20px 30px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(158, 171, 192, 0.2);
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  position: relative;
}

.revamp__icon__listing__grid .col__container:hover {
  background: #66DAB5
}

.revamp__icon__listing__grid .number {
  font-size: 18px;
  color: #f5f6f8;
  width: 68px;
  height: 68px;
  background: #66dab5;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  right: -30px;
  top: 20px;
  line-height: 68px;
  padding-left: 11px;
}

.revamp__icon__listing__grid h4 {
  font-size: 20px;
  color: #6a7e9c;
  line-height: 1.35;
  font-weight: bold;
}

.revamp__icon__listing__grid p {
  font-size: 14px;
  color: #6a7e9c;
  margin: 0;
}

.revamp__icon__listing__grid .icon {
  width: 70px;
  height: 64px;
  margin: 0 0 20px;
  background: url(../assets/images/revamp__customer/arytic__customers__sprites.png) 0 0 no-repeat;
  font-size: 0;
  display: block;
}

.revamp__icon__listing__grid .col__container:hover h4,
.revamp__icon__listing__grid .col__container:hover p {
  color: #fff;
}

.revamp__icon__listing__grid .col__container:hover .number {
  color: #66dab5;
  background: #fff;
}

.revamp__icon__listing__grid .icon.icon__arytic__check {
  background-position: -19px -29px;
}

.revamp__icon__listing__grid .icon.icon__arytic__video {
  background-position: -99px -29px;
}

.revamp__icon__listing__grid .icon.icon__arytic__interview {
  background-position: -180px -29px;
}

.revamp__icon__listing__grid .icon.icon__arytic__virtutal {
  background-position: -259px -29px;
}

.revamp__icon__listing__grid .icon.icon__arytic__wall {
  background-position: -178px -99px;
}

.revamp__icon__listing__grid .icon.icon__arytic__hiring {
  background-position: -338px -29px;
}

.revamp__icon__listing__grid .icon.icon__arytic__review {
  background-position: -499px -29px;
}

.revamp__icon__listing__grid .icon.icon__arytic__advance {
  background-position: -417px -28px;
}

.revamp__icon__listing__grid .col__container:hover .icon.icon__arytic__check {
  background-position: -768px -434px;
}

.revamp__icon__listing__grid .col__container:hover .icon.icon__arytic__video {
  background-position: -844px -434px;
}

.revamp__icon__listing__grid .col__container:hover .icon.icon__arytic__interview {
  background-position: -921px -434px;
}

.revamp__icon__listing__grid .col__container:hover .icon.icon__arytic__virtutal {
  background-position: -996px -434px;
}

.revamp__icon__listing__grid .col__container:hover .icon.icon__arytic__wall {
  background-position: -922px -514px;
}

.revamp__icon__listing__grid .col__container:hover .icon.icon__arytic__hiring {
  background-position: -1071px -434px;
}

.revamp__icon__listing__grid .col__container:hover .icon.icon__arytic__review {
  background-position: -1221px -434px;
}

.revamp__icon__listing__grid .col__container:hover .icon.icon__arytic__advance {
  background-position: -1146px -434px;
}

.revamp__icon__listing__grid .btn-primary {
  display: block;
  margin: 60px auto 0;
  width: 240px;
}

.revamp__one__stop__shop {
  background: #ebf3fe;
  display: block;
}

.revamp__one__stop__shop .revamp__section__title h3 {
  font-size: 36px;
}

.revamp__one__stop__shop .revamp__section__title h4 {
  color: #41536e;
  font-weight: bold;
  font-size: 28px;
}

.shop__diagaram {
  width: 597px;
  height: 596px;
  background: url(../assets/images/revamp__customer/arytic__ven__diagram.png) 0 0 no-repeat;
  position: relative;
}

.shop__diagaram.shop__diagaram__01 {
  background: url(../assets/images/revamp__customer/arytic__ven__diagram__01.png) 0 0 no-repeat;
}

.shop__diagaram.shop__diagaram__02 {
  background: url(../assets/images/revamp__customer/arytic__ven__diagram__02.png) 0 0 no-repeat;
}

.shop__diagaram .shop__no {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
}

.shop__diagaram .shop__no.shop__no__01 {
  left: 98px;
  top: 167px;
}

.shop__diagaram .shop__no.shop__no__02 {
  left: 293px;
  top: 69px;
  color: #448afa
}

.shop__diagaram .shop__no.shop__no__03 {
  left: 447px;
  top: 225px;
  color: #66dab5;
}

.shop__diagaram .shop__no.shop__no__04 {
  left: 344px;
  top: 422px;
  color: #6a7e9c;
}

.shop__diagaram .shop__no.shop__no__05 {
  left: 135px;
  top: 403px;
  color: #448afa;
}

.shop__diagaram.shop__diagaram__02 .shop__no.shop__no__01 {
  left: 72px;
  top: 205px;
}

.shop__diagaram.shop__diagaram__02 .shop__no.shop__no__02 {
  left: 302px;
  top: 69px;
}

.shop__diagaram.shop__diagaram__02 .shop__no.shop__no__03 {
  left: 454px;
  top: 277px;
}

.shop__diagaram.shop__diagaram__02 .shop__no.shop__no__04 {
  left: 217px;
  top: 441px;
}

.revamp__one__stop__shop p {
  font-size: 20px;
	line-height:1.45;
}

.shop__icon {
  width: 90px;
  height: 90px;
  position: absolute;
  cursor: pointer;
}

.shop__icon:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(../assets/images/revamp__customer/arytic__customers__sprites.png) 0 0 no-repeat;
}

.shop__icon__01,
.shop__icon__06 {
  left: 134px;
  top: 88px;
}

.shop__tooltip {
  display: none;
  width: 100px;
  font-size: 14px;
  width: 168px;
  padding: 10px 20px;
  right: 106px;
  top: 24px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  background: #6a7e9c;
  position: absolute
}

.shop__icon:hover .shop__tooltip {
  display: block;
}

.shop__icon__02,
.shop__icon__07 {
  left: 361px;
  top: 88px;
}

.shop__icon__03,
.shop__icon__08 {
  left: 430px;
  top: 300px;
}

.shop__icon__04,
.shop__icon__09 {
  left: 250px;
  top: 430px;
}

.shop__icon__05,
.shop__icon__10,.shop__icon__010 {
  left: 76px;
  top: 320px;
}

.shop__icon.shop__icon__01:before {
  background-position: -614px -29px;
}

.shop__icon.shop__icon__02:before {
  background-position: -714px -29px;
}

.shop__icon.shop__icon__03:before {
  background-position: -815px -29px;
}

.shop__icon.shop__icon__04:before {
  background-position: -921px -29px;
}

.shop__icon.shop__icon__05:before {
  background-position: -1024px -29px;
}

.shop__icon.shop__icon__06:before {
  background-position: -756px -168px;
}

.shop__icon.shop__icon__07:before {
  background-position: -856px -168px;
}

.shop__icon.shop__icon__08:before {
  background-position: -955px -168px;
}

.shop__icon.shop__icon__09:before {
  background-position: -1053px -168px;
}

.shop__icon.shop__icon__10:before,
.shop__icon.shop__icon__010:before {
  background-position: -1154px -168px;
}

.shop__icon.shop__icon__11:before {
  background-position: -768px -276px;
}

.shop__icon.shop__icon__12:before {
  background-position: -867px -276px;
}

.shop__icon.shop__icon__13:before {
  background-position: -965px -276px;
}

.shop__icon.shop__icon__14:before {
  background-position: -1064px -276px;
}

.shop__icon.shop__icon__15:before {
  background-position: -1164px -276px;
}

.shop__icon__16 {
  left: 96px;
  top: 111px;
}

.shop__icon__17 {
  left: 372px;
  top: 93px;
}

.shop__icon__18 {
  left: 408px;
  top: 342px;
}

.shop__icon__19 {
  left: 128px;
  top: 391px;
}

.shop__icon.shop__icon__16:before {
  background-position: -70px -602px;
}

.shop__icon.shop__icon__17:before {
  background-position: -174px -602px;
}

.shop__icon.shop__icon__18:before {
  background-position: -280px -602px;
}

.shop__icon.shop__icon__19:before {
  background-position: -388px -602px;
}

.shop__icon.shop__icon__20:before {
  background-position: -70px -723px;
}

.shop__icon.shop__icon__21:before {
  background-position: -170px -723px;
}

.shop__icon.shop__icon__22:before {
  background-position: -270px -723px;
}

.shop__icon.shop__icon__23:before {
  background-position: -474px -723px;
}

.shop__icon.shop__icon__24:before {
  background-position: -373px -723px;
}

.shop__info {
  display: none;
}

.revamp__single__image img {
  width: 100%;
  height: auto;
}

.revamp__customer__page .section.revamp__single__image {
  padding: 0 0 80px;
}

.revamp__customer__tab .revamp__section__title {
  text-align: center;
}

.revamp__customer__tab .icon__tab {
  font-size: 0;
  background: url(../assets/images/revamp__customer/arytic__customers__sprites.png) 0 0 no-repeat;
  width: 157px;
  height: 172px;
  display: block;
  margin: 0 auto 20px;
}

.revamp__customer__tab .nav-tabs .nav-link {
  border: 0;
  padding: 0 20px;
  text-align: center;
  font-size: 20px;
	font-family: 'Gotham Bold',Arial, Helvetica, sans-serif;
  color: #41536e;
}

.revamp__customer__tab .nav-tabs .nav-link:hover, 
.revamp__customer__tab .nav-tabs .nav-link:focus {
	border: 0;
	border-radius: 0;
	background: none;	
}

.revamp__customer__tab .nav-tabs {
  border-bottom: 0;
  text-align: center;
}

.revamp__customer__tab .icon__tab__01 {
  background-position: -31px -169px;
}

.revamp__customer__tab .icon__tab__02 {
  background-position: -212px -169px;
}

.revamp__customer__tab .icon__tab__03 {
  background-position: -398px -169px;
}

.revamp__customer__tab .icon__tab__04 {
  background-position: -585px -169px;
}

.revamp__customer__tab .nav-tabs .nav-item.active .nav-link .icon__tab__01 {
  background-position: -31px -361px;
}

.revamp__customer__tab .nav-tabs .nav-item.active .nav-link .icon__tab__02 {
  background-position: -212px -361px;
}

.revamp__customer__tab .nav-tabs .nav-item.active .nav-link .icon__tab__03 {
  background-position: -398px -361px;
}

.revamp__customer__tab .nav-tabs .nav-item.active .nav-link .icon__tab__04 {
  background-position: -585px -361px;
}

.revamp__customer__tab .tab-pane {
  padding: 40px 0 0;
  text-align: center;
}

.revamp__customer__tab .tab-pane figure img {
  width: 100%;
  height: auto;
}

.revamp__customer__tab .tab__info p {
  font-size: 18px;
	color:#555;
}

.revamp__customer__tab .tab__info p:last-child {
  margin: 0;
}

.revamp__customer__tab .tab-pane h3 {
  font-size: 28px;
	font-family:'Gotham Medium';
	color: #222;
}

.big__content__col {
  padding: 0 15px !important;
}

.revamp__one__stop__slider, .revamp__one__stop__slider__01 {
  display: none;
}

.revamp__one__stop__slider h4 {
  font-size: 20px;
  text-align: center;
}

.revamp__one__stop__slider p,
.revamp__one__stop__slider__01 p {
  font-size: 16px;
  text-align: center;
}

.revamp__steps__box {
  position: relative;
  width: 1024px;
  height: 515px;
  background: url(../assets/images/revamp__customer/revamp_steps.png) 50% 50% no-repeat;
  background-size: 1024px auto;
}

.revamp__steps__box .revamp__step {
  width: 210px;
  position: absolute;
  text-align: center;
}

.revamp__steps__box .revamp__step__01 {
  left: 0;
  top: 280px;
}

.revamp__steps__box .revamp__step__02 {
  left: 210px;
  top: 0;
}

.revamp__steps__box .revamp__step__03 {
  width: 200px;
  left: 410px;
  top: 282px;
}

.revamp__steps__box .revamp__step__04 {
  width: 200px;
  left: 605px;
  top: 0;
}

.revamp__steps__box .revamp__step__05 {
  left: 805px;
  top: 280px;
}

.revamp__steps__box .revamp__step h4,
.revamp__steps__box .revamp__step h3 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #3d8bff;
  font-weight: bold;
  color: #41536e
}

.revamp__steps__box .revamp__step p {
  font-size: 14px;
  color: #41536e
}

.revamp__steps__box .revamp__step__02 h4 {
  border-bottom-color: #66dab5;
}

.revamp__steps__box .revamp__step__03 h4 {
  border-bottom-color: #bbc7d9;
}

.revamp__steps__box .revamp__step__04 h4 {
  border-bottom-color: #6a7e9c;
}

.revamp__steps__box .revamp__step__05 h4 {
  border-bottom-color: #feb314;
}

.revamp__steps__box__01 {
  width: 880px;
  height: 374px;
  background: url(../assets/images/revamp__customer/arytic__stpes.png) 50% 50% no-repeat;
  position: relative;
  margin: 170px auto;
}

.revamp__steps__box__01 .revamp__step {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
}

.revamp__steps__box__01 .revamp__step__01 {
  text-align: right;
  top: -62px;
  left: -100px;
  width: 216px;
}

.revamp__steps__box__01 .revamp__step__02 {
  width: 344px;
  left: 85px;
  top: 314px;
}

.revamp__steps__box__01 .revamp__step__03 {
  width: 370px;
  left: 402px;
  top: -70px;
}

.revamp__steps__box__01 .revamp__step__04 {
  width: 370px;
  left: 574px;
  top: 80px;
}

.revamp__steps__box__01 .revamp__step__05 {
  width: 370px;
  left: 695px;
  top: 390px;
}

.revamp__faqs .card > .card-header {
  font-size: 18px;
  padding: 0;
  border-bottom: 1px solid #b6c2d6 !important;
  padding-bottom: 10px;
	position:relative;
	padding-left: 30px;
}

.revamp__faqs .card #subAccordion .card-header {
	padding-left: 0;	
}

.revamp__faqs .card-header .btn {
  padding: 0;
  color: #41536e;
  font-weight: 500;
  white-space: normal;
	font-size:18px;
  text-align: left;
}

.revamp__faqs .card-header h5 {
	margin: 0;
	padding: 10px 0 0;	
}

.revamp__faqs .card-header .btn:hover {
	text-decoration: none;
}

.revamp__faqs .card-header .fa-question-circle-o {
	font-size: 20px;
	position:absolute;
	left:0;
	top: 12px;	
}


.revamp__faqs .card-body {
	padding: 2.25rem;	
}

.revamp__faqs .card {
  border-bottom: 0;
}

.revamp__faqs .card ol {
  counter-reset: my-awesome-counter;
	margin:0 0 20px !important;
	list-style:none;
	padding:0;
}

.revamp__faqs .card ol:last-child {
  margin: 0;
}

.revamp__faqs .card li {
  font-size: 14px;
  color: #41536e;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 30px;
	line-height: 1.65;
}

.revamp__faqs .card li:before {
  content: counter(my-awesome-counter) ") ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.revamp__faqs .card ol li:not(:first-child) {
  margin-top: 15px;
}

.revamp__faqs .card-body .card-body {
  padding: 1.25rem;
	font-size: 14px;
	line-height:1.65;
}

.revamp__faqs .card-body .card-header .btn {
  text-transform: none;
  font-size: 16px;
}

.revamp__faqs .card-body .card-header {
  border-bottom: 0 !important;
  padding-bottom: 0;
}

.revamp__faqs .revamp__faq__icon {
  left: 0;
  font-size: 0;
  position: absolute;
  width: 32px;
  height: 36px;
  background: url(../assets/images/revamp__customer/arytic__customers__sprites.png) 0 0 no-repeat;
}

.revamp__faqs .revamp__faq__icon.revamp__faq__icon__01 {
  background-position: -20px -858px;
}

.revamp__faqs .revamp__faq__icon.revamp__faq__icon__02 {
  background-position: -58px -858px;
}

.revamp__faqs .revamp__faq__icon.revamp__faq__icon__03 {
  background-position: -97px -858px;
}

.revamp__faqs .revamp__faq__icon.revamp__faq__icon__04 {
  background-position: -134px -858px;
}

.revamp__faqs .revamp__faq__icon.revamp__faq__icon__05 {
  background-position: -171px -858px;
}

.revamp__faqs .revamp__faq__icon.revamp__faq__icon__06 {
  background-position: -210px -858px;
}

.revamp__faqs .card-body .card-header .btn:before {
  content: "";
  background: url(../assets/images/revamp__customer/arytic__customers__sprites.png) -23px -901px no-repeat;
  width: 13px;
  height: 9px;
  left: 16px;
  top: 20px;
  position: absolute;
  display: none;
}

.revamp__faqs .card-body p {
  font-size: 16px;
}

.revamp__pricing .top__box {
	font-family: 'Gotham',Arial, Helvetica, sans-serif;	
}

.revamp__pricing__sub__banner {
  background: url(../assets/images/revamp__customer/pricing-banner-bg.png) 50% 50% no-repeat
}

.revamp__pricing__sub__banner .content__col {
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
}

.card-header i {
  position: relative;
  top: 5px;
}

.pricing a {
  background: #66dab5;
}

.pricing a i {
  font-size: 32px;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 16px;
}

.pricing a:hover {
  background: #17A2B8;
}

@media only screen and (max-width:1170px) {
  .revamp__steps__box .revamp__step__01 {
    left: -20px;
    top: 243px;
  }
  .revamp__steps__box .revamp__step__02 {
    left: 200px
  }
  .revamp__steps__box .revamp__step {
    width: 195px;
  }
  .revamp__steps__box .revamp__step__03 {
    width: 180px;
    left: 390px;
    top: 243px;
  }
  .revamp__steps__box .revamp__step h4,
  .revamp__steps__box .revamp__step h3 {
    padding-bottom: 5px;
  }
  .revamp__steps__box .revamp__step__04 {
    left: 567px;
  }
  .revamp__steps__box .revamp__step__05 {
    left: 760px;
    top: 245px;
  }
  .revamp__sub__banner h2,
  .revamp__sub__banner h1 {
    font-size: 28px;
  }
  .revamp__customer__page .section {
    padding: 40px 0;
  }
  .revamp__customer__page .section.revamp__single__image {
    padding: 0 0 40px;
  }
  .revamp__customer__page .section.revamp__custom__grid,
  .revamp__customer__page .section.revamp__customer__tab {
    padding: 40px 0 0;
  }
  .section.revamp__custom__grid h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .revamp__custom__grid .row:not(:first-child) {
    padding: 30px 0 0;
  }
  .section.revamp__custom__grid p, .section.revamp__custom__grid .content-info {
    font-size: 15px;
  }
  .revamp__custom__grid .content__col {
    padding-right: 30px;
  }
  .revamp__custom__grid .row:nth-child(even) .content__col {
    padding-right: 15px;
    padding-left: 30px;
  }
  .revamp__icon__listing__grid .col__container {
    padding: 20px 20px 26px 40px;
  }
  .revamp__icon__listing__grid h4 {
    font-size: 20px;
  }
  .revamp__customer__tab .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 10px 0;
  }
  .revamp__customer__tab .tab-pane h3 {
    font-size: 22px;
  }
  .revamp__customer__tab .tab-pane p {
    font-size: 15px;
    text-align: center;
    margin: 0 0 20px;
  }
  .shop__diagaram {
    left: -30px;
  }
  .revamp__one__stop__shop .revamp__section__title h3 {
    font-size: 24px;
  }
  .revamp__one__stop__shop p,
  .revamp__funnel__section p {
    font-size: 15px;
  }
  .revamp__steps__box .revamp__step p {
    font-size: 13px;
  }
  .revamp__steps__box .revamp__step h4,
  .revamp__steps__box .revamp__step h3 {
    font-size: 18px;
  }
  .revamp__steps__box {
    width: 960px;
    height: 434px;
    background: url(../assets/images/revamp__customer/revamp_steps.png) 50% 50% no-repeat;
    background-size: 960px auto;
  }
  .revamp__customer__tab .icon__tab {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: left top;
    transform-origin: left  top;
    margin: 0 auto -34px;
  }
  .revamp__steps__box__01 .revamp__step {
    font-size: 14px;
  }
  .revamp__steps__box__01 .revamp__step__01 {
    width: 256px;
    left: 20px;
    top: -82px;
  }
  .revamp__steps__box__01 .revamp__step__03 {
    top: -40px;
  }
  .revamp__steps__box__01 .revamp__step__04 {
    width: 330px;
  }
  .revamp__steps__box__01 .revamp__step__05 {
    left: 515px;
  }
  .revamp__steps__box__01 {
    margin: 100px auto;
  }
}

@media only screen and (max-width:1023px) {
  .revamp__one__stop__slider, .revamp__one__stop__slider__01 {
    display: block;
  }
	
	.revamp__customer__page .section.revamp__one__stop__slider {
		padding: 0 0 40px;
	}
	
	.home .revamp__banner__box {
		width: 100%;
	}
	
  .revamp__one__stop__shop,
  .revamp__steps__box__01 {
    display: none;
  }
  .revamp__steps__box {
    display: none;
  }
  .revamp__icon__listing__grid .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .shop__icon {
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(110, 129, 158, 0.2);
    left: 0 !important;
    top: 0 !important;
    font-size: 0;
    display: block;
    margin: 20px auto;
  }
	
	.revamp__boxes .flip__up.middle-card {
		padding: 20px;
	}
	
	.revamp__three__col__grid .revamp__mask h4 {
		font-size: 18px; 	
	}
	
	.revamp__boxes .flip__up.middle-card p {
		font-size: 14px;	
	}
	
	.award-circle {
		width: 33.33333%;
		float: left;
	}
	
	.awards  .col-md-8  {
		width: 66.6667%;
		float: left;	
	}
	
	#carouselExampleIndicators .row {
		display: flex;	
	}
	
	.award-img  {
		width: 41.667%;	
	}
	
	.award-content {
		top: 100px;
	}
	
	.client-carousel .owl-carousel .owl-stage-outer {
		padding-bottom: 0;
	}
	
	.revamp__sub__banner .content__col,
	.revamp__custom__grid  .content__col {
		min-height: inherit;
	}
	
	.revamp__one__stop__slider__01 .item {
		height: auto;
	}
	
	.revamp__customer__page .section.revamp__one__stop__slider__01  {
		padding: 0 0 40px;
	}
	
	.revamp__pricing .top__box p {
		font-size: 16px;
		color: #202230;
		text-align: left;
		padding: 0 20px;
		line-height: 1.65;
	}
}

@media only screen and (max-width:767px) {
	.testimonial-section {
		width: 100%;	
	}

	#carouselTestimonials .row {
		display: flex;
	}
	
	.testimonial-content {
		flex-order: 2;
		order: 2;	
	}
	
	.testimonial-img {
		flex-order: 1;
		order: 1;	
		text-align: right;
		width: 100%;
		padding-right: 25px;
	}
	
	.testimonial-img img {
		width: 44%;
		left:0;
		top: 10px;
		right: 5px;
	}
	
	.testimonials-carousal-btns {
		right: auto;
		left: 0;
		top: 70px;	
	}
	
  .revamp__sub__banner {
    height: auto;
    padding: 40px 0;
  }
  .revamp__sub__banner .col-sm-5,
  .revamp__sub__banner .col-sm-7 {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .revamp__sub__banner h2,
  .revamp__sub__banner h1 {
    font-size: 22px;
  }
  .revamp__custom__grid .col-sm-7,
  .revamp__custom__grid .col-sm-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .revamp__custom__grid .content__col {
    padding-right: 15px;
  }
  .revamp__custom__grid .row:nth-child(even) .content__col {
    padding-left: 15px;
  }
  .revamp__custom__grid .row {
    margin: 0;
  }
  .revamp__custom__grid .row:nth-child(even) .content__col {
    order: 1;
  }
  .revamp__custom__grid .row:nth-child(even) .image__col {
    order: 2;
  }
  .revamp__custom__grid.revamp__custom__reverse__grid .row:nth-child(even) .content__col {
    order: 2;
  }
  .revamp__custom__grid.revamp__custom__reverse__grid .row:nth-child(even) .image__col {
    order: 1;
  }
  .section.revamp__custom__grid p:empty {
    display: none;
  }
  .revamp__custom__grid.revamp__custom__reverse__grid .row .image__col {
    margin: 0 0 20px;
  }
  .section.revamp__custom__grid h3 {
    font-size: 22px;
  }
  .revamp__icon__listing__grid .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .revamp__sub__banner.revamp__pricing__sub__banner {
    height: 300px;
    background: url(../assets/images/revamp__customer/pricing-banner-mobile-bg.png) 50% 50% no-repeat !important;
  }
  .revamp__custom__grid.revamp__custom__reverse__grid .row:nth-child(2n+1) .content__col,
  .revamp__custom__grid.revamp__custom__reverse__grid .row:nth-child(2n) .content__col {
    padding-left: 15px;
    padding-right: 15px;
  }
	
	.home .revamp__banner h4, .home .revamp__banner h2 {
		font-size: 20px;	
	}
	
	.home .revamp__banner h1 {
		font-size: 30px;
	}
	
	.home .revamp__banner p {
		font-size: 16px;
		margin: 0 0 30px;
	}
	
	.home .banner__counting__title h4, .homepage .banner__counting__title h3 { top:0; margin: 30px 0 0; }
	.carousel-indicators {
		width: 100%;
		left: 0;
		margin-left: 0; 	
	}
	
	.testimonial-content {
		border: 0;
		box-shadow:none;
		left:0;
		top:0;
	}
	
	.award-circle,
	.awards .col-md-8 {
		width: 100%;
		text-align:center	
	}
	
	.revamp__accordion__pricing .card-header {
		padding: .75rem 1.25rem;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}
	
	.revamp__accordion__pricing .btn-link {
		font-weight: 400;
		color: #007bff;
		background-color: transparent;
	}
	
	.revamp__accordion__pricing .card-body  {
		padding: 1.25rem;	
	}
	
	.revamp__accordion__pricing ul {
		margin: 0;
		padding:0;
		list-style:none;	
	}
}


/*Funnel Box
-------------------------------------------------------------------------------------*/
.funnel__box {
  left: -100px;
  position: relative;
  width: 648px;
  height: 514px;
  background: url(../assets/images/revamp__customer/revamp__funnel__section.png) 0 0 no-repeat;
}

.funnel__strip {
  position: absolute;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: all 550ms ease-in;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.funnel__strip.funnel__strip__01 {
  left: 236px;
  top: 145px;
  width: 308px;
  height: 42px;
  background: url(../assets/images/revamp__customer/funnel__01.png) 0 0 no-repeat;
}

.funnel__strip.funnel__strip__02 {
  left: 251px;
  top: 200px;
  width: 278px;
  height: 41px;
  background: url(../assets/images/revamp__customer/funnel__02.png) 0 0 no-repeat;
}

.funnel__strip.funnel__strip__03 {
  left: 266px;
  top: 254px;
  width: 247px;
  height: 41px;
  background: url(../assets/images/revamp__customer/funnel__03.png) 0 0 no-repeat;
}

.funnel__strip.funnel__strip__04 {
  left: 282px;
  top: 312px;
  width: 216px;
  height: 41px;
  background: url(../assets/images/revamp__customer/funnel__04.png) 0 0 no-repeat;
}

.funnel__strip.funnel__strip__05 {
  left: 298px;
  top: 368px;
  width: 185px;
  height: 41px;
  background: url(../assets/images/revamp__customer/funnel__05.png) 0 0 no-repeat;
}

.funnel__strip.funnel__strip__06 {
  left: 315px;
  top: 422px;
  width: 154px;
  height: 41px;
  background: url(../assets/images/revamp__customer/funnel__06.png) 0 0 no-repeat;
}

.revamp__funnel__section h3,
.revamp__funnel__section h2,
.revamp__funnel__section h4 {
  font-size: 36px;
  color: #41536e;
  text-align: right;
  font-weight: bold;
  margin: 0 0 15px;
}

.revamp__funnel__section p {
  font-size: 18px;
  color: #41536e;
	line-height:1.65;
}

.funnel__info {
  display: none;
}

.funnel__strip:hover {
  transform: scale(1.05);
}

.revamp__funnel__slider {
  display: none;
}

.revamp__funnel__slider h4 {
  font-size: 20px;
  text-align: center;
}

.revamp__funnel__slider p {
  font-size: 16px;
  text-align: center;
}

.revamp__section__title h3,
.revamp__section__title h4 {
  font-size: 40px;
  color: #41536e;
  font-weight: bold;
  margin: 0;
}

.revamp__section__title {
  margin: 0 0 30px;
}

.hide__desktop__nav {
  display: none;
}

.other-nav .hide__desktop__nav {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: auto;
}

body .revamp__icon__listing__grid h4 {
	color: #414E62;
}

body .revamp__icon__listing__grid p, .first-para {
  color: #5A6C87;
}

/*Pricing Css
---------------------------------------------------------------*/
.revamp__princing__number__grid {
  padding-bottom: 0;
}

.revamp__princing__number__grid p {
  font-size: 18px;
  color: #202230;
  margin: 10px 0;
}

.revamp__princing__number__grid .col-sm-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.revamp__princing__number__grid .col__container {
  position: relative;
  box-shadow: 5px 5px 20px rgba(110, 129, 158, 0.2);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  height: 100%;
  padding: 10px 10px 10px 30px;
  border-radius: 6px;
}

.revamp__princing__number__grid .number {
  color: #136482;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e6efff;
  display: block;
  position: absolute;
  left: -16px;
  top: 15px;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
}

.revamp__princing__number__grid .btn {
  margin: 40px auto 0;
  display: block;
  width: 180px;
}

.revamp__pricing__details .top__box h4 {
  font-size: 22px;
  color: #202230;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.revamp__pricing__list>.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #e0e3ef;
  padding: 20px 0;
  margin: 0;
}

.revamp__pricing__list p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #41536e;
}

.revamp__pricing__list p:last-child {
  margin: 0;
}

.revamp__pricing__list h4 {
  font-size: 16px;
  color: #41536e;
  margin: 0 0 5px;
}

.revamp__pricing__list h3 {
  font-size: 20px;
  color: #41536e;
  margin: 0;
}

.revamp__pricing__list .big__col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.revamp__pricing__list {
  position: relative;
  padding: 20px 0 40px;
}

.revamp__pricing__list:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border: 1px solid #e0e3ef;
  border-radius: 8px;
}

.revamp__pricing__list .big__col .row {
  flex: 0 0 100%;
  max-width: 100%;
}

.revamp__pricing__list .big__col .col-sm-4 {
  text-align: center;
}

.revamp__pricing__list .text {
  font-size: 14px;
  color: #41536e;
}

.revamp__pricing__list .circle__dots {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  border-radius: 50%;
  color: #41536e;
  display: inline-block;
  background: #66dab5;
  text-indent: -999em;
}

.revamp__pricing__list .heading {
  font-size: 16px;
  font-weight: bold;
  color: #41536e;
}

.revamp__pricing .top__box {
  width: 840px;
  margin: 0 auto;
  text-align: center;
}

.revamp__pricing .top__box p {
  font-size: 18px;
  color: #202230;
}

.revamp__pricing__table {
  position: relative;
  margin-top: 40px;
}

.revamp__pricing__table:before {
  content: "";
  position: absolute;
  left: -20px;
  background: #3debb4;
  bottom: 0;
  height: calc(100% - 140px);
  border-radius: 8px;
  right: -20px;
}

.revamp__pricing__table:after {
  content: "";
  position: absolute;
  right: -10px;
  background: #fff;
  bottom: 10px;
  top: 150px;
  border-radius: 8px;
  width: 70%;
}

.revamp__pricing__table .td__col {
  position: relative;
  z-index: 10;
  height: 115px;
  font-size: 18px;
  color: #18634B;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-bottom: 1px solid #f1f1f1;
}

.no_border_bottom {
  border-bottom: none!important;
}

.first__row {
  top: 25px;
}

.revamp__pricing__table .td__content.last__child {
  position: absolute;
  text-align: center;
  width: 90%;
  margin-top: 20px;
}

.revamp__pricing__table .td__content.last__child .td__col {
  height: auto;
}

.revamp__pricing__table .td__col h4 {
  font-size: 18px;
  margin: 0;
  color: #202230;
}

.revamp__pricing__table .col-sm-3 {
  flex: 0 0 22%;
  max-width: 22%;
  text-align: center;
}

.revamp__pricing__table .col-sm-3:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: -20px;
  bottom: -80px;
  width: 100%;
  left: 0;
  border-radius: 8px;
  background: #3debb4;
  opacity: 0;
  transition: all 550ms ease-in;
}

.revamp__pricing__table .col-sm-3:hover:before {
  opacity: 1;
}

.revamp__pricing__table .col-sm-3:first-child {
  flex: 0 0 34%;
  max-width: 34%;
  text-align: left;
  padding: 0 10px;
}

.revamp__pricing__table .col-sm-3:first-child:before {
  display: none;
}

.revamp__pricing__table .col-sm-3:first-child .td__col {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.revamp__pricing__table .col-sm-3:hover .td__col {
  color: #fff;
}

.revamp__pricing__table .col-sm-3:not(:first-child):hover .td__col h3,
.revamp__pricing__table .col-sm-3:not(:first-child):hover .td__col span {
  color: #fff
}

.revamp__pricing__table .col-sm-3:hover .td__icon__col .btn-primary {
  opacity: 0;
}

.revamp__pricing__table h3 {
  font-size: 22px;
  color: #202230;
  margin: 0 0 10px;
}

.revamp__pricing__table h3 span {
  display: block;
  color: #5a5a81;
}

.revamp__pricing__table .td__icon__col .btn-primary,
.revamp__pricing__table .td__content.last__child .btn-primary {
  font-size: 12px;
  padding: 6px 12px !important;
  background: #f5f1ff !important;
  color: #18634B !important;
}

.revamp__pricing__table .td__icon__col .btn-link {
  padding: 0 30px 0 0;
  color: #18634B;
  border-radius: 0;
  font-size: 13px;
  position: relative;
}

.revamp__pricing__table .td__icon__col .btn-link:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../assets/images/revamp__customer/revamp__pricing__sprites.png) -12px -11px no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.revamp__pricing__table .td__light {
  background: #f9f9fb;
  border-radius: 8px;
  padding: 0 20px 0 110px;
  position: relative;
  left: -16px;
}

.revamp__pricing__table .td__light:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../assets/images/revamp__customer/revamp__pricing__sprites.png) -43px -8px no-repeat;
  left: 20px;
  top: 20px;
}

.revamp__pricing__table .td__content.last__child .btn-primary {
  opacity: 0;
}

.revamp__pricing__table .col-sm-3:hover .td__content.last__child .btn-primary {
  opacity: 1;
}

.revamp__accordion__pricing {
  display: none;
}

.revamp__accordion__pricing .card-header {
  padding: 0;
}

.revamp__accordion__pricing .card-header h2 {
  margin: 0;
  font-size: 0;
}

.revamp__accordion__pricing .card-header .btn {
  width: 100%;
  font-size: 18px;
  text-align: left;
}

.revamp__accordion__pricing h4 {
  font-size: 16px;
  color: #6a7e9c;
}

.revamp__accordion__pricing p {
  font-size: 14px;
  color: #93a2bb
}

.revamp__accordion__pricing .card-header {
  padding: 0;
  background: none;
}

.revamp__accordion__pricing .card {
  border: 0;
}

.transaction-crowdsourcing-text {
  background: #fff;
  font-size: 12px;
  color: #18634B;
  padding: 5px;
  border-radius: 15px;
  position: relative;
  top: 5px;
  font-weight: 600;
  text-shadow: 1px 1px 2px #ddd;
}

.mt-10-pricing-row {
  position: relative;
  top: 10px;
}

@media only screen and (max-width:1170px) {
  .revamp__princing__number__grid .col-sm-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin: 20px 0 0;
  }
  .revamp__pricing__table h3 {
    font-size: 18px
  }
  .revamp__pricing .top__box {
    width: auto;
  }
  .revamp__pricing__table .td__content.last__child {
    width: 80%;
  }
	
	.revamp__section__title h3, .revamp__section__title h4 {
		font-size: 28px;
	}	
}

@media only screen and (max-width:767px) {
  .revamp__princing__number__grid .col-sm-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .revamp__pricing__list,
  .revamp__pricing__table {
    display: none;
  }
  .revamp__accordion__pricing {
    display: block;
  }
	
	.revamp__section__title h3, .revamp__section__title h4 {
		font-size: 22px;
	}
	
	.home .section h1 {
		font-size: 30px;
	}
	
	.apply-now-banner.section p {
		text-align: center;
		width: 100%;
	}
	
	.apply-now-banner.section .btn-primary {
		margin: 10px 0 0 20px;
	}
	
	.apply-now-banner.section .apply-now-banner-inner {
		height: auto;
		display: block;	
	}
	
		
	#carouselTestimonials .item,
	#carouselExampleIndicators .item {
		height: auto;
	}
	
	.client-logo img {
		padding: 10px;	
	}
	
}

@media only screen and (max-width:568px) {
  .revamp__princing__number__grid .row {
    padding: 0 20px;
  }
  .revamp__princing__number__grid .col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .revamp__princing__number__grid .col__container {
    padding: 20px 10px 20px 30px;
  }
	
	.btn.btn-info.arytic-video-btn {
		margin: 10px 0 0;
	}
	
	.testimonial-title {
		width: 100%;	
	}
	
	.home .revamp__banner li {
		margin: 0;
	}
	
	.home .section h1 {
		font-size: 24px;
	}
}

.modal-dialog .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	color:#fff;
	text-align: center;
	opacity:1;
  padding: 1rem; 
}

.modal-dialog .close span {
	font-size: 28px;	
}

.modal-dialog .close.dark {
	color:#000;
}

.modal .modal-title {
 color: #475b66;
 font-size:20px;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	padding: 20px;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.fixed-main-nav {
  position: fixed;
  width: 140px;
  right: 0;
  top: 50%;
	z-index:1000;
  height: 244px;
  margin-top: -160px;
}

.fixed-main-nav li {
  margin: 20px 0 0;
}

.fixed-main-nav li:first-child {
  margin: 0;
}

.fixed-top a {
  font-size: 16px;
  color: #485d68;
  padding-top: .2125rem;
  padding-bottom: .2125rem;
}

.fixed .fixed-top.home-nav {
  padding: 8px 40px !important;
  transition: all 550ms linear;
}

.fixed-top {
  background: #fff;
  box-shadow: 5px 5px 5px rgba(202, 189, 189, 0.1);
  transition: all 550ms linear;
}

.nav-item.nav-item-hide {
  display: none;
}

.fixed .nav-item.nav-item-hide {
  display: block;
}

.fixed .fixed-main-nav {
  display: none;
}

.fixed-main-nav {
  display: block;
}

.fixed-main-nav a {
  background: #136482;
  padding: 10px 10px 10px 60px;
  border-radius: 8px 0 0 8px;
  font-size: 13px;
  color: #fff;
  min-height: 48px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 32px rgba(68, 87, 116, 0.2)
}

.fixed-main-nav ul {
	margin: 0;
	padding: 0;
	list-style:none;	
}

.fixed-main-nav a:hover {
  background: #30c496;
	color:#fff;
}

.fixed-main-nav .icon {
  width: 36px;
  height: 36px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  text-indent: -999em;
  left: 10px;
  background: url(../assets/images/arytic-sprites.png) 0 0 no-repeat;
  color: #fff;
	left: 10px;
}

.fixed-main-nav li.employee .icon {
  background-position: -47px -12px;
}

.fixed-main-nav li.candidate .icon {
  background-position: -89px -12px;
}

.fixed-main-nav li.agency .icon {
  background-position: -131px -12px;
}

.fixed-main-nav li.recruiter .icon {
  background-position: -232px -12px;
}

.fixed-main-nav a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
	.revamp__funnel__slider {
		display: block;
	}
	.revamp__funnel__slider .item,
	.revamp__one__stop__slider .item	 {
		height: auto;
	}	
	.custom__owl__carousel .owl-dot {
		background: 0 0;
		background-color: rgba(0, 0, 0, 0);
		color: inherit;
		border: none;
		padding: 0 !important;
		font: inherit;
		vertical-align: middle;
	}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: #434bdf !important;
	}
	
	.revamp__customer__tab .nav-tabs .nav-link {
		font-size: 16px;
	}
	
	.revamp__princing__number__grid .row {
		padding: 0 20px;
	}
	
	.revamp__princing__number__grid .number {
		top: 50%;
		transform:translateY(-50%);	
	}
}

@media only screen and (max-width: 991px) {
	.fixed-main-nav {
		display: none;	
	}
	
	#carouselTestimonials .carousel-indicators {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.client-logo img {
		padding: 5px;
	}
	
	.client-carousel .owl-carousel .owl-stage-outer {
		padding-bottom: 0;
	}
	
	.client-logo {
		margin: 15px 5px;
	}
	
	testimonial-section {
		width: 100%;
		padding: 10px;
	}
	
	.testimonial-abbr {
		padding: 20px 0 0;
	}	
}

/*About Us*/
.homepage .privacy-policy {
  padding-top: 5.5rem;
  padding-bottom: 5rem;
}
.shadow1 {
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
  border-radius: .375rem;
  transition: .3s;
  margin-bottom: 30px;
}
.homepage .section h1, h2, .homepage .section h3 {
  color: #6a7e9c;
  font-size: 38px;
  line-height: 1.3158em;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  margin-bottom: 2rem;
}
.homepage .pricing.section h1:after, .homepage .privacy-policy h1:after {
  content: " ";
  background: url(../assets/images/arytic-sprite.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
  display: block;
  width: 61px;
  height: 17px;
  background-position: -3px;
  background-repeat: no-repeat;
  background-size: 140px;
  margin-top: 10px;
}

.homepage .pricing.section h1:after, .homepage .privacy-policy h1:after {
  background-position: -61px;
  background-size: 128px;
  margin-left: auto;
  margin-right: auto;
}

.homepage .section h2 {
	color: #6a7e9c;
	font-size: 24px;
	line-height: 1.1158em;
	font-family: "Gotham Medium", sans-serif;
	font-style: normal;
	margin-bottom: 2rem;
	font-weight:normal;
	padding-top: 0.5rem;
}

.homepage .section p {
	color: #627693;
	font-size: 16px;
	line-height: 1.625em;
	letter-spacing: 0.02em;
	text-align: justify;
}

.homepage .section p:not(:last-of-type) {
	margin-bottom: 2rem;
}

.pricing-page {
	background: url(../assets/images/header-bg1.png) top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.about-us {
   background-color: #fff;
}

.read-more-c input.read-more-state {
  display: none;
}

.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.our-team .team-image {
	float: left;
	margin-right: 20px;
}

.inline-block {
	display: inline-block;
}

.f16 {
	font-size: 1.6rem;
}

.our-team .team-links {
	display: inline-block;
	margin-left: 5px;
}

.our-team .team-links a {
	opacity: .7;
}

.f14 {
	font-size: 1.4rem;
}

.mt30 {
	margin-top: 30px;
}

.f14 {
	font-size: 1.4rem;
}

.team-text {
	font-size: 14px !important;
}

.readmore {
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: bold;
	color: #c1cbdd;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.h1-line:after {
	content: " ";
	background: url(../assets/images/arytic-sprite.png);
	display: block;
	width: 61px;
	height: 17px;
	background-position: -3px;
	background-repeat: no-repeat;
	background-size: 140px;
	margin-top: 10px;
	background-position: -61px;
	background-size: 128px;
	margin-left: auto;
	margin-right: auto;
}


.homepage .privacy-policy h4 {
	font-size: 16px;
	color: #202230;
	margin: 0;
	text-transform:uppercase
}

.homepage .team-links + .namecolor {
	font-size: 14px;
}

.privacy-policy.about-us div.namecolor {
	color: #41536e;
}

.read-more-c span.read-more-target {
	font-size: 0;
	max-height: 0;
	opacity: 0;
	transition: .25s ease;
}

.read-more-c input.read-more-state:checked~.read-more-wrap span.read-more-target {
	font-size: inherit;
	max-height: 999em;
	opacity: 1;
}

.read-more-c label.read-more-trigger  em {
	cursor: pointer;
	display: inline-block;
	color: #485c67;
	font-style:normal;
} 

.card-hover:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	-webkit-box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
	box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.p-4 {
	padding: 1.5rem!important;
}


@media only screen and (max-width: 991px) {
	.about-us .col-md-6 {
		width: 50%;
		float: left;	
	}
}

@media only screen and (max-width: 568px) {
	.about-us .col-md-6 {
		width: 100%;
		float: left;	
	}
}

.customer-page .customer-header-bg {
	height: 750px;
	background-image: url(../assets/images/customer-header-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.customer-page .section h2 {
	font-size: 26px;
	font-family: 'Gotham Medium',Arial, Helvetica, sans-serif;
	color: #77839f;
	line-height: 1.4;
}

.customer-page .section h4, .customer-page .section h3 {
	font-size: 18px;
	line-height: 1.625;
	color: #a7b4ce;
}

.customer-page .section p {
	color: #a7b4ce;
	line-height: 1.65;
	font-size: 14px;
}

.customer-page .section .readmore a, .customer-page .section .readmore, .candidate-page .section .readmore a, .candidate-page .section .readmore {
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: bold;
	color: #c1cbdd;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.candidate-page .section .readmore {
	margin-top: 3%;
}

.customer-page .section .readmore a:hover, .customer-page .section .readmore a:focus, .customer-page .section .readmore a:active, .customer-page .section .readmore a:visited, .customer-page .section .readmore:hover, .customer-page .section .readmore:focus, .customer-page .section .readmore:active, .customer-page .section .readmore:visited {
	text-decoration: none;
}

.customer-page .clientele {
	padding-top: 7.5rem;
	padding-bottom: 8.125rem;
}

.customer-page .clientele h6 {
	font-size: 18px;
	color: #77839f;
	text-align: left;
	padding-bottom: 1.4375rem;
}

.customer-page .card {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 2.625rem 2.3125rem 3.0625rem;
}

.customer-page .card>.bg {
	background-color: #f5f8ff;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customer-page .card:hover>.bg {
	-webkit-transform: scaleY(1.1);
	transform: scaleY(1.1);
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	-webkit-box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
	box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.customer-page .card .card-body {
	position: relative;
	z-index: 1;
	background: transparent;
}

.customer-page .card .column-img {
	padding-bottom: 3.3125rem;
}

.customer-page .card:nth-of-type(2) .column-img {
	padding-bottom: 3rem;
}

.customer-page .card h4 {
	font-size: 1.125rem;
	font-weight: 500;
	color: #77839f;
	line-height: 1.5556;
	margin-bottom: 1.0625rem;
}

.customer-page .card p {
	color: #98a7c4;
	font-weight: 400;
	line-height: 1.625rem;
}

.customer-page .feature-cards.section {
	padding-bottom: 7.875rem;
}

.customer-page .feature-cards.section .card {
	border: none;
}

.customer-page .feature-cards.section .card-body {
	padding: 0;
}

.customer-page .view-all {
	font-size: 0.875rem;
	font-weight: 500;
	color: #c1cbdd;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3.125rem;
}

.customer-page .view-all a {
	color: #c1cbdd;
}

.customer-page .view-all a:hover {
	text-decoration: none;
}

.customer-page .testimonial-section.section {
	padding-bottom: 10.75rem;
}

.customer-page .testimonial-section.section .customer-quotes {
	position: relative;
	padding: 3.25rem 3.5625rem;
	-webkit-box-shadow: 5px 9px 38px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 5px 9px 38px 2px rgba(0, 0, 0, 0.05);
}

.customer-page .testimonial-section.section .double-quotes {
	position: absolute;
	top: -32px;
}

.customer-page .testimonial-section.section p {
	font-size: 1rem;
	color: #a7b4ce;
	line-height: 1.625rem;
	margin: 0;
}

.customer-page .testimonial-section.section .client-name {
	padding-top: 2rem;
	text-align: right;
}

.customer-page .testimonial-section.section .client-name h5 {
	font-size: 1.125rem;
	font-weight: bold;
	color: #4489f9;
}

.customer-page .testimonial-section.section .client-name h6 {
	font-size: 0.875rem;
	font-weight: 400;
	color: #a7b4ce;
}


.customer-page .video-sizzle.section h4 {
	font-size: 1.625rem;
	font-weight: 500;
	color: #77839f;
	line-height: 1.4;
	padding-bottom: 0.5rem;
}

.customer-page .video-sizzle.section p {
	color: #a7b4ce;
	font-weight: 400;
	line-height: 1.625rem;
}

.customer-page .video-sizzle.section .feature:not(:last-of-type) {
	margin-bottom: 5.9375rem;
}

.customer-page .video-sizzle.section .feature .readmore a {
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: bold;
	color: #c1cbdd;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.customer-page .video-sizzle.section .feature .readmore a:hover, .customer-page .video-sizzle.section .feature .readmore a:focus, .customer-page .video-sizzle.section .feature .readmore a:active, .customer-page .video-sizzle.section .feature .readmore a:visited {
	text-decoration: none;
}

.customer-page .banner.section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 257px;
	margin-bottom: 150px;
	background-image: url("../assets/images/apply-banner-bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.customer-page .banner.section .banner-content {
	font-size: 1.625rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	width: 65%;
	line-height: 2.25rem;
	margin-bottom: 21px !important;
}

.customer-page .banner.section .readmore a {
	font-size: 0.875rem;
	font-weight: 500;
	color: #c1cbdd;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.customer-page .banner.section .readmore a:hover {
	text-decoration: none;
}

.customer-page .next-gen.section {
	padding-bottom: 5.25rem;
}

.customer-page .next-gen.section a {
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 500;
	color: #c1cbdd;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.customer-page .next-gen.section a:hover, .customer-page .next-gen.section a:focus, .customer-page .next-gen.section a:active, .customer-page .next-gen.section a:visited {
	text-decoration: none;
}

.customer-page .next-gen.section h4 {
	margin-bottom: 1.875rem;
}

.customer-page .dashboard-job-wall {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 3.5rem;
	background-image: url("../assets/images/customer-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.customer-page .dashboard-job-wall .row:nth-of-type(1) {
	padding-top: 11.5rem;
}

.customer-page .dashboard-job-wall .row {
	padding-bottom: 14.125rem;
}

.customer-page .job-machine.section .job-machine-content {
	position: relative;
	padding: 2.5625rem 3.5625rem 1.4375rem;
	margin-bottom: 9.5rem;
	text-align: center;
	-webkit-box-shadow: 4.884px 14.183px 38px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 4.884px 14.183px 38px 2px rgba(0, 0, 0, 0.05);
}

.customer-page .job-machine.section .decoration-img {
	position: absolute;
	left: -9px;
	top: 2.8125rem;
}

.customer-page .job-machine.section .decoration-img2 {
	position: absolute;
	right: -11px;
	bottom: 5.625rem;
}

.customer-page .banner.section:last-of-type {
	border-bottom: 2px solid #5e7191;
}

.offset-xl-2 {
	margin-left: 16.666667%;
}

.sub-header h2, .sub-header h1 {
	font-size: 24px;
	color: #6a7e9c;
	line-height: 1.35;
	margin-top: 3.5rem;  
}

.first-para {
	font-size: 18px;
	color: #727e9b;
	line-height: 2rem;
	margin-bottom: 1.9375rem;
	line-height: 1.625;
}

body .revamp__icon__listing__grid p, .first-para {
	color: #5A6C87;
}

.customer-page .section h4, .customer-page .section h3, .customer-page .section p {
	color: #5A6C87;
}

.customer-page .section h4 {
	font-family: 'Gotham Medium',Arial, Helvetica, sans-serif;	
}

.sub-header {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 11.5rem;
}

.page-template-arytic-login-php .default-header,
.page-template-arytic-login-php .footer-wrap {
	display: none;	
}

/*Single Page
--------------------------------------------------------*/
.signpage .content-left-wrapper h2 {
	color: #475B66;
	font-size:24px;
	font-size: 1.5rem;
}

.signpage .content-right .content-left-wrapper h2 {
	color: #fff;
}

.signpage .content-left-wrapper {
	background: transparent;
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0));
}

.signpage a.btn_1, .signpage .btn_1 {
	background: #fff;
	color: #6e829f;
	font-weight: 500;
	font-family: "poppins", sans-serif;
}

.bg_6cccfd a.btn_1, .bg_6cccfd .btn_1 {
	background: #fff;
	color: #475B66;
}

.spt-2 {
	padding-top: 2rem;
}

.sign-icons i {
	padding: 7px;
	font-size: 15px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.sign-icons .icon-facebook {
	background: #3B5998;
	color: white;
}

.sign-icons .icon-linkedin {
	background: #007bb5;
	color: white;
}

a.btn2, .btn2 {
	border: none;
	color: #fff;
	background: #3dd0a1;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-size: 0.875rem;
}

a.btn2:hover, .btn2:hover {
	background-color: #6e829f;
}

.sign_logo {
	width: 191px;
	height: 78px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 2px;
}

.sign_logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 11%;
	margin: auto;
}

#loader_form {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 999999;
	display: none;
}

.row-height {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.signpage .content-left {
	background-color: #97e4cd;
	padding: 0;
	height: 100%;
}

.signpage .content-left-wrapper {
	background: transparent;
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0));
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	min-height: 100%;
	padding: 60px 90px 35px 90px;
	background-color: #97e4cd;
	color: #fff;
	text-align: center;
	position: relative;
	background: transparent;
}

.signpage .content-left-wrapper h2 {
	color: #475B66;
	font-size: 24px;
}

.slideInLeft img {
   width: 74%;
}

.slideInRight img {
  width: 55%;
}

.bg_6cccfd {
   background-color: #6e829f;
}

.signpage a.btn_1, .signpage .btn_1 {
	background: #fff;
	color: #6e829f;
	font-weight: 500;
	font-family: "poppins", sans-serif;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-ms-border-radius: 25px !important;
	border-radius: 25px !important;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
	display: inline-block;
	padding:12px 25px;
}

.content-left-wrapper .btn_1 {
   margin: 25px 0 25px 0;
}

.content-left-wrapper .btn_1.mobile_btn {
  display: none;
}

small.sl-show {
	display: none;
}

.recruit_links small.loginhere, .recruit_links small.loginhere a {
  color: #475b66;
}

.cand-login-btn small a, .cust-login-btn small a {
	padding: 0.1rem 0.5rem;
	background-color: #fff;
	border-radius: 5px;
	font-family:'Poppins',Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:991px) {
	.row.row-height {
		width: auto !important;
		height: auto;
		position: relative;
	}	

	.signpage .content-left,
	.signpage .content-right {
		width: 100%;	
	}
	.slideInRight img {
		width: 55%;
	}
	.signpage .btn_1, .signpage a.btn_1 {
		background: #66dab5 !important;
		color: #fff !important;
	}
	.signpage .content-left {
		padding-bottom: 50px;	
	}
	.sign_logo {
		top: 50px;	
	}
}

.main-menu ul li {
	vertical-align: middle;
}

.main-menu ul li.social-icon a  {
	display: inline-block;
	position: relative;
	margin: 10px 4px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 24px;
	height: 24px;
	position:relative;
	padding: 0 !important;
	font-size: 14px!important;
	background-color: #17a2b8;
	color: #ffffff!important;
}

.main-menu ul li.social-icon a:hover {
	background: #3B5998;
}

.main-menu ul li.social-icon a .fa {
	position: absolute;
	left: 8px;
	top: 5px;
}

.page-template-arytic-contact .contact-us  h1 { 
	text-align:center; 
}

.main-menu ul li {
	vertical-align: middle;
}

.main-menu ul li.social-icon a  {
	display: inline-block;
	position: relative;
	margin: 10px 4px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 24px;
	height: 24px;
	position:relative;
	padding: 0 !important;
	font-size: 14px!important;
	background-color: #17a2b8;
	color: #ffffff!important;
}


.main-menu ul li.social-icon a:hover {
	background: #3B5998;
}

.main-menu ul li.social-icon a .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
}

.form-control {
	box-shadow: none;
}

.menu-area {
	margin-left: auto;	
}

.privacy-policy  ul {
	margin:0 0 25px;
	padding:0;
	list-style:none;	
}

.privacy-policy ul li, .privacy-policy  ol li {
   color: #727e9b;
}

.homepage .section p:not(:last-of-type) {
   margin-bottom: 2rem;
}

.home #exampleModal .form-list li:last-child {
	padding: 1rem 0;
	border-top: 1p solid #ddd;	
	padding: 18px;
	border-top: 1px solid #eee;
	margin: 0 -15px -15px;
}

.home #exampleModal .modal-dialog {
	width: auto;
	max-width: 500px;	
}

@media only screen and (max-width: 1170px) {
	.customer-header-bg .offset-xl-2 {
		margin-left: 0;	
		text-align:center;
	}
	.customer-header-bg .sub-header-right {
		width: 100%;	
	}
	.customer-header-bg .sub-header {
		padding:20px;	
	}
	.video-sizzle .col-sm-6:last-child,
	.video-sizzle .col-sm-6 .right-side {
		width: 100%;
		text-align:center;
		margin: 20px 0 0;
	}
	.next-gen .left-side  {
		width: 100%;
	}
	.next-gen .left-side img {
		display: block;
		margin:0 auto 20px;	
	}
}

@media only screen and (max-width: 767px) {
	.signpage .content-left-wrapper {
		padding: 95px 15px 35px 15px;	
	}
	.customer-page .customer-header-bg {
		height: auto;
		padding-bottom: 40px;
	}
}


.page-template-arytic-customer-singup .main-header,
.page-template-arytic-customer-singup #footer,
.page-template-arytic-candidate-signup .main-header,
.page-template-arytic-candidate-signup #footer {
	display: none;
}

/*Sign Screen For Customer Page*/
.page-template-arytic-customer-singup .signpage .content-left  {
	height: auto;
}
.page-template-arytic-customer-singup .content-right {
	padding: 90px 0 0;
	overflow: hidden;
	display: flex;
	text-align:center;
	justify-content: center;
}
.page-template-arytic-customer-singup .content-right #wizard_container{
	width: 70%;	
}
.page-template-arytic-customer-singup .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 2px;
}
.page-template-arytic-customer-singup .cust-login-btn small,
.page-template-arytic-candidate-signup .cust-login-btn small {
	display: block;
	color: #555;
	text-align:left;
	margin: 5px 0 0;
}
.page-template-arytic-customer-singup .cust-login-btn small:first-child {
	margin: 0;	
}
.page-template-arytic-customer-singup .btn2,
.page-template-arytic-candidate-singup .btn2 {
	border: none;
	color: #fff;
	background: #3dd0a1;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.from-group-submit {
	margin-left: auto;	
}

.page-template-arytic-customer-singup .terms-conditions  {
	font-weight: 400;
	text-align:left;	
}

.page-template-arytic-customer-singup .terms-conditions .wpcf7-list-item,
.page-template-arytic-candidate-singup .terms-conditions .wpcf7-list-item {
	display: block;
	margin: 0;
}
.page-template-arytic-customer-singup .terms-conditions label {
	font-weight:400;
}
.page-template-arytic-customer-singup .type-business {
	text-align: left;
	display: block;
}
.page-template-arytic-customer-singup .type-business .wpcf7-list-item:first-child,
.page-template-arytic-candidate-signup .type-business .wpcf7-list-item:first-child, 
.page-template-arytic-candidate-signup .terms-conditions .wpcf7-list-item {
	margin-left: 0;
}
.page-template-arytic-customer-singup .type-business label, .page-template-arytic-candidate-signup label {
	font-weight: 400;
}

.page-template-arytic-candidate-signup label {
	color: #475B66;	
}
.page-template-arytic-candidate-signup .signpage .content-left {
	background: #fff;
	height: auto;
}

.page-template-arytic-candidate-signup .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 2px;
}

.page-template-arytic-candidate-signup  .sign__up__page.signpage .content-left-wrapper h2 {
	margin: 0 0 15px;
	font-size: 16px;
}

.page-template-arytic-candidate-singup .cust-login-btn small {
	color: #475B66;
}

.page-template-arytic-candidate-signup .cust-login-btn small {
	display: block;
	color: #555;
	text-align:left;
	margin: 5px 0 0;
}

.page-template-arytic-candidate-signup .btn2 {
	border: none;
	color: #fff;
	background: #3dd0a1;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}

@media only screen and (max-width: 991px){
	#Jobs_sign {
		widht: 95%;
		margin: 0 auto;	
	}
}

.page-template-arytic-contact .contact-us, .webinar-section {
	padding-bottom: 5rem;
}

.webinar-section .content-col h3 {
	font-size: 20px;
	font-family: 'Gotham Medium',sans-serif;
	font-weight: normal;
	line-height: 1.65;
}

.webinar-section .content-col h3:not(:first-child) {
	margin: 15px 0 !important;
	font-size: 17px;
}

.webinar-section .content-col ol {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.webinar-section .content-col  li {
	margin: 15px 0 0;
	position: relative;
	padding-left: 24px;
}

.webinar-section .content-col  li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	background: #30c496;
	border-radius: 50%;
}

.speakers-row {
	margin: 15px -7px 0;
}

.speakers-row .col {
	padding: 0 7px;
}

.speakers-row .col .col-container {
	padding: 15px;
	height: 100%;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 15px rgba(46,61,71,0.10);
}

.speakers-row .col .col-container h4 {
	font-size: 15px;
	margin: 0 0 10px;
	color: #5e7091;
	font-family: 'Gotham Medium',sans-serif;
	font-weight: normal;
}

.speakers-row .col .col-container p {
	text-align: left;
	font-size: 13px;
	margin: 0;
}

.webinar-section .content-col .small-para {
	font-size: 13px;
	margin-bottom: 5px !important;
}

.webinar-section .form-col .col-container {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
}

.webinar-section .content-col figure {
	text-align: center;
	margin: 0 0 20px;
}

.webinar-section .content-col figure img {
	mix-blend-mode: multiply;
}

.webinar-section .content-col >  p {
	text-align: left;
	font-size: 15px;
	line-height: 1.65;
}

.page-template-arytic-contact .contact-us h4 {
	text-align: center;
	line-height: 1.65;
	font-size: 20px;
	font-family: 'Gotham Medium',sans-serif;
}

.page-template-arytic-contact .contact-us .middle-col .col-container {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
}

.page-template-arytic-contact .contact-us .left-col p {
	text-align: left;
	font-size: 15px;
}

.page-template-arytic-contact .contact-us .left-col figure {
	margin: 0 0 20px;
}

.page-template-arytic-contact .contact-us .left-col img {
	mix-blend-mode: multiply;
	width: 100%;
	height: auto;
}

.page-template-arytic-contact .contact-us .right-col .col-container {

	margin-bottom: 20px;
}

.page-template-arytic-contact .contact-us .right-col .col-container.with-bg {
	background: #fff;
	border: 1px solid #d4d4d4;
	padding: 12px 20px;
}

.page-template-arytic-contact .contact-us .right-col .col-container h4 {
	font-size: 17px;
	font-family: 'Gotham Medium',sans-serif;
	font-weight: normal;
	text-align: left;
}

.page-template-arytic-contact .contact-us .right-col .col-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-template-arytic-contact .contact-us .right-col .col-container li {
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
	line-height: 1.65;
}

.page-template-arytic-contact .contact-us .right-col .col-container li img {
	width: 16px;
	position: absolute;
	left: 0;
	top: 6px;
	height: auto;
}


.form-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form-list li .col {
	padding: 0 7px;
	margin: 0 0 20px;
}

.form-list .row {
	margin: 0 -7px;
}

.form-list li .col .form-control {
	height: 50px;
	padding: 6px 16px;
}

.form-list .wpcf7-list-item {
	display: block;
	margin: 15px 0 0;
}

.form-list .wpcf7-list-item label {
	font-weight: 400;
}

.form-list li > .row > .col > label {
	font-weight: 600;
	font-family: 'Gotham';
}

.form-list input[type="radio"] {
	border-top-width: 2px;
	width: 17px;
	height: 17px;
	min-height: 17px;
}

body .form-list .btn-primary {
	float: none;
}

@media only screen and (max-width: 1023px) {
	.page-template-arytic-contact .contact-us .row {
		display: flex;
		flex-wrap: wrap;
	}

	.page-template-arytic-contact .contact-us .left-col {
		width: 100%;
		margin-bottom: 14px;
	}

	.page-template-arytic-contact .contact-us .left-col figure {
		text-align: center;
	}

	.page-template-arytic-contact .contact-us .left-col img {
		max-width: 100%;
		width: auto;
	}

	.page-template-arytic-contact .contact-us .middle-col, .page-template-arytic-contact .contact-us .right-col {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.webinar-section .form-col  {
		margin: 20px 0 0;
	}
	.speakers-row .col {
		width: 50%;
	}

	.page-template-arytic-contact .contact-us .middle-col, .page-template-arytic-contact .contact-us .right-col, .form-list li .col { 
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.speakers-row .col {
		width: 100%;
		margin: 14px 0 0;
	}
	.speakers-row .col:first-child {
		margin: 0;
	}
}



/*Pricing New UI
-------------------------------------------------*/
.pricing-features .row {
	margin: 0  -7px;
}

.pricing-features .col {
	padding: 0 7px
}

.pricing-features .col-container {
	border: 1px solid #eee;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 4px 4px 24px rgba(158, 171, 192, 0.2);
	padding-bottom: 30px;
}

.pricing-features .col-container .top-container {
	padding: 20px;
	background-color: #f4f6fc;
	text-align: center;
}

.pricing-features .col:nth-child(2) .col-container .top-container {
	background-color: #dcfbec;
}

.pricing-features .col:nth-child(3) .col-container .top-container {
	background-color: #fff7e5;
}

.pricing-features .col:nth-child(4) .col-container .top-container {
	background-color: #f5f8ff;
}

.pricing-features .col-container .top-container h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #002ca6;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: 'Gotham Bold',Arial, Helvetica, sans-serif;
}

.pricing-features .col-container .top-container h4 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	color: #002ca6;
	text-transform: uppercase;
	font-family: 'Gotham Bold',Arial, Helvetica, sans-serif;
}

.pricing-features .col-container .top-container h6 {
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Gotham Bold',Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #002ca6;
}

.pricing-features .col:nth-child(2) .col-container .top-container h3,
.pricing-features .col:nth-child(2) .col-container .top-container h4,
.pricing-features .col:nth-child(2) .col-container .top-container h6 {
	color: #006631;
}

.pricing-features .col:nth-child(3) .col-container .top-container h3,
.pricing-features .col:nth-child(3) .col-container .top-container h4,
.pricing-features .col:nth-child(3) .col-container .top-container h6 {
	color: #996b00;
}

.pricing-features .col:nth-child(4) .col-container .top-container h3,
.pricing-features .col:nth-child(4) .col-container .top-container h4,
.pricing-features .col:nth-child(4) .col-container .top-container h6 {
	color: #002ca6;
}

.pricing-features .info-container {
	padding: 20px;
}

.pricing-features .info-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-features .info-container li {
	padding:10px 0 10px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.pricing-features .info-container li::before {
	width: 20px;
	content: "";
	height: 20px;
	background: url(../../insights/assets/images/check-icon.png) 0 0 no-repeat;
	background-size: 20px;
	position:absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.icon-tick-check {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-indent: -999em;
	background: url(../../insights/assets/images/check-icon.png) 0 0 no-repeat;
	background-size: 20px;
}

.icon-tick-cross {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-indent: -999em;
	background: url(../../insights/assets/images/check-cross.png) 0 0 no-repeat;
	background-size: 20px;
}

.revamp__customer__page .section.pricing-features-table {
	background-color: #f5f8ff;
	padding-top: 220px;
	margin-top: -256px;
}

.pricing-features {
	position: relative;
	z-index: 0;
}

.pricing-features .btn-primary {
	width: 154px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	color: #8297b6;
	box-shadow: 4px 4px 24px rgba(158, 171, 192, 0.1);
}

.pricing-features .btn-primary:hover,
.pricing-small-banner .btn-primary {
	background-color: #448afa !important;
	color: #fff;
	box-shadow: 4px 4px 24px rgba(158, 171, 192, 0.1) !important;
}

.pricing-small-banner .btn-primary {
	margin: 0;
}

.pricing-features-table .col {
	padding: 15px 10px;
	border-bottom: 1px solid #e0e3ef;
	text-align: center;
}

.pricing-features-table .col.title-col {
	font-size: 16px;
	color: #6a7e9c;
	font-family: 'Gotham Bold',Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pricing-features-table  .main-row .col,
.pricing-features-table  .main-row .col.title-col {
	font-size: 20px;
	font-family: 'Gotham Bold',Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.pricing-features-table .col.title-col {
	text-align: left;
}

.pricing-features-table .table-heading {
	display: none;
}

.pricing-small-banner {
	background-color: #f4f6fc;
	padding: 30px 0;
}

.pricing-small-banner .banner-info {
	padding-left: 60px;
}

.pricing-small-banner .banner-info h3 {
	font-size: 40px;
	font-family: 'Gotham Bold',Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pricing-small-banner .banner-info p {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
	.pricing-small-banner .banner-info h3 {
		font-size: 30px;
	}
	.pricing-small-banner .banner-info p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1170px) {
	.revamp__customer__page .section.pricing-features-table {
		padding-top: 256px;
	}
}

@media only screen and (max-width: 991px) {
	.pricing-features .row {
		margin: 0;
		padding: 0 20px;
	}
	.pricing-features .col {
		width: 50%;
		margin: 14px 0 0;
	}

	.pricing-small-banner .row {
		margin: 0;
		padding: 0 20px;
	}

	.pricing-small-banner .banner-info h3 {
		font-size: 24px;
	}

	.pricing-features-table .main-row .col {
		display: none;
	}

	.pricing-features-table .main-row .col.title-col {
		display: block;
	}

	.pricing-features-table .col{
		width: 100%;
		display: flex;
		text-align: right;
		justify-content: flex-end;
	}

	.pricing-features-table .row {
		margin: 0;
		padding: 0 20px;
	}

	.pricing-features-table .table-heading {
		display: block;
		margin-right: auto;
	}

	.pricing-features-table .col.title-col .table-heading {
		display: none;
	}

	.pricing-features-table .col.title-col {
		text-align: left;
		justify-content: flex-start;
	}

	.icon-tick-check,
	.icon-tick-cross {
		text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	.pricing-features .col {
		width:100%;
	}
	.pricing-small-banner .row .d-flex  {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.pricing-small-banner .banner-info {
		padding-left: 0;
		margin: 40px 0 0;
		text-align: center;
	}
}

.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px
}

.toggle {
  position: relative;
  overflow: hidden;
	margin: 10px auto 0 !important;
}

.toggle input[type=checkbox] {
  display: none
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left .35s;
  -webkit-transition: left .35s;
  -moz-user-select: none;
  -webkit-user-select: none
}

.toggle.off .toggle-group {
  left: -100%
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px
}

.toggle.btn {
  min-width: 48px;
  min-height: 34px;
  border-radius: 32px;
}

.toggle-on.btn {
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-off.btn {
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px
}

.toggle-on.btn-lg {
  padding-right: 31px
}

.toggle-off.btn-lg {
  padding-left: 31px
}

.toggle-handle.btn-lg {
  width: 40px
}

.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px
}

.toggle-on.btn-sm {
  padding-right: 20px
}

.toggle-off.btn-sm {
  padding-left: 20px
}

.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px
}

.toggle-on.btn-xs {
  padding-right: 12px
}

.toggle-off.btn-xs {
  padding-left: 12px
}

.toggle .btn {
  padding: 0 10px !important;
  width: auto;
  border: 0;
}

.toggle.btn {
  padding: 0 !important;
  border: 0;
}

.toggle .btn.toggle-handle {
  padding: 0 !important;
  width: 26px;
  height: 26px;
  border-radius: 32px;
  position: relative;
  left: -16px;
  top: 4px;
}

.toggle.off .btn.toggle-handle {
  padding: 0 !important;
  width: 26px;
  height: 26px;
  border-radius: 32px;
  position: relative;
  left: 16px;
  top: 4px;
}

.toggle .btn.toggle-on {
  padding: 0 24px 0 10px !important;
}

.toggle .btn.toggle-off {
  padding: 0 10px 0 24px !important;
}


.toggle-on.btn {
  background-color: #4489f9;
  color: #fff;
}

.blank-div {
	height: 34px;
}