/* CSS Document */
/*bounce*/



@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
.downArrow {
	position:absolute;
	background:#0499f5;
	width: 60px;
	height: 60px;
	border-radius:60px;
	margin:0px auto;
	z-index:20;
	bottom:0;
	padding:20px 10px;
	bottom: -30px;
	left: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.downArrow .arrow {
	text-align:center;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
/*bounce end*/
.stepBg {
	background:url("../../img2/pipeline.png") no-repeat scroll top center;
}
.p-stepbystep {
}

.stepBg .fix-container {
    max-width: 1120px;
}
.block-zig {
	clear: both;
	display: table;
	width:100%;
	margin:0;
	padding: 0 0 0;
	position: relative;
}
.block-zig.diff-bg, .block-zig-container.diff-bg {
	background:#f4f4f4!important;
}
.block-zig-main {
	width:100%;
	text-align:center;
	padding: 45px 0;
	background:#f24130 url("../../img2/translayer-bg.png") no-repeat scroll center bottom;
	background-repeat:repeat-x;
}
.block-zig-main h1 {
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	font-size:90px;
}
.block-zig-main p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	text-align: center;
	padding-bottom:40px;
}
.block-zig-main h6 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 70px;
	position: relative;
	text-transform: uppercase;
}
.block-zig-main h6:after {
	border-bottom: 4px solid #fff;
	bottom: -35px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100px;
}
.block-zig-container {
	width:100%;
	text-align:center;
	padding:0px 0;
	display: block;
}
.stepBg > li {
	position:relative;
	padding: 74px 0;
	z-index:12;
}
.block-zig-container.odd {
	padding: 85px 0 145px 0px;
}
.stepBg li:first-child .block-zig-container .block-zig-inner {
	width: 489px !important;
}
.stepBg li:nth-child(odd) .block-zig-container .block-zig-inner {
 width: 518px;
 float: left;
}
.stepBg li:nth-child(even) .block-zig-container .block-zig-inner {
 width: 518px;
 float: right;
}
.block-zig-container .block-zig-inner h3 {
}
.block-zig-container .block-zig-inner p {
}
.block-zig-container .block-zig-inner-img {
	display: inline;
}
.block-zig-container .block-zig-inner-img.left {
	float:left;
}
.block-zig-container .block-zig-inner-img.right {
	float:right;
}
.block-zig-container .block-zig-inner-img.width {
	width:auto;
}
.block-zig-container .block-zig-inner.width {
	width:auto;
}
.block-zig-container h2 {
	font-size:50px;
	color:#383838;
	text-transform:uppercase;
}
.block-zig-container .block-zig-inner h3:after {
	border-bottom: 3px solid #db2f1e;
	bottom: 15px;
	content: "";
	left: 0;
	position: absolute;
	width: 78px;
}
.block-zig-container h3 {
	color: #161d1f;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -2px;
	padding: 0 0 35px;
	position: relative;
	text-align: left;
}
.block-zig-container h4 {
	font-size:20px;
	color:#383838;
	padding-bottom:25px;
}
.block-zig-container h4 a {
	font-family: 'helveticaneuecyrbold';
	color:#ad061d;
}
.block-zig-container h4 a:hover {
	color:#555555;
}
.block-zig-container h5 {
	font-family: 'helveticaneuecyrmedium';
	font-size:22px;
	color:#383838;
	text-align:left;
	line-height:27px;
}
.block-zig-container h5 em {
	color:#d31006;
	font-size:19px;
}
.block-zig-container h5 em strong {
	font-family: 'helveticaneuecyrbold';
	color:#EF473E;
}
.block-zig-container p {
	color: #555;
	font-size: 18px;
	font-weight: 300;
	line-height: 34px;
	text-align: left;
}
.block-zig-container p strong {
	font-style: normal;
	font-weight: 600;
}
.stepBg > li:nth-child(4) {
 padding-bottom: 30px;
}
.block-zig-container p span {
	font-family: 'helveticaneuecyrmedium';
	color:#1e1e1e;
	font-size:18px;
	line-height:24px;
}
.block-zig-container ul {
	padding:15px 0 25px;
}
.stepBg > li:first-child {
	padding-bottom: 60px;
	padding-top: 105px;
}
.paddTop {
	padding-top: 85px;
}

.block-zig-container ul li:before {
    background: #555 none repeat scroll 0 0;
    border-radius: 10px;
    content: "";
    height: 8px;
    left: 2px;
    position: absolute;
    top: 9px;
    width: 8px;
}
.block-zig-container ul li {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 0 7px 19px;
    position: relative;
    text-align: left;
}
.block-zig-container a.block-button {
	background:#ad061d;
	color:#fff;
	font-family: 'helveticaneuecyrbold';
	height:58px;
	line-height:58px;
	padding:0 20px;
	display:inline-block;
	border-radius:5px;
	font-size:23px;
	margin:15px 0 0 0;
}
.block-zig-container a.block-button:hover {
	background:#555555;
}
.block-zig-container .gap100 {
	height:100px;
	width:100%;
	clear:both;
	display:table;
}
.white-container .expert-feed {
	margin:0;
}
.block-zig-container .white-container {
	background:#fff;
	margin-top:20px;
	border:1px solid #e1e2e2;
	display:block;
	padding:10px 20px;
}
.white-container .expert-feed {
	margin:0;
}
.white-header-area.grey {
	background:#f4f4f4;
	text-align:center;
	border-bottom:none;
}
.white-header-area.grey h2 {
	font-size:27px;
	color:#0d0e12;
	line-height:30px;
	padding-bottom:40px;
}
.responsive .container h4 {
	font-size:40px;
	color:#333333;
	text-align:center;
	margin:42px 0 0 0;
}
.responsive .container h4 strong {
}
.text-transform {
	text-transform:uppercase;
}
a.pink-btn {
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	padding:23px 32px 20px;
	height:auto;
	line-height:inherit;
	background:#EF473E;
	display:inline-block;
	border-radius:4px;
}
.block-zig-container .gap40 {
	height:40px;
	clear:both;
}
.responsive .container .expert-feed h3 {
	font-size:34px;
	color:#292929;
	display:table-cell;
	text-align:left;
	margin:0;
	padding:0;
}
.responsive .container .expert-feed h3 span {
	color:#ef473e;
}
.responsive .container .expert-feed h3.fontsize {
	font-size:30px;
}
.expert-feed a.pink-btn {
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	padding:23px 32px 17px;
	height:auto;
	line-height:inherit;
}
.expert-feed a.pink-btn.padding-lr {
	padding-left:15px;
	padding-right:15px;
	font-size:20px;
	vertical-align:top;
}
.block-zig-container .expert-feed h5 {
	font-size:29px;
	color:#333333;
	display:table-cell;
	text-align:left;
	text-align:center;
}
.expert-feed h5.fontsize {
	font-size:40px;
	padding-top:5px;
	vertical-align:middle;
}
.block-zig-bottom h4#showScroll {
	margin:30px 0 15px;
	cursor:pointer;
}
.block-zig-bottom h4.showScroll_marg {
	margin:10px 0 0px!important;
}
.block-zig-bottom .quoteHeadingNew {
	border-bottom:none;
}
.block-zig-bottom .engagement-model, .block-zig-bottom #sticker-sticky-wrapper, .block-zig-bottom #openForm {
	margin-top:0;
}
.block-zig-container .why-fatbit-verticle-new ul {
	padding:0;
}
.block-zig-container .why-fatbit-verticle-new li {
	display:inline-block;
	margin-right:3px;
	list-style:none;
	background:none;
	padding:0;
}
.block-zig-container .why-fatbit-verticle-new li.last {
	float:right;
	margin-right:0px;
}
.responsive .container .expert-feed h4 {
	margin-top:0;
}
.expert-feed.bg-grey {
	background:#333333;
}
@media screen and (max-width: 360px) {
.stepBg li img {
width:100%;
}
}
 @media screen and (max-width: 767px) {
 .paddTop {
padding-top: 0px;
}
 .stepBg li img {
margin:0px auto;
text-align:center;
margin:20px auto;
}
.stepBg li:nth-child(2n+1) .block-zig-container .block-zig-inner {
 float: none;
 width: 100%;
}
.stepBg li:nth-child(2n) .block-zig-container .block-zig-inner {
 float: none;
 width: 100%;
}
.downArrow {
position:relative;
left:auto;
bottom:-10px;
}
.stepBg > li {
 padding: 10px 0;
 position:relative;
 z-index:15;
}
.stepBg > li:first-child {
 padding-bottom: 10px;
 padding-top:0px;
}
.stepBg {
background:none;
position:relative;
}
.stepBg li:first-child .block-zig-container .block-zig-inner {
 width: 100% !important;
}
.block-zig-container p {
font-size:16px;
line-height:24px;
text-align:center;
}
.block-zig-container h3 {
font-size:20px;
padding:15px 0 25px 0px;
text-align:center;
}
.block-zig-container .block-zig-inner h3:after {
bottom:10px;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
left:50%;
}
 .block-zig-container ul {
 padding: 0px;
}
.block-zig-container ul li {
font-size:16px;
}
.stepBg > li:nth-child(4) {
 padding-bottom: 0;
}
.block-zig-main p {
font-size:14px;
padding-bottom:0px
}
.block-zig-main h1 {
font-size:35px;
}
.block-zig-main h6 {
font-size:14px;
margin:0 0 40px;
}
.block-zig-main {
padding:15px 0px;
}
 .stepBg:before {
 border: 3px solid #ccc;
 bottom: 0;
 content: "";
 left: 49.5%;
 position: absolute;
 top: 0;
 transform: translate(50%, 0px);
 -webkit-transform: translate(50%, 0px);
 z-index: 5;
 display:none;
}
.block-zig-inner {
background:#fff;
}
.block-zig-container .block-zig-inner-img.right {
 float: none;
}
.block-zig-container .block-zig-inner-img.left {
 float: none;
}
}
 @media only screen and (min-width : 768px) and (max-width : 990px) {
 .paddTop {
padding-top: 0px;
}
 .block-zig {
padding:0px 0;
width: auto;
}
.block-zig-container {
 display: block;
 width: auto;
}
 .block-zig-container .block-zig-inner {
 display: block;
 padding-top:0px;
 padding-bottom:0px;
}
 .block-zig-container .block-zig-inner-img {
 display: block;
}
 .block-zig-container .block-zig-inner-img.left {
 float: none;
}
.block-zig-container .block-zig-inner-img.right {
 float: none;
}
 .block-zig-container .gap100 {
height:25px;
}
 .stepBg li img {
margin:0px auto;
text-align:center;
margin:20px auto;
}
.stepBg li:nth-child(2n+1) .block-zig-container .block-zig-inner {
 float: none;
 width: 100%;
}
.stepBg li:nth-child(2n) .block-zig-container .block-zig-inner {
 float: none;
 width: 100%;
}
.downArrow {
position:relative;
left:auto;
}
.stepBg > li {
 padding: 10px 0;
}
.stepBg > li:first-child {
 padding-bottom: 10px;
}
.stepBg {
background:none;
position:relative;
}
.stepBg li:first-child .block-zig-container .block-zig-inner {
 width: 100% !important;
}
.block-zig-container p {
font-size:16px;
line-height:24px;
text-align:center;
}
.block-zig-container h3 {
font-size:30px;
padding:15px 0 25px 0px;
text-align:center;
}
.block-zig-container .block-zig-inner h3:after {
bottom:10px;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
left:50%;
}
 .block-zig-container ul {
 padding: 0px;
}
.block-zig-container ul li {
font-size:16px;
}
.stepBg > li:nth-child(4) {
 padding-bottom: 0;
}
.block-zig-main p {
font-size:16px;
}
.block-zig-main h1 {
font-size:40px;
}
.block-zig-main h6 {
font-size:16px;
}
.block-zig-main {
padding:45px 0 15px 0;
}
/**
 * .block-zig-container ul li {
 *  text-align: center;
 * }
 */
 
.stepBg li {
 padding: 50px 0;
}
.stepBg li:fist-child {
 padding: 50px 0;
}
.stepBg:before {
 border: 3px solid #ccc;
 bottom: 0;
 content: "";
 left: 49.5%;
 position: absolute;
 top: 0;
 transform: translate(50%, 0px);
 -webkit-transform: translate(50%, 0px);
 z-index: 5;
 display:none;
}
.block-zig-inner {
background:#fff;
}
.block-zig-container .block-zig-inner-img.right {
 float: none;
}
.block-zig-container .block-zig-inner-img.left {
 float: none;
}
}
@media only screen and (min-width : 801px) and (max-width : 1024px) {
 .block-zig-container h3 {
font-size:25px;
}
 .stepBg li:nth-child(2n+1) .block-zig-container .block-zig-inner {
 float: left;
 width: 469px;
}
.stepBg li:first-child .block-zig-container .block-zig-inner {
 width: 397px !important;
}
.block-zig-container p {
 font-size: 16px;
}
.stepBg li:nth-child(2n) .block-zig-container .block-zig-inner {
 width: 468px;
}
}
