.close--trigger {
	background: url(../img2/cross.svg) no-repeat center center;
	border-radius: 100%;
	height: 35px;
	position: absolute;
	width: 35px;
	z-index: 10;
	top: 17px;
	right: 0;
}
iframe[name="google_conversion_frame"] {
	display: none !important;
}
a.btn-arrow {
	line-height: 1.7;
	vertical-align: top;
	background: #d9d9d8;
	border-radius: 2px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 5px;
	padding-right: 30px;
	display: inline-block;
	color: #626262;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase; white-space:nowrap;
}
a.btn-arrow i.svg {
	display: inline-block;
	left: 10px;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
a.btn-arrow:hover i.svg {
	left: 20px;
}
a.btn-arrow i.svg svg {
	fill: #626262;
	width: 17px;
	height: 17px;
}
a.btn-arrow:hover {
	background: #ff4c65;
	color: #fff;
}
a.btn-arrow:hover i.svg svg {
	fill: #fff;
}
/*gray*/
a.btn-arrow.btn--gray {
	background: #626262;
	color: #fff;
}
a.btn-arrow.btn--gray i.svg svg {
	fill: #fff;
}
/*white*/
a.btn-arrow.btn--white {
	background: #fff;
}
/*red*/
a.btn-arrow.btn--red {
	background: #ff4c65;
	color: #fff;
}
a.btn-arrow.btn--red i.svg svg {
	fill: #fff;
}
/*yellow*/
a.btn-arrow.btn--yellow {
	background: #ffdd00;
	color: #000;
}
a.btn-arrow.btn--yellow i.svg svg {
	fill: #000;
}
/**/
a.link-btn {
	color: #26bcd0;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1;
}
a.link-btn i.svg {
	display: inline-block;
	left: 5px;
	vertical-align: top;
	position: relative;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
a.link-btn i.svg svg {
	fill: #26bcd0;
	width: 17px;
	height: 17px;
}
a.link-btn:hover i.svg {
	left: 15px;
}
a.btn-arrow.btn--arrow {
	background: none;
	border: solid 2px #000;
	border-radius: 0;
	color: #000;
	font-size: 22px;
	text-transform: none;
}
a.btn-arrow.btn--arrow i.svg svg {
	fill: #000;
}
a.btn-arrow.btn--arrow:hover {
	background: none;
	color: #000;
}
a.btn-arrow.btn--arrow:hover i.svg svg {
	fill: #000;
}
#fixed-elements {
}
.share-overlay {
	background: rgba(0,0,0,0.56);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px) translateX(50px);
	transform: translateY(50px) translateX(50px);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
}
/*body.sharing_on {
	overflow: hidden;
}*/
body.sharing_on .socialCircle-item span {
	opacity: 1;
	visibility: visible;
}
body.sharing_on .share-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}
/*.share-fixed {
	position: fixed;
	left: 24px;
	top: 100px;
	z-index: 101;
}*/
.socialCircle-container {
	position: relative;
	margin: 0 auto;
}
.socialCircle-item {
	width: 46px;
	height: 46px;
	position: absolute;
	background: #2cb6c9;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}
.sharing_on .socialCircle-item {
	opacity: 1;
	visibility: visible;
}
.socialCircle-item svg {
	fill: #fff;
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
}
.socialCircle-item .icn {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.share-fixed .icn {
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
}
.icn.close-icn {
	display: none;
}
.open .icn {
	display: none;
}
.open .icn.close-icn {
	display: block;
}
.icn.close-icn svg {
	width: 20px;
	height: 20px;
}
.socialCircle-item span {
	background: #2cb6c9;
	color: #ffffff;
	font-size: 11px;
	position: absolute;
	left: 10px;
	border-radius: 2px;
	padding: 0 2px;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.07);
	top: -20px;
}
.socialCircle-center {
	width: 46px;
	height: 46px;
	background: #ff4c65;
	margin: 0;
	position: absolute;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 35px !important;
}
.socialCircle-center:before {
	content: " ";
	top: -20px;
	left: -20px;
	background-color: #ff4c65;
	width: 86px;
	height: 86px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	position: absolute;
	opacity: 0.6;
	-webkit-animation: pulse2 1.8s ease-out;
	animation: pulse2 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
 @-webkit-keyframes pulse2 {
 0% {
 -webkit-transform: scale(0);
 opacity: 0;
}
 25% {
 -webkit-transform: scale(0.3);
 opacity: 1;
}
 50% {
 -webkit-transform: scale(0.6);
 opacity: .6;
}
 75% {
 -webkit-transform: scale(0.9);
 opacity: .3;
}
 100% {
 -webkit-transform: scale(1);
 opacity: 0;
}
}
.socialCircle-center svg {
	fill: #fff;
	width: 24px;
	height: 24px;
	display: block;
}
.socialCircle-item:hover {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari */
	transform: scale(1.2);
}
.sharing_on .socialCircle-item.four {
	left: -240px;
}
.sharing_on .socialCircle-item.three {
	left: -180px;
}
.sharing_on .socialCircle-item.two {
	left: -120px;
}
.sharing_on .socialCircle-item.one {
	left: -60px;
}
.socialCircle-item {
	left: 0;
}
#fixed-right-share {
	position: fixed;
	top: 152px;
	left: -332px;
	z-index: 9999999;
}
#fixed-right-share ul li {
	float: left;
	display: block;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#fixed-right-share ul li.like {
	width: 75px;
	height: 84px;
	display: block;
}
#fixed-right-share ul li.like img {
}
#fixed-right-share ul li.like:hover {
	cursor: pointer;
}
#fixed-right-share ul li.fb-but {
	padding: 12px 15px 17px;
	width: 44px;
	height: 55px;
	background: rgba(59, 89, 152, 0.8);
}
#fixed-right-share ul li.ld-but {
	padding: 12px 15px 17px;
	width: 60px;
	height: 55px;
	background: rgba(0, 115, 178, 0.8);
}
#fixed-right-share ul li.twt-but {
	padding: 12px 15px 17px;
	width: 57px;
	height: 55px;
	background: rgba(0, 172, 238, 0.8);
}
#fixed-right-share ul li.gp-but {
	padding: 12px 15px 17px;
	width: 51px;
	height: 55px;
	background: rgba(217, 80, 49, 0.8);
}
.new-year {
	background: url(../img2/retina/new-year.svg) no-repeat 0 0;
	background-size: contain;
	width: 200px;
	height: 324px;
	position: fixed;
	bottom: 0;
	left: 10px;
	z-index: 10;
}
.partner {
	position: fixed;
	bottom: 43px;
	left: 10px;
	z-index: 10;
}
.hiring {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 10;
}
.livesupport {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
.app-icon {
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 50px;
}
/*fixed things end*/
 
 
  
/*footer*/
#footer {
	border-top: solid 1px #e4e3e3;
}
#footer {
	position: relative;
	padding-top: 50px;
	background: #fff;
	overflow: hidden;
}
#footer:before, #footer:after {
	content: "";
	display: table;
	line-height: 0;
}
#footer:after {
	clear: both;
}
#footer .fix-container {
	position: relative;
}
.main-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-footer .grid {
	flex: 1 1 0;
	-webkit-box-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
}
.main-footer .grid:first-child {
	order: 2;
	-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
	-ms-flex-order: 2;              /* TWEENER - IE 10 */
	-webkit-order: 2;               /* NEW - Chrome */
}
.main-footer .grid:nth-child(2) {
	-webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
	-ms-flex-order: 1;              /* TWEENER - IE 10 */
	-webkit-order: 1;               /* NEW - Chrome */
	order: 1;
}
.main-footer .grid:nth-child(3) {
	-webkit-box-ordinal-group: 3;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 3;      /* OLD - Firefox 19- */
	-ms-flex-order: 3;              /* TWEENER - IE 10 */
	-webkit-order: 3;               /* NEW - Chrome */
	order: 3;
}
.f-cell {
	padding: 10px 0;
}
.f-cell h3 {
	text-align: left;
	color: #000;
	font-size: 28px;
	position: relative;
	margin-bottom: 20px;
}
.f-cell h3:after {
	content: "";
	background: #3ecadd;
	width: 58px;
	height: 3px;
	position: absolute;
	bottom: -5px;
	display: block;
	margin: 0;
	left: 0;
}
.f-cell ul {
	margin-bottom: 10px;
}
.f-cell ul li {
	color: #605f5f;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 0;
}
.f-cell ul li a {
	position: relative;
	color: inherit;
	margin-bottom: 5px;
}
.f-cell ul li a:hover {
	color: #3ecadd;
}
.f-cell ul li a:before {
	background: #3ecadd;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 100%;
	transition-duration: 0.3s;
	transition-property: right;
	transition-timing-function: ease-out;
}
.f-cell ul li a:hover:before {
	right: 0;
}
.f-cell.one, .f-cell.three {
	float: left;
}
.f-cell.two, .f-cell.four {
	float: right;
}
.copyright {
	border-top: solid 1px #d5d5d5;
	padding: 20px 0;
	display: table;
	width: 100%;
}
.reserved {
	float: left;
	display: inline-block;
}
.reserved p {
	font-size: 15px;
	line-height: 1.5;
}
.support {
	display: table-cell;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
.short-links {
	float: right;
	display: inline-block;
}
.short-links li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	line-height: 1;
	color: #626161;
	padding: 0 5px;
	margin: 0 5px;
}
.short-links li a {
	line-height: 1;
	color: inherit;
	position: relative;
}
.short-links li a:hover {
	color: #626161;
}
.short-links li:after {
	position: absolute;
	right: -10px;
	content: "";
	background: #626161;
	width: 1px;
	height: 100%;
}
.short-links li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.short-links li:last-child:after {
	content: normal;
}
.short-links li a:before {
	background: #3ecadd;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 100%;
	transition-duration: 0.3s;
	transition-property: right;
	transition-timing-function: ease-out;
}
.short-links li a:hover:before {
	right: 0;
}
.call-us {
	background: url("img2/retina/paper_launch.svg") no-repeat 0 0;
	background-size: contain;
	display: block;
	height: 684px;
	left: 50%;
	position: relative;
	top: 0%;
	transform: translate(-50%, -0%);/** Anuj**/
	-webkit-transform: translate(-50%, -0%);/** Anuj**/
	width: 639px;
}
.call-us-elelments {
	vertical-align: middle;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translate(0, -50%); /** Anuj**/
	-webkit-transform: translate(0, -50%); /** Anuj**/
}
.call-us-elelments h3 {
	color: #000;
 font-size:calc(20px + 60 * (100vw - 320px) / 1600);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -2px;
	margin-bottom: 30px;
	padding: 5px 0;
	background: rgba(255,255,255,0.8);
}
.call-us-elelments h5 {
	display: block;
	color: #000;
	font-size: 26px;
	font-weight: 400;
	padding-left: 60px;
	line-height: 1;
	letter-spacing: normal;
	background: none;
	text-align: left;
}
.call-us-elelments h4 {
	color: #000;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 30px;
}
.exeperience {
	position: absolute;
	left: 0%;
	margin-left: -350px;
	bottom: 0;
	width: 550px;
	height: 550px;
	background: #3ecadd;
	text-align: right;
	border-radius: 50%;
}
.exeperience .exeperience-element {
	position: relative;
	top: 50%;
	transform: translate(0, -50%); /** Anuj**/
	-webkit-transform: translate(0, -50%); /** Anuj**/
	margin-right: 43px;
}
.exeperience-element .industry {
}
.exeperience h3 {
	color: #03545f;
	font-size: 23px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	font-family:open sans;
}
.exeperience h3 strong {
	line-height: inherit;
	font-size: 45px;
	font-weight: 800;
	display: block;
	letter-spacing: -2px;
}
.exeperience .years {
	position: relative;
	color: #fff;
	font-size: 134px;
	font-weight: 800;
	line-height: 0.8;
	text-transform: uppercase;
	position: relative;
}
.exeperience .years:after {
	content: "+";
	position: absolute;
	top: 8px;
	right: -8px;
	font-size: 32px;
}
.exeperience .years span {
	color: #03545f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	display: block;
	margin-top: -20px;
	margin-right: 8px;
	text-align: right;
}
.fatbit-social {
	position: absolute;
	right: 0%;
	margin-right: -350px;
	top: 0;
	width: 550px;
	height: 550px;
	background: #3ecadd;
	text-align: left;
	border-radius: 50%;
}
.fatbit-social ul {
	margin-left: 88px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.fatbit-social ul li {
	position: relative;
	display: block;
	margin: 10px 0;
	display: block;
	background: #2cb6c9;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1);
}
.fatbit-social ul li.share-Btn {
	background-color: transparent;
	margin: 0;
	display: inline-block;
}
.fatbit-social ul li.share-Btn:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	background-color: transparent;
}
.fatbit-social ul li a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.fatbit-social ul li svg {
	width: 20px;
	height: 20px;
	fill: #fff;
	display: block;
}
.fatbit-social ul li:hover {
	background: #fff;
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari */
	transform: scale(1.2);
}
.fatbit-social ul li:hover a svg {
	fill: #2cb6c9;
}

/*mobile*/


@media screen and (max-width: 1280px) {
.call-us {
	height: 504px;
	width: 459px;
}
}
 @media screen and (max-width:1024px) {
.main-footer {
	display: block;
}
.f-cell {
	padding: 0;
}
.call-us {
	border-bottom: 1px solid #e4e3e3;
	margin: 0 auto 20px;
}
.sharing_on .socialCircle-item.one {
	left: 80px;
}
.sharing_on .socialCircle-item.two {
	left: 20px;
}
.sharing_on .socialCircle-item.three {
	left: -40px;
}
.sharing_on .socialCircle-item.four {
	left: -100px;
}
.socialCircle-item {
	top: -80px;
}
.fatbit-social ul li.share-Btn {
	display: none;
}
}
 @media only screen and (min-width :320px) and (max-width :1025px) {
#fixed-elements {
	display: none;
}
#footer {
	padding: 15px 0 0 0;
}
.f-row {
	margin-bottom: 0;
}
.f-cell {
	width: auto;
}
.f-cell.one, .f-cell.three, .f-cell.two, .f-cell.four {
	float: none;
}
.f-cell h3 {
	cursor: pointer;
	font-size: 18px;
	margin-bottom: 10px;
}
.f-cell h3:before {
	background: #44596B;
	content: '';
	height: 2px;
	margin-right: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 14px;
}
.f-cell h3:after {
	background: #44596B;
	content: '';
	height: 2px;
	margin-right: 10px;
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	width: 14px;
}
.f-cell h3.active:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.f-cell ul {
	display: none;
}
.f-cell ul li {
	font-size: 14px;
}
.call-us {
	position: static;
	display: block;
	height: auto;
	left: auto;
	position: static;
	top: 0;
	transform: none;
	-webkit-transform: none;/**anuj**/
	width: auto;
	background-size: contain;
	background-position: center top;
	padding-bottom: 15px;
}
.call-us-elelments {
	position: static;
	text-align: center;
	top: auto;
	transform: none;
	-webkit-transform: none;/**anuj**/
	vertical-align: middle;
}
.call-us-elelments h5 {
	padding-left: 0;
	font-size: 18px;
	text-align: center;
}
.call-us-elelments h3 {
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.call-us-elelments h4 {
	margin-bottom: 10px;
	font-size: 16px;
}
.call-us-elelments a.btn {
	font-size: 16px;
}
.flyer-fixed {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.exeperience, .fatbit-social {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	border-radius: 0;
	bottom: 0;
	height: auto;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: static;
	text-align: center;
	width: auto;
}
.exeperience .exeperience-element {
	margin-right: 0;
	position: static;
	top: auto;
	padding: 15px 10px;
	transform: none;
	-webkit-transform: none;/**anuj**/
	text-align: center;
	display: inline-block;
	text-align: center;
}
.exeperience-element .industry {
	display: table-cell;
	vertical-align: middle;
}
.exeperience .years {
	display: table-cell;
	vertical-align: middle;
}
.exeperience .years span {
	text-align: right;
}
.fatbit-social ul {
	margin-left: 0;
	position: static;
	text-align: center;
	top: auto;
	transform: none;
	-webkit-transform: none;/**anuj**/
}
.fatbit-social ul li {
	display: inline-block;
	margin: 15px 0;
}
.copyright {
	padding: 10px 0;
}
.reserved, .short-links {
	margin: 10px 0;
	display: block;
	text-align: center;
	float: none;
}
.support {
	display: block;
}
.reserved p, .support {
	font-size: 12px;
}
.short-links li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.short-links li {
	font-size: 12px;
}
.fatbit-social ul li.share-Btn {
	margin: 15px 5px;
}
}
 @media only screen and (min-width :320px) and (max-width :767px) {
.flyer-fixed {
	display: block;
	table-layout: inherit;
	width: auto;
}
.exeperience, .fatbit-social {
	display: block;
	width: auto;
}
a.btn-arrow.btn--arrow {
	font-size: 15px;
}
.fatbit-social ul li {
	height: 40px;
	width: 40px;
}
.fatbit-social ul li:hover {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.socialCircle-center {
	height: 40px;
	width: 40px;
}
}


/*tablet*/
@media only screen and (min-width :800px) and (max-width :1025px) {
.call-us {
	padding: 80px 0 150px 0;
}
.call-us-elelments h5 {
	font-size: 26px;
}
.call-us-elelments h4 {
	font-size: 23px;
}
.reserved p {
	font-size: 16px;
}
.short-links li {
	font-size: 16px;
}
}
 @media only screen and (min-width :1026px) and (max-width :1700px) {
.f-row {
	margin-bottom: 40px;
}
.flyer-fixed {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.exeperience, .fatbit-social {
	border-radius: 0;
	bottom: 0;
	height: auto;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: static;
	text-align: left;
	width: auto;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.exeperience .exeperience-element {
	margin-right: 0;
	position: static;
	top: auto;
	padding: 15px 10px;
	transform: none;
	-webkit-transform: none; /**anuj**/
	text-align: center;
}
.exeperience .exeperience-element .industry {
	display: table-cell;
	vertical-align: middle;
}
.exeperience .years {
	display: table-cell;
	vertical-align: middle;
}
.fatbit-social ul {
	margin-left: 0;
	position: static;
	text-align: right; /**Anuj**/
	top: auto;
	transform: none;
	-webkit-transform: none; /**anuj**/
	padding: 10px; /**Anuj**/
}
.fatbit-social ul li {
	display: inline-block;
	margin: 15px 0;
}
.fatbit-social ul li.share-Btn {
	margin: 15px 5px;
}
}
/* @media only screen and (min-width : 768px) and (max-width :1025px) {

.flyer-fixed {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.exeperience, .fatbit-social {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
}
 @media only screen and (max-width :1200px) {

}*/



/* POP css start */
.pop-box {
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	left: 50%;
	padding: 80px 90px;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 999;
	display: none;
}
.payment-agree > h2 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
}
.payment-agree > h2 a {
	white-space: nowrap;
}
.payment-agree > h2 a:hover {
	color: #222;
}
.sbmt-btn {
	white-space: nowrap;
}
.comn--btn {
	background-color: #ff4e69;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 36px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.comn--btn:hover {
	background-color: #2cbed2;
}
.close-pop {
	background-image: url("img2/cross-red.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
}
.display_popbox {
	display: block;
}
 @media screen and (max-width: 767px) {
.comn--btn {
	font-size: 16px;
	padding: 10px 15px;
}
.pop-box {
	padding: 40px;
}
.payment-agree > h2 {
	font-size: 16px;
}
}

/* POP css end */








/*Request a demo btn*/

.fixed-btn {background-color: #ac1f0f;padding: 10px 20px;position: fixed;right: -62px;top: 190px;z-index: 99;transform: rotate(-90deg); -webkit-transform: rotate(-90deg);transition:.2s ease-in-out;-webkit-transition:.2s ease-in-out;}
.fixed-btn:hover {background-color: #222;color:#fff;}
.request-btn {color: #ffffff;font-weight: 600;}
.btn-theme.pink {background-color: #ff4e69;border-color: #ff4e69;color: #ffffff; font-size: 18px;}
/*pop-model*/

.pop-model-box {display: table;margin:0 auto;height:100%;}
.pop-model-overlay {background-color:rgba(0, 0, 0,.85);bottom: 0;left: 0;position: fixed;right: 0;top: 0;}
.pop-model.active {opacity: 1;z-index: 99999;}

.pop-model {bottom: 0;left: 0;opacity: 0;position: fixed;right: 0;top: 0;z-index: -1;overflow: scroll;}
.pop-model.active .model-box-content{transform:scale(1);-webkit-transform:scale(1);}
.model-box-content {border-radius: 5px;max-width:600px;min-width:600px;padding: 30px 0;position: relative;transform:scale(0.5);-webkit-transform:scale(0.5);transition: 0.5s all ease-in-out;-webkit-transition: 0.5s all ease-in-out;display: table-cell;vertical-align: middle;}

.model-box-mid{padding:15px 0 20px;position: relative;}

.close-btn {float: right;font-size: 0;height: 35px;position: absolute;right: 50px;top:20px;width: 35px;background-color:#fff;border-radius:50%;z-index:9}
.close-btn::after, .close-btn::before {background-color: #000000;border-radius: 40px;content: "";height:4px;position: absolute;left:8px;top:16px;width: 20px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.close-btn::before{transform: rotate(45deg);-webkit-transform: rotate(45deg);}

/*pop-model*/



/*Request a demo*/
.tophead{padding: 20px;}
.tablink {color: #4a494d;font-size: 20px;font-weight: 500;}
.hoztab--list li a {display: block;padding: 20px 10px;background-color: #e3e7ed;text-align: center;position: relative;opacity:.5;}
.hoztab--list li a.active {background-color: #fff;opacity:1;}

.hoztab--list > li {display: table-cell;vertical-align: middle;}
.hoztab--list {display: table;width: 100%;}
.normaltabs--head {border-top: 1px solid #d4dee5;border-bottom: 1px solid #d4dee5;}
.note-box > h2 {color: #4a494d;font-size: 14px;font-weight: 700;text-transform: uppercase;padding-bottom: 10px;}
.note-box > p {color: #475264;font-size: 16px;font-weight: 500;text-align: center;line-height:1.5}


.request-demo-block {background-color: #ffffff;border-radius: 10px;box-shadow: 4px 0 40px rgba(100, 99, 98, 0.25);margin:0 auto;}
.pop-model-box .request-demo-block{margin:0}
.blocktitle {color: #475264;font-size: 36px;font-weight: 600;padding-bottom: 10px;text-align: center;margin:0;}
.blocktitle span {color: #ff3957;}
.hoztab--list li a::after {background-color: #ffffff;border: 1px solid #ddd;border-top: none;border-right: none;content: "";height: 20px;left: 50%;margin: -10px 0 0 -10px;position: absolute;top: 100%;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);width: 20px;display: none;}
.hoztab--list li a.active::after {display: block;}
.tabspanel--container {padding: 30px;}

.edit {top: 0;cursor: pointer;position: absolute;right: 0;}
.selected-time-slot {padding-right:80px;position: relative;}
.form-section {min-height: 350px;}

.time {margin: 0 10px;position: relative;}
.timeformat {display: block;font-size: 10px;font-weight: 600;margin: 5px 10px 0;text-align: center;}
.timezone-select{max-width:171px;}
.time input{font-size:15px;}
.clndr-icon {position: absolute;right: 10px;top: 5px;cursor: pointer;}
.selected-time {color: #4a494d;font-family: raleway;font-weight: 500;padding: 0 0 0 10px;display:inline-block;}
.selected-time::after {color: #ff3957;content: "";left: 0;margin: 0 0 0 15px;position: relative;top: 0;display: inline-block;background-image:url('../../img2/check-green-new.png');width:17px;height:13px;}
.selected-time span {font-weight: 600;}
.date {margin-right: 10px;display: inline-block;font-family: raleway;font-weight: 500;}
sup {color: #ff3957;}
.popupLoader {display: none;margin: 3px auto;max-width: 40px;padding: 2px;vertical-align: top;}
.current_timer {color: #60696e;display: block;font-weight: 700;padding: 0 10px 20px;text-align: center;}
.request-form input[type="text"],
.request-form input[type="email"],
.request-form input[type="phone"],
.request-form input[type="search"],
.request-form input[type="password"],
.request-form textarea,
.request-form select,
.request-form input[type="number"],
.request-form input[type="file"] {
	background-color: #f6f9fb;border: 1px solid #d4dee5;border-radius: 0;height: 42px;padding: 0 15px;width: 100%;color: #5c5c5c;font-family: inherit;
	font-size: 16px;font-weight: 500;line-height: 100%;}

.request-form input[type="text"]:focus,
.request-form input[type="email"]:focus,
.request-form input[type="phone"]:focus,
.request-form input[type="search"]:focus,
.request-form input[type="password"]:focus,
.request-form textarea:focus,
.request-form select:focus,
.request-form input[type="number"]:focus,
.request-form input[type="file"]:focus {
	border-color: #333;
}

.request-form input[type="text"].error,
.request-form input[type="email"].error,
.request-form input[type="phone"].error,
.request-form input[type="search"].error,
.request-form input[type="password"].error,
.request-form textarea.error,
.request-form select.error {
	border-color: red;
}

.tabspanel--content {min-height: 345px;}
textarea.error {background-color: #fff;border-color: #ff0000;}
.request-form label {color: #90999e;font-size: 15px;font-weight: 600;text-transform: uppercase;}
label.error {display: block;color: red;font-weight: normal;text-transform: none;}
.request-form table td {padding-bottom: 15px;vertical-align: top;}
.request-form table td:first-child {width: 30%;}
.tbl-data tr:last-child td:first-child {width: auto;text-align: center;padding: 10px 0 0;}
.request-form textarea {height: 100px;max-height: 100px;padding: 10px 15px;resize: vertical;}
input.btn-theme{font-weight:normal;}


@media screen and (max-width: 767px) {
	.fixed-btn{display:none;}
}

/*Request a demo*/


a.btn-theme, .btn-theme {
  border: 2px solid #7fc241;
  border-radius: 3px;
  color: #7fc241;
  cursor: pointer;
  display: table;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
  padding: 14px 21px;
  text-align: center;
  transition: all 0.8s ease-out 0s;
  vertical-align: top;
}
a.btn-theme:hover, .btn-theme:hover {
  background: #7fc241 none repeat scroll 0 0;
  border: 2px solid #7fc241;
  border-radius: 25px;
  color: #ffffff;
  transition: all 0.8s ease-out 0s;
}